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

img { -ms-interpolation-mode: bicubic; }





.sp{
display: none;
}



/*ハンバーガーメニュー*/

.hamburger-menu{
display: block;
}

.menu-btn {
    position: fixed;
    top: 12px;
    right: 10px;
    display: flex;
    height: 60px;
	padding-bottom: 0px;
    width: 260px;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    background-color: #fff;
	cursor: pointer;
    border-radius: 10px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 3px;
    background-color: #0072C6;
    position: absolute;
    right: 20px;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-btn span:before {
    bottom: 6px;
    right: 0px;
}
.menu-btn span:after {
    top: 6px;
    right: 0px;
}

.menu-btn b{
color: #0072C6;
margin-top: 0px;
font-size: 2.0rem;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
margin-right: 25px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check {
    display: none;
}

.logo{
width: 70%;
padding: 5% 0 2% 5%;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: #0072C6;
}
.menu-content ul {
width: 90%;
padding: 0 5%;
margin-top: 100px;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
margin-bottom: 2%;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
    font-size: 1.8rem;;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 13px 15px 14px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 27px;
}

.menu-content {
    width: 30%;
	margin-left: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 999999;
    background-color: #0072C6;
    transition: all 1s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
    transition: all 0.5s;/*アニメーション設定*/
}
/*ハンバーガーメニューここまで*/


.top_float{
background: url("../img/hed_ba_01.png") repeat-x top center;
background-size: 100% 100;
display: flex;
justify-content: space-between;
height: 125px;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
}
.top_float h1{
width:370px;
margin: 20px 0 0 23px;
}

.top_float div{
display: flex;
justify-content: flex-end;
align-items: flex-start;
margin-top: 24px;
}


.top_float div h2{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 2.0rem;
color: #fff;
padding-right: 25px;
border-right: 1px solid #fff;
margin-right: 25px;
}

.top_float div ul{
display: flex;
justify-content: flex-end;
align-items: center;
}

.top_float div ul li{
margin-right: 38px;
}

.top_float div ul li a{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.8rem;
color: #fff;
}

.top_float div ul li a img{
width: 12px;
margin-bottom: 3px;
margin-left: 8px;
}

.main_img{
width: 100%;
background: url("../img/main_ba_01.jpg") no-repeat center center;
background-size: cover;
background-attachment: fixed;
padding-bottom: 300px;
position: relative;
}

.main_img h2{
width: 543px;
    padding-top: 180px;
    margin: 0 auto;
}

.main_img ul{
width: 415px;
position: absolute;
bottom: 220px;
right: 33px;
z-index: 9999;
}

.main_img ul li{
background: #0072C6;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.8rem;
color: #fff;
display: inline-block;
margin-bottom: 18px;
}

.main_section_01{
background: url("../img/ba_01.png") no-repeat top center;
background-size: 100% 100%;
width: 100%;
padding: 400px 0 150px 0;
margin-top: -300px;
position: relative;
z-index: 999;
}

.w1200{
width: 1200px;
margin: 0 auto;
position: relative;
}

.main_section_01 p{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.0rem;
line-height: 230%;
margin-bottom: 133px;
}

.main_section_01 .map{
width: 575px;
position: absolute;
top: -120px;
right: -50px;
}

	
.main_section_01 p b {
font-weight: 500;
background:linear-gradient(transparent 60%, #FFFF00 60%);
}



    .scroller {
      overflow: hidden;
      white-space: nowrap;
      box-sizing: border-box;
    }

    .scroll-track {
      display: inline-block;
      white-space: nowrap;
      animation: scroll-left 60s linear infinite;
    }

    .scroll-track img {
    width: 422px;
      height: auto;
      margin-right: 20px;
      vertical-align: middle;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }


.main_section_02{
width: 50%;
position: relative;
margin-top: -100px;
z-index: 99;
padding-right: 50%;
}

.main_section_02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
background: url("../img/ba_03.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.main_section_02 div{
width: 527px;
margin: 0 auto;
padding: 300px 0;
}

.catch01{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.0rem;
color: #0072C6;
}

.midashi_01{
font-family: "Shippori Mincho", serif;
font-weight: 400;
font-style: normal;
font-size: 6.0rem;
margin-bottom: 50px;
}

.honbun_01{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.0rem;
line-height: 220%;
}

.honbun_01 b{
font-weight: 500;
background:linear-gradient(transparent 60%, #FFFF00 60%);
}

.marginbottom200px{
margin-bottom: 200px;
}

.marginbottom100px{
margin-bottom: 100px;
}

.marginbottom50px{
margin-bottom: 50px;
}

.dl_01{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
}

.guidance_point{
width: auto;
height: 67px;
position: absolute;
top: -70px;
left: -70px;
}

.dl_01 dt{
width: 10%;
background: url("../img/ba_02.jpg") no-repeat center center;
background-size: cover;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 4.0rem;
color: #fff;
text-align: center;
line-height: 100%;
border-radius: 10px;
padding: 1% 0 1.5% 0;
margin-top: 70px;
}

.dl_01 dd{
width: 87%;
margin-bottom: 85px;
position: relative;
margin-top: 70px;
}

.dl_01 dd h3{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 3.0rem;
color: #0072C6;
}
.dl_01 dd p{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 2.0rem;
margin-bottom: 20px;
line-height: 180%;
}

.list_link_01{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 23px;
}

.list_link_01 li{
width: 48%;
}

.list_link_01 li a{
border: #BFBFBF 1px solid;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 1.6rem;
display: block;
width: 80%;
padding: 5% 10%;
position: relative;
border-radius: 10px;
}

.list_link_01 li a img{
width: 15px;
position: absolute;
top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.new01{
width: 112px;
position: absolute;
top: 0;
right: -110px;
}

.text_center{
text-align: center;
}

.main_section_03{
padding-bottom: 166px;
}

.midashi_02{
text-align: center;
margin-bottom: 30px;
}


.midashi_02 dl dt{
width: 74px;
margin: 20px auto;
background: url("../img/ba_02.jpg") no-repeat center center;
background-size: cover;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 6.0rem;
color: #fff;
text-align: center;
line-height: 100%;
border-radius: 10px;
padding: 0% 0 0.5% 0;
}
.midashi_02 dl dd{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 4.8rem;
color: #0072C6;
}

.ba_img_01{
background: url("../img/ba_img_01.jpg") no-repeat center center;
background-size: cover;
height: 600px;
margin-bottom: 50px;
}

.ba_img_02{
background: url("../img/ba_img_02.jpg") no-repeat center center;
background-size: cover;
height: 600px;
margin-bottom: 50px;
}

.ba_img_03{
background: url("../img/ba_img_03.jpg") no-repeat center center;
background-size: cover;
height: 600px;
margin-bottom: 50px;
}

.midashi_03{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 3.5rem;
text-align: center;
margin-bottom: 35px;
}

.midashi_04{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 3.0rem;
margin-bottom: 20px;
}

.bosyuyoko_dl{
width: 660px;
margin: 0 auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
margin-top: 55px;
}

.bosyuyoko_dl > dt{
width: 194px;
background: url("../img/ba_04.jpg") no-repeat center center;
background-size: cover;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.0rem;
text-align: center;
border-radius: 10px;
padding: 1% 0 1% 0;
}

.bosyuyoko_dl > dd{
width: 445px;
margin-bottom: 33px;
}

.bosyuyoko_dl > dd p{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.5rem;
line-height: 200%;
}

.bosyuyoko_dl > dd dl{
display: flex;
flex-wrap: wrap;
align-items: flex-start;
margin-bottom: 15px;
}

.bosyuyoko_dl > dd dl dt{
background: #FF5057;
color: #fff;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 2.0rem;
text-align: center;
padding: 0 0.5em 0.5% 0.5em; 
margin-right: 10px;
}

.bosyuyoko_dl > dd dl dd{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-size: 2.8rem;
line-height: 120%;
}

.bosyuyoko_dl > dd dl dd b{
background: #0056D0;
color: #fff;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-size: 1.8rem;
padding: 0.1em 0.5em;
margin-left: 0.5em;
}

.ao_obi{
background: #0072C6;
color: #fff;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 2.5rem !important;
text-align: center;
border-radius: 20px;
margin-bottom: 11px;
padding: 1% 0;
}

.honbun_s_01{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.5rem;
}

.program_box{
border: #3C3C3C 1px solid;
border-radius: 20px;
padding: 35px 0 55px 0;
width: 1200px;
margin: 50px auto;
}

.program_day{
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.program_day li{
width: 350px;
text-align: center;
}

.program_day li:nth-of-type(1){
margin-right: 30px;
}

.program_day li:nth-of-type(3){
margin-left: 30px;
}

.program_day li > dl{

}

.program_day li > dl dt{
background: #FF5057;
color: #fff;
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 2.0rem;
text-align: center;
padding: 0 0 0.5% 0;
margin-bottom: 5px;
width: 100%;
}

.program_day li > dl dd{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 500;
font-style: normal;
font-size: 2.5rem;
line-height: 120%;
width: 100%;
}

.light_blue_obi{
background: url("../img/ba_05.jpg") no-repeat  center center;
background-size: cover;
width: 1110px;
margin: 0 auto;
text-align: center;
display: block;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.0rem;
padding: 0.5% 0;
margin-top: 33px;
margin-bottom: 15px;
}

.midashi_05{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 3.5rem;
margin-bottom: 33px;
line-height: 120%;
}

.midashi_05 span{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.5rem;
}

.link_btn_01{
text-align: center;
}

.link_btn_01 a{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.8rem;
color: #000000;
border: #0072C6 2px solid;
padding: 32px 115px 32px 57px;
display:inline-block;
text-align: center;
position: relative;
border-radius: 20px;
background: #fff;
}

.link_btn_01 a img{
width: 30px;
position: absolute;
top: 43px;
right: 52px;
}

.list_01{
width: 1010px;
margin: 0 auto;
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 160px;
}

.list_01 li{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.0rem;
margin-top: 10px;
}

.list_01 li::before{
content: "●";
color: #0072C6;
margin-right: 0.3em;
}

.list_01 li:nth-of-type(2){
order: 5;
}

.list_01 li:nth-of-type(4){
order: 6;
}

.list_01 li:nth-of-type(6){
order: 7;
}

.list_01 li:nth-of-type(8){
order: 7;
}

.sub_box{
border: #0072C6 2px solid;
width: 1200px;
border-radius: 50px;
padding: 60px 0;
margin: 85px auto 220px auto;
position: relative;
}

.midashi_06{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 3.0rem;
color: #0072C6;
text-align: center;
margin-bottom: 15px;
}

.img_08{
width: 383px;
margin: 33px auto;
display: block;
}

.btn_float{
position: absolute;
bottom: -55px;
  right: 0;
  left: 0;
  margin: 0 auto;
}



.flow{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 1200px;
margin: 0 auto;
margin-top: 4%;
margin-bottom: 100px;
}

.flow li{
width: 27%;
border: #BFBFBF 1px solid;
position: relative;
padding: 2% 2% 3% 2%;
margin-bottom: 40px;
text-align: center;
border-radius: 20px;
}

.flow li img{
width: 182px;
}

.no_03{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
background: #0072C6;
color: #fff;
font-size: 3.9rem;
font-weight: 700;
color: #fff;
display: inline-block;
padding: 0.1em 0.5em 0.3em 0.5em;
line-height: 1em;
border-radius: 10px;
position: absolute;
top: -5%;
left: -5%;
}

.flow_midashi{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.0rem;
color: #0072C6;
font-weight: 700;
margin-bottom: 3%;
}

.flow_txt{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.5rem;
text-align: left;
}

.two_c_section_01{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 1200px;
margin: 0 auto;
}

.two_c_section_01 div{
width: 47%;
}

.content_center{
justify-content: center!important;
}

.midashi_07{
background: url("../img/ba_05.jpg") no-repeat center center;
background-size: cover;
text-align: center;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.5rem;
padding: 16px 0;
border-radius: 10px;
margin-bottom: 30px;
}

.list_02{
margin-left: 15px;
}

.list_02 li{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.0rem;
margin-bottom: 15px;
margin-left: 1.3em;
}

.list_02 li::before{
content: "●";
color: #0072C6;
margin-left: -1.3em;
margin-right: 0.3em;
}

.link_btn_02{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.6rem;
color: #000000;
border: #0072C6 2px solid;
padding: 9px 50px 11px 22px;
display:inline-block;
text-align: center;
position: relative;
border-radius: 10px;
background: #fff;
margin-top: 9px;
}

.link_btn_02 img{
width: 14px;
position: absolute;
top: 17px;
right: 19px;
}

.new_obi{
text-align: center;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 2.9rem;
background: #FF5057;
color: #fff;
}


.list_03{
width: 1200px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 100px;
}

.list_03 > li{
width: 44%;
padding: 3% 2%;
border: #BFBFBF 1px solid;
border-radius: 20px;
margin-bottom: 39px;
}


.dl_02{
display: flex;
flex-wrap: wrap;
align-items: flex-start;
width: 100%;
margin-bottom: 20px;
}

.dl_02 dt{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.5rem;
background: #0072C6;
color: #fff;
text-align: center;
width: 35px;
margin-right: 10px;
}

.dl_02 dd{
/*width: 91%;*/
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 2.5rem;
}

.list_03 > li ul{

}

.list_03 > li ul li{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.0rem;
margin-top: 15px;
margin-left: 1.3em;
}

.list_03 > li ul li::before{
content: "●";
color: #0072C6;
margin-right: 0.3em;
margin-left: -1.3em;
}

.point_box{
width: 1200px;
margin: 0 auto;
padding: 30px;
border: #BFBFBF 1px solid;
border-radius: 20px;
margin-bottom: 40px;
position: relative;
}

.point_honbun_01{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.0rem;
padding-left: 48px;
width: 660px;
line-height: 200%;
}

.point_honbun_02{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.0rem;
padding-left: 48px;
line-height: 200%;
}

.point_honbun_03{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.0rem;
padding-left: 48px;
width: 746px;
line-height: 200%;
}


.link_btn_03{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.6rem;
color: #000000;
border: #BFBFBF 1px solid;
padding: 9px 50px 11px 22px;
display:inline-block;
text-align: center;
position: relative;
border-radius: 10px;
background: #fff;
margin-top: 9px;
margin-left: 48px;
margin-top: 27px;
}

.link_btn_03 img{
width: 14px;
position: absolute;
top: 17px;
right: 19px;
}

.img_14{
width: 521px;
position: absolute;
bottom: 0;
right: -40px;
}

.point_list_01{
margin-left: 48px;
margin-top: 15px;
}

.point_list_01 li{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.0rem;
margin-bottom: 15px;
margin-left: 1.3em;
}

.point_list_01 li::before{
content: "●";
color: #0072C6;
margin-left: -1.3em;
margin-right: 0.3em;
}

.midashi_08{
background: url("../img/ba_05.jpg") no-repeat center center;
background-size: cover;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.0rem;
text-align: center;
display: inline-block;
padding:0.5% 2%;
border-radius: 10px;
margin-top: 50px;
margin-bottom: 35px;
}

.point_list_02{
display: flex;
flex-wrap: wrap;
justify-content: center;
}

.point_list_02 li{
width: 30%;
margin: 0 1.5%;
margin-bottom: 80px;
}

.point_list_02 li p:nth-of-type(1){
background: #0072C6;
color: #fff;
text-align: center;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.8rem;
margin-top: -3px;
padding: 1% 0;
margin-bottom: 15px;
}

.point_list_02 li p:nth-of-type(2){
text-align: center;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.8rem;
}

.point_list_02 li p:nth-of-type(3){
text-align: center;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.5rem;
}

.point_img{
width: 287px;
position: absolute;
top: 29px;
right: 44px;
}

.img_23{
width: 254px;
position: absolute;
bottom: 0;
right: -100px;
}

.switching{
margin-bottom: -10px;
}

.main_section_04{
background: #E3FAFF;
padding-top: 90px;
padding-bottom: 140px;
}

.midashi_09{
background: url("../img/ba_06.jpg") no-repeat center center;
background-size: cover;
text-align: center;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 4.0rem;
color: #fff;
padding: 1% 0 1.5% 0;
}

.mission_list{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 40px;
}

.mission_list li{
width: 31%;
margin-bottom: 60px;
}

.mission_list li dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
margin-top: 15px;
}

.mission_list li dl dt{
width: 10%;
background: #fff;
color: #0072C6;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.5rem;
text-align: center;
}


.mission_list li dl dd{
width: 88%;
}


.mission_list li dl dd p:nth-of-type(1){
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.5rem;
}

.mission_list li dl dd p:nth-of-type(2){
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.8rem;
}



.midashi_10{
background: url("../img/ba_06.jpg") no-repeat center center;
background-size: cover;
text-align: center;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.5rem;
padding: 16px 0;
margin-bottom: 30px;
color: #fff;
}




.dl_03{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 40px;
margin-bottom: 80px;
}

.dl_03 dt{
width: 10%;
text-align: center;
border-bottom: #000000 1px dotted;
margin-bottom: 2%;
padding-bottom: 2%;
}

.dl_03 dt:last-of-type{
border: none;
margin-bottom: 0;
padding-bottom: 0;
}

.dl_03 dt p{
background: #fff;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.5rem;
color: #0072C6;
width: 100%;
text-align: center;
padding-bottom: 0.9%;
border-radius: 10px;
}

.dl_03 dd{
width: 89%;
padding-left: 1%;
border-bottom: #000000 1px dotted;
margin-bottom: 2%;
padding-bottom: 2%;
}

.dl_03 dd:last-of-type{
border: none;
margin-bottom: 0;
padding-bottom: 0;
}

.dl_03 dd p:nth-of-type(1){
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 2.5rem;
color: #ED1C24;
}

.dl_03 dd p:nth-of-type(2){
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.8rem;
}

.dl_03 dd p:nth-of-type(2) span{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.5rem;
}


.main_section_05{
background: url("../img/ba_07.png") no-repeat top center;
background-size: cover;
width: 100%;
padding: 200px 0;
margin-top: -100px;
}



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

.three_colum_list::after{
content: "　";
width: 31%;
}

.three_colum_list li{
width: 31%;
margin-bottom: 45px;
}

.three_colum_list li img{
border-radius: 20px;
}



.name_01{
text-align: center;
font-size: 2.5rem;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
}
.name_01 span{
font-size: 2.0rem;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
}

.switching02{
margin-top: -100px;
}

.main_section_06{
background: #fff;
padding: 150px 0;
}




.obi_midashi_02{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
background: url("../img/ba_05.jpg") no-repeat center center;
background-size: cover;
font-size: 2.5rem;
text-align: center;
display: inline-block;
width: 550px;
margin-top: 90px;
margin-bottom: 30px;
padding: 1% 0 1% 0;
border-radius: 10px;
}


.faq{
width: 1200px;
margin: 0 auto;
text-align: center;
}

.erea_section_02 li{
border: #BFBFBF 1px solid;
margin-bottom: 15px;
border-radius: 5px;
}

div.erea_midashi_02 {
cursor: pointer;
padding: 0;
position: relative;
text-align: left;
padding: 0.5% 2%;
}

div.erea_midashi_02::after{
font-size: 3.0rem;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f067";
color: #FF5057;
position: absolute;
top: 50%;
right: 2%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

div.one_02::after{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f068";
color: #FF5057;
position: absolute;
top: 50%;
right: 2%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
}

div.erea_midashi:hover {

}

div.erea_content_02 {
display: none;
padding-right: 5%;
padding: 0% 2%;
}


.q_dl{
display: flex;
justify-content: space-between;
align-items: flex-start;
margin: 2% 0;
}

.q_dl dt{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 3.0rem;
color: #fff;
background: #FF5057;
width: 1.5em;
line-height: 1.5em;
padding-bottom: 0.3%;
border-radius: 15px;
text-align: center;
}

.q_dl dd{
width: 90%;
font-size: 2.5rem;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
margin-top: 5px;
padding-right: 5%;
}

.a_dl{
display: flex;
justify-content: space-between;
align-items: flex-start;
padding-bottom: 3%;
}

.a_dl dt{
font-size: 3.0rem;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
background: #0072C6;
color: #fff;
width: 1.5em;
line-height: 1.5em;
padding-bottom: 0.3%;
border-radius: 15px;
text-align: center;
}

.a_dl dd{
width: 95%;
font-size: 2.2rem;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-style: normal;
margin-top: 5px;
text-align: left;
}

.a_dl dd a{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
color: #0072C6;
text-decoration: underline;
}



footer{
background: url("../img/ba_01.png") no-repeat top center;
background-size: cover;
padding-bottom: 5%;
padding-top: 400px;
position: relative;
}

footer div{
width: 1200px;
margin: 0 auto;
}

.fobi{
background: #fff;
font-size: 2.0rem;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
padding: 0 0.5em;
color: #0072C6;
border-radius: 5px;
display: inline-block;
margin-bottom: 1%;
}

.fname{
font-size: 3.5rem;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
margin-bottom: 1%;
}

.fname span{
font-size: 2.0rem;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
margin-left: 1em;
}

.fdata{
font-size: 2.2rem;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
line-height: 1.7em;
}




.contents_innner {
    padding-top: 120px;
    margin-top:-120px;
}

.video{
width: 980px;
margin: 0 auto;
}

.f_logo{
width: 25%;
position: absolute;
top: 200px;
right: 50px;
}

.video01{
width: 900px;
margin: 0 auto;
display: block;
}





.toggle_content {display:none;}
.toggle_btn {
cursor:pointer;
padding:10px 20px;
font-size:16px;
margin: 0 auto;
text-align: center;
margin-bottom: 50px;
}

.honbun_02{
font-size: 2.5rem;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 700;
font-style: normal;
line-height: 1.7em;
color: #FF5057;
}

.honbun_03{
text-align: center;
font-size: 3.5rem;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 700;
font-style: normal;
line-height: 1.7em;
color: #FF5057;
border: #FF5057 2px solid;
width: 500px;
margin: 0 auto;
margin-top: 15px;
}
