@charset "UTF-8";
/* ------------------------------

 Reset Stylesheet
 Version: 1.0.1

------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

/* IE10以降游ゴシックオフ */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

ol,
ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

address {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .2s, background-color .2s;
  transition: color .2s, background-color .2s;
}

a img {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

/* クリアフィックス */
.clearfix {
  zoom: 1;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.cl {
  clear: both;
}

/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

.lb-number {
  display: none !important;
}

@media (prefers-reduced-motion: reduce) {
  .slide_area, .swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide img,
  .slide_area2, .swiper-container2 {
    -webkit-transition-duration: 100ms !important;
            transition-duration: 100ms !important;
  }
}

/* ------------------------------
   Setting
------------------------------ */
/* ===================================================================
  共通
===================================================================*/
body {
  color: #111111;
  overflow-x: hidden;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: .1rem;
  height: 100%;
  background: #FFF url(../img/bg.jpg) repeat center top;
  background-size: auto;
  font-size: 36px;
  font-size: 4.8vw;
}

/* スマホ画面で非表示 */
.sp_none {
  display: none !important;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  body {
    font-size: 16px;
  }
  .sp_none {
    display: block !important;
  }
  .pc_none {
    display: none !important;
  }
  a, a img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/* -------------------- 
  margin
-------------------- */
.mb4 {
  margin-bottom: 4rem;
}

/* -------------------- 
  texr align
-------------------- */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

/* -------------------- 
  font
-------------------- */
.fwb {
  font-weight: bold !important;
}

.fsz18-14 {
  font-size: 18px;
  font-size: 2.4vw;
}

.fcp {
  color: #fc4c9f;
}

.fcr {
  color: #c83426;
}

.fcg {
  color: #fc4c9f;
}

.fcpur {
  color: #7b6acf;
}

.mark.active {
  background-position: 0 .1em;
}

.mark {
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: 100% .1em;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.mark.pi {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fddae8), color-stop(30%, #fddae8));
  background: linear-gradient(transparent 60%, #fddae8 60%, #fddae8 30%);
}

.mark.yell {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff36e), color-stop(30%, #fff36e));
  background: linear-gradient(transparent 60%, #fff36e 60%, #fff36e 30%);
}

/* -------------------- 
  Flex
-------------------- */
/* SPではColmn */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* SPでもrow */
.flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* 縦横中央 */
.fl_c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .fsz18-14 {
    font-size: 14px;
  }
}

/* -------------------- 
   Header
-------------------- */
.Header ul {
  width: 100%;
  padding: 1% 2% 0;
}

.Header ul li {
  width: 33.33333%;
  /* 未対応ブラウザ用フォールバック */
  width: calc(100% / 3);
  padding: 0 2%;
}

.Header ul .logo {
  padding: 0;
}

.Header h1 {
  text-align: center;
  background: #ff916a;
  color: #FFF;
  font-weight: 700;
  letter-spacing: .2%;
  font-size: 30px;
  font-size: 4vw;
  padding: 1.4% 0;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  .Header ul {
    max-width: 564px;
    margin: 0 auto;
    padding: 0;
  }
  .Header h1 {
    font-size: 24px;
    letter-spacing: .4rem;
    padding: 1rem 0;
  }
}

/* -------------------- 
   Footer
-------------------- */
.page_Footer {
  background: #FFF;
  margin-top: 10%;
  padding-bottom: 20%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-size: 1.86667vw;
  text-align: center;
  color: #B5B5B6;
  font-weight: bold;
}

.page_Footer .foot_p_top {
  border-bottom: 1px solid #B5B5B6;
  padding: 2% 0;
}

.page_Footer .foot_p_top a {
  display: block;
  width: 30%;
  margin: 0 auto;
}

.page_Footer .foot_pri {
  width: 50%;
  margin: 0 auto;
  padding: 4% 0;
}

.page_Footer .foot_logo {
  width: 50%;
  margin: 0 auto;
  padding: 4% 0 0;
}

.page_Footer .foot_copy {
  width: 100%;
  padding: 2% 1%;
}

.page_Footer .foot_menu {
  color: #111111;
  font-weight: normal;
  padding-top: 1%;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  .page_Footer {
    font-size: 14px;
    margin-top: 0;
    padding-bottom: 9rem;
  }
  .page_Footer .foot_pri_wrap {
    max-width: 800px;
    width: 70%;
    float: right;
  }
  .page_Footer .foot_p_top {
    position: relative;
    padding: 2% 0;
  }
  .page_Footer .foot_p_top a {
    display: block;
    width: 30%;
    max-width: 160px;
    margin-left: 70%;
    float: right;
    padding-right: 1rem;
  }
  .page_Footer .foot_logo {
    width: 100%;
    padding: 6rem 0 0 0;
  }
  .page_Footer .foot_logo img {
    max-width: 250px;
    margin: 0 auto;
  }
  .page_Footer .foot_pri {
    width: 20%;
    max-width: 300px;
    margin-top: 4rem;
    right: 0;
    position: absolute;
  }
}

/* -------------------- 
   Cta_fix
-------------------- */
#Cta_fix {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 20;
  padding: 0 4%;
  -webkit-animation: yureru-j3 2s infinite;
          animation: yureru-j3 2s infinite;
}

@-webkit-keyframes yureru-j3 {
  0% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  5% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  10% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  15% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  20% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  25% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes yureru-j3 {
  0% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  5% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  10% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  15% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  20% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  25% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  #Cta_fix {
    max-width: 486px;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0%;
    z-index: 20;
    padding: 0 1rem;
  }
}

/* -------------------- 
   Main
-------------------- */
.Main {
  width: 100%;
  position: relative;
  background: url(../img/fv_bg.jpg) no-repeat 17% top;
  background-size: cover;
  padding-bottom: 90%;
  overflow: hidden;
}

.Main::before {
  background: url(../img/fv_sp.png) no-repeat center top;
  background-size: 100%;
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  bottom: -1%;
}

.Main::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, white, rgba(255, 255, 255, 0) 100%);
}

.Main .main_cta {
  position: absolute;
  padding: 0 4%;
  bottom: 7%;
  left: 0;
  z-index: 3;
  -webkit-animation: yureru-j 2s infinite;
          animation: yureru-j 2s infinite;
}

.Main .main_cta_ballon {
  width: 28%;
  max-width: 230px;
  position: absolute;
  bottom: 30%;
  left: 9%;
  z-index: 4;
}

.Main .main_note {
  padding: 0 12%;
  position: absolute;
  bottom: 2%;
  z-index: 3;
}

@-webkit-keyframes yureru-j {
  0% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  5% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  10% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  15% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  20% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  25% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes yureru-j {
  0% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  5% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  10% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  15% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  20% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  25% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  30% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  .Main {
    height: 820px;
    padding-bottom: 0;
    background: url(../img/fv_bg.jpg) no-repeat center top;
    background-size: 100%;
  }
  .Main::before {
    background: url(../img/fv_pc.png) no-repeat center top;
    background-size: 100%;
    display: block;
    content: "";
    position: absolute;
    width: 90%;
    max-width: 1100px;
    bottom: -5%;
  }
  .Main::after {
    bottom: 2%;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(15%, rgba(255, 255, 255, 0.7)), color-stop(35%, rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(0deg, white 0, rgba(255, 255, 255, 0.7) 15%, rgba(255, 255, 255, 0.3) 35%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  }
  .Main .main_cta {
    max-width: none;
    width: 780px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5%;
    padding: 0;
  }
  .Main .main_cta_pc {
    position: absolute;
    max-width: none;
    width: 800px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5%;
    padding: 0 0 10%;
    z-index: 5;
  }
  .Main .main_cta_pc a {
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
  }
  .Main .main_cta_ballon {
    position: relative;
    max-width: 860px;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }
  .Main .main_cta_ballon img {
    position: absolute;
    width: 31%;
    max-width: 322px;
    bottom: 25%;
    left: 4%;
  }
  .Main .main_note {
    padding: .6rem 0 2rem;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../img/bg.jpg) repeat center top;
    background-size: auto;
  }
  @-webkit-keyframes yureru-j {
    0% {
      -webkit-transform: translate(-50%, 3px);
              transform: translate(-50%, 3px);
    }
    5% {
      -webkit-transform: translate(-50%, -3px);
              transform: translate(-50%, -3px);
    }
    10% {
      -webkit-transform: translate(-50%, 3px);
              transform: translate(-50%, 3px);
    }
    15% {
      -webkit-transform: translate(-50%, -3px);
              transform: translate(-50%, -3px);
    }
    20% {
      -webkit-transform: translate(-50%, 3px);
              transform: translate(-50%, 3px);
    }
    25% {
      -webkit-transform: translate(-50%, -3px);
              transform: translate(-50%, -3px);
    }
    30% {
      -webkit-transform: translate(-50%, 0px);
              transform: translate(-50%, 0px);
    }
  }
  @keyframes yureru-j {
    0% {
      -webkit-transform: translate(-50%, 3px);
              transform: translate(-50%, 3px);
    }
    5% {
      -webkit-transform: translate(-50%, -3px);
              transform: translate(-50%, -3px);
    }
    10% {
      -webkit-transform: translate(-50%, 3px);
              transform: translate(-50%, 3px);
    }
    15% {
      -webkit-transform: translate(-50%, -3px);
              transform: translate(-50%, -3px);
    }
    20% {
      -webkit-transform: translate(-50%, 3px);
              transform: translate(-50%, 3px);
    }
    25% {
      -webkit-transform: translate(-50%, -3px);
              transform: translate(-50%, -3px);
    }
    30% {
      -webkit-transform: translate(-50%, 0px);
              transform: translate(-50%, 0px);
    }
  }
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) and (max-width: 1239px) {
  .Main {
    height: auto;
    padding-bottom: 68%;
    background-size: cover;
  }
  .Main .main_cta_pc {
    width: 66%;
    bottom: 6%;
    padding: 0 0 13%;
  }
  .Main .main_cta {
    width: 66%;
    bottom: 6%;
    padding: 0;
  }
  .Main .main_cta_ballon {
    max-width: 100%;
    position: absolute;
    width: 70%;
    height: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .Main .main_cta_ballon img {
    width: 31%;
    max-width: 284px;
    bottom: 25%;
    left: 4%;
  }
}

/* -------------------- 
  sec_wrap
-------------------- */
.sec_wrap {
  padding: 0 2%;
}

.sec_wrap02 {
  padding: 0 2%;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  .sec_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .sec_wrap02 {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 2rem;
  }
}

/* -------------------- 
  sec_01
-------------------- */
#sec_01 {
  background: url(../img/sec01_bg.jpg) no-repeat center center;
  background-size: cover;
}

#sec_01 .sec_01__inner {
  padding: 4% 2%;
}

#sec_01 .sec_01__inner div {
  margin-top: 3%;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  #sec_01 .sec_01__inner {
    padding: 3.4rem 2rem 2.4rem;
  }
  #sec_01 .sec_01__inner div {
    margin-top: 2rem;
  }
}

/* -------------------- 
  sec_04
-------------------- */
#sec_04 {
  background: #e7fbff;
  padding-bottom: 1%;
}

#sec_04 .sec_04__ttl_wrap .sec_04__ttl_inn02 {
  padding: 0 4%;
}

#sec_04 .sec_04__ttl02_wrap {
  padding: 0 6%;
}

#sec_04 .sec_04__slide_wrap {
  overflow: hidden;
  width: 100%;
  margin-bottom: 8%;
}

#sec_04 .swiper-container3,
#sec_04 .swiper-container4 {
  padding-top: 4%;
  margin-top: -4%;
}

#sec_04 .slider_area3,
#sec_04 .slider_area4 {
  margin-top: 12%;
  text-align: center;
  position: relative;
}

#sec_04 .slider_area3 img,
#sec_04 .slider_area4 img {
  display: block;
}

#sec_04 .slider_area3 .swiper-slide,
#sec_04 .slider_area4 .swiper-slide {
  height: auto;
}

#sec_04 .slider_area3 figcaption,
#sec_04 .slider_area4 figcaption {
  padding: 4% 8%;
  text-align: left;
  font-size: 34px;
  font-size: 4.53333vw;
  background: #FFF;
  border-radius: 0 0 .6rem .6rem;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  height: 100%;
  margin-bottom: 8px;
}

#sec_04 .slider_area3 figure img,
#sec_04 .slider_area4 figure img {
  border-radius: .6rem .6rem 0 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

#sec_04 .slider_area3 figcaption img,
#sec_04 .slider_area4 figcaption img {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#sec_04 .slider_area3 .txt,
#sec_04 .slider_area4 .txt {
  border-bottom: 1px dotted #B5B5B6;
  padding-bottom: 6%;
  margin: 0 0 6% 0;
  display: block;
}

#sec_04 .slider_area3 .txt img,
#sec_04 .slider_area4 .txt img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#sec_04 .slider_area3 figure,
#sec_04 .slider_area4 figure {
  padding: 0 4%;
}

#sec_04 .slider_area4 figure {
  height: auto;
}

#sec_04 .slider_area4 {
  margin-top: 4%;
}

#sec_04 .slider_area4 figcaption {
  padding: 4% 8%;
  text-align: center;
}

#sec_04 .swiper-button-prev3,
#sec_04 .swiper-button-prev4 {
  position: absolute;
  background: url(../img/arrow_l_bl_sp.png) no-repeat center center;
  background-size: 100%;
  left: 0;
  top: 26vw;
  width: 10%;
  height: 20%;
  z-index: 10;
}

#sec_04 .swiper-button-next3,
#sec_04 .swiper-button-next4 {
  position: absolute;
  background: url(../img/arrow_r_bl_sp.png) no-repeat center center;
  background-size: 100%;
  right: 0;
  top: 26vw;
  width: 10%;
  height: 20%;
  z-index: 10;
}

#sec_04 .swiper-button-prev3.swiper-button-disabled,
#sec_04 .swiper-button-next3.swiper-button-disabled {
  opacity: 0.5;
}

#sec_04 .swiper-slide3,
#sec_04 .swiper-slide4 {
  position: relative;
}

#sec_04 .glass {
  width: 12%;
  position: absolute;
  left: 1%;
  top: -4%;
}

#sec_04 .ballon {
  width: 30%;
  position: absolute;
  right: 1%;
  top: -10vw;
}

#sec_04 .toku {
  width: 17%;
  position: absolute;
  left: 1%;
  top: 46vw;
}

#sec_04 .sec_04__plus {
  padding: 0 4%;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  #sec_04 {
    margin-bottom: 4em;
    margin-bottom: 0;
  }
  #sec_04 .sec_04__ttl_wrap {
    width: 100%;
  }
  #sec_04 .sec_04__ttl_wrap .sec_04__ttl_inn {
    width: 100%;
    background: #60b8f6;
    position: relative;
    height: 157px;
  }
  #sec_04 .sec_04__ttl_wrap .sec_04__ttl_inn img {
    width: 1000px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #sec_04 .sec_04__ttl_wrap .sec_04__ttl_inn02 {
    max-width: 1200px;
    margin: 3rem auto 0;
    padding: 0 8%;
  }
  #sec_04 .sec_04__ttl02_wrap {
    max-width: 1000px;
    margin: 0 auto 4rem;
    padding: 0 8%;
  }
  #sec_04 .sec_04__slide_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 10rem;
    background: url(../img/sec04_bg_blue.jpg) no-repeat center top;
    background-size: cover;
    padding: 2rem 0 6rem;
    margin-bottom: 6rem;
  }
  #sec_04 .swiper-slide {
    height: 100%;
  }
  #sec_04 .slider_area4 figure {
    height: auto;
  }
  #sec_04 .slider_area3 img {
    padding: 0;
    margin: 0;
  }
  #sec_04 .slider_area3 figcaption {
    padding: 3rem 4rem;
    background: #FFF;
    border-radius: 0 0 1.2rem 1.2rem;
    font-size: 20px;
  }
  #sec_04 .slider_area3 .txt {
    padding-bottom: 2rem;
    margin: 0 0 2rem 0;
  }
  #sec_04 .slider_area3 .txt img {
    margin: 0 auto;
  }
  #sec_04 .slider_area3 .txt img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #sec_04 .slider_area3 figure {
    max-width: 710px;
    padding: 0 0;
    margin: 0 14rem;
  }
  #sec_04 .slider_area3 figure img {
    border-radius: 1.2rem 1.2rem 0 0;
  }
  #sec_04 .swiper-button-prev3 {
    background: url(../img/arrow_l_bl_pc.png) no-repeat center center;
    background-size: 100%;
    left: 10rem;
    top: 38%;
    width: 93px;
    height: 96px;
  }
  #sec_04 .swiper-button-next3 {
    background: url(../img/arrow_r_bl_pc.png) no-repeat center center;
    background-size: 100%;
    right: 10rem;
    top: 38%;
    width: 93px;
    height: 96px;
  }
  #sec_04 .glass {
    max-width: 84px;
    position: absolute;
    left: 13rem;
    top: -3rem;
  }
  #sec_04 .ballon {
    max-width: 180px;
    position: absolute;
    right: 10rem;
    top: -4rem;
  }
  #sec_04 .toku {
    max-width: 120px;
    position: absolute;
    left: 13rem;
    top: 40rem;
  }
  #sec_04 .sec_04__plus {
    width: 80%;
    max-width: 710px;
    margin: 2rem auto 0;
    padding: 0;
  }
  #sec_04 .swiper-container4 {
    padding-top: 4%;
    margin-top: -4%;
  }
  #sec_04 .slider_area4 {
    margin-top: 8%;
    position: relative;
    font-size: 20px;
    overflow: hidden;
    text-align: center;
    line-height: 1.8;
  }
  #sec_04 .slider_area4 figcaption {
    padding: 3rem 4rem;
    font-size: 20px;
    background: #FFF;
    border-radius: 0 0 1.2rem 1.2rem;
  }
  #sec_04 .slider_area4 figure img {
    border-radius: 1.2rem 1.2rem 0 0;
    display: block;
    margin-bottom: 0;
  }
  #sec_04 .slider_area4 figure {
    max-width: 460px;
    padding: 0 0;
    margin: 0;
  }
  #sec_04 .slider_area4 .swiper-button-prev4,
  #sec_04 .slider_area4 .swiper-button-next4,
  #sec_04 .slider_area4 .swiper-pagination4 {
    display: none;
  }
  #sec_04 .slider_area4 .swiper-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sec_04 .slider_area4 .swiper-slide {
    width: 46%;
    margin: 0 2%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  #sec_04 .slider_area4 .swiper-slide:first-child figure {
    margin-left: 2em;
  }
  #sec_04 .slider_area4 .swiper-slide:last-child figure {
    margin-right: 2em;
  }
  #sec_04 .slider_area4 .swiper-slide:nth-child(2n) {
    margin-top: 8rem;
  }
  #sec_04 .slider_area4 .toku {
    width: 22%;
    max-width: 180px;
    position: absolute;
    left: 1rem;
    top: 20rem;
  }
  #sec_04 .slider_area4 .swiper-slide:last-child .toku {
    left: -2rem;
  }
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) and (max-width: 1000px) {
  #sec_04 .sec_04__ttl_wrap .sec_04__ttl_inn {
    height: 15vw;
  }
  #sec_04 .sec_04__ttl_wrap .sec_04__ttl_inn img {
    width: 100%;
  }
  #sec_04 .swiper-button-prev3 {
    top: 23vw;
    width: 10%;
  }
  #sec_04 .swiper-button-next3 {
    top: 23vw;
    width: 10%;
  }
  #sec_04 .glass {
    width: 10%;
  }
  #sec_04 .ballon {
    width: 20%;
  }
  #sec_04 .toku {
    width: 12%;
    top: 34vw;
  }
  #sec_04 .slider_area4 .toku {
    top: 20vw;
  }
}

/* -------------------- 
  sec_05
-------------------- */
#sec_05 {
  overflow: hidden;
  background: #ffebf1;
}

#sec_05 .sec_05__wrap {
  width: 100%;
  position: relative;
  padding: 0 0 10%;
}

#sec_05 .sec_05__wrap .sec_05__wrap_ttl {
  text-align: center;
  margin-bottom: 2%;
  margin-top: 10%;
}

#sec_05 .sec_05__wrap .sec_05__wrap_ttl span {
  background: #ff7baa;
  color: #FFF;
  margin: 0 0.7%;
  padding: 2%;
  font-size: 68px;
  font-size: 9.06667vw;
  border-radius: .8rem;
}

#sec_05 .sec_05__wrap .sec_05__wrap_ttl span.color {
  background: none;
  color: #ff7baa;
  margin: 0;
  padding: 0;
  font-size: 66px;
  font-size: 8.8vw;
  font-weight: bold;
}

#sec_05 .sec_05__wrap .sec_05__wrap_ttl span.color.mini {
  font-size: 60px;
  font-size: 8vw;
}

#sec_05 .sec_05__wrap .sec_05__wrap_ttl span.color.mini2 {
  margin: 0 -2%;
}

#sec_05 .sec_05__slide_wrap {
  width: 100%;
}

#sec_05 .swiper-container5 {
  padding-top: 4%;
  margin-top: -4%;
}

#sec_05 .slider_area5 {
  margin-top: 4%;
  text-align: center;
  position: relative;
}

#sec_05 .swiper-slide {
  height: auto;
}

#sec_05 .swiper-slide5 {
  position: relative;
}

#sec_05 dl {
  text-align: left;
  background: #FFF;
  border-radius: .6rem;
  font-size: 34px;
  font-size: 4.53333vw;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: relative;
  border: 1px solid #FFF;
  margin: 0 4%;
  height: 100%;
}

#sec_05 dl dd {
  padding: 4% 8%;
  position: relative;
}

#sec_05 dl dd .bo {
  border-bottom: 1px dotted #B5B5B6;
  padding-bottom: 2%;
  margin: 0 2% 4% 2%;
  display: block;
}

#sec_05 dl dd img {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 2%;
}

#sec_05 dl dd img.mb4 {
  width: 70%;
  margin-bottom: 4%;
}

#sec_05 .swiper-button-prev5 {
  position: absolute;
  background: url(../img/arrow_l_pin_sp.png) no-repeat center center;
  background-size: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10%;
  height: 20%;
  z-index: 10;
}

#sec_05 .swiper-button-next5 {
  position: absolute;
  background: url(../img/arrow_r_pin_sp.png) no-repeat center center;
  background-size: 100%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10%;
  height: 20%;
  z-index: 10;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  #sec_05 .sec_05__wrap {
    width: 100%;
    padding: 0 4% 2rem;
  }
  #sec_05 .sec_05__wrap .sec_05__wrap_ttl {
    margin-bottom: 6rem;
    margin-top: 10rem;
  }
  #sec_05 .sec_05__wrap .sec_05__wrap_ttl span {
    font-size: 70px;
    margin: 0 .6rem;
    padding: 1rem;
    border-radius: 1.2rem;
  }
  #sec_05 .sec_05__wrap .sec_05__wrap_ttl span.color {
    background: none;
    color: #ff7baa;
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: bold;
  }
  #sec_05 .sec_05__wrap .sec_05__wrap_ttl span.color.mini {
    font-size: 55px;
  }
  #sec_05 .sec_05__wrap .sec_05__wrap_ttl span.color.mini2 {
    margin: 0 -10px;
  }
  #sec_05 .sec_05__slide_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 10rem;
    background: url(../img/sec04_bg_pink.jpg) no-repeat center top;
    background-size: cover;
    padding: 2rem 0 6rem;
    margin-bottom: 6rem;
  }
  #sec_05 .swiper-container5 {
    padding-top: 4%;
    margin-top: -4%;
  }
  #sec_05 .slider_area5 {
    margin-top: 8%;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 1.8;
  }
  #sec_05 .slider_area5 dl {
    font-size: 20px;
    border-radius: 1.2rem;
    margin: 0 1%;
    height: auto;
  }
  #sec_05 .slider_area5 dl img {
    border-radius: 1rem 1rem 0 0;
  }
  #sec_05 .slider_area5 .swiper-button-prev5,
  #sec_05 .slider_area5 .swiper-button-next5,
  #sec_05 .slider_area5 .swiper-pagination5 {
    display: none;
  }
  #sec_05 .slider_area5 .swiper-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sec_05 .slider_area5 .swiper-slide {
    width: 46%;
    margin: 0 2%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  #sec_05 .slider_area5 .swiper-slide:first-child dl {
    margin-left: 2em;
  }
  #sec_05 .slider_area5 .swiper-slide:last-child dl {
    margin-right: 2em;
  }
  #sec_05 .slider_area5 .swiper-slide:nth-child(2n) {
    margin-top: 8rem;
  }
}

/* -------------------- 
  sec_06
-------------------- */
#sec_06 {
  padding-top: 12%;
  background: #fffddf;
}

#sec_06 .sec_06__ttl_wrap {
  padding: 0 6%;
  margin-bottom: 8%;
}

#sec_06 .sec_06__wrap {
  width: 100%;
  position: relative;
  padding: 10% 4% 10%;
}

#sec_06 .sec_06__wrap .sec_06__ballon {
  width: 90%;
  margin: -10% auto 0;
  position: relative;
  z-index: 2;
}

#sec_06 .sec_06__wrap .sec_06__txt {
  font-size: 36px;
  font-size: 4.8vw;
  position: relative;
  margin-top: -7%;
  margin-bottom: 8%;
  padding-bottom: 6%;
}

#sec_06 .sec_06__wrap .sec_06__txt dl {
  padding-bottom: 10%;
}

#sec_06 .sec_06__wrap .sec_06__txt dd {
  padding: 2% 6%;
}

#sec_06 .sec_06__wrap .sec_06__txt dt {
  margin-bottom: 4%;
}

#sec_06 .sec_06__wrap .sec_06__txt dt img {
  border-radius: .5rem .5rem 0 0;
}

#sec_06 .sec_06__list {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 68%;
  height: 0;
  background: #FFF;
  border-radius: .6rem;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #FFF;
  line-height: 1.8;
}

#sec_06 .sec_06__list::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60vw;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, white, rgba(255, 255, 255, 0) 100%);
}

#sec_06 .sec_06_trigger {
  display: none;
}

#sec_06 .more_btn {
  width: 90%;
  padding-bottom: 16%;
  position: absolute;
  z-index: 2;
  bottom: -6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFF;
  text-align: center;
  background: url(../img/sec06_ballon_bottom_sp.png) no-repeat center top;
  background-size: 100%;
}

#sec_06 .sec_06_trigger:checked ~ .more_btn {
  bottom: 0;
  background: url(../img/sec06_ballon_bottom_sp_close.png) no-repeat center top;
  background-size: 100%;
}

#sec_06 .sec_06_trigger:checked ~ .sec_06__list {
  height: 100%;
  padding-bottom: 0;
}

#sec_06 .sec_06_trigger:checked ~ .sec_06__list::before {
  display: none;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  #sec_06 {
    padding-top: 6rem;
    margin-bottom: -7rem;
    padding-bottom: 8rem;
  }
  #sec_06 .sec_06__ttl_wrap {
    max-width: 1000px;
    margin: 0 auto 4rem;
    padding: 0 8%;
  }
  #sec_06 .sec_06__allwrap {
    padding: 0 4%;
  }
  #sec_06 .sec_06__wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 10rem;
    background: url(../img/sec_bg_or.jpg) no-repeat center top;
    background-size: cover;
    padding: 4rem 0 6rem;
    margin-bottom: 6rem;
  }
  #sec_06 .sec_06__wrap .sec_06__ballon {
    padding: 4rem 0 0;
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
  }
  #sec_06 .sec_06__wrap::before {
    width: 95%;
    top: -7rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #sec_06 .sec_06__wrap .sec_06__txt {
    width: 100%;
    margin: 0 auto;
    margin-top: -2rem;
    font-size: 20px;
  }
  #sec_06 .sec_06__wrap .sec_06__txt dl {
    padding-bottom: 1rem;
  }
  #sec_06 .sec_06__wrap .sec_06__txt dt img {
    border-radius: 1rem 1rem 0 0;
  }
  #sec_06 .sec_06__list {
    max-width: 800px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30%;
  }
  #sec_06 .sec_06__list::before {
    content: "";
    height: 100px;
  }
  #sec_06 .more_btn {
    width: 100%;
    max-width: 770px;
    padding-bottom: 12%;
    bottom: 0;
    background: url(../img/sec06_ballon_bottom_pc.png) no-repeat center top;
    background-size: 100%;
  }
  #sec_06 .sec_06_trigger:checked ~ .more_btn {
    bottom: -6%;
    background: url(../img/sec06_ballon_bottom_pc_close.png) no-repeat center top;
    background-size: 100%;
  }
  #sec_06 .sec_06_trigger:checked ~ .sec_06__list {
    height: 100%;
    padding-bottom: 0;
  }
}

/* -------------------- 
  sec_07
-------------------- */
#sec_07 {
  padding-top: 12%;
  background: #ffebf1;
}

#sec_07 .sec_07__wrap {
  width: 100%;
  position: relative;
  padding: 0 0 10%;
}

#sec_07 .sec_07__wrap .sec_07__wrap_ttl {
  text-align: center;
  margin-bottom: 2%;
}

#sec_07 .sec_07__wrap .sec_07__wrap_ttl span {
  background: #ff7baa;
  color: #FFF;
  margin: 0 0.7%;
  padding: 2%;
  font-size: 65px;
  font-size: 8.66667vw;
  border-radius: .8rem;
}

#sec_07 .sec_07__wrap .sec_07__wrap_ttl span.color {
  background: none;
  color: #ff7baa;
  margin: 0;
  padding: 0;
  font-size: 56px;
  font-size: 7.46667vw;
  font-weight: bold;
}

#sec_07 .sec_07__wrap .sec_07__wrap_ttl span.color.mini {
  font-size: 50px;
  font-size: 6.66667vw;
}

#sec_07 .sec_07__slide_wrap {
  overflow: hidden;
  width: 100%;
  padding-bottom: 2%;
}

#sec_07 .swiper-container6 {
  padding-top: 4%;
  margin-top: -4%;
}

#sec_07 .slider_area6 {
  margin-top: 4%;
  text-align: center;
  position: relative;
}

#sec_07 .swiper-slide6 {
  position: relative;
}

#sec_07 dl {
  text-align: center;
  background: #FFF;
  border-radius: .6rem;
  font-size: 34px;
  font-size: 4.53333vw;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: relative;
  border: 1px solid #FFF;
  margin: 0 4%;
}

#sec_07 dl dd {
  padding: 4% 6%;
  position: relative;
}

#sec_07 dl dd .bo {
  border-bottom: 1px solid #B5B5B6;
  margin-bottom: .5%;
  padding: 0 1% .5%;
  display: block;
}

#sec_07 dl dd .ballon {
  width: 30%;
  position: absolute;
}

#sec_07 dl.con01 dd .ballon {
  left: -2%;
  top: -37%;
}

#sec_07 dl.con02 dd .ballon {
  right: -2%;
  top: -37%;
}

#sec_07 .swiper-button-prev6 {
  position: absolute;
  background: url(../img/arrow_l_pin_sp.png) no-repeat center center;
  background-size: 100%;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10%;
  height: 20%;
  z-index: 10;
}

#sec_07 .swiper-button-next6 {
  position: absolute;
  background: url(../img/arrow_r_pin_sp.png) no-repeat center center;
  background-size: 100%;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10%;
  height: 20%;
  z-index: 10;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  #sec_07 {
    padding-top: 2rem;
  }
  #sec_07 .sec_07__wrap {
    width: 100%;
    padding: 0 4% 2rem;
  }
  #sec_07 .sec_07__wrap .sec_07__wrap_ttl {
    margin: 6rem auto 6rem;
    padding: 0 8%;
  }
  #sec_07 .sec_07__wrap .sec_07__wrap_ttl span {
    font-size: 70px;
    margin: 0 .6rem;
    padding: 1rem;
    border-radius: 1.2rem;
  }
  #sec_07 .sec_07__wrap .sec_07__wrap_ttl span.color {
    background: none;
    color: #ff7baa;
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: bold;
  }
  #sec_07 .sec_07__wrap .sec_07__wrap_ttl span.color.mini {
    font-size: 55px;
  }
  #sec_07 .sec_07__wrap .sec_07__wrap_ttl span.color.mini2 {
    margin: 0 -10px;
  }
  #sec_07 .sec_07__slide_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 10rem;
    background: url(../img/sec04_bg_pink.jpg) no-repeat center top;
    background-size: cover;
    padding: 2rem 0 6rem;
    margin-bottom: 6rem;
  }
  #sec_07 .swiper-container6 {
    padding-top: 4%;
    margin-top: -4%;
  }
  #sec_07 .slider_area6 {
    margin-top: 8%;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 1.8;
  }
  #sec_07 .slider_area6 dl {
    font-size: 20px;
    border-radius: 1.2rem;
    margin: 0 1%;
  }
  #sec_07 .slider_area6 dl img {
    border-radius: 1rem 1rem 0 0;
  }
  #sec_07 .slider_area6 .swiper-button-prev6,
  #sec_07 .slider_area6 .swiper-button-next6,
  #sec_07 .slider_area6 .swiper-pagination6 {
    display: none;
  }
  #sec_07 .slider_area6 .swiper-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sec_07 .slider_area6 .swiper-slide {
    width: 46%;
    margin: 0 2%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  #sec_07 .slider_area6 .swiper-slide:first-child dl {
    margin-left: 2em;
  }
  #sec_07 .slider_area6 .swiper-slide:last-child dl {
    margin-right: 2em;
  }
  #sec_07 .slider_area6 .swiper-slide:nth-child(2n) {
    margin-top: 8rem;
  }
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) and (max-width: 1239px) {
  #sec_07 .sec_07__slide_wrap dl {
    font-size: 14px;
    font-size: 1.86667vw;
  }
}

/* -------------------- 
  sec_08
-------------------- */
#sec_08 {
  padding: 8% 0 8%;
}

#sec_08 h3 {
  margin-bottom: 2%;
  padding: 0 10%;
}

#sec_08 .num {
  height: 20%;
  padding: 0 10% 20%;
  text-align: left;
  width: 80%;
  position: relative;
  margin: 0 auto;
  font-size: 38px;
  font-size: 5.06667vw;
  font-weight: bold;
}

#sec_08 .num div {
  width: 12%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#sec_08 .num p {
  line-height: 1.4;
  width: 88%;
  left: 16%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#sec_08 figcaption {
  text-align: left;
  padding: 0 10%;
}

#sec_08 .swiper-container2 {
  padding-top: 4%;
  margin-top: -4%;
}

#sec_08 .slider_area2 {
  margin-top: 4%;
  position: relative;
  font-size: 34px;
  font-size: 4.53333vw;
  overflow: hidden;
  text-align: center;
}

#sec_08 .slider_area2 figure img {
  padding: 0 10%;
  margin-bottom: 8%;
}

#sec_08 .swiper-button-prev2 {
  background: url(../img/arrow_l.svg) no-repeat center center;
  background-size: 60%;
  left: 0;
  top: 36%;
  position: absolute;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
}

#sec_08 .swiper-button-next2 {
  background: url(../img/arrow_r.svg) no-repeat center center;
  background-size: 60%;
  right: 0;
  top: 36%;
  position: absolute;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
}

#sec_08 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fb6c5b;
}

#sec_08 .swiper-pagination2 {
  width: 100%;
  top: 73.8vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0 auto;
  position: absolute;
}

#sec_08 .swiper-pagination-bullet {
  margin: 0 2%;
}

#sec_08 .swiper-slide {
  position: relative;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  #sec_08 {
    padding: 8rem 0 6rem;
  }
  #sec_08 h3 {
    max-width: 758px;
    margin: 0 auto;
    width: 60%;
    margin-bottom: 2rem;
    padding: 0;
  }
  #sec_08 .num {
    height: 20%;
    padding: 0 4% 20%;
    text-align: left;
    width: 90%;
    position: relative;
    margin: 0 auto 2rem;
    font-size: 28px;
  }
  #sec_08 figcaption {
    text-align: left;
    padding: 0 4% 8%;
  }
  #sec_08 .swiper-container2 {
    padding-top: 4%;
    margin-top: -4%;
  }
  #sec_08 .slider_area2 {
    margin-top: 8%;
    position: relative;
    font-size: 20px;
    overflow: hidden;
    text-align: center;
    line-height: 1.8;
  }
  #sec_08 .slider_area2 figure img {
    padding: 0 4%;
    margin-bottom: 2rem;
  }
  #sec_08 .swiper-button-prev2,
  #sec_08 .swiper-button-next2,
  #sec_08 .swiper-pagination2 {
    display: none;
  }
  #sec_08 .swiper-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sec_08 .swiper-slide {
    width: 46%;
    margin: 0 2%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  #sec_08 .swiper-slide:nth-child(2n) {
    margin-top: 8rem;
  }
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) and (max-width: 1239px) {
  #sec_08 .num {
    font-size: 16px;
    font-size: 2.13333vw;
  }
}

/* -------------------- 
  sec_09
-------------------- */
#sec_09 {
  background: #faeeff;
  padding-top: 6%;
}

#sec_09 .sec_09__con01 {
  padding: 12% 8% 10%;
}

#sec_09 .sec_09__con03 {
  padding: 4% 4% 10%;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  #sec_09 {
    padding: 8rem 0;
  }
  #sec_09 .sec_09__wrap {
    max-width: 1150px;
    margin: 0 auto;
  }
  #sec_09 .sec_09__con01 {
    width: 60%;
    padding: 0;
  }
  #sec_09 .sec_09__con01 img {
    padding-top: 2rem;
    padding-right: 4rem;
  }
  #sec_09 .sec_09__con01 .sec_09__con01_txt {
    padding: 6rem;
    font-size: 24px;
  }
  #sec_09 .sec_09__con03 {
    width: 40%;
    padding: 0;
  }
}

/* -------------------- 
  cta
-------------------- */
#cta {
  padding: 14% 0 8%;
  background: #FFF;
}

#cta .cta_ttl2 {
  padding: 0 4%;
}

#cta .cta__arrow_b {
  width: 14%;
  margin: 0 auto;
  padding: 6% 0;
}

#cta .cta__cta {
  background: -webkit-gradient(linear, left bottom, left top, from(#bfe35d), color-stop(#ffd2f8), to(#d9b7ff));
  background: linear-gradient(0deg, #bfe35d, #ffd2f8, #d9b7ff);
  padding: 2%;
  border-radius: .8rem;
}

#cta .cta_cta__inner {
  background: #FFF;
  border-radius: .4rem;
}

#cta .cta_cta__inr_top {
  padding: 2%;
}

#cta .cta__cta_ttl {
  background: #FFF;
  width: 90%;
  margin: -10% auto 0;
  padding: 1% 4%;
}

#cta .cta_cta__pri {
  padding: 2% 1% 0;
}

#cta .cta_cta__note {
  text-align: right;
  font-size: 24px;
  font-size: 3.2vw;
  margin-top: -2%;
}

#cta .cta_cta__note sup {
  vertical-align: top;
}

#cta .cta__btn {
  display: block;
  background: #ff6683;
  color: #FFF;
  border-radius: .8rem;
  font-size: 48px;
  font-size: 6.4vw;
  text-align: center;
  padding: 3% 2%;
  margin: 4% 2% 0;
  position: relative;
  font-weight: bold;
}

#cta .cta__btn p {
  font-size: 18px;
  font-size: 2.4vw;
  font-weight: normal;
}

#cta .cta__btn::before {
  content: "";
  position: absolute;
  background: url(../img/cta_arrow.png) no-repeat center top;
  background-size: 100%;
  width: 5%;
  padding-bottom: 5%;
  right: 6%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#cta .cta__caution {
  font-size: 22px;
  font-size: 2.93333vw;
  padding: 2%;
}

#cta .caution {
  text-indent: -6vw;
  margin-left: 6vw;
  font-weight: normal;
  margin-bottom: 1%;
}

#cta .caution span {
  display: inline-block;
  width: 6vw;
  text-indent: 0;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  #cta {
    position: relative;
    padding-top: 14rem;
    padding-bottom: 2rem;
  }
  #cta .cta_ttl2 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 10rem;
  }
  #cta .cta__cta {
    padding: 1rem;
    border-radius: 2rem;
  }
  #cta .cta_cta__inner {
    border-radius: 1.4rem;
    position: relative;
    padding-bottom: 1.2rem;
  }
  #cta .cta_cta__inr_top {
    padding-bottom: 0;
  }
  #cta .cta_cta__pri {
    padding: 2% 1%;
    position: relative;
  }
  #cta .cta__cta_ttl {
    width: 80%;
    max-width: 800px;
    margin: -8rem auto 0;
  }
  #cta .cta_cta__note {
    position: absolute;
    font-size: 16px;
    margin-top: 0;
    top: 54%;
    right: 4%;
  }
  #cta .cta__btn {
    width: 58%;
    border-radius: .8rem;
    font-size: 42px;
    padding: .6rem 2rem 1.8rem;
    position: absolute;
    bottom: 0;
    right: 4%;
  }
  #cta .cta__btn p {
    font-size: 16px;
    margin-top: -.5rem;
  }
  #cta .cta__btn::before {
    content: "";
    position: absolute;
    background: url(../img/cta_arrow.png) no-repeat center top;
    background-size: 100%;
    width: 5%;
    padding-bottom: 5%;
    right: 6%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s;
    transition: .3s;
  }
  #cta .cta__btn:hover::before {
    content: "";
    right: 4%;
  }
  #cta .cta__caution {
    width: 80%;
    font-size: 16px;
    padding: 2%;
    margin: 0 auto;
  }
  #cta .caution {
    text-indent: -34px;
    margin-left: 34px;
  }
  #cta .caution span {
    width: 34px;
  }
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) and (max-width: 1239px) {
  #cta .cta_cta__note {
    font-size: 12px;
    font-size: 1.6vw;
  }
  #cta .cta__btn {
    font-size: 26px;
    font-size: 3.46667vw;
    padding: 2%;
  }
  #cta .cta__btn p {
    font-size: 12px;
    font-size: 1.6vw;
  }
}

/* -------------------- 
   modal
-------------------- */
#modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #000000;
  opacity: 0.8;
  cursor: pointer;
}

#modal {
  position: fixed;
  max-width: 1000px;
  width: 100%;
  max-height: 90%;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-content {
  background-size: auto;
  z-index: 51;
  position: relative;
}

#modal01,
#modal02,
#modal03 {
  display: none;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-top: 45px;
}

.modal__slider_wrap {
  overflow: hidden;
}

#modal-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -4px;
  right: 0;
  z-index: 60;
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  .modal-content {
    max-width: 1000px;
  }
}

.swiper-button-prev {
  background: url(../img/prev.png) no-repeat left;
  background-size: 100%;
  left: -12%;
  width: 15%;
  height: auto;
  padding-bottom: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-button-next {
  background: url(../img/next.png) no-repeat right;
  background-size: 100%;
  right: -12%;
  width: 15%;
  height: auto;
  padding-bottom: 15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*_______ [PC表示] _______*/
@media screen and (min-width: 750px) {
  .swiper-button-prev {
    left: -50px;
    width: 50px;
    height: 45px;
    padding-bottom: 15%;
  }
  .swiper-button-next {
    right: -50px;
    width: 50px;
    height: 45px;
    padding-bottom: 15%;
  }
}
/*# sourceMappingURL=style.css.map */