@charset "UTF-8";
/*===============================================
 *	ブラウザリセット
===============================================*/
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts_woman/NotoSansJP-Medium.woff2") format("woff2"), url("../fonts_woman/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts_woman/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../fonts_woman/ZenKakuGothicNew-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGothic";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts_woman/ZenKakuGothicNew-Medium.woff2") format("woff2"), url("../fonts_woman/ZenKakuGothicNew-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts_woman/ZenMaruGothic-Bold.woff2") format("woff2"), url("../fonts_woman/ZenMaruGothic-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts_woman/ZenMaruGothic-Medium.woff2") format("woff2"), url("../fonts_woman/ZenMaruGothic-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts_woman/Jost-Bold.woff2") format("woff2"), url("../fonts_woman/Jost-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts_woman/Jost-SemiBold.woff2") format("woff2"), url("../fonts_woman/Jost-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts_woman/Jost-Medium.woff2") format("woff2"), url("../fonts_woman/Jost-Medium.woff") format("woff");
  font-display: swap;
}
.ftype_zenkaku{
  font-family: "ZenKakuGothic";
}
.ftype_zenmaru{
  font-family: "ZenMaruGothic";
}
.ftype_jost{
  font-family: "Jost";
}
.ftype_YakuHan {
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
body {
  font-size: 100%;
  font-family: "Noto Sans", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  height: 100%;
  position: relative;
}

table {
  font-size: inherit;
}

select, input, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

pre, code {
  font: 115% monospace;
  font-size: 100%;
}

br {
  letter-spacing: normal;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}

address, em {
  font-style: normal;
}

strong, th {
  font-weight: bold;
}

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

th, td {
  text-align: left;
  border: none;
  font-weight: normal;
}

hr {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 500;
  letter-spacing: 0.05em;
}

img, fieldset {
  border: 0;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

ul, ol, dl {
  margin: 0;
  list-style-position: outside;
  list-style-type: none;
}

li, dt, dd {
  font-size: 100%;
}

dt {
  font-weight: normal;
}

a {
  text-decoration: underline;
  outline: none;
}

a:hover {
  text-decoration: none;
}

form, input {
  padding: 0;
  margin: 0;
}

iframe {
  border: none;
}

figure {
  margin: 0;
}

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

p {
  line-height: 1.75;
}

i {
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
}

/*====================== clearFix ======================*/
.clearfix:before, .clearfix:after {
  content: "";
  display: block;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*=============================================== *
	パターン
===============================================*/
.column {
  display: flex;
  flex-direction: column;
}

.row {
  display: flex;
  flex-direction: row;
}

.row-rev {
  display: flex;
  flex-direction: row-reverse;
}

.wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.space-btw {
  justify-content: space-between;
}

.space-around {
  justify-content: space-around;
}

.js-center {
  justify-content: center;
}

.al-center {
  align-items: center;
}

.al-start {
  align-items: flex-start;
}

.al-end {
  align-items: flex-end;
}

.al-base {
  align-items: baseline;
}

/*===============================================
 *	br
===============================================*/
@media screen and (min-width: 1025px) {
  .br-pc {
    display: block;
  }
  .br-tb {
    display: none;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .br-pc {
    display: none;
  }
  .br-tb {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .br-pc {
    display: none;
  }
  .br-tb {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/*===============================================
 *	common
===============================================*/
:root {
  --site-primary: #f24f62;
  --site-keycolor: #29a6c4;
}

html body {
  color: #333;
  background: #fafefd;
}

a {
  outline: none;
  text-decoration: none;
}

em {
  font-weight: bold;
}

.sp {
  display: none;
}

.inner {
  max-width: 1120px;
  margin: 0 auto;
  width: 95%;
  position: relative;
}

.inner_wide {
  max-width: 1300px;
  margin: 0 auto;
  width: 95%;
  position: relative;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.txt_primarycolor {
  color: var(--site-primary);
}

.txt_keycolor {
  color: var(--site-keycolor);
}

.txt_white {
  color: #fff;
}

.bg_primarycolor {
  background: var(--site-primary);
}

.bg_secondarycolor {
  background: var(--site-secondary);
}

.bg_white {
  background: #fff;
}

.bg_gray {
  background: #f5f5f5;
}

.hover_white {
  display: inline-block;
  position: relative;
}

.hover_white::after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.hover_white:hover::after {
  opacity: 0.15;
}

.radius_size_10 {
  border-radius: 10px;
  overflow: hidden;
}

.lg_inner_space {
  padding: clamp(35px, 4.8vw, 80px) 0 clamp(35px, 4.8vw, 80px);
}

.md_inner_space {
  padding: 50px 50px 50px;
}

.lg_inner_space_03 {
  padding: 0 0 30px;
}
.sm_inner_space{
  max-width: 960px;
  margin: 0 auto;
}
.annotation_txt {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
  color: #444;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media only screen and (max-width: 960px) {
  html body {
    font-size: 15px;
  }
  .md_inner_space {
    padding: 4vw 4vw;
  }
}
@media only screen and (max-width: 568px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner_wide {
    margin: 0 auto;
    max-width: initial;
    width: 94%;
  }
  .inner {
    width: 89.4vw;
  }
  .sm_inner_space {
    max-width: initial;
    margin: 0 -5.4vw;
  }
  .md_inner_space {
    padding: 20px 5.3vw;
  }
}
/*===============================================
 *	common style
===============================================*/
.parentheses_frame{
  text-align: center;
}

.ttl_primary {
  font-size: 42px;
  font-weight: bold;
  position: relative;
  padding: .25em 1em;
  display: inline-block;
  margin: 0 0 30px 0;
}

.ttl_primary::before,
.ttl_primary::after {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
    content: '';
}
.ttl_primary::before {
    top: 0;
    left: 0;
    border-right: none;
}
.ttl_primary::after {
    bottom: 0;
    right: 0;
    border-left: none;
}

@media only screen and (max-width: 960px) {
  .ttl_primary {
    font-size: 36px;
  }
}
@media only screen and (max-width: 568px) {
  .ttl_primary {
    font-size: 24px;
    padding: .15em 1em;
    margin: 0 0 20px 0;
  }
  .parentheses_frame .ttl_primary span{
    font-size: 30px;
  }
  .parentheses_frame .en_txt{
    margin: -20px 0 10px;
  }
}
/*===============================================
 *	MV
===============================================*/
.key_visual{
  position: relative;
}
.key_visual .txt_google{
  color: #684d3d;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .key_visual .txt_google{
    font-size: 10px;
    letter-spacing: 0;
    right: -15px;
    bottom: 5px;
  }
}
/*===============================================
 *	こんな人が相談されています
===============================================*/
.bg_stone{
  background: url("../img/woman/common/bg_stone.jpg") top 22vw center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 568px) {
  .bg_stone{
    background: url("../img/woman/common/bg_stone_sp.jpg") bottom no-repeat;
    background-size: contain;
  }
}
/*-----------------------------------------------
 *	導入文
-----------------------------------------------*/
.img_intro_top {
  max-width: 680px;
  margin: 0 auto 30px;
}
.intro_consultation{
  font-size: 19px;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .img_intro_top {
    margin: 0 auto 10px;
  }
  .intro_consultation{
    font-size: 14px;
    text-align: left;
  }
}
/*-----------------------------------------------
 *	相談リスト
-----------------------------------------------*/
.trouble_section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 680px;
  width: 100%;
  margin: 50px auto 0;
  padding: 20px;
  position: relative;
}
.trouble_section .intro_problem {
  display: block;
  max-width: 468px;
  position: absolute;
  right:0;
  top: 0;
  z-index: 0;
}
.trouble_section .trouble_list{
  position: relative;
  width: 60%;
  z-index: 5;
}
.trouble_list ul {
  padding: 10px 0 0 0;
}

.trouble_list li {
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 8px 0;
  display: inline-block;
  padding: 5px 10px 5px 1.75em;
  position: relative;
}
.trouble_list li:last-child {
  margin: 8px 0 0;
}
.trouble_list li::before {
  content: "";
  display: block;
  background: url("../img/woman/problem/icon_check01.svg") no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  position: absolute;
  left:5px;
  top: 50%;
  transform: translateY(-50%);
}
.trouble_list li span {
  color: var(--site-keycolor);
}

@media only screen and (max-width: 568px) {
  .trouble_wrap {
    padding: 35px 0 15px;
  }
  .trouble_section {
    padding: 0;
    margin: 30px -5.4vw 0 auto;
  }
  .trouble_section .trouble_list {
      position: relative;
      width: 100%;
      z-index: 5;
      margin-left: -5vw;
  }
  .trouble_list li {
    font-size: 15px;
    padding: 5px 10px 5px 1.75em;
    margin: 3px 0;
  }
  .trouble_list li:last-child {
    margin: 3px 0 0;
  }
  .trouble_section .intro_problem {
      width: 80%;
      top: initial;
      bottom: -15px;
  }
  .trouble_list li::before {
    width: 15px;
    height: 15px;
  }
}


/*===============================================
 *	お問い合わせの半数以上
===============================================*/
.bg_trouble{
  background: url("../img/woman/problem/bg_problem.png") top center no-repeat;
  background-size: cover;
}
.bg_orange_gradient{
  background: linear-gradient(to right,  #ffac6c 0%,#ff7584 100%);
  color: #fff;
}

/*-----------------------------------------------
 *	見出し
-----------------------------------------------*/
.bg_bottom_arrow_frame{
  background: url("../img/woman/problem/down_mark_pc.png") top center no-repeat;
  background-size: 326px 157px;
}
.ttl_data{
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 0 0;
}

.ttl_data em{
  font-size: 32px;
  padding: 5px 10px;
  margin-right: 5px;
}
.ttl_data em span{
  font-size: 40px;
  color: #fff;
}
.ttl_data span.txt_primarycolor{
  font-size: 44px;
}
@media only screen and (max-width: 568px) {
  .ttl_data{
    font-size: 22px;
    line-height: 1.6;
  }
  .ttl_data em {
    font-size: 22px;
  }
  .ttl_data em span {
    font-size: 27px;
  }
  .ttl_data span.txt_primarycolor{
    font-size: 40px;
  }
  .ttl_data span.data_txt_kara{
    font-size: 26px;
  }
}
/*-----------------------------------------------
 *	お問い合わせデータ
-----------------------------------------------*/
.gender_ratio_box{
  background: #fff;
  border: 4px solid #f9aeb7;
  border-radius: 10px;
  position: relative;
  margin: 50px auto 60px;
  max-width: 540px;
}
.gender_ratio_box .ttl_gender{
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -1.4em;
}
.gender_ratio_box .ttl_gender span{
  padding: 5px 2em;
  border-radius: 10px;
  font-size: 25px;
  font-weight: bold;
  background: var(--site-primary);
  color: #fff;
}
.gender_ratio_box .gender_box{
  padding: 2em 0 1em;
}
.gender_ratio_box .gender_box img{
  max-width: 400px;
  margin: 0 auto 15px;
}
.gender_ratio_box .gender_box p{
  font-size: 14px;
}
@media only screen and (max-width: 568px) {
  .gender_ratio_box {
    margin: 50px auto 30px;
    max-width: initial;
    width: 89.4vw;
  }
  .gender_ratio_box .gender_box {
    padding: 1.75em 0 1em;
  }
  .gender_ratio_box .ttl_gender span{
    font-size: 20px;
  }
  .gender_ratio_box .gender_box img {
    max-width: initial;
    width: 80%;
  }
}
/*-----------------------------------------------
 *	お悩み
-----------------------------------------------*/
.ttl_problem{
  font-size: 27px;
  font-weight: bold;
}
.ttl_problem span{
  border-bottom: 2px solid var(--site-keycolor);
  color: var(--site-keycolor);
  font-size: 32px;
  padding-bottom: 5px;
}
.problem_list {
  position: relative;
  padding: 176px 0 110px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -60px 0 0;
}
.problem_list li {
  font-size: 19px;
  width: 50%;
  z-index: 10;
}
.problem_list li div {
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: .5rem 2rem .75rem;
  border-radius: 100px;
  z-index: -1;
}
.problem_list li div:after {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 100px;
}
.problem_list li div span {
  font-size: 22px;
}

.problem_list li:nth-child(odd) div:before,
.problem_list li:nth-child(even) div:before{
  width: 30px;
  height: 24px;
  position: absolute;
  z-index: 10;
}
.problem_list li:nth-child(odd) div {
  background: #f1f1f1;
}
.problem_list li:nth-child(odd) div:after {
  border: 2px solid #676568;
}
.problem_list li:nth-child(odd) div:before {
  content: "";
  background: url("../img/woman/problem/icon_check_gray.svg") top no-repeat;
  background-size: contain;
  left: 1rem;
  top: -1rem;
}
.problem_list li:nth-child(even) div {
  background: #e2ebf2;
  color: #175c93;
}
.problem_list li:nth-child(even) div:after {
  border: 2px solid #4679a6;
}
.problem_list li:nth-child(even) div:before {
  content: "";
  background: url("../img/woman/problem/icon_check_blue.svg") top no-repeat;
  background-size: contain;
  left: 1rem;
  top: -1rem;
}
.problem_list li:nth-child(1) div{
  margin: -10px 0 0 15%;
}

.problem_list li:nth-child(2) div{
  margin: 10px 0 0 150px;
}

.problem_list li:nth-child(3) div{
  margin: 60px 0 0 115px;
}

.problem_list li:nth-child(4) div{
  margin: 80px 0 0 80px;
}
.problem_list::after {
  content: '';
  background: url("../img/woman/problem/problem_image.png") no-repeat;
  background-size: contain;
  width: 232px;
  height: 386px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .problem_list li:nth-child(3) div {
    margin: 80px 0 0 60px;
    width: 88%;
  }

}
@media only screen and (max-width: 960px) {
  .problem_list {
    margin: 30px 0 0;
    padding: 78px 0 110px;
  }
  .problem_list li {
    font-size: 16px;
  }
  .problem_list li div {
    padding: 13px 18px 15px;
  }
  .problem_list li div span {
    font-size: 18px;
  }
  .problem_list::after {
    width: 238px;
    height: 339px;
  }
  .problem_list li:nth-child(1) div {
    margin: 0 0 0 25%;
  }
  .problem_list li:nth-child(2) div {
    margin: 10px 0 0 20%;
  }
  .problem_list li:nth-child(3) div {
    margin: 20px 0 0 8%;
  }
  .problem_list li:nth-child(4) div {
    margin: 40px 0 0 10%;
  }
}

@media only screen and (max-width: 568px) {
  .data_wrap{
    width: 100%;
  }
  .bg_bottom_arrow_frame {
    background: url("../img/woman/problem/down_mark_sp.png") top center no-repeat;
    background-size: contain;
  }
  .ttl_problem {
    font-size: 22px;
  }
  .ttl_problem span {
    font-size: 26px;
    padding-bottom: 2px;
  }
  .problem_list {
    margin-top: 30px;
    padding: 0 0 50px;
  }
  .problem_list li {
    font-size: 15px;
    width: 100%;
    display: block;
    margin-bottom: 13px;
  }
  .problem_list li div {
    display: block;
    text-align: center;
    margin: 0;
    padding: 3px 18px 5px;
    line-height: 1.3;
  }
  .problem_list li:nth-child(odd) div:before {
    left: 50%;
    transform: translateX(-50%);
    background-size: 24px 19px;
  }
  .problem_list li:nth-child(even) div:before {
    left: 50%;
    transform: translateX(-50%);
    background-size: 24px 19px;
  }
  .problem_list li:nth-child(1) div {
    margin: 0 0 0 15%;
    width: 45%;
  }
  .problem_list li:nth-child(2) div {
    margin: 10px 0 0 8%;
    width: 45%;
  }
  .problem_list li:nth-child(3) div {
    margin: 10px 0 0 10%;
    width: 56%;
  }
  .problem_list li:nth-child(4) div {
    margin: 10px 0 0 5%;
    width: 45%;
  }
  .problem_list::after {
    width: 190px;
    height: 317px;
    left: auto;
    right: 0;
    transform: none;
  }
}
/*-----------------------------------------------
 *	そんな不安を抱えながらも
-----------------------------------------------*/
.solution_wrap{
  position: relative;
}
.solution_wrap::before{
  content: "";
  background: url("../img/woman/problem/solution_woman.png") no-repeat;
  background-size: contain;
  width: 382px;
  height: 344px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.solution_wrap.bg_stone{
  background-size: cover;
}
.ttl_solution{
  font-size: 27px;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  padding: .5rem 1rem;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  word-break: keep-all;
}
.solution_contents{
  padding: 100px 0 50px;
  margin: 0 auto;
  width: 80%;
}
.solution_box{
  background: url("../img/woman/problem/bg_pattern.png") repeat #fff;
  background-size: 17px;
  padding: 2rem 1rem 2rem 17rem;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.4);
}
.solution_box p{
  font-size: 23px;
}
.solution_box p span{
  border-bottom: 1px solid currentColor;
  font-size: 27px;
  font-weight: bold;
}
.solution_box p span:nth-of-type(1){
  margin: 0 5px 0 0;
}
@media only screen and (max-width: 960px) {
  .solution_wrap::before {
    width: 282px;
    height: 248px;
  }
  .solution_box {
    padding: 1.5rem 1rem 1.5rem 12rem;
    border-radius: 10px;
    box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.4);
  }
  .solution_box p {
    font-size: 23px;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 568px) {
  .solution_wrap {
    margin: 0;
    width: 100%;
  }
  .solution_wrap::before {
    width: 212px;
    height: 206px;
    left: -40px;
  }
  .ttl_solution{
    font-size: 20px;
  }
  .solution_contents {
    padding: 40px 0 30px;
    margin: 0 auto;
    width: 90%;
  }
  .solution_box p {
    font-size: 18px;
  }
  .solution_box p span {
    font-size: 21px;
  }
  .solution_box {
    padding: 1rem 0 1rem 9rem;
  }

}

/*===============================================
 *	CTAエリア
===============================================*/
.cv_area {
  background: #29c2c4;
  padding: 40px 0;
}

.cv_area .cv_box {
  background: url("../img/woman/cta/cv_bg.png") top left no-repeat #fff;
  background-size: contain;
  border-radius: 10px;
  padding: 30px 40px;
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  width: 95%;
}
.cv_area .cv_box .google_pr {
  overflow: hidden;
  width: 163px;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 40px;
}

.cv_area .cv_box::after {
  content: '';
  background: url("../img/woman/cta/cv_staff.png") no-repeat;
  background-size: contain;
  width: 268px;
  height: 268px;
  position: absolute;
  left: 4.5%;
  bottom: 0;
}

.cv_area .btn_box_wrapper .btn_box {
  width: 100%;
  max-width: 610px;
  margin: 0 0 0 auto;
}

.cv_area .btn_box_wrapper .btn_box .tel {
  margin: 0 auto 20px;
  max-width: 576px;
}
.cv_area .btn_box_wrapper .btn_box .mail {
  max-width: 291px;
}
.cv_area .btn_box_wrapper .btn_box .line {
  max-width: 291px;
}
@media only screen and (max-width: 1024px) {
  .cv_area .cv_box::after {
    width: calc(325px * 0.8);
    height: calc(298px * 0.8);
  }
}
@media only screen and (max-width: 960px) {
  .cv_area .cv_box {
    padding: 3vw 4vw;
  }
  .cv_area .cv_box::after {
    width: calc(325px * 0.75);
    height: calc(298px * 0.75);
  }
  .cv_area .btn_box_wrapper .btn_box {
    max-width: 440px;
  }
  .cv_area .btn_box_wrapper .btn_box .line {
    margin-right: 20px;
  }
  .cv_area .cv_box .google_pr {
    width: 123px;
  }
}
@media only screen and (max-width: 568px) {
  .cv_area {
    padding: 10px 0 25px;
  }
  .cv_area .cv_box {
    margin-top: 12px;
    padding: 17px 17px 22px;
    background: url("../img/woman/cta/cv_bg_sp.png") bottom left no-repeat #fff;
    width: 90%;
  }
  .cv_area .cv_box::before {
    content: '';
    background: url("../img/woman/cta/cv_staff_sp.png") no-repeat;
    background-size: contain;
    width: 130px;
    height: 168px;
    position: absolute;
    bottom: 0;
    left: -2vw;
  }
  .cv_area .cv_box .btn_box_wrapper .btn_box {
    width: 100%;
    max-width: initial;
    margin: 0;
  }
  .cv_area .cv_box .btn_box_wrapper .btn_box .tel {
    margin-bottom: 15px;
  }
  .cv_area .btn_box_wrapper .btn_box .line {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .cv_area .cv_box .btn_box_wrapper .btn_box div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cv_area .cv_box .btn_box_wrapper .btn_box div a {
    width: 100%;
    max-width: 213px;
    margin-left: auto;
  }
  .cv_area .cv_box::after {
    content: none;
  }
  .cv_area .cv_box .google_pr {
    width: 96px;
    bottom: 10px;
    left: 0px;
  }
}
/*===============================================
 *	メディア紹介
===============================================*/
.ttl_primary{
  letter-spacing: 2px;
}
.en_txt{
  color: #f5b6a7;
  font-size: 24px;
  font-family: "Jost";
  font-weight: bold;
  margin: -30px 0 20px;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 568px) {
  .en_txt{
    font-size: 18px;
  }
}
/*-----------------------------------------------
 *	スライダー
-----------------------------------------------*/
.media-slide{
  background: #29a6c4;
  border-radius: 10px;
  padding: 35px;
  margin: 50px 0 0;
}
.slide-title{
  background: #f4fafc;
  padding:50px 30px 20px;
  width: 70%;
  font-family: "ZenKakuGothic";
  position: relative;
  text-align: center;
}
.media-slide .news p::before{
  content: '';
  background: url("../img/woman/media/icon_cm.png")no-repeat;
  background-size: contain;
  width: 75px;
  height: 52px;
  position: absolute;
  left: 35px;
  top: 35px;
}
.media-slide .magazine p::before{
  content: '';
  background: url("../img/woman/media/icon-magazine.svg")no-repeat;
  background-size: contain;
  width: 53px;
  height: 53px;
  position: absolute;
  left: 35px;
  top: 35px;
}
.media-slide .news-paper p::before{
  content: '';
  background: url("../img/woman/media/icon-news.png")no-repeat;
  background-size: contain;
  width: 56px;
  height: 48px;
  position: absolute;
  left: 35px;
  top: 35px;
}
.media-slide .book p::before{
  content: '';
  background: url("../img/woman/media/icon_book.png")no-repeat;
  background-size: contain;
  width: 48px;
  height: 57px;
  position: absolute;
  left: 35px;
  top: 35px;
}
.media-slide .book{
  padding: 20px 30px 20px;
}
.no-link p{
  padding-top: 30px;
  padding: 0 0 20px!important;
  line-height: 1.8!important;
}
.slide-title p{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
.slide-title p span{
  font-size: 30px;
  color: var(--site-keycolor);
}
.slide-title a{
  max-width: 200px;
  margin: 10px auto 0;
  display: block;
}
.slide-title a img{
  width: 100%;
  max-width: 200px;
}
.slide-title a.slide-link{
  max-width: 100%;
  display: inline;
  margin: 0 auto 5px;
}
.slide-title a.slide-link span{
  border-bottom: 3px solid var(--site-keycolor);
  line-height: 1.4;
}
.slide-title a.slide-link:hover span{
  border-bottom: none;
}
.slick-slide .slide-img{
  max-width: 487px;
  width: 100%;
}
.slick-slide .slide-img img{
  max-width: 487px;
  width: 100%;
}
.slide-arrow{
  width: 50px;
  height: 50px;
}
.slick-slider .prev-arrow{
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}
.slick-slider .next-arrow{
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}
#slider .slick-list,
#slider .slick-track{
  height: 256px;
}

@media only screen and (max-width: 1024px) {
  .slide-title p span {
    font-size: 23px;
  }
  .slick-slider .prev-arrow {
      left: -10px;
  }
  .slick-slider .next-arrow {
      right: -60px;
  }
}
@media only screen and (max-width: 980px) {
  .media-slide {
    margin: 30px 0 50px;
    padding: 35px 35px 15px;
  }
  .media-slide .magazine p::before{
    width: 43px;
    height: 43px;
    left: 25px;
    top: 25px;
  }
  .slide-title p{
      font-size: 18px;
  }
  .slide-title p span{
      font-size: 20px;
  }
  .slide-title a img{
      max-width: 150px;
  }
  .slide-title a{
      max-width: 150px;
  }
  .media-slide .news p::before{
      width: 55px;
      height: 32px;
  }
  .l-inner .media-slide{
      max-width: 86%;
      margin: 30px auto;
  }
  .slide-title{
      padding: 40px 15px 10px;
  }

  #slider .slick-list,
  #slider .slick-track{
    height: 29vw;
  }
  .slide-arrow {
    width: 40px;
    height: 40px;
  }
  .no-link p {
    padding: 30px 0 20px !important;
  }
}
@media only screen and (max-width: 568px) {
  .slick-slide img{
    width: 100%;
  }
  .media-slide{
    padding: 20px;
    margin: 30px 0 0;
  }
  .slick-slide .row-rev{
      flex-direction: column-reverse;
  }
  .l-inner .media-slide{
      max-width: 75%;
  }
  .slide-title{
      width: 100%;
  }
  .l-inner .media-slide{
      padding: 20px;
      margin: 20px auto;
  }
  #slider .slick-list,
  #slider .slick-track{
    height: auto;
  }
  .slide-title{
      padding: 10px 0;
      min-height: 145px;
  }
  .slide-title p span {
    font-size: 20px;
  }
  .slide-arrow{
      width: 25px;
      height: 25px;
  }
  .slick-slider .prev-arrow{
      top:50%;
      left: -20px;
  }
  .slick-slider .next-arrow{
      top:50%;
      right: -40px;
  }
  .media-slide .news p::before {
    width: 40px;
  }
  .media-slide .news-paper p::before{
      width: 40px;
      height: 39px;
  }
  .media-slide .magazine p::before{
      width: 35px;
      height: 35px;
  }
  .media-slide .book p::before{
      width: 32px;
      height: 45px;
  }
  .media-slide .book{
      padding: 20px 0 10px;
  }
  .media-slide .book p{
    font-size: 16px;
  }
  .media-slide .book p span{
    font-size: 18px;
  }
  .no-link p{
    padding: 18px 20px 20px !important;
  }
}
/*===============================================
 *	5つの理由 -見出し-
===============================================*/
.bg_pinkgradient{
  background: linear-gradient(to right,  #ffa66e 0%,#ff7482 100%);
}
.reason_frame{
  padding: 50px 0 0;
  position: relative;
  margin-bottom: 30px;
}
.reason_frame::after{
  content: "";
  display: block;
  background: url("../img/woman/reason/bg_reason.svg") center top no-repeat;
  background-size: contain;
  max-width: 1120px;
  width: 100%;
  height: 350px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.reason_frame .en_txt{
  color: #ffd5d4;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 5px auto 20px;
}
.ttl_reason{
  color: #fff;
  font-size: 28px;
  text-align: center;
  padding-bottom: 5px;
  line-height: 1.2;
  position: relative;
  z-index: 5;
}
.ttl_reason div{
  border-bottom: #fff 1px solid;
  text-align: center;
  display: inline-block;
  padding: 0 10px 5px;
}
.ttl_reason .big_txt{
  font-size: 42px;
}
.ttl_reason em{
  color: #ffff77;
  display: inline-block;
  font-size: 46px;
  padding: 0 10px;
  border-bottom: #ffff77 1px solid;
}
.ttl_reason em .emphasis_txt{
  font-size: 82px;
}

@media only screen and (max-width: 960px) {
  .ttl_reason {
    font-size: 26px;
  }
  .ttl_reason .big_txt {
    font-size: 38px;
  }
  .ttl_reason em {
    font-size: 40px;
  }
  .ttl_reason em .emphasis_txt {
    font-size: 68px;
  }
}
@media only screen and (max-width: 568px) {
  .reason_frame {
    padding: 30px 0 0;
    margin: 0;
  }
  .reason_frame::after{
    background: url("../img/woman/reason/bg_reason_sp.svg") center top no-repeat;
    background-size: contain;
    width: 100%;
    height: 220px;
  }
  .ttl_reason {
    font-size: 18px;
    line-height: 1.4;
  }
  .ttl_reason div {
    border-bottom: none;
    text-decoration: underline;
    text-underline-offset: 5px;
    margin: 0 5%;
  }
  .ttl_reason .big_txt {
    font-size: 22px;
  }
  .ttl_reason em {
    font-size: 30px;
  }
  .ttl_reason em .emphasis_txt {
    font-size: 48px;
  }
}
/*-----------------------------------------------
 *	アンカーリンク
-----------------------------------------------*/
.anchor_links {
  max-width: 1120px;
  gap: 35px 0;
  margin: 0 auto 50px;
}
.anchor_links li {
  width: 30.3%;
  position: relative;
}
.anchor_links li:nth-child(4) {
  margin-left: auto;
  margin-right: 35px;
}
.anchor_links li:nth-child(5) {
  margin-right: auto;
}
.anchor_links a {
  font-size: min(1.8vw, 20px);
  font-weight: bold;
  color: #231815;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 1em 0 1em 3.5em;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(142, 142, 142, 0.4);
  display: block;
}
.anchor_links a::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 4px #f9acb5;
  border-right: solid 4px #f9acb5;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  margin: auto;
}
.anchor_links li a::before{
  content: "";
  width: 45px;
  height: 57px;
  position: absolute;
  left: 14px;
  top: -1px;
}

.anchor_links li:nth-of-type(1) a::before{
  background: url("../img/woman/reason/badge_reason01.svg") left top no-repeat;
  background-size: contain;
}
.anchor_links li:nth-of-type(2) a::before{
  background: url("../img/woman/reason/badge_reason02.svg") left top no-repeat;
  background-size: contain;
}
.anchor_links li:nth-of-type(3) a::before{
  background: url("../img/woman/reason/badge_reason03.svg") left top no-repeat;
  background-size: contain;
}
.anchor_links li:nth-of-type(4) a::before{
  background: url("../img/woman/reason/badge_reason04.svg") left top no-repeat;
  background-size: contain;
}
.anchor_links li:nth-of-type(5) a::before{
  background: url("../img/woman/reason/badge_reason05.svg") left top no-repeat;
  background-size: contain;
}
.anchor_links a span{
  color: var(--site-primary);
}
.anchor_links a:hover {
  opacity: .9;
  box-shadow: none;
}
@media only screen and (max-width: 1024px) {
  .anchor_links {
    gap: 22px 0;
  }
}
@media only screen and (max-width: 980px) {
  .anchor_links li a::before {
    left: 5px;
  }
  .anchor_links a::after {
    width: 7px;
    height: 7px;
    border-bottom: solid 3px #f9acb5;
    border-right: solid 3px #f9acb5;
    right: .5rem;
  }
}
@media only screen and (max-width: 568px) {
  .anchor_links {
    margin: 22px 5% 0;
    gap: 15px 0;
  }
  .anchor_links li {
    width: 100%;
  }
  .anchor_links li:nth-child(4) {
    margin-right: auto;
  }
  .anchor_links a {
    font-size: 21px;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    padding: .5em 1em .65em 3.25em;
  }
  .anchor_links li a::before {
    left: 10px;
  }
  .anchor_links a::after {
    right: 1rem;
  }
}
/*===============================================
 *	選ばれる理由コンテンツ
===============================================*/
.bg_pink{
  background: #fcd7d1;
}
.reason {
  background: #fff;
  padding: 0 40px 20px;
  border-radius: 10px;
  margin: 0 0 50px 0;
}
.reason.last {
  margin: 0;
}
.reason-inner {
  display: grid;
  gap: 0 40px;
}
.caution_txt{
  color: #808080;
  font-size: 13px;
}
/*-----------------------------------------------
 *	並び替え
-----------------------------------------------*/
@media (min-width: 1024px) {
  .reason-inner {
    grid-template-columns: 1fr 410px;
    grid-template-areas:
      "title img"
      "text  img";
    align-items: start;
  }
  .reason_head_ttl { grid-area: title; }
  .reason_img    { grid-area: img; margin: 0; }
  .reason_text   { grid-area: text; }
}
@media (max-width: 768px) {
  .reason-inner {
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "img"
      "text";
  }
  .reason_head_ttl { grid-area: title; }
  .reason_img  { grid-area: img; margin: 0; }
  .reason_text  { grid-area: text; }
}
/*-----------------------------------------------
 *	コンテンツ
-----------------------------------------------*/
.reason_num {
  background: #f24f62;
  border-radius: 0 0 6px 6px;
  color: #ffff77;
  font-size: 27px;
  line-height: 1;
  padding: 4px 0 6px;
  text-align: center;
  margin: 0 auto 30px;
  width: 50%;
}
.reason_num span {
  font-size: 42px;
  padding-left: 10px;
}
.reason_head_ttl {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  margin: 0 0 20px 0;
}
.reason_head_ttl span {
  color: #e95464;
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
}

.reason_img {
  max-width: 409px;
  position: relative;
  margin-top: 18px;
}
.reason_img::before,
.reason_img::after {
    position: absolute;
    width: 100px;
    height: 100px;
    content: '';
}

.reason_img::before {
    top: -7px;
    left: -7px;
    border-top: 8px solid #f68a97;
    border-left: 8px solid #f68a97;
}

.reason_img::after {
    bottom: -7px;
    right: -7px;
    border-right: 8px solid #f68a97;
    border-bottom: 8px solid #f68a97;
}
.img_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
.img_item li{
  background: linear-gradient(135deg,  #ffb06a 0%,#ff7482 100%);
  display: flex;
  align-items: center;
  width: 48%;
  border-radius: 10px;
  margin-bottom: 10px;
}
.img_item p{
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-weight: bold;
  width: 100%;
}
.img_item p span{
  display: block;
}
.img_item img{
  max-width: 133px;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 1024px) {
  .img_item img {
    max-width: 100px;
  }
}
@media only screen and (max-width: 980px) {
  .reason_img {
    max-width: 409px;
    position: relative;
    margin: 18px auto 20px;
  }
}
@media only screen and (max-width: 580px) {
  .reason {
    padding: 0 25px 20px;
    margin: 0 0 30px 0;
  }
  .reason_num {
    font-size: 18px;
    margin: 0 auto 10px;
    padding: 5px 0 8px;
    width: 100%;
  }
  .reason_num span{
    font-size: 28px;
  }
  .reason_img::before {
    top: -4px;
    left: -4px;
    border-top: 5px solid #f68a97;
    border-left: 5px solid #f68a97;
  }
  .reason_img::after {
    bottom: -4px;
    right: -4px;
    border-right: 5px solid #f68a97;
    border-bottom: 5px solid #f68a97;
  }
  .reason_img::before,
  .reason_img::after {
    position: absolute;
    width: 70px;
    height: 70px;
    content: '';
  }
  .img_item {
    margin: 20px 0 0;
  }
  .img_item li {
    display: flex;
    align-items: unset;
    flex-direction: column;
    width: 48%;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .img_item img {
    max-width: initial;
    border-radius: 10px 10px 0 0;
  }
  .img_item p {
    font-weight: normal;
    width: 100%;
    font-size: 14px;
    padding: 5px 0;
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: center;
  }
}
/*-----------------------------------------------
 *	各見出し
-----------------------------------------------*/
.reason_head_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.reason_head_ttl.reason01,
.reason_head_ttl.reason03,
.reason_head_ttl.reason05{
  padding-left: 90px;
}
.reason_head_ttl.reason02,
.reason_head_ttl.reason04{
  padding-left: 100px;
}

.reason_head_ttl.reason01::before {
  background: url("../img/woman/reason/reason01_img_ttl.png") center left no-repeat;
  background-size: contain;
  width: 80px;
  height: 85px;
}
.reason_head_ttl.reason02::before {
  background: url("../img/woman/reason/reason02_img_ttl.png") center left no-repeat;
  background-size: contain;
  width: 95px;
  height: 104px;
}
.reason_head_ttl.reason03::before {
  background: url("../img/woman/reason/reason03_img_ttl.png") center left no-repeat;
  background-size: contain;
  width: 75px;
  height: 96px;
}
.reason_head_ttl.reason04::before {
  background: url("../img/woman/reason/reason04_img_ttl.png") center left no-repeat;
  background-size: contain;
  width: 78px;
  height: 81px;
}
.reason_head_ttl.reason05::before {
  background: url("../img/woman/reason/reason05_img_ttl.png") center left no-repeat;
  background-size: contain;
  width: 67px;
  height: 80px;
}
@media only screen and (max-width: 580px) {
  .reason_head_ttl,
  .reason_head_ttl span {
    font-size: 20px;
    letter-spacing: 0;
  }
  .reason_head_ttl {
    margin: 0;
  }
  .reason_head_ttl.reason01,
  .reason_head_ttl.reason05 {
    padding-left: 45px;
  }
  .reason_head_ttl.reason02 {
    padding-left: 65px;
  }
  .reason_head_ttl.reason03 {
    padding-left: 60px;
  }
  .reason_head_ttl.reason04 {
    padding-left: 45px;
  }
  .reason_head_ttl.reason01::before {
    width: 52px;
    height: 63px;
    left: -10px;
    top: unset;
    bottom: 0;
    transform: none;
  }
  .reason_head_ttl.reason02::before {
    width: 75px;
    height: 84px;
    left: -10px;
    top: unset;
    transform: none;
  }
  .reason_head_ttl.reason03::before {
    width: 50px;
    height: 64px;
    top: initial;
    transform: none;
    bottom: -10px;
    left: -10px;
  }
  .reason_head_ttl.reason04::before {
    width: 50px;
    height: 53px;
    left: -10px;
    transform: none;
    top: initial;
    bottom: -3px;
  }
  .reason_head_ttl.reason05::before {
    width: 45px;
    height: 55px;
    left: -10px;
  }
}
/*-----------------------------------------------
 *　電子決済
-----------------------------------------------*/
.credit_box{
  margin: 25px 0 10px;
}
.credit_box .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #29a6c4;
  text-align: center;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
}
.credit_box .card_box_inner {
  background: #fff;
  padding: 20px 35px;
  border: 6px solid #d8eff4;
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.credit_box .card_image {
  width: 43%;
}
@media only screen and (max-width: 960px) {
  .credit_box .ttl {
    font-size: 24px;
  }
  .credit_box .card_image {
    width: 55%;
  }
}
@media only screen and (max-width: 568px) {
  .credit_box{
    margin: 10px 0 0;
  }
  .credit_box .ttl {
    font-size: 18px;
    padding: 8px 0 10px;
  }
  .credit_box .card_box_inner {
    padding: 18px 20px 10px;
    border-width: 4px;
  }
  .credit_box .card_image {
    width: 100%;
  }
}
/*===============================================
 *	安心価格
===============================================*/
.price_wrap{
  background: url("../img/woman/common/bg_sky.png") top no-repeat;
  background-size: cover;
  border-top: #b3e0ea 15px solid;
  padding: 0 0 50px;
}
.price_frame{
  background: linear-gradient(to right,  #29c4c4 0%,#29b4c4 50%,#7db9e8 98%);
  border: #93d2e3 8px solid;
  border-top: none;
  border-radius: 0 0 30px 30px;
  padding: 40px 0;
  width: 80%;
  margin: 0 auto 40px;
}
.price_ttl{
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.price_ttl em{
  font-size: 46px;
}
.price_ttl em span{
  background: #fff;
  color: #29a6c4;
  font-size: 43px;
  padding: 0 10px 2px;
  margin-left: 10px;
}

@media only screen and (max-width: 1024px) {
  .price_frame {
    padding: 20px 0;
  }
  .price_ttl {
    font-size: 32px;
  }
  .price_ttl em {
    font-size: 38px;
  }
  .price_ttl em span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 580px) {
  .price_wrap{
    border-top: #b3e0ea 5px solid;
  }
  .price_frame {
    border: #93d2e3 4px solid;
    border-top: none;
    border-radius: 0 0 15px 15px;
    padding: 20px 0;
    margin: 0 auto 30px;
    width: 86%;
  }
  .price_ttl {
    font-size: 20px;
  }
  .price_ttl em {
    font-size: 26px;
  }
  .price_ttl em span {
    font-size: 25px;
  }
  .price_wrap .credit_box {
    margin: 10px 5% 0;
  }
}
/*-----------------------------------------------
 *	導入文
-----------------------------------------------*/
.price_intro {
  text-align: center;
  margin: 0 0 40px 0;
}
.price_intro p {
  font-size: 19px;
  text-align: center;
}
.price_intro p span{
  font-weight: 800;
}
@media only screen and (max-width: 580px) {
  .price_intro p {
    font-size: 14px;
  }
}
/*-----------------------------------------------
 *	見出し
-----------------------------------------------*/
.price_subttl {
  font-size: 28px;
  position: relative;
  padding: .25em 1em;
  display: inline-block;
  margin: 0 0 30px 0;
}
.price_subttl_frame{
  text-align: center;
}
.price_subttl::before,
.price_subttl::after {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 100%;
    border: 4px solid #6fc3d7;
    box-sizing: border-box;
    content: '';
}
.price_subttl::before {
    top: 0;
    left: 0;
    border-right: none;
}
.price_subttl::after {
    bottom: 0;
    right: 0;
    border-left: none;
}
@media only screen and (max-width: 960px) {
  .price_subttl {
    font-size: 36px;
  }
}
@media only screen and (max-width: 568px) {
  .price_intro {
    margin: 0 0 20px 0;
  }
  .price_subttl {
    font-size: 18px;
  }
}
/*-----------------------------------------------
 *	料金表
-----------------------------------------------*/
table.price_tbl {
  border-collapse: separate;
  overflow: hidden;
  border-spacing: 0;
  border-radius: 10px;
  width: 100%;
  margin: 0 0 50px 0;
  box-shadow: 0px 0px 8px 0px rgba(142, 142, 142, 0.4);
}
table.price_tbl thead th {
  font-size: 22px;
  font-weight: bold;
}
table.price_tbl thead th:first-child {
  background: #f1f1f1;
}
table.price_tbl thead th:nth-child(2) {
  background: #29a6c4;
  color: #fff;
}
table.price_tbl thead th:nth-child(3) {
  background: var(--site-primary);
  color: #fff;
}
table.price_tbl th {
  background: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
table.price_tbl td {
  background: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
table.price_tbl td:nth-child(3) {
  color: var(--site-primary);
  font-family: "Jost";
  font-size: 30px;
}
table.price_tbl td:nth-child(3) span {
  font-size: 22px;
  font-family: "Noto Sans", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
table.price_tbl thead th {
  padding: .6em 0;
  border-bottom: 1px solid #d0e3ee;
}
table.price_tbl thead th + th {
  border-left: 1px solid #d0e3ee;
}
table.price_tbl tbody th, table.price_tbl tbody td {
  padding: .4em 0;
  border-bottom: 1px solid #d0e3ee;
}
table.price_tbl tbody td {
  border-left: 1px solid #d0e3ee;
}
table.price_tbl tbody tr:last-child th, table.price_tbl tbody tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 1024px) {
  table.price_tbl thead th {
    font-size: 20px;
  }
  table.price_tbl th,
  table.price_tbl td {
    font-size: 18px;
  }
  table.price_tbl td:nth-child(3) {
    font-size: 24px;
  }
  table.price_tbl td:nth-child(3) span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 580px) {
  table.price_tbl {
    width: 89.4vw;
    margin: 0 auto 30px;
  }
  table.price_tbl thead th {
    font-size: 15px;
  }
  table.price_tbl th, table.price_tbl td {
    font-size: 15px;
  }
  table.price_tbl td:nth-child(3) {
    font-size: 18px;
  }
  table.price_tbl td:nth-child(3) span {
    font-size: 13px;
  }

}
/*-----------------------------------------------
 *	料金の吹き出し見出し
-----------------------------------------------*/
.price_sub_ttl{
  margin: 0 0 30px 0;
}
.price_sub_ttl span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-align: center;
  margin: 0 0 10px 0;
}
.price_sub_ttl span::before,
.price_sub_ttl span::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #231815;
}
.price_sub_ttl span::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.price_sub_ttl span::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
.price_sub_ttl em {
  font-size: 28px;
  color: #fff;
  position: relative;
  padding: .5rem 2rem;
  background: linear-gradient(to right,  #ffa66e 0%,#ff7482 100%);
  border-radius: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.price_sub_ttl em:before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #ff8e78 transparent transparent transparent;
}
@media only screen and (max-width: 580px) {
  .price_sub_ttl {
      margin: 0 0 20px 0;
  }
  .price_sub_ttl em {
    font-size: 18px;
  }
  .price_sub_ttl em:before {
    bottom: -8px;
    border-width: 10px 8px 0 8px;
  }
  .price_sub_ttl span {
    font-size: 18px;
  }
  .price_sub_ttl span::before {
    margin-right: 20px;
  }
  .price_sub_ttl span::after {
    margin-left: 20px;
  }
  .price_sub_ttl span::before, .price_sub_ttl span::after {
    width: 2px;
    height: 25px;
  }
}
/*-----------------------------------------------
 *	サービスリスト
-----------------------------------------------*/
.service_list {
  gap: 10px;
  margin: 0 0 50px 0;
}
.service_list li {
  width: 100%;
  max-width: 148px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  -webkit-box-orient: vertical;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 0 3px rgba(212, 212, 212, 0.5);
  padding: 20px 0 10px;
  text-align: center;
}
.service_list li img {
  margin: 0 auto 10px;
}
.service_list li:nth-of-type(1) img {
  max-width: 107px;
}
.service_list li:nth-of-type(2) img {
  max-width: 91px;
}
.service_list li:nth-of-type(3) img {
  max-width: 85px;
}
.service_list li:nth-of-type(4) img {
  max-width: 85px;
}
.service_list li:nth-of-type(5) img {
  max-width: 76px;
}
.service_list li:nth-of-type(6) img {
  max-width: 92px;
}
.service_list li span {
  font-size: 18px;
  font-weight: bold;
  color: var(--site-keycolor);
}
@media screen and (max-width: 1024px) {
  .service_list li span {
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .service_list {
    gap: 20px;
    justify-content: space-around;
  }
  .service_list li {
    max-width: 168px;
  }
  .service_list li span {
    font-size: 18px;
  }
}
@media screen and (max-width: 568px) {
  .service_list {
    gap: 10px 0;
    margin: 0 auto 25px;
    width: 89.4vw;
  }
  .service_list li {
    width: 30%;
    padding: 15px 0 10px;
  }
  .service_list li img {
    width: 50px;
  }
  .service_list li span {
    font-size: 14px;
    text-align: center;
  }
}
/*-----------------------------------------------
 *	警告
-----------------------------------------------*/
.note_box {
  background: #fff;
  border: 4px solid #d0e3ee;
  border-radius: 10px;
  padding: 20px 0% 20px 8%;
  margin: 0 0 50px 0;
}
.note_box p {
  font-size: 15px;
  position: relative;
}
.note_box p::before {
  content: '';
  background: url(../img/woman/common/icon_exclamation.svg) no-repeat;
  width: 44px;
  height: 44px;
  position: absolute;
  left: -64px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .note_box {
    padding: 16px 3% 16px 13%;
  }
  .note_box p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 568px) {
  .note_box {
    padding: 14px 20px 16px;
    border-radius: 10px;
    margin: 0 auto 40px;
    width: 89.4vw;
  }
  .note_box p {
    font-size: 12px;
    padding: 0;
    position: relative;
  }
  .note_box p::before {
    width: 35px;
    height: 35px;
    position: relative;
    top: 8px;
    left: initial;
    float: left;
    margin: 0 15px 10px 0;
    transform: none;
  }
}
/*-----------------------------------------------
 *	オプション
-----------------------------------------------*/
.option_box{
  background: #f4f5f8;
  border-radius: 10px;
  margin: 0 auto 40px;
  max-width: 800px;
  position: relative;
  width: 100%;
}
.option_contents{
  padding: 60px 60px 30px;
}
.option_head{
  background: var(--site-keycolor);
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 350px;
  width: 100%;
}
.option_ttl{
  color: var(--site-keycolor);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.option_ttl span{
  padding-bottom: 5px;
  border-bottom: var(--site-keycolor) 1px solid;
}
.option_contents .img_item li {
  position: relative;
}
.option_contents .img_item img {
  max-width: none;
  border-radius: 10px 0 0 10px;
}
.option_contents .img_item span {
  display: block;
  max-width: 69px;
  position: absolute;
  left: -30px;
  top: -30px;
}
.option_contents .img_item p {
  font-size: 17px;
}
.option_txt{
  font-size: 19px;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 568px) {
  .option_box {
    border-radius: 0;
    max-width:none;
  }
  .option_head {
    font-size: 19px;
    max-width: none;
    width: 50%;
  }
  .option_contents {
    padding: 60px 20px 30px;
  }
  .option_ttl {
    font-size: 22px;
  }
  .option_contents .img_item li {
    width: 46%;
    letter-spacing: 0;
    margin-bottom: 0;
  }
  .option_contents .img_item span {
    max-width: 59px;
    left: auto;
    top: -10px;
    right: -20px;
    z-index: 5;
  }
  .option_txt {
    font-size: 14px;
  }
}
/********************************************/
.btn_link{
  margin: 0 auto 60px;
  max-width: 520px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  z-index: 999;
}
.btn_link a{
  background: #f97957;
  border-radius: 100px;
  box-shadow: 0px 3px 3px 3px rgba(188, 195, 198, 0.8);
  color: #fff;
  display: block;
  padding: 18px 0;
  text-align: center;
  position: relative;
}
.btn_link a:hover{
  opacity: .8;
}
.btn_link a:before {
  content: '';
  width: 27px;
  height: 27px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  margin: auto;
}
.btn_link a:after {
  content: '';
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 3px #f97957;
  border-right: solid 3px #f97957;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.45em;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 568px) {
  .btn_link{
    font-size: 18px;
    max-width: none;
    margin: 0 auto 30px;
    width: 90%;
  }
  .btn_link a {
    line-height: 1.4;
  }
  .btn_link a:after {
    right: 1.55em;
  }
}
/*===============================================
 *	作業事例
===============================================*/
.case_wrap{
  background: #f7f4f8;
}
.case_wrap .case_box {
  background: #fff;
  border-radius: 0 0 10px 10px;
  margin: 0 0 40px 0;
}
.case_wrap .case_box .content_ttl {
  font-size: 30px;
  font-weight: bold;
  font-family: "ZenKakuGothic";
  color: #fff;
  padding: 30px 0 30px 115px;
  letter-spacing: 0;
  position: relative;
  background: var(--site-primary);
  border-radius: 10px 10px 0 0;
}
.case_wrap .case_box .content_ttl::before {
  content: "";
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  width: 77px;
  height: 77px;
}
.case_wrap .case_box.case_01 .content_ttl::before {
  background: url("../img/woman/case/case_txt01.svg") no-repeat center;
  background-size: contain;
}
.case_wrap .case_box.case_02 .content_ttl::before {
  background: url("../img/woman/case/case_txt02.svg") no-repeat center;
  background-size: contain;
}
.case_wrap .case_box.case_03 .content_ttl::before {
  background: url("../img/woman/case/case_txt03.svg") no-repeat center;
  background-size: contain;
}
.case_box .main_box {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-template-rows: auto auto;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.case_box .case_price {
  width: 100%;
  max-width: 495px;
}
.case_box .calc_cost dl {
  -ms-flex-preferred-size: 45.4%;
      flex-basis: 45.4%;
}
.case_box .calc_cost dt {
  font-size: 18px;
  font-family: "ZenKakuGothic";
  text-align: center;
  background: #b3b3b3;
  color: #fff;
  padding: 6px 0 9px;
}
.case_box .calc_cost dd {
  font-size: 26px;
  font-family: "Jost";
  background: #f2f2f2;
  text-align: center;
  padding: 5px 0 7px;
}
.case_box .calc_cost dd .yen {
  font-size: 17px;
  font-family: "ZenKakuGothic";
}
.case_box .calc_cost .purchase_price dt {
  background: #b3b3b3;
}
.case_box .calc_cost .purchase_price dd {
  background: #f2f2f2;
  font-size: 26px;
}
.case_box .calc_cost .purchase_price dd.price_none {
  font-size: 26px;
  font-weight: bold;
}
.case_box .total {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.case_box .total dt {
  font-size: 20px;
  font-family: "ZenKakuGothic";
  color: #fff;
  background: linear-gradient(to right,  #ffac6b 0%,#ff7e7e 100%);
  padding: 10px;
  position: relative;
  display: inline-block;
  height: 70px;
  line-height: 1.2;
  margin-right: 30px;
  text-align: center;
}

.case_box .total dt:before {
  position: absolute;
  top: 0;
  right: -20px;
  content: '';
  border-width: 35px 0 35px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #ff7e7e;
}

.case_box .total dd {
  font-size: 58px;
  font-family: "Jost";
  font-weight: 500;
  color: var(--site-primary);
  padding: 4px 0 6px;
}

.case_box .total dd .yen {
  font-size: 25px;
  font-family: "ZenKakuGothic";
  font-weight: normal;
  margin-left: 10px;
}

.case_box .calc_cost img {
  width: 25px;
  position: relative;
  top: 23px;
}
.case_box .photo {
  width: 100%;
  max-width: 495px;
}
.case_box .madori_type {
  margin-top: -5px;
  max-width: 495px;
  font-size: 18px;
}
.case_box .madori_type dt {
  width: 25%;
  font-weight: bold;
  padding: 12px 0 14px;
  color: #fff;
  text-align: center;
  background: var(--site-primary);
}
.case_box .madori_type dd {
  width: 25%;
  border: var(--site-primary) 2px solid;
  padding: 12px;
  text-align: center;
}
.case_box .customer_box {
  margin: 30px 0 20px;
}
.case_box .customer_box .txt {
  margin-top: 15px;
}
.case_box .customer_box .customer_img {
  width: 133px;
  float: left;
  margin-right: 30px;
}
.case_box .customer_box .customer_img p {
  font-size: 16px;
}
.case_box .annotation_txt {
  font-size: 15px;
  color: #999;
  margin-top: 23px;
}
@media only screen and (max-width: 1024px) {
  .case_wrap .case_box .content_ttl {
    font-size: 26px;
  }
  .case_box .total dd {
    font-size: 54px;
  }
  .case_box .total dd .yen {
    font-size: 21px;
  }
  .case_box .madori_type {
    margin-top: 0;
    max-width: 415px;
  }
}
@media only screen and (max-width: 960px) {
  .case_box .calc_cost dd {
    font-size: 22px;
  }
  .case_box .calc_cost dd .yen {
    font-size: 14px;
  }
  .case_box .calc_cost dd {
    font-size: 20px;
  }
  .case_box .calc_cost .purchase_price dd {
      font-size: 20px;
  }
  .case_box .total dd {
    font-size: 44px;
  }
  .case_box .total dd .yen {
    font-size: 15px;
  }
  .case_box .total dt {
    font-size: 18px;
    height: 60px;
  }
  .case_box .total dt:before {
    border-width: 30px 0 30px 20px;
  }
  .case_box .madori_type {
    max-width: 340px;
  }
  .case_box .madori_type dt {
    width: 30%;
    font-size: 15px;
  }
  .case_box .madori_type dd {
    font-size: 15px;
  }
  .case_box .customer_box {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 568px) {
  .case_box .main_box {
    display: block;
  }
  .case_wrap .case_box .content_ttl {
    font-size: 16px;
    padding: 10px 10px 10px 60px;
  }
  .case_box .calc_cost dt {
    font-size: 13px;
    padding: 5px 0;
  }
  .case_box .calc_cost .purchase_price dd.price_none,
  .case_box .calc_cost dd {
    font-size: 18px;
  }
  .case_box .calc_cost .purchase_price dd {
    font-size: 18px;
  }
  .case_box .calc_cost dd .yen {
    font-size: 12px;
    letter-spacing: 0;
    margin-left: 5px;
  }
  .case_box .total {
    margin: 10px -5vw 15px;
  }
  .case_wrap .case_box .content_ttl::before {
    width: 47px;
    height: 47px;
  }
  .case_box .calc_cost img {
    width: 18px;
  }
  .case_box .total dt {
    font-size: 15px;
    height: 55px;
    margin-right: 25px;
  }
  .case_box .total dt:before {
    border-width: 27px 0 27px 15px;
    right: -15px;
  }
  .case_box .total dd {
    font-size: 40px;
  }
  .case_box .total dd .yen {
    font-size: 17px;
  }
  .case_box .madori_type {
    max-width: none;
    margin-top: 15px;
  }
  .case_box .madori_type dt {
    width: 30%;
    padding: 10px 0;
  }
  .case_box .madori_type dd {
    width: 25%;
    border: var(--site-primary) 2px solid;
    padding: 10px;
  }
  .case_box .customer_box .customer_img {
    width: 83px;
    margin-right: 20px;
  }
  .case_box .customer_box .txt {
    margin-top: 0;
  }
  .case_box .annotation_txt {
    font-size: 12px;
  }
}
/*===============================================
 *	お問い合わせ完了までの流れ
===============================================*/
.bg_sheets{
  background: url("../img/woman/common/bg_sheets.png") bottom no-repeat;
  background-size: cover;
}
.flow_frame{
  padding: 40px 0 0;
  position: relative;
  text-align: center;
}
.flow_frame::before{
  content: "";
  background: url("../img/woman/flow/bg_head_ttl.png") top center no-repeat;
  background-size: contain;
  width: 628px;
  height: 628px;
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.flow_head_ttl{
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 5;
}
.flow_frame .en_txt {
  font-size: 20px;
  margin: 0 0 20px;
  position: relative;
  z-index: 5;
}
.flow_frame p{
  font-size: 19px;
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 568px) {
  .flow_frame::before {
    width: 100%;
    height: 100%;
    top: -30px;
    max-width: 628px;
    max-height: 628px;
  }
  .flow_head_ttl {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .flow_frame .en_txt {
    font-size: 14px;
  }
  .flow_frame p {
    font-size: 14px;
  }
}
/*-----------------------------------------------
 *	流れ
-----------------------------------------------*/
.flow_step li{
  padding:40px;
  position: relative;
  border:3px solid var(--site-primary);
  border-radius:10px;
  background:#fff;
  display:grid;
  grid-template-columns:285px 1fr;
  grid-template-areas:
    "image header"
    "image body";
  column-gap:24px;
  row-gap:12px;
  align-items:start;
  margin-bottom: 50px;
}
.flow_step li::after{
  content: "";
  display: block;
  background: var(--site-primary);
  width: 3px;
  height: 20px;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
}
.flow_step li:last-child{
  margin-bottom: 0;
}
.flow_step li:last-child::after{
  content: none;
}
.step_image{ grid-area:image; }
.step_header{ grid-area:header; }
.step_body{ grid-area:body; }
.step_header{
  display:flex;
  align-items:center;
  gap:12px;
  text-align:left;
}
.step_badge{
  background: linear-gradient(to right,  #ffb06a 0%,#ff7482 100%);
  color:#fff;
  display:inline-block;
  padding:10px 2em 12px;
  border-radius:6px;
  line-height:1;
  font-size:22px;
  font-weight:700;
}
.section_title{
  margin:0 0 0 10px;
  font-size:26px;
  font-weight:bold;
  color: var(--site-primary);
}
.step_image img{
  max-width:285px;
}

.body_heading{
  font-size:22px;
  font-weight:800;
  margin:2px 0 10px;
}
.body_text{
  font-size:14px;
  line-height:1.9;
  color:#333;
}
.flow_step .pr_txt{
  display:inline-flex;
  font-size: 16px;
  font-weight: bold;
  background:#d8eff4;
  border-radius:100px;
  width:fit-content;
  position: relative;
  color: var(--site-keycolor);
  margin:30px 0 0;
}
.line_pr{
  padding: 15px 15px 15px 100px;
}
.calculato_pr{
  padding: 15px 15px 15px 80px;
}
.line_pr::before{
  content:"";
  background: url("../img/woman/flow/icon_step01.svg") left center no-repeat;
  background-size: contain;
  position:absolute;
  width: 67px;
  height: 94px;
  display:block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.line_pr::after{
  content:"";
  background: url("../img/woman/flow/icon_step01_line.svg") left center no-repeat;
  background-size: contain;
  position:absolute;
  width: 30px;
  height: 30px;
  display:block;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.calculato_pr::before{
  content:"";
  background: url("../img/woman/flow/icon_calculator.svg") left center no-repeat;
  background-size: contain;
  position:absolute;
  width: 72px;
  height: 87px;
  display:block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .contact_step{
    padding:18px;
  }
  .flow_step li{
    grid-template-columns:1fr;
    grid-template-areas:
      "header"
      "image"
      "body";
    row-gap:16px;
  }
  .step_header{
    justify-content:center;
    text-align:center;
  }
  .step_body {
    width: 80%;
    margin: 0 auto;
  }
  .section_title{
    font-size:21px;
  }
  .step_image img{
    max-width:480px;
    margin:0 auto;
  }
  .line_pr{
    margin:0 auto;
  }
}
@media only screen and (max-width: 568px) {
  .flow_step li {
    padding: 30px 20px 20px;
  }
  .step_badge {
    font-size: 22px;
    padding: 7px 20%;
    width:fit-content;
    position: absolute;
    top: -20px;
  }
  .section_title{
    font-size:22px;
  }
  .body_heading{
    font-size:19px;
    text-align: center;
  }
  .body_text{
    font-size:13px;
  }
  .step_body {
    width: 100%;
  }
  .flow_step .pr_txt{
    margin:20px 0 0;
    text-align: center;
    line-height: 1.4;
  }
  .line_pr{
    padding: 10px 20px 10px 80px;
  }
  .calculato_pr{
    padding: 10px 20px 10px 80px;
  }
  .line_pr::after {
    width: 38px;
    height: 38px;
    left: 65px;
    top: -10px;
    transform: none;
  }
}
/*===============================================
 *	女性同士
===============================================*/
.important_wrap{
  background: url("../img/woman/important/bg_important_main.png") top no-repeat;
  background-size: cover;
  padding: 80px 0 220px;
  position: relative;
}
.important_wrap::after{
  content: "";
  background: url("../img/woman/important/bg_important_sub.png") bottom center no-repeat;
  background-size: contain;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 1725px;
  max-height: 741px;
  position: absolute;
  left: 50%;
  bottom: 100px;
  transform: translateX(-50%);
  z-index: 0;
}
.important_wrap .inner{
  position: relative;
  z-index: 10;
}
.important_ttl{
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}
.important_ttl em{
  color: #fff;
  display: inline-block;
  font-size: 46px;
  margin-top: 20px;
  padding: 5px 20px;
}
.important_wrap .pr_txt{
  font-size: 19px;
  margin: 0 0 60px 0;
}
.circle_box{
  background: linear-gradient(135deg,  rgba(255,116,130,.8),rgba(255,170,109,.8));
  border:#fff 5px solid;
  border-radius: 100%;
  width: 545px;
  height: 545px;
  position: relative;
  margin: 0 auto;
}
.circle_txtbox{
  color: #fff;
  font-size: 22px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.circle_txtbox p{
  margin-bottom: 30px;
}
.circle_txtbox p:last-child{
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 568px) {
  .important_wrap {
    background: url(../img/woman/important/bg_important_main_sp.png) top no-repeat;
    background-size: cover;
    padding: 30px 0 120px;
  }
  .important_wrap .pr_txt {
    font-size: 15px;
    margin: 0 0 40px 0;
  }
  .important_wrap::after{
    background: url("../img/woman/important/bg_important_sub_sp.png") bottom center no-repeat;
    background-size: contain;
    width: 375px;
    height: 405px;
    bottom: 50px;
  }
  .important_ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .important_ttl em {
    font-size: 24px;
    margin-top: 10px;
    padding: 5px 10px;
  }
  .circle_box{
    width: 320px;
    height: 320px;
    border:#fff 3px solid;
  }
  .circle_txtbox{
    font-size: 15px;
    width: 92%;
  }
  .circle_txtbox p{
    margin-bottom: 20px;
  }
  .circle_txtbox p:last-child{
    font-size: 18px;
  }
}
/*===============================================
 *	スタッフ紹介
===============================================*/
.staff_wrap{
  background: url("../img/woman/staff/bg_city.png") top left no-repeat;
  background-size: cover;
  padding: 80px 0 0;
  position: relative;
}
@media only screen and (max-width: 568px) {
  .staff_wrap{
    background: url("../img/woman/staff/bg_city_sp.png") top left no-repeat;
    background-size: cover;
    padding: 40px 0 0;
  }
}
/*-----------------------------------------------
 *	見出し
-----------------------------------------------*/
.staff_frame{
  background: linear-gradient(to right,  #ffb06a 0%,#ff7482 100%);
  border-radius: 60px;
  display: inline-block;
  margin: 1.5em 0;
  padding: 4px 4px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
}
.staff_ttl {
  font-size: 34px;
  font-weight: bold;
  background: #fff;
  position: relative;
  display: inline-block;
  border-radius: 60px;
  padding: 8px 0;
  width: 100%;
}
.staff_frame::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
.staff_frame::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ff9375;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .staff_frame {
    width: 48%;
  }
  .staff_ttl {
    font-size: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .staff_frame {
    width: 60%;
  }
}
@media only screen and (max-width: 568px) {
  .staff_frame {
    padding: 2px 2px;
    width: 78%;
  }
  .staff_ttl {
    font-size: 17px;
  }
  .staff_frame::before {
    bottom: -21px;
  }
  .staff_frame::after {
    bottom: -26px;
    margin-left: -17px;
  }
}
/*-----------------------------------------------
 *	スタッフ紹介
-----------------------------------------------*/
.staff_box li{
  background: #fff;
  border-radius: 0 0 0 10px;
  margin: 0 0 120px 0;
  padding: 40px 30px 20px 30px;
  position: relative;
  width: 43.5%;
}
.staff_box li:nth-last-child(2) {
  margin: 0;
}
.staff_box li:last-child{
  background: #fef1f2;
  color: #78716f;
  font-size: 13px;
  padding: 30px;
  border-radius: 0;
  margin: 0;
}
.name_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 30px 0 0;
  margin: 0 0 20px 0;
}
.name_box .name{
  background: #fef6f7;
  color: var(--site-primary);
  font-size: 20px;
  display: block;
  padding: 2px 0;
  border: #f68a97 1px solid;
  position: relative;
  text-align: center;
  width: 140px;
}

.name_box .name::after{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -50px;
  right: -20px;
}
.name_box .name_staff01::after{
  background: url("../img/woman/staff/name_staff01.png") no-repeat;
  background-size: contain;
  width: 106px;
  height: 50px;
}
.name_box .name_staff02::after{
  background: url("../img/woman/staff/name_staff02.png") no-repeat;
  background-size: contain;
  width: 89px;
  height: 43px;
}
.name_box .name_staff03::after{
  background: url("../img/woman/staff/name_staff03.png") no-repeat;
  background-size: contain;
  width: 80px;
  height: 40px;
}
.name_box .name_staff04::after{
  background: url("../img/woman/staff/name_staff04.png") no-repeat;
  background-size: contain;
  width: 108px;
  height: 64px;
  bottom: -60px;
}
.name_box .name_staff05::after{
  background: url("../img/woman/staff/name_staff05.png") no-repeat;
  background-size: contain;
  width: 130px;
  height: 52px;
  bottom: -60px;
}

.name_box .name span{
  font-size: 15px;
}
.name_box img{
  margin: -130px 0 0 -60px;
  max-width: 266px;
}
.staff_comment{
  font-size: 16px;
  position: relative;
  padding: 1em 1.5em;
}

.staff_comment::before,
.staff_comment::after {
  position: absolute;
  content:'';
  width: 30px;
  height: 30px;
  background: unset;
}
.staff_comment::before {
  border-left: solid 3px #f68a97;
  border-top: solid 3px #f68a97;
  top:0;
  left: 0;
  border-right: unset;
  border-bottom: unset;
}
.staff_comment::after {
  border-right: solid 3px #f68a97;
  border-bottom: solid 3px #f68a97;
  bottom:0;
  right: 0;
  border-left: unset;
  border-top: unset;
  margin-right: unset;
  left:unset;
}
@media only screen and (max-width: 1024px) {
  .name_box img {
    max-width: 236px;
  }
  .name_box {
    padding: 0 10px 0 0;
  }
}
@media only screen and (max-width: 960px) {
  .staff_box li:last-child {
    padding: 20px;
  }
  .name_box img {
    margin: -100px 0 0 -60px;
    max-width: 166px;
  }
  .staff_box li {
    margin: 0 0 100px 0;
    padding: 30px 20px 20px 20px;
  }
  .name_box .name {
    font-size: 16px;
  }
  .name_box .name span{
    font-size: 13px;
  }
}
@media only screen and (max-width: 568px) {
  .staff_box {
    margin: 0 -5.4vw;
  }
  .staff_box li {
    margin: 0 0 50px 0;
    width: 100%;
    display: flex;
  }
  .staff_box li:nth-child(odd) {
    margin-left: auto;
    padding: 0 10px 20px 0;
    width: 96%;
  }
  .staff_box li:nth-child(even) {
    border-radius: 0 0 10px 0;
    padding: 0 0 20px 10px;
    margin-right: auto;
    flex-direction: row-reverse;
    width: 96%;
  }
  .name_box {
    padding: 0 10px 0 0;
    display: block;
    position: relative;
    width: 42%;
  }
  .name_box .name {
    font-size: 15px;
    position: absolute;
    width: 104px;
    letter-spacing: 0;
  }
  .staff_box li:nth-child(odd) .name_box .name {
    bottom: 10px;
    left: -10px;
  }
  .staff_box li:nth-child(even) .name_box .name {
    bottom: 10px;
    left: 20%;
  }
  .name_box .name span {
    font-size: 12px;
  }
  .name_box img {
    margin: 0;
    max-width: initial;
    position: absolute;
  }
  .staff_box li:nth-child(odd) .name_box img {
    left: -4vw;
    top: -30px;
  }
  .staff_box li:nth-child(even) .name_box img {
    right: -4vw;
    top: -30px;
  }
  .staff_comment {
    font-size: 14px;
    margin: -10px 0 0;
    padding: 1em 10px;
    width: 58%;
  }
  .name_box .name_staff01::after {
    background: url("../img/woman/staff/name_staff01.png") no-repeat;
    background-size: contain;
    width: 86px;
    height: 50px;
  }
  .name_box .name_staff02::after{
    background: url("../img/woman/staff/name_staff02.png") no-repeat;
    background-size: contain;
    width: 79px;
    height: 33px;
    bottom: -40px;
    left: 0;
  }
  .name_box .name_staff03::after{
    background: url("../img/woman/staff/name_staff03.png") no-repeat;
    background-size: contain;
    width: 70px;
    height: 35px;
    bottom: -40px;
  }
  .name_box .name_staff04::after{
    background: url("../img/woman/staff/name_staff04.png") no-repeat;
    background-size: contain;
    width: 88px;
    height: 44px;
    bottom: -50px;
    left: 0;
  }
  .staff_box li:nth-child(even) .name_box .name_staff04 {
    bottom: 45px;
    left: 20%;
  }
  .name_box .name_staff05::after{
    background: url("../img/woman/staff/name_staff05.png") no-repeat;
    background-size: contain;
    width: 105px;
    height: 42px;
    bottom: -45px;
  }
  .staff_box li:nth-last-child(2) {
    margin: 0 0 40px auto;
  }
  .staff_box li:nth-child(5) {
    margin: 0 0 20px auto;
  }
  .staff_box li:last-child {
    border-radius: 0;
    padding: 10px;
    margin: 0 auto;
    flex-direction: row-reverse;
    width: 90%;
  }
}
/*===============================================
 *	こんなお悩みはありませんか？
===============================================*/
.worries_wrap{
  background: url("../img/woman/worries/bg_worries.png") top left no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 568px) {
  .worries_wrap{
    background: url("../img/woman/worries/bg_worries_sp.png") top left no-repeat;
    background-size: cover;
    object-fit: contain;
  }
}
/*-----------------------------------------------
 *	見出し
-----------------------------------------------*/
.worries_frame{
  text-align: center;
}
.worries_ttl {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  padding: .25em 1em;
  display: inline-block;
  margin: 0 0 30px 0;
}
.worries_ttl span {
  font-size: 42px;
}
.worries_ttl::before,
.worries_ttl::after {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 100%;
  border: 1px solid #fff;
  box-sizing: border-box;
  content: '';
}
.worries_ttl::before {
  top: 0;
  left: 0;
  border-right: none;
}
.worries_ttl::after {
  bottom: 0;
  right: 0;
  border-left: none;
}
@media only screen and (max-width: 568px) {
  .worries_ttl {
    font-size: 24px;
  }
  .worries_ttl span {
    font-size: 30px;
  }
}
/*-----------------------------------------------
 *	お困りリスト
-----------------------------------------------*/
.worries_list{
  padding: 100px 0 0 40px;
  position: relative;
  align-items: center;
}
.worries_list::after{
  content: "";
  background: url("../img/woman/worries/icon_txt_chk.svg") no-repeat;
  background-size: contain;
  position: absolute;
  width: 134px;
  height: 134px;
  left: 0;
  top: 0;
  z-index: 0;
}
.worries_list li{
  background: url("../img/woman/worries/icon_chk.svg") left no-repeat;
  color: #fff;
  background-size: 27px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 5px 5px 40px;
  width: 50%;
  position: relative;
  z-index: 5;
}
.worries_list li span{
  color: #fcee56;
}
@media only screen and (max-width: 1024px) {
  .worries_list li{
    font-size: 20px;
  }
}
@media only screen and (max-width: 568px) {
  .worries_list{
    padding: 50px 0 0 0;
  }
  .worries_list::after {
    width: 84px;
    height: 84px;
    top: -20px;
    left: -10px;
  }
  .worries_list li{
    background-size: 15px;
    font-size: 15px;
    margin-bottom: 0;
    padding: 5px 0 5px 20px;
    width: 100%;
  }
}
/*===============================================
 *	お困りの締め
===============================================*/
.worries_close_frame{
	position: relative;
	background: #29a6c4;
	padding: 20px 0 0;
  z-index: 10;
}
.worries_close_frame::before {
  content: "";
  position: absolute;
  bottom: -40px;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-right: 12vw solid transparent;
  border-left: 12vw solid transparent;
  border-top: 25px solid #88cede;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.worries_close_frame::after {
	content: "";
	position: absolute;
	bottom: -60px;
	width: 0;
	height: 0;
	box-sizing: border-box;
	border-right: 49vw solid transparent;
	border-left: 49vw solid transparent;
	border-top: 60px solid #29a6c4;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 568px) {
  .worries_close_frame::before {
    bottom: -30px;
    box-sizing: border-box;
    border-right: 30vw solid transparent;
    border-left: 30vw solid transparent;
    border-top: 20px solid #88cede;
  }
  .worries_close_frame::after {
    bottom: -40px;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 40px solid #29a6c4;
  }
}
/*-----------------------------------------------
 *	見出し
-----------------------------------------------*/
.close_sub_ttl {
	display: flex;
  color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
  margin-bottom: 5px;
}

.close_sub_ttl::before,
.close_sub_ttl::after {
	content: '';
	width: 28px;
	height: 1px;
	background-color: #fff;
}

.close_sub_ttl::before {
	margin-right: 20px;
}
.close_sub_ttl::after {
	margin-left: 20px;
}
.close_head_ttl {
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  justify-content: center;
  display: flex;
  align-items: center;
}
.close_head_ttl span{
  display: inline-block;
  color: #000;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  background: #fcee56;
  border-radius: 50%;
  width: 86px;
  height: 86px;
  line-height: 86px;
  margin-right: 20px;
}
@media only screen and (max-width: 568px) {
  .close_sub_ttl {
    font-size: 16px;
  }
  .close_head_ttl {
    font-size: 24px;
  }
  .close_head_ttl span{
    font-size: 14px;
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
/*===============================================
 *	お困りの締め
===============================================*/
.snuggle_wrap{
  background: url("../img/woman/snuggle/bg_snuggle.png") top left no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 0 60px;
}
.outlineblock {
  max-width: 930px;
  width: 100%;
  padding: 30px;
  position: relative;
  margin: 0 auto 80px;
}
.outlineblock:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  border-left: solid 3px #fff;
  border-top: solid 3px #fff;
  top: 0;
  left: 0;
}
.outlineblock:after {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  border-right: solid 3px #fff;
  border-top: solid 3px #fff;
  top: 0;
  right: 0;
}
.outlineblock .outline_inner:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  border-left: solid 3px #fff;
  border-bottom: solid 3px #fff;
  bottom: 0;
  left: 0;
}
.outlineblock .outline_inner:after {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  bottom: 0;
  right: 0;
}
.outlineblock .outline_inner .outline_box {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .outlineblock {
    padding: 20px 0;
    width: 92%;
  }
  .snuggle_wrap {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 568px) {
  .snuggle_wrap{
    background: url("../img/woman/snuggle/bg_snuggle_sp.png") top left no-repeat;
    background-size: contain;
    padding: 60px 0 0;
  }
  .outlineblock {
    margin: 0 auto 30px;
    padding: 10px 0;
    width: 92%;
  }
  .outlineblock:before,
  .outlineblock:after {
    width: 25px;
    height: 25px;
  }
  .outlineblock .outline_inner:before,
  .outlineblock .outline_inner:after {
    width: 25px;
    height: 25px;
  }
}
/*-----------------------------------------------
 *	見出し
-----------------------------------------------*/
.snuggle_ttl{
  font-size: 36px;
  line-height: 1.8;
}
.snuggle_ttl span:first-of-type{
  background: #29c4c4;
  color: #fff;
  padding: 0 10px 2px;
  margin: 0 10px;
}

@media only screen and (max-width: 560px) {
  .snuggle_ttl{
    font-size: 20px;
    letter-spacing: 0;
  }
  .snuggle_ttl span:first-of-type {
    margin: 0 5px;
    padding: 0 5px 2px;
  }
  .snuggle_ttl span:last-child{
    font-size: 24px;
  }
}
/*-----------------------------------------------
 *	コンテンツ
-----------------------------------------------*/
.snuggle_box{
  margin: 0 0 100px 0;
  padding: 0 0 40px;
}
.snuggle_box:last-child{
  margin: 0;
}
.snuggle_box:nth-child(odd){
  background: linear-gradient(to right,  rgba(255,255,255,.8),rgba(255,255,255,.1));
}
.snuggle_box:nth-child(even){
  background: linear-gradient(to left,  rgba(255,255,255,.8),rgba(255,255,255,.1));
}
.snuggle_box .snuggle_contents{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.snuggle_box:nth-child(odd) .snuggle_contents{
  flex-direction: row-reverse;
}
.snuggle_txtbox{
  width: 42%;
  position: relative;
}
.snuggle_sub_ttl{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px 0;
}
.icon::after{
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
}
.snuggle_box .img_snuggle{
  width: 100%;
  max-width: 603px;
  margin-top: -60px;
}
.snuggle_box .position_img02{
  margin-top: -120px;
}
.icon_snuggle01{
  padding: 80px 0 0;
}
.icon_snuggle02{
  padding: 100px 0 0;
}
.icon_snuggle03{
  padding: 110px 0 0;
}
.icon_snuggle01::after{
  background: url("../img/woman/snuggle/icon_calendar.svg") no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
}
.icon_snuggle02::after{
  background: url("../img/woman/snuggle/icon_gloves.svg") no-repeat;
  background-size: contain;
  width: 75px;
  height: 86px;
}
.icon_snuggle03::after{
  background: url("../img/woman/snuggle/icon_staff.svg") no-repeat;
  background-size: contain;
  width: 42px;
  height: 85px;
}
@media only screen and (max-width: 1024px) {
  .snuggle_box{
    margin: 0 0 60px 0;
  }
  .snuggle_box img {
    max-width: initial;
    width: 100%;
  }
  .snuggle_box .img_snuggle {
    max-width: 453px;
  }
  .snuggle_txtbox {
    width: 50%;
    position: relative;
  }
  .icon::after {
    top: 20px;
  }
  .icon_snuggle01 {
    padding: 90px 0 0;
  }
}
@media only screen and (max-width: 960px) {
  .snuggle_sub_ttl {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .snuggle_txtbox {
    width: 50%;
    position: relative;
  }
  .snuggle_box .img_snuggle {
    max-width: 360px;
  }
  .icon::after {
    top: 20px;
  }
  .icon_snuggle01 {
    padding: 70px 0 0;
  }
  .icon_snuggle01::after {
    width: 44px;
    height: 44px;
  }
  .icon::after {
    top: 15px;
  }
}
@media only screen and (max-width: 568px) {
  .snuggle_box {
    margin: 0;
  }
  .snuggle_box .snuggle_contents {
    display: block;
    width: 100%;
  }
  .snuggle_box .img_snuggle {
    width: 100%;
    max-width: initial;
    margin-top: 0;
  }
  .snuggle_txtbox {
    background: #fff;
    padding: 6% 6% 0;
    width: 100%;
  }
  .snuggle_sub_ttl {
    font-size: 20px;
    position: relative;
    letter-spacing: 0;
    z-index: 10;
  }
  .icon::after {
    top: 0;
    z-index: 0;
    left: auto;
    right: 0;
  }
  .icon_snuggle01::after{
    width: 64px;
    height: 64px;
  }
  .img_snuggle{
    position: relative;
  }
  .img_snuggle::before {
    content: "";
    background: url("../img/woman/snuggle/arrow_bottom.svg") center top no-repeat;
    background-size: contain;
    width: 9px;
    height: 32px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    z-index: 20;
  }
  .snuggle_box img {
    margin-top: 0;
  }
  .snuggle_box .position_img02 {
    margin-top: 0;
  }
  .snuggle_box:nth-child(odd),
  .snuggle_box:nth-child(even){
    background: none;
    padding: 0 0 20px;
  }
}
/*===============================================
 *	よくある質問
===============================================*/
.faq_wrap{
	background: #f7f4f8;
  padding: 0 0 30px;
}
.faq_frame{
  width: 66%;
  max-width: 732px;
  padding: 40px 0;
  margin: 0 auto 60px;
  text-align: center;
  border-radius: 0 0 10px 10px;
}
.faq_ttl{
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq_frame .en_txt{
  font-size: 20px;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .faq_frame {
    padding: 25px 0;

  }
  .faq_ttl {
    font-size: 36px;
  }
}
@media only screen and (max-width: 568px) {
  .faq_frame {
    padding: 20px 0;
    margin: 0 auto 30px;
    width: 90%;
  }
  .faq_ttl {
    font-size: 24px;
    margin: 0;
  }
  .faq_frame .en_txt {
    font-size: 14px;
  }
}
/*-----------------------------------------------
 *	コンテンツ
-----------------------------------------------*/
.faq_list {
  gap: 30px 0;
  margin-bottom: 40px;
}

.faq_list li {
  background: #fff;
  border-radius: 10px;
  width: 48.7%;
  max-width: 545px;
  padding: 40px 40px 48px;
}

.faq_list dt {
  font-size: 22px;
  font-family: "ZenKakuGothic";
  font-weight: bold;
  padding: 0 0 0 55px;
}

.faq_list dd {
  padding: 10px 0 0 55px;
  margin-top: 25px;
  border-top: #e6dde9 1px solid;
}

.faq_list dt, .faq_list dd {
  position: relative;
}

.faq_list dt::before {
  content: '';
  background: url(../img/woman/faq/icon_question.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.faq_list dd::before {
  content: '';
  background: url(../img/woman/faq/icon_answer.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .faq_list li {
    padding: 3vw 2.5vw;
  }
  .faq_list dt {
    font-size: 18px;
    padding: 0 0 0 45px;
  }
  .faq_list dd {
    padding: 4px 0 0 46px;
  }
  .faq_list dt::before {
    width: 35px;
    height: 35px;
  }
  .faq_list dd::before {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 568px) {
  .faq_list {
    gap: 15px 0;
  }
  .faq_list li {
    width: 100%;
    padding: 20px 20px;
  }
  .faq_list dt {
    font-size: 17px;
    padding: 0 0 0 40px;
  }
  .faq_list dt::before {
    width: 30px;
    height: 30px;
  }
  .faq_list dd {
    padding: 10px 0 0 40px;
    margin-top: 16px;
    line-height: 1.75;
  }
  .faq_list dd::before {
    width: 30px;
    height: 30px;
  }
}
/*===============================================
 *	締め
===============================================*/
.conclusion_wrap{
  background: url("../img/woman/conclusion/bg_conclusion.jpg") top no-repeat;
  background-size: cover;
  position: relative;
}
.conclusion_frame{
  width: 50%;
}
.conclusion_frame p{
  background: rgba(84, 129, 123, .35);
  border: #fff 2px solid;
  border-radius: 60px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  padding: 10px 20px;
  position: relative;
  line-height: 1.4;
  max-width: 260px;
  text-align: center;
  margin: 0 0 30px 0;
}
.conclusion_frame p::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #fff;
  rotate: 300deg;
  translate: -50%;
}
@media only screen and (max-width: 1024px) {
  .conclusion_frame {
    width: 65%;
  }
  .conclusion_frame {
    width: 65%;
  }
}
@media only screen and (max-width: 560px) {
  .conclusion_wrap{
    background: url("../img/woman/conclusion/bg_conclusion_sp.jpg") top no-repeat;
    background-size: cover;
  }
  .conclusion_wrap::after{
    content: "";
    background: rgba(255, 255, 255, .8);
    clip-path: polygon(0 20%, 100% 8%, 100% 100%, 0 100%);
    height: 240px;
    width: 100%;
    position: absolute;
    bottom: 0;
  }
  .conclusion_frame {
    width: 100%;
    margin: 0 -5.4vw;
  }
  .conclusion_frame p{
    font-size: 14px;
    padding: 10px;
    max-width: 160px;
    margin-left: 20px;
  }
  .conclusion_frame p::after {
    content: "";
    position: absolute;
    top: calc(100% + 2px);
    left: 50%;
    width: 20px;
    height: 2px;
    box-sizing: border-box;
    background-color: #fff;
    rotate: 300deg;
    translate: -50%;
  }
}
/*-----------------------------------------------
 *	見出し
-----------------------------------------------*/
.conclusion_ttl{
  font-size: 30px;
  font-weight: bold;
}
.conclusion_ttl > span{
  margin-bottom: 10px;
}
.conclusion_ttl span{
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
}
.conclusion_ttl em{
  display: inline-block;
  background: var(--site-primary);
  color: #fff;
  margin: 20px 0 40px;
  padding: 5px 1em;
}

@media only screen and (max-width: 560px) {
  .conclusion_ttl{
    font-size: 18px;
  }
  .conclusion_ttl span{
    padding: 5px 1em;
  }
  .conclusion_ttl em{
    font-size: 20px;
  }
}
/*-----------------------------------------------
 *	コンテンツ
-----------------------------------------------*/
.conclusion_contents{
  background: linear-gradient(to right,  rgba(255, 255, 255, .1),rgba(255, 255, 255, 1),rgba(255, 255, 255, .1));
  transform: rotate(-5deg) translate3d(0, 0, 0);
  padding: 10px 0;
}
.conclusion_txtbox{
  transform: rotate(5deg) translate3d(0, 0, 0);
  max-width: 520px;
  position: relative;
  padding: 1em 1.5em;
  margin: 0 auto;
}
.conclusion_txtbox::before,
.conclusion_txtbox::after {
  position: absolute;
  content:'';
  width: 40px;
  height: 40px;
  background: unset;
}
.conclusion_txtbox::before {
  border-left: solid 4px #f68a97;
  border-top: solid 4px #f68a97;
  top:0;
  left: 0;
  border-right: unset;
  border-bottom: unset;
}
.conclusion_txtbox::after {
  border-right: solid 4px #f68a97;
  border-bottom: solid 4px #f68a97;
  bottom:0;
  right: 0;
  border-left: unset;
  border-top: unset;
  margin-right: unset;
  left:unset;
}
.conclusion_txtbox p{
  font-size: 19px;
  line-height: 2;
  letter-spacing: 2px;
  text-align: center;
}
.conclusion_txtbox em{
  color: var(--site-primary);
  font-size: 25px;
  font-weight: bold;
}
.conclusion_contents_sp{
  display: none;
}
@media only screen and (max-width: 560px) {
  .conclusion_contents {
    background: none;
    transform: none;
    padding: 0;
  }
  .conclusion_txtbox {
    padding: 1.5em .5em;
    transform: none;
    position: relative;
    z-index: 10;
  }
  .conclusion_txtbox p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .conclusion_txtbox em{
    font-size: 18px;
  }
  .conclusion_txtbox::before, .conclusion_txtbox::after {
    width: 46px;
    height: 46px;
  }
}
/*===============================================
 *	pagetop
===============================================*/
.pagetop {
  position: absolute;
  bottom: 0;
  display: none;
  background: var(--site-primary);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  position: fixed;
  right: 5%;
  bottom: 100px;
}
.pagetop a{
  display: block;
  color: #fff;
  padding: 28px 10px;
}
.pagetop a:hover{
  opacity: .8;
}
@media only screen and (max-width: 560px) {
  .pagetop {
    background: var(--site-keycolor);
    display: block;
    position: relative;
    bottom:unset;
    right: unset;
    font-size: 13px;
    width: 100%;
  }
  .pagetop a{
    padding: 20px 0;
  }
}
/*===============================================
 *	footer
===============================================*/
footer{
  background: var(--site-primary);
  color: #fff;
  font-size: 13px;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 101px;
}
footer a{
  color: #fff;
}
@media only screen and (max-width: 568px) {
  footer{
    margin-bottom: 99px;
  }
}
/*===============================================
 *	footer CV
===============================================*/
.footer_cv {
  background: var(--site-keycolor);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  display: none;
  padding: 10px 0;
}
.footer_cv .logo {
  width: 30.6%;
  margin-right: auto;
}
.footer_cv .line {
  margin: 0 20px;
}
.footer_cv a:hover {
  opacity: .8;
}
@media only screen and (max-width: 1024px) {
  .footer_cv .inner_wide {
    width: 100%;
  }
  .footer_cv .logo {
    width: 30%;
  }
}
@media only screen and (max-width: 960px) {
  .footer_cv .logo {
    width: 24%;
    margin-left: 1vw;
  }
  .footer_cv .hd_camp_bnr {
    width: 14%;
    margin-right: 2vw;
  }
}
@media only screen and (max-width: 568px) {
  .footer_cv {
    background: #50b6d7;
    padding: 5px 0 0;
  }
  .footer_cv .inner_wide {
    flex-wrap: wrap;
    align-items: flex-end;
  }
  .footer_cv .camp_txt {
    font-size: 3.8vw;
    font-weight: bold;
    width: 100%;
    background: var(--site-secondary);
    color: #ffe249;
    padding: 2px 0;
    margin-bottom: 2px;
  }
  .footer_cv .camp_txt span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_cv .camp_txt span::before, .footer_cv .camp_txt span::after {
    content: "";
    width: 2px;
    height: 20px;
    background: #fcee56;
  }
  .footer_cv .camp_txt span::before {
    transform: rotate(-35deg);
    margin-right: 15px;
  }
  .footer_cv .camp_txt span::after {
    transform: rotate(35deg);
    margin-left: 15px;
  }
  .footer_cv .hd_camp_bnr {
    display: none;
  }
  .footer_cv .hd_tel {
    display: flex;
    position: relative;
    width: 57vw;
    margin: 0 auto;
  }
  .footer_cv .hd_contact_btns {
    display: flex;
    margin: 0;
  }
  .footer_cv .hd_contact_btns li {
    text-align: center;
  }
  .footer_cv .line {
    margin: 0 5px;
  }
  .footer_cv .mail {
    margin: 0 5px 0 0;
  }
  .footer_cv .hd_contact_btns a {
    width: 18.6vw;
    height: 70px;
    padding: 19px 0;
  }
}
