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

/*セクション間余白----------------------------------------------------------- */
  section {
    padding: 40px 0;
  }
  footer {
    padding: 15px 0;
  }
/*はみ出し画像中央----------------------------------------------------------- */
  .wic1 img {
    width: 100%;
  }
  .wic1 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .wic2 img {
    width: 100%;
  }
  .wic2 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .wic3 img {
    width: 100%;
  }
  .wic3 {
    margin-left: -15px;
    margin-right: -15px;
  }
/*Header----------------------------------------------------------- */
  header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 45px;
  }
  header .logo {
    height: 30px;
  }
  header .logo img {
    max-height: 30px;
  }

/*Nav----------------------------------------------------------- */
  nav {
    padding: 0;
  }
  #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: 4px;
    background: #000;
    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;
    border-radius: 3px;
  }
  #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: #000;
    display: block;
    padding-top: 86%;
    /**/
    /* font-family: "Roboto Condensed",sans-serif; */
    /* font-style: italic; */
    font-size: 1rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .open div#nav_toggle:after {
    content: "CLOSE";
  }
  nav ul {
    display: block;
  }
  nav ul.container {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  nav li {
    display: block;
    width: 100%;
    border-left: 0;
    border-right: 0;
    background: #009fe8;
  }
  nav li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  nav li a {
    flex-direction: row;
    color: #fff;
    padding: 15px;
    margin: 0;
  }
  nav li a:link, nav li a:visited {
    color: #fff;
  }
  nav li a:hover {
    color: #fff;
    border-bottom:none;
    text-decoration: none;
  }
  .nav_jp {
    padding-bottom: 0;
    padding-right: 10px;
  }
  nav li {
    position: relative;
  }
  nav li:before {
    font-family: Font Awesome\ 5 Free;
    content: "\f054";
    position: absolute;
    display: block;
    transition: .25s all ease;
    right: 20px;
    top: 0;
    bottom: 0;
    text-align: center;
    height: 1em;
    line-height: 1em;
    margin: auto;
    font-weight: bold;
}
  .contact i {
    font-size: 2.8rem;
  }
  .contact span {
    font-size: 1rem;
    letter-spacing: normal;
  }
  .contact_box {
    display: flex;
  }
  .contact_box > div {
    text-align: center;
    padding-right: 10px;
  }
  .contact_box a {
    color: #009fe8;
  }
  .contact_box a:hover {
    text-decoration: none;
  }
  .nav_sp {
    display: none;
    position: absolute;
    top: 68px;
    width: 100%;
    left: 0;
    padding: 0;
  }

/*MV----------------------------------------------------------- */
.mv {
  padding-top: 83px;
  padding-bottom: 0;
  background: #fff;
}
.mv .check {
  display: block;
  font-size: 1.6rem;
}
.mv .font_l {
  font-size: 1.8rem;
}
.mv .font_xl {
  font-size: 4.3rem;
}


/*sec01----------------------------------------------------------- */
.sec01 {
  padding-top: 60px;
  background: url(../img/sp_sec01_bg01.png) no-repeat top/contain;
}
.sec01 .img01 {
  position: relative;
  bottom: 0;
  right: auto;
  left: auto;
}
.sec01 .btn01 {
  top: -50px;
}
.btn01 img {
  max-width: 240px;
  height: auto;
}

/*sec02----------------------------------------------------------- */

/*sec03----------------------------------------------------------- */
.sec03 .f_box01 {
  display: block;
  padding: 0;
}
.sec03 .f_box01 .box_inner {
  width: 100%;
}
.sec03 .f_box01 li {
  padding: 0 0 5px 0px;
}

/*sec04----------------------------------------------------------- */
.sec04 {
  background-size: cover;
}

/*sec05----------------------------------------------------------- */
.sec05 .sp_scroll > * {
  min-width: 1900px;
}

/*sec06----------------------------------------------------------- */
.sec06 .f_box01 {
  flex-direction: column-reverse;
}

/*sec07----------------------------------------------------------- */
.sec07 .img01 {
  position: relative;
  bottom: -30px;
  right: auto;
  left: auto;
}

/*sec08----------------------------------------------------------- */
.sec08 h3 {
  margin-bottom: 15px;
}
.sec08 .box_wrapper {
  display: block;
}
.sec08 .inner {
  margin-bottom: 30px;
}
.sec08 .txt_box,.sec08 .img_box {
  width: 100%;
  display: block;
}
.sec08 .txt_box {
  padding: 30px 15px 15px 15px;
}
.sec08 .img_box {
  padding: 0 15px 30px 15px;
}
.sec08 .num {
  font-size: 3.8rem;
  margin-bottom: 10px;
}

/*sec09----------------------------------------------------------- */
.sec09 .box01_outer [class*="fx-col"] {
  margin-top: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.sec09 .box01_outer {
  padding: 0 7.5px;
}
.sec09 .box01 {
  padding: 15px;
  margin-bottom: 0;
}
.sec09 .box02 {
  padding: 30px 15px;
}

/*sec10----------------------------------------------------------- */
.slick01 .slick-slide {
  margin-right: 15px;
  width: 300px!important;
}
.sec10 .white_box {
  padding: 30px 15px;
}
.sec10 .txt_rbn1 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.sec10 h3 {
  font-size: 2rem;
  margin-bottom: 15px;
}
.sec10 h3 .num {
  font-size: 4rem;
}


/*sec11----------------------------------------------------------- */
.sec11 .ribbon {
  font-size: 1.6rem;
}

/*sec12----------------------------------------------------------- */
  .sec12 .qa_list .q {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 40px 10px 50px;
  }
  .sec12 .qa_list .a.slide {
    padding: 15px 15px 15px 50px;}
  .sec12 .qa_list .q:before,
  .sec12 .qa_list .a:before {
    font-size: 24px;
    top: 5px;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-size: cover;
  }
  .sec12 .qa_list .q:after {
    top: 15px;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

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


/*sec14----------------------------------------------------------- */
.sec14 .list01 > dt {
  width: 30%;
  padding-bottom: 15px;
  padding-left: 0;
}
.sec14 .list01 > dd {
  width: 70%;
  padding-bottom: 15px;
  padding-right: 0;
}


/*sec19----------------------------------------------------------- */
  .form_wrap {
    padding-right: 0;
    padding-left: 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 15px 0 15px;
  }
  .sbm {
    width: 100%;
  }
/*sec20----------------------------------------------------------- */


/*Footer----------------------------------------------------------- */
  .footer_nav1 ul {
    width: 100%;
  }
  .footer_nav1 ul li:first-child {
    border-top: 1px solid #000;
  }
  .footer_nav1 ul li {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #000;
    margin: 0;
  }
  .footer_nav1 ul a {
    display: block;
  }
  /*thanks----------------------------------------------------------- */
  .thanks header {
    padding-right: 0;
  }

}


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