body{
    background-color: #F6F6F6;
    color: #091F2D;
}

main{
    width: 80vw;
    max-width: 1260px;
    min-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    line-height: 32px;
    margin-top: -100px;
    padding: 5% 0;
}

body,
.noto{
    font-family: noto-sans-cjk-jp, sans-serif;
}

a:hover {
    opacity: 0.7;
}

.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;
}


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

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

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


.pc-none{
    overflow: hidden;
    display: none;
}
/*-------------------------
    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 a {
    text-decoration: none;
    color: #091F2D;
}

header img, footer img{
    width: 100%;
}

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

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


.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;
}

/*-------------------------
    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;
    text-decoration: none;
}

.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;
}




.subpage_farstview{
    position: relative;
    margin-bottom: 170px;
}

.subpage_farstview__title{
    position: absolute;
    padding: 40px;
    width: 34%;
    background-color: #F7F7F7;
    top: 80%;
    border-radius: 0 70px 70px 0;
}

.subpage_farstview__title h1{
    color: #0D60B9;
    font-family: kiwi-maru, sans-serif;
    font-weight: 500;
    font-size: 3.5vw;
    margin: 0;
}

.subpage_farstview__title p{
    color: #012036;
    margin: 12px 0;
    font-size: 1.2vw;
    font-weight: 500;
    font-family: kiwi-maru, sans-serif;
}

.subpage_farstview img{
        width: 100%;
}

.sub_caption{
    font-size: 1.2vw;
    color: #012036;
}

@media screen and (max-width: 1440px){

/*header*/
.header_logo {
    margin: 0 20px;
    padding: 18px 0;
    width: 25%;
}

.header_menu{
    display: none;
    visibility: hidden;
}
.nav{
    display: block;
    overflow: visible;
    }

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #00a384;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #fff;
  transition: .5s;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
  margin-top: 72px;
}

.nav_item{
    padding: 8px 0;
    color: #00a384;
}

#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}


}

@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_logo {
    margin: 0 20px;
    padding: 18px 0;
    width: 45%;
}

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


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

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

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




/*Footer*/

.footer_wrap{
  width: 90%;
}

.footer_wrap div {
    width: 90%;
    margin: 8px auto;
}

}



@media screen and (max-width: 976px) {


.header_logo {
    margin: 0 20px;
    padding: 18px 0;
    width: 35%;
}
}