@charset "UTF-8";


html {
  font-size: 100%;
}
body {
  color: #333;
  font-size: 1rem;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "メイリオ", sans-serif;
  font-weight: 500;
}
a {
  color: #333;
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}

h1{
  font-size: 55px;
}
h2{
  font-size: 119px;
}
h3{
  font-size: 35px;
}
h4{
  font-size: 19px;
}
h5{
  font-size: 35px;
  letter-spacing: 10.5px;
}
h6{
  font-size: 55px;
}
main{
  overflow: hidden;
}
.wrapper{
  max-width: 1000px;
margin: 0 auto;
}
header{
    position: fixed;

    z-index: 10;
    width: 100%;
        height: 58px;
}
header {
    transition: background-color 0.3s ease;
    background-color: transparent; /* 初期状態 */
}
.header_body{
  display: flex;
      align-items: center;
          justify-content: space-between;
}

@media screen and (min-width: 1025px) {

header .header_logo img:nth-of-type(2){
  display: none;
}
}
header.scrolled .header_logo img:nth-of-type(2){
  display: block;
}
header.scrolled .header_logo img:nth-of-type(1){
  display: none;
}
header.scrolled {
    background-color: #fff; /* スクロール後に白 */
}
header.scrolled a{
  color: #000;

}
header.scrolled .header_logo .top_link{
      border: 1px #000 solid;
}
header.scrolled .header_body .entry-btn a{
  color: #fff;
}
header.scrolled{}
header.scrolled{}
header.scrolled{}

header ul{
    display: flex;
}
header a{
        color: #fff;
}
header .header_logo{
  display: flex;
  align-items: center;
  gap: 20px;
    padding: 10px 20px;
}
header .header_logo img{
  width: 70px;

}
header .header_logo .top_link{
    border: 1px #fff solid;
    padding: 3px 10px;
    letter-spacing: 3.9px;

}
header .nav{
    display: flex;
}
header .header_body ul{
    margin-right: 203px;
      gap: 47px;
}
header .header_body ul li a{
  letter-spacing: 1.9px;

}
header .header_body .entry-btn{
  position: absolute;
  top: 0;
  right: 0;
}
header .header_body .entry-btn a{
    font-size: 20px;
    font-weight: bold;
    background-color: #0166B5;
    width: 164px;
    display: flex;
    height: 58px;
    align-items: center;
    justify-content: center;
}


#mainvisual{
    position: relative;
    z-index: 2;

}
#mainvisual .main_text{
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
        white-space: nowrap;
}
#mainvisual .main_text img{
max-width: 60%;
}
#mainvisual .main_text p{
  font-family: "Oswald", sans-serif;
    letter-spacing: 4.8px;
    text-shadow: 0px 3px 15px #000000;
}
#mainvisual .mv_bg{
  position: absolute;
bottom: -60px;
z-index: 5;
}
#mainvisual .mv_bg:nth-of-type(3){
    width: 903px;
    right: -436px;
}
#mainvisual .mv_bg:nth-of-type(4){
  width: 1000px;
  left: -390px;
}
#leadtext{
    position: relative;
    text-align: center;
    margin-bottom: 100px;
    background-image: url(../img/lead_bg.png);
    background-size: cover;
    margin-top: -47px;
    z-index: 1;
    background-position: 0px -200px;
}
#leadtext img{
  position: absolute;
  width: 300px;
}
#leadtext img:nth-of-type(1){
  left: 0;
  top: 130px;
}
#leadtext img:nth-of-type(2){
  right: 0;
  top: 250px;
}
#leadtext img:nth-of-type(3){
  left: 0;
}
#leadtext img:nth-of-type(4){
  right: 0;
}
#leadtext img:nth-of-type(5){
    top: 4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
}
#leadtext h2{
  position: relative;
padding-top: 230px;
  margin-bottom: 50px;
  color: #fff;
  z-index: 1;
      font-family: "Oswald", sans-serif;
    letter-spacing: 23.8px;
}
#leadtext h2::after{
content: "";
    position: absolute;
    right: 139px;
    top: 119px;
    width: 203px;
    height: 183px;
    background-size: contain;
    background-image: url(../img/lead_img05.png);
}
#leadtext h2::before{
      content: "";
    position: absolute;
    left: 30px;
    top: 500px;
    width: 250px;
    height: 200px;
    background-size: contain;
    background-image: url(../img/lead_img06.png);
}
#leadtext h3{
  line-height: 65px;
  margin-bottom: 87px;
  color: #fff;
}
#leadtext p{
  font-size: 17px;
  line-height: 35px;
  font-weight: bold;
}
#leadtext p:nth-of-type(3){
  position: relative;
  margin-bottom: 200px;
}
#leadtext p:nth-of-type(3):after{
      content: "";
    position: absolute;
    left: 138px;
    top: 78px;
    width: 206px;
    height: 200px;
    background-size: contain;
    background-image: url(../img/lead_img07.png);
}
#leadtext p:nth-of-type(3):before{
      content: "";
    position: absolute;
    right: 138px;
    top: 10px;
    width: 250px;
    height: 260px;
    background-size: contain;
    background-image: url(../img/lead_img08.png);
}

#leadtext .entry_link:after{
        content: "";
    position: absolute;
    right: -468px;
    top: -30px;
    width: 250px;
    height: 260px;
    background-size: contain;
    background-image: url(../img/lead_img09.png);
}
#leadtext .bg_img{
  margin-top: 150px;
      width: 100%;
    position: relative;
}
.entry_link{
position: relative;
    color: #fff;
    background-color: #0166B5;
    padding: 30px 100px;
    text-align: center;
    border-radius: 50px;
max-width: 580px;
    display: block;
    margin: 0 auto;
    font-size: 20px;
}

#leadtext .entry_link:before {
    position: absolute;
    content: "";
    top: -46px;
    left: 0;
    right: 0;
    width: 58%;
    height: 100%;
    margin: auto;
    background-size: contain;
    background-image: url(../img/entry01.png);
}

.text_area{
  text-align: center;
  color: #0166B5;
  margin-bottom: 100px;
}
.text_area h4{
      font-family: "Oswald", sans-serif;
      letter-spacing: 5.7px;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.text_area h4:before{
      content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 25px;
    height: 30px;
    background-size: contain;
    background-image: url(../img/about_text_img.png);
}

.bg_img{
  margin-bottom: 100px;
}

#emblem{
margin-bottom: 150px;
}
#emblem ul{
  display: flex;
}

#resources{
  position: relative;
margin-bottom: 380px;
  text-align: center;
      margin-top: -100px;
    padding-top: 100px;
}
#resources:after{
    content: "";
    position: absolute;
    top: -19%;
    left: 0;
    width: 100%;
height: 72%;
    background-image: url(../img/Resources_bg01.png);
    background-size: cover;
    z-index: -2;
}
#resources h1{
  display: inline-block;
  position: relative;
  margin-bottom: 70px;
}
#resources h1:before{
  content: "";
  position: absolute;
top: -48px;
    left: -47px;
    width: 132px;
    height: 144px;
  background-size: contain;
  z-index: -1;
}
#resources h4:before{
  background-image: url(../img/main_text_img.png);
}
#resources h1 img{
  height: 52px;
}
#resources dl:nth-of-type(1) h1:before{

  background-image: url(../img/resources_img01.png);
}
#resources dl:nth-of-type(2) h1:before{

  background-image: url(../img/resources_img02.png);
}
#resources dl:nth-of-type(3) h1:before{

  background-image: url(../img/resources_img03.png);
}

#resources h1:after{
  content: "";
  position: absolute;
    top: -50px;
    right: -65px;
    width: 160px;
    height: 100px;
  background-size: contain;
  background-image: url(../img/resources_img04.png);
}

#resources dl{
  display: flex;
  align-items: center;
  gap: 68px;
  margin: 0 auto;
margin-bottom: 50px;
  max-width: 1000px;
}
#resources dl:nth-of-type(2){
      flex-direction: row-reverse;
}
#resources dl dt{
  width: 50%;
  position: relative;
}
#resources dl dd{
  position: relative;
  width: 50%;
}
#resources dl dd p{
  text-align: left;
      font-size: 19px;
}
#resources dd:after{
    content: "";
    position: absolute;
    top: 115px;
    left: -110px;
    width: 430px;
    height: 230px;
    background-image: url(../img/resources_bgimg01.png);
    background-size: contain;
    z-index: -1;
}
#resources dl:nth-of-type(2) dd:after{
      left: 250px;
}

#resources dl:nth-of-type(2) dt:after{
    content: "";
    position: absolute;
    right: auto;
    top: -30px;
    width: 250px;
    height: 260px;
    background-size: contain;
    background-image: url(../img/lead_img09.png);
}

#resources dl:nth-of-type(3) dt:after{
    content: "";
    position: absolute;
    left: -33%;
    bottom: -55%;
    width: 250px;
    height: 260px;
    background-size: contain;
    background-image: url(../img/lead_img09.png);
}
#resources .entry_link{
  margin-top: 250px;
}
#resources .entry_link:before {
    position: absolute;
    content: "";
top: -80px;
    left: 0;
    right: 0;
    width: 81%;
    height: 100%;
    margin: auto;
    background-size: contain;
    background-image: url(../img/entry02.png);
}

#job{
  position: relative;
    margin-top: -100px;
    padding-top: 100px;
margin-bottom: 110px;
}
#job:before{
    content: "";
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 57%;
    background-image: url(../img/Resources_bg01.png);
    background-size: cover;
    z-index: -1;
}
#job .text_area h4:before {
    background-image: url(../img/main_text_img.png);

}
#job img{
  width: 100%;
  height: 375px;
  object-fit: cover;
  border-radius: 10px;
      object-position: 0 15%;
}
#job .text_item{
  padding: 60px 100px;
  font-weight: bold;
}
#job .text_area::before{
    content: "";
    position: absolute;
    top: -5%;
    left: 10%;
    width: 10%;
    height: 4%;
    background-image: url(../img/job_img05.png);
    background-size: contain;
    z-index: -1;
}
#job .text_area::after{
content: "";
    position: absolute;
    top: -1%;
    right: 10%;
    width: 15%;
    height: 10%;
    background-image: url(../img/job_img04.png);
    background-size: contain;
    z-index: -1;
}
#job ul{
  display: flex;
  justify-content: space-between;
  gap: 44px;
  margin-bottom: 70px;
}
#job ul li{
  padding: 30px;
  background-color: #F4ECE6;
  border-radius: 10px;
}
#job ul li .job_title{
  text-align: center;
  background-color: #0166B5;
  border-radius: 25px;
  color: #fff;
  margin-bottom: 30px;
}
#job .entry_link{
  margin-top: 150px;
}
#job .entry_link:before {
    position: absolute;
    content: "";
    top: -46px;
    left: 0;
    right: 0;
    width: 58%;
    height: 100%;
    margin: auto;
    background-size: contain;
    background-image: url(../img/entry01.png);
}
#interview{
  margin-bottom: 230px;
}
#interview .text_area{
  position: relative;
  padding:420px 0;
    text-align: center;
  background-color: #0166B5;
  border-radius: 30px;
  color: #fff;
}
#interview .text_area h5{
  margin-bottom: 80px;
}
#interview p{
  line-height: 45px;
}
#interview .text_area .img_item{

}
#interview .text_area .img_item img:nth-of-type(1){
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
    width: 15%;
    max-width: 450px;
}
#interview .text_area .img_item img:nth-of-type(2){
    position: absolute;
    top: 102px;
    right: -57px;
    width: 33%;
    max-width: 450px;
}
/*
#interview .text_area .img_item img:nth-of-type(3){
position: absolute;
    bottom: 335px;
    left: 155px;
    width: 25%;
    max-width: 450px;
}
*/
#interview .text_area .img_item img:nth-of-type(3){
    position: absolute;
    top: 131px;
    left: -50px;
    width: 33%;
    max-width: 450px;
}
#interview .text_area .img_item img:nth-of-type(4){
    position: absolute;
    bottom: 383px;
    right: -10px;
    max-width: 29%;
}
#interview .card_wrapper{
  position: relative;
    margin-bottom: 360px;
}
#interview .card_wrapper{

}
#interview .card_item{
    position: absolute;
  display: flex;
  gap: 86px;
  justify-content: center;
    top: -325px;
  left: 0;
  right: 0;
  z-index: 2;
}
#interview .card_item li{
  position: relative;
  background-color: #F3EBE6;
  border-radius: 10px;
  height: 338px;
  width: 224px;
}
#interview .card_item li:before{
content: "";
    position: absolute;
    top: -97px;
    left: -53px;
    width: 100%;
    height: 55%;
    background-size: contain;
    z-index: -1;
}
#interview .card_item li:after{
    content: "";
    position: absolute;
    top: -20px;
    right: -190px;
    width: 100%;
    height: 26%;
    background-size: contain;
    z-index: -1;
    background-image: url(../img/interview_text.png);
}
#interview .card_item li a{
  display: block;
  position: relative;
  height: 100%;
}
#interview .card_item li a::after{
    content: '';
    width: 9px;
    height: 9px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 2px;
    bottom: -7px;
    margin: auto;
}
#interview .card_item li a::before{
    content: "";
    position: absolute;
    bottom: -24px;
    right: -15px;
    background-color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
#interview .card_item li:nth-of-type(2), #interview .card_item li:nth-of-type(4){

}
#interview .card_item li:nth-of-type(1):before{
    background-image: url(../img/interview_number01.png);
}
#interview .card_item li:nth-of-type(2):before{
    background-image: url(../img/interview_number02.png);
}
#interview .card_item li:nth-of-type(3):before{
    background-image: url(../img/interview_number03.png);
}
#interview .card_item li:nth-of-type(4):before{
    background-image: url(../img/interview_number04.png);
}
#interview .card_item li img{
    display: block;
    margin: auto;
    max-width: 80%;
    padding: 10px;

}
#interview .card_item li p{
position: relative;
    font-size: 14px;
    line-height: 40px;
    border-radius: 17px;
    font-weight: bold;
    margin: 0 auto;
    display: block;
    left: 16px;
    bottom: -33px;
}
#interview .card_item li span{
      font-family: "Oswald", sans-serif;
    position: absolute;
    right: 10px;
}
#interview .list_item li{
  cursor: pointer;
  position: relative;
  margin-bottom: 220px;
  color: #fff;

padding-top: 170px;
    margin-top: -170px;
}
#interview .list_item li::after{
    content: "";
    position: absolute;
    top: 55px;
    right: 45px;
    width: 183px;
    height: 160px;
    background-size: contain;

}
#interview .list_item li .card-inner{
  background-color: #0166B5;
  height: 565px;
  padding-top: 100px;

  gap: 75px;
  display: flex;
}
#interview .list_item li:nth-of-type(1)::after{
    background-image: url(../img/interview_num01.png);
}
#interview .list_item li:nth-of-type(2)::after{
    background-image: url(../img/interview_num02.png);
}
#interview .list_item li:nth-of-type(3)::after{
    background-image: url(../img/interview_num03.png);
}
#interview .list_item li:nth-of-type(4)::after{
    background-image: url(../img/interview_num04.png);
}
#interview .list_item li img{
    position: relative;
    top: -140px;
    width: 43%;
    height: 550px;
    object-fit: cover;
    border-radius: 10px;
}
#interview .list_item li h5{
  padding-bottom: 60px;
  margin-bottom: 35px;
border-bottom: 3px dashed #FFFFFF;
}
#interview .list_item li .int_name{
  font-size: 26px;
  font-weight: bold;
  background-color: #fff;
  color: #0166B5;
  border-radius: 21px;
  padding: 0 25px;
      font-family: "Oswald", sans-serif;
          letter-spacing: 2.6px;
    display: inline-block;
    margin-bottom: 20px;
}
#interview .entry_link:before {
    position: absolute;
    content: "";
    top: -46px;
    left: 0;
    right: 0;
    width: 90%;
    height: 100%;
    margin: auto;
    background-size: contain;
    background-image: url(../img/entry03.png);
}
#interview .list_item li .int_item{
  position: relative;
  width: 41%;
}
#interview .list_item li .int_item h5{
      letter-spacing: 2.8px;
    font-size: min(28px, 1.9vw);
}
#interview .list_item li span{
          margin-right: 10px;
}
#interview .list_item li .int_item .black-btn {
  position: absolute;
  bottom: 30px;
  right: 10%;
  width: 45px;
  height: 45px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;

}

#interview .list_item li .int_item .black-btn {
  position: absolute;
  bottom: 30px;
  right: 10%;
  width: 45px;
  height: 45px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;

}

/* 横線（常にそのまま） */
#interview .list_item li .int_item .black-btn::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
#interview .list_item li .int_item .black-btn::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
#interview .list_item li:hover .int_item .black-btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*
 縦線（回転で重ねる） 
#interview .list_item li .int_item .black-btn::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}

ホバー時：縦線を90度回転 → 横線と完全に重なる
#interview .list_item li:hover .int_item .black-btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

 */



/*モーダルエリアーーーーーーーーーーーーーーーーーーーー*/
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background: #fff;
    padding: 20px;
    margin: 5% auto;
    max-width: 1477px;
    max-height: 90%;
    border-radius: 10px;
    position: relative;
    overflow-y: scroll;
padding-bottom: 100px;
}

.modal-close {
    position: absolute;
    right: 5px;
    top: 0px;
    font-size: 45px;
    cursor: pointer;
    color: #fff;
}
.modal .int_name{
    font-size: 26px;
    font-weight: bold;
    background-color: #0166B5;
    color: #fff;
    border-radius: 21px;
    padding: 0 25px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 2.6px;
    display: inline-block;
    margin-bottom: 20px;
        margin-top: 30px;
    margin-left: 50px;

}
.modal_img-box{
    position: absolute;
    width: 34%;
    right: 0;
        top: 100px;
            max-width: 440px;
}
.modal_img-box:after{
    content: "";
    position: absolute;
width: 48%;
    left: -18%;
    bottom: -15%;
    background-image: url(../img/modal_img02.jpg);
    height: 31%;
    background-size: contain;
    border-radius: 10px;
    z-index: 1;
}
.modal_img-box img{
border-radius:10px;
}
#modal2 .modal_img-box:after{
    background-image: url(../img/modal_img02-03.jpg);

}
#modal2 .modal-under:after{
    background-image: url(../img/modal_img03-03.jpg);
    height: 96%;
    width: 15%;
}
#modal3 .modal_img-box:after{
   display:none;
}

#modal3 .modal-under:after{
   display:none;
}

.modal-text{

}
.modal-h1{
  position: relative;
  font-weight: bold;
  margin-bottom: 28px;
  margin-top: 40px;
}
.modal-h1::before{
    content: "";
    position: absolute;
    left: -2.5%;
    top: 44%;
    width: 12px;
    height: 3px;
    background-color: #B7896A;
}
.modal-textarea{
    max-width: 45%;
    margin-right: auto;
    margin-left: 10%;
    font-size: clamp(12px, 1vw, 15px);
}


.modal-under{
    position: relative;
    background-color: #F3EBE6;
    border-radius: 10px;
    display: flex
;
    width: 87%;
    margin: 0 auto;
    margin-top: 35px;
    align-items: center;
    padding-left: 30px;
    padding-right: 8vw;
    font-size: clamp(12px, 1vw, 15px);
    gap: 18px;
    padding-top: 15px;
}
.modal-under:after{
    content: "";
    position: absolute;
    right: -9%;
    top: 36%;
    background-image: url(../img/modal_img03.jpg);
    background-size: contain;
    height: 100%;
    width: 19%;
    border-radius: 10px;
}

.modal-under img{
    max-width: 220px;
}




#sentence{
    position: relative;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 90px;
      padding: 0 35px;
}
#sentence p{
  font-weight: bold;
}
#sentence img{
  position: absolute;
}
#sentence .item01 img:nth-of-type(1){
    top: 6%;
    left: 11%;
    z-index: -1;
}
#sentence .item01 img:nth-of-type(2){
top: 21%;
    left: 76%;
    z-index: 0;
    width: 29%;
}
#sentence .item02 img:nth-of-type(1){
    top: 32%;
    left: 61%;
    z-index: -1;
    width: 63%;
}
#sentence .item03 img:nth-of-type(1){
    top: 53%;
    left: -35%;
    z-index: -1;
    width: 75%;
}
#sentence .item03{
    margin-bottom: 270px;
}
#sentence .block_text{
  width: 61%;
}
#sentence .block_text p{
  line-height: 35px;
  margin-bottom: 30px;
}
#sentence .block_text .blue_main-text{
  position: relative;
  color: #0166B5;
  font-size: 28px;
  font-weight: bold;
}
#sentence .block_text .blue_text{
  color: #0166B5;
}
#sentence .block_text:nth-of-type(1){
  margin-bottom: 700px;
}
#sentence .block_text:nth-of-type(1)::after{
    content: "";
    position: absolute;
    top: 29%;
    left: -10%;
    width: 24%;
    height: 13%;
    background-image: url(../img/sentence_item05.png);
    background-size: contain;
    z-index: -1;

}
#sentence .block_text:nth-of-type(1)::before{
    content: "";
    position: absolute;
    top: 0%;
    right: -6%;
    width: 13%;
    height: 10%;
    background-image: url(../img/sentence_item06.png);
    background-size: contain;
    z-index: -1;

}

#sentence .block_text:nth-of-type(1) .blue_main-text:before{
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-image: url(../img/sentence_title.png);
}
#sentence .block_text:nth-of-type(2){
  margin-bottom: 250px;
}
#sentence .block_text:nth-of-type(3){
  margin-left: auto;
}

#sentence .block_text:nth-of-type(3)::after{
    content: "";
    position: absolute;
    bottom: 16%;
    right: -9%;
    width: 10%;
    height: 8%;
    background-image: url(../img/job_img05.png);
    background-size: contain;
    z-index: -1;

}
#sentence .under_text{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
#sentence .under_text span{

}
#sentence .under_text span img{
    position: relative;
    display: inline;
    max-width: 480px;
    bottom: -36px;
}
#sentence .entry_link{
  position: relative;
  margin-top: 150px;
}
#sentence .entry_link:before{
position: absolute;
    content: "";
    top: -46px;
    left: 0;
    right: 0;
    width: 58%;
    height: 100%;
    margin: auto;
    background-size: contain;
    background-image: url(../img/entry01.png);
}
.title_text{
  text-align: center;
  color: #0166B5;
}
.title_text h1{
  margin-bottom: 40px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 12.1px;
}
.title_text p{
  font-size: 28px;
      font-weight: bold;
}
#about{
  position: relative;
  border-radius: 30px;
  background-color: #0166B5;
  margin-bottom: 180px;
  z-index: 0;
}
#about::after{
content: "";
    position: absolute;
    top: 202px;
    left: -100px;
    background-image: url(../img/about_bg.png);
    background-size: cover;
    width: 112%;
    height: 69%;
    z-index: -2;
}
#about::before{
content: "";
    position: absolute;
bottom: 0px;
    left: 60px;
    background-image: url(../img/about_bg02.png);
    background-size: cover;
width: 100%;
    height: 25%;
    z-index: -2;
}
#about .title_text{
  color: #fff;
  margin-bottom: 10vw;
}
#about .title_text:before{
    content: "";
    position: absolute;
    top: 13%;
    left: 6%;
    width: 7%;
    height: 8%;
    background-image: url(../img/about_img01.png);
    background-size: contain;
    z-index: -1;
}

#about .title_text:after{
    content: "";
    position: absolute;
    top: 6%;
    right: 7%;
    width: 10%;
    height: 8%;
    background-image: url(../img/about_img02.png);
    background-size: contain;
    z-index: -1;
}


#about .logo{
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 100px 0;
}
#about ul{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
padding-bottom: 100px;
    align-items: center;
    gap: 50px;
}
#about ul li{
  line-height: 35px;
}
#about ul li p{
  font-size: 28px;
  margin-bottom: 50px;
}
#about ul:nth-of-type(1){
    margin-bottom: 2vw;
}
#about ul:nth-of-type(1) li:nth-child(2){
  margin-left: auto;
  width: 100%;
  color: #0166B5;
  font-weight: bold;
      padding-right: 20px;
}
#about ul:nth-of-type(2){}
#about ul:nth-of-type(2) li:nth-child(1){
  margin-right: auto;
  width: 100%;
  color: #fff;
    font-weight: bold;
        padding-left: 20px;
}
#rank{
height: 1000px;
    margin-bottom: 50px;
}
#rank .img_area{
  position: relative;
}
#rank .img_area img{
  position: absolute;
  max-width: 39%;
}
#rank .img_area img:nth-of-type(1){
  right: 0;
}
#rank .img_area img:nth-of-type(2){
  left: 0;
}
#rank .img_area img:nth-of-type(3){
left: 0;
    right: 0;
    top: 180px;
    margin: auto;
}
#group{
  position: relative;
}
#group::after{
    content: "";
    position: absolute;
    top: -371px;
    left: -82px;
    background-image: url(../img/group_bg.png);
    background-size: cover;
    width: 111%;
    height: 100%;
    z-index: -1;
}
#group .title_text{
  margin-bottom: 50px;
}
#group ul{
  display: flex;
      max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 100px;
}
#group ul li{
  width: 50%;
}
#group ul li:nth-of-type(1) img{
  max-width: 84%;
}
#group ul li:nth-of-type(2) img{
  max-width: 34%;
  margin-bottom: 50px;
}
#group .brand{
  text-align: center;
  margin-bottom: 215px;
}
#group .brand span{
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  color: #fff;
  border-radius: 25px;
  background-color: #0166B5;
      display: block;
    text-align: center;
    margin: 0 auto;
    width: 400px;
    margin-bottom: 150px;
    letter-spacing: 7.2px;
        padding: 5px;
}
#group .brand img{
  max-width: 1000px;
  margin: 0 auto;
}
#group ul li p{
  font-weight: bold;
}
#group .slider{
  margin-bottom: 0;
}
#data span{
  font-family: "Oswald", sans-serif;
}
#data .title_text{
  margin-bottom: 100px;
}
#data .data_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  text-align: center;
  color: #fff;
      max-width: 960px;
    margin: 0 auto;
}

#data .data_list p{
  font-size: 28px;
  font-weight: bold;
  margin-top: 40px;
}
#data .data_list span{
  font-size: 80px;
    font-weight: bold;
}
#data .data_list > li{
  width: 48%;
  background-color: #0166B5;
  border-radius: 10px;
  height: 450px;
}
#data .data_list li > img{
  margin-top: 80px;
  max-width: 50%;
}
#data .data_list:nth-of-type(1){
  margin-bottom: 50px;
}
#data .data_list:nth-of-type(2){
  margin-bottom: 50px;
}
#data .data_list:nth-of-type(1) li:nth-of-type(2) p:nth-of-type(2){
  margin-top: 15px;
}
#data .data_list:nth-of-type(1) li:nth-of-type(3) img{
  margin-top: 20px;
}
#data .data_list:nth-of-type(1) li:nth-of-type(3) p:nth-of-type(2){
  margin-top: 15px;
}
#data .data_list:nth-of-type(1) li:nth-of-type(4) ul{
  display: flex;
      justify-content: center;
      gap: 30px;
}
#data .data_list:nth-of-type(1) li:nth-of-type(4) ul li{
  width: 32%;
}
#data .data_list:nth-of-type(1) li:nth-of-type(4) ul li p{
  font-size: 22px;
}
#data .data_list:nth-of-type(1) li:nth-of-type(4) span{
  display: block;
}
#data .data_list:nth-of-type(1) li:nth-of-type(4) img{
  max-width: 85%;
    margin-top: 12px;
}
#data .data_list:nth-of-type(1) li:nth-of-type(5) img{
margin-top: 27px;
    max-width: 74%;
}
#data .data_list:nth-of-type(1) li:nth-of-type(5) p:nth-of-type(2){
  margin-top: 0px;
}
#data .data_list:nth-of-type(1) li:nth-of-type(6) img{
margin-top: 67px;
}
#data .data_list:nth-of-type(1) li:nth-of-type(6) p:nth-of-type(2){
  margin-top: 20px;
}
#data .data_list:nth-of-type(1) li:nth-of-type(7) img, #data .data_list:nth-of-type(1) li:nth-of-type(8) img{
    max-width: 70%;
    margin-top: 35px;
}
#data .data_list:nth-of-type(2) li{
  width: 100%;
}
#data .data_list:nth-of-type(2) li img{
  margin-top: 0;
  max-width: 94%;
}
#data .data_list:nth-of-type(3) li > img{
  max-width: 30%;
}
#data .data_list:nth-of-type(3) > li:nth-of-type(1) img{
    max-width: 24%;
    margin-top: 24px;
}
#data .data_list:nth-of-type(3) > li:nth-of-type(2) img{
    max-width: 34%;
    margin-top: 44px;
}
#data .data_list:nth-of-type(3) > li:nth-of-type(2) p:nth-of-type(2){
  margin-top: 0px;
}
#data .data_list:nth-of-type(3) > li:nth-of-type(1) p:nth-of-type(2){
  margin-top: 0;
}
#data .data_list:nth-of-type(3) li:nth-of-type(4) img{
  margin-top: 20px;
}
#data .data_list:nth-of-type(3) li:nth-of-type(4) p:nth-of-type(2){
  margin-top: 0px;
}
#data .data_list:nth-of-type(3) li:nth-of-type(4) ul{
  display: flex;
  justify-content: center;
  gap: 70px;
}
#data .data_list:nth-of-type(3) li:nth-of-type(4) ul p{
  margin-top: 10px;
}
#data .data_list:nth-of-type(3) li:nth-of-type(5) img{
  max-width: 12%;
  margin-top: 20px;
}
#data .data_list:nth-of-type(3) li:nth-of-type(5) p:nth-of-type(2){
  margin-top: 0px;
}
#data .data_list:nth-of-type(3) li:nth-of-type(6) img{
margin-top: 23px;
    max-width: 22%;
}
#data .data_list:nth-of-type(3) li:nth-of-type(7) img{
    max-width: 40%;
    margin-top: 25px;
}
#data .data_list:nth-of-type(3) p:nth-of-type(2){
  margin-top: 0;
}
#data .data_list .detail{
  font-size: 13px;
    margin-top: -10px;
}
#data .entry_link{
  position: relative;
      margin-top: 200px;
}
#data .entry_link:before{
position: absolute;
    content: "";
    top: -46px;
    left: 0;
    right: 0;
    width: 58%;
    height: 100%;
    margin: auto;
    background-size: contain;
    background-image: url(../img/entry01.png);
}
#data .now{
  max-width: 960px;
    margin: 0 auto;
    margin-top: 20px;
    font-weight: bold;
}

#entry{
  max-width: 1000px;
  margin: 0 auto;
}
#entry .title_text{
  margin-bottom: 100px;
}
#entry .title_text h1{
  margin-bottom: 0;
}
#entry dl{
  display: flex;
  flex-wrap: wrap;
  border: 1px #AAAAAA solid;
  margin-bottom: 200px;
}
#entry dl dt{
  width: 20%;
  padding: 19px;
  text-align: center;
  color: #fff;
  background-color: #C3C3C3;
  border-right: 1px #AAAAAA solid;
  border-bottom: 1px #AAAAAA solid;
}
#entry dl dd{
  width: 80%;
    padding: 19px;
  border-bottom: 1px #AAAAAA solid;
}
 .entry_link{
  margin-bottom: 150px;
}

#entry .entry_link:before {
    position: absolute;
    content: "";
    top: -46px;
    left: 0;
    right: 0;
    width: 58%;
    height: 100%;
    margin: auto;
    background-size: contain;
    background-image: url(../img/entry01.png);
}


#form{
  background-color: #0166B5;
  border-radius: 34px;
    padding: 120px 0;
}
#form .form_list p{
  font-weight: bold;
}
#form .title_text{
  color: #fff;
  margin-bottom: 40px;
}
#form .form_text{
  color: #fff;
  text-align: center;
      margin-bottom: 50px;
}
#form .form_container{
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ECF3F8;
}
#form .form_container p a{
color:#0166B5;
text-decoration: underline;
}
#form form{
    max-width: 762px;
    margin: 0 auto;
    padding: 56px 0;
}
.form_menu{
  text-align: center;
  margin-bottom: 50px;
}
.form_menu span{
  background-color: #7ECDFF;
  border-radius: 25px;
  width: 234px;
  color: #fff;
  display: inline-block;
      padding: 9px 0;
          margin: 0 3px;
}
.form_menu span:nth-of-type(1){
  background-color: #0166B5;
}
#form form .form_list{
  display: flex;
    padding: 15px 0 15px 30px;
  align-items: center;
  justify-content: space-between;
    border-top: 2px #707070 dotted;
}
#form form .form_list:nth-of-type(14){
      border-bottom: 2px #707070 dotted;
}
#form input{
  background-color: #fff;
  border: 1px #AAAAAA solid;
  padding: 14px;
  width: 65%;
}
#form .yubin input{
  width: 30%;
}
#form .yubin .yubin_item{
  width: 65%;
}
#form .yubin .yubin_item span{
  margin-right: 10px;
}
#form .form_data_gender{
  display: flex;
  gap: 20px;
      width: 65%;
}
#form .form_data_gender label{
      display: flex;
    align-items: center;
    gap: 10px;
}
#form .form_data_ed{
    display: flex;
      width: 65%;
}
#form .form_data_ed label{
      display: flex;
    align-items: center;
    margin-right: 10px;
        white-space: nowrap;
}
#form form .req{
  background-color: #0166B5;
  color: #fff;
  font-size: 15px;
      padding: 3px 6px;
      margin-right: 15px;
}
#form form .any{
  background-color: #AAAAAA;
    color: #fff;
    font-size: 15px;
        padding: 3px 6px;
      margin-right: 15px;
}
#form .custom-radio {
  appearance: none; /* デフォルトのスタイルをリセット */
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #555;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  border-radius: 3px; /* 角を少し丸める。0にすれば完全な四角 */
  vertical-align: middle;
  position: relative;
  padding: 7px;
}

#form .custom-radio:checked::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    width: 90%;
    margin: auto;
    height: 85%;
    background-color: #333;
}

#form .form_data_year {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    width: 65%;
  }

#form .form_data_year select {
    background-color: #fff;
    padding: 8px 24px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
  }

#form .form_data_year .select-group {
    display: flex;
    align-items: center;
  }

#form .form_data_year .select-group span {
    margin-left: 4px;
    font-size: 1rem;
  }

.select-wrapper {
  position: relative;
  display: inline-block;
}

.select-wrapper select {
  appearance: none; /* ネイティブの矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  padding: 5px 2em 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

.select-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 31px;
    transform: translateY(-50%) rotate(135deg);
    width: 0.5em;
    height: 0.5em;
    border: 0.15em solid #AAAAAA;
    border-left: 0;
    border-bottom: 0;
    pointer-events: none;
}
#form textarea{
    border: 1px #AAAAAA solid;
    background-color: #fff;
  width: 65%;
}
#form .submit{
  text-align: center;
  display: block;
  background-color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0;
        border: 1px #AAAAAA solid;
        margin-bottom: 25px;
        margin-top: 50px;
}
#form .submit input{

  width: auto;
      margin-right: 9px;
}
#form .confirm{
  margin-top: 50px;
  text-align: center;
}
#form .confirm input{
  background-color: #0166B5;
  color: #fff;
      width: 75%;
    border-radius: 50px;
    padding: 30px;
    border:none;
    font-size: 20px;
    font-weight: bold;
}
#form .under{
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
}
footer{
  text-align: center;
  margin-bottom: 100px;
}
footer img{
  margin-top: 150px;
  margin-bottom: 40px;
  max-width: 14%;
}

/*js*/

.slider li{
width: 150px !important;
    margin-right: 5px;
}

  .pc-none{
    display: none;
  }


/*hamberger*/

.hamburger {
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 6px;
  width: 36px;
  height: 30px;
  justify-content: center;
  z-index: 1001;
}

.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transition: 0.4s;
}

/* ===== ナビゲーション初期状態 ===== */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*confirm*/
.confirm .confirm-wrap{
      background-color: #0166B5;
    border-radius: 34px;
    margin: 100px auto;
    padding: 50px 0;
        max-width: 1100px;
}
.confirm .confirm-wrap h1{
  color: #fff;
  text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
}
.confirm .confirm-wrap form{
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ECF3F8;
        padding: 20px;
}
.form_menu span:nth-of-type(1){
  background-color: #0166B5;
}
.confirm .confirm-wrap .form_menu span:nth-of-type(1){
  background-color: #7ECDFF;
}

.confirm .confirm-wrap .form_menu span:nth-of-type(2){
  background-color: #0166B5;
}

.confirm .confirm-wrap form p{
  font-weight: bold;
  width: 40%;
}
.confirm .confirm-wrap form .con-list span{
    overflow-wrap: anywhere;
}
.confirm .confirm-wrap form  .con-list {
    display: flex;
    margin-bottom: 10px;
        padding-top: 10px;
        border-top: 2px #707070 dotted;
}


.end .form_menu span:nth-of-type(1){
      background-color: #7ECDFF;
}
.end .confirm-wrap .form_menu span:nth-of-type(2){
      background-color: #7ECDFF;
}
.end .form_menu span:nth-of-type(3){
  background-color: #0166B5;
}
.end .confirm-wrap form p{
  width: 100%;
  text-align: center;
}
.con-list {
    display: flex;
    margin: 0 auto;
    max-width: 600px;
}
.confirm .confirm-wrap form .submit-btn{
  text-align: center;
  margin-top: 40px;
}
.confirm .confirm-wrap form .submit-btn button{
  margin-right: 30px;
      background-color: #0166B5;
    color: #fff;
    width: 20%;
    border-radius: 50px;
    padding: 15px;
}
.confirm .confirm-wrap form .submit-btn button:nth-of-type(1){
    background-color: #7ECDFF;
}
/* ===== メディアクエリ（1024px以下）===== */
@media screen and (max-width: 1024px) {
  /* ハンバーガー表示 */
  .hamburger {
    display: flex;
    position: fixed;
    top: 15px;
    right: 20px;
  }

header .header_logo a{
position:relative;
z-index:1001;
}
.hamburger.open ~ .header_body .header_logo img{
opacity:0;
    position: absolute;
    top: 0;
    left: 0;
}

.header_body .header_logo img:nth-of-type(2){
opacity:0;
    position: absolute;
    top: 0;
    left: 0;
}
header.scrolled .header_logo img:nth-of-type(2){
opacity:1;
position:relative;

}
.hamburger.open ~ .header_body .header_logo img:nth-of-type(2){
opacity:1;
position:relative;
    transition: all 1s ease-in;

}



.hamburger.open ~ .header_body .header_logo .top_link{
      border: 1px #000 solid;
color:#000;
}

header .hamburger.open span{
background-color:#000;
}



  /* ナビゲーションのSP表示設定 */
  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 150px 20px 20px;
    transition: right 0.4s ease-in-out;
    z-index: 1000;
    justify-content: unset;
  }
header.scrolled .hamburger span {
  background-color: #000;
}
  .nav.active {
    right: 0;
  }

  .nav .header_logo {
    display: flex;
    flex-direction: column;
    gap: 10px;
            position: absolute;
        left: 0;
        right: 0;
        bottom: 20%;
        justify-content: center;
  }

  .nav .top_link {
    margin-top: 10px;
    font-weight: bold;
  }

  .nav {
    width: 100%;
  }
header .nav{
  flex-direction: column;
}
header .header_body ul {
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
  }
header .header_body .entry-btn{
  margin: 0 auto;
    margin-top: 50px;
    position: relative;
}
  .header_body ul li {
    margin-bottom: 15px;
  }

  .header_body ul li a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
  }

  .entry-btn {
    margin-top: 20px;
  }

  .entry-btn a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
  }

  /* ハンバーガー ✕ アニメーション */
  .hamburger.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .hamburger.open span:nth-child(2) {
    opacity: 0;
background-color:#fff;
  }

  .hamburger.open span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }




  .sp-none{
    display: none;
  }
  .pc-none{
    display: block;
  }
  .sp_mv{
    display: none;
  }
h1{
  font-size: 23px;
}
h2{
  font-size: 41px;
}
h3{
  font-size: 15px;
}
h5{
  font-size: 18px;
}
.sp_mv{
  object-fit: cover;
  width: 100%;
}
.entry_link{
  font-size: 11px;
    padding: 15px 30px;
    max-width: 300px;
}
#mainvisual .main_text{
  top: 24%;
}
#mainvisual .main_text p{
  font-size: 6px;
}
#mainvisual .mv_bg:nth-of-type(3) {
    width: 547px;
    right: -176px;
}
#mainvisual .mv_bg:nth-of-type(4) {
    width: 663px;
    left: -289px;
}

#leadtext h2::after {
        right: 4%;
        top: auto;
        bottom: -322%;
        width: 129px;
        height: 183px;
}
#leadtext .entry_link:after {
    right: -89px;
    top: -168px;
    width: 174px;
    height: 260px;
}




#leadtext{
      background-position: 0px -20px;
      margin-bottom: 0;
}
#leadtext p{
  font-size: 11px;
          margin-top: -27px;
}
#leadtext h2{
  letter-spacing: 8.8px;
  padding-top: 160px;
}
#leadtext h2::before {
    left: 11px;
    top: 280px;
    width: 84px;
}
#leadtext h3{
  line-height: 25px;
}
#leadtext img:nth-of-type(3) {
    display: none;
}
#leadtext img:nth-of-type(4) {
    display: none;
}
#leadtext p:nth-of-type(3):before{
left: 41px;
        right: auto;
        top: 146px;
        width: 100px;
            height: 124px;
}
#leadtext p:nth-of-type(3):after{
  left: -59px;
      top: 503px;
    width: 178px;
}
#leadtext img:nth-of-type(1) {
        left: -21px;
        top: auto;
        bottom: 43%;
        max-width: 200px;
        width: 53vw;
}
#leadtext img:nth-of-type(2) {
        right: -14px;
        top: auto;
        bottom: 46%;
        max-width: 233px;
        width: 47vw;
}
#leadtext p:nth-of-type(3){
  margin-bottom: 520px;
}
#leadtext p:nth-of-type(3):before{

}
#leadtext p:nth-of-type(3):after{

}
#leadtext img:nth-of-type(5) {
    top: 6%;

    width: 93px;
}
#leadtext .entry_link{
  margin-bottom: 0;
}
#leadtext .bg_img{
  margin-top: 90px;
  height: 300px;
        object-fit: cover;
}
#leadtext .entry_link:before{
  top: -27px;
}
.slider li {
    width: 100px !important;
}
#emblem {
    margin-bottom: 50px;
}
#resources .text_area{
  margin-bottom: 150px;
}
#resources:after {
    content: "";
    position: absolute;
    top: -29%;
    left: 0;
    width: 100%;
    height: 34%;
}
#resources dl:nth-of-type(1) h1{
  left: -11%;
}
#resources dl {
  display: flex;
  flex-direction: column;
}
#resources dd{
  order: 1;
}
#resources dt{
  order: 2;
}
#resources
.text_area h4{
  font-size: 11px;
}

#resources h1 {
    left: -20%;
}
#resources dl{
  flex-direction: column;
      margin-bottom: 100px;
}
#resources dl dt{
        width: 100%;
}
#resources dl dt img{
        max-width: 300px;
}
#resources dl dd{
  width: 80%;
}
#resources dl dd p{
  text-align: left;
}
#resources h1:before{
  top: -60px;
      width: 114px;
    height: 111px;
}
#resources h1 img {
    height: 24px;
}
#resources dd:after {
    content: "";
    position: absolute;
    top: -179px;
    left: 269px;
    width: 358px;
    height: 230px;
    z-index: 0;
}
#resources dl:nth-of-type(2){
  flex-direction: column;
}
#resources dl:nth-of-type(3){

}
#resources dl:nth-of-type(3) dt:after {
        bottom: -47%;
            left: -3%;
    width: 176px;
    height: 260px;
}
#resources dl:nth-of-type(2) dd:after{
  left: auto;
}

#resources dd:after {
        content: "";
        position: absolute;
        top: 462px;
        left: 43%;
        width: 231px;
        z-index: 1;
}

#resources .entry_link:before{
  top: -40px;
}
#resources .entry_link {
    margin-top: 130px;
}
#job:before{
    top: -11%;
    left: 0;
    width: 100%;
    height: 40%;
    background-size: contain;

}
#resources{
        margin-bottom: 200px;
}
.wrapper{
      padding: 0 20px;
}
.text_area{
  margin-bottom: 50px;
}
.title_text h1{
  font-size: 20px;
  margin-bottom: 0;
        letter-spacing: 2.7px;
}
.title_text p{
  font-size: 13px;
}
#job{

  margin-bottom: 0;
}
#job .text_item {
    padding: 40px 0px;
}
#job ul{
  flex-direction: column;
  margin-bottom: 30px;
  gap: 30px;
}
#job img{
max-height: 50vw;
        object-position: top;
}
#job ul li .job_title{
  padding: 6px 0;
}
#job .entry_link {
    margin-top: 100px;
}
#job .entry_link:before{
  top: -25px;
}
#job .entry_link {
    margin-bottom: 80px;
}
#interview{
      margin-bottom: 130px;
}
#interview .text_area .img_item img:nth-of-type(1){
      top: 90px;
    width: 27%;
}
#interview .text_area{
  padding: 200px 0;
}

#interview .text_area .img_item img:nth-of-type(3) {
    top: 31px;
    width: 33%;
    max-width: 450px;
    min-width: 160px;
}

#interview .text_area .img_item img:nth-of-type(2) {
    top: 69px;
    width: 33%;
    max-width: 450px;
    min-width: 160px;
}
/*
#interview .text_area .img_item img:nth-of-type(3) {
    bottom: 34px;
    left: 12px;
    width: 25%;
    max-width: 450px;
            min-width: 160px;
}
*/
#interview .text_area .img_item img:nth-of-type(4) {
    position: absolute;
    bottom: 81px;
    right: -10px;
    max-width: 29%;
            min-width: 160px;
}
#interview .card_item{
  position: relative;
  flex-direction: column;
        top: 100px;
}
#interview .list_item li::after{
  right: 10px;
}
#interview .card_item li{
  margin: 0 auto;
}

#interview .text_area{
  margin-bottom: 0;
  border-radius: 30px 30px 0 0;
}
#interview .text_area p{
padding: 0 10vw;
line-height: 30px;
font-size: 12px;
}
#interview .card_wrapper{
  background-color: #0166B5;
    border-radius:0 0 30px 30px;
        margin-bottom: 250px;
}
#interview .card_item li:nth-of-type(2), #interview .card_item li:nth-of-type(4){
  top: 0;
}
#interview .list_item li{
          margin-bottom: 150px;
}
#interview .list_item li:nth-of-type(4){
  margin-bottom: 100px;
}

#interview .list_item li .card-inner{
  flex-direction: column;

  padding-top: 0;
      gap: 35px;
          height: 100%;
        padding-bottom: 70px;
        border-radius: 10px 10px 0 0;
}


#interview .list_item li img{
      width: 100%;
    height: 250px;
    top: 0;
        z-index: 1;
}
#interview .list_item li .int_item{
        margin: 0 30px;
        width: auto;
}
#interview .list_item li span{

  font-size: 20px;
}
#interview .list_item li .int_item h5{
  font-size: 15px;
      letter-spacing: 1.5px;
          border-bottom: 2px dashed #FFFFFF;
padding-bottom: 30px;
    margin-bottom: 20px;
}
#interview .list_item li .int_item .black-btn{
  right: 0%;
    width: 45px;
    bottom: -50px;
}

#interview .int_item p{
  font-size: 13px;
    line-height: 30px;
}
#interview .entry_link:before{
  top: -25px;
      width: 97%;

}




#sentence .block_text{
  width: 100%;
      padding: 0 20px;
}
#sentence .block_text:nth-of-type(1) .blue_main-text:before{
      top: -70px;
    width: 65px;
    height: 65px;
        left: 10px;
}
#sentence img{
  position: relative;
}
#sentence .item01 img:nth-of-type(2){
      width: 38%;
          left: 58%;
}
#sentence .block_text:nth-of-type(1) {
    margin-bottom: 136px;
}
#sentence .block_text:nth-of-type(1)::after {
    top: 16%;
    left: 9%;
    width: 29%;
    height: 13%;
}
#sentence .block_text:nth-of-type(1)::before {

    top: 18%;
    right: 3%;
    width: 22%
}
#sentence .item01 img:nth-of-type(1) {
    top: 34px;
    left: -2%;
}
#sentence .item02 img:nth-of-type(1) {
    left: 35%;
}
#sentence .block_text:nth-of-type(3) {
    display: flex;
    flex-direction: column;
            margin-bottom: 40px;
}
#sentence .block_text:nth-of-type(3)::after {

    bottom: 10%;
    right: 10%;
    width: 20%;
    height: 8%;
}
#sentence .item03 img:nth-of-type(1){
  order: 1;
}
#sentence .block_text:nth-of-type(2) {
    margin-bottom: 110px;
}
#sentence .item03 img:nth-of-type(1) {
    left: -4%;
    width: 70%;
}
#sentence .item03 {
    margin-bottom: 50px;
}

#sentence .under_text{
  font-size: 13px;
}
#sentence .under_text span img {
    max-width: 190px;
    bottom: -12px;
}
#sentence .entry_link {
    margin-top: 110px;
}
#sentence .entry_link:before{
  top: -25px;
}
#sentencs .entry_link {
    margin-bottom: 80px;
}
#about .title_text h1{
  margin-bottom: 0;
      letter-spacing: 10.1px;
}

#about .title_text {
    margin-bottom: 250px;
}
#about .logo{
      padding: 60px 0;
}
#about ul{
  gap: 0px;
flex-direction: column-reverse;
}
#about::after {
        content: "";
        position: absolute;
        top: 29px;
        left: -377px;
        background-image: url(../img/about_bg.png);
        background-size: cover;
        width: 187%;
        height: 74%;
        z-index: -2;
}
#about .title_text:before {

    top: 8%;
    left: 6%;
    width: 13%;
}


#about ul li{
  padding: 0 20px;
  position: relative;
}
#about ul li img{
  max-width: 35%;
}
#about ul li:nth-of-type(2) img{
          position: relative;
        right: -40%;
}
#about ul:nth-of-type(2) li:nth-of-type(2):after{
content: "";
    position: absolute;
        top: -119%;
        right: 0%;
        width: 29%;
        height: 24%;
    background-image: url(../img/about_img01.png);
    background-size: contain;
    z-index: -1;

}

#about ul:nth-of-type(2){
  flex-direction: column;
}

#about ul:nth-of-type(1) {
        margin-bottom: 23vw;
    position: relative;
    top: 140px;
}

#rank{
  height: auto;
}
#rank .title_text{
  margin-bottom: 20px;
}
#about .title_text:after {
    top: 2%;
    right: 7%;
    width: 20%;
}
#rank .img_area img{
  position: unset;
  width: 43%;
  max-width: 100%;
}
#rank .img_area {
    position: relative;
    display: flex;
}
#rank .img_area img:nth-of-type(2) {
    order: 0;
}
#rank .img_area img:nth-of-type(1) {
    margin-left: auto;
}
#rank .img_area img:nth-of-type(3){
      width: 55%;
}
#group ul{
  flex-direction: column;
      margin-bottom: 50px;
}
#group ul li {
  width: 100%;
}

#group ul li p{
  padding: 0 20px;
}
#group ul li:nth-of-type(2) img{
      max-width: 28%;
    margin-bottom: 50px;
    position: absolute;
    top: 189px;
    right: 30px;
}
#group ul li:nth-of-type(1) img{
  max-width: 75%;
}
#group::after {
    content: "";
    position: absolute;
    top: 91px;
    left: -58px;
    background-image: url(../img/group_bg.png);
    background-size: cover;
    width: 126%;
    height: 78%;
    z-index: -1;
}
#group .brand span{
  max-width: 270px;
  width: auto;
  font-size: 20px;
      margin-bottom: 50px;
}
#group .brand{
  margin-bottom: 50px;
}

#data .data_list > li{
        width: 295px;
    height: 290px;
        margin: 0 auto;
}
#data .data_list:nth-of-type(2) li img {
        margin: 0 auto;
    width: 570px;
}
#data .data_list p{
  margin-top: 20px;
  font-size: 17px;
}
#data .data_list span{
  font-size: 49px;
}
#data .data_list li > img{
  margin-top: 50px;
}
#data .data_list:nth-of-type(1) li:nth-of-type(4) ul{
  gap: 0;
}
#data .data_list:nth-of-type(1) li:nth-of-type(4) ul li p{
  font-size: 14px;
}
#data .data_list:nth-of-type(1) li:nth-of-type(6) img{
  margin-top: 35px;
}
#data .data_list:nth-of-type(3) > li:nth-of-type(2) img{
  margin-top: 24px;
}
#data .data_list:nth-of-type(2) li {
    width: 90%;
}
#data .data_list .detail{
  font-size: 11px;
}
#data .now{
max-width: 290px;
font-size: 13px;
}
#data .entry_link{
  margin-bottom: 50px;
  margin-top: 100px;
}
#data .title_text {
    margin-bottom: 50px;
}
#data .entry_link:before{
  top: -23px;
}
#entry{
      padding: 0 20px;
}
#entry dl{
      font-size: 11px;
      margin-bottom: 100px;
}
#entry .title_text{
  margin-bottom: 50px;
}
#entry dl dt {
  width: 30%;
      align-items: center;
    display: flex
;
    justify-content: center;
}
#entry dl dd {
    width:70%;
}

#entry .entry_link{
  margin-bottom: 50px;
}
#entry .entry_link:before{
  top: -23px;
}
#form{
  padding: 80px 0;
}
#form form{
        margin-left: 20px;
        margin-right: 20px;
}
#form .form_container{
        margin: 0 20px;
}
#form .form_text{
      font-size: 13px;
    padding: 0 20px;
}
#form .form_menu{
font-size: 13px;
          display: flex;
        align-items: center;
        justify-content: center;
}
#form .form_menu span {
    width: 90px;
    padding: 2px 0;
    margin: 0 3px;
}
#form form .form_list{
  flex-direction: column;

          padding: 15px 0;
              align-items: unset;
}
#form input{
  width: 100%;
  padding: 5px;
}
#form .form_data_year{
  width: 100%;
}
#form .form_data_year select{
  padding: 5px 10px;
        padding-right: 20px;
}
#form .yubin input{
width:50%;
}
#form textarea{
  width: 100%;
}
#form .submit {
    padding: 4px 0;
    margin: 30px 20px;
}
#form .confirm input{
  position: relative;
  width: 100%;
    padding: 10px;
font-size:16px;
}
#form .confirm input:after{
  content: "";
  position: absolute;
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #7a0;
	border-right: 1px solid #7a0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer img {
    margin-top: 80px;
    max-width: 50%;
}

.confirm .confirm-wrap{
    background-color: transparent;
}
.confirm .confirm-wrap form{
        margin: 0 10px;
border-radius:30px;
}
.confirm .confirm-wrap form .con-list{
  flex-direction: column;
}
.confirm .confirm-wrap form p{
  margin-bottom: 10px;
      width: 100%;
}
.confirm .confirm-wrap form .con-list span{
  margin-left: 20px;
}


.confirm .confirm-wrap form .form_menu{
  font-size: 11px;
          display: flex;
        align-items: center;
        justify-content: center;
}
.confirm .confirm-wrap form .form_menu span {
    width: 90px;
    padding: 2px 0;
    margin: 0 3px;
}
.confirm .confirm-wrap form .submit-btn button{
  display: block;
width: 270px;
        margin: 0 auto;
  margin-bottom: 40px;
}
}

@media screen and (max-width:767px){
.tb-none{
  display: none;
}

#mainvisual .mv_bg:nth-of-type(3){
  display: none;
}
#mainvisual .mv_bg:nth-of-type(4){
  display: none;
}
.sp_mv{
  display: block;
}
#Resources dd:after {
        content: "";
        position: absolute;
        top: 462px;
        left: 43%;
        width: 231px;
}
#Resources dl:nth-of-type(2) dt:after {
    content: "";
    position: absolute;
    right: -6%;
    top: 97px;
    width: 155px;
}

#job:before{
          top: -4%;
}
#job .text_area::before{
  top: -2%;
    left: 10%;
    width: 20%;
}
#job .text_area::after{
    width: 27%;
}

#about{
        margin-bottom: 60px;
}

#about::after{
          left: -278px;
}
#about ul li{
  font-size: 12px;
}
#about ul li p{
  font-size: 20px;
}
    #about ul li img {
    max-width: 55%;
    }


#about .title_text {
        margin-bottom: 0;
    }
    #about ul:nth-of-type(2) li:nth-of-type(2):after{
      top: -120%;
    }


#sentence .block_text:nth-of-type(3)::after{
  height: 2%;
}
#rank .title_text{

}
#data .data_list:nth-of-type(2) li img{
        max-width: 85%;
}
#data .data_list:nth-of-type(2) li{
  height: 674px;
  width: 295px;
}
#form .form_data_ed label{
  font-size: 12px;
          width: 33%;
}

.modal-content{
      overflow: scroll;
    max-height: 640px;
}
.modal-close{
    z-index: 1;
color:#000;
}
.modal .int_name{
  margin: 0 auto;
    display: block;
    max-width: 320px;
    text-align: center;
    padding: 6px 0;
            margin-top: 20px;
}
.modal_img-box {
    position: relative;
    width: 50%;
    right: 0;
    top: 0;
    max-width: 500px;
    min-width: 255px;
    margin-top: 50px;
    margin:50px  auto;
}
.modal-textarea {
    max-width: 85%;
    margin: 0 auto;
}
.modal-under{
      flex-direction: column;
          padding: 20px 20px 55px 20px;
      
      
}
.modal-h1::before {

    left: -4.5%;
    top: 41%;
}
.modal-under img {
        max-width: 180px;
}
.modal-under:after{
        right: -12%;
        top: 88%;
        height: 70%;
        width: 55%;
}

#modal2 .modal-under:after{
    height: 50%;
    width: 61%;
}


.modal_img-box:after{
  display: none;
}

#sentence .block_text .blue_main-text{
  font-size: 18px;
}
#sentence .block_text:nth-of-type(1)::after{
        top: 19%;
        left: 9%;
        width: 29%;
        height: 5%;
}
#sentence .block_text:nth-of-type(1)::before {
        top: 19%;
        right: 3%;
        width: 22%;
        height: 5%;
}
    #sentence .block_text p {
        font-size: min(13px, 3vw);
    }
#form .form_data_ed{
    width: 90%;
    margin-right: 5px;
}
#form .form_data_ed label{

  margin-right: 25px;
      justify-content: center;
      width: 100%;
}
#form .form_data_ed input{
  padding: 0;
  width: 40%;
}
#form .form_menu span{
  margin: 0;
}
#about ul:nth-of-type(1){
  top: 44vw;
}
#about ul:nth-of-type(2){
  position: relative;
        top: 24vw;
}
}

