@charset "UTF-8";
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, caption, tfoot, thead, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: #333;
  border: 0;
  background: transparent;
  text-decoration: none;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #000;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

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

ol li, ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

@media screen and (max-width: 480px) {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }
}
@media screen and (min-width: 480px) {
  .sp_only {
    display: none !important;
  }

  .pc_only {
    display: block !important;
  }
}
html {
  font-size: 62.5%;
  scroll-padding-top: 210px;
  /* 固定ヘッダの高さ分 */
}
@media screen and (max-width: 991px) {
  html {
    scroll-padding-top: 0;
  }
}

body {
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  color: #000;
  -webkit-text-size-adjust: 100%;
}

section {
  padding: 70px 0;
}
section .inner {
  overflow: visible;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
section figure {
  width: 100%;
  margin: 0 auto 1em;
  text-align: center;
}
section figure img {
  max-width: 100%;
  margin: 0 auto;
}
section figure:last-child {
  margin-bottom: 0;
}
section p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
  line-height: 1.65em;
}
section p:last-child {
  margin-bottom: 0;
}
section ul, section ol {
  margin-bottom: 1.5em;
}
section ul:last-of-type, section ol:last-of-type {
  margin-bottom: 0;
}
section ul li, section ol li {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
  line-height: 1.65em;
}
section ul li:last-child, section ol li:last-child {
  margin-bottom: 0;
}
section img {
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  section {
    padding: 5% 0;
  }
  section .inner {
    padding: 0 2%;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 10% 0;
  }
  section .inner {
    padding: 0 4%;
  }
  section .inner p br.sp_br {
    display: block;
  }
}

/******************************************
	リンク
******************************************/
a {
  transition: 0.3s ease all;
}
a:hover {
  opacity: 0.6;
}

/******************************************
	ページトップ
******************************************/
#page_top {
  position: fixed;
  right: 100px;
  bottom: 10px;
  z-index: 50;
}
#page_top a {
  display: block;
  text-decoration: none;
}
#page_top a:hover {
  opacity: 0.6;
  transition: all  0.3s ease;
}
#page_top a img {
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #page_top {
    right: 5px;
    bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #page_top {
    right: 10px;
    bottom: 80px;
    width: 15%;
    height: auto;
  }

  .line-lp #page_top {
    bottom: 20px;
  }
}

/******************************************
	fixed cta btn
******************************************/
.fixedBtnCta {
  display: none;
}
@media screen and (max-width: 768px) {
  .fixedBtnCta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 480px;
    width: 96%;
    z-index: 10;
  }

  .fixedBtnCta.is-valid {
  }

  .fixedBtnCta__link {
    display: block;
    width: 100%;
  }

  .fixedBtnCta__link:hover {
    opacity: 1;
  }
  
  .fixedBtnCta__img {
    display: block;
    width: 100%;
  }
}


/******************************************
	調整クラス
******************************************/
.t_stg {
  font-weight: bold !important;
}

.t_1 {
  color: #ea6d8d !important;
  font-weight: bold;
}

.t_r {
  text-align: right;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb-3em {
  margin-bottom: 3em !important;
}

/******************************************
	アニメーション設定
******************************************/
.ripple {
  position: relative;
  display: block;
}
.ripple img {
  max-width: 100%;
  margin: 0 auto;
}
.ripple span {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  animation-name: rippleAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 30px;
  background-color: #00c300;
  box-shadow: 0 0 5px white;
}
@media screen and (max-width: 767px) {
  .ripple span {
    border-radius: 15px;
  }
}

@-webkit-keyframes rippleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: .5;
  }
  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
@keyframes rippleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: .5;
  }
  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
/******************************************
	フェードイン設定
******************************************/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/******************************************
	フッター
******************************************/
footer {
  border-top: 4px solid #BBA48E;
  padding-top: 3em;
}
footer .inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
footer figure {
  text-align: center;
}
footer figure img {
  max-width: 70%;
}
footer .copyright {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 1em 0;
}
footer .copyright p {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #BBA48E;
  line-height: 1.73;
  letter-spacing: 2px;
}
footer .copyright p br {
  display: none;
}
footer .f_link {
  background: #F9D3DD;
  padding: 1em 0;
}
footer .f_link p {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
}
footer .f_link p a {
  text-decoration: underline;
}
footer .f_link p a:hover {
  opacity: 1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 2em;
  }
  footer .copyright p {
    font-size: calc(100vw/32);
  }
  footer .copyright p br {
    display: block;
  }
  footer .f_link {
    background: #F9D3DD;
    padding: 1em 0 11rem;
  }
  .line-lp footer .f_link {
    padding: 1em 0;
  }
}

/******************************************
	共通パーツ
******************************************/
h1 {
  display: none;
}

h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #EA6D8D;
  margin-bottom: 2em;
  line-height: 1.6;
}
h3 span {
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: calc(100vw/17);
    margin-bottom: 1em;
  }
  h3 span {
    margin-bottom: 0;
  }
  h3 span img {
    width: 90%;
  }
}

.box_cta {
  max-width: 586px;
  margin: auto auto 2em;
}
.box_cta p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #EA6D8D;
  line-height: 1.75;
  padding-left: 1em;
  margin-bottom: 0;
  text-align: left;
  position: relative;
}
.box_cta p::before {
  content: '※';
  position: absolute;
  left: 0;
  margin: auto auto auto 0;
}
.box_cta p a {
  color: #EA6D8D;
  text-decoration: underline;
}
.box_cta p a:hover {
  opacity: 1;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .box_cta {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  .box_cta {
    margin-bottom: 1em;
  }
  .box_cta p {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .box_cta p br {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  .box_cta p {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.box_contents {
  max-width: 700px;
  width: 100%;
  margin: auto auto 2em;
}
@media screen and (max-width: 767px) {
  .box_contents {
    margin: auto auto 1em;
  }
}

.box_text-1, .box_text-2 {
  position: relative;
  z-index: 1;
}
.box_text-1::before, .box_text-2::before {
  content: '';
  position: absolute;
  background: url("../images/bg_contents_1.png") no-repeat center;
  background-size: 100% auto;
  width: 417px;
  height: 396px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto auto auto;
  z-index: -1;
}
.box_text-1:not(:last-child), .box_text-2:not(:last-child) {
  margin-bottom: 4em;
}
.box_text-1 p, .box_text-2 p {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .box_text-1::before, .box_text-2::before {
    width: 20%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .box_text-1::before, .box_text-2::before {
    width: 60%;
    height: auto;
  }
  .box_text-1:not(:last-child), .box_text-2:not(:last-child) {
    margin-bottom: 2em;
  }
  .box_text-1 p, .box_text-2 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box_text-2::before {
  background: url("../images/bg_contents_2.png") no-repeat center;
  background-size: 100% auto;
}

/******************************************
	トップページ
******************************************/
.sec_mv {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .sec_mv {
    padding-top: 2%;
  }
}

.sec_1 .inner > figure {
  margin-bottom: -1em;
}
.sec_1 .inner > p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.77;
}
.sec_1 .inner .box_present {
  background: #F2F2F2;
  padding: 2em;
  margin-bottom: 4em;
  text-align: center;
}
.sec_1 .inner .box_present h4 {
  color: #EA6D8D;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  height: 65px;
  margin: auto auto 1em;
  line-height: 1;
  border: 2px solid #EA6D8D;
  border-radius: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 28px;
}
.sec_1 .inner .box_present dl {
  max-width: 600px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.sec_1 .inner .box_present dl dt {
  width: 20%;
  margin-bottom: 20px;
}
.sec_1 .inner .box_present dl dt:last-of-type {
  margin-bottom: 0;
}
.sec_1 .inner .box_present dl dd {
  width: calc(100% - 20%);
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #595757;
  line-height: 1.2;
  padding-left: 1em;
  margin-bottom: 20px;
}
.sec_1 .inner .box_present dl dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .sec_1 .inner .box_present {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec_1 .inner > figure {
    margin-bottom: -0.5em;
  }
  .sec_1 .inner > p {
    font-size: calc(100vw/27);
  }
  .sec_1 .inner .box_present {
    padding: 1em;
    margin-bottom: 2em;
  }
  .sec_1 .inner .box_present figure {
    margin-bottom: 0.5em;
  }
  .sec_1 .inner .box_present h4 {
    width: 100%;
    font-size: calc(100vw/24);
    height: 45px;
    padding: 0;
  }
  .sec_1 .inner .box_present dl dt, .sec_1 .inner .box_present dl dd {
    margin-bottom: 15px;
  }
  .sec_1 .inner .box_present dl dd {
    font-size: calc(100vw/25);
  }
}

.sec_1--pTopSmall {
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .sec_1--pTopSmall {
    padding: 7% 0 10%;
  }
}
.sec_2 {
  position: relative;
  z-index: 0;
}
.sec_2::before {
  content: '';
  position: absolute;
  background: #F9D3DD;
  width: 100%;
  height: calc(100% - 240px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: -1;
}
.sec_2 .inner > figure:first-of-type {
  margin-bottom: 4em;
}
.sec_2 .box {
  max-width: 700px;
  width: 100%;
  margin: auto auto -9em;
  position: relative;
  z-index: 10;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.sec_2 .box figure {
  width: 50%;
}
.sec_2 .box figure:last-child {
  width: 45%;
}
.sec_2 .box figure:last-child img {
  box-shadow: 30px 30px 10px 0px rgba(201, 201, 201, 0.7);
}
.sec_2 .slider {
  position: relative;
  z-index: 1;
}
.sec_2 .slider figure img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .sec_2::before {
    height: calc(100% - 230px);
  }
  .sec_2 .inner > figure:first-of-type {
    margin-bottom: 2em;
  }
  .sec_2 .box {
    margin-bottom: -9em;
  }
}
@media screen and (max-width: 767px) {
  .sec_2::before {
    height: calc(100% - 22%);
  }
  .sec_2 h3 img {
    width: 60%;
  }
  .sec_2 .box {
    margin-bottom: -5em;
  }
  .sec_2 .box figure:first-child {
    padding: 0 1em;
  }
  .sec_2 .box figure:last-child img {
    box-shadow: 15px 15px 10px 0px rgba(201, 201, 201, 0.7);
  }
}

.sec_media .box_media {
  max-width: 700px;
  width: 100%;
  margin: auto auto 4em;
}
@media screen and (max-width: 767px) {
  .sec_media .box_media {
    margin-bottom: 2em;
  }
  .sec_media .box_media figure:last-child {
    width: 108%;
    margin: auto -4%;
  }
}

.sec_3 .inner {
  max-width: 750px;
}
.sec_3 p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding-left: 1em;
}
@media screen and (max-width: 991px) {
  .sec_3 figure {
    width: 104%;
    margin-left: -2%;
    margin-right: -2%;
  }
  .sec_3 p {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec_3 h3 {
    font-size: calc(100vw/17);
  }
  .sec_3 h3 img {
    width: 60%;
  }
  .sec_3 figure {
    width: 108%;
    margin-left: -4%;
    margin-right: -4%;
  }
  .sec_3 p {
    font-size: calc(100vw/29);
    padding-left: 0;
  }
}

.sec_4 {
  background: #FDF0F3;
}
.sec_4 .box_1 {
  background: #fff;
  border-radius: 40px;
  padding: 2em;
  max-width: 700px;
  width: 100%;
  margin: 2em auto auto;
}
.sec_4 .box_1 .box_1-text {
  max-width: 600px;
  width: 100%;
  margin: auto auto 2em;
  position: relative;
}
.sec_4 .box_1 .box_1-text::before {
  content: '';
  position: absolute;
  background: url("../images/bg_contents_2.png") no-repeat center;
  background-size: 100% auto;
  width: 417px;
  height: 396px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto auto auto;
}
.sec_4 .box_1 .box_1-text p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sec_4 .box_1 .box_1-text::before {
    width: 40%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .sec_4 h3 span img {
    width: 65%;
  }
  .sec_4 .box_1 {
    border-radius: 20px;
    padding: 1.5em 1em;
  }
  .sec_4 .box_1 .box_1-text {
    margin-bottom: 1em;
  }
  .sec_4 .box_1 .box_1-text::before {
    width: 60%;
    height: auto;
  }
  .sec_4 .box_1 .box_1-text p {
    font-size: calc(100vw/30);
  }
}

.sec_cta .inner {
  max-width: 700px;
  width: 96%;
  border: 2px solid #EA6D8D;
  border-radius: 30px;
  padding-top: 3em;
}
@media screen and (max-width: 991px) {
  .sec_cta .inner {
    padding-top: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .sec_cta .inner {
    padding-top: 1.5em;
    width: 96%;
  }
  .sec_cta .inner .box_cta p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 320px) {
  .sec_cta .inner .box_cta p {
    font-size: 10px;
    font-size: 1rem;
  }
}

.sec_5 {
  background: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .sec_5 h3 span img {
    width: 50%;
  }
}

.sec_6 .sec_6-inner {
  max-width: 1000px;
  background: #F2EDE8;
  margin: 2em auto;
  padding: 3em 0;
}
.sec_6 .sec_6-inner .box_contents {
  margin-bottom: auto;
  text-align: center;
}
.sec_6 .sec_6-inner .box_contents .box_text-1, .sec_6 .sec_6-inner .box_contents .box_text-2 {
  display: inline-block;
}
.sec_6 .sec_6-inner .box_contents p {
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .sec_6 .sec_6-inner {
    padding: 3em 0;
  }
  .sec_6 .sec_6-inner .box_contents {
    padding: 0 4%;
  }
}
@media screen and (max-width: 767px) {
  .sec_6 h3 span img {
    width: 50%;
  }
  .sec_6 .sec_6-inner {
    padding: 2em 0;
  }
  .sec_6 .sec_6-inner .box_contents {
    padding: 0 4%;
  }
  .sec_6 .sec_6-inner .box_contents p {
    font-size: calc(100vw/20);
  }
}

.sec_7 {
  padding-bottom: 450px;
  background: rgba(234, 109, 141, 0.2);
  position: relative;
  z-index: 1;
}
.sec_7 .box_contents {
  max-width: 600px;
  margin-top: 3em;
}
.sec_7 .box_contents .box_text-2::before {
  width: 30%;
}
.sec_7 .box_contents .box_text-2 p {
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .sec_7 .box_contents {
    margin-top: 2em;
  }
  .sec_7 .box_contents .box_text-2::before {
    width: 23%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec_7 {
    padding-bottom: 220px;
  }
}
@media screen and (max-width: 767px) {
  .sec_7 {
    padding-bottom: 65%;
  }
  .sec_7 h3 span img {
    width: 60%;
  }
  .sec_7 .box_contents {
    margin-top: 1.5em;
  }
  .sec_7 .box_contents .box_text-2::before {
    width: 60%;
  }
  .sec_7 .box_contents .box_text-2 p {
    font-size: calc(100vw/22);
  }
}

.sec_zoom {
  padding-top: 0;
  margin-top: -400px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec_zoom {
    margin-top: -200px;
  }
  .sec_zoom figure img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sec_zoom {
    margin-top: -60%;
  }
}

.sec_8 p.name {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  max-width: 488px;
  width: 65%;
  margin: auto auto 2em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #595757;
}
.sec_8 .box {
  margin-top: 4em;
}
.sec_8 .box p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #EA6D8D;
  text-align: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .sec_8 h3 span img {
    width: 60%;
  }
  .sec_8 figure.portrate {
    width: 65%;
    margin-bottom: .5em;
  }
  .sec_8 p.name {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 1.5em;
  }
  .sec_8 .box {
    margin-top: 2em;
  }
  .sec_8 .box p {
    font-size: calc(100vw/20);
  }
}

.sec_9 h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #EA6D8D;
  margin: 2em auto 1em;
}
.sec_9 h4 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec_9 h3 span img {
    width: 60%;
  }
}

.law dl {
  border: 1px solid #000;
}
.law dl dt, .law dl dd {
  padding: 1em;
  line-height: 1.5;
}
.law dl dt {
  background: #cacaca;
}
@media screen and (min-width: 768px) {
  .law dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .law dl dt {
    width: 23%;
    border-top: 1px solid #000;
  }
  .law dl dt:first-of-type {
    border-top: none;
  }
  .law dl dd {
    width: calc(100% - 23%);
    border-top: 1px solid #000;
    border-left: 1px solid #000;
  }
  .law dl dd:first-of-type {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .law dl dt:not(:first-of-type) {
    border-top: 1px solid #000;
  }
}

.privacy_policy h2, .privacy_policy h3 {
  text-align: center;
  color: #000;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
.privacy_policy h2 {
  margin-bottom: 3em;
}
.privacy_policy h3 {
  margin-bottom: 1em;
}
.privacy_policy h4 {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.5;
  color: #000;
  margin: 1em 0 0.5em;
}
.privacy_policy dl {
  line-height: 1.5;
}
.privacy_policy dl dt {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 1em 0 0.3em;
}
.privacy_policy dl dt:first-child {
  margin-top: 0;
}
.privacy_policy dl dd {
  font-size: 16px;
  font-size: 1.6rem;
}
.privacy_policy .privacy {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .privacy_policy h2, .privacy_policy h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .privacy_policy h2 {
    margin-bottom: 2em;
  }
  .privacy_policy h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .privacy_policy dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .privacy_policy dl dd {
    @inlcude fs(14);
  }
  .privacy_policy p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .privacy_policy .privacy {
    margin-top: 2em;
  }
}

/* cta box start */
.merumaga-img {
  width: 100%;
}

.boxCta {
  box-shadow: 0px 0px 5px #F2F2F2;
  padding-top: 50px;
  margin-top: -50px;
}

.boxCta--noneShadow {
  box-shadow: none;
}

.boxCta--mTopNormal {
  background: #F2F2F2;
  box-shadow: 0px 0px 5px #F2F2F2;
  padding: 30px 10px 20px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .boxCta--mTopNormal {
    padding: 10px 10px 10px;
    margin-top: 20px;
  }
}

.boxCta__inner {
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0,0,0,.3);
  border-radius: 4px;
  padding: 30px 10px 30px;
}
.boxCta__inner--padding {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .boxCta__inner {
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    padding: 15px 15px 15px;
  }
}

.boxCta__heading {
  margin: 0;
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  .boxCta__heading {
    font-size: 24px;
  }
}

.boxCta__text {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .boxCta__text {
    font-size: 18px;
    margin-top: 15px;
  }
}


.boxCta__attention {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #EA6D8D;
  text-align: center;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
  .boxCta__attention {
    font-size: 12px;
    margin-top: 5px;
  }
}

.boxCta__from .boxCta__attention--gray {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #595757;
  text-align: center;
}
.boxCta__from .boxCta__attention--gray::before {
  content: unset;
}
@media screen and (max-width: 768px) {
  .boxCta__from .boxCta__attention--gray {
    font-size: 12px;
    text-align: left;
  }
}

.boxCta__attention--gray:first-of-type {
  margin-top: 27px;
}
@media screen and (max-width: 768px) {
  .boxCta__attention--gray:first-of-type {
    margin-top: 24px;
  }
}

@media screen and (max-width: 768px) {
  .boxCta__from .boxCta__attention--grayBack {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: #595757;
    text-align: left;
    background: #f2f2f2;
    padding: 8px 10px;
    margin-top: 12px;
  }
}

.boxCta__formBox {
  max-width: 710px;
  width: 100%;
  background: #F2F2F2;
  margin: 35px auto 0;
  padding: 30px 10px 22px;
}
@media screen and (max-width: 768px) {
  .boxCta__formBox {
    margin: 15px auto 0;
    padding: 10px 10px;
    background: #F2F2F2;
  }
}

.boxCta__formBox--first {
  width: 100%;
  background: #F2F2F2;
  padding: 26px 10px 20px;
}
@media screen and (max-width: 768px) {
  .boxCta__formBox--first {
    margin: 0;
    padding: 0;
    background: #fff;
  }
}

.boxCta__itemTd {
  display: none;
}

.boxCta__itemDd {
  max-width: 430px;
  width: 100%;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 5px rgba(0,0,0,.3);
  border-radius: 4px;
  margin: 0 auto;
}

.boxCta__itemDdInput {
  width: 100%;
  font-size: 22px;
  line-height: 1.6;
  border: none;
  padding: 7.5px 17px 3.5px;
  border-radius: 4px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .boxCta__itemDdInput {
    font-size: 18px;
    padding: 7.5px 10px 3.5px;
  }
}

.boxCta__itemDdInput:focus {
  outline: none;
}

.boxCta__itemDdInput::placeholder {
  text-align: center;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .boxCta__itemDdInput::placeholder {
    color: #595757;
  }
}

.boxCta__btnBox {
  max-width: 452px;
  width: 100%;
  margin: 16px auto 0;
}
@media screen and (max-width: 768px) {
  .boxCta__btnBox {
    margin: 12px auto 0;
  }
}

.boxCta__btn {
  width: 100%;
  border: none;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.03em;
  background: #4bdfbd;
  padding: 15px 10px;
  border-radius: 4px;
  box-shadow: 0px 0px 7px rgba(0,0,0,.3);
  cursor: pointer;
  color: #fff;
  animation: yureru-s 2s infinite;
}
@media screen and (max-width: 768px) {
  .boxCta__btn {
    font-size: 22px;
    border-radius: 4px;
    box-shadow: 0px 0px 7px rgba(0,0,0,.3);
  }
}

.boxCta__btnImg {
  width: 100%;
  border: none;
  font-size: 26px;
  font-weight: bold;
  aspect-ratio: 1198/256;
  background: url('../images/A-3/cta_btn.png') center/contain repeat;
  letter-spacing: 0.03em;
  border-radius: 20px;
  box-shadow: 0px 0px 7px rgba(0,0,0,.3);
  cursor: pointer;
  color: #fff;
  animation: yureru-s 2s infinite;
}
@media screen and (max-width: 768px) {
  .boxCta__btn--img {
    font-size: 22px;
    padding: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 7px rgba(0,0,0,.3);
    aspect-ratio: 1198/256;
    background: url('../images/A-3/cta_btn.png') center/contain repeat;
  }
}
@keyframes yureru-s {
	0% {
		transform: translate(2px, 0px);
	}
	5% {
		transform: translate(-2px, 0px);
	}
	10% {
		transform: translate(2px, 0px);
	}
	15% {
		transform: translate(-2px, 0px);
	}
	20% {
		transform: translate(2px, 0px);
	}
	25% {
		transform: translate(-2px, 0px);
	}
	30% {
		transform: translate(0px, 0px);
	}
}

.br768on {
  display: none;
}
@media screen and (max-width: 768px) {
  .br768on {
    display: block;
  }
}
/* cta box end */
