/* css/style.css */

/* リセットと基本設定 */
html, body, h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.6;
    background-color: #fff;
    color: #000;
    font-feature-settings: "palt";
    box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover{
    opacity: 0.8;
}
/* 汎用スタイル */
.fs-14 { font-size: 0.875rem; }       /* 14px */
.fs-16 { font-size: 1rem; }       /* 16px */
.fs-20 { font-size: 1.25rem; }    /* 20px */
.fs-24 { font-size: 1.5rem; }     /* 24px */
.fs-30 { font-size: 1.875rem; }   /* 30px */
.fs-35 { font-size: 2.1875rem; }  /* 35px */
.fs-40 { font-size: 2.5rem; }     /* 40px */
.fs-45 { font-size: 2.8125rem!important; }     /* 45px */
.fs-50 { font-size: 3.125rem!important; }   /* 50px */
.fs-60 { font-size: 3.75rem!important; }   /* 50px */
.fs-70 { font-size: 4.375rem!important; }   /* 70px */

.text-left    { text-align: left; }
.text-center  { text-align: center; }
.text-right   { text-align: right; }

.vertical-align-middle{vertical-align: middle;}

.lh-100  { line-height: 1; }
.lh-110  { line-height: 1.1; }
.lh-120  { line-height: 1.2; }
.lh-140  { line-height: 1.4; }
.lh-160  { line-height: 1.6; }

.fw-300  { font-weight: 300; }
.fw-400  { font-weight: 400; }
.fw-700  { font-weight: 700; }
.fw-bold    { font-weight: bold; } /* alias */

.text-yellow { color: #FFD700; }
.text-red    { color: #e60033; }
.text-muted  { color: #666; }
.text-navy{color:#01396d;}
.text-orange{color:#f49d00;}
.text-white{color:#fff;}


.fs-80p { font-size: 80%; }
.fs-100p { font-size: 100%; }
.fs-120p { font-size: 120%; }
.fs-150p { font-size: 150%; }

.bg-navy{background:#01396d; }/*背景ネイビー用*/
.bg-white {background-color: #fff;}/*背景白*/
.bg-red {background-color: #e60033;}/*背景赤*/
.bg-yellow {background-color: #FFD700;}/*背景赤*/

.fs-inline-block{display: inline-block;}/*インラインブロック*/
.i-bl{display: inline-block;}/*インラインブロック簡易版*/

.fs-italic{font-style: italic!important;}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}

.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}

.pd0{padding: 0!important;}
.pd10{padding: 10px!important;}
.pd20{padding: 20px!important;}

.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}

.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb40{padding-bottom: 40px;}
.pb60{padding-bottom: 60px!important;}

.plr5{padding-left: 5px;padding-right: 5px;}
.plr10{padding-left: 10px;padding-right: 10px;}
.plr20{padding-left: 20px;padding-right: 20px;}

.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:20px;
}
.border-4{border: 4px solid #01396d;}
.border-b{
    border-bottom: 1px solid #000;
}
.border-ra10{border-radius: 10px;}

.wd30{width: 28%;}

.superscript{font-size: 0.6em;vertical-align: top;}
h2{
/*  text-align: center;
  display: inline-block;
  font-size: 2.8125rem;
  font-weight: bold;
  margin:0 auto 1.875rem;
  background: linear-gradient(180deg, #f6f3bd 0%, #caa752 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.25;*/
}
/*テキストグラデ処理*/
.styled-text {
  font-weight: 900;
  font-size: 2rem;
  font-family: sans-serif;
  color: #003366;
}

.fuchi {
  position: relative;
  font-weight: 900;
  font-size: 2rem;
  display: inline-block;
}

.fuchi::before {
  content: attr(data-text);
  position: absolute;
  top: 0; left: 0;
  z-index: 0;

  color: white;
  -webkit-text-stroke: 6px white;
  text-shadow:
    0 4px 8px rgba(0, 0, 0, 0.6),
    0 0 12px rgba(42, 134, 177, 0.8);
}

.fuchi::after {
  content: attr(data-text);
  position: absolute;
  top: 0; left: 0;
  z-index: 1;

  background: linear-gradient(15deg, #01396d 30%, #2a86b1 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*オレンジ文字*/
.efficacy .fuchi {
  position: relative;
  font-weight: 900;
  font-size: 2rem;
  display: inline-block;
}

.efficacy .fuchi::before {
  content: attr(data-text);
  position: absolute;
  top: 0; left: 0;
  z-index: 0;

  color: white;
  -webkit-text-stroke: 6px white;
  text-shadow:
    0 4px 8px rgba(0, 0, 0, 0.6),
    0 0 12px rgba(42, 134, 177, 0.8);
}

.efficacy .fuchi::after {
  content: attr(data-text);
  position: absolute;
  top: 0; left: 0;
  z-index: 1;

  background: #f49d00;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ヘッダー */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 1000;
  height: 80px;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.site-title {
  width: 140px;
    padding-top: 16px;
}
.site-title img {
  width: 100%;
}
.global-nav ul {
  display: flex;
  gap: 20px;
}
.global-nav li {
    font-size: calc(12px + 4 * ((100vw - 320px) / 1120));
    font-family:'Noto Sans JP', sans-serif;
    font-weight: bold;
    color: #333;
    padding: 16px 5px 20px;
    text-align: center;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
    box-sizing:border-box;
    position: relative;
    line-height: 20.2px;
}
.global-nav li.arrowplus{
	background: url(../img/arrow_down_w.png) no-repeat center bottom 0;
}
.global-nav li.btn {
    width: 220px;
    margin: 0;
    padding: 16px 5px 20px;
    font-size: calc(11px + 4 * ((100vw - 320px) / 1120));
    line-height: 22px;
    /* max-height: 65px; */
    height: 100%;
    top: 9px;
}
.global-nav li.btn a span {
    font-size: calc(11px + 2 * ((100vw - 320px) / 1120));
    display: inline-block;
    padding: 3px 6px;
    margin-right: 2px;
    line-height: 1.3;
}
.global-nav li a{

}
.global-nav li a span {
    font-size: calc(10px + 2 * ((100vw - 320px) / 1120));
    font-weight: 600;
	clear: both;
	display: block;
	margin: 0 auto -10px;
}
.global-nav ul li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #3B4043;
bottom:-6px;               /*アンダーラインがaタグの下端から現れる*/
transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
transition: transform 0.3s; /*変形の時間*/
}
.global-nav ul li a:hover::after {
transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}
/* 最後のliだけアンダーラインを非表示にする */
.global-nav ul li:last-child a::after {
  content: none;
}
.hamburger {
  display: none;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
      z-index: 1000;
  transition: all 0.3s ease;
}
.hamburger span {
 display: block;
  width: 30px;
  height: 3px;
  background-color: #333;
border-radius: 6px;
    transition: all 0.3s ease;
}
/* 三 → × に変形 */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(10px, 10px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* メインビジュアル */
#mainVisual {
    margin-top: 80px;
}
#mainVisual .inner{

}
.mainVisual-ttl {
  position: relative;
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}
.mainVisual-ttl .fv-img {
width: 100%;
height: auto;
display: block;
}
.mainVisual-ttl .mainCopy {
position: absolute;
left: 50%;
top: 46%;
transform: translate(-50%, -50%);
width: 50vw;
max-width: 950px;
}
.mainVisual-ttl  .mainBtn{
position: absolute;
left: 50%;
top: 89%;
transform: translate(-50%, -50%);
width: 30vw;
}
.mainVisual-ttl > a:hover{
opacity: 0.8;
}
.btn a span {
    color: #f01c00;
    background: #fff;
    font-size: 1.25rem;
    padding: 0 6px;
    border-radius: 4px;
    margin-right: 4px;
}
.fv-underread{
    padding: 20px 0 ;
    background: linear-gradient(90deg, #2055a5 30%, #53a7cb 70%);
    color: #fff;
}

/*なぜ採用マンガ小冊子がPC*/
.multiple{
    background: #54c9fe;
    padding: 60px 0 60px;  
    background-image:url(../img/bg_main_pc.jpg);
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.multiple .inner{
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
.multiple .ttl{
    max-width: 900px;
    width: 80vw;
    margin: 0px auto 20px;
}
.multiple .ttl img{
    width: 100%;
}
.reason .inner img , .updates .inner img , .updates02 .inner img , .qa .inner img , .offer02 .inner{
	margin: 0 auto
}
.multiple .inner img{
    margin: 0 auto;
    width: 100%;
}
.multipleread.flex-row > p{
    width: 45%;
}
/*背景グリッド*/
.grid{
    border: 8px solid #01396d;
    padding: 40px;
    background: #fff;
    background-image:url("../img/bg_grid.jpg");
    background-repeat: repeat;
}
/*採用マンガ小冊子がコスパ最強の理由*/
.reason{
    background: #fff;
    padding: 60px 0 0;  
    background-image:url(../img/bg_otheruses.jpg);
    background-position-y: top;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.reason .inner{
    max-width: 1190px;
    margin: 0 auto;
    text-align: center; 
}
.reason .inner img{
    
}
.reason-txt{
display: inline-block;
font-weight: bold;
font-size: 1.875rem;
line-height: 1.3;
padding: 8px 20px;
color: #FFD700;
background: #01396d;
}
.img-reason img{
    width: 100%;
}
/*さらにこんな使い方も*/
.otheruses{
    margin-top: -40px;
    background: #e2f6ff;
    padding: 60px 0 60px;  
}
.otheruses .inner{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center; 
}


.img-otheruses , .img-manager , .img-jobseeker , .img-company{
    margin: 0;
    width: 48%;
}
.img-otheruses img , .img-manager img , .img-jobseeker img , .img-company img{
    width: 100%;
}
.text-otheruses , .text-manager , .text-jobseeker , .text-company{
    width: 48%;
    text-align: left;
}
.grid .title{
    text-align: left; /*３つの事例の見出しを左揃え*/
}

/*採用マンガ小冊子の効果とは？*/
.efficacy{
    padding: 20px 0 60px;  
    background-image:url(../img/bg_ttl-efficacy.jpg);
    background-position-y: top;
    background-position-x: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
}
.efficacy .inner{
    max-width: 1000px;
    margin: 20px auto 0;
}
.efficacy .flex-row p img{
    display: block;
}
.efficacy .read{
    background: #f49d00;
    text-align: center;
    color: #fff;
    display: inline-block;
}

/*採用担当者・求職者・会社組織全てにメリット*/
.manager , .jobseeker , .company{
    background: #fefeeb;
    padding: 60px 0;
    margin: 0 auto 0;
    text-align: center;
}.jobseeker{
    background: #fcf0d7;
}.company{
    padding-bottom: 0!important;
}

.manager .inner , .jobseeker .inner, .company .inner{
    max-width: 1000px;
    margin: 0 auto 30px;
    text-align: center; 
}
.manager .flex-row , .jobseeker .flex-row , .company .flex-row{
    gap:20px;
}
.manager .ar , .jobseeker .ar , .company .ar{
    width: 90px;
    margin-top: 20px;
}
.merit , .flex-two{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}
.flex-two > div{
    width: 40%!important;
    padding: 20px 10px;
    background: #f06000;
    border-radius: 6px;
}


.merit > div{
    width: 30%;
    padding: 20px 10px;
    background: #f06000;
    border-radius: 6px;
} 
.ttl-merit{
    color: #fff;
    font-weight: bold;
}
.read-merit{
    color: #fff;
    font-size: 0.8rem;
    line-height: 1.6;
}
.efficacySummary{
    margin: 0 auto ;
    padding: 60px 0;
    background: #ffeb8a;
    text-align: center;
}
.efficacySummary .inner{
    width: 1000px;
    margin: 0 auto;
}
.ar{
    width: 120px;
    margin: 0 auto;
}
.ar img{
    width: 100%;
}
/*弊社でも活用中*/
.ourAchievements{
     padding: 60px 0 30px;  
    background-image:url(../img/bg_ourAchievements.jpg);
    background-position-y: top;
    background-position-x: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;   
}
.ourAchievements .inner{
    max-width: 1000px;
    margin: 0 auto;
    text-align: center; 
}.ourAchievements .inner .flex-row{
        justify-content: space-around;
}
.ourAchievements .inner .flex-row p.img-ourAchievements {
    width: 30%;
}
.ourAchievements .inner .flex-row p.img-ourAchievements img {
    width: 100%;
}
/*制作事例*/
.achievements{
    padding: 60px 0;
    text-align: center; 
    background: linear-gradient(#e2f6ff 3%, #fff 7%);
}.achievements .inner{
    width: 1100px;
    margin: 0 auto;
}.achievements .inner .flex-row{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.achievements .inner .flex-row p.img-achievements{
        width: 23%;
    margin-bottom: 20px;
    font-size: 0.875rem;
}.achievements .inner .flex-row p.img-achievements img{
    display: block;
}
.achievementsCover img{
    width: 100%;
}
/*成功実績*/
.results{
    padding: 60px 0 60px; 
    background: #e2f6ff;
    margin: 0 auto;
    text-align: center;     
}.results .inner{
    width: 1100px;
    margin: 0 auto;
}.results .inner .flex-row{
    justify-content: space-between;
}.results .inner .flex-row{
    
}
/*一気通貫*/
.allatonce{
    padding: 60px 0 60px; 
    background: #e2f6ff;;
    margin: 0 auto;
    text-align: center;     
}.allatonce .inner{
    width: 1000px;
    margin: 0 auto;
}
.allatonce .inner .grid{
    padding: 10px;
}
.allatonce .inner img{
    width: 100%;
}
    .text-allatonce{
        font-size: 2.5rem;
        margin-top: 10px;
    }
/*シンフィールドとは*/
.aboutUs ,.trademark , .mangaAchievements , .mangaCreator , .jobmanga{
    padding: 60px 0 0px; 
    background: #a6e3fe;
    margin: 0 auto;
    text-align: center; 
}
.ipUtilization{
    padding: 60px 0 60px; 
    background: #a6e3fe;
    margin: 0 auto;
    text-align: center; 
}

.aboutUs .inner , .trademark .inner , .mangaAchievements .inner , .mangaCreator .inner , .ipUtilization .inner , .jobmanga .inner{
    width: 1000px;
    margin: 0 auto;
}.aboutUs .inner .logo{
    width: 200px;
}

.trademark .inner .title , .mangaAchievements .inner .title , .mangaCreator .inner .title , .ipUtilization .inner .title{
    background: #000;
    padding: 5px 0;
    color: #fff;
}
.trademark .inner .flex-row{
    justify-content: space-between;
}
.mangaAchievements .inner .flex-row{
    background: #fff;
    padding: 10px;
    justify-content: space-around;
}
.trademark .inner .flex-row p{
    width: 32%;
}
.mangaAchievements .inner .flex-row p{
    width: 49%;
}
.mangaCreator .flex-row{
    gap:0;
    
}
.img-mangaCreator{
    
}
.trademark .inner .flex-row p img{
    width: 100%;
}
.ipUtilization .inner .flex-row{
    justify-content: space-between;
}
.ipUtilization .inner .flex-row div{
    width: 45%;
}
.jobmanga .grid{
box-sizing: border-box;
}
.jobmanga .flex-row{
    justify-content: space-between;
}
.jobmanga .flex-row .text-jobmanga , .jobmanga .flex-row .img-jobmanga{
    width: 49%;
}
.ttl-jobmanga{
        text-align: center;
        margin-bottom: 20px;
        font-size: 40px;
        font-weight: bold;
        
    }
.jobmanga-midashi{
    text-align: left;
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 2px solid;
    border-top: 2px solid;
    padding-bottom: 4px;
}
.jobmanga-midashi span{
    padding: 0 10px 1px;
    font-size: 22px;
    margin-right: 5px;
}
/*問い合わせ*/
.form_wrap{
    width: 100%;
    background: #e2f6ff;
}
    .contact{
    padding: 60px 0 0;
    background: #fff;
    width: 100%;
        text-align: center;
    }
    .contact .inner{
    width: 1000px;
    text-align: center;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .contact .inner img{
    width: 100%;
    }
    .contact .inner iframe{
    width: 90%;
    height: 400px;
    }
.btn {
        background-image: -webkit-linear-gradient(90deg, rgb(240, 17, 0) 0%, rgb(240, 96, 0) 100%);
}
.btn{
    margin:20px auto 0;
    left: 0;
    right: 0;
    bottom: 2%;
    width: 540px;
    font-size: 1.875rem;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    padding: 1% 0 1.5%;
    box-shadow: -2px -2px 2px 0px rgba(0, 0, 0, 0.5) inset;
}
.btn a {
   color: #fff; 
}
.arrow {
    position: relative;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
}
.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0.25rem;
    right: 0.75em;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.cap{
    text-align: center;
    color: #fff;
    font-size:  0.875rem;
}


/* --- footer --- */

/* --- footer --- */

footer {
    padding:40px 0 0;
}

.footer_wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
        flex-direction: column;
}

.footer_inner {
	max-width:1000px;
	margin:0 auto 30px;
}

.footer_logo {
	max-width:150px;
	min-width:120px;
	margin:0 auto;
}
.footer_logo img {
	width: 100%;
}
.footer_wrap .footer_menu {
	min-width:310px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
    justify-content: center;
}

.footer_wrap .footer_menu li a {
    padding-left: 10px;
    padding-right: 10px;
	font-size:13px;
}

.footer_wrap .footer_menu li:last-child a {
    padding-right: 0;
}


.footer_wrap .footer_menu li + li {
    position:relative;
}

.footer_wrap .footer_menu li+li::before{
    content: "";
    display: block;
    height:13px;
    border-left:1px solid #747474;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}
.cp {
    background: #000;
    color: #fff;
    padding: 10px 0;
    font-size:12px;
	text-align:center;
}
/* トップへ戻る */
.to-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background: #333;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50px;
  font-size: 0.8rem;
  display: none;
  z-index: 999;
}


/* 汎用レイアウトクラス */
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.flex-col {
  flex-direction: column;
}
.col-1, .col-2, .col-3, .col-4 {
  display: grid;
  gap: 20px;
}
.col-1 {
  grid-template-columns: 1fr;
}
.col-2 {
  grid-template-columns: 1fr 1fr;
}
.col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.col-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* 背景ユーティリティ */

.bg-color {
  background-color: #f8f8f8;
}
.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.entry-ttl{
    
}
p.entry-ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    color: #fff;
}
.subttl{
    text-align: center;
    padding: 30px 0;
    margin: 0;
    font-size: 1.625rem;
    font-weight: bold;
    color: #fff;
}
/*PC*/
@media screen and (min-width: 821px) {
    .pc{
        display: block;
    }
        .pc_inline{
        display: inline-block;
    }
    .sp{
        display: none;
    }
        .sp_inline{
        display: none;
    }
}
@media (min-width: 821px) and (max-width: 1199px)  {
    .global-nav ul {
    display: flex;
    gap: 10px;
    }
}
/* メディアクエリ */
/*タブレット*/
@media (min-width: 821px) and (max-width: 1158px)  {
    .global-nav li{
      font-size: calc(9px + 4 * ((100vw - 320px) / 1120));  
    }
    .global-nav li a span {
        font-size: calc(7px + 2 * ((100vw - 320px) / 1120));
        line-height: 1.2;
    }

    }

/*SP*/
@media screen and (max-width: 820px) {
/* 汎用スタイル */

.fs-14 { font-size: 0.7rem; }       /* 14px */
.fs-16 { font-size: 0.8rem; }       /* 16px */
.fs-20 { font-size: 1rem; }    /* 20px */
.fs-24 { font-size: 1.2rem; }     /* 24px */
.fs-30 { font-size: 1.5rem; }   /* 30px */
.fs-35 { font-size: 1.4rem; }  /* 35px */
.fs-40 { font-size: 1.875rem; }     /* 40px */
.fs-45 { font-size: 2.25rem!important; }     /* 45px */
.fs-50 { font-size: 2.5rem!important; }   /* 50px */
.fs-60 { font-size: 3rem!important; }   /* 50px */
.fs-70 { font-size: 3.5rem!important; }   /* 70px */
    .sp{
        display: block;
    }
                .sp_inline{
        display: inline-block;
    }
    .pc{
        display: none;
    }
            .pc_inline{
        display: none;
    }
.read {
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 1.25rem;
}
    .read-big{
    font-size: 1.5rem;
   margin-bottom: 1.25rem;;
}
.read-bigger {
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
}
.read-biggest {
    font-size: 2.25rem;
    line-height: 1.5;
}
.read-small {
    font-size: 0.875rem;
    color: #fff;
}
.header {
    height: 58px;
}
.site-title {
    width: 100px;
    padding-top: 7px;
}
.nav-container {
  padding: 0 15px;
}
  .global-nav ul {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding-top: 20px;
      gap:0;
  }
  .global-nav.active ul {
    display: flex;
  }
    .global-nav li{
        margin-bottom: 5px;
    }
    .global-nav li {
    font-size: calc(16px + 4 * ((100vw - 320px) / 1120));
    }
    .global-nav li a span {
    font-size: calc(12px + 2 * ((100vw - 320px) / 1120));
    }
.global-nav li.btn {
    width: 90%;
    margin: 0.5vh auto 0;
    padding: 2.5vh 5vw 6.5vh;
    height: 8vh;
}
.global-nav li a {
    font-size: 1.1rem;
}
    .hamburger {
    display: flex;
    }
    .flex {
    flex-direction: column;
    }
    .col-2, .col-3, .col-4 {
    grid-template-columns: 1fr;
    }
    /*FV*/
    .fv{
    min-width: inherit;
    margin: 58px 0 0;
    }
    .bg-img{
        background-image: none;
        max-height: none;
    }
    .bg-img figure{
        margin: 0;
    }
    .bg-img figure img{
        width: 100%;
    }
section {
    /* width: 100%; */
    overflow: hidden;
}
/* メインビジュアル */
#mainVisual {
    background: none;
        margin-top: 60px;
        width: 100%;
}
        #mainVisual .inner{
        height: inherit;
    }

.mainVisual-ttl {
    padding: 0;
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
}
    .mainVisual-ttl img{
        width: 100%;
        vertical-align: bottom;
    }

h2{
   font-size: 1.75rem;
    line-height: 1.5;
}

.btn {
    margin: 20px auto 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 1.25rem;
    text-align: center;
    font-weight: bold;
    border-radius: 6px;
    padding: 5% 0;
    box-shadow: -2px -2px 2px 0px rgba(0, 0, 0, 0.5) inset;
}
.grid {
    border: 8px solid #01396d;
    padding: 10px 10px 20px;
    background: #fff;
    background-image: url(../img/bg_grid.jpg);
    background-repeat: repeat;
}
    
/*なぜ採用マンガ小冊子がSP*/
.multiple .ttl {
    max-width: 100%;
    width: 100%;
    margin:20px auto 20px;
}
.multiple {
    background: #fff;
    background-image: url(../img/bg_multiple-sp1.jpg),url("../img/bg_multiple-sp2.jpg");
    background-position-y: top, bottom;
    background-position-x: center,center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 60px 10px 20px;
} 
.reason{
        padding: 60px 10px;
    
}
    .reason .ar , .company .ar , .multiple .ar{
        width: 25%;
        margin: 20px auto 0;
    }
    .reason .ar img , .company .ar img , .multiple .ar img{
        width: 100%;
    }
    .saikyo{
        width: 90%;
        margin: 0 auto;
    }
.multiple .inner , .reason .inner  .efficacy.inner , .manager .inner{
/*    width: 100%;
    max-width: 100%;*/
    margin: 0 auto;
    text-align: center;
}.multiple .inner .grid {
    padding-top: 30px;
    padding-bottom: 30px;
}
.multiple .inner .flex-row , .otheruses .inner .flex-row , .manager .inner .flex-row ,.manager .inner .flex-row , .jobseeker .inner .flex-row , .company .inner .flex-row  {
    flex-direction: column;
}
.multipleread.flex-row > p{
    width: 100%;
}
    .jobseeker .inner{
        margin-bottom: 0;
    }
.multiple .inner .flex-row img , .reason .inner img{
    width: 100%;
}
.reason {
    background: #fff;
    background-image: none;
    padding: 50px 0px 20px;

} 
.otheruses {
    margin-top: -50px;
    padding: 40px 10px 60px;
}
.otheruses .inner .flex-row {
    justify-content: center;
}
.otheruses .inner .flex-row img{
    width: 100%;
    margin: 15px 0;
}
    .otheruses-midashi{
        text-align: center;
        display: block;
    }
.img-otheruses , .img-manager , .img-jobseeker , .img-company{
    margin-top: 20px;
    width: 100%;
}
.text-otheruses , .text-manager , .text-jobseeker , .text-company{
    width: 100%;
}
.grid .title{
text-align: center;    

}
.efficacy{
    padding: 40px 10px;
}
.efficacy .inner .flex-row{
    justify-content: space-between;
}   
.efficacy .inner .flex-row p{
    width: 30%;
}    
.efficacy .inner .flex-row p img{
    width: 100%;
} 
.manager , .jobseeker , .company , .efficacySummary{
    width: 100%;
}
.manager .inner , .jobseeker .inner , .company .inner{
    padding: 0 10px;
}
.manager .inner div , .jobseeker .inner div , .company .inner div{
    width: 100%;
}
.manager .inner .flex-row img , .jobseeker .inner .flex-row img , .company .inner .flex-row img{
    width: 100%;
}
.merit , .flex-two{
    flex-direction: column;
    justify-content: center;
}
.merit > div , .flex-two > div{
    width: 94% !important;
}
.company{
padding-bottom: 30px!important;
}
.efficacySummary{
padding-top: 20px; 
}
.efficacySummary .inner{
width: 100%;
padding: 10px;
box-sizing: border-box;
}
.ourAchievements .inner .flex-row {
justify-content: space-around;
flex-wrap: wrap;
}

/*制作実績*/
.ourAchievements .inner .flex-row p.img-ourAchievements {
    width: 80%;
}
.achievements{
width: 100%; 
padding: 50px 10px 60px;
box-sizing: border-box;
}
.achievements .inner{
width: 100%; 
} 
.achievements .inner .flex-row{
    margin-top: 20px;
    gap:10px;
}
.achievements .inner .flex-row p.img-achievements {
width: 31%;
margin-bottom: 0;
font-size: 0.625rem;
        line-height: 1.2;
}
.achievements .inner .flex-row p.img-achievements img {
width: 100%;
    margin-bottom: 5px;
}
    .achievementsCover {
    margin-top: 20px;
}
/*成功実績*/
 .results{
width: 100%; 
padding: 0 10px 60px;
box-sizing: border-box;
    }
.results .inner{
width: 100%; 
}.results .inner .fs-40 {
        font-size: 1.5rem;
    }
.results .inner .title{
padding: 0 10px;
}
.results .inner .flex-row {
flex-direction: column;
    gap:0;
    }
    .ttl-results{
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }
.wd30 {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px 10px!important;
}
.allatonce{
width: 100%; 
padding: 60px 10px;
box-sizing: border-box;
    
}
.allatonce .inner{
width: 100%; 
}
.text-allatonce{
    font-size: 1.5rem;
    margin-top: 0;
}
.aboutUs{
width: 100%; 
padding: 40px 10px;
box-sizing: border-box;        
}
.aboutUs .inner{
width: 100%; 
}
.trademark , .mangaAchievements , .mangaCreator , .ipUtilization , .jobmanga{
width: 100%; 
padding: 20px 10px;
box-sizing: border-box;          
}
.ipUtilization{
width: 100%; 
padding: 20px 10px 60px;
box-sizing: border-box;          
}
.trademark .inner , .mangaAchievements .inner , .mangaCreator .inner , .ipUtilization .inner , .jobmanga .inner , .ipUtilization .inner{
width: 100%;        
}
    .jobmanga .grid{
        padding-top: 20px;
        padding-bottom: 20px;
    }

.trademark .inner p.text-center {
text-align: left;
}
p.img-trademark {
    font-size: 0.6rem;
}
    .img-mangaCreator img{
        width: 100%;
    }
    
.mangaAchievements .flex-row , .mangaCreator .flex-row , .ipUtilization .flex-row{
flex-direction: column;

}
.mangaAchievements .flex-row , .ipUtilization .inner .flex-row  {
gap:10px;
}
.mangaAchievements .title , .mangaCreator .title{
line-height: 1;
padding: 12px 0 !important;
}
    p.img-mangaCreator img{
        vertical-align: bottom;
    }
.ipUtilization .inner .flex-row img{
width: 100%;
}
.ipUtilization .inner .flex-row div {
width: 100%;
box-sizing: border-box;    
}

.jobmanga .flex-row img{
width: 100%;
}
.ttl-jobmanga{
    text-align: center;
}
.jobmanga .flex-row{
    gap:10px;
    flex-direction:column-reverse;
    justify-content: space-between;
}
.jobmanga .flex-row .text-jobmanga , .jobmanga .flex-row .img-jobmanga{
    width: 100%;
}
.ttl-jobmanga{
text-align: center;
        margin-bottom: 20px;
        font-size: 30px;
        font-weight: bold;
        line-height: 1.2;
        
    }
.jobmanga-midashi{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.5;
    border-top: none;
    border-bottom: none;
}
.jobmanga-midashi span{
    padding:5px 15px;
    font-size: 24px;
    margin-right: 0;
    border-radius: 2px;
    margin-bottom: 5px;
}
/*フッター*/
footer {
padding: 30px 0 0;
text-align: center;
}
.footer_inner {
max-width: 100%;
margin: 0 auto;
}
.footer_wrap {
display: flex;
flex-direction: column;
}
.footer_wrap .footer_menu {
    justify-content: center;
}
.footer_logo {
max-width: 150px;
min-width: inherit;
margin: 0 auto;
}
.footer_logo img {
width: 100%;
}
.cp {
margin-top: 0;
font-size: 12px;
text-align: center;
}
.to-top {
  bottom: 65px;
}
/*問い合わせ*/
    .contact{
    padding: 60px 0 0;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    }
    .contact .inner{
    text-align: center;
    width: 100%;
        padding: 0 10px;    box-sizing: border-box;
    }
    .contact .inner iframe{
    width: 100%;
    height: 400px;
    }
    .contact h2{
        line-height: 1.3;
    }
    .mainBtn{
        width: 90%;
                margin: 0 auto;
    }
}
/*タブレット用のオファー02ボタン*/
    @media screen and (min-width:429px) and ( max-width:849px) {
       .btn {
    width: 60%;
    font-size: calc(18px + 4 * ((100vw - 320px) / 1920));

} 
    }
