@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Volkhov&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 102%;
  vertical-align: top;
}

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

.es-header-btn{display: none;}

h3 br{line-height: 1.2em;}

li br{
    line-height: 1em !important;
    padding: 5px 0;
}

ol, ul {
  list-style: none;
}

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

img {
  line-height: 1;
  vertical-align: bottom;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -moz-transition: color .2s ease-in-out;
  -webkit-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  text-decoration: none;
  width: 100%;
  display: block;
}

a:hover {
  text-decoration: none;
}

body {
  line-height: 2.2;
  letter-spacing: .05em;
  background-color: #fff;
  color: #333;
}

@media screen and (max-width: 1366px) {
  body {
    font-size: 16px;
    line-height: 2;
  }
}

@media screen and (max-width: 1194px) {
  body {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-family: sans-serif;
  }
}

li {
  list-style: none;
}

/* ===================================================================
// 共通
// ===================================================================*/
.taL {
  text-align: left !important;
  font-size:small !important;
}

.mt15 {
  margin-top: 15px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb15 {
  margin-bottom: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.w100 {
  width: 100%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.fL {
  float: left;
}

figure {
  margin: 0 auto;
}

section {
  padding: 0;
  text-align: center;
  position: relative;
}

section .inner {
  margin: 0 auto;
  width: 680px;
  position: relative;
}

@media screen and (max-width: 680px) {
  section .inner {
    width: 100%;
  }
}

em {
  font-style: normal;
}

h2 {
  font-family: YuMincho, "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
}

@media screen and (max-width: 680px) {
  h2 {
    font-size: 20px;
    padding: 0;
  }
}

h3 {
  font-family: YuMincho, "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

p {
  line-height: 1.7;
  text-align: left;
}

.sp680 {
  display: none;
}

@media (max-width: 680px) {
  .pc680 {
    display: none;
  }
  .sp680 {
    display: block;
  }
}

.sp580 {
  display: none;
}

@media (max-width: 580px) {
  .pc580 {
    display: none;
  }
  .sp580 {
    display: block;
  }
}

.sp480 {
  display: none;
}

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

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

/* ===================================================================
// #header
// ===================================================================*/
.logo {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 70px;
  width: 220px;
}

@media screen and (max-width: 980px) {
  .logo {
    left: 10px;
  }
}

@media screen and (max-width: 680px) {
  .logo {
    width: 140px;
    top: 7px;
    left: 15px;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    width: 100px;
    top: 8.5px;
  }
}

.logo img {
  width: 100%;
}

header {
  background: #fff;
  border: 0;
  box-sizing: border-box;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  height: 80px;
  left: 0;
  opacity: 1;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

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

header .inner {
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.head_btn {
  display: flex;
  align-items: center;
  justify-content: right;
  float: right;
  width: 650px;
}

@media screen and (max-width: 980px) {
  .head_btn {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .head_btn {
    width: 65%;
  }
}

.head_btn li {
  line-height: 1;
  font-size: 15px;
  position: relative;
}

@media screen and (max-width: 580px) {
  .head_btn li {
    font-size: 13px;
  }
}

@media screen and (max-width: 480px) {
  .head_btn li {
    letter-spacing: -.01em;
    font-size: 3vw;
  }
}

.head_btn li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.head_btn li a::before {
  content: '';
  display: inline-block;
  background-size: contain;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  top: 30%;
}

@media screen and (max-width: 640px) {
  .head_btn li a::before {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 480px) {
  .head_btn li a::before {
    width: 28px;
    height: 28px;
  }
}

.head_btn li a span {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  white-space: nowrap;
}

.head_btn li:nth-of-type(2) {
  width: 45%;
  background: #07C653;
  height: 80px;
}

@media screen and (max-width: 980px) {
  .head_btn li:nth-of-type(2) {
    width: 70%;
  }
}

@media screen and (max-width: 480px) {
  .head_btn li:nth-of-type(2) {
    height: 60px;
  }
}

.head_btn li:nth-of-type(2) a::before {
  background: url(mail.png) no-repeat;
}

.head_btn li:nth-of-type(1) {
  background: #ea6da4;
  width: 55%;
  height: 80px;
}

@media screen and (max-width: 980px) {
  .head_btn li:nth-of-type(1) {
    width: 30%;
  }
}

@media screen and (max-width: 480px) {
  .head_btn li:nth-of-type(1) {
    height: 60px;
  }
}

.head_btn li:nth-of-type(1) a::before {
  background: url(tel.png) no-repeat;
  left: 35px;
}

@media screen and (max-width: 980px) {
  .head_btn li:nth-of-type(1) a::before {
    left: 50%;
  }
}

@media screen and (max-width: 980px) {
  .head_btn li:nth-of-type(1) em {
    display: none;
  }
}

.head_btn li:nth-of-type(1) em.sp-tel {
  display: none;
}

@media screen and (max-width: 980px) {
  .head_btn li:nth-of-type(1) em.sp-tel {
    display: block;
  }
}

.head_btn .pc-tel {
  top: 25px;
  bottom: auto;
  font-size: 2rem;
  font-family: 'Volkhov', serif;
}

@media screen and (max-width: 980px) {
  .head_btn .pc-tel {
    display: none;
  }

  
}



@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}

/* ===================================================================
// #main
// ===================================================================*/
#main {
  padding: 80px 0 0;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  background-image:url(24545996_m.jpg);
  background-size: cover;
  width: 100%;
  background-position: center;
}

#main .inner {
  width: 1600px;
  display: flex;
}

@media screen and (max-width: 1600px) {
  #main .inner {
    width: 100%;
  }
}

@media screen and (max-width: 980px) {
  #main .inner {
    flex-direction: column;
  }
}

#main .m-girl {
  width: 45%;
}

@media screen and (max-width: 980px) {
  #main .m-girl {
    width: 100%;
  }
  
  #main {
  background-image:url(24545996_m_m.jpg) !important;
background-size: cover;
}
  
}

#main .m-girl img {
  object-fit: cover;
  height: 900px;
}

@media screen and (max-width: 980px) {
  #main .m-girl img {
    position: absolute;
    left: -70px;
    width: 50%;
  }
  
    #main {
  background-image:url(24545996_m_m.jpg) !important;
background-size: cover;
}
}

@media screen and (max-width: 1240px) {
  #main .m-girl img {
    height: 70vw;
    top: 30px;
  }
  
    #main {
  background-image:url(24545996_m_m.jpg) !important;
background-size: cover;
}
}

@media screen and (max-width: 980px) {
  #main .m-girl img {
    height: 900px;
    top: 0;
    width: 70%;
  }
  
    #main {
  background-image:url(24545996_m_m.jpg) !important;
background-size: cover;
}
}

@media screen and (max-width: 680px) {
  #main .m-girl img {
    top: 80px;
    width: 60%;
    left: -20px;
    height: 100vw;
  }
  
    #main {
  background-image:url(24545996_m_m.jpg) !important;
background-size: cover;
}
}

#main .m-right {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 160px 20px 0;
}

@media screen and (max-width: 1400px) {
  #main .m-right {
    padding: 10vw 20px 0;
  }
}

@media screen and (max-width: 980px) {
  #main .m-right {
    width: 100%;
    padding: 20px 15px 0;
    flex-direction: column;
  }
}

#main .m-catch figure {
  position: absolute;
  left: -30%;
  top: 20px;
}

@media screen and (max-width: 1600px) {
  #main .m-catch figure {
    left: unset;
    right: 20px;
    width: 72vw;
  }
}

@media screen and (max-width: 980px) {
  #main .m-catch figure {
    width: 95%;
    position: unset;
  }
}

@media screen and (max-width: 480px) {
  #main .m-catch figure {
    width: 100%;
    margin-bottom: 5px;
  }
  
    #main {
  background-image:url(24545996_m_m.jpg) !important;
background-size: cover;
}

  
}

#main .m-catch ul {
  display: flex;
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit-\ transform: translateY(0%) translateX(-50%);
}

@media screen and (max-width: 1400px) {
  #main .m-catch ul {
    top: 13vw;
  }
}

@media screen and (max-width: 980px) {
  #main .m-catch ul {
    position: unset;
    margin: 0 20px 0 auto;
    padding: 0;
    transform: none;
    -webkit-\ transform: none;
    justify-content: right;
  }
}

#main .m-catch li {
	top:13vw;
  background: #373F46;
  padding: 0px 20px;
  border-radius: 50px;
  font-weight:800;
  color:#fff;
  margin: 0 15px;
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  width: 140px;
    font-size: 14px;
}

@media screen and (max-width: 1400px) {
  #main .m-catch li {
    margin: 0 5px;
    font-size: 1.2vw;
    padding: 0 5px;
    width: 13vw;
  }
}

@media screen and (max-width: 980px) {
  #main .m-catch li {
    font-size: 1rem;
    width: auto;
    padding: 0 15px;
  }
}

@media screen and (max-width: 480px) {
  #main .m-catch li {
    padding: 0 4px;
    font-size: 3vw;
  }
}

#main .m-kakaku {
  line-height: 1.2;
  color: #373F46;
  background: ;
  flex-grow: 100;
  padding: 50px 30px 0;
  height: 300px;
  margin-bottom: 70px;
  font-weight:800;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

@media screen and (max-width: 1400px) {
  #main .m-kakaku {
    margin-bottom: 5.5vw;
  }
}

@media screen and (max-width: 1084px) {
  #main .m-kakaku {
    height: 27vw;
  }
}

@media screen and (max-width: 980px) {
  #main .m-kakaku {
    height: 200px;
    padding: 15px 15px 0;
    width: 50%;
    position: relative;
    right: 20px;
    left: auto;
    margin: 15px 0 15px auto;
  }
}

@media screen and (max-width: 680px) {
  #main .m-kakaku {
    height: 180px;
    padding: 5px 15px 0;
    width: 60%;
    right: 0;
  }
}

@media screen and (max-width: 480px) {
  #main .m-kakaku {
    height: 160px;
    margin-top: 30px;
    width: 65%;
    padding: 5px 0px 0;
  }
}

@media screen and (max-width: 414px) {
  #main .m-kakaku {
    height: 140px;
  }
}

#main .m-kakaku .sokyu01 {
  font-size: 3rem;
}

@media screen and (max-width: 1400px) {
  #main .m-kakaku .sokyu01 {
    font-size: 4vw;
  }
}

@media screen and (max-width: 980px) {
  #main .m-kakaku .sokyu01 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 680px) {
  #main .m-kakaku .sokyu01 {
    font-size: 1.2rem;
  }
}

#main .m-kakaku .sokyu01 em {
  font-size: 5rem;
  vertical-align: baseline;
  font-family: 'Libre Baskerville', serif;
}

@media screen and (max-width: 1400px) {
  #main .m-kakaku .sokyu01 em {
    font-size: 7vw;
  }
}

@media screen and (max-width: 980px) {
  #main .m-kakaku .sokyu01 em {
    font-size: 3rem;
  }
}

@media screen and (max-width: 480px) {
  #main .m-kakaku .sokyu01 em {
    font-size: 12vw;
  }
}

#main .m-kakaku .sokyu02 {
  position: relative;
  font-size: 2rem;
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

@media screen and (max-width: 980px) {
  #main .m-kakaku .sokyu02 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 480px) {
  #main .m-kakaku .sokyu02 {
    font-size: 1rem;
  }
}

#main .m-kakaku .sokyu02 em {
  font-size: 5rem;
  vertical-align: baseline;
  font-family: 'Libre Baskerville', serif;
  margin: 0 15px;
}

@media screen and (max-width: 980px) {
  #main .m-kakaku .sokyu02 em {
    font-size: 4rem;
  }
}

@media screen and (max-width: 680px) {
  #main .m-kakaku .sokyu02 em {
    font-size: 10vw;
    margin: 0 5px;
  }
}

#main .m-kakaku .sokyu02 span {
  position: relative;
  vertical-align: baseline;
}

#main .m-kakaku .sokyu02 span .zei {
  font-size: 12px;
  position: absolute;
  top: -20px;
  left: 0;
}

@media screen and (max-width: 480px) {
  #main .m-kakaku .sokyu02 span .zei {
    font-size: 10px;
    top: -14px;
    left: 0;
  }
}

#main .m-kakaku .sokyu03 {
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

#main .m-kakaku .sokyu03 span {
  font-size: 12px;
  vertical-align: baseline;
}

#main .m-plan {
  width: 85%;
  position: absolute;
  left: -85%;
  bottom: 80px;
}

@media screen and (max-width: 1600px) {
  #main .m-plan {
    left: -80%;
    width: 80%;
  }
}

@media screen and (max-width: 980px) {
  #main .m-plan {
    width: 60%;
    top: 0px;
    position: relative;
    right: 20px;
    left: auto;
    margin: 0 0 30px auto;
  }
}

@media screen and (max-width: 680px) {
  #main .m-plan {
    width: 70%;
    right: 0;
  }
}

@media screen and (max-width: 480px) {
  #main .m-plan {
    width: 100%;
    margin-top: 10px;
  }
}

#main .m-cdt {
  padding-top: 20px;
  line-height: 80px;
  background: #fff;
  border: 20px solid #C39400;
  color:#000 !important;
  position: relative;
  flex-grow: 100;
}

@media screen and (max-width: 1400px) {
  #main .m-cdt {
    padding-top: 0;
  }
}

@media screen and (max-width: 480px) {
  #main .m-cdt {
    border: 10px solid #C39400;
  }
}

#main .m-cdt .m-pre {
  color: #c12f27;
  display: block;
  margin: 0 auto 30px;
  line-height: 1.4;
  padding: 20px;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 980px) {
  #main .m-cdt .m-pre {
    margin: 110px auto 50px;
  }
}

@media screen and (max-width: 768px) {
  #main .m-cdt .m-pre {
    margin: 80px auto 50px;
  }
}

@media screen and (max-width: 680px) {
  #main .m-cdt .m-pre {
    margin: 8vw auto 5vw;
  }
}

@media screen and (max-width: 480px) {
  #main .m-cdt .m-pre {
    margin: 7vw auto 5vw;
    padding: 15px 0;
  }
}

#main .m-cdt figure {
  top: -100px;
  position: absolute;
  left: -20px;
  right: -20px;
}

@media screen and (max-width: 1240px) {
  #main .m-cdt figure {
    top: -8vw;
  }
}

@media screen and (max-width: 980px) {
  #main .m-cdt figure {
    top: -45px;
  }
}

#main .m-cdt figure img {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.9));
}

#main .m-cdt #cdt_txt {
  color: #fff;
  position: absolute;
  top: 170px;
  font-weight: bold;
}

@media screen and (max-width: 1400px) {
  #main .m-cdt #cdt_txt {
    top: 150px;
  }
}

@media screen and (max-width: 1400px) {
  #main .m-cdt #cdt_txt {
    top: 120px;
  }
}

@media screen and (max-width: 1100px) {
  #main .m-cdt #cdt_txt {
    top: 100px;
  }
}

@media screen and (max-width: 980px) {
  #main .m-cdt #cdt_txt {
    top: 32vw;
  }
}

@media screen and (max-width: 680px) {
  #main .m-cdt #cdt_txt {
    top: 24vw;
  }
}

@media screen and (max-width: 480px) {
  #main .m-cdt #cdt_txt {
    top: 58vw;
    left: 14vw;
  }
}

#main .m-cdt #cdt_date {
  position: relative;
}

#main .m-cdt #cdt_date::before {
  content: "";
  background: url(/datsumou-women/lp/03/images/kazari01.svg) no-repeat;
  position: absolute;
  width: 120px;
  height: 120px;
  left: -70px;
  top: -70px;
}

@media screen and (max-width: 480px) {
  #main .m-cdt #cdt_date::before {
    width: 80px;
    height: 80px;
    top: -40px;
    left: -50px;
  }
}

#main .m-cdt #cdt_date::after {
  content: "";
  background: url(/datsumou-women/lp/03/images/kazari02.svg) no-repeat;
  position: absolute;
  width: 120px;
  height: 120px;
  right: -150px;
  top: -70px;
}

@media screen and (max-width: 480px) {
  #main .m-cdt #cdt_date::after {
    width: 80px;
    height: 80px;
    top: -40px;
    right: -100px;
  }
}

#main .m-cdt #cdt_date span {
  font-size: 5rem;
  color: #000;
  font-family: 'Libre Baskerville', serif;
  display: inline-block;
  vertical-align: baseline;
}

@media screen and (max-width: 1240px) {
  #main .m-cdt #cdt_date span {
    font-size: 6vw;
  }
}

@media screen and (max-width: 980px) {
  #main .m-cdt #cdt_date span {
    font-size: 4rem;
    width: 13vw;
  }
}

@media screen and (max-width: 680px) {
  #main .m-cdt #cdt_date span {
    font-size: 8vw;
    width: 11vw;
  }
}

#main .m-cdt #cdt_date em {
  font-size: 1.2rem;
  color: #000;
  font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ","Hiragino Kaku Gothic ProN","Hiragino Sans",sans-serif;
  vertical-align: baseline;
  display: inline-block;
  font-weight: bold;
}

@media screen and (max-width: 680px) {
  #main .m-cdt #cdt_date em {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  #main .m-cdt #cdt_date em {
    font-size: 12px;
  }
}

/* ===================================================================
// g-nav
// ===================================================================*/
.g-nav {
  background: #e4e4e4;
}

@media screen and (max-width: 680px) {
  .g-nav {
    background: #dfdfdf;
  }
}

.g-nav .inner {
  width: 800px;
}

@media screen and (max-width: 800px) {
  .g-nav .inner {
    width: 95%;
  }
}

.g-nav ul {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  justify-content: space-between;
}

.g-nav li {
  margin: 5px;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .g-nav li {
    font-size: 13px;
  }
}

.g-nav li a {
  color: #fff;
  background: #a2a2a2;
  line-height: 1.4;
  padding: 15px;
  position: relative;
  border: 1px solid #fff;
}

@media screen and (max-width: 580px) {
  .g-nav li a {
    padding: 25px 5px 15px;
  }
}

.g-nav li a:hover {
  background: #000;
}

.g-nav li a::before {
  position: absolute;
  width: 27px;
  height: 27px;
  left: 13px;
  top: 11px;
}

@media screen and (max-width: 800px) {
  .g-nav li a::before {
    width: 20px;
    height: 20px;
    top: 15px;
  }
}

@media screen and (max-width: 580px) {
  .g-nav li a::before {
    top: 5px;
    left: 44%;
  }
}

.g-nav li:nth-of-type(1) {
  width: 47%;
}

@media screen and (max-width: 480px) {
  .g-nav li:nth-of-type(1) {
    width: 46%;
  }
}

.g-nav li:nth-of-type(1) a::before {
  content: "";
  background: url(/datsumou-women/lp/03/images/common/reason01.svg) no-repeat;
}

@media screen and (max-width: 680px) {
  .g-nav li:nth-of-type(1) a::before {
    top: 25px;
  }
}

@media screen and (max-width: 580px) {
  .g-nav li:nth-of-type(1) a::before {
    top: 5px;
  }
}

.g-nav li:nth-of-type(2) {
  width: 47%;
}

@media screen and (max-width: 480px) {
  .g-nav li:nth-of-type(2) {
    width: 46%;
  }
}

.g-nav li:nth-of-type(2) a::before {
  content: "";
  background: url(/datsumou-women/lp/03/images/common/reason02.svg) no-repeat;
}

@media screen and (max-width: 680px) {
  .g-nav li:nth-of-type(2) a::before {
    top: 25px;
  }
}

@media screen and (max-width: 580px) {
  .g-nav li:nth-of-type(2) a::before {
    top: 5px;
  }
}

.g-nav li:nth-of-type(3) {
  width: 31%;
}

@media screen and (max-width: 480px) {
  .g-nav li:nth-of-type(3) {
    width: 29%;
  }
}

.g-nav li:nth-of-type(3) a::before {
  content: "";
  background: url(/datsumou-women/lp/03/images/common/reason03.svg) no-repeat;
}

.g-nav li:nth-of-type(4) {
  width: 31%;
}

@media screen and (max-width: 480px) {
  .g-nav li:nth-of-type(4) {
    width: 29%;
  }
}

.g-nav li:nth-of-type(4) a::before {
  content: "";
  background: url(/datsumou-women/lp/03/images/common/reason04.svg) no-repeat;
}

.g-nav li:nth-of-type(5) {
  width: 31%;
}

@media screen and (max-width: 480px) {
  .g-nav li:nth-of-type(5) {
    width: 29%;
  }
}

.g-nav li:nth-of-type(5) a::before {
  content: "";
  background: url(/datsumou-women/lp/03/images/common/reason05.svg) no-repeat;
}

/* ===================================================================
// yoyaku
// ===================================================================*/
.animated {

}

.cv-btn {
  position: relative;
}

@media screen and (max-width: 480px) {
  .cv-btn {
    width: 90%;
    margin: 0 auto;
  }
}

.cv-btn a {
  display: block;
  position: relative;
  top: 3px;
  padding: 8px 0px 8px 15px;
  text-align: center;
  text-decoration: none !important;
  background: #c25e8a;
  margin: 70px auto 30px;
  font-size: 1.3rem;
  border-radius: 50px;
}

@media screen and (max-width: 480px) {
  .cv-btn a {
    font-size: 1.1rem;
  }
}

.cv-btn a::before {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #ff1661;
  border-radius: 60px;
  transition: .2s;
  transform: translate3d(0, 0, 0);
}

.cv-btn a:hover {
  top: 3px;
}

.cv-btn a:hover span {
  top: 0;
}

.cv-btn a:hover:after {
  top: 0;
  background: #373F46;
}

.cv-btn a:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #ea6da4;
  border-radius: 50px;
  transition: .2s;
  transform: translate3d(0, 0, 0);
}

.cv-btn span {
  font-weight: bold;
  display: block;
  position: relative;
  z-index: 2;
  transition: .2s;
  color: #fff;
  text-decoration: none;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: auto;
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.cv-btn span::before {
  content: "";
  background: url(/datsumou-women/lp/03/images/common/cv.svg) no-repeat;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 23%;
  top: 15%;
}

@media screen and (max-width: 680px) {
  .cv-btn span::before {
    left: 20vw;
  }
}

@media screen and (max-width: 580px) {
  .cv-btn span::before {
    left: 16vw;
  }
}

@media screen and (max-width: 480px) {
  .cv-btn span::before {
    left: 6vw;
    width: 25px;
    height: 25px;
  }
}

.cv-btn em {
  color: #000;
  font-size: 14px;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  white-space: nowrap;
  font-weight: bold;
}

.cv-btn em::before {
  content: "";
  background: url(/datsumou-women/lp/03/images/common/l-left.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-left: -20px;
  margin-top: 5px;
}

.cv-btn em::after {
  content: "";
  background: url(/datsumou-women/lp/03/images/common/l-right.svg) no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  margin-top: 5px;
}

.yoyaku {
  padding-bottom: 20px;
  overflow: hidden;
  background: #fff;
  color:#000;
}

@media screen and (max-width: 680px) {
  .yoyaku .inner {
    width: 95%;
  }
}

/* ===================================================================
// .c-01
// ===================================================================*/
.c-01 {
  background-image: linear-gradient(90deg, rgba(196, 182, 197, 1), rgba(35, 117, 163, 1));
  padding: 100px 0 0;
}

@media screen and (max-width: 680px) {
  .c-01 {
    padding: 10vw 0 0;
  }
}

@media screen and (max-width: 680px) {
  .c-01 .inner {
    width: 90%;
  }
}

.c-01 h2 {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 5px;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 680px) {
  .c-01 h2 {
    font-size: 5vw;
  }
}

.c-01 .waku {
  background: #ea6da4;
  padding: 30px 0;
  c
}

@media screen and (max-width: 480px) {
  .c-01 .waku {
    padding: 30px 0 20px;
  }
}

.c-01 .kanban {
  margin: 0 auto;
  width: 680px;
  position: relative;
}

@media screen and (max-width: 680px) {
  .c-01 .kanban {
    width: 100%;
  }
}

.c-01 .k-waku {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
}

.c-01 .k-waku span:nth-of-type(1) {
  flex-basis: 50%;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 18px;
}

@media screen and (max-width: 680px) {
  .c-01 .k-waku span:nth-of-type(1) {
    font-size: 4vw;
    flex-basis: 42%;
  }
}

.c-01 .k-waku span:nth-of-type(1) em {
  font-size: 4rem;
  vertical-align: baseline;
  font-family: 'Libre Baskerville', serif;
  margin: 0 3px;
}

@media screen and (max-width: 680px) {
  .c-01 .k-waku span:nth-of-type(1) em {
    font-size: 9vw;
  }
}

.c-01 .k-waku span:nth-of-type(2) {
  font-family: YuMincho, "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  flex-basis: 50%;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 680px) {
  .c-01 .k-waku span:nth-of-type(2) {
    font-size: 3.5vw;
    flex-basis: 58%;
  }
}

.c-01 .k-waku span:nth-of-type(2) em {
  font-size: 5rem;
  vertical-align: baseline;
  margin: 0 5px;
  font-family: 'Libre Baskerville', serif;
}

@media screen and (max-width: 680px) {
  .c-01 .k-waku span:nth-of-type(2) em {
    font-size: 11vw;
  }
}

.c-01 .k-waku span:nth-of-type(2) span {
  font-size: 1.1rem;
  position: relative;
  vertical-align: baseline;
}

@media screen and (max-width: 680px) {
  .c-01 .k-waku span:nth-of-type(2) span {
    font-size: 1rem;
  }
}

.c-01 .k-waku span:nth-of-type(2) span .zei {
  position: absolute;
  font-size: 10px;
  left: 0;
  top: -35px;
}

.c-01 .k-waku span:nth-of-type(3) {
  font-family: YuMincho, "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  flex-basis: 100%;
  line-height: 1;
  margin-left: 50%;
  letter-spacing: .2em;
}

.c-01 .k-waku span:nth-of-type(3) em {
  font-size: 12px;
  vertical-align: baseline;
}

.c-01 .k-waku2 {
  background: #fff;
  border-radius: 50px;
  margin-top: 20px;
  padding: 10px 0;
}

@media screen and (max-width: 680px) {
  .c-01 .k-waku2 {
    margin: 20px;
  }
}

@media screen and (max-width: 480px) {
  .c-01 .k-waku2 {
    margin: 20px 10px 0;
  }
}

.c-01 .k-waku2 span {
  display: block;
  font-weight: bold;
  line-height: 1.8;
}

.c-01 .k-waku2 span:nth-of-type(1) {
  position: relative;
}

.c-01 .k-waku2 span:nth-of-type(1)::before {
  content: "";
  background: url(/datsumou-women/lp/03/images/kazari03.svg) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  margin-left: -35px;
}

.c-01 .k-waku2 span:nth-of-type(2) {
  color: #EC8099;
}

@media screen and (max-width: 680px) {
  .c-01 .k-waku2 span:nth-of-type(2) {
    letter-spacing: -.05em;
  }
}

@media screen and (max-width: 480px) {
  .c-01 .k-waku2 span:nth-of-type(2) {
    font-size: 15px;
  }
}

@media screen and (max-width: 413px) {
  .c-01 .k-waku2 span:nth-of-type(2) {
    font-size: 12px;
  }
}

.att {
  text-align: left;
  display: block;
  margin: 0 0 5px;
  line-height: 1.4;
  font-size: 13px;
  text-indent: -1em;
  padding: 0 30px;
}

@media screen and (max-width: 480px) {
  .att {
    font-size: 12px;
  }
}

sup {
  font-size: 55%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

/* ===================================================================
// .c-02
// ===================================================================*/
.c-02 {
  background: #E2E2E2;
  padding: 80px 0;
}

@media screen and (max-width: 680px) {
  .c-02 {
    padding: 50px 0 20px;
  }
}

.c-02 h2 {
  font-weight: lighter;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 680px) {
  .c-02 h2 {
    font-size: 5.5vw;
  }
}

.c-02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto;
}

@media screen and (max-width: 680px) {
  .c-02 ul {
    width: 95%;
  }
}

.c-02 li {
  background: #fff;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin: 15px auto;
  filter: drop-shadow(0px 0px 5px rgba(160, 160, 160, 0.3));
}

@media screen and (max-width: 680px) {
  .c-02 li {
    width: 22vw;
    height: 22vw;
  }
}

.c-02 dt {
  font-size: .9rem;
  line-height: 3.5;
  letter-spacing: -.05em;
}

@media screen and (max-width: 580px) {
  .c-02 dt {
    font-size: 12px;
    line-height: 3;
  }
}

@media screen and (max-width: 580px) {
  .c-02 dd {
    font-size: 12px;
  }
}

.c-02 dd sup {
  top: 2em;
}

.c-02 dd em {
  font-size: 4rem;
  font-weight: bold;
  vertical-align: baseline;
  line-height: 1;
  font-family: 'Libre Baskerville', serif;
}

@media screen and (max-width: 680px) {
  .c-02 dd em {
    font-size: 12vw;
  }
}

/* ===================================================================
// .c-03
// ===================================================================*/
.c-03 {
  padding: 80px 0;
  background-color:#fff0f5;
}

@media screen and (max-width: 680px) {
  .c-03 {
    padding: 10vw 0 0;
  }
}

.c-03 ul {
  margin: 50px auto 0;
}

@media screen and (max-width: 680px) {
  .c-03 ul {
    margin: 30px auto 0;
  }
}

.c-03 li {
  position: relative;
  counter-increment: point;
  margin-bottom: 30px;
}

.c-03 table {
  width: 100%;
  margin: 30px 0;
}

@media screen and (max-width: 680px) {
  .c-03 table {
    width: 95%;
    margin: 30px auto;
  }
}

.c-03 th {
  border: 1px solid #707070;
  background: #EBEBEB;
}

@media screen and (max-width: 480px) {
  .c-03 th {
    font-size: 14px;
  }
}

.c-03 th:nth-of-type(1) {
  background: #ea6da4;
}

.c-03 td {
  border: 1px solid #707070;
  font-size: .9rem;
  vertical-align: baseline;
}

@media screen and (max-width: 480px) {
  .c-03 td {
    font-size: 14px;
    letter-spacing: -.05em;
  }
}

.c-03 td:nth-of-type(1) {
  background: #ea6da4;
}

.c-03 td em {
  font-size: 2rem;
  vertical-align: baseline;
  margin: 0 2px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .c-03 td em {
    font-size: 7vw;
  }
}

.c-03 td span {
  font-size: 10px;
  vertical-align: baseline;
}

.c-03 dl {
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 680px) {
  .c-03 dl {
    width: 100%;
    padding: 0;
  }
}

.c-03 dt figure {
  margin: 20px auto;
}

@media screen and (max-width: 680px) {
  .c-03 dt figure {
    padding: 0 30px;
  }
}

.c-03 dt h3 {
  background: #373F46;
  font-weight: lighter;
  text-align: left;
  padding-left: 100px;
  font-size: 2rem;
  color:#fff;
}

@media screen and (max-width: 680px) {
  .c-03 dt h3 {
    font-size: 1.4rem;
    padding-left: 75px;
  }
}

.c-03 dt h3::before {
  font-family: 'Libre Baskerville', serif;
  font-size: 3rem;
  content: "0" counter(point);
  position: absolute;
  text-align: center;
  line-height: 1.6;
  left: 20px;
}

@media screen and (max-width: 680px) {
  .c-03 dt h3::before {
    font-size: 2rem;
    top: -3px;
  }
}

.c-03 dt h3 span {
  font-size: 1rem;
  vertical-align: baseline;
}

.c-03 dd {
  text-align: left;
  line-height: 1.6;
}

@media screen and (max-width: 680px) {
  .c-03 dd {
    padding: 0 30px;
  }
}

.c-03 dd em {
  color: #EE4E4C;
}

/* ===================================================================
// .doctor
// ===================================================================*/
.doctor {
  background: linear-gradient(#DAE1E7, #f0f0f0);
}

.doctor .inner {
  padding-top: 50px;
  height: 800px;
  overflow: hidden;
}

@media screen and (max-width: 680px) {
  .doctor .inner {
    padding-top: 30px;
    height: 700px;
  }
}

@media screen and (max-width: 480px) {
  .doctor .inner {
    height: 650px;
  }
}

.doctor h2 {
  text-align: center;
  background: #373F46;
  color: #fff;
  padding: 15px 0;
  font-weight: lighter;
  font-size: 2.5rem;
}

@media screen and (max-width: 680px) {
  .doctor h2 {
    padding: 10px 0;
    font-size: 2rem;
  }
}

.doctor h3 {
  font-weight: lighter;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 550px) {
  .doctor h3 {
    font-size: 5.6vw;
  }
}

.doctor .waku {
  padding-top: 30px;
}

@media screen and (max-width: 680px) {
  .doctor .waku {
    padding-top: 10px;
  }
}

.doctor .waku figure {
  position: absolute;
  left: 0;
}

.doctor .waku figure img {
  object-fit: cover;
  height: 800px;
  filter: drop-shadow(5px 5px 5px #aaa);
}

@media screen and (max-width: 550px) {
  .doctor .waku figure img {
    height: 700px;
  }
}

@media screen and (max-width: 480px) {
  .doctor .waku figure img {
    height: 600px;
  }
}

.doctor .waku p {
  position: absolute;
  font-family: YuMincho, "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  background: rgba(255, 255, 255, 0.7);
  bottom: 50px;
  padding: 30px;
}

@media screen and (max-width: 680px) {
  .doctor .waku p {
    bottom: 20px;
    padding: 20px;
    width: 90%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
    margin: auto;
  }
}

.doctor .d-name {
  position: absolute;
  right: 100px;
  top: 350px;
}

@media screen and (max-width: 680px) {
  .doctor .d-name {
    right: 13vw;
    top: 290px;
  }
}

@media screen and (max-width: 610px) {
  .doctor .d-name {
    right: 5vw;
  }
}

@media screen and (max-width: 480px) {
  .doctor .d-name {
    top: 200px;
  }
}

.doctor .d-name span {
  display: block;
  line-height: 1.4;
  font-family: YuMincho, "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.doctor .d-name span:nth-of-type(1) {
  font-size: .9rem;
}

@media screen and (max-width: 550px) {
  .doctor .d-name span:nth-of-type(1) {
    letter-spacing: -.1em;
  }
}

@media screen and (max-width: 480px) {
  .doctor .d-name span:nth-of-type(1) {
    font-size: .8rem;
  }
}

.doctor .d-name span:nth-of-type(2) {
  font-size: 1.8rem;
}

@media screen and (max-width: 550px) {
  .doctor .d-name span:nth-of-type(2) {
    font-size: 6vw;
  }
}

.doctor2 h4 {
  border: 1px solid #ccc;
  border-right: none;
  border-left: none;
  font-size: 1.2rem;
}

.doctor2 ul {
  padding: 30px 0 50px 80px;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .doctor2 ul {
    padding: 30px 0 50px 13vw;
  }
}

.doctor2 li {
  line-height: 1.4;
  font-size: .9rem;
}

/* ===================================================================
// .price
// ===================================================================*/
.price h2 {
  text-align: center;
  background: #373F46;
  color: #fff;
  padding: 15px 0;
  font-weight: lighter;
  font-size: 2.5rem;
}

@media screen and (max-width: 680px) {
  .price h2 {
    padding: 10px 0;
    font-size: 2rem;
  }
}

.price h3 {
  background: #ea6da4;
  color: #fff;
  font-size: 1.4rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

@media screen and (max-width: 480px) {
  .price h3 {
    font-size: 1.2rem;
    letter-spacing: -.05em;
  }
}

.price h3 span {
  display: block;
  font-size: 15px;
  background: #090909;
  color: #fff;
  line-height: 1;
  padding: 4px;
}

.price h3 em {
  font-size: 2rem;
  vertical-align: baseline;
  margin: 0 2px;
}

.price ul {
  margin: 30px auto;
}

@media screen and (max-width: 680px) {
  .price ul {
    margin: 30px 15px;
  }
}

.price li {
  border: 1px solid #ea6da4;
  border-radius: 30px;
  margin-bottom: 30px;
}

.price dl {
  margin: 30px 15px;
}

.price dt figure {
  margin: 15px auto;
}

.price .p-waku1 {
  display: flex;
  flex-wrap: wrap;
}

.price .p-w-l {
  flex-grow: 0.3;
  background: #ea6da4;
  color: #fff;
  border-radius: 10px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 55px;
  position: relative;
  padding-top: 15px;
}

@media screen and (max-width: 480px) {
  .price .p-w-l {
    font-size: .9rem;
  }
}

@media screen and (max-width: 370px) {
  .price .p-w-l {
    padding-top: 8px;
  }
}

.price .p-w-l::before {
  content: "";
  background: url(/datsumou-women/lp/03/images/kazari04.svg) no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 35%;
  top: -50px;
}

@media screen and (max-width: 480px) {
  .price .p-w-l::before {
    left: 25%;
  }
}

.price .p-w-l em {
  font-size: 2rem;
}

@media screen and (max-width: 580px) {
  .price .p-w-l em {
    font-size: 1.5rem;
    letter-spacing: -.1em;
  }
}

@media screen and (max-width: 480px) {
  .price .p-w-l em {
    font-size: 1.2rem;
  }
}

.price .p-w-r {
  flex-grow: 0.7;
}

.price .p-w-r .att {
  text-align: right;
}

.price .pwr1 {
  font-family: YuMincho, "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #008592;
}

.price .pwr1 em {
  font-size: 5rem;
  vertical-align: baseline;
  font-family: 'Libre Baskerville', serif;
  margin: 0 2px;
  line-height: 1;
}

@media screen and (max-width: 580px) {
  .price .pwr1 em {
    font-size: 4rem;
  }
}

@media screen and (max-width: 480px) {
  .price .pwr1 em {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 370px) {
  .price .pwr1 em {
    font-size: 3rem;
  }
}

.price .pwr1 span {
  vertical-align: baseline;
  position: relative;
}

.price .pwr1 span .zei {
  position: absolute;
  font-size: 10px;
  left: 0;
  top: -20px;
}

.price .pwr2 {
  font-family: YuMincho, "游明朝体", "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #008592;
  border: 1px solid #008592;
  border-radius: 50px;
  margin: 0 10px;
  font-size: 1rem;
  line-height: 1.6;
}

@media screen and (max-width: 480px) {
  .price .pwr2 {
    font-size: .8rem;
  }
}

.price .pwr2 em {
  font-size: 2rem;
  vertical-align: baseline;
}

@media screen and (max-width: 480px) {
  .price .pwr2 em {
    font-size: 1.6rem;
  }
}

.price .p-waku2 {
  margin-top: 20px;
  padding: 10px 0;
}

.price .p-waku2 span {
  display: block;
  font-weight: bold;
  line-height: 1.8;
}

.price .p-waku2 span:nth-of-type(1) {
  position: relative;
}

@media screen and (max-width: 580px) {
  .price .p-waku2 span:nth-of-type(1) {
    font-size: 14px;
  }
}

.price .p-waku2 span:nth-of-type(1)::before {
  content: "";
  background: url(/datsumou-women/lp/03/images/kazari03.svg) no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  margin-left: -35px;
}

@media screen and (max-width: 580px) {
  .price .p-waku2 span:nth-of-type(1)::before {
    width: 20px;
    height: 20px;
    margin-left: -25px;
  }
}

.price .p-waku2 span:nth-of-type(2) {
  color: #EC8099;
}

@media screen and (max-width: 680px) {
  .price .p-waku2 span:nth-of-type(2) {
    letter-spacing: -.05em;
  }
}

@media screen and (max-width: 480px) {
  .price .p-waku2 span:nth-of-type(2) {
    font-size: 14px;
  }
}

@media screen and (max-width: 413px) {
  .price .p-waku2 span:nth-of-type(2) {
    font-size: 11px;
  }
}

/* ===================================================================
// .flow
// ===================================================================*/
.flow h2 {
  text-align: center;
  background: #373F46;
  color: #fff;
  padding: 15px 0;
  font-weight: lighter;
  font-size: 2.5rem;
}

@media screen and (max-width: 680px) {
  .flow h2 {
    padding: 10px 0;
    font-size: 2rem;
  }
}

.flow h3 {
  position: relative;
  font-weight: lighter;
  font-size: 1.6rem;
  text-align: left;
  padding-left: 130px;
  margin-bottom: 20px;
}

@media screen and (max-width: 680px) {
  .flow h3 {
    font-size: 1.3rem;
    padding-left: 20px;
  }
}

.flow h3::before {
  color: #fff;
  background: #B0B0B0;
  font-size: 3rem;
  content: "0" counter(point);
  border-radius: 50%;
  height: 80px;
  width: 80px;
  display: inline-block;
  text-align: center;
  line-height: 1.7;
  margin: 0 10px 0 -110px;
}

@media screen and (max-width: 680px) {
  .flow h3::before {
    margin: 0 10px 0 0;
    height: 55px;
    width: 55px;
    font-size: 2rem;
  }
}

.flow ul {
  background: #f2f2f2;
  padding: 30px 0;
}

.flow li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  padding: 50px 50px 20px;
  position: relative;
  counter-increment: point;
  width: 90%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 680px) {
  .flow li {
    padding: 20px 20px 10px 20px;
  }
}

.flow dd {
  text-align: left;
  line-height: 1.6;
  padding: 30px 0;
  display: flex;
  border-top: 1px solid #ccc;
}

.flow dd figure {
  width: 100px;
}

@media screen and (max-width: 680px) {
  .flow dd figure {
    width: 80px;
  }
}

.flow dd p {
  width: calc(100% - 120px);
}

@media screen and (max-width: 680px) {
  .flow dd p {
    width: calc(100% - 100px);
  }
}

/* ===================================================================
// .qa
// ===================================================================*/
.qa {
  background: #f9f9f9;
  padding-bottom: 30px;
}

.qa h2 {
  text-align: center;
  background: #373F46;
  color: #fff;
  padding: 15px 0;
  font-weight: lighter;
  font-size: 2.5rem;
}

@media screen and (max-width: 680px) {
  .qa h2 {
    padding: 10px 0;
    font-size: 2rem;
  }
}

.qa .inner {
  margin: 50px auto;
}

@media screen and (max-width: 680px) {
  .qa .inner {
    width: 90%;
  }
}

.sitene {
  padding: 80px 0;
}

@media screen and (max-width: 680px) {
  .sitene {
    padding: 10vw 0;
  }
}

.faq {
  line-height: 1.8;
}

.faq a {
  display: inline;
  text-decoration: underline;
  color: #000;
}

.faq .accordion {
  margin: 0 auto;
}

.faq .accordion .accordion_header {
  font-size: 1.2rem;
  border-bottom: 3px dotted #ccc;
  color: #000;
  padding: 20px 11%;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

.faq .accordion .accordion_inner .accordion_header {
  background-color: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 0.9rem;
  text-align: left;
  cursor: unset;
}

.faq .accordion .accordion_inner .accordion_inner .accordion_header {
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  text-align: left;
}

.faq01 {
  position: relative;
}

.faq01::before {
  position: absolute;
  color: #a8a9ad;
  font-size: 3rem;
  font-weight: normal;
  top: -.8rem;
  left: 2rem;
  content: 'Q';
  font-family: 'Times New Roman', 'Noto Serif JP', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
}

.faq .accordion .accordion_header:hover {
  opacity: .8;
}

.faq .accordion .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.faq .accordion .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.faq .accordion .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.faq .accordion .accordion_header .i_box .one_i:before, .faq .accordion .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #a8a9ad;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.faq .accordion .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}

.faq .accordion .accordion_header.open .i_box .one_i:before {
  content: none;
}

.faq .accordion .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq .accordion .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}

.faq .accordion .accordion_inner .box_one {
  height: 300px;
}

.faq .accordion .accordion_inner p.txt_a_ac {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .faq .accordion .accordion_header {
    font-size: 18px;
  }
  .faq .accordion .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 680px) {
  .faq .accordion .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 80px;
  }
  .faq01::before, .faq02::before, .faq03::before, .faq04::before, .faq05::before, .faq06::before {
    left: 0;
    font-size: 8vw;
    top: -1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .faq01::before, .faq02::before, .faq03::before, .faq04::before, .faq05::before, .faq06::before {
    left: 10px;
    top: 0;
  }
  .faq .accordion .accordion_inner .accordion_header {
    line-height: 1.4;
    font-size: 14px;
  }
  .faq .accordion .accordion_header {
    padding: 15px 45px;
  }
  .faq .accordion .accordion_inner .accordion_inner .accordion_header {
    font-family: "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN","Yu Gothic UI", "MS PGothic", sans-serif;
    font-weight: normal;
  }
}

/* ===================================================================
// .info
// ===================================================================*/
.info {
  margin-top: 0;
  background: #f2f2f2;
  padding-bottom: 50px;
}

.info .inner {
  margin-top: 50px;
  width: 1000px;
}

@media screen and (max-width: 1020px) {
  .info .inner {
    width: 80%;
  }
}

@media screen and (max-width: 680px) {
  .info .inner {
    width: 90%;
  }
}

.info .info-nav {
  margin-bottom: 50px;
}

@media screen and (max-width: 680px) {
  .info .info-nav {
    display: none;
  }
}

.info .info-nav li {
  font-size: .9rem;
  width: 22%;
}

@media screen and (max-width: 480px) {
  .info .info-nav li {
    font-size: .8rem;
  }
}

.info .info-nav li a {
  background: #515151;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
}

.info h2 {
  text-align: center;
  background: #373F46;
  color: #fff;
  padding: 15px 0;
  font-weight: lighter;
  font-size: 2.5rem;
}

@media screen and (max-width: 680px) {
  .info h2 {
    padding: 10px 0;
    font-size: 2rem;
  }
}

.info h3 {
  font-size: 1.2rem;
  font-weight: lighter;
  background: #515151;
  color: #fff;
}

@media screen and (max-width: 680px) {
  .info h3 {
    padding: 10px;
    background: #fff;
    color: #000;
    border-bottom: 1px solid #ccc;
  }
}

.info h3 em {
  font-size: .9rem;
  vertical-align: baseline;
}

.info ul {
	width:100%;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align:center;
}

.info li {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1020px) {
  .info li {
    width: 45%;
  }
}

@media screen and (max-width: 680px) {
  .info li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.info dl {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e6e6e6;
}

.info dt {
  text-align: left;
  line-height: 1.6;
  width: 25%;
  font-weight: bold;
  font-size: .75rem;
  display: none;
}

.info dd {
  text-align: left;
  line-height: 1.6;
  width: 100%;
  font-size: .85rem;
}

.info dd a {
  color: #fff;
  text-decoration: none;
  position: relative;
  font-weight: bold;
  background: #000;
  border-radius: 20px;
  padding: 5px;
  text-align: center;
  font-family: 'Volkhov', serif;
}

.info dd a::before {
  content: '';
  display: inline-block;
  background-size: contain;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  background: url(/datsumou-women/lp/03/images/common/tel.svg) no-repeat;
  left: 25px;
}

.info dd span {
  display: block;
}

.info iframe {
  height: 220px;
  width: 100%;
}

@media screen and (max-width: 680px) {
  .info iframe {
    height: 300px;
  }
}

@media screen and (max-width: 680px) {
  .info2 .accordion2 .accordion_inner2 {
    display: none;
    padding: 0;
    box-sizing: border-box;
  }
  .info2 .accordion2 .accordion_header2 {
    position: relative;
  }
  .info2 .accordion2 .accordion_header2 .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    box-sizing: border-box;
    transform-origin: center center;
    transition-duration: 0.2s;
    border-top: 1px solid #a6a6a6;
    border-right: 1px solid #a6a6a6;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .info2 .accordion2 .accordion_header2.open2 .i_box {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px;
  }
}

/* ===================================================================
// .agree
// ===================================================================*/
.agree {
  padding: 30px 0;
}

.agree .inner {
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #eeeeee), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #eeeeee), color-stop(0.75, #eeeeee), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #eeeeee 25%, transparent 25%, transparent 50%, #eeeeee 50%, #eeeeee 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #eeeeee 25%, transparent 25%, transparent 50%, #eeeeee 50%, #eeeeee 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #eeeeee 25%, transparent 25%, transparent 50%, #eeeeee 50%, #eeeeee 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #eeeeee 25%, transparent 25%, transparent 50%, #eeeeee 50%, #eeeeee 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #eeeeee 25%, transparent 25%, transparent 50%, #eeeeee 50%, #eeeeee 75%, transparent 75%, transparent);
  background-size: 5px 5px;
  padding: 30px;
}

.agree h3 {
  font-size: 1.1rem;
}

.agree p {
  font-size: .9rem;
  padding: 15px 0;
}

.u20-btn {
  width: 300px;
  text-align: center;
  align-self: flex-end;
  margin: 0 auto;
}

.u20-btn a {
  border-bottom: 5px solid #283135;
  position: relative;
  padding: 10px 0 10px 20px;
  border-radius: 100vh;
  background: #7e7e7e;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  width: 100%;
  display: block;
}

.u20-btn a::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background: url(/datsumou-women/lp/03/images/common/file.svg) no-repeat;
  background-size: contain;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

.u20-btn a:hover {
  background: #f83773;
  color: #fff;
  border-bottom: 2px solid #99133d;
  margin-top: 3px;
}

/* ------------------------------
　　--Footer--
------------------------------ */
#footer {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  background: #e3e3e3;
}

#footer .inner {
  width: 100%;
}

.cp a {
  font-size: 12px;
  text-decoration: underline;
  color: #000;
  padding: 20px 0 10px;
}

#cp {
  background: #fff;
  padding: 30px;
  line-height: 1.6;
  width: 90%;
  margin: 0 auto;
}

#cp h3 {
  text-align: center;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: lighter;
  font-size: 1rem;
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#cp h3::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 4px;
  width: 48px;
  height: 4px;
  background: #000;
}

#cp dl {
  padding: 5px;
  border-bottom: 2px solid #f0f0ee;
}

#cp dt {
  font-size: .8rem;
  font-weight: bold;
}

#cp dd {
  font-size: .8rem;
}

#cp dd a {
  color: #000;
}

.f-logo {
  padding: 8px;
  width: 200px;
  margin: 0 auto;
}

.copyright {
  font-size: 10px;
  padding: 5px 0;
}

/* ------------------------------
　　--popup--
------------------------------ */
#backGuide, #backGuide p {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#backGuide {
  display: none;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

#backGuide p {
  display: block;
  width: 90%;
  height: auto;
  cursor: pointer;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  max-width: 680px;
  -webkit-transform: translateY(-50%) translateX(-50%);
}

#backGuide p a img {
  width: 100%;
}

#backGuide .btn {
  color: #fff;
  background: #c30d23;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  line-height: 1.6;
  position: absolute;
  right: 0;
  top: -33px;
  text-align: center;
  display: table;
  cursor: pointer;
}

#backGuide .btn:hover {
  cursor: pointer;
}

#backGuide .btn:active {
  background: #c30d23;
}

#backGuide .checkbox {
  display: none;
}

table{
  width: 100%;
  border-spacing: 0;
}

table th{
  border-bottom: solid 2px #fb5144;
  padding: 10px 0;
}

table td{
  border-bottom: solid 1px #ddd;
  text-align: center;
  padding: 10px 0;
}

.fixed_btn { 
position: fixed;
bottom: 10px;
right: 10px;
    z-index: 1;
    border:none;
    background-color: transparent;
}