@charset "UTF-8";
/* ----------------------------------------
 	reset
 ---------------------------------------- */
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

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

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

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

input,
textarea,
button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

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

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

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  overflow: visible;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", メイリオ, meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1.5;
  word-break: break-word;
}

body.-showAreaSP {
  overflow: hidden;
}

a {
  color: #3dbbff;
  text-decoration: none;
  transition: all 0.3s ease-in;
}

a:hover {
  color: #3dbbff;
  text-decoration: none;
}

a.u-link {
  color: #3dbbff;
}

a.u-link:hover {
  text-decoration: underline;
}

a img {
  transition: all 0.2s ease-in;
}

a img:hover {
  opacity: 0.7;
}

p {
  font-weight: inherit;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: #9fa0a0;
}

::placeholder {
  color: #9fa0a0;
}

.l-header {
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transition: 0.5s ease;
}

.l-main {
  position: relative;
}

.l-contents {
  position: relative;
  padding-top: 75px;
  padding-bottom: 75px;
}

@media (max-width: 768px) {
  .l-contents {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.l-footer {
  position: relative;
}

.l-container {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1130px) {
  .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .l-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.l-pageMain {
  flex-grow: 1;
}

@media screen and (max-width: 768px) {
  .l-pageMain {
    padding-right: 0;
    padding-left: 0;
  }
}

.l-sidebar {
  flex-shrink: 0;
  width: 300px;
  margin-left: 3.63636%;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .l-sidebar {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .l-sidebar {
    width: 100%;
    margin-top: 60px;
    margin-left: 0;
  }
}

.l-pageBody {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 50px;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .l-pageBody {
    display: block;
  }
}

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

.l-pageBody.-sidebarRight {
  flex-direction: row;
}

.l-pageBody.-sidebarRight .l-sidebar {
  margin-right: 20px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .l-pageBody.-sidebarRight .l-sidebar {
    margin-right: 0;
  }
}

.slick-dots {
  bottom: -45px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li.slick-active button::before {
  color: #ff7bac;
}

.slick-dots li button::before {
  font-size: 10px;
}

.slick-next {
  z-index: 2;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icon/ico_next.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.slick-next::before {
  display: none;
}

.slick-prev {
  z-index: 2;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../images/icon/ico_prev.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.slick-prev::before {
  display: none;
}

.slick-prev:hover, .slick-prev:focus {
  background: url(../images/icon/ico_prev.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.slick-next:hover, .slick-next:focus {
  background: url(../images/icon/ico_next.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.c-pageHeading {
  margin-bottom: 30px;
  text-align: center;
}

.c-pageHeading_title {
  color: #ff7bac;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .c-pageHeading_title {
    font-size: 40px;
    line-height: 55px;
  }
}

.c-pageHeading_desc {
  font-family: "urw-din", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .c-pageHeading_desc {
    font-size: 16px;
    line-height: 28px;
  }
}

.c-paragraph {
  font-size: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .c-paragraph {
    font-size: 14px;
    line-height: 1.5;
  }
}

.c-checkboxWrap {
  display: block;
}

.c-checkboxWrap .c-checkbox {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  resize: none;
}

.c-checkboxWrap .c-checkbox ~ .c-checkmark {
  display: inline-block;
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #9f9f9f;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
}

.c-checkboxWrap .c-checkbox ~ .c-checkmark::after {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  width: 8px;
  height: 12px;
  margin: auto;
  transform: rotateZ(35deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
}

.c-checkboxWrap .c-checkbox:checked ~ .c-checkmark {
  background-color: #58cd00;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

.c-checkboxWrap .c-checkbox:checked ~ .c-checkmark::after {
  display: block;
}

.c-radioWrap {
  display: flex;
}

.c-radioWrap .c-radio {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  resize: none;
}

.c-radioWrap .c-radio ~ .c-checkmark {
  display: inline-block;
  position: relative;
  top: 2px;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: none;
}

.c-radioWrap .c-radio ~ .c-checkmark::after {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 17px;
  margin: auto;
  border: none;
  border-radius: 50%;
  background-color: #ff7bac;
  content: '';
}

@media (max-width: 768px) {
  .c-radioWrap .c-radio ~ .c-checkmark {
    top: 0;
    margin-right: 10px;
  }
}

.c-radioWrap .c-radio:checked ~ .c-checkmark {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

.c-radioWrap .c-radio:checked ~ .c-checkmark::after {
  display: block;
}

.c-radioWrap .c-radio.is-custom {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  top: 5px;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border: none;
  border-radius: 50%;
  background-color: #58cd00;
  box-shadow: none;
}

.c-radioWrap .c-radio.is-custom:checked::after {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-radius: 50%;
  background-color: #000;
  content: '';
}

.c-radioWrap .c-radio.is-custom:checked ~ .c-checkmark {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

.c-radioWrap .c-radio.is-custom:checked ~ .c-checkmark::after {
  display: block;
}

.c-selectCustom {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
}

.c-selectCustom::before {
  display: inline-block;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 60px;
  border-radius: 0 5px 5px 0;
  background: #ff7bac;
  content: "";
}

@media (max-width: 768px) {
  .c-selectCustom::before {
    height: 50px;
  }
}

.c-selectCustom::after {
  display: inline-block;
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 12px;
  width: 11px;
  height: 10px;
  transform: translateY(-50%);
  background: url(../images/icon/ic_select.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

.c-inputList.-listInline {
  display: flex;
  flex-wrap: wrap;
}

.c-inputList.-listInline li:not(:last-child) {
  margin-right: 40px;
}

@media (max-width: 768px) {
  .c-inputList.-listInline li:not(:last-child) {
    margin-right: 20px;
  }
}

.p-section {
  z-index: 2;
  position: relative;
}

.p-section_title {
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .p-section_title {
    font-size: 20px;
  }
}

.p-section_intro {
  margin-bottom: 32px;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4;
}

.c-fixedCTA {
  z-index: 9;
  position: fixed;
  right: 0;
  bottom: -50px;
  left: 0;
  width: 100%;
  padding: 0 30px 5px;
  transform: translateY(150px);
  transition: 0.5s;
}

@media screen and (max-width: 1140px) {
  .c-fixedCTA {
    padding: 0 15px 5px;
  }
}

@media screen and (max-width: 1140px) {
  .c-fixedCTA .l-container {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .c-fixedCTA {
    padding: 0 10px 10px;
  }
}

.c-fixedCTA_btn {
  display: flex;
  justify-content: space-between;
}

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

.c-fixedCTA a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
}

.c-fixedCTA.-fixed {
  bottom: 0;
  transform: translateY(0);
}

.c-fixedCTA_time {
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .c-fixedCTA_time {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}

.c-fixedCTA_tel {
  max-width: 330px;
}

@media screen and (max-width: 768px) {
  .c-fixedCTA_tel {
    width: 50%;
    max-width: 100%;
    float: left;
  }
}

.c-fixedCTA_mail {
  max-width: 330px;
}

@media screen and (max-width: 768px) {
  .c-fixedCTA_mail {
    width: 50%;
    max-width: 100%;
    float: left;
  }
}

.p-header {
  position: relative;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}

.p-header .l-container {
  max-width: 1370px;
}

@media screen and (max-width: 1440px) {
  .p-header .l-container {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-header .l-container {
    padding: 0;
  }
}

.p-header_main {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  transition: 1s;
}

@media (max-width: 768px) {
  .p-header_main {
    height: 50px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  }
}

@media (min-width: 425px) {
  .p-header_main {
    padding-right: 0;
    padding-left: 10px;
  }
}

.p-header_logo {
  min-width: 375px;
}

@media (max-width: 768px) {
  .p-header_logo {
    min-width: auto;
  }
  .p-header_logo img {
    width: 220px;
  }
}

.p-header_btnList {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.p-header_btnList a img {
  height: 90px;
}

@media (max-width: 768px) {
  .p-header_btnList a img {
    height: 50px;
  }
}

.p-footer {
  padding: 0;
  background: #ff7bac;
}

.p-footer_copyright {
  padding: 19px 0 20px;
}

@media screen and (max-width: 768px) {
  .p-footer_copyright {
    padding: 5px 0;
  }
}

.p-footer_copyright_text {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.96px;
  line-height: 24.5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-footer_copyright_text {
    font-size: 12px;
    line-height: 16px;
  }
}

.p-mainVisual {
  z-index: 1;
  position: relative;
  margin-top: 90px;
}

.p-mainVisual_inner {
  position: relative;
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1440px) {
  .p-mainVisual_fvImg {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .p-mainVisual_fvImg {
    margin-bottom: 0;
  }
}

.p-mainVisual_fvImg_img {
  width: 100%;
}

@media (max-width: 768px) {
  .p-mainVisual {
    margin-top: 50px;
  }
}

.p-mainVisual_slider {
  margin-bottom: 0 !important;
}

.p-mainVisual_slider_item_img {
  display: block;
  width: 100%;
}

.p-introduce .top-introduce {
  position: relative;
  min-height: 235px;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .p-introduce .top-introduce {
    min-height: 10vw;
  }
}

@media screen and (max-width: 1140px) {
  .p-introduce .top-introduce {
    min-height: 13vw;
  }
}

@media screen and (max-width: 960px) {
  .p-introduce .top-introduce {
    min-height: 12vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduce .top-introduce {
    min-height: 26vw;
  }
}

@media screen and (max-width: 570px) {
  .p-introduce .top-introduce {
    min-height: 24vw;
  }
}

@media screen and (max-width: 414px) {
  .p-introduce .top-introduce {
    min-height: 23vw;
  }
}

.p-introduce .top-introduce img {
  max-width: 1147px;
  margin: 0px auto;
  margin-top: -90px;
  margin-bottom: 90px;
}
.p-introduce .top-introduce img.insert-banner{
	margin-top: -5rem;
}

@media screen and (max-width: 1440px) {
  .p-introduce .top-introduce img {
    width: 83%;
    margin-top: -235px;
  }
}

@media screen and (max-width: 1140px) {
  .p-introduce .top-introduce img {
    width: 95%;
    max-width: 100%;
    margin-top: -200px;
  }
}

@media screen and (max-width: 960px) {
  .p-introduce .top-introduce img {
    margin-top: -21vw;
  }
}

@media screen and (max-width: 768px) {
  .p-introduce .top-introduce img {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
    width: 100%;
  }
  .p-introduce .top-introduce img.insert-banner{
		margin-top: -3rem;
  }
}

.p-introduce .bottom-introduce {
  min-height: 200px;
  padding-bottom: 50px;
  background: url(../images/bg/bot_introduce.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-introduce .bottom-introduce {
    padding-bottom: 23px;
  }
}

.p-introduce .bottom-introduce .about-introduce {
  max-width: 951px;
  margin: 0 auto;
  margin-top: -55px;
}

@media screen and (max-width: 768px) {
  .p-introduce .bottom-introduce .about-introduce {
    margin-top: -30px;
  }
}

.p-introduce .bottom-introduce .about-introduce_contact .top {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-introduce .bottom-introduce .about-introduce_contact .top {
    margin-top: 20px;
  }
}

/*
.p-introduce .bottom-introduce .about-introduce_contact .top::after {
  z-index: 0;
  position: absolute;
  top: -24px;
  left: 50.5%;
  width: 320px;
  height: 263px;
  transform: translateX(-50%);
  background: url(../images/top/people_pc.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (max-width: 1024px) {
  .p-introduce .bottom-introduce .about-introduce_contact .top::after {
    height: 200px;
  }
}

@media screen and (max-width: 768px) {
  .p-introduce .bottom-introduce .about-introduce_contact .top::after {
    top: -44px;
    width: 216px;
    height: 178px;
    background: url(../images/top/people_sp.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
*/

.p-introduce .bottom-introduce .about-introduce_contact .top .time {
  display: flex;
  justify-content: flex-start;
  width: 50%;
}

.p-introduce .bottom-introduce .about-introduce_contact .top .time img {
  width: 100%;
  max-width: 550px;
  padding: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-introduce .bottom-introduce .about-introduce_contact .top .time img {
    position: relative;
    left: ;
    max-width: 174px;
  }
}

.p-introduce .bottom-introduce .about-introduce_contact .top .now {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
/*  width: 50%;*/
}

.p-introduce .bottom-introduce .about-introduce_contact .top .now p {
  display: block;
  width: 90%;
  margin-top: -10px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-introduce .bottom-introduce .about-introduce_contact .top .now p {
    width: auto;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-introduce .bottom-introduce .about-introduce_contact .top .now p {
    position: absolute;
    top: -30px;
    padding-right: 0;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
  }
}

.p-introduce .bottom-introduce .about-introduce_contact .top .now img {
  width: 100%;
  max-width: 550px;
  padding: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-introduce .bottom-introduce .about-introduce_contact .top .now img {
    position: relative;
    right: ;
    max-width: 174px;
  }
}

.p-introduce .bottom-introduce .about-introduce_contact .contact {
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: center;
  margin-top: 15px;
  padding: 0 10px;
}

@media screen and (max-width: 1024px) {
  .p-introduce .bottom-introduce .about-introduce_contact .contact {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-introduce .bottom-introduce .about-introduce_contact .contact {
    margin-top: 0;
    padding: 0;
  }
}

.p-introduce .bottom-introduce .about-introduce_contact .contact .btn-phone {
  width: 50%;
  max-width: 532px;
}

@media screen and (max-width: 1140px) {
  .p-introduce .bottom-introduce .about-introduce_contact .contact .btn-phone {
    width: 49%;
  }
}

.p-introduce .bottom-introduce .about-introduce_contact .contact .btn-mail {
  width: 50%;
  max-width: 532px;
}

@media screen and (max-width: 1140px) {
  .p-introduce .bottom-introduce .about-introduce_contact .contact .btn-mail {
    width: 49%;
  }
}

.p-price {
  padding: 125px 0 127px;
  background: url(../images/bg/bg-price_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-price {
    padding: 84px 0 80px;
    background: url(../images/bg/bg-price_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.p-price .c-pageHeading_price {
  text-align: center;
}

.p-price .c-pageHeading_price img {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-price .c-pageHeading_price img {
    max-width: 328px;
  }
}

.p-price_bnr {
  margin-top: 57px;
  text-align: center;
}

.p-price_bnr_note {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: 0.05rem;
  line-height: 28px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-price_bnr_note {
    font-size: 12px;
    line-height: 21px;
  }
}

.p-price_service {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .p-price_service {
    position: relative;
    flex-wrap: wrap;
  }
  .p-price_service::after {
    position: absolute;
    top: 53.5%;
    right: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    transform: translate(0, -50%);
    background-image: url(../images/icon/ico_plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
  }
}

.p-price_service .service_item {
  position: relative;
  width: 28%;
  max-width: 310px;
}

@media screen and (max-width: 1024px) {
  .p-price_service .service_item {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .p-price_service .service_item:first-child {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .p-price_service .service_item:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    width: 50%;
    max-width: 100%;
  }
  .p-price_service .service_item:nth-child(2) .service_item_ctn {
    margin: 0;
    margin-right: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p-price_service .service_item:nth-child(3) {
    width: 50%;
    max-width: 100%;
  }
  .p-price_service .service_item:nth-child(3) .service_item_ctn {
    margin: 0;
    margin-left: 18px;
  }
}

.p-price_service .service_item_ctn {
  position: relative;
  min-height: 256px;
  padding: 30px 20px 18px;
  border: 1px solid #cbcbcb;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-price_service .service_item_ctn {
    padding: 10px;
  }
}


.p-price_service .service_item_ctn::after {
  position: absolute;
  top: 50%;
  right: -24px;
  width: 38px;
  height: 38px;
  transform: translate(38px, -50%);
  background-image: url(../images/icon/ico_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}


@media screen and (max-width: 1024px) {
  .p-price_service .service_item_ctn::after {
    right: -17%;
  }
}

@media screen and (max-width: 768px) {
  .p-price_service .service_item_ctn::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-price_service .service_item_ctn {
    width: 150px;
    min-height: auto;
    margin: 0 auto;
  }
}

.p-price_service .service_item:nth-child(1) img {
  width: 161px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-price_service .service_item:nth-child(1) img {
    width: 110px;
  }
}

.p-price_service .service_item:nth-child(2) img {
  width: 193px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-price_service .service_item:nth-child(2) img {
    width: 125px;
  }
}

.p-price_service .service_item:nth-child(3) img {
  width: 116px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-price_service .service_item:nth-child(3) img {
    width: 72px;
  }
}

.p-price_service .service_item:last-child .service_item_ctn::after {
  display: none;
}

.p-price_service .service_item figure {
  text-align: center;
}

.p-price_service .service_item figure img {
  width: 50%;
  margin: 0 auto;
}

.p-price_service .service_item .service_name {
  margin-top: 30px;
  color: #ff7bac;
  font-size: 26px;
  font-weight: bold;
  line-height: 45.5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-price_service .service_item .service_name {
    margin-top: 5px;
    font-size: 20px;
    line-height: 35px;
  }
}

.p-plan {
  padding: 120px 0 75px;
  background: url(../images/bg/bg-plan_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-plan .l-container {
  max-width: 900px;
}

@media screen and (max-width: 768px) {
  .p-plan {
    padding: 80px 0 75px;
  }
}

.p-plan_list {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .p-plan_list {
    display: block;
    margin-top: 55px;
    padding: 0 10px;
  }
}

.p-plan_listItem {
  position: relative;
  width: 45%;
  max-width: 345px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #fff;
  box-shadow: 6px 6px 6px #92929233;
}

@media screen and (max-width: 768px) {
  .p-plan_listItem {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
  }
}

.p-plan_listItem .header-item {
  z-index: 2;
  position: relative;
  min-height: 138px;
  padding: 13px 25px 33px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: url(../images/bg/bg-planItem01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-plan_listItem .header-item {
    min-height: 129px;
    background-position: bottom;
    background-size: cover;
  }
}

.p-plan_listItem .header-item p {
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
  font-family: "urw-din", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  font-weight: 500;
  line-height: 1.5;
}

.p-plan_listItem .header-item h3 {
  margin-top: 13px;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (max-width: 1140px) {
  .p-plan_listItem .header-item h3 {
    margin-top: 5px;
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .p-plan_listItem .header-item h3 {
    font-size: 30px;
  }
}

.p-plan_listItem .header-item h3 span {
  font-family: "urw-din", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}

@media screen and (max-width: 1140px) {
  .p-plan_listItem .header-item h3 span {
    font-size: 44px;
  }
}

@media screen and (max-width: 768px) {
  .p-plan_listItem .header-item h3 span {
    font-size: 50px;
  }
}

.p-plan_listItem .note {
  z-index: 3;
  position: absolute;
  top: -48px;
  right: -10px;
}

@media screen and (max-width: 768px) {
  .p-plan_listItem .note {
    top: -24px;
  }
}

.p-plan_listItem .ctn-item {
  margin-top: -15px;
  padding: 40px 15px 17px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-plan_listItem .ctn-item {
    padding: 35px 15px 28px;
  }
}

.p-plan_listItem .ctn-item h4 {
  padding: 10px;
  border: 1px solid #eb3677;
  color: #eb3677;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  .p-plan_listItem .ctn-item h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .p-plan_listItem .ctn-item h4 {
    font-size: 20px;
    line-height: 1.5;
  }
}

.p-plan_listItem .ctn-item p {
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1140px) {
  .p-plan_listItem .ctn-item p {
    font-size: 18px;
  }
}

.p-plan_listItem .ctn-item .list_note {
  padding: 9px 12px;
}

@media screen and (max-width: 768px) {
  .p-plan_listItem .ctn-item .list_note {
    padding: 12px 10px;
  }
}

.p-plan_listItem .ctn-item .list_note li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
}

@media screen and (max-width: 1140px) {
  .p-plan_listItem .ctn-item .list_note li {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .p-plan_listItem .ctn-item .list_note li {
    font-size: 16px;
    line-height: 30px;
  }
}

.p-plan_listItem .ctn-item .list_note li:last-child {
  margin-bottom: 0;
}

.p-plan_listItem .ctn-item .list_note li::before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 23px;
  height: 20px;
  background: url(../images/icon/ico_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

.p-plan_listItem.planItem02 .header-item {
  background: url(../images/bg/bg-planItem02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-plan_listItem.planItem02 .header-item {
    min-height: 130px;
    padding: 11px 25px 20px;
    background-position: bottom;
  }
  .p-plan_listItem.planItem02 .header-item h3 {
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .p-plan_listItem.planItem02 .ctn-item .list_note li {
    margin-bottom: 0;
  }
}

.p-plan_listItem.planItem03 .header-item {
  background: url(../images/bg/bg-planItem03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-plan_listItem.planItem03 .header-item {
    min-height: 130px;
    padding: 11px 25px 20px;
    background-position: bottom;
  }
  .p-plan_listItem.planItem03 .header-item h3 {
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .p-plan_listItem.planItem03 .ctn-item .list_note li {
    margin-bottom: 0;
  }
}

.table-plan {
  margin-top: 58px;
}

@media screen and (max-width: 768px) {
  .table-plan {
    margin-top: 40px;
    overflow-x: scroll;
  }
  .table-plan figure {
    width: 715px;
  }
}

.scroll {
  display: none;
}

@media screen and (max-width: 768px) {
  .scroll {
    display: flex;
    justify-content: flex-end;
  }
}

.p-reason {
  padding: 148px 0 220px;
  background: #fff url(../images/bg/bg-reason_pc.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-reason {
    padding: 80px 0 60px;
    background: #fff url(../images/bg/bg-reason_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.p-reason_ctn {
  position: relative;
  margin-top: 57px;
}

@media screen and (max-width: 768px) {
  .p-reason_ctn {
    margin-top: 102px;
  }
}

.p-reason_item {
  display: flex;
  position: relative;
  justify-content: flex-end;
  margin-top: 60px;
}

@media screen and (max-width: 1140px) {
  .p-reason_item {
    display: block;
    width: 100%;
    margin-top: 82px;
  }
}

.p-reason_item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1140px) {
  .p-reason_item:first-child .number {
    width: 102px;
  }
}

@media screen and (max-width: 1140px) {
  .p-reason_item:nth-child(2) .number {
    width: 117px;
  }
}

@media screen and (max-width: 1140px) {
  .p-reason_item:nth-child(3) .number {
    width: 118px;
  }
}

@media screen and (max-width: 1140px) {
  .p-reason_item:nth-child(4) .number {
    width: 121px;
  }
}

.p-reason_item:last-child h3 {
  line-height: 1.2;
}

.p-reason_item:last-child p {
  margin-top: 30px;
}

.p-reason_item:last-child .number {
  top: -17px;
}

@media screen and (max-width: 1140px) {
  .p-reason_item:last-child .number {
    width: 118px;
  }
}

.p-reason_item:nth-child(2n) {
  display: flex;
  justify-content: flex-start;
}

.p-reason_item:nth-child(2n) .p-reason_item_ctn {
  padding-left: 45px;
}

@media screen and (max-width: 1140px) {
  .p-reason_item:nth-child(2n) .p-reason_item_ctn {
    padding-left: 0;
  }
}

.p-reason_item:nth-child(2n) .p-reason_item_ctn figure {
  order: 2;
}

.p-reason_item:nth-child(2n) .p-reason_item_ctn figure img {
  right: -25px;
  left: auto;
}

@media screen and (max-width: 1140px) {
  .p-reason_item:nth-child(2n) .p-reason_item_ctn figure img {
    right: 0;
  }
}

@media screen and (max-width: 1140px) {
  .p-reason_item:nth-child(2n) .p-reason_item_ctn figure img {
    right: auto;
  }
}

.p-reason_item:nth-child(2n) .p-reason_item_ctn .p-reason_item_info {
  order: 1;
}

@media screen and (max-width: 1140px) {
  .p-reason_item:nth-child(2n) .p-reason_item_ctn .p-reason_item_info {
    padding-left: 15px;
  }
}

.p-reason_item_ctn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 972px;
  min-height: 330px;
  padding: 30px;
  border-radius: 20px;
  background: url(../images/bg/bg-reason_item.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1140px) {
  .p-reason_item_ctn {
    display: block;
    width: 100%;
    min-height: auto;
    padding: 0 0 40px;
    border-radius: 20px;
    background: url(../images/bg/bg-reason_item_sp.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 1140px) {
  .p-reason_item_ctn figure {
    padding-left: 10px;
  }
}

.p-reason_item_ctn figure img {
  position: absolute;
  top: 13px;
  left: -10px;
  max-width: 490px;
}

@media screen and (max-width: 1140px) {
  .p-reason_item_ctn figure img {
    position: initial;
    width: 100%;
    max-width: 100%;
    margin-top: -50px;
  }
}

.p-reason_item_info {
  width: 62.5%;
}

@media screen and (max-width: 1140px) {
  .p-reason_item_info {
    width: 100%;
    padding: 0 15px;
  }
}

.p-reason_item h3 {
  z-index: 2;
  position: relative;
  color: #ff7bac;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 112px;
}

@media screen and (max-width: 1140px) {
  .p-reason_item h3 {
    display: flex;
    align-items: center;
    min-height: 68px;
    margin-top: 30px;
    font-size: 24px;
    line-height: 34px;
  }
}

.p-reason_item h3 span {
  z-index: 1;
  position: absolute;
}

.p-reason_item p {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 35px;
}

@media screen and (max-width: 1140px) {
  .p-reason_item p {
    margin-top: 20px;
    font-size: 18px;
    line-height: 31.5px;
  }
}

.p-example {
  padding: 115px 0 120px;
  background-color: #ff7bac0d;
}

@media screen and (max-width: 768px) {
  .p-example {
    padding: 80px 0 90px;
  }
}

.p-example_ctn {
  margin-top: 57px;
  padding: 42px 0;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-example_ctn {
    padding-bottom: 60px;
  }
}

.p-example_ctn .case h3 {
  color: #ff7bac;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 37px;
}

@media screen and (max-width: 768px) {
  .p-example_ctn .case h3 {
    padding-left: 10px;
    font-size: 20px;
    line-height: 31px;
    text-indent: -10px;
  }
}

@media screen and (max-width: 768px) {
  .p-example_ctn .case h3 span {
    display: block;
    width: 142px;
    margin-bottom: 3px;
  }
}

.p-example_ctn .case .slick-next {
  right: 0;
}

.p-example_ctn .case .slick-prev {
  left: 0;
}

.p-example_slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 0 10px;
}

.p-example_slider .slider-item {
  position: relative;
  width: 32%;
  max-width: 350px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .p-example_slider .slider-item {
    width: 100%;
    max-width: 100%;
    margin-top: 24px;
  }
}

.p-example_slider .slider-item:nth-child(3n)::after {
  display: none;
}

.p-example_slider .slider-item:nth-child(n + 4) {
  margin-top: 20px;
}

.p-example_slider .slider-item::after {
  position: absolute;
  top: 43%;
  right: -17px;
  width: 18px;
  height: 20px;
  transform: translate(10px, -50%);
  background: url(../images/icon/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}

@media screen and (max-width: 768px) {
  .p-example_slider .slider-item::after {
    display: none;
  }
}

.p-example_slider .slider-item h4 {
  margin-top: 2px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .p-example_slider .slider-item h4 {
    margin-top: -2px;
    font-size: 16px;
    line-height: 24px;
  }
}

.p-voice {
  padding: 127px 0 120px;
  background: #f1f1f1;
}

@media screen and (max-width: 768px) {
  .p-voice {
    padding: 85px 0 97px;
  }
}

.p-voice_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 24px 30px 26px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 6px 6px 6px #92929233;
}

@media screen and (max-width: 768px) {
  .p-voice_item {
    margin: 15px 10px 0;
    padding: 24px 20px 26px;
  }
}

.p-voice_item .left {
  width: 14%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-voice_item .left {
    display: flex;
    width: 100%;
  }
  .p-voice_item .left span {
    display: block;
  }
}

.p-voice_item .left .info {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-voice_item .left .info {
    display: flex;
    flex-wrap: wrap;
  }
}

.p-voice_item .left img {
  width: 100.5px;
  height: 100.5px;
}

@media screen and (max-width: 768px) {
  .p-voice_item .left img {
    width: 80px;
    height: 80px;
  }
  .p-voice_item .left img.star {
    width: 123px;
    height: auto;
  }
}

.p-voice_item_ctn {
  width: 83.3%;
}

@media screen and (max-width: 768px) {
  .p-voice_item_ctn {
    width: 100%;
  }
}

.p-voice_item_ctn p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 26px;
}

@media screen and (max-width: 768px) {
  .p-voice_item_ctn p {
    margin-top: 23px;
  }
}

.p-voice_item .info {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-voice_item .info {
    display: none;
  }
}

.p-voice_item .yearold {
  padding-right: 25px;
  color: #ff7bac;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
}

@media screen and (max-width: 768px) {
  .p-voice_item .yearold {
    width: 100%;
    padding-left: 10px;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
  }
}

.p-voice_item .point {
  padding-left: 15px;
  color: #ff7bac;
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
}

@media screen and (max-width: 768px) {
  .p-voice_item .point {
    padding-left: 10px;
    font-size: 20px;
    line-height: 35px;
  }
}

.p-faq {
  padding: 115px 0 100px;
  background: url(../images/bg/bg-faq_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-faq {
    padding: 120px 0 100px;
    background: #fff url(../images/bg/bg-faq_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.p-faq_ctn {
  margin-top: 61px;
}

@media screen and (max-width: 768px) {
  .p-faq_ctn {
    margin-top: 45px;
  }
}

.p-faq_item {
  display: block;
  margin-top: 30px;
  padding: 13px 50px 16px;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 6px 6px 6px #92929233;
}

@media screen and (max-width: 768px) {
  .p-faq_item {
    margin-top: 20px;
    padding: 25px 10px 15px;
  }
}

.p-faq_item .question {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px solid #f1f1f1;
  color: #ff7bac;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.005em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-faq_item .question {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .p-faq_item .question {
    position: relative;
    padding-left: 40px;
  }
  .p-faq_item .question .ico_q {
    position: absolute;
    top: -5px;
    left: 0;
    width: 30px;
    padding-right: 0;
  }
  .p-faq_item .question .ico_q img {
    width: auto;
  }
}

.p-faq_item .question span {
  display: inline-block;
  width: 50px;
  padding-right: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-faq_item .question span {
    width: 40px;
    padding-right: 10px;
  }
  .p-faq_item .question span img {
    width: 30px;
  }
}

.p-faq_item .answer {
  display: flex;
  align-items: top;
  padding-top: 10px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

@media screen and (max-width: 768px) {
  .p-faq_item .answer {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    line-height: 26px;
  }
  .p-faq_item .answer .ico_a {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 24px;
  }
  .p-faq_item .answer .ico_a img {
    width: auto;
  }
}

.p-faq_item .answer span {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 50px;
  margin-top: 8px;
  padding-right: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-faq_item .answer span {
    width: 40px;
    padding-right: 10px;
  }
  .p-faq_item .answer span img {
    width: 30px;
  }
}

.p-flow {
  padding: 115px 0 127px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-flow {
    padding: 98px 0 80px;
  }
}

.p-flow_ctn {
  margin-top: 57px;
}

@media screen and (max-width: 768px) {
  .p-flow_ctn {
    margin-top: 45px;
  }
}

.p-flow_item {
  display: flex;
  justify-content: center;
  margin-top: 42px;
}

.p-flow_item:last-child .flow-number::after {
  display: none;
}

.p-flow_item:last-child .flow-ctn img {
  right: 30px;
  width: 102px;
}

@media screen and (max-width: 768px) {
  .p-flow_item:last-child .flow-ctn img {
    right: 0;
  }
}

.p-flow_item:nth-child(3) .flow-ctn img {
  width: 134px;
}

.p-flow_item .flow-number {
  position: relative;
  width: 15%;
  max-width: 100px;
}

@media screen and (max-width: 768px) {
  .p-flow_item .flow-number {
    width: 27%;
    max-width: 80px;
  }
}

.p-flow_item .flow-number img {
  z-index: 2;
  position: relative;
  background-color: #fff;
}

.p-flow_item .flow-number::after {
  z-index: -1;
  position: absolute;
  bottom: -42px;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  background: #ff7bac;
  content: '';
}

.p-flow_item .flow-ctn {
  position: relative;
  width: 91%;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .p-flow_item .flow-ctn {
    padding-left: 15px;
  }
}

.p-flow_item .flow-ctn img {
  position: absolute;
  right: 15px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .p-flow_item .flow-ctn img {
    width: 156px;
  }
}

.p-flow_item .flow-ctn p {
  margin-top: 1px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 31.5px;
}

@media screen and (max-width: 768px) {
  .p-flow_item .flow-ctn p {
    font-size: 16px;
    line-height: 26px;
  }
}

.p-flow_item h3 {
  color: #ff7bac;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 100px;
}

@media screen and (max-width: 768px) {
  .p-flow_item h3 {
    padding-top: 20px;
    font-size: 24px;
    line-height: 1.5;
  }
}

.p-flow_item h4 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 31.5px;
}

@media screen and (max-width: 768px) {
  .p-flow_item h4 {
    margin-top: 21px;
    font-size: 16px;
    line-height: 26px;
  }
}

.p-follow {
  padding: 95px 0 75px;
  background: url(../images/bg/bg-follow.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-follow {
    padding: 90px 0 130px;
  }
}

.p-follow .c-pageHeading_desc {
  color: #fff;
}

.p-follow .c-pageHeading_title {
  color: #fff;
}

.p-follow_des {
  text-align: center;
}

.p-follow_des p {
  margin-top: 48px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 35px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-follow_des p {
    margin-top: 35px;
    font-size: 20px;
    line-height: 35px;
  }
}

.p-follow_support {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  margin-top: 63px;
  padding: 35px 30px 30px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-follow_support {
    display: block;
    position: initial;
    margin-top: 42px;
    padding: 40px 15px 63px;
  }
}

.p-follow_support .percent {
  width: 41%;
}

@media screen and (max-width: 768px) {
  .p-follow_support .percent {
    width: 100%;
    text-align: center;
  }
}

.p-follow_support .percent img {
  width: 100%;
  max-width: 412px;
  margin: 0 auto;
  margin-top: -13px;
}

@media screen and (max-width: 768px) {
  .p-follow_support .percent img {
    width: 100%;
    max-width: 240px;
    margin-top: 0;
  }
}

.p-follow_support .support {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .p-follow_support .support {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
}

.p-follow_support .support h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-follow_support .support h3 {
    margin: 0 auto;
  }
}

.p-follow_support .support .fix h3 {
  max-width: 314px;
  background: url(../images/bg/bg-fix.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.p-follow_support .support .divorce {
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  .p-follow_support .support .divorce {
    margin-top: 34px;
  }
}

.p-follow_support .support .divorce h3 {
  max-width: 236px;
  background: url(../images/bg/bg-divorce.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #333;
}

@media screen and (max-width: 768px) {
  .p-follow_support .support .divorce h3 {
    max-width: 314px;
    background: url(../images/bg/bg-divorce_sp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.p-follow_support .support .divorce p {
  margin-top: 3px;
  color: #808080;
}

@media screen and (max-width: 768px) {
  .p-follow_support .support .divorce p {
    margin-top: 8px;
  }
}

.p-follow_support .support .divorce ul {
  margin-top: 4px;
}

.p-follow_support .support p {
  margin-top: 7px;
  padding-left: 18px;
  color: #eb3677;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 31.5px;
}

.p-follow_support .support ul {
  padding-left: 15px;
}

@media screen and (max-width: 768px) {
  .p-follow_support .support ul {
    padding-left: 25px;
  }
}

.p-follow_support .support ul li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 28px;
  text-align: left;
}

.p-follow_support .sleuth {
  position: absolute;
  right: 0px;
  bottom: 0;
  max-width: 290px;
}

@media screen and (max-width: 1140px) {
  .p-follow_support .sleuth {
    right: -20px;
    bottom: 50px;
    max-width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .p-follow_support .sleuth {
    right: -140px;
    bottom: -130px;
    left: 0;
    max-width: 240px;
    margin: 0 auto;
  }
}

.p-follow .signature {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 18px;
}

@media screen and (max-width: 768px) {
  .p-follow .signature {
    position: absolute;
    bottom: -170px;
    width: 95%;
    font-size: 12px;
    line-height: 16px;
  }
}

.p-form {
  padding: 124px 0;
  background: #f1f1f1;
}

@media screen and (max-width: 768px) {
  .p-form {
    padding: 75px 0 0;
  }
}

.p-contact .c-blockHeading {
  margin-bottom: 0;
}

.p-contact .c-blockHeading_title_main {
  color: #036eb8;
  font-weight: 500;
}

@media (min-width: 769px) {
  .p-contact .c-blockHeading_title_main {
    font-size: 40px;
    letter-spacing: 1px;
  }
}

.p-contact .c-form {
  position: relative;
}

.p-contact .c-form::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 37rem;
  height: 100%;
  background: #036eb8;
  content: none;
}

.p-contact .c-form input[type='text'],
.p-contact .c-form textarea,
.p-contact .c-form select {
  width: 100%;
  height: 60px;
  padding: 3px 1.5rem;
  border: 1px solid #c9caca;
  border-radius: 5px;
  outline: none;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.p-contact .c-form input[type='text'].w100p,
.p-contact .c-form textarea.w100p,
.p-contact .c-form select.w100p {
  width: 100%;
  min-width: 100%;
}

@media (max-width: 768px) {
  .p-contact .c-form input[type='text'],
  .p-contact .c-form textarea,
  .p-contact .c-form select {
    height: 50px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.8px;
  }
}

.p-contact .c-form textarea {
  height: 217px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 768px) {
  .p-contact .c-form textarea {
    height: 150px;
  }
}

.p-contact .c-form select {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  min-width: 182px;
  background-size: 1.4rem;
}

.p-contact .c-form select:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .p-contact .c-form select {
    min-width: 157px;
  }
}

.p-contact .c-form .err_msg {
  padding-top: 0.3rem;
  color: #ef3300;
  font-size: 1.3rem;
}

.p-contact .c-form_group {
  display: flex;
  padding: 15px 0;
}

.p-contact .c-form_group:last-child {
  border-bottom: none;
}

.p-contact .c-form_group span {
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .p-contact .c-form_group.-messageGroup {
    padding-bottom: 0;
  }
}

.p-contact .c-form_group.-messageGroup .c-form_group_txt {
  align-items: flex-start;
}

@media (min-width: 769px) {
  .p-contact .c-form_group.-messageGroup .c-form_group_txt {
    padding-top: 10px;
  }
}

.p-contact .c-form_group.u-flexstart {
  align-items: flex-start;
}

.p-contact .c-form_group_txt {
  display: flex;
  position: relative;
  align-items: center;
  width: 287px;
  padding: 0 25px 0 0;
}

.p-contact .c-form_group_txt label {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.445;
}

.p-contact .c-form_group_txt .c-red {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 26px;
  padding: 1px 2px;
  border-radius: 3px;
  background: #ff7bac;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 1;
  text-align: center;
}

@media (min-width: 769px) {
  .p-contact .c-form_group_txt .c-red {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
  }
}

.p-contact .c-form_group_txt2 {
  display: block;
}

.p-contact .c-form_group_input {
  position: relative;
  width: calc(100% - 287px);
}

.p-contact .c-form_group_input .c-radioWrap .c-text {
  font-size: 20px;
  font-size: 2rem;
}

@media (max-width: 768px) {
  .p-contact .c-form_group_input .c-radioWrap .c-text {
    font-size: 16px;
  }
}

.p-contact .c-form_group_input .w182px {
  width: 182px;
}

@media (max-width: 768px) {
  .p-contact .c-form_group_input .w182px {
    width: 157px;
  }
}

.p-contact .c-form_group_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 34rem);
  margin: 0 -0.8rem;
  padding: 0 1.4rem 0 3rem;
}

.p-contact .c-form_btnSend {
  display: flex;
  justify-content: center;
}

.p-contact .c-form_btnSend_submit {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 486px;
  height: 80px;
  margin-top: 37px;
  border: none;
  border: solid 3px #fff;
  border-top: none;
  border-radius: 100px;
  outline: none;
  background: #ff7bac;
  box-shadow: 0 8px 0 0 #f55999;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1;
  text-align: center;
}

.p-contact .c-form_btnSend_submit::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  content: "";
}

@media (max-width: 768px) {
  .p-contact .c-form_btnSend_submit::after {
    right: 20px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
  }
}

.p-contact .c-form_btnSend_submit span {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.p-contact .c-form_btnSend_submit:hover {
  opacity: 0.7;
}

.p-contact .c-pageHeading {
  padding: 0;
}

.p-contact .c-title {
  color: #036eb8;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.75;
  text-align: center;
}

.p-contact .c-confirm {
  background: #fff;
}

.p-contact .confirm_btn_wrap {
  display: block;
  margin-top: 80px;
}

.p-contact .confirm_btn_wrap .submit_btn {
  display: block;
  width: 426px;
  margin: 0 auto;
}

.p-contact .confirm_btn_wrap .submit_btn span {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.p-contact .confirm_btn_wrap .submit_btn:hover {
  opacity: 0.7;
}

.p-contact .confirm_btn_wrap .back_btn {
  display: block;
  position: relative;
  width: 162px;
  height: 44px;
  margin: 40px auto 0;
  border: none;
  border: 2px solid #fff;
  border-top: none;
  border-radius: 100px;
  outline: none;
  background: #989898;
  box-shadow: 0 5px 0 0 #666;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
}

.p-contact .confirm_btn_wrap .back_btn span {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.p-contact .confirm_btn_wrap .back_btn:hover {
  opacity: 0.7;
}

.p-contact .thanks_message_wrap {
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 1.8px;
  line-height: 2.67;
  text-align: center;
}

.p-contact .thanks_topbt_link {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.p-contact .thanks_top_link {
  width: 426px;
  margin: 80px auto 0;
  background: #989898;
  box-shadow: 0 8px 0 0 #666;
}

.p-contact .thanks_top_link span {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.p-contact .thanks_top_link:hover {
  opacity: 0.7;
}

.p-contact_form {
  max-width: 960px;
  margin: 0 auto;
  padding: 35px 60px 50px;
  background: #fff;
}

.p-confirm .c-pageHeading,
.p-thanks .c-pageHeading {
  margin-bottom: 50px;
}

.p-confirm .c-pageHeading_desc,
.p-thanks .c-pageHeading_desc {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1;
}

.p-confirm .c-pageHeading_title,
.p-thanks .c-pageHeading_title {
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 7.5px;
  line-height: 1.75;
  text-align: center;
}

.p-contact.p-confirm {
  padding-top: 220px;
  padding-bottom: 120px;
}

@media (min-width: 769px) {
  .p-contact.p-confirm .p-contact_form {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.p-contact.p-thanks {
  padding-top: 210px;
  padding-bottom: 70px;
}

.p-contact.p-thanks .p-contact_form {
  max-width: 1100px;
  padding: 0;
  background: transparent;
}

.p-contact.p-thanks .c-form_btnSend_submit::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .p-contact_form {
    margin-top: 0;
    margin-bottom: 0px;
    padding: 65px 10px 0;
  }
  .p-contact .c-form::before {
    display: none;
  }
  .p-contact .c-form input[type='text']:-ms-input-placeholder {
    font-size: 70%;
  }
  .p-contact .c-form input[type='text']::placeholder {
    font-size: 70%;
  }
  .p-contact .c-form select {
    width: 100%;
  }
  .p-contact .c-form_group {
    flex-wrap: wrap;
    padding: 0 0 27px 0;
  }
  .p-contact .c-form_group_txt {
    justify-content: flex-start;
    width: 100%;
    padding-left: 10px;
  }
  .p-contact .c-form_group_txt .c-red {
    position: relative;
    top: auto;
    right: auto;
    width: 38px;
    height: 20px;
    margin-left: 15px;
    font-size: 10px;
  }
  .p-contact .c-form_group_txt2 {
    height: 6rem;
    padding: 0.2rem 2rem 0 2rem;
  }
  .p-contact .c-form_group_input {
    width: 100%;
    padding: 10px 20px 0 20px;
  }
  .p-contact .c-form_group_row {
    width: 100%;
  }
  .p-contact .c-form_btnSend {
    padding-top: 0;
  }
  .p-contact .c-form_btnSend_submit {
    margin-top: 25px;
    margin-bottom: 35px;
    font-size: 26px;
    letter-spacing: 2.6px;
  }
}

@media screen and (max-width: 768px) and (min-width: 320px) {
  .p-contact .c-form_btnSend_submit {
    font-size: 22px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 768px) {
  .p-contact .confirm_btn_wrap .back_btn {
    order: 2;
    width: 152px;
    height: 36px;
    margin: 35px auto 0;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 1.6px;
  }
  .p-contact .thanks_message_wrap {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.8px;
    line-height: 1.75;
    text-align: left;
  }
  .p-contact.p-confirm {
    padding-top: 130px;
    padding-bottom: 90px;
  }
  .p-contact.p-confirm .c-form_group_txt label {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.9px;
  }
  .p-contact.p-confirm .c-form_group_input {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.75;
  }
  .p-contact.p-confirm .c-form_group_input span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .p-contact .confirm_btn_wrap {
    flex-wrap: wrap;
    margin: 0;
  }
  .p-contact .confirm_btn_wrap .submit_btn {
    width: 100%;
    height: 70px;
    border-width: 2px;
    font-size: 2.6rem;
    letter-spacing: 2.6px;
  }
  .p-contact .c-form_group_txt label {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.9px;
  }
  .p-contact.p-thanks {
    padding-top: 140px;
    padding-bottom: 70px;
  }
  .p-contact.p-thanks .thanks_top_link {
    width: 260px;
    height: 50px;
    margin-top: 80px;
    margin-bottom: 0;
    border: 2px solid #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .p-contact.p-confirm .c-pageHeading, .p-contact.p-thanks .c-pageHeading {
    margin-bottom: 50px;
  }
  .p-contact.p-confirm .c-pageHeading_desc, .p-contact.p-thanks .c-pageHeading_desc {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3.2px;
    line-height: 1.75;
  }
  .p-contact.p-confirm .c-pageHeading_title, .p-contact.p-thanks .c-pageHeading_title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 6px;
    line-height: 1.38;
  }
}

.home {
  background: #fff;
}

body:not(.home) .l-contents {
  padding-top: 0;
  padding-bottom: 0;
}

body:not(.home) .p-contact {
  background: #f1f1f1;
}

body:not(.home) .p-contact.p-thanks {
  background: rgba(255, 123, 172, 0.05);
}

.u-hide,
.u-hidden {
  display: none !important;
}

.u-block,
.u-show {
  display: block !important;
}

.u-layerLabel {
  position: relative;
}

.u-layerLabel::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  content: attr(data-label) "";
}

.u-pcOnly,
.u-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-pcOnly,
  .u-pc {
    display: none !important;
  }
}

.u-spOnly,
.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-spOnly,
  .u-sp {
    display: block !important;
  }
}

.u-pcInline {
  display: none !important;
}

@media screen and (max-width: 1140px) {
  .u-pcInline {
    display: inline !important;
  }
}

.u-spInline {
  display: inline !important;
}

@media screen and (max-width: 1140px) {
  .u-spInline {
    display: none !important;
  }
}

.u-pcTable {
  display: none !important;
}

@media screen and (max-width: 1140px) {
  .u-pcTable {
    display: table !important;
  }
}

.u-spTable {
  display: table !important;
}

@media screen and (max-width: 1140px) {
  .u-spTable {
    display: none !important;
  }
}

.u-pcFlex {
  display: none !important;
}

@media screen and (max-width: 1140px) {
  .u-pcFlex {
    display: flex !important;
  }
}

.u-spFlex {
  display: flex !important;
}

@media screen and (max-width: 1140px) {
  .u-spFlex {
    display: none !important;
  }
}

.u-onlyPc {
  display: block !important;
}

@media (max-width: 768px) {
  .u-onlyPc {
    display: none !important;
  }
}

.u-onlySp {
  display: none !important;
}

@media (max-width: 768px) {
  .u-onlySp {
    display: block !important;
  }
}

.u-textBold {
  font-weight: bold !important;
}

.u-textRight {
  text-align: right !important;
}

.u-textLeft {
  text-align: left !important;
}

.u-textCenter {
  text-align: center !important;
}

/*# sourceMappingURL=maps/app.css.map */
