@charset "UTF-8";
.header_menu_box{
  display: none;
}
.header_logo {
    width: 100%;
    margin: auto;
    padding: 10%;
}

/* サイドメニュー */
.hamburger-menu{
  display: block;
  z-index: 9999;
  position: relative;
}
.menu-btn {
    position: fixed;
    top: 35px;
    right: 40px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 4px;
    width: 40px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 11px;
}
.menu-btn span:after {
    top: 11px;
}
#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);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #9268a9;

}
.menu-content ul {
    padding: 0px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
    margin: 10% auto;
    width: 70%;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 3.0vh;
    text-align: center;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 7.5px 10px 7.5px;
    position: relative;
}
/* サイドメニューの横の三角形 */
.menu-content {
    width: 90%;
    height: 90%;
    position: fixed;
    top: 10%;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #013076;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content .sns_icon.menu_linebtn{
  width: 90%;
}
#menu-btn-check:checked ~ .menu-content {
    left: 10%;/*メニューを画面内へ*/
    border-radius: 40px 0 0 0;
}
.sns_icon{
  width: 70%;
  align-items: flex-start;
  margin: 10% auto;
}
.flow_line_banner .sns_icon{
  margin: 1% auto;
  text-align: center;
}
.sns_icon div{
  font-size: 3.0vh;
}
.instagram_lesponsive{
  width: 15%;
  margin-left: 25%;
  margin-right: 10%;
}
.facebook_lesponsive{
  width: 15%;
  margin-left: 10%;
  margin-right: 25%;
}
/* サイドメニューの中のアイコン */

.side_menu_img1{
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}
.side_menu_img2{
  width: 10%;
  margin-left: 45%;
  margin-right: 45%;
  margin-top: 10%;
}



/* ここからメイン */
/* ここからmain */
.main{
  width: 100%;
}
.main_TOP{
  display: none;
}
.main_TOP_mobile{
  display: block;
  width: 100%;
  background-color: #f0f0f0;
  position: relative;
  height: 90vh;
}
.main_top_back{
  width: 100%;
  position: absolute;
  right: 0%;
}
.main_TOP_text{
  width: 90%;
  position: absolute;
  left: 6%;
  top: 45%;
}

.main_TOP_text1 h2{
  color: #079cdb;
  font-weight: bold;
  font-size: 3.5vh;
  line-height: 1.5;
  margin-top: 4%;
}
.main_TOP_text2 h2{
  color: #013076;
  margin-top: 2%;
  font-size: 4.0vh;
  line-height: 1.5;
}
.main_TOP_text3 p{
  margin-top: 2%;
  font-size: 1.8vh;
  font-weight: bold;
}
.main_TOP_img{
  width: 100%;
  position: relative;
}
.main_TOP_img_all_mobile{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
  align-items: flex-start;
  position: absolute;
  bottom: 5%;
  left: 0;
}
.main_TOP_img1{
  width: 30%;
  margin: 0 auto;
}
.main_TOP_img2{
  width: 30%;
  margin: 0 auto;

}
.main_TOP_img3{
  width: 30%;
  margin: 0 auto;

}




.main_content1{
  width: 100%;
  position: relative;
}
.main_content1 h2 {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    background-color: #013076;
    color: #ffffff;
    height: 8.5vh;
    padding-top: 3.5vh;
}
.main_content1 img{
  display: block;
  width: 70%;
  margin-left:15%;
  margin-right:15%;
  position: absolute;
  top: 94.5%;
}
.main_content2{
  width: 100%;
  background-color: #f0f0f0;
  margin-top: 40%;
  display: flex;
  position: relative;
  height: 300px;
}
.main_content2img{
  width: 10%;
  position: absolute;
  top: 5.0vh;
  left: 15%;
}
.main_content2text {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 8%;
}
.main_content2text h2{
  font-size: 3rem;
  color: #013076;
  font-weight: bold;
}
.main_content2text p{
  font-size: 20px;
  font-weight: bold;
}


.main_content3,.main_content4{
  width: 90%;
}
.main_content3text1{
  width: 100%;
  text-align: center;
  font-weight: bold;
  background-color: #013076;
}
.main_content3text1 h2 {
    color: #ffffff;
    font-weight: bold;
    height: 6.5vh;
    padding-top: 2vh;
    font-size: 2.5vh;
}
.main_content3text2{
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 4%;
}
.main_content3text2-1{
  width: 35%;
  margin-right: 10%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #013076;
  padding: 8% 5% 5% 5%;
  position: relative;
}
.main_content3text2-1_img{
  width: 40%;
  position: absolute;
  top: -45%;
  left: 30%;
}
.main_content3text2-1 p{
  font-size: 17px;
  font-weight: bold;
  color: #013076;
}
.main_content3text2-3{
  width: 5%;
  margin: 8% auto 0;
}
.main_content3text2-3_arrow{
  margin: 150% auto 0;
}
.main_content3text2-2{
  width: 35%;
  margin-left: 10%;
  margin: 0 auto 0;
  text-align: center;
  border: 1px solid #013076;
  padding: 8% 5% 5% 5%;
  position: relative;
}
.main_content3text2-2_img{
  width: 30%;
  position: absolute;
  top: -45%;
  left: 33%;
}
.main_content3text2-2 p{
  font-size: 17px;
  font-weight: bold;
  color: #013076;
}
.main_content3text3 {
    width: 100%;
    text-align: center;
    background-color: #f0f0f0;
    height: 12.5vh;
    margin-top: -1%;
}
.main_content3text3 h2{
  color: #eb7004;
  font-weight: bold;
  padding-top: 3.0vh;
}
.main_content3text3 p{
  font-size: 2.0vh;
  font-weight: bold;
}

.main_content4text1{
  width: 100%;
  text-align: center;
  font-weight: bold;
  background-color: #013076;
  position: relative;
}
.main_content4text1 h2 {
    color: #ffffff;
    font-weight: bold;
    height: 6.5vh;
    padding-top: 2.0vh;
    font-size: 2.5vh;
}
.main_content4text1_img{
  position: absolute;
  width: 15%;
  top: -60%;
  left: 5%;
}
.main_content4_contents {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 2%;
}
.main_content4_content{
  width: 100%;
}
.main_content5{
  width: 100%;
  position: relative;
  height: 20vh;
  display: none
}
.main_content5_lesponsive{
  display: block;
  position: relative;
}
.main_content5_text1 {
    width: 95%;
    margin-top: 5%;
    text-align: left;
    position: absolute;
    padding-left: 5%;
    margin-left: 0%;
    top: 10%;
    left: 0;
}
.main_content5_text1 h2{
  color: #fbcc3c;
  font-weight: bold;
  font-size: 1.5vh;
}
.main_content5_text1 h1 {
    color: #ffffff;
    font-weight: bold;
    font-size: 2.5em;
    border-bottom: 4px solid #eb7004;
}
.main_content5_text1 p {
    color: #ffffff;
    font-weight: bold;
    margin-top: 2%;
    position: relative;
    font-size: 1.2em;
    z-index: 100;
}
.main_content5_img1 {
    position: absolute;
    width: 15%;
    top: 15%;
    left: 57%;
}
.main_content5_img2 {
    position: absolute;
    width: 17%;
    top: 5%;
    right: 5.5%;
}
.main_content5_LINE{
  width: 15%;
  /* position: absolute; */
  bottom: 18%;
  right: 22%;
}
.main_content5_LINE a:hover{
  opacity: .8;
}
.main_content5_text2 {
    width: 100%;
    margin-left: 0%;
    position: absolute;
    display: flex;
    bottom: 10%;
}
.main_content5_text2_text {
    width: 70%;
    padding-left: 5%;
}
.main_content5_text2_text p{
  color: #ffffff;
  font-size: 24px;

}
.main_content5_LINEbox {
    width: 30%;
    margin-left: 0%;
    margin-right: 5%;
}

.maincontent6{
  width: 100%;
}
.maincontent6_text{
  text-align: center;
  background-color: #f0f0f0;
  padding-top: 5%;
  padding-bottom: 10%;
  position: relative;
}
.maincontent6_text h1{
  font-size: 3vh;
  font-weight: bold;
  color: #013076;
  display: block;
  padding-bottom: 2%;
}
.maincontent6_img{
  width: 10%;
  margin: 5% auto 0;
}
.maincontent6_text p {
    line-height: 4vh;
    font-size: 24px;
}
.maincontent6_text span{
  border-bottom: 3px solid #fbcc3c;
}
.maincontent6_about_title{
  background-color: #013076;
  text-align: center;
  height: 10.5vh;
}
.maincontent6_about_title h2{
  color: #ffffff;
    font-weight: bold;
    height: 10.5vh;
    padding-top: 2.5vh;
    font-size: 3.0vh;
}
.maincontent6_about {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: -14%;
    position: relative;
}
.maincontent6_yajirusi{
  width: 5%;
  margin: -2% auto 0;
}
.maincontent6_about_box{
  width: 100%;
  display: block;
}
.maincontent6_about_left_text{
  min-height: auto;
}
.maincontent6_about_left{
  width: 100%;
  margin: 5% auto;
}
.maincontent6_about_left_title{
  text-align: center;
}
.maincontent6_about_left_title h2{
  font-weight: bold;
  font-size: 3.0vh;
}

.maincontent6_about_left_yellowbox{
  width: 100%;
  background-color: #fbcc3c;
  text-align: center;
  padding: 150px 0 170px;
}
.maincontent6_about_left_yellowbox_fee{
  padding-top: 3%;
}
.maincontent6_about_left_yellowbox h2{
  font-size: 3.5vh;

}
.maincontent6_about_left_yellowbox_hiritu{
  border: 2px solid #050505;
  width: 75%;
  margin: 1% auto 5%;
}
.maincontent6_about_left_yellowbox_hiritu h3{
  font-size: 2.0vh;
  font-weight: bold;
}
.maincontent6_about_left_yellowbox span{
  color: #013076;
  font-weight: bold;
  font-size: 5.0vh!important;
  font-family:  sans-serif;
}


.maincontent6_about_right{
  width: 100%;
  margin: 5% auto;
}
.maincontent6_about_right_title{
  text-align: center;
}
.maincontent6_about_right_title H2{
  font-weight: bold;
  font-size: 3.0vh;
}

.maincontent7_about{
  width: 100%;
  margin-top: 10%;
  position: relative;
}
.main_content7{
  display: block;
  margin-top: 100%;
}
.main_content7_daybox{
  width: 100%;
  display: block;
  margin-top: 5%;
}
.main_content7_day1{
  text-align: center;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #050505;
  padding: 3%;
  font-weight: bold;
}
.main_content7_day2{
  text-align: center;
  width: 90%;
  margin: 5% auto;
  border: 1px solid #050505;
  padding: 3%;
  font-weight: bold;
}
.main_content7_day3{
  text-align: center;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #050505;
  padding: 3%;
  font-weight: bold;
}
.main_content7_days{
  width: 95%;
  margin: 5% auto 0;
  background-color: #fbcc3c;
  padding: 1% 3%;
}


.maincontent8_about {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10%;
    position: relative;
}
.maincontent8_about_title{
  background-color: #013076;
  text-align: center;
  height: 10.5vh;
  position: relative;
}
.maincontent8_about_title h2{
  color: #ffffff;
    font-weight: bold;
    height: 10.5vh;
    padding-top: 2.5vh;
    font-size: 3.0vh;
}
.maincontent8_about_title_img{
  width: 20%;
  position: absolute;
  top: -7%;
  left: 5%;
}
.maincontent8_contentbox{
  width: 100%;
  margin-top: 5%;
  display: block;
  align-items: flex-start;
}
.maincontent8_content_left{
  width: 100%;
  margin: 0 auto;
}
.maincontent8_content_right{
  width: 100%;
  margin: 15% auto;
}
.maincontent8_yajirusi{
  width: 5%;
  margin: -2% auto 0;
  position: relative;
}
.content10_about_first{
  margin-top: -70px;
}

.maincontent9_about{
  width: 100%;
  background-color: #f0f0f0;
}
.main_content9text{
  width: 90%;
}
.maincontent9_about_img{
  position: absolute;
  left: 0;
}


.main_content9text h2{
  font-size: 2.0vh;
  color: #013076;
  font-weight: bold;
}
.main_content9text p{
  font-size: 3.0vh;
  font-weight: bold;
}
.maincontent10_about{
  width: 90%;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  box-shadow: 2px 2px 10px 2px #b5b5b5;
}

.main_content10{
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 20px;
}
.main_content10_child{
  width: 100%;
  padding: 2% 0;
}

.main_content10_reasontitle{
  width: auto;
  background-color: #fbcc3c;
  font-weight: bold;
  text-align: center;
  padding: 1.5% 3%;
}
.main_content10_reason_text{
  border-top: 1px solid #050505;
  border-bottom: 1px solid #050505;
  padding-top: 3%;
  padding-bottom: 3%;

}


.maincontent11_about{
  margin-top: 10%;
  width: 100%;
  position: relative;
}
.main_content11_all{
  width: 90%;
  margin: -4% auto 16%;
}
.main_content11-2{
  margin-top: 10%;
}
.maincontent11_about_title_box{
  width: 100%;
  padding-bottom: 10%;
  background-color: #f0f0f0;
}
.maincontent11_about_title{
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 5%;
}
.step_icon{
  width: 20%;
}

.step_text p,.step_text2 p{
  font-size: 1.5vh;
}
.step_mobile_title{
  display: none;
}



.main_content12{
  width: 100%;
  position: relative;
  padding: 100px 0 50px;
}
.main_content12_text{
  left: 0;
  right: 0;
  top: 20%;
  text-align: center;
}
.main_content12_text h2{
  color: #ffffff;
  font-weight: bold;
  font-size: 2.0vh;
}
.main_content9_LINE{
  width: 30%;
  margin: auto;
  top: 65%;
  left: 0;
  right: 0;
}


/* フッター */
footer{
  width: 100%;
  height: 5.0vh;
}
.copyright{
  height: 5.0vh;
  width: 25%;
  margin: 15px auto;
}
