@charset "UTF-8";
/*
Theme Name: shu
Theme URI: localhost/wordpress/
Description: shu
Author: kkr
Author URI: localhost/wordpress/
Version: 1.0.0
*/
@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none;
  }
}

html {
  background-color: #fdfeff;
}

#show_sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  #show_sp {
    display: block;
  }
}

.show_sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .show_sp {
    display: block;
  }
}

.show_pc {
  display: block;
}

@media screen and (max-width: 1200px) {
  .show_pc {
    display: none;
  }
}

.container {
  width: 1060px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 90%;
  }
}

@media screen and (max-width: 400px) {
  .container {
    width: calc(100% - 32px);
  }
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  display: block;
}

html {
  font-size: 62.5%;
  overflow: auto;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

* {
  font-size: 1.5rem;
  color: #000;
}

.plane-txt, .faq__f {
  font-weight: bold;
  font-family: "游ゴシック", sans-serif;
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-align: left;
}

@media screen and (max-width: 800px) {
  .plane-txt, .faq__f {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.plane-h2 {
  font-family: "游ゴシック", sans-serif;
  color: #193b76;
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .plane-h2 {
    font-size: 2rem;
  }
}

.section_title {
  margin-bottom: 32px;
}

@media screen and (max-width: 1200px) {
  .section_title {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 800px) {
  .section_title {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 400px) {
  .section_title {
    margin-bottom: 8px;
  }
}

.section_title h2 {
  color: #000;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 1200px) {
  .section_title h2 {
    font-size: 3.2rem;
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 800px) {
  .section_title h2 {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 400px) {
  .section_title h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.section_title img {
  width: 200px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .section_title img {
    width: 60px;
  }
}

@media screen and (max-width: 800px) {
  .section_title img {
    width: 120px;
  }
}

@media screen and (max-width: 400px) {
  .section_title img {
    width: 80px;
  }
}

.section_title p {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

@media screen and (max-width: 1200px) {
  .section_title p {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 800px) {
  .section_title p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 400px) {
  .section_title p {
    font-size: 0.8rem;
  }
}

.bunner {
  background-color: #00a3f7;
}

.bunner .container {
  position: relative;
  padding: 32px 0;
}

.bunner_comment {
  position: absolute;
  left: 4%;
  top: calc(50% - 67px);
}

.bunner_btn {
  width: 464px;
  background-color: #ff8e41;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

@media screen and (max-width: 1200px) {
  .bunner_btn {
    width: 100%;
    border-radius: 10px;
  }
}

.bunner_btn:hover {
  -webkit-box-shadow: 0 2px 8px -3px #000;
          box-shadow: 0 2px 8px -3px #000;
}

.bunner_btn a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 120px;
  font-size: 3.6rem;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .bunner_btn a {
    width: 100%;
    font-size: 2.4rem;
    line-height: 60px;
  }
}

.bunner_person {
  position: absolute;
  right: 0;
  bottom: 0;
}

.u-underline {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), color-stop(60%, #F0B93C), to(#F0B93C));
  background: -webkit-linear-gradient(transparent 0%, transparent 60%, #F0B93C 60%, #F0B93C 100%);
  background: linear-gradient(transparent 0%, transparent 60%, #F0B93C 60%, #F0B93C 100%);
}

.faq__before, .faq__q::before, .faq__f::before {
  display: inline-block;
  font-family: "游ゴシック", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .faq__before, .faq__q::before, .faq__f::before {
    font-size: 1.4rem;
  }
}

.footer_banner {
  width: 100%;
  max-width: 450px;
  margin: 0 auto 32px;
}

header {
  width: 100%;
  height: 120px;
  z-index: 99;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  header {
    height: 80px;
  }
}

@media screen and (max-width: 400px) {
  header {
    height: 60px;
  }
}

header .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .logo_area {
  height: 100%;
}

header .logo_area a h1 img {
  height: 70px;
  margin: 20px;
  width: auto;
}

@media screen and (max-width: 1200px) {
  header .logo_area a h1 img {
    height: 40px;
    margin: 10px;
    width: auto;
  }
}

header .contact_btn {
  position: fixed;
  background-color: #ff8e41;
  height: 32px;
  width: 80px;
  top: 13px;
  right: 54px;
  border-radius: 4px;
}

header .contact_btn a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 6px 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  text-align: center;
  color: #000;
}

header .h_menu_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

header .h_menu_list {
  margin-left: 24px;
}

@media screen and (max-width: 1500px) {
  header .h_menu_list {
    margin-left: 13px;
  }
}

header .h_menu_list a {
  position: relative;
  font-size: 1.6rem;
  line-height: 120px;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1500px) {
  header .h_menu_list a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1200px) {
  header .h_menu_list a {
    line-height: 80px;
  }
}

header .h_menu_list a:hover {
  color: #007dcf;
}

header .h_menu_list a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

header .h_menu_list a::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #007dcf;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

header .h_menu .last_tab {
  background-color: #ff8e41;
  width: 200px;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  header .h_menu .last_tab {
    width: 160px;
  }
}

header .h_menu .last_tab a:hover {
  color: #fff;
}

header .h_menu .last_tab a::after {
  background: #fff;
}

.hnav {
  display: block;
  position: fixed;
  top: 0;
  left: -500px;
  bottom: 0;
  width: 100%;
  background: #007dcf;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}

.hnav ul {
  list-style: none;
  margin: 0;
}

.hnav ul li {
  position: relative;
  margin: 0;
  text-decoration: none;
  padding: 25px;
}

.hnav ul li a {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  z-index: 99;
  line-height: 40px;
}

.hnav ul .last_tab {
  background-color: #ff8e41;
}

.hnav ul .last_tab li a {
  color: #000;
}

.toggle_btn {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #007dcf;
  border-radius: 4px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}

.toggle_btn span:nth-child(2) {
  top: 13px;
}

.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

#mask {
  display: none;
  position: fixed;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #007dcf;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.open .hnav {
  left: 0;
  opacity: 1;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

.open #mask {
  display: block;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}

.heightMin {
  position: fixed;
  z-index: 999;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  background-color: #fff;
  height: 70px;
  overflow: auto;
}

.heightMin .logo img {
  height: 60px;
  margin: 5px 10px;
  width: auto;
}

@media screen and (max-width: 1200px) {
  .heightMin .logo img {
    height: 50px;
    margin: 5px;
    width: auto;
  }
}

.heightMin .h_menu {
  height: 70px;
}

.heightMin .h_menu_lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heightMin .h_menu_list {
  margin-left: 40px;
}

.heightMin .h_menu_list a {
  position: relative;
  font-size: 1.6rem;
  line-height: 70px;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.movie {
  background-image: url("../img/bg-01.png");
}

.movie .container {
  padding: 36px 100px;
}

@media screen and (max-width: 1200px) {
  .movie .container {
    padding: 24px 0;
  }
}

.movie .container h3 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 56px;
  padding: 0 32px;
  margin: 0 200px;
  margin-bottom: 24px;
  text-align: center;
  background-color: #007dcf;
}

@media screen and (max-width: 1200px) {
  .movie .container h3 {
    font-size: 2rem;
    padding: 0 24px;
    margin: 0 auto 12px;
  }
}

.movie .container a {
  margin: 0 auto;
  height: 250px;
  width: auto;
}

@media screen and (max-width: 1200px) {
  .movie .container a {
    height: 200px;
  }
}

.movie .container a img {
  height: 250px;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .movie .container a img {
    height: 200px;
  }
}

.info {
  background: #00a3f7;
}

.info .container {
  padding: 36px 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .info .container {
    padding: 24px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.info_text {
  width: 65%;
  padding: 60px 0;
}

@media screen and (max-width: 1200px) {
  .info_text {
    width: 100%;
    padding: 40px 0;
  }
}

.info_text h2 {
  font-weight: bold;
  font-size: 3.2rem;
  color: #fff;
  margin-bottom: 24px;
}

@media screen and (max-width: 1200px) {
  .info_text h2 {
    font-size: 2.8rem;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 800px) {
  .info_text h2 {
    font-size: 2.4rem;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 400px) {
  .info_text h2 {
    font-size: 2rem;
    margin-bottom: 4px;
  }
}

.info_text p {
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .info_text p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 800px) {
  .info_text p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 400px) {
  .info_text p {
    font-size: 1.4rem;
  }
}

.info_img {
  width: 35%;
}

.info_img img {
  float: right;
  height: 270px;
  width: auto;
}

@media screen and (max-width: 1200px) {
  .info_img {
    width: 100%;
  }
  .info_img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 800px) {
  .info_img {
    width: 100%;
  }
  .info_img img {
    float: none;
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
}

.about {
  background: #007dcf;
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  .about {
    padding: 40px 0;
  }
}

@media screen and (max-width: 800px) {
  .about {
    padding: 32px 0;
  }
}

.about .container .section_title h2 {
  color: #fff;
}

.about_txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .about_txt {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 800px) {
  .about_txt {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 400px) {
  .about_txt {
    margin-bottom: 16px;
  }
}

.about_txt p {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .about_txt p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 800px) {
  .about_txt p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 400px) {
  .about_txt p {
    font-size: 1.4rem;
  }
}

.about_desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .about_desc {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

.about_desc_card {
  width: 247px;
  border-radius: 20px;
  background: #fff;
}

@media screen and (max-width: 800px) {
  .about_desc_card {
    width: 200px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 400px) {
  .about_desc_card {
    width: 163px;
  }
}

.about_desc_card_tit {
  background: #ff8e41;
  border-radius: 20px 20px 0 0;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  margin-bottom: 22px;
}

@media screen and (max-width: 800px) {
  .about_desc_card_tit {
    font-size: 2rem;
    line-height: 50px;
  }
}

@media screen and (max-width: 400px) {
  .about_desc_card_tit {
    font-size: 1.2rem;
    line-height: 46px;
  }
}

.about_desc_card_img {
  height: 116px;
  width: auto;
  margin: 0 auto 22px;
}

@media screen and (max-width: 800px) {
  .about_desc_card_img {
    height: 74px;
  }
}

.about_desc_card_txt {
  margin: 0 auto 24px;
  padding: 0 23px;
  font-size: 1.4rem;
  color: #000;
  line-height: 1.7;
}

@media screen and (max-width: 800px) {
  .about_desc_card_txt {
    font-size: 1.2rem;
    padding: 16px;
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 400px) {
  .about_desc_card_txt {
    font-size: 1rem;
    padding: 8px;
    margin: 0 auto 8px;
  }
}

.insurance {
  padding: 80px 0;
  background-color: #ceeaff;
}

@media screen and (max-width: 1200px) {
  .insurance {
    padding: 40px 0;
  }
}

@media screen and (max-width: 800px) {
  .insurance {
    padding: 32px 0;
  }
}

.insurance_point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 32px;
}

@media screen and (max-width: 800px) {
  .insurance_point {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-size: auto 86px;
    background-position: 0 0;
    margin-bottom: 24px;
  }
}

.insurance_point_txt {
  width: 55%;
  padding: 24px 80px 24px 0;
  text-align: right;
}

@media screen and (max-width: 800px) {
  .insurance_point_txt {
    width: 100%;
    padding: 16px;
  }
}

.insurance_point_txt h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (max-width: 800px) {
  .insurance_point_txt h3 {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 12px;
  }
}

.insurance_point_txt p {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  .insurance_point_txt p {
    font-size: 1.2rem;
    text-align: left;
  }
}

.insurance_point:nth-child(2) {
  background-image: url("../img/insurance_1.png");
}

@media screen and (max-width: 800px) {
  .insurance_point:nth-child(2) {
    background-position: 0 0;
  }
}

.insurance_point:nth-child(3) {
  background-image: url("../img/insurance_2.png");
  padding-right: 0;
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  background-position: left;
}

@media screen and (max-width: 800px) {
  .insurance_point:nth-child(3) {
    background-position: 0 0;
  }
}

.insurance_point:nth-child(3) .insurance_point_txt {
  text-align: left;
  padding: 24px 0 24px 80px;
}

@media screen and (max-width: 800px) {
  .insurance_point:nth-child(3) .insurance_point_txt {
    padding: 16px;
  }
}

.insurance_point:nth-child(4) {
  background-image: url("../img/insurance_3.png");
}

@media screen and (max-width: 800px) {
  .insurance_point:nth-child(4) {
    background-position: 0 0;
  }
}

.insurance_point:nth-child(5) {
  background-image: url("../img/insurance_4.png");
  padding-right: 0;
  text-align: left;
  background-position: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 800px) {
  .insurance_point:nth-child(5) {
    background-position: 0 0;
  }
}

.insurance_point:nth-child(5) .insurance_point_txt {
  text-align: left;
  padding: 24px 0 24px 80px;
}

@media screen and (max-width: 800px) {
  .insurance_point:nth-child(5) .insurance_point_txt {
    padding: 16px;
  }
}

.insurance_point:nth-child(6) {
  background-image: url("../img/insurance_5.png");
}

@media screen and (max-width: 800px) {
  .insurance_point:nth-child(6) {
    background-position: 0 0;
  }
}

.insurance_point_img {
  width: 45%;
}

@media screen and (max-width: 800px) {
  .insurance_point_img {
    width: 80%;
    margin: 0 auto;
  }
}

.insurance_point_img img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .insurance_point_img img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}

.target {
  padding: 80px 0;
  background-color: #ceeaff;
}

@media screen and (max-width: 1200px) {
  .target {
    padding: 40px 0;
  }
}

@media screen and (max-width: 800px) {
  .target {
    padding: 24px 0;
  }
}

.target .container {
  padding: 0 100px;
}

@media screen and (max-width: 800px) {
  .target .container {
    padding: 0;
  }
}

.target_parts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .target_parts {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.target_part {
  width: 390px;
}

@media screen and (max-width: 800px) {
  .target_part {
    width: 45%;
  }
}

.target_part img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

.target_part h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .target_part h3 {
    font-size: 1.2rem;
  }
}

.reason {
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  .reason {
    padding: 40px 0;
  }
}

@media screen and (max-width: 800px) {
  .reason {
    padding: 24px 0;
  }
}

.reason_accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reason_accordion li {
  width: 500px;
  margin-bottom: 32px;
}

@media screen and (max-width: 800px) {
  .reason_accordion li {
    width: 47%;
  }
}

.reason_accordion li section {
  border: solid 1px #707070;
  border-radius: 30px;
}

@media screen and (max-width: 800px) {
  .reason_accordion li section {
    border-radius: 10px;
  }
}

.reason_accordion li section img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  .reason_accordion li section img {
    margin-bottom: 2.4rem;
  }
}

.reason_accordion li section h3 {
  position: relative;
  cursor: pointer;
  font-size: 2.4rem;
  margin-bottom: 48px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.reason_accordion li section h3 span {
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .reason_accordion li section h3 span {
    font-size: .8rem;
  }
}

.reason_accordion li section h3 span::after {
  display: none;
}

@media screen and (max-width: 800px) {
  .reason_accordion li section h3 {
    font-size: .9rem;
    margin-bottom: 24px;
  }
}

.reason_accordion li section h3::before, .reason_accordion li section h3 ::after {
  position: absolute;
  content: '';
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 24px;
  height: 12px;
}

@media screen and (max-width: 800px) {
  .reason_accordion li section h3::before, .reason_accordion li section h3 ::after {
    width: 12px;
    height: 6px;
  }
}

.reason_accordion li section h3::before {
  bottom: -24px;
  left: calc(50% - 6px);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 800px) {
  .reason_accordion li section h3::before {
    bottom: -12px;
    left: calc(50% - 3px);
  }
}

.reason_accordion li section h3::after {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.reason_accordion li section h3:hover {
  color: #007dcf;
}

.reason_accordion li section .reason_title.close::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.reason_accordion li section .reason_title.close::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.reason_box {
  display: none;
  background: #fff;
  padding: 0 50px 32px;
  border-radius: 0 0 30px 30px;
}

@media screen and (max-width: 800px) {
  .reason_box {
    padding: 0 12px 12px;
  }
}

.reason_box p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}

@media screen and (max-width: 800px) {
  .reason_box p {
    font-size: .9rem;
  }
}

.leave {
  padding: 80px 0;
  background-color: #ceeaff;
}

@media screen and (max-width: 1200px) {
  .leave {
    padding: 40px 0;
  }
}

@media screen and (max-width: 800px) {
  .leave {
    padding: 24px 0;
  }
}

.leave_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.leave_table img {
  width: 100%;
  height: 100%;
  margin-left: 30px;
}

@media screen and (max-width: 800px) {
  .leave_table img:nth-child(1) {
    width: 30px;
    margin-left: 8px;
  }
}

@media screen and (max-width: 800px) {
  .leave_table img {
    width: 80px;
    margin-left: 8px;
  }
}

.point {
  background-color: #007dcf;
}

.point .container {
  padding: 30px 240px;
}

@media screen and (max-width: 1200px) {
  .point .container {
    padding: 24px 16px;
  }
}

.point_area {
  background-color: #fff;
  border-radius: 50px;
  padding: 55px 50px;
}

@media screen and (max-width: 800px) {
  .point_area {
    border-radius: 10px;
    padding: 16px;
  }
}

.point_list {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 40px;
  padding-left: 56px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .point_list {
    font-size: 1.2rem;
    margin-bottom: 24px;
    padding-left: 32px;
  }
}

.point_list::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -12px;
  left: 0px;
}

@media screen and (max-width: 800px) {
  .point_list::before {
    width: 26px;
    height: 26px;
    top: -6px;
  }
}

.point_list:nth-child(1)::before {
  background-image: url("../img/point_01.png");
  background-size: contain;
}

.point_list:nth-child(2)::before {
  background-image: url("../img/point_02.png");
  background-size: contain;
}

.point_list:nth-child(3)::before {
  background-image: url("../img/point_03.png");
  background-size: contain;
}

.point_list:nth-child(4)::before {
  background-image: url("../img/point_04.png");
  background-size: contain;
}

.point_list:nth-child(5) {
  margin-bottom: 0;
}

.point_list:nth-child(5)::before {
  background-image: url("../img/point_05.png");
  background-size: contain;
}

.step {
  padding: 80px 0;
  background-image: url("../img/bg_02.png");
  background-repeat: repeat;
}

@media screen and (max-width: 1200px) {
  .step {
    padding: 40px 0;
  }
}

@media screen and (max-width: 800px) {
  .step {
    padding: 24px 0;
  }
}

.step_parts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.step_part {
  width: 500px;
}

@media screen and (max-width: 800px) {
  .step_part {
    width: 45%;
  }
}

.step_part img {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

@media screen and (max-width: 800px) {
  .step_part img {
    margin-bottom: 8px;
  }
}

.step_part h3 {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 800px) {
  .step_part h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}

.step_part p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: left;
}

@media screen and (max-width: 800px) {
  .step_part p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.flow {
  padding: 80px 0;
  background-color: #ceeaff;
}

@media screen and (max-width: 1200px) {
  .flow {
    padding: 40px 0;
  }
}

@media screen and (max-width: 800px) {
  .flow {
    padding: 24px 0;
  }
}

.flow_inner_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 16px;
  background-color: #fff;
  border: solid 1px #707070;
  border-left: none;
}

@media screen and (max-width: 800px) {
  .flow_inner_item {
    margin-bottom: 8px;
  }
}

.flow_inner_item_steps {
  width: 80px;
  height: 80px;
  background-color: #007dcf;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px #007dcf;
  border-left: none;
}

@media screen and (max-width: 800px) {
  .flow_inner_item_steps {
    width: 32px;
    height: 32px;
  }
}

.flow_inner_item_steps p {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .flow_inner_item_steps p {
    font-size: .5rem;
  }
}

.flow_inner_item_steps h3 {
  font-size: 3.2rem;
  margin-top: 4px;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .flow_inner_item_steps h3 {
    font-size: 1.5rem;
  }
}

.flow_inner_item_desc {
  padding: 28px 0 28px 40px;
}

@media screen and (max-width: 800px) {
  .flow_inner_item_desc {
    padding: 10px 0 10px 20px;
  }
}

.flow_inner_item_desc p {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .flow_inner_item_desc p {
    font-size: 1.2rem;
  }
}

.flow_inner_item_desc p em {
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .flow_inner_item_desc p em {
    font-size: .8rem;
  }
}

.flow_inner_item:nth-child(3) .flow_inner_item_desc, .flow_inner_item:nth-child(2) .flow_inner_item_desc, .flow_inner_item:nth-child(5) .flow_inner_item_desc {
  padding: 16px 0 16px 40px;
}

@media screen and (max-width: 800px) {
  .flow_inner_item:nth-child(3) .flow_inner_item_desc, .flow_inner_item:nth-child(2) .flow_inner_item_desc, .flow_inner_item:nth-child(5) .flow_inner_item_desc {
    padding: 4px 0 4px 20px;
  }
}

.promise {
  background-color: #007dcf;
}

.promise .container {
  padding: 36px 0;
}

@media screen and (max-width: 800px) {
  .promise .container {
    padding: 16px 0;
  }
}

.promise_area {
  background-color: #fff;
  border-radius: 50px;
  padding: 55px 50px;
}

@media screen and (max-width: 800px) {
  .promise_area {
    border-radius: 20px;
    padding: 16px;
  }
}

.promise_area ul {
  margin-left: 75px;
}

@media screen and (max-width: 800px) {
  .promise_area ul {
    margin-left: 35px;
  }
}

.promise_area ul li {
  list-style: disc;
  font-size: 2.4rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 800px) {
  .promise_area ul li {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}

.promise_area ul li em {
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .promise_area ul li em {
    font-size: 0.8rem;
  }
}

.search {
  background-image: url(../img/bg-03.png);
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  .search {
    padding: 40px 0;
  }
}

@media screen and (max-width: 800px) {
  .search {
    padding: 24px 0;
  }
}

.search_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.search_contents div {
  width: 330px;
  margin-bottom: 24px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  .search_contents div {
    width: 48%;
    margin: 0 auto 12px;
  }
}

.search_contents div img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-perspective-origin: center;
          perspective-origin: center;
  border-radius: 10px;
}

@media screen and (max-width: 800px) {
  .search_contents div img {
    margin-bottom: 8px;
    border-radius: 5px;
  }
}

.search_contents div h3 {
  padding-left: 2px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .search_contents div h3 {
    font-size: 1.2rem;
  }
}

.search_contents div h3 em {
  color: #707070;
  font-size: 10px;
  font-weight: normal;
  margin-left: 4px;
}

@media screen and (max-width: 800px) {
  .search_contents div h3 em {
    font-size: 8px;
  }
}

.example {
  background-color: #ceeaff;
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  .example {
    padding: 40px 0;
  }
}

@media screen and (max-width: 800px) {
  .example {
    padding: 24px 0;
  }
}

.example_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.example_contents div {
  position: relative;
  width: 500px;
  margin-bottom: 24px;
}

@media screen and (max-width: 800px) {
  .example_contents div {
    width: 100%;
  }
}

.example_contents div img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  border-radius: 10px;
}

.example_contents div h3 {
  padding-left: 2px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 800px) {
  .example_contents div h3 {
    font-size: 1.6rem;
  }
}

.example_contents div h3 em {
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .example_contents div h3 em {
    font-size: 1.1rem;
  }
}

.example_contents div p {
  position: absolute;
  background-color: #007dcf;
  text-align: right;
  padding: 8px 8px 8px 16px;
  border-radius: 0 10px 0 10px;
  color: #fff;
  font-size: 3.2rem;
  top: 0%;
  right: 0;
}

@media screen and (max-width: 800px) {
  .example_contents div p {
    font-size: 1.6rem;
  }
}

.voice {
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  .voice {
    padding: 40px 0;
  }
}

@media screen and (max-width: 800px) {
  .voice {
    padding: 24px 0;
  }
}

.voice_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.voice_area div {
  width: 300px;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  .voice_area div {
    width: 48%;
    margin-bottom: 20px;
  }
}

.voice_area div img {
  height: 130px;
  width: auto;
  margin: 0 auto 8px;
}

@media screen and (max-width: 800px) {
  .voice_area div img {
    height: 70px;
  }
}

.voice_area div .voice_name {
  color: #007dcf;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 8px;
}

@media screen and (max-width: 800px) {
  .voice_area div .voice_name {
    font-size: .8rem;
    margin-bottom: 4px;
  }
}

.voice_area div .voice_text {
  margin-top: 16px;
  border-top: 4px solid #ff8e41;
  padding-top: 16px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
}

@media screen and (max-width: 800px) {
  .voice_area div .voice_text {
    font-size: 1rem;
    margin-top: 8px;
  }
}

.comment {
  background-color: #ceeaff;
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  .comment {
    padding: 40px 0;
  }
}

@media screen and (max-width: 800px) {
  .comment {
    padding: 24px 0;
  }
}

.comment_part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

@media screen and (max-width: 800px) {
  .comment_part {
    margin-bottom: 24px;
  }
}

.comment_part img {
  width: 180px;
  height: 180px;
  margin-right: 24px;
}

@media screen and (max-width: 800px) {
  .comment_part img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}

.comment_part div {
  padding: 24px 0;
}

@media screen and (max-width: 800px) {
  .comment_part div {
    padding: 12px;
  }
}

.comment_name {
  color: #007dcf;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 8px;
}

@media screen and (max-width: 800px) {
  .comment_name {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.3;
  }
}

.comment_p {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 4px solid #ff8e41;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 800px) {
  .comment_p {
    font-size: 1.2rem;
  }
}

.faq {
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  .faq {
    padding: 40px 0;
  }
}

@media screen and (max-width: 800px) {
  .faq {
    padding: 24px 0;
  }
}

.faq__item {
  margin: 0 auto;
}

.faq__item dt {
  border: 1px solid #CEC9C9;
  border-radius: 8px;
  position: relative;
  min-height: 80px;
  margin-top: 20px;
  padding: 22px 36px;
}

@media screen and (max-width: 800px) {
  .faq__item dt {
    min-height: 40px;
    padding: 10px;
    padding-left: 15px;
    margin-top: 10px;
  }
}

.faq__item dt a {
  font-size: 2.4rem;
  line-height: 2;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .faq__item dt a {
    font-size: 1.2rem;
  }
}

.faq__item dt a .arrow {
  display: inline-block;
  position: absolute;
  right: 18px;
  width: 22px;
  top: calc(50% - 10px);
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 800px) {
  .faq__item dt a .arrow {
    width: 10px;
    right: 10px;
    top: calc(50% - 3px);
  }
}

.faq__item dt a .arrow.active {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__item dd {
  display: block;
}

.faq__q::before {
  content: "Q.";
  color: #007dcf;
  margin-right: 5px;
}

.faq__f {
  max-width: 1056px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 36px;
}

@media screen and (max-width: 800px) {
  .faq__f {
    padding: 16px;
  }
}

.faq__f::before {
  content: "A.";
  color: #ff8e41;
  margin-right: 5px;
}

.contact {
  background-color: #007dcf;
  padding: 80px 0;
}

@media screen and (max-width: 1200px) {
  .contact {
    padding: 40px 0;
  }
}

@media screen and (max-width: 800px) {
  .contact {
    padding: 24px 0;
  }
}

.contact .container .section_title h2 {
  color: #fff;
}

.link_area {
  padding: 50px 0 20px;
}

.link_area .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .link_area .container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.link_area .tempo_btn {
  width: 33.333%;
}

@media screen and (max-width: 800px) {
  .link_area .tempo_btn {
    width: 100%;
    margin: 0 auto 24px;
  }
}

.link_area .sns_btn {
  width: 66.666%;
}

@media screen and (max-width: 800px) {
  .link_area .sns_btn {
    width: 100%;
  }
}

.link_area_zone p {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

.link_area_zone a {
  width: 250px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.link_area_zone a img {
  width: 250px;
  height: auto;
}

.link_area .link_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media screen and (max-width: 800px) {
  .link_area .link_btn {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 auto;
  }
}

.link_area .link_btn a {
  width: 250px;
  height: auto;
}

@media screen and (max-width: 800px) {
  .link_area .link_btn a {
    width: 100%;
    margin: 0 auto 12px;
  }
}

@media screen and (max-width: 800px) {
  .link_area .link_btn a img {
    margin: 0 auto;
  }
}

.thanks {
  background-image: url(../img/bg-03.png);
  padding: 80px 0;
}

@media screen and (max-width: 800px) {
  .thanks {
    padding: 40px 0;
  }
}

.thanks_inner {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 8px -3px #000;
          box-shadow: 0 2px 8px -3px #000;
  padding: 56px 80px;
}

@media screen and (max-width: 800px) {
  .thanks_inner {
    border-radius: 10px;
    padding: 16px;
  }
}

.thanks_inner p {
  margin-bottom: 32px;
}

@media screen and (max-width: 800px) {
  .thanks_inner p {
    margin-bottom: 16px;
  }
}

.thanks_inner img {
  margin-bottom: 32px;
}

@media screen and (max-width: 800px) {
  .thanks_inner img {
    margin-bottom: 16px;
  }
}

.thanks_txt {
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 800px) {
  .thanks_txt {
    font-size: 1.4rem;
  }
}

.thanks_red {
  color: #E04F4F;
}

.sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 32px;
}

.privacy {
  background-image: url(../img/bg-03.png);
  padding: 80px 0;
}

@media screen and (max-width: 800px) {
  .privacy {
    padding: 40px 0;
  }
}

.privacy_inner {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 2px 8px -3px #000;
          box-shadow: 0 2px 8px -3px #000;
  padding: 56px 80px;
}

@media screen and (max-width: 800px) {
  .privacy_inner {
    border-radius: 10px;
    padding: 16px;
  }
}

.privacy_inner p {
  margin-bottom: 32px;
}

@media screen and (max-width: 800px) {
  .privacy_inner p {
    margin-bottom: 16px;
  }
}

.privacy_inner img {
  margin-bottom: 32px;
}

@media screen and (max-width: 800px) {
  .privacy_inner img {
    margin-bottom: 16px;
  }
}

.privacy_txt {
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
  color: #000;
}

@media screen and (max-width: 800px) {
  .privacy_txt {
    font-size: 1.2rem;
  }
}

#fixed_sp {
  display: none;
}

@media screen and (max-width: 800px) {
  #fixed_sp {
    display: block;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 96%;
    z-index: 9999;
    background: #f9f9f9;
    margin-left: -48%;
    border: solid 2px #fff;
    border-bottom: none;
    overflow: hidden;
    border-radius: 6px 6px 0 0;
  }
  #fixed_sp a h2 {
    background: #ff8e41;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    padding: 15px;
    position: relative;
    overflow: hidden;
  }
  #fixed_sp a h2::after {
    content: "";
    width: 200%;
    height: 300%;
    position: absolute;
    left: -130%;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    background: #fff;
    opacity: 0;
    -webkit-animation: btn 4s ease infinite;
            animation: btn 4s ease infinite;
  }
  #fixed_sp a h2 span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4%;
  }
  #fixed_sp a h2 span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #ff8e41;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-left: 1px;
  }
}

.section_title h2 {
  line-height: 1.5 !important;
}

.form {
  font-size: 2.4rem;
  padding: 40px 150px;
  border-radius: 50px;
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  .form {
    font-size: 1.6rem;
    padding: 30px 15px;
    border-radius: 30px;
  }
}

@media screen and (max-width: 800px) {
  .form {
    font-size: 1.2rem;
    padding: 16px;
    border-radius: 20px;
  }
}

.form .checklist {
  width: 440px;
  border: solid 3px #007dcf;
  border-radius: 30px;
  margin: 20px auto 40px;
  padding: 24px 30px;
}

@media screen and (max-width: 800px) {
  .form .checklist {
    width: 95%;
    border: solid 2px #007dcf;
    border-radius: 15px;
    margin: 20px auto 40px;
    padding: 24px 30px;
  }
}

.form .checklist h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .form .checklist h3 {
    font-size: 1.2rem;
  }
}

.form .checklist p {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .form .checklist p {
    font-size: 0.8rem;
    margin-bottom: 16px;
  }
}

.form .checklist ul li {
  color: #E04F4F;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  list-style: inside;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .form .checklist ul li {
    font-size: 1.2rem;
  }
}

.form .checklist_ol {
  list-style: decimal outside;
}

.form .checklist_p {
  color: #000 !important;
  font-size: 1.4rem;
  font-weight: normal !important;
  line-height: 1.5;
  text-align: left !important;
  margin-bottom: 8px !important;
  list-style: decimal outside !important;
  margin-left: 12px;
}

.form .checklist_p strong {
  font-weight: bold;
  color: #E04F4F;
}

.form .wpcf7-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 2.4rem;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form {
    font-size: 1.6rem;
  }
}

.form .wpcf7-form p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form p {
    margin-bottom: 8px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.form .wpcf7-form p .title {
  width: 33.333%;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 16px 0;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form p .title {
    width: 100%;
    font-size: 1.2rem;
    padding: 8px 0;
  }
}

.form .wpcf7-form p .title strong {
  background-color: #E04F4F;
  border-radius: 4px;
  padding: 5px 11px;
  font-size: 1.4rem;
  color: #fff;
  margin-left: 10px;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form p .title strong {
    font-size: 1rem;
    border-radius: 2px;
    padding: 4px;
    margin-left: 15px;
  }
}

.form .wpcf7-form p .title .nomust {
  background-color: #00a3f7;
}

.form .wpcf7-form p span {
  width: 66.666%;
  height: 50px;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form p span {
    width: 100%;
  }
}

.form .wpcf7-form p .ajax-loader {
  display: none;
}

.form .wpcf7-form p:nth-child(10) span {
  width: 70%;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form p:nth-child(10) span {
    width: 100%;
  }
}

.form .wpcf7-form p:nth-child(12) {
  margin: 0 auto 32px;
}

.form .wpcf7-form p:nth-child(13) {
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form .wpcf7-form p:nth-child(14) {
  display: block;
  margin: 0 auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form .wpcf7-form p .q3 span {
  width: auto;
}

.form .wpcf7-form p .prefecture {
  width: 73%;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form p .prefecture {
    width: 100%;
  }
}

.form .wpcf7-form p .prefecture span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form .wpcf7-form p .prefecture span span {
  width: auto;
}

.form .wpcf7-form p .prefecture span span span label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form .wpcf7-form .form_txt {
  display: none;
}

@media screen and (max-width: 400px) {
  .form .wpcf7-form .form_txt {
    display: block;
    font-size: 1.2rem;
  }
}

.form .wpcf7-form .wpcf7-form-control-wrap input[type="text"] {
  border: solid 1px #707070;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding: 8px 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form .wpcf7-form-control-wrap input[type="text"] {
    padding: 4px 8px;
    font-size: 1.2rem;
    border-radius: 4px;
  }
}

.form .wpcf7-form .wpcf7-form-control-wrap input[type="url"] {
  border: solid 1px #707070;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding: 8px 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form .wpcf7-form-control-wrap input[type="url"] {
    padding: 4px 8px;
    font-size: 1.2rem;
    border-radius: 4px;
  }
}

.form .wpcf7-form .wpcf7-form-control-wrap input[type="email"] {
  border: solid 1px #707070;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding: 8px 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form .wpcf7-form-control-wrap input[type="email"] {
    padding: 4px 8px;
    font-size: 1.2rem;
    border-radius: 4px;
  }
}

.form .wpcf7-form .wpcf7-form-control-wrap input[type="tel"] {
  border: solid 1px #707070;
  border-radius: 10px;
  width: 100%;
  height: 50px;
  padding: 8px 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form .wpcf7-form-control-wrap input[type="tel"] {
    padding: 4px 8px;
    font-size: 1.2rem;
    border-radius: 4px;
  }
}

.form .wpcf7-form .form_select {
  border: solid 1px #707070;
  border-radius: 10px;
  width: 50%;
  height: 50px;
  padding: 8px 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form .form_select {
    padding: 4px 8px;
    font-size: 1.2rem;
    border-radius: 4px;
  }
}

.form .wpcf7-form .form_radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.form .wpcf7-form .form_textarea {
  height: 80px !important;
}

.form .wpcf7-form input[type="radio"] {
  border: solid 1px #707070;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: auto 0;
  margin-top: 10px;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form input[type="radio"] {
    width: 12px;
    height: 12px;
    margin-top: 18px;
  }
}

.form .wpcf7-form input[type="radio"]:checked {
  background-color: #007dcf;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.form .wpcf7-form .privacy {
  overflow: auto;
  width: 100%;
  height: 100px;
  padding: 5px;
  border: 1px solid #cccccc;
  background-image: none;
  color: #e8e8e8;
  margin-top: 30px;
}

.form .wpcf7-form .privacy p {
  font-size: 1.4rem;
  line-height: 2rem;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form .privacy p {
    width: 100%;
    line-height: 1.6rem;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

.form .wpcf7-form .wpcf7 .ajax-loader {
  display: none !important;
}

.form .wpcf7-form .wpcf7-list-item-label {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  line-height: 50px;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form .wpcf7-list-item-label {
    display: block;
    margin-left: 10px;
    font-size: 1.2rem;
    width: 60%;
  }
}

.form .wpcf7-form input[type="checkbox"] {
  border: solid 1px #cecec9;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 5px;
  margin-top: 14px;
}

.form .wpcf7-form input[type="checkbox"]:checked {
  content: "";
  top: 2px;
  left: 5px;
  width: 20px;
  height: 20px;
  background: url("../img/check.png") no-repeat center;
  background-size: contain;
}

.form .wpcf7-form .wpcf7-checkbox {
  border: none;
}

.form .wpcf7-form input[type="submit"] {
  border-radius: 10px;
  width: 235px;
  height: 50px;
  display: block;
  margin: 0 auto;
  border-radius: 3px;
  background: #ff8e41;
  -webkit-box-shadow: 0 2px 8px -3px #40231080;
          box-shadow: 0 2px 8px -3px #40231080;
  font-family: "游ゴシック", sans-serif;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form input[type="submit"] {
    width: 200px;
    border-radius: 0;
  }
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form input[type="submit"] {
    font-size: 1.4rem;
    line-height: 48px;
  }
}

.form .wpcf7-form .wpcf7-acceptance {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.form .wpcf7-form .wpcf7-acceptance span {
  width: 80%;
}

.form .wpcf7-form .wpcf7-acceptance span label {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form .wpcf7-form .wpcf7-acceptance span label span {
  width: 215px;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form .wpcf7-acceptance span label span {
    width: 160px;
  }
}

.form .wpcf7-form .wpcf7-acceptance span label span a {
  color: #007dcf;
  border-bottom: solid 1px #007dcf;
}

.form .wpcf7-form span .wpcf7-list-item {
  margin-left: 15px;
}

@media screen and (max-width: 800px) {
  .form .wpcf7-form span .wpcf7-list-item {
    margin-left: 10px;
  }
}

.form .wpcf7-form span .wpcf7-list-item label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

footer {
  text-align: center;
  padding-top: 40px;
}

footer img {
  width: 80%;
  max-width: 413px;
  margin: 0 auto;
}

footer p {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: .01em;
}

@media screen and (max-width: 800px) {
  footer p {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: .025em;
  }
}

footer .footer_text {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: .01em;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  footer .footer_text {
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: .025em;
    margin-bottom: 24px;
  }
}

footer_text {
  font-size: 1rem;
  letter-spacing: .01em;
}

@media screen and (max-width: 800px) {
  footer_text {
    font-size: 1.4rem;
    letter-spacing: .025em;
  }
}

footer .c-center {
  background-color: #424E5B;
  padding: 25px;
  margin-top: 80px;
}

footer .c-center p {
  color: #fff;
}

.u-mt80 {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .u-mt80 {
    margin-top: 80px;
  }
}
/*# sourceMappingURL=style.css.map */