html{
    width: 100%;
 overflow-x: visible;
 overflow-y: scroll; -webkit-overflow-scrolling: touch
}

body{
    width: 100%;
    position: relative;
    margin: 0;
    letter-spacing: 1.5px;
    font-feature-settings: "palt" 1;
    -webkit-font-feature-settings: "palt" 1;
    box-sizing: border-box;
    overflow-x: visible;
    font-kerning: auto;
    background-color: #F6F6F6;
    color: #091F2D;
    font-family: 'Noto Sans JP', adobe-clean, 'adobe clean', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body,
.noto{
    font-family: 'Noto Sans JP', sans-serif;
}


main{
    width: 85vw;
    max-width: 1260px;
    min-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    line-height: 32px;
}

div{
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color: #091F2D;
}



a:hover {
    opacity: 0.7;
}

img{
    width: 100%;
}

.br-sp{
    display: none;
    overflow: hidden;
}

.br-pc{
    display: inline;
    overflow: visible;
    }

.sp-none{
    overflow: visible;
    display: inline;
}


.pc-none{
    overflow: hidden;
    display: none;
}

main{
   /* width: 85vw;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;*/
    line-height: 32px;
    overflow-x: visible;
}

.page_title{
    background-color: #F7F7F7;
    border-radius: 0 50% 0 0;
    width: 645px;
    height: 218px;
    text-align: center;
    padding:45px;
}

.page_title__caption--bold{
    margin-right:auto;
    margin-left: auto;
    /* margin-top: -50%;
    transform: translateY(50%); */
    color: #0D60B9;
    font-size: 40px;
}


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

header{
    margin: 0;
    padding: 0;
    width: 100%;
    position: fixed;
    transition: all 0.5s ease;
    background-color: #FFFFFF70;
    z-index: 777;
    box-sizing: border-box;
    top: 0;
}

.header_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.header_logo{
    margin: 0 32px;
    padding: 28px 0;
    width: 200px;
}


.header_menu{
    display: flex;
}

.header_menu div{
    padding: 24px 28px;
    line-height: 2.75;
}

.header_menu .header_menu__entry{
    padding: 24px 48px;
    background: transparent linear-gradient(245deg, #E4F1FA 0%, #FFFFFF 100%);
    box-shadow: 20px 10px 30px #0B456B33;
    font-weight: 900;
    letter-spacing: 2.4px;
    color: #319FE8;
    position: relative;
}

.header_menu__entry::before {
    background-color: #319FE8;
    content: "";
    top: 65%;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 25px;
}

.header_menu__entry:hover{
    background: transparent linear-gradient(230deg, #E4F1FA 70%, #FFFFFF 100%);
    box-shadow: 20px 10px 30px #0B456B33;
}


.nav{
    display: none;
    overflow: hidden;
}

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}





.page_title{
    background-color: #F7F7F7;
    border-radius: 0 50% 0 0;
    width: 645px;
    height: 218px;
    text-align: center;
    padding:45px;
}

.page_title__caption--bold{
    margin-right:auto;
    margin-left: auto;
    /* margin-top: -50%;
    transform: translateY(50%); */
    color: #0D60B9;
    font-size: 40px;
}


.footer{
    
}

.footer_link{
    color: #016BB8;
    width:max-content;
    display: flex;
    margin:auto;
}

.footer_link > div{
    display: flex;
    margin:auto;
}

.footer_link__item{
    position: relative;
    text-decoration: none;
    color: #016BB8;
    margin:24px;
    padding: 8px;
    width: max-content;
}
.footer_link__item::before{
    content:'';
    position: absolute;
    top: 1.3em;
    left: -1em;
    border-top:#016BB8 solid 1px;
    border-right:#016BB8 solid 1px;
    transform: rotate(45deg);
    width:0.5em;
    height: 0.5em;
}


@media screen and (max-width: 1024px){
    body,
    main{
        width: 100%;
        min-width: 375px;
    }

    .footer_link{
        width: 90%;
        margin-inline: 5%;
        flex-wrap: wrap;
    }
    .footer_link__item{
        margin-block: 0;
    }

    .header_wrapper{
    flex-wrap: nowrap;
}



}



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

footer{
    width: 100%;
    box-sizing: border-box;
    background-image: url(../img/footer_bg.png);
    text-align: center;
    font-size: 15px;
}
footer a{
    color: #115BAA;
}

.footer_wrap{
    color: #115BAA;
    width: 60%;
    margin: 0 auto;
    padding: 1% 0;
}

.footer_menu_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0;
}

.footer_menu_wrap{
    padding: 12px 8px;
}

.copyright{
    text-align: center;
    font-size: 15px;
}

.footer_wrap p{
    margin: 0;
    color: #012036;
}


.footer_info_wrap{
    margin-top: 8px;
}


.footer_sitemap ul{
    margin: 0;
    list-style: none;
    padding: 0;
}

.footer_sitemap ul li{
    list-style: none;
}

.footer_entry div{
    width: 240px;
    text-align: center;
    padding: 16px;
    background-color: #FFF;
    color: #0d60b9;
    font-weight: 500;
}

.footer_menu_wrap_icon{
    border-radius: 50px;
    border: solid 1px #fff;
}

.footer_menu_wrap img{
    width: 16px;
    margin-right: 8px;
    margin-top: -2px;
}


.footer_logo_wrap{
    margin: 2% auto;
    width: 18%;
}

.footer_link{
    color: #016BB8;
    width:max-content;
    display: flex;
    margin:auto;
}

.footer_link > div{
    display: flex;
    margin:auto;
}

.footer_link__item{
    position: relative;
    text-decoration: none;
    color: #016BB8;
    margin:24px;
    padding: 8px;
    width: max-content;
}
.footer_link__item::before{
    content:'';
    position: absolute;
    top: 1em;
    left: -1em;
    border-top:#016BB8 solid 1px;
    border-right:#016BB8 solid 1px;
    transform: rotate(45deg);
    width:0.5em;
    height: 0.5em;
}



.interview__movie{
    width: 100%;
    margin: 5% auto 7%;
}

.interview__movie h3{
    color: #319FE8;
    margin: 0;
    font-weight: bold;
}

.interview__movie p{
    margin: 4px 0 16px;
}

.interview__movie iframe{
    width: 100%;
    height: 35vw;
}


.more_button{
    border: 1px solid #0d60b9;
    color: #0d60b9;
    padding: 8px 16px;
    text-align: center;
    border-radius: 10px 0 10px 0;
    width: 240px;
}


.top_info {
    width: 100%;
    margin: 174px auto;
    text-align: center;

    /* 背景画像の設定 */
    background-image: url(../img/05_RECRUIT-INFO.jpg);
    background-size: cover;
    background-position: center;

    /* relativeにして、子要素をabsoluteで位置調整できるように */
    position: relative;

    /* 高さを固定する（画像に合わせて調整してOK） */
    height: 500px;
}

/* テキスト全体をabsoluteで配置 */
.top_info__text {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

/* h2 */
.top_info .top_info__text h2 {
    color: #0D60B9;
    font-size: 1.8vw;
    font-weight: bold;
}

/* h3 */
.top_info .top_info__text h3 {
    color: #0D60B9;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.6vw;    /* sp.cssから転記、サイズ調整済み */
    text-align: center;    /* sp.cssから転記 */
}

/* ボタンは下部中央に固定 */
.top_info__text .more_button {
  border: 1px solid #FFF;
  color: #FFF;
  border-radius: 10px 0 10px 0;
  width: 40%;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

/* タブレット対応（文字サイズ調整＆ボタン縮小） */
@media (max-width: 820px) {
  .top_info__text {
    top: 5%;
  }

  .top_info .top_info__text h2 {
    font-size: 2.8vw;
  }

  .top_info .top_info__text h3 {
    font-size: 2.3vw;
  }

  .top_info__text .more_button {
    font-size: 14px;
    width: 60%;
    max-width: 250px;
    padding: 8px 12px;
  }
}

/* スマホ対応（文字サイズ調整＆ボタン縮小） */
@media (max-width: 587px) {
  .top_info__text {
    top: 10%;
  }

  .top_info .top_info__text h2 {
    font-size: 4.5vw;
  }

  .top_info .top_info__text h3 {
    font-size: 3.94vw;
  }

  .top_info__text .more_button {
      width: 60%; 
      font-size: 14px;
      padding: 8px 12px;
      max-width: 250px;
  }
}