@charset "UTF-8";

#wrap {
  margin: 0 auto;
}

.spver {
  display: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/*------------------固定ボタン------------------*/

.upper {
  position: fixed;
  right: 0px;
  bottom: 220px;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0.9;
  z-index: 1000;
}

.upper:hover {
  opacity: 1;
}

.upper img {
  width: 120px;
  z-index: 0;
}

/*------------------固定ボタン------------------*/

/*------------------スライダー------------------*/

.slider_box {
  width: 950px;
  margin: 0 auto;
  overflow-x: scroll;
  white-space: nowrap;
}

/*.slider {
    overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
    white-space: nowrap;

}*/

.slider>div {
  margin: 0 3px;
  display: inline-block;
  width: 32%;
}

/*.scroll::-webkit-scrollbar{height:5px;border-radius: 20px ;}/*バーの太さ*/

/*.scroll::-webkit-scrollbar-track{background:#ffffff;}/*バーの背景色*/

/*.scroll::-webkit-scrollbar-thumb{background:#23c6be; width: 50px}/*バーの色*/

/*スクロールバー全体*/

.scroll::-webkit-scrollbar {
  overflow-x: scroll;
  width: 2px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.scroll::-webkit-scrollbar-thumb {
  width: 0px;
  height: 2px;
  background-color: #23c6be;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*スクロールバーの軌道*/

/*スクロールバーの動く部分*/

/*スクロールバー全体*/

::-webkit-scrollbar {
  overflow-x: scroll;
  width: 2px;
}

/*スクロールバーの軌道*/

::-webkit-scrollbar-track {
  border-radius: 2px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/

::-webkit-scrollbar-thumb {
  width: 10px;
  height: 2px;
  background-color: #23c6be;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*------------------スライダー------------------*/

.check {
  /*★*/
  width: 2.5%;
  padding: 0 1% 1% 0;
}

/* ------------追加修正 -------------------------- */

.pc_none {
  display: none;
}

.mv_wrap {
  position: relative;
}

.mv_wrap .header {
  position: absolute;
  z-index: 500;
  background-color: rgba(52, 58, 72, 0.8);
  width: 100%;
  top: 0;
  color: #fff;
}

.mv_wrap .header div {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 18px 0;
}

.mv_wrap .header div .logo {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  z-index: 500;
}

.mv_wrap .header div h3 {
  font-size: 12px;
  font-weight: bold;
}

.mv_wrap .header div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 9px;
  text-align: right;
}

.mv_wrap .header div dl dt {
  margin-right: 1em;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.mv_wrap .mv {
  font-size: 23px;
  color: #fff;
  z-index: 100;
  padding-top: 100px;
  padding-bottom: 30px;
  text-align: center;
  position: relative;
  font-weight: bold;
}

.mv_wrap .mv h6 {
  font-size: 23px;
  letter-spacing: 0.14em;
  margin-bottom: 0.8em;
}

.mv_wrap .mv .and h4 {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mv_wrap .mv .and h4 strong {
  display: inline-block;
  background-color: #FF6760;
  font-weight: bold;
  font-size: 56px;
  border-radius: 5px;
  padding: 0.3em 0.3em 0.2em;
}

.mv_wrap .mv .and h4 .tate {
  font-size: 38px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin-left: 10px;
}

.mv_wrap .mv .and h4 small {
  font-size: 40px;
  margin-left: 15px;
  margin-right: 15px;
}

.mv_wrap .mv .reason {
  font-size: 15px;
  background-image: url(../img/mv_arrow.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 168px;
  padding-bottom: 15px;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.mv_wrap .mv ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.mv_wrap .mv ul li {
  width: 49%;
}

.mv_wrap .mv ul p {
  background-color: #23C6BE;
  border-radius: 5em;
  padding: 0.5em;
  padding-bottom: 0.3em;
  font-size: 15px;
  letter-spacing: 0.19em;
}

.mv_wrap .mv ul p small {
  font-size: 10px;
  margin-right: 0.5em;
  letter-spacing: 0.04em;
}

.mv_wrap .mv ul h6 {
  font-size: 14px;
  margin-top: 2em;
  margin-bottom: 1em;
  letter-spacing: 0.08em;
}

.mv_wrap .mv ul h5 {
  font-size: 31px;
  font-weight: 900;
  letter-spacing: 0.19em;
  line-height: 1;
}

.mv_wrap .mv ul h5 small {
  font-size: 29px;
  letter-spacing: 0.08em;
}

.mv_wrap .mv ul h5.txt_ttl {
  padding-top: 10px;
}

.mv_wrap .mv .mv_btn {
  margin-top: 36px;
  background-color: #FF6760;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.13em;
}

.mv_wrap .mv .mv_btn strong {
  vertical-align: -3px;
}

.mv_wrap .mv .mv_btn i {
  vertical-align: -1px;
}

.mv_wrap .mv h3 {
  font-size: 15px;
  letter-spacing: 0.15em;
  margin-top: 1em;
}

.mv_wrap .mv_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(52, 58, 72, 0.8);
}

.mv_wrap .mv_bg .item2 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/fv_img_01_pc.png);
  display: none;
}

.mv_wrap .mv_bg .item2:nth-of-type(2) {
  background-image: url(../img/fv_img_02_pc.png);
}

.mv_wrap .mv_bg .item2:nth-of-type(3) {
  background-image: url(../img/fv_img_03_pc.png);
}

.section_cta {
  text-align: center;
}

.section_cta dl dd {
  margin-top: 10px;
}

.section_cta dl dd a {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FF6760;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 0.8em;
}

.section_cta dl dd a i {
  display: inline-block;
  width: 8px;
  vertical-align: 2px;
  margin-left: 10px;
  line-height: 0;
}

.section_cta dl dd a i img {
  max-width: 100%;
  height: auto;
}

.section_cta .area {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.18em;
  margin-top: 1em;
}

.sec01 div.inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.sec01 section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.sec01 section:nth-of-type(n + 2) {
  border-top: 3px solid #F3F7F8;
}

.sec01 h6 {
  display: inline-block;
  background-color: #343A48;
  font-weight: bold;
  font-size: 14px;
  border-radius: 2em;
  color: #fff;
  line-height: 1;
  padding: 0.5em 1em;
}

.sec01 h6 strong {
  font-size: 16px;
}

.sec01 h2 {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0.4em;
}

.sec01 figure {
  text-align: center;
  margin-top: 20px;
}

.sec01 ul {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 556px;
  margin-left: auto;
  margin-right: auto;
  border-top: 2px solid #23C6BE;
  border-bottom: 2px solid #23C6BE;
  padding: 10px 20px;
}

.sec01 ul li {
  font-weight: bold;
  font-size: 17px;
  padding-left: 20px;
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 14px;
  letter-spacing: 0.08em;
  text-align: left;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.sec01 p {
  margin-top: 30px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}

.sec01 p.sp_txt {
  display: none;
}

.sec01 p span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 200, 198, 0)), color-stop(1%, rgba(255, 200, 198, 0)), color-stop(50%, rgba(255, 200, 198, 0)), color-stop(51%, rgba(255, 200, 198, 0)), color-stop(52%, #ffc8c6), to(#ffc8c6));
  background: -webkit-linear-gradient(top, rgba(255, 200, 198, 0) 0%, rgba(255, 200, 198, 0) 1%, rgba(255, 200, 198, 0) 50%, rgba(255, 200, 198, 0) 51%, #ffc8c6 52%, #ffc8c6 100%);
  background: linear-gradient(to bottom, rgba(255, 200, 198, 0) 0%, rgba(255, 200, 198, 0) 1%, rgba(255, 200, 198, 0) 50%, rgba(255, 200, 198, 0) 51%, #ffc8c6 52%, #ffc8c6 100%);
}

.sec01 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 30px;
}

.sec01 ol li {
  width: 15%;
}

.sec01 ol li strong {
  display: block;
  color: #fff;
  background-color: #23C6BE;
  padding: 0.5em 0;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
}

.sec01 ol li img {
  margin-top: -1px;
}

.sec01 section:nth-of-type(2) ul li {
  width: 100%;
}

.sided_btn {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 20vh;
}

.sp_sided_btn {
  display: none;
}

.section_03 {
  background-color: #F3F7F8;
  padding-bottom: 50px;
  padding-top: 50px;
}

.section_03 h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #343a48;
}

.section_03 .sliders {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
}

.section_03 .sliders .sliders_wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section_03 .sliders section {
  background-color: #fff;
  padding: 18px;
  border-radius: 5px;
  width: 338px;
  margin-left: 2%;
}

.section_03 .sliders section:nth-of-type(n + 2) {
  margin-left: 2%;
}

.section_03 .sliders section h6 {
  color: #23C6BE;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  margin-top: 1em;
  font-size: 18px;
  letter-spacing: 0.11em;
  margin-bottom: 0.5em;
}

.section_03 .sliders section p {
  font-weight: 500;
  font-size: 14px;
  text-align: justify;
  line-height: 1.6;
  letter-spacing: 0.08em;
}

.section_03 .sliders .mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-bottom: 40px;
}

.section_03 .sliders .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  margin: auto;
  background-color: #fff;
  height: 13px;
}

.section_03 .sliders .mCSB_scrollTools .mCSB_draggerContainer {
  width: 95%;
  margin: auto;
}

.section_03 .sliders .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 116px;
}

.section_03 .sliders .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 13px;
  z-index: 10;
  background-color: #23C6BE;
  margin: auto;
}

.section_04 {
  background-image: url("../img/sec04_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section_04 h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}

.section_04 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_04 section {
  background-color: #fff;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  padding: 28px;
}

.section_04 section>p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 1.5em;
}

.section_04 section>p strong {
  font-size: 18px;
  display: block;
  color: #FF6760;
}

.section_04 section div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_04 section .hyouka {
  width: 23%;
  margin-top: 355px;
}

.section_04 section .hyouka li {
  background-color: #23C6BE;
  border-radius: 10px 0px 0px 10px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.12em;
  font-weight: bold;
  height: 85px;
  position: relative;
  margin-bottom: 8px;
}

.section_04 section .hyouka li:nth-of-type(1) {
  height: 100px;
}

.section_04 section .hyouka li span {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.section_04 section article {
  font-weight: bold;
  width: 37%;
  border-radius: 5px;
  background-color: #F3F7F8;
  padding: 35px;
}

.section_04 section article.cow {
  color: #23C6BE;
  background-color: rgba(46, 198, 190, 0.1);
  margin-right: 3%;
}

.section_04 section article.cow p {
  color: #414141;
}

.section_04 section article.cow ul {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_04 section article.cow ul li:nth-of-type(4) {
  letter-spacing: 0.03em;
}

.section_04 section article.ant h6 {
  padding-top: 0.4em;
  padding-bottom: 0.2em;
  height: 40px;
}

.section_04 section article.ant ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 2px solid #343A48;
}

.section_04 section article.ant ul li {
  margin-left: 2em;
}

.section_04 section article.ant ul li:nth-of-type(1),
.section_04 section article.ant ul li:nth-of-type(3) {
  margin-left: 0;
}

.section_04 section article.ant h5 {
  border-top: 2px solid #343A48;
}

.section_04 section article.ant h5.price {
  padding-top: calc(21px + 0.85em);
}

.section_04 section article.ant p {
  border-top: 2px solid #343A48;
}

.section_04 section article h6 {
  font-size: 22px;
  text-align: center;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.section_04 section article figure {
  margin-top: 40px;
  margin-bottom: 40px;
  height: 198px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.section_04 section article figure img {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.section_04 section article ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 2px solid #23C6BE;
  padding-top: 21px;
  padding-bottom: 11px;
  padding-left: 5px;
  padding-right: 5px;
}

.section_04 section article ul li {
  padding-left: 20px;
  background-image: url(../img/check.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 18px;
  margin-bottom: 10px;
}

.section_04 section article h5 {
  border-top: 2px solid #23C6BE;
  padding-top: 21px;
  padding-bottom: 21px;
  height: 91px;
}

.section_04 section article p {
  font-weight: 500;
  padding-top: 21px;
  border-top: 2px solid #23C6BE;
  text-align: left;
}

.section_04 .section_cta {
  background-color: inherit;
  max-width: none;
  padding-top: 50px;
  padding-bottom: 0;
}

.section_04 .section_cta .inner,
.section_04 .section_cta dl,
.section_04 .section_cta .area {
  width: 100%;
}

.section_05 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section_05 .section_cta {
  padding-bottom: 50px;
}

.section_05 h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: bold;
  color: #23c6be;
}

.section_05 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.section_05 ul li {
  width: 49%;
  margin-bottom: 2%;
  border: 3px solid #F3F7F8;
  position: relative;
  padding: 30px;
}

.section_05 ul li h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}

.section_05 ul li h6 small {
  font-size: 15px;
  color: #23C6BE;
  display: block;
  text-align: left;
}

.section_05 ul li i {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 54px;
}

.section_05 ul li p {
  font-weight: 500;
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-align: justify;
}

.section_05 ul li p small {
  display: block;
  margin-top: 15px;
  font-size: 10px;
}

.section_05 ul li figure {
  margin-top: 15px;
}

.section_05 ul li:last-of-type figure {
  margin-top: 46px;
}

.section_06 {
  background-image: url("../img/sec06_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section_06 .section_06_text01 {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: bold;
  color: #343a48;
  letter-spacing: 0.12em;
}

.section_06 ol {
  position: relative;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.section_06 ol::before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: 40px;
  width: 5px;
  top: 0;
  bottom: 0;
  background-color: #23C6BE;
}

.section_06 ol li {
  margin-bottom: 50px;
  position: relative;
  text-align: left;
}

.section_06 ol li div {
  position: relative;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
}

.section_06 ol li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  mix-blend-mode: multiply;
  border-radius: 10px;
  bottom: -5px;
}

.section_06 ol li h6 {
  font-size: 18px;
  font-weight: bold;
}

.section_06 ol li h6 i {
  width: 45px;
  vertical-align: 3px;
  display: inline-block;
  line-height: 0;
  margin-right: 20px;
}

.section_06 ol li p {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 1em;
}

.section_06 ol li figure {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  display: block;
}

.section_06 ol li figure img {
  width: auto;
  height: 100%;
}

.section_06 ol li.short {
  width: 80%;
  margin-left: auto;
}

.section_06 ol li.short h6 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section_07 {
  text-align: center;
  background-color: #f3f7f8;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section_07 .inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.section_07 .inner .pc_none {
  padding-top: 16px;
  padding-bottom: 12px;
}

.section_07 h5 {
  margin-bottom: 50px;
}

.section_07 h4 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 50px;
  letter-spacing: 0.15em;
}

.section_07 dl dd {
  margin-top: 10px;
}

.section_07 dl dd a {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FF6760;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 0.8em;
}

.section_07 dl dd a i {
  display: inline-block;
  width: 8px;
  vertical-align: 2px;
  margin-left: 10px;
  line-height: 0;
}

.section_07 dl dd a i img {
  max-width: 100%;
  height: auto;
}

.section_07 .area {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.18em;
  margin-top: 1em;
}

.section_07 .service {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section_07 .service span {
  text-align: left;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
}

.section_07 .service i {
  display: block;
  width: 50px;
  margin-right: 20px;
}

.section_07 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #A3B7B6;
  font-weight: 500;
}

.section_07 ul li {
  font-size: 15px;
  letter-spacing: 0.15em;
  margin-left: 2.5em;
  margin-right: 2.5em;
}

@media only screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }

  .mv_wrap .header div {
    padding: 4%;
    display: block;
  }

  .mv_wrap .header div h3 {
    font-size: 10px;
    text-align: center;
    margin-bottom: 1em;
    letter-spacing: 0.08em;
  }

  .mv_wrap .header div dl {
    display: none;
  }

  .mv_wrap .mv {
    padding: 8% 4%;
  }

  .mv_wrap .mv h6 {
    font-size: 20px;
  }

  .mv_wrap .mv .mv_txt_wrap {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 6%;
  }

  .mv_wrap .mv .and {
    background-color: #23C6BE;
  }

  .mv_wrap .mv .and h4 {
    padding: 10px;
  }

  .mv_wrap .mv .and h4 strong {
    font-size: 30px;
  }

  .mv_wrap .mv .and h4 .tate {
    font-size: 16px;
    margin-left: 2px;
  }

  .mv_wrap .mv .and h4 small {
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .mv_wrap .mv .reason {
    margin-top: 0;
    background-position: center top;
    background-image: url(../img/mv_arrow_sp.png);
    background-size: 100% 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 10em;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    padding-top: 4px;
  }

  .mv_wrap .mv ul {
    display: block;
  }

  .mv_wrap .mv ul li {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .mv_wrap .mv ul li:nth-of-type(n + 2) {
    margin-top: 10%;
  }

  .mv_wrap .mv ul p {
    display: inline-block;
    padding-left: 2em;
    padding-right: 2em;
    background-color: #343A48;
  }

  .mv_wrap .mv ul p small {
    display: none;
  }

  .mv_wrap .mv ul h6 {
    color: #606060;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 12px;
    display: inline-block;
  }

  .mv_wrap .mv ul h6:nth-child(2) {
    border-bottom: 3px solid #FF6760;
  }

  .mv_wrap .mv ul h5 {
    color: #23C6BE;
  }

  .mv_wrap .mv ul h5.txt_ttl {
    padding-top: 0;
  }

  .mv_wrap .mv ul h5 img {
    width: 178px;
  }

  .mv_wrap .mv .mv_btn {
    position: relative;
    padding-left: 100px;
    display: block;
  }

  .mv_wrap .mv .mv_btn span {
    position: absolute;
    width: 90px;
    top: -20px;
    left: 10px;
  }

  .mv_wrap .mv h3 {
    margin-top: 0.5em;
    margin-left: auto;
    text-align: right;
    font-size: 10px;
    padding-right: 1em;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: scale(80%);
    transform: scale(80%);
  }

  .mv_wrap .mv_bg .item2 {
    background-image: url(../img/fv_img_01_sp.png);
  }

  .mv_wrap .mv_bg .item2:nth-of-type(2) {
    background-image: url(../img/fv_img_02_sp.png);
  }

  .mv_wrap .mv_bg .item2:nth-of-type(3) {
    background-image: url(../img/fv_img_03_sp.png);
  }

  .section_cta dl {
    display: none;
  }

  .section_cta .area {
    display: none;
  }

  .sec01 {
    padding-bottom: 50px;
  }

  .sec01 div.inner {
    width: 92%;
  }

  .sec01 section:nth-of-type(n + 2) {
    border: none;
    padding-top: 40px;
  }

  .sec01 section {
    padding-bottom: 0;
  }

  .sec01 h2 {
    font-size: 24px;
  }

  .sec01 h2 span {
    display: none;
  }

  .sec01 ul {
    border: 2px solid #EBEFEF;
    border-radius: 10px;
    padding: 4%;
    display: block;
  }

  .sec01 ul li {
    display: block;
    font-size: 14px;
    letter-spacing: 0.03em;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
  }

  .sec01 ul li small {
    display: block;
    font-size: 10px;
  }

  .sec01 p {
    font-size: 12px;
    margin-top: 10px;
  }

  .sec01 p.pc_txt {
    display: none;
  }

  .sec01 p.sp_txt {
    display: block;
  }

  .sec01 p small {
    font-size: 10px;
    letter-spacing: 0;
  }

  .sec01 p+figure {
    margin-top: 10px;
  }

  .sec01 ol {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sec01 ol li {
    width: 32%;
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 2%;
  }

  .sided_btn {
    display: none;
  }

  .sp_sided_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 9000;
  }

  .sp_sided_btn img {
    width: 100%;
  }

  .section_03 h2 {
    font-size: 22px;
  }

  .section_03 .sliders {
    padding-left: 4%;
    padding-right: 4%;
  }

  .section_03 .sliders section {
    margin-left: 0;
    width: 320px;
  }

  .section_03 .sliders .mCSB_scrollTools .mCSB_draggerContainer {
    width: 100%;
  }

  .section_04 {
    padding-left: 4%;
    padding-right: 4%;
    background-image: url("../img/sec04_bg_sp.png");
  }

  .section_04 h2 {
    font-size: 22px;
  }

  .section_04 section {
    padding: 4%;
  }

  .section_04 section>p {
    display: none;
  }

  .section_04 section .hyouka {
    display: none;
  }

  .section_04 section article {
    width: 100%;
    padding: 4%;
    background-color: #fff;
  }

  .section_04 section article.cow {
    background-color: #fff;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .section_04 section article.ant {
    border: 2px dotted #343A48;
    margin-top: 20px;
  }

  .section_04 section article.ant h6 {
    height: auto;
    font-size: 20px;
  }

  .section_04 section article.ant figure {
    width: 30%;
  }

  .section_04 section article.ant ul {
    border: none;
  }

  .section_04 section article.ant ul li {
    margin-left: 1em;
    background-image: url(../img/check_bk.png);
  }

  .section_04 section article.ant h5 {
    border: none;
  }

  .section_04 section article.ant h5 span {
    background-color: #343A48;
  }

  .section_04 section article.ant h5.price {
    padding-top: 0;
  }

  .section_04 section article.ant p {
    border: none;
    text-align: justify;
  }

  .section_04 section article h6 {
    height: auto;
  }

  .section_04 section article h6 img {
    width: 70%;
  }

  .section_04 section article h6.pc_none.ttl {
    display: inline-block;
    color: #fff;
    background-color: #343A48;
    font-size: 16px;
    margin-top: 0;
    border-radius: 2em;
    padding: 0.5em 1em;
    margin-top: 10px;
  }

  .section_04 section article figure {
    height: auto;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .section_04 section article figure img {
    position: relative;
    bottom: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
  }

  .section_04 section article ul {
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0%;
    padding-top: 10px;
  }

  .section_04 section article ul li {
    font-size: 17px;
  }

  .section_04 section article h5 {
    height: auto;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 2%;
  }

  .section_04 section article h5 span {
    color: #fff;
    width: 28%;
    background-color: #23C6BE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section_04 section article h5 strong {
    width: 70%;
    padding: 1em 0;
    background-color: #EBEFEF;
  }

  .section_04 section article p {
    font-size: 14px;
    border: none;
  }

  .section_05 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .section_05 h2 {
    font-size: 22px;
  }

  .section_05 ul {
    border: 3px solid #F3F7F8;
    border-radius: 10px;
  }

  .section_05 ul li {
    padding: 8%;
    width: 100%;
    margin-bottom: 0;
    border: none;
  }

  .section_05 ul li:nth-of-type(n + 2) {
    border-top: 3px solid #F3F7F8;
  }

  .section_05 ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .section_05 ul li:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .section_05 ul li:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .section_05 ul li:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .section_05 ul li h6 {
    font-size: 18px;
    margin-bottom: 0.5em;
  }

  .section_05 ul li h6 small {
    font-size: 13px;
    margin-bottom: 0.5em;
  }

  .section_05 ul li i {
    right: 4%;
    top: 4%;
  }

  .section_05 ul li:last-of-type figure {
    margin-top: 15px;
  }

  .section_06 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .section_06 .section_06_text01 {
    font-size: 22px;
  }

  .section_06 ol li:last-of-type {
    margin-bottom: 0;
  }

  .section_06 ol li h6 {
    font-size: 16px;
  }

  .section_06 ol li h6.two_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.4;
  }

  .section_06 ol li h6.two_line span {
    padding-top: 0.1em;
  }

  .section_07 {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 18vw;
  }

  .section_07 h5 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .section_07 h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .section_07 dl {
    display: none;
  }

  .section_07 .area {
    display: none;
  }

  .section_07 .service {
    margin-top: 20px;
  }

  .section_07 .service span {
    font-size: 10px;
    letter-spacing: 0;
  }

  .section_07 ul {
    margin-top: 20px;
    padding-top: 20px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .section_07 ul li {
    font-size: 12px;
    margin: 0;
  }
}

@media only screen and (max-width: 600px) {
  .mv_wrap .header {
    position: relative;
  }

  .mv_wrap .header div .logo {
    position: relative;
    bottom: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
