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

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

.sp{
	display:block;
	}

.pc{
	display:none;
	}



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

.hamburger-menu{
display: block;
}

.menu-btn {
    position: fixed;
    top: 12px;
    right: 10px;
    display: flex;
    height: 40px;
	padding-bottom: 0px;
    width: 180px;
    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: 10px;
    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: 1.4rem;
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: 70%;
	margin-left: 30%;
    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: 750%;
display: flex;
justify-content: space-between;
height: 85px;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99999;
}
.top_float h1{
width:43%;
margin: 25px 0 0 10px;
}

.top_float div{
display: none;
}

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

.main_img h2{
width: 80%;
    padding-top: 100px;
    margin: 0 auto;
}

.main_img ul{
width: 275px;
position: absolute;
bottom: 180px;
right: 10px;
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: 1.8rem;
color: #fff;
display: inline-block;
margin-bottom: 9px;
}


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

.w1200{
width: 90%;
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: 1.5rem;
line-height: 200%;
margin-bottom: 20px;
}

.main_section_01 .map{
width: 85%;
margin: 0 auto;
display: block;
position: static;
top: auto;
right: auto;
margin-bottom: 50px;
}

   .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: 200px;
      height: auto;
      margin-right: 20px;
      vertical-align: middle;
    }

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


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

.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;display: none;
}


.main_section_02 div{
width: 90%;
margin: 0 auto;
padding: 200px 0 50px 0;
}

.catch01{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.5rem;
color: #0072C6;
text-align: center;
margin-bottom: 5px;
}

.midashi_01{
font-family: "Shippori Mincho", serif;
font-weight: 400;
font-style: normal;
font-size: 3.3rem;
margin-bottom: 25px;
text-align: center;
}



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

.marginbottom200px{
margin-bottom: 100px;
}

.marginbottom100px{
margin-bottom: 50px;
}

.marginbottom50px{
margin-bottom: 25px;
}

.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: 2.2rem;
color: #fff;
text-align: center;
line-height: 100%;
border-radius: 10px;
padding: 1% 0 1.5% 0;
margin-top: 40px;
}

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

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



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

.list_link_01 li{
width: 100%;
margin-bottom: 8px
}

.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.5rem;
display: block;
width: 80%;
padding: 3% 10%;
position: relative;
border-radius: 5px;
}

.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: 50px;
position: static;
top: auto;
right: auto;
}



.main_section_03{
padding-bottom: 56px;
}


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


.midashi_02 dl dt{
width: 40px;
margin: 10px 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: 3.5rem;
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: 2.5rem;
color: #0072C6;
}

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

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

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

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


.sp_w90{
width: 90%;
margin: 0 auto;
}

.text_center_cancel{
text-align: left;
}

.sp_text_center{
text-align: center;
}

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


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

.bosyuyoko_dl > dt{
width: 163px;
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: 1.8rem;
text-align: center;
border-radius: 10px;
padding: 1% 0 1% 0;
display: block;
margin: 0 auto;
margin-bottom: 17px;
}

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

.bosyuyoko_dl > dd p{
font-family: "Noto Sans JP", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
font-size: 1.5rem;
line-height: 200%;
text-align: center;
}

.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: 1.8rem;
text-align: center;
padding: 0 0.5em 0.5% 0.5em; 
margin-right: 10px;
width: 100%;
}

.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.2rem;
line-height: 120%;
text-align: center;
width: 100%;
}

.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.5rem;
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: 1.7rem !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.4rem;
}


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

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

.program_day li{
width: 90%;
text-align: center;
margin-bottom: 10px;
}

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

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

.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: 1.8rem;
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.2rem;
line-height: 120%;
width: 100%;
}

.light_blue_obi{
background: url("../img/ba_05.jpg") no-repeat  center center;
background-size: cover;
width: 90%;
margin: 0 auto;
text-align: center;
display: block;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.8rem;
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: 2.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.0rem;
}

.link_btn_01 a{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.4rem;
color: #000000;
border: #0072C6 2px solid;
padding: 4% 0;
width: 90%;
display:inline-block;
text-align: center;
position: relative;
border-radius: 10px;
background: #fff;
}

.link_btn_01 a img{
width: 16px;
position: absolute;
top: 41%;
right: 3%;
}
.list_01{
width: 90%;
margin: 0 auto;
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: auto;
}

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

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

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

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

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


.sub_box{
border: #0072C6 2px solid;
width: 90%;
border-radius: 50px;
padding: 30px 0;
margin: 65px auto 100px auto;
position: relative;
}


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

.img_08{
width: 90%;
margin: 15px auto;
display: block;
}


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


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

.flow li{
width: 100%;
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: -3%;
left: -3%;
}

.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.4rem;
text-align: left;
}

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

.two_c_section_01 div{
width: 100%;
margin-bottom: 20px;
}

.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.0rem;
padding: 16px 0;
border-radius: 10px;
margin-bottom: 15px;
}

.list_02 {
margin-bottom: 20px;
}

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

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

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


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

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

.dl_02{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
width: 100%;
margin-bottom: 10px;
}

.dl_02 dt{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.5rem;
background: #0072C6;
color: #fff;
text-align: center;
width: 8%;
margin-right: 0;
padding-bottom: 3px;
}

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

.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: 1.3rem;
margin-top: 5px;
margin-left: 1.3em;
}

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


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

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

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

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

.link_btn_03{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.4rem;
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: 15px;
}

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

.img_14{
width: 80%;
position: static;
bottom: auto;
right: auto;
display: block;
margin: 0 auto;
margin-top: 10px;
}


.point_list_01{
margin-left: 0;
margin-top: 5px;
}

.point_list_01 li{
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
font-size: 1.3rem;
margin-bottom: 5px;
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: 1.8rem;
text-align: center;
display: inline-block;
padding:1% 10%;
border-radius: 10px;
margin-top: 30px;
margin-bottom: 15px;
}


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

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

.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: -5px;
padding: 1% 0;
margin-bottom: 5px;
}

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

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

.point_img{
width: 100%;
position: static;
top:auto;
right: auto;
margin-top: 5px;
}



.img_23{
width: 78px;
position: absolute;
bottom: 150px;
right: -20px;
}

.margintop20{
margin-top: 20px;
}

.switching{
margin-bottom: -10px;
width: 500%;
}

.main_section_04{
background: #E3FAFF;
margin-top: -100px;
padding-top: 30px;
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: 2.0rem;
color: #fff;
padding: 10px 0;
margin-top: 20px;
}



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

.mission_list li{
width: 48%;
margin-bottom: 30px;
text-align: center;
}


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

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


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


.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: 1.6rem;
}

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



.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.0rem;
padding: 10px 0;
margin-bottom: 15px;
color: #fff;
}



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

.dl_03 dt{
width: 100%;
text-align: center;
border-bottom: none;
margin-bottom: 2%;
padding-bottom: 0;
}

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

.dl_03 dt p{
font-size: 2.0rem;
width: 100%;
text-align: center;
padding-bottom: 0.9%;
border-radius: 10px;
}

.dl_03 dd{
width: 100%;
padding-left: 0;
border-bottom: none;
margin-bottom: 2%;
padding-bottom: 5%;
}

.dl_03 dd p:nth-of-type(1){
font-size: 2.0rem;
text-align: center;
}

.dl_03 dd p:nth-of-type(2){
font-size: 1.5rem;
}

.dl_03 dd p:nth-of-type(2) span{
font-size: 1.3rem;
}



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


.three_colum_list li{
width: 48%;
padding: 0 0;
margin-bottom: 5%;
}

.name_01{
text-align: center;
font-size: 1.8rem;
font-weight: 500;
}
.name_01 span{
font-size: 1.3rem;
font-weight: 500;
}


.switching02{
margin-top: -100px;
width: 500%;
}

.main_section_06{
background: #fff;
margin-top: -100px;
padding: 50px 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.0rem;
text-align: center;
display: inline-block;
width: 90%;
margin-top: 20px;
margin-bottom: 15px;
padding: 1% 0 1% 0;
border-radius: 10px;
}


.faq{
width: 90%;
margin: 0 auto;
text-align: center;
}

.erea_section_02 li{
margin-bottom: 10px;
border-radius: 10px;
}

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

div.erea_midashi_02::after{
font-size: 2.0rem;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f067";
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";
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-size: 2.0rem;
width: 1.5em;
line-height: 1.5em;
padding-bottom: 0.3%;
border-radius: 5px;
text-align: center;
}

.q_dl dd{
width: 83%;
font-size: 2.0rem;
margin-top: 0px;
padding-right: 5%;
}

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

.a_dl dt{
font-size: 2.0rem;
width: 1.5em;
line-height: 1.5em;
padding-bottom: 0.3%;
border-radius: 5px;
text-align: center;
}

.a_dl dd{
width: 88%;
font-size: 1.6rem;
margin-top: 5px;
text-align: left;
line-height: 2.8rem;
}

.a_dl dd a{
color: #0072C6;
text-decoration: underline;
}



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

footer div{
width: 90%;
margin: 0 auto;
}

.fobi{
background: #fff;
font-size: 1.8rem;
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%;
text-align: center;
}

.fname{
font-size: 2.5rem;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-style: normal;
margin-bottom: 5px;
line-height: 1.0em;
margin-top: 5px;
}

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

.fdata{
font-size: 1.4rem;
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: 60%;
margin: 0 auto;
display: block;
position: static;
top: auto;
right: auto;
margin-bottom: 20px;
}


.guidance_point{
width: auto;
height: 50px;
position: absolute;
top: -50px;
left: -40px;
}


.video01{
width: 90%;
margin: 0 auto;
display: block;
}


.honbun_03{
text-align: center;
font-size: 2.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: 90%;
margin: 0 auto;
margin-top: 15px;
}

}