@charset "utf-8";
/* CSS Document */


.Noto{    
    font-family: 'Noto Sans JP', sans-serif !important;
}
.inter{
  font-family: "Inter", sans-serif;
}
.SP {
  display: none !important;
}
.PC {
  display: block !important;
}


* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  max-width: 100%;
  font-family: "M PLUS Rounded 1c", 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "游ゴシック",
    YuGothic, "メイリオ", Meiryo, sans-serif;
  height: auto;
  width: auto;
  text-align: center;
  font-size: 1.6em;
  line-height: 1.9em;
  color: #303030;
  font-weight: 500;
  margin: 0;
  padding:0;
}
#container{
  width: 100%;
 overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
}

.wrap {
  width: 88%;
  max-width: 1120px;
  margin: 0 auto;
}

#container {
  width: 100%;
  margin: 0 auto;
}



/*--header-------------------------------------------------------*/
#top_header {
  width: 100%;
  position: absolute;
  top:0;
  left:0;
  z-index: 999;
}
#top_header .inner{
  width: 94%;
  margin:0 auto;
  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
  padding:1.5em 0;
  position: relative;
  z-index: 4;
}

#top_header #logo{
  width: 200px;
}
#top_header .t_hnav{
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  padding-right: 200px;
}

#hmenu_pc {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic", "游ゴシック",
    YuGothic, "メイリオ", Meiryo, sans-serif;
  position: relative;
  display: block;
  padding: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-align: left;
  z-index: 9999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 0.9em;
    padding-left:30px;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
}

#hmenu_pc span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

#hmenu_pc span {
  position: absolute;
  width:18px;
  height: 3px;
  background-color: #F68500;
  border-radius: 5px;
  left:0;
}
#hmenu_pc span:nth-of-type(1) {
  top: 2px;
}
#hmenu_pc span:nth-of-type(2) {
  bottom: 1px;
}

#hmenu_pc.active span:nth-of-type(1) {
  -webkit-transform: translateY(0.3em) rotate(-35deg);
  transform: translateY(0.3em) rotate(-35deg);
}
#hmenu_pc.active span:nth-of-type(2) {
  -webkit-transform: translateY(-0.3em) rotate(35deg);
  transform: translateY(-0.3em) rotate(35deg);
}

#top_header .t_hnav .tsns{
  display: flex;
  align-items: center;
  padding-left:2em;
}
#top_header .t_hnav .tsns li{
  margin:0 1em;
  display: flex;
  align-items: center;
}
#top_header .t_hnav .tsns li img {
  display: block;
}
#top_header .t_hnav .t_panf{
  position: absolute;
  right:0;
  top:-1.5em;
}
#top_header .t_hnav .t_panf a{
  display: block;
  background: #004098 url(../img/h_book.svg) no-repeat center 1.5em;
  background-size: 40px auto;
  color:#fff;
  padding:5em 1.2em 1.5em;
}
#top_header .t_hnav .t_panf span{
  position: relative;
  display: block;
  color:#fff;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  padding-top:1em;
}
#top_header .t_hnav .t_panf span::before{
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left:calc(50% - 50px);
  top:0;
}
#gnav{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease; /* フェード速度を指定 */
    background: #fff;
    border-radius: 24px;
    padding:1.5em 1.4em;
    position: absolute;
    top:90px;
    left:-60px;
  pointer-events: none; /* ← クリックを無効化 */
  text-align: left;
  width: 400px;
  font-size: 0.9em;
}
#gnav.open{
  opacity: 1;
  visibility: visible;
  pointer-events: auto; /* ← 表示時だけクリック可能に */
}
#gnav a{
  font-weight: 700;
}
#gnav .gnav1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom:1.5em;
  border-bottom: solid 1px #ddd;
  margin-bottom:1em;
  
}
#gnav .gnav1 li{
  width: 50%;
  padding:0.5em 0;
  background: url(../img/farrow1.svg) no-repeat left center;
  background-size: 1.1em auto;
  padding-left: 1.5em;
}
#gnav .gnav2{padding-bottom:1em;}
#gnav .gnav2 li{
  padding:0.5em 0;
  background: url(../img/farrow1.svg) no-repeat left center;
  background-size: 1.1em auto;
  padding-left: 1.5em;
}
#gnav .gnavtel{
  background: #F7F7F7;
  border-radius: 24px;
  padding:1.5em;
  margin-bottom:1.5em;
}
#gnav .gnavtel a{
  color:#004098;
  font-weight: 700;
  font-size: 1.6em;
  display: inline-block;
  background: url(../img/ico_tel.svg) no-repeat left center;
  background-size: 24px auto;
  padding-left: 1.7em;
}
#gnav .gnavtel p{
  font-size: 0.85em;
  line-height: 1.5;
}
#gnav .gnav3{
  border-top: solid 1px #ddd;
  padding:1em 0;
}
#gnav .gnav3 li{
  padding:0.5em 0;
  background: url(../img/ico_store.svg) no-repeat left center;
  background-size: 1.5em auto;
  padding-left: 2em;
}
#gnav .gnav3 li:nth-child(2){
  background: url(../img/ico_food.svg) no-repeat left center;
  background-size: 1.5em auto;
}
#gnav .gnav3 li:nth-child(3){
  background: url(../img/ico_global.svg) no-repeat left center;
  background-size: 1.5em auto;
}
/*--header end-------------------------------------------------------*/

/*--content-------------------------------------------------------*/
#content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding:93px 0 0;
  clear: both;
}

/*--main content end-------------------------------------------------------*/
/*--footer-------------------------------------------------------*/

#top_footer{
  background:#E0EDFF url(../img/interview_bg_f.png) no-repeat left top;
  background-size: 100% auto;
  padding:18vw 0 0;
}

#top_footer .fnav1{
  display: flex;
  padding-bottom:60px;
}
#top_footer .fnav1 .box{
  margin-right: 60px;  
  text-align: left;
}
#top_footer h3{
  font-weight: 700;
  font-size: 1.4em;
  border-left: solid 4px #F7AC00;
  padding-left: 0.7em;
  margin-bottom:1.5em;
}
#top_footer .fnav1 .box .bana{
  width: 220px;
}
#top_footer .fnav1 .box .fsns{
  display: flex;
  background: #fff;
  border-radius: 24px;
  padding:1em;
  align-items: center;
}
#top_footer .fnav1 .box .fsns li{
  width: 48px;
  margin:0 1em
}
#top_footer .fnav1 .box .fsns li img{
  width: 48px;
  height: 48px;
  object-fit: contain;
}
#top_footer .fnav2{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding:4em 60px;
	background: #fff;
	border-radius: 24px;
	align-items: center;
  margin-bottom:80px;
}

#top_footer .fnav2 .flogo{
  width: 320px;
}
#top_footer .fnav2 .right{
  width: calc(100% - 400px);
  text-align: left;
}
#top_footer .fnav2 .right p{
  padding-bottom:1em;
}
#top_footer .fnav2 .right .box{
  background: #F7F7F7;
  border-radius: 24px;
  padding:2em;
}
#top_footer .fnav2 .right .box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top_footer .fnav2 .right .box .ftel a{
  color:#004098;
  font-weight: 700;
  font-size: 1.6em;
  display: inline-block;
  background: url(../img/ico_tel.svg) no-repeat left center;
  background-size: 24px auto;
  padding-left: 1.5em;
}
#top_footer .fnav2 .right .box .ftel p{
  line-height: 1.3em;
  padding-top:0.5em;
  padding-bottom:0;
}
#top_footer .fnav2 .right .box .ftel p small{
  font-size: 0.8em;
}
#top_footer .fnav2 .right .box .btn1{
  width:52%;
}
#top_footer .fnav2 .right .box .btn1 a{
  display: block;
  padding:1em;
  text-align: center;
  background: #004098;
  text-align: center;
  color:#fff;
  line-height: 1.5em;
  border-radius: 24px;
}
#top_footer .fnav3{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
#top_footer .fnav3 .box{
  width: 23%;
  max-width: 290px;
  width: 33%;
  max-width: 380px;
}
#top_footer .fnav3 .box h3{
  margin-bottom:1em;
}
#top_footer .fnav3 dl{
  padding-bottom:2em;
}
#top_footer .fnav3 dl dt{
  font-weight: 800;
  padding-bottom:1em;
}
#top_footer .fnav3 dl dt.pT1em{padding-top:1em;}
#top_footer .fnav3 dl dd{
  position: relative;
  padding:0.3em 0 0.3em 1em;
}
#top_footer .fnav3 dl dd::before{
  content: "●";
  font-size: 0.6em;
  color:#004098;
  position: absolute;
  left:0;
  
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
#top_footer .fnav4{
  display: flex;
  padding:2em 0 120px;
}
#top_footer .fnav4 li{
  margin-right: 2em;
  margin-right: 1em;
}
#top_footer .fnav4 li a{
  background:#004098;
  color:#fff;
  display:inline-block;
  padding:0.5em 2em;
  border-radius: 24px;
}
#top_footer .fnav4 li:nth-child(2) a{
  background: #F68500;
}
#top_footer .fnav4 li:nth-child(3) a{
  background: #00B900;
}
#top_footer .fnav4 li:nth-child(4) a{
  background: #FF0033;
}
#top_footer .fnav4 li:nth-child(5) a{
  background: #CF2E92;
}
#top_footer .fnav4 li a span{
  background: url(../img/arrow_white.svg) no-repeat right center;
  background-size: 1.5em auto;
  display: inline-block;
  font-weight: 700;
  padding:0.3em 2.5em 0.3em 0;
}
#top_footer .fnav4 li a span.noarrow{
  background: none;
  padding:0.3em 0;
}

#top_footer .fnav5{
  background: #F68500;
  padding:80px 0 60px;
  text-align: center;
  color:#fff;
  font-size: 0.8em;
}
#top_footer .fnav5 p{
  padding-bottom:2em;
  line-height: 1.5;
}
#top_footer .fnav5 .flogo2 div{
  width: 160px;
  margin:0 auto 2em;
}
#top_footer .fnav5 .copy{
  width: 100% !important;
}
#top_footer .fnav5 .copy address{
  font-style: normal;
  text-align: center;
  font-size:0.9em;
}
@media screen and (max-width:980px) {
#top_footer .fnav3 dl dd.fontL{
  font-size: 1.2em;
}
#top_footer .fnav3 dl{
  padding-bottom:0;
}
#top_footer .fnav5 p{
 width: 240px;
 margin: auto;
 font-size: 12px;
}
#top_footer .fnav5 p.txt {
  text-align: left;
}
#top_footer .fnav5 .copy address {
  font-size: 10px;
}
}

/*--footer end-------------------------------------------------------*/

.clear {
  clear: both;
}
.mB0{margin-bottom: 0 !important;}


.SP {
  display: none !important;
}
.PC {
  display: block !important;
}

@media screen and (max-width:980px) {
body {
  width: 100%;
  max-width: 100%;
  font-size:4vw;
}

.SP {
  display: block !important;
}
.PC {
  display: none !important;
}
img{
	max-width: 100%;
	height: auto;
}
#container {
  width: 100%;
  overflow-x: hidden;
}
.wrap {
  width: 90%;
  margin: 0 auto;
}

/*--header-------------------------------------------------------*/
#top_header {
  width: 100%;
  position: fixed;
  background: #fff;
}
#top_header .inner{
  width: 90%;
  margin:0 auto;
  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
  padding:1.1em 0;
  position: relative;
  z-index: 4;
}

#top_header #logo{
  width: 28%;
  position: relative;
  z-index: 999;
}
#top_header .t_hnav{
	width: 65%;
  padding-right: 0;
}

#hmenu_sp {
	width: 1.5em;
	height: 1em;
  position: relative;
  display: block;
  padding: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-align: left;
  z-index: 9999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 0.9em;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
}


#hmenu_sp span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  height: 3px;
  background-color: #F68500;
  border-radius: 5px;
}

#hmenu_sp span {
  position: absolute;
  width:100%;
  height: 2px;
  left:0;
}
#hmenu_sp span:nth-of-type(1) {
  top: 0;
}
#hmenu_sp span:nth-of-type(2) {
  bottom: 0;
}

#hmenu_sp.active span:nth-of-type(1) {
  -webkit-transform: translateY(0.4em) rotate(-35deg);
  transform: translateY(0.4em) rotate(-35deg);
}
#hmenu_sp.active span:nth-of-type(2) {
  -webkit-transform: translateY(-0.4em) rotate(35deg);
  transform: translateY(-0.4em) rotate(35deg);
}

#top_header .t_hnav .tsns{
  display: flex;
  align-items: center;
  padding:0;
  padding-right:1.5em;
  position: relative;
  z-index: 999;
}
#top_header .t_hnav .tsns li{
  margin:0 0.5em;
  display: flex;
  align-items: center;
}
#top_header .t_hnav .tsns li img {
  display: block;
  width: 1.5em;
  height: 1.5em;
  object-fit: contain;
}

#gnav{
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease; /* フェード速度を指定 */
    border-radius: 0;
    padding:23vw 1.4em 5vw;
    position: fixed;
    top:0;
    left:0;
  pointer-events: none; /* ← クリックを無効化 */
  text-align: left;
  width: 100vw;
  height: 100vh;
  font-size: 1em;
  z-index: 98;
}

/*--header end-------------------------------------------------------*/

/*--content-------------------------------------------------------*/
#content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding:16vw 0 0;
  clear: both;
}

/*--main content end-------------------------------------------------------*/
/*--footer-------------------------------------------------------*/

#top_footer{
  background:#E0EDFF url(../img/interview_bg_f_sp.png) no-repeat left top;
  background-size: 100% auto;
  padding:45vw 0 0;
}

#top_footer .fnav1{
  display: flex;
  flex-wrap: wrap;
  padding-bottom:10vw;
}
#top_footer .fnav1 .box{
  margin-right: 0;  
  width: 100%;
  text-align: left;
}
#top_footer h3{
  font-weight: 700;
  font-size: 1.6em;
  padding-left: 0.7em;
  margin-bottom:1.2em;
}
#top_footer .fnav1 .box .bana{
	padding-bottom:2em;
}
#top_footer .fnav1 .box .fsns{
  display: flex;
  padding:1em;
  width: 100%;
  margin-bottom:2em;
}
#top_footer .fnav1 .box .fsns li{
  width: 3.4em;
  margin:0 1em
}
#top_footer .fnav1 .box .fsns li img{
  width: 3.4em;
  height: 3.4em;
  object-fit: contain;
}
#top_footer .fnav2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding:1.5em;
	background: #fff;
	border-radius: 24px;
	align-items: center;
  margin-bottom:15vw;
}

#top_footer .fnav2 .flogo{
  max-width: 240px;
  margin:0 auto 2em;
}
#top_footer .fnav2 .right{
  width:100%;
  text-align: left;
}
#top_footer .fnav2 .right p{
  padding-bottom:1em;
}
#top_footer .fnav2 .right .box{
  background: #F7F7F7;
  border-radius: 24px;
  padding:1em;
}
#top_footer .fnav2 .right .box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top_footer .fnav2 .right .box .ftel a{
  color:#004098;
  font-weight: 700;
  font-size: 1.8em;
  display: inline-block;
  background: url(../img/ico_tel.svg) no-repeat left center;
  background-size: 1.2em auto;
  padding-left: 1.7em;
}
#top_footer .fnav2 .right .box .ftel p{
  font-size: 1.2em;
  padding-top:0.5em;
  padding-bottom:1em;
}

#top_footer .fnav2 .right .box .btn1{
  width:100%;
}

#top_footer .fnav3{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
#top_footer .fnav3 .box{
  width: 100%;
  max-width: 100%;
}
#top_footer .fnav3 .box h3{
  margin-bottom:1em;
  position: relative;
}
#top_footer .fnav3 .box h3::before{
	content: "";
	width: 1em;
	height: 1em;
	display: block;
	position: absolute;
	right:0;
	top:0.1em;
  background: url(../img/farrow1.svg) no-repeat right top;
  background-size: 1em auto;
}
#top_footer .fnav3 .box h3.active::before{
	transform: rotate(180deg);
}
/* #top_footer .fnav3 .box dl{
	display: none;
} */

#top_footer .fnav4{
  display: flex;
  flex-wrap: wrap;
  padding:2em 0 15vw;
}
#top_footer .fnav4 li{
  margin:0 0 1em;
  width: 100%;
}
#top_footer .fnav4 li a{
  display:block;
  text-align: center;
  padding:0.7em 2em;
  border-radius: 24px;
}


#top_footer .fnav5{
  padding:15vw 5vw;
  font-size: 0.8em;
}
#top_footer .fnav5 p{
  padding-bottom:2em;
  line-height: 1.5;
}
#top_footer .fnav5 .flogo2 div{
  width: 160px;
  margin:0 auto 2em;
}
.fixbtn{
	position: fixed;
	z-index: 9;
	right:0;
	bottom:0;
}
.fixbtn a{
  display: block;
  background: #004098 url(../img/h_book.svg) no-repeat center 1.5em;
  background-size: 2.5em auto;
  color:#fff;
  padding:4em 1em 1.2em;
}

/*--footer end-------------------------------------------------------*/
}

.footer-cookie-element{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,.6);
  color: white;
  min-height: 120px;
  padding: 16px;
  display: flex;
  align-items: center;
  z-index: 20;
}

.footer-cookie-element__inner{
  font-size: 14px;
  text-align: left;
}
.footer-cookie-element a {
  color: white;
  text-decoration: underline;
}
.footer-cookie-close-btn{
  position: absolute;
  right: 100px;
  top: 20px;
  width: 32px;
  height: 32px;
  cursor: pointer;

}
.footer-cookie-close-btn:before{
  position: absolute;
  content:" ";
  display: block;
  height: 2px;
  width: 100%;
  top: 50%;
  transform:  rotate(45deg);
  background: white;
  transform-origin: center;
}

.footer-cookie-close-btn:after {
  position: absolute;
  top: 50%;

  content: " ";
  display: block;
  height: 2px;
  width: 100%;
  transform: rotate(-45deg);
  background: white;
  transform-origin: center;

}

@media screen and (max-width: 768px) {
  .footer-cookie-element{
    bottom: 54px;
  }
}

@media screen and (max-width: 564px) {
  .footer-cookie-element{
    padding: 8px;
    bottom: 54px;
  }
  .footer-cookie-element__inner{
    font-size: 10px;
    max-width: 90%;
  }

  .footer-cookie-close-btn{
    transform: scale(.8);
    right:20px;
  }


}