@charset "UTF-8";
/* CSS Document */
/*スマホ用スタイル*/
@media screen and (max-width: 767px) {

/*セクション間余白----------------------------------------------------------- */
  section {
    padding: 40px 0;
  }
  footer {
    padding: 15px 0;
  }
  h2 {
    font-size: 28px;
}
h2 .font_xs {
  font-size: 14px;
}
.btm_fix .link_btn {
  margin-top: 5px;
  margin-bottom: 10px;
  height: auto;
}
.btm_fix .link_btn a {
  height: 17vw;
}
.btm_fix .link_btn .img {
  margin-bottom: -10px;
}
.pagetop {
  bottom: 105px;
  right: 5px;
}
.l_point,
#top{
  padding-top: 60px;
  margin-top: -60px;
}
/*Header----------------------------------------------------------- */
header{
  height: 60px;
}
  header .contact {
    padding-right: 40px;
  }
  header .logo {
    height: 40px;
  }
  header .logo img {
    max-height: 40px;
    padding-right: 50px;
  }
  header .container {
    padding: 10px 15px 10px;
}
header .fa-phone {
  font-size: 30px;
  color: #047cd8;
  margin-right: 0px;
}
header .tel {
  padding-right: 0;
  line-height: 1.1;
}

/*Nav----------------------------------------------------------- */
nav{
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 2;
}
nav li a:link, nav li a:visited {
  color: #047cd8;
}
  #nav_toggle {
    position: absolute;
    top: 8px;
    /**/
    right: 8px;
    /**/
    width: 40px;
    /**/
    height: 30px;
  }
  #nav_toggle div {
    position: relative;
    width: 30px;
    /**/
    margin: 0 auto;
  }
  #nav_toggle span {
    display: block;
    height: 2px;
    background: #047cd8;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top: 5px;
    /**/
  }
  #nav_toggle span:nth-child(2) {
    top: 15px;
    /**/
  }
  #nav_toggle span:nth-child(3) {
    top: 25px;
    /**/
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    /**/
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    /**/
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  div#nav_toggle:after {
    content: "MENU";
    color: #047cd8;
    display: block;
    padding-top: 80%;
    /**/
    font-family: "Roboto Condensed",sans-serif;
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .open div#nav_toggle:after {
    content: "CLOSE";
  }
  nav ul {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  nav li {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
  nav li:not(:last-child) {
    border-bottom: 1px solid #047cd8;
  }
  nav li a {
    flex-direction: row;
    color: #047cd8;
    padding: 15px;
    font-weight: bold;
    width: 100%;
  }
  .nav_jp {
    padding-bottom: 0;
    padding-right: 10px;
  }
  nav li {
    position: relative;
  }
/*MV----------------------------------------------------------- */
.mv {
  margin-top: 60px;
}
.link_btn,.link_btn a {
  width: auto;
}
.link_btn_2,.link_btn_2 a {
  width: 100%;
}
.link_btn {
  height: 24vw;
}
.link_btn_2 {
  height: 20vw;
}
.link_btn a {
  height: 20vw;
}
.link_btn_2 a {
  height: 100%;
  font-size: 1.6rem;
}
.link_btn::after {
  top: 11vw;
}
.link_btn_2::after {
  top: 50%;
}
.mv_bg {
  background: url(../img/webp/sp_mv_bg.webp) no-repeat top center;
  background-size: 100% 100%;
  padding-bottom: 0;
}
.mv {
  padding: 15px 0;
  background: none;
}
.mv .txt_box_2 {
  padding-top: 30px;
}
.mv .txt01 {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  font-size: 3.8vw;
  text-align: center;
}
.mv .txt02 {
  text-align: center;
  font-size: 7.5vw;
  margin-top: 15px;
}
.mv .txt02 {
  text-align: left;
  font-size: 6.5vw;
}
.mv .txt03 {
  font-size: 16.4vw;
  letter-spacing: inherit;
  line-height: 1em;
  text-align: center;
}
.mv .txt03_2 {
  font-size: 20vw;
  line-height: 0.7em;
  text-align: left;
  margin-top: 20px;
}
.mv .txt04 {
  font-size: 1.3rem;
  margin-top: 15px;
  line-height: 1.4;
}
.bouten::before {
  transform: scale(0.7);
}
.mv .medal{
  margin-left: -15px;
  margin-right: -15px;
}
/*CTA----------------------------------------------------------- */


/*CTA2----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */
.sec01{
  padding-top: 15px;
  padding-bottom: 30px;
}
.br {
  margin-bottom: -74px;
}
.br img{
  width: 100px;
}
/*sec02----------------------------------------------------------- */
.sec02 h2 {
  position: relative;
  margin-top: 35px;
}
.sec02 .white_box {
  padding: 15px;
}
.swiper-button-prev, .swiper-button-next {
  width: 50px;
  height: 50px;
}
.swiper-button-prev {
  margin-left: -5px;
}
.swiper-button-next {
  margin-right: -5px;
}
/*sec03----------------------------------------------------------- */
.brett ul li {
  font-size: 16px;
  align-items: flex-start;
  margin-bottom: 15px;
  padding-bottom: 15px;

}
.brett ul li img{
  width: 2rem;
  margin-right: 5px;
  padding-top: 5px;
}
.sec03 .bg{
  padding-bottom: 40px;
}
.sec03 h2 {
  padding-bottom: 15px;
}
.sec03 h2 .fx{
  flex-direction: column;
}
.sec03 .box {
  padding: 15px;
  margin-top: -80vw;
}
.sec03 .box h2 {
  font-size: 24px;
  padding-bottom: 20px;
}
.sec03 .box .img{
  bottom: -12vw;
}
.sec03 .box .img img{
  width: 50px;
}
.sec03 h2 .fx img{
  width: 180px;
  margin-top: 0;
}
.sec03 h2 .lato {
  font-size: 50px;
  position: relative;
  margin-top: -30px;
}
.sec03 h2.mt90 {
  margin-top: 55px;
}
.sec03 .point {
  font-size: 24px;
}
.sec03 .point span {
  font-size: 40px;
}
.sec03 .f_item {
  margin-top: 10px;
}
.sec03 h3 {
  font-size: 20px;
}
.sec03 h3 .h2__lead {
  font-size: 28px;
}
.sec03 .img01,
.sec03 .white_box:nth-of-type(3) .img01 {
  position: relative;
  top: 0;
  left: 0;
}
.mt60 {
  margin-top: 15px;
}
.sec03 .middole h4 {
  font-size: 18px;
  padding: 5px 17px;
}
.sec03 .fx {
  flex-direction: column;
}
.sec03 .fa-chevron-right{
  transform:rotate(90deg); 
}
.sec03 .fx .fa-chevron-right {
  font-size: 40px;
}
.sec03 .white_box:not(:last-child) {
  margin-bottom: 15px;
}
.sec03 .fx-row h4 {
  margin-bottom: 15px;
}
.sec03 .fx-row h4 .icon {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
}
.sec03 .txt {
  width: calc(100% - 45px);
  font-size: 16px;
  line-height: 1.3;
}
/*sec04----------------------------------------------------------- */
dl.accordion dt {
  font-size: 18px;
  padding: 15px;
}
.accordion dt p {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 30px;
  background-size: 30px;
  display: flex;
  align-items: flex-start;
}
.accordion dt .qa_q {
  font-size: 28px;
  margin-right: 10px;
  position: relative;
  top: -5px;
}
dl.accordion dt .icon {
  right: 15px;
  font-size: 20px;
}
.accordion {
  margin-bottom: 10px;
}
dl.accordion dd {
  padding: 15px;
  font-size: 14px;
}
.accordion dd .qa_a {
  font-size: 28px;
  margin-right: 10px;
}
.accordion dd p {
  padding-top: 0;
  padding-bottom: 0;
  background-size: 35px;
  padding-right: 0;
}
/*sec05----------------------------------------------------------- */
.sec05 .white_box {
  padding: 15px;
  padding-bottom: 27vw;
  background-size: 100%;
}
.sec05 .font_m {
  font-size: 18px;
}
/*sec06----------------------------------------------------------- */
.sec06 {
  padding-top: 40px;
}
.sec06 h2 {
  padding-bottom: 40px;
}
.sec06 .box h3 {
  top: -30px;
}
.sbm_wrap .sub_btn,
.sbm_wrap button{
  width: 100%;
  margin-top: 0;
  height: 18vw;
}
.sbm_wrap .sub_btn::after{
  line-height: 18vw;
}
.sec06 .box {
  padding: 3px;
}
.sec06 .inner {
  padding: 15px;
  padding-top: 30px;
}
.sec06 .box h4 {
  font-size: 24px;
  line-height: 1.3;
}
.sec06 .arrow {
  border-width: 20px 45px 0 45px;
  margin: 15px auto;
}
.form_wrap.white_box {
  padding: 15px 0;
}
.pp_txt {
  height: 200px;
  padding: 15px;
}
.pp_txt .pv_gray_box{
  padding: 15px;
}
/*sec07----------------------------------------------------------- */


/*sec08----------------------------------------------------------- */


/*sec09----------------------------------------------------------- */


/*sec10----------------------------------------------------------- */


/*sec11----------------------------------------------------------- */


/*sec12----------------------------------------------------------- */


/*sec13----------------------------------------------------------- */


/*sec14----------------------------------------------------------- */


/*sec15----------------------------------------------------------- */


/*sec16----------------------------------------------------------- */


/*sec17----------------------------------------------------------- */


/*sec18----------------------------------------------------------- */


/*sec19----------------------------------------------------------- */
  .form_wrap {
    padding: 0;
  }
  form > ul > li .fx-row > *:first-child {
    padding-top: 0;
  }
  form > ul > li {
    padding: 15px;
  }
  .form_head {
    text-align: left;
  }
  .input_adjust {
    padding: 8px 12px;
  }
  .input_2col {
    padding-right: 0px;
  }
  .input_1col {
    padding-right: 0px;
  }
  .input_pref {
    width: 80%;
  }
  .input_select select {
    padding: 8px 12px;
  }
  .radio_2col label:first-child {
    padding-right: 0px;
  }
  .date_2col {
    padding-right: 0px;
  }
  .date_2col > * {
    width: calc(50% - 8px);
  }
  .select_1col {
    padding-right: 0px;
  }
  .textarea {
    padding-right: 0px;
  }
  .sbm_wrap {
    padding: 15px;
  }
  .sbm {
    width: 100%;
  }
/*sec20----------------------------------------------------------- */


/*Footer----------------------------------------------------------- */
footer {
  padding-top: 40px
}

footer .f_logo img {
  width: 40%;
  margin-bottom: 10px
}

footer .add {
  display: block;
  letter-spacing: .05em
}

footer .add p {
  margin: auto
}

footer .add p:last-child {
  margin: auto
}
footer .foot_area .map {
  margin: 0 auto;
}
footer .foot_area .area_item {
  width: 100%;
}

footer .foot_area .tit {
  text-align: center;
  font-size: 14px;
  border-bottom: 2px solid #22254f
}

footer .foot_area ul {
  margin-top: 15px
}

footer .foot_area ul li {
  min-width: calc((100% - 30px)/4);
  margin-right: 0;
  font-size: 14px;
  text-align: center
}

footer .copy {
  padding: 15px 0
}

footer .footer_nav {
  margin-top: 45px;
  margin-bottom: 15px;
}

footer .footer_nav .f_item {
  padding-left: 0;
  padding-right: 0;
  margin-top: 1px;
}

footer .footer_nav .f_item .Jos {
  background-color: #22254f;
  padding: 10px 15px;
  color: #fff;
  -webkit-transition: .35s all ease;
  transition: .35s all ease;
  position: relative;
}

footer .footer_nav .f_item .Jos:after {
  font-family: Font Awesome\ 5 Free;
  content: "\f054";
  position: absolute;
  display: block;
  -webkit-transition: .25s all ease;
  transition: .25s all ease;
  right: 20px;
  top: 0;
  bottom: 0;
  height: 1em;
  line-height: 1em;
  margin: auto;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

footer .footer_nav .f_item .sub {
  z-index: 1;
  display: none;
  margin: 0 auto;
  padding: 0;
  color: #171b1d;
}

footer .footer_nav .f_item .sub p {
  border-top: solid 1px #171b1d;
  position: relative;
}

footer .footer_nav .f_item .sub p a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 15px;
}

.spphplus{
  margin-left: -15px;
  margin-right: -15px;
}

/*thanks*/
.thanks_mv{
	font-size: 30px;
}
.thanks_mv h1{
	font-size: 18px;	
}
.sp-txt-left{
	text-align: left;
}
.thanks_btn{
	font-size: 20px;
}


}

/*スマホ用スタイルend*/
