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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

ul, ol {
  margin: 0;
  padding: 0;
}

/*
    font-family: "Noto Sans JP", serif;
    font-family: "Roboto", sans-serif;
    font-family: "Outfit", sans-serif;
*/
/* automatic size vw */
/* automatic size vh */
/* text clamp */
/* anime In order */
/*
    Line height auto
*/
/* automatic width vw */
/* automatic height vw */
/*
    Input
*/
input {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}
input[type=text] {
  background-color: #F7F7F7;
  width: 100%;
  height: 59px;
  padding: 0 1em;
  font-size: 16px;
  border-radius: 20px;
}
@media screen and (max-width: 1440px) {
  input[type=text] {
    height: 4.0972222222vw;
    font-size: 1.1111111111vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  input[type=text] {
    height: 15.2671755725vw;
    border-radius: 5.0890585242vw;
    font-size: 16px;
    font-size: 4.0712468193vw;
  }
}
input[type=text]::-moz-placeholder {
  color: #B6BAAF;
  font-weight: 400;
}
input[type=text]::placeholder {
  color: #B6BAAF;
  font-weight: 400;
}
input[type=email] {
  background-color: #F7F7F7;
  width: 100%;
  height: 59px;
  padding: 0 1em;
  font-size: 16px;
  border-radius: 20px;
}
@media screen and (max-width: 1440px) {
  input[type=email] {
    height: 4.0972222222vw;
    font-size: 1.1111111111vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  input[type=email] {
    height: 15.2671755725vw;
    border-radius: 5.0890585242vw;
    font-size: 16px;
    font-size: 4.0712468193vw;
  }
}
input[type=email]::-moz-placeholder {
  color: #B6BAAF;
  font-weight: 400;
}
input[type=email]::placeholder {
  color: #B6BAAF;
  font-weight: 400;
}
input[type=tel] {
  background-color: #F7F7F7;
  width: 100%;
  height: 59px;
  padding: 0 1em;
  font-size: 16px;
  border-radius: 20px;
}
@media screen and (max-width: 1440px) {
  input[type=tel] {
    height: 4.0972222222vw;
    font-size: 1.1111111111vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  input[type=tel] {
    height: 15.2671755725vw;
    border-radius: 5.0890585242vw;
    font-size: 16px;
    font-size: 4.0712468193vw;
  }
}
input[type=tel]::-moz-placeholder {
  color: #B6BAAF;
  font-weight: 400;
}
input[type=tel]::placeholder {
  color: #B6BAAF;
  font-weight: 400;
}
input[type=radio] {
  width: 1px;
  display: none;
}
input[type=radio] + .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 1440px) {
  input[type=radio] + .wpcf7-list-item-label {
    padding: 0 0 0 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  input[type=radio] + .wpcf7-list-item-label {
    padding: 0 0 0 5.0890585242vw;
  }
}
input[type=radio] + .wpcf7-list-item-label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 2px solid #DFE3D8;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1440px) {
  input[type=radio] + .wpcf7-list-item-label:before {
    width: 0.9722222222vw;
    height: 0.9722222222vw;
    border-width: 0.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  input[type=radio] + .wpcf7-list-item-label:before {
    width: 3.5623409669vw;
    height: 3.5623409669vw;
    border-width: 0.5089058524vw;
  }
}
input[type=radio]:checked + .wpcf7-list-item-label:before {
  background-color: #E97088;
  border: 2px solid #E97088;
}
@media screen and (max-width: 1440px) {
  input[type=radio]:checked + .wpcf7-list-item-label:before {
    border-width: 0.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  input[type=radio]:checked + .wpcf7-list-item-label:before {
    border-width: 0.5089058524vw;
  }
}
input[type=radio]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  input[type=radio]:checked + .wpcf7-list-item-label:after {
    width: 0.2083333333vw;
    height: 0.2083333333vw;
    left: 0.625vw;
  }
}
@media screen and (max-width: 750px) {
  input[type=radio]:checked + .wpcf7-list-item-label:after {
    width: 1.0178117048vw;
    height: 1.0178117048vw;
    left: 2.1628498728vw;
  }
}
input[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  width: 300px;
  height: 80px;
  border: 2px solid #E97088;
  position: relative;
  padding: 0 50px;
  color: #E97088;
  font-size: 24px;
  font-weight: bold;
  border-radius: 45px;
  letter-spacing: 0.15em;
  background-color: #fff;
  cursor: pointer;
  background-image: url("../images/common/icon_arrow1.svg");
  background-repeat: no-repeat;
  background-position: 85% 50%;
  background-size: 15px auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  input[type=submit] {
    border-width: 0.1388888889vw;
    width: 20.8333333333vw;
    height: 5.5555555556vw;
    padding: 0 3.4722222222vw;
    font-size: 1.6666666667vw;
    border-radius: 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  input[type=submit] {
    border-width: 0.5089058524vw;
    width: 50.8905852417vw;
    height: 16.5394402036vw;
    padding: 0 5.5979643766vw;
    font-size: 14px;
    font-size: 3.5623409669vw;
    border-radius: 11.4503816794vw;
  }
}
input[type=submit]:hover {
  border-color: #fff;
  background-color: #E97088;
  color: #fff;
  background-image: url("../images/common/icon_arrow1.svg");
}
input[type=submit]:disabled {
  opacity: 0.3;
}
input[type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}
input[type=button].wpcf7-previous {
  width: 162px;
  height: 84px;
  border: 2px solid #444;
  border-radius: 45px;
  color: #444;
  font-size: 24px;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  input[type=button].wpcf7-previous {
    width: 11.25vw;
    height: 5.8333333333vw;
    border: 0.1388888889vw solid #444;
    border-radius: 3.125vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  input[type=button].wpcf7-previous {
    width: 33.0788804071vw;
    border-width: 0.5089058524vw;
    height: 16.5394402036vw;
    border-radius: 11.4503816794vw;
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}

.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 0.5em;
}
@media screen and (max-width: 750px) {
  .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label {
    padding-left: 1em;
  }
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label:before {
  content: "";
  width: 23px;
  height: 23px;
  border: 2px solid #333;
  border-radius: 2px;
  position: absolute;
  top: -4px;
  left: 0;
}
@media screen and (max-width: 1440px) {
  .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label:before {
    border-radius: 0.1666666667vw;
    border: 0.1388888889vw solid #333;
    width: 1.5972222222vw;
    height: 1.5972222222vw;
    top: -0.2777777778vw;
  }
}
@media screen and (max-width: 750px) {
  .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label:before {
    border-radius: 0.5089058524vw;
    border-width: 0.5089058524vw;
    width: 5.0890585242vw;
    height: 5.0890585242vw;
    top: -5.5979643766vw;
  }
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label:after {
  content: "";
  width: 6px;
  height: 15px;
  border-right: 4px solid #333;
  border-bottom: 4px solid #333;
  position: absolute;
  top: 30%;
  left: 10px;
  transform: translate(0, -50%) rotate(30deg);
  opacity: 0;
}
@media screen and (max-width: 1440px) {
  .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label:after {
    width: 0.4166666667vw;
    height: 1.0416666667vw;
    border-right: 0.2777777778vw solid #333;
    border-bottom: 0.2777777778vw solid #333;
    left: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] + .wpcf7-list-item-label:after {
    width: 1.5267175573vw;
    height: 3.8167938931vw;
    border-right: 1.0178117048vw solid #333;
    border-bottom: 1.0178117048vw solid #333;
    left: 2.0356234097vw;
    top: -3.0534351145vw;
  }
}
.wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

textarea {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  background-color: #F7F7F7;
  width: 100%;
  height: 200px;
  padding: 1em;
  border-radius: 20px;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  textarea {
    height: 13.8888888889vw;
    font-size: 1.1111111111vw;
    border-radius: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  textarea {
    height: 49.8727735369vw;
    border-radius: 5.0890585242vw;
    font-size: 16px;
    font-size: 4.0712468193vw;
  }
}
textarea::-moz-placeholder {
  color: #B6BAAF;
  font-weight: 400;
}
textarea::placeholder {
  color: #B6BAAF;
  font-weight: 400;
}

button {
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

/*
    Button
*/
a.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
a.button.ver1 {
  height: 70px;
  border-radius: 40px;
  border: 2px solid #E97088;
  color: #E97088;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  a.button.ver1 {
    height: 4.8611111111vw;
    border-radius: 2.7777777778vw;
    border-width: 0.1388888889vw;
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver1 {
    height: 12.213740458vw;
    font-size: 15px;
    font-size: 3.8167938931vw;
  }
}
a.button.ver1 > span {
  display: block;
  padding: 0 45px;
  position: relative;
  width: 100%;
  text-align: center;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  a.button.ver1 > span {
    padding: 0 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver1 > span {
    padding: 0 10.1781170483vw;
  }
}
a.button.ver1 > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/common/icon_arrow1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  a.button.ver1 > span:after {
    right: 1.7361111111vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver1 > span:after {
    right: 6.3613231552vw;
    width: 3.8167938931vw;
    height: 3.8167938931vw;
  }
}
a.button.ver1:hover {
  border-color: #fff;
  color: #fff;
  background-color: #E97088;
}
a.button.ver1:hover > span {
  transform: scale(1.08);
}
a.button.ver1:hover > span:after {
  background-image: url("../images/common/icon_arrow2.svg");
}
a.button.ver2 {
  height: 70px;
  border-radius: 40px;
  border: 2px solid #E9A0AE;
  color: #E9A0AE;
  font-size: 18px;
  font-weight: 600;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  a.button.ver2 {
    height: 4.8611111111vw;
    border-radius: 2.7777777778vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver2 {
    height: 16.5394402036vw;
    border-radius: 10.1781170483vw;
    border-width: 0.5089058524vw;
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
a.button.ver2 > span {
  display: block;
  padding: 0 45px;
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  a.button.ver2 > span {
    padding: 0 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver2 > span {
    padding: 0 10.1781170483vw;
  }
}
a.button.ver2 > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/common/icon_arrow4.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  a.button.ver2 > span:after {
    right: 1.7361111111vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver2 > span:after {
    right: 6.3613231552vw;
    width: 3.8167938931vw;
    height: 3.8167938931vw;
  }
}
a.button.ver2 > span > span {
  display: block;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
a.button.ver2:hover {
  border-color: #fff;
  color: #fff;
  background-color: #E9A0AE;
}
a.button.ver2:hover > span:after {
  background-image: url("../images/common/icon_arrow2.svg");
}
a.button.ver2:hover > span > span {
  transform: scale(1.08);
}
a.button.ver3 {
  height: 87px;
  border-radius: 50px;
  border: 2px solid #E5ADB8;
  background-color: #E5ADB8;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 0 25px 0 60px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  a.button.ver3 {
    height: 6.0416666667vw;
    border-radius: 3.4722222222vw;
    border-width: 0.1388888889vw;
    font-size: 1.3888888889vw;
    padding: 0 1.7361111111vw 0 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver3 {
    height: 17.8117048346vw;
    border-radius: 12.7226463104vw;
    font-size: 14px;
    font-size: 3.5623409669vw;
    position: relative;
  }
}
a.button.ver3 > span {
  display: block;
  padding: 0 70px 0 35px;
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  a.button.ver3 > span {
    padding: 0 4.8611111111vw 0 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver3 > span {
    width: auto;
    display: inline-block;
    padding: 0 7.6335877863vw;
  }
}
a.button.ver3 > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 25px;
  height: 18px;
  background-image: url("../images/common/icon_email.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  a.button.ver3 > span:before {
    width: 1.7361111111vw;
    height: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver3 > span:before {
    right: 6.3613231552vw;
    width: 3.8167938931vw;
    height: 3.8167938931vw;
  }
}
a.button.ver3 > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/common/icon_arrow2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  a.button.ver3 > span:after {
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver3 > span:after {
    content: none;
  }
}
a.button.ver3 > span > span {
  display: block;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  a.button.ver3:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 6.3613231552vw;
    width: 3.8167938931vw;
    height: 3.8167938931vw;
    background-image: url("../images/common/icon_arrow2.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
a.button.ver3:hover {
  border-color: #fff;
  background-color: #E97088;
}
a.button.ver3:hover > span > span {
  transform: scale(1.08);
}
a.button.ver4 {
  height: 80px;
  border-radius: 40px;
  border: 2px solid #F8DEE3;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  background-color: #F8DEE3;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  a.button.ver4 {
    border-width: 0.1388888889vw;
    height: 5.5555555556vw;
    border-radius: 2.7777777778vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver4 {
    height: 12.213740458vw;
    font-size: 15px;
    font-size: 3.8167938931vw;
  }
}
a.button.ver4 > span {
  display: block;
  padding: 0 45px;
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  a.button.ver4 > span {
    padding: 0 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver4 > span {
    padding: 0 10.1781170483vw;
  }
}
a.button.ver4 > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/common/icon_arrow3.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  a.button.ver4 > span:after {
    right: 1.7361111111vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver4 > span:after {
    right: 6.3613231552vw;
    width: 3.8167938931vw;
    height: 3.8167938931vw;
  }
}
a.button.ver4 > span > span {
  display: block;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
a.button.ver4:hover {
  border-color: #E9A0AE;
  background-color: #E9A0AE;
  color: #fff;
}
a.button.ver4:hover > span:after {
  background-image: url("../images/common/icon_arrow2.svg");
}
a.button.ver4:hover > span > span {
  transform: scale(1.08);
}
a.button.ver5 {
  height: 70px;
  border-radius: 40px;
  border: 2px solid #F04F6F;
  color: #F04F6F;
  font-size: 22px;
  font-weight: 600;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  a.button.ver5 {
    border-width: 0.1388888889vw;
    height: 4.8611111111vw;
    border-radius: 2.7777777778vw;
    font-size: 1.5277777778vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver5 {
    border-width: 0.5089058524vw;
    height: 17.8117048346vw;
    border-radius: 10.1781170483vw;
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}
a.button.ver5 > span {
  display: block;
  padding: 0 45px;
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  a.button.ver5 > span {
    padding: 0 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver5 > span {
    padding: 0 10.1781170483vw;
  }
}
a.button.ver5 > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/common/icon_arrow1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  a.button.ver5 > span:after {
    right: 1.7361111111vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver5 > span:after {
    right: 6.3613231552vw;
    width: 3.8167938931vw;
    height: 3.8167938931vw;
  }
}
a.button.ver5 > span > span {
  display: block;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  a.button.ver5 > span > span {
    text-align: center;
  }
}
a.button.ver5:hover {
  color: #fff;
  border-color: #fff;
  background-color: #F04F6F;
}
a.button.ver5:hover > span:after {
  background-image: url("../images/common/icon_arrow2.svg");
}
a.button.ver5:hover > span > span {
  transform: scale(1.08);
}
a.button.ver6 {
  width: 100%;
  height: 100px;
  border-radius: 50px;
  background-color: #F8E6E6;
  color: #333;
  padding: 0 40px 0 18px;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  a.button.ver6 {
    height: 6.9444444444vw;
    border-radius: 3.4722222222vw;
    padding: 0 2.7777777778vw 0 1.25vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver6 {
    height: 25.4452926209vw;
    border-radius: 12.7226463104vw;
    padding: 0 10.1781170483vw 0 4.5801526718vw;
    font-size: 16px;
    font-size: 4.0712468193vw;
  }
}
a.button.ver6 > span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  a.button.ver6 > span {
    justify-content: space-between;
  }
}
a.button.ver6 > span .icon {
  display: block;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  a.button.ver6 > span .icon {
    width: 4.4444444444vw;
    height: 4.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver6 > span .icon {
    width: 16.2849872774vw;
    height: 16.2849872774vw;
  }
}
a.button.ver6 > span .txt {
  width: calc(100% - 64px);
  text-align: center;
  padding: 0 42px 0 0;
  position: relative;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  a.button.ver6 > span .txt {
    width: 39.4444444444vw;
    padding: 0 2.9166666667vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver6 > span .txt {
    width: 58.524173028vw;
    padding: 0 7.6335877863vw 0 0;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}
a.button.ver6 > span .txt:after {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-image: url("../images/common/icon_arrow1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  a.button.ver6 > span .txt:after {
    width: 1.0416666667vw;
    height: 0.9027777778vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver6 > span .txt:after {
    width: 3.8167938931vw;
    height: 3.3078880407vw;
  }
}
a.button.ver6:hover {
  color: #fff;
  background-color: #E9A0AE;
}
a.button.ver6:hover > span .txt {
  transform: scale(1.08);
}
a.button.ver6:hover > span .txt:after {
  background-image: url("../images/common/icon_arrow2.svg");
}
a.button.ver7 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.05em;
  min-width: 248px;
  padding: 30px;
  background-color: #F7F7F7;
  border-radius: 30px 30px 0 0;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  a.button.ver7 {
    font-size: 1.3888888889vw;
    min-width: 17.2222222222vw;
    padding: 2.0833333333vw;
    border-radius: 2.0833333333vw 2.0833333333vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver7 {
    font-size: 16px;
    font-size: 4.0712468193vw;
    border-radius: 5.0890585242vw 5.0890585242vw 0 0;
    min-width: 22.9007633588vw;
    min-height: 13.9949109415vw;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
    padding: 1.272264631vw 1.0178117048vw;
  }
}
a.button.ver7.current {
  color: #fff;
  background-color: #E5ADB8;
}
a.button.ver8 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.05em;
  width: 100%;
  height: 70px;
  background-color: #FFF4F4;
  border-radius: 35px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  a.button.ver8 {
    font-size: 1.3888888889vw;
    height: 4.8611111111vw;
    border-radius: 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver8 {
    height: 13.9949109415vw;
    border-radius: 8.9058524173vw;
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
a.button.ver8 > span {
  display: block;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
a.button.ver8.current {
  color: #fff;
  background-color: #E5ADB8;
}
a.button.ver8:hover > span {
  transform: scale(1.08);
}
a.button.ver9 {
  height: 70px;
  border-radius: 40px;
  border: 2px solid #E97088;
  color: #E97088;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  a.button.ver9 {
    height: 4.8611111111vw;
    border-radius: 2.7777777778vw;
    border-width: 0.1388888889vw;
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver9 {
    height: 17.8117048346vw;
    border-radius: 10.1781170483vw;
    border-width: 1px;
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
a.button.ver9 > span {
  display: block;
  padding: 0 45px;
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  a.button.ver9 > span {
    padding: 0 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver9 > span {
    padding: 0 10.1781170483vw;
  }
}
a.button.ver9 > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/common/icon_arrow1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  a.button.ver9 > span:after {
    right: 1.7361111111vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver9 > span:after {
    right: 6.3613231552vw;
    width: 3.8167938931vw;
    height: 3.8167938931vw;
  }
}
a.button.ver9 > span > span {
  display: block;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
a.button.ver9:hover {
  border-color: #fff;
  color: #fff;
  background-color: #E97088;
}
a.button.ver9:hover > span:after {
  background-image: url("../images/common/icon_arrow2.svg");
}
a.button.ver9:hover > span > span {
  transform: scale(1.08);
}
a.button.ver10 {
  height: 70px;
  border-radius: 40px;
  border: 2px solid #fff;
  color: #E97088;
  font-size: 15px;
  font-weight: 600;
  background-color: #fff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  a.button.ver10 {
    height: 4.8611111111vw;
    border-radius: 2.7777777778vw;
    border-width: 0.1388888889vw;
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver10 {
    border-radius: 10.1781170483vw;
    height: 16.5394402036vw;
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
a.button.ver10 > span {
  display: block;
  padding: 0 45px;
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  a.button.ver10 > span {
    padding: 0 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver10 > span {
    padding: 0 10.1781170483vw;
  }
}
a.button.ver10 > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
  width: 15px;
  height: 15px;
  background-image: url("../images/common/icon_arrow1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  a.button.ver10 > span:after {
    right: 1.7361111111vw;
    width: 1.0416666667vw;
    height: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  a.button.ver10 > span:after {
    right: 6.3613231552vw;
    width: 3.8167938931vw;
    height: 3.8167938931vw;
  }
}
a.button.ver10 > span > span {
  display: block;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
a.button.ver10:hover {
  border-color: #E97088;
  color: #fff;
  background-color: #E97088;
}
a.button.ver10:hover > span:after {
  background-image: url("../images/common/icon_arrow2.svg");
}
a.button.ver10:hover > span > span {
  transform: scale(1.08);
}

.anime {
  opacity: 0;
}
.anime.animated {
  animation: slideTitle 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards;
}

.animeline.animated path {
  animation: lineAnimation 3s 0.4s forwards;
}

.lineanime.animated:before {
  animation: lineAnimation2 1s 0.4s forwards;
}

.d-demo__list--left {
  animation: infinity-scroll-left 60s linear 0s infinite normal;
}
@media screen and (max-width: 750px) {
  .d-demo__list--left {
    animation: infinity-scroll-left 60s linear 0s infinite normal;
  }
}

@keyframes slideTitle {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideTitle2 {
  0% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes slideTitle3 {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translate(20px, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInEnlarge {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes enlargeEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes shrinkEffect {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scrollbaranime {
  0% {
    bottom: 100%;
  }
  100% {
    bottom: -100%;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes lineAnimation {
  0% {
    stroke-dashoffset: 1800px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes lineAnimation2 {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
/*
    common
*/
html,
body {
  width: 100%;
  height: auto;
  font-size: 100%;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: center;
  letter-spacing: 0.05em;
}
html.hidden,
body.hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-touch-callout: none;
}

ul,
ol {
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  opacity: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: 0.3s ease-in-out;
}

sup {
  vertical-align: super;
  font-size: 80%;
}

.util_sp {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .util_sp {
    display: block !important;
  }
}

.util_pc {
  display: block !important;
}
@media screen and (max-width: 750px) {
  .util_pc {
    display: none !important;
  }
}

@media print {
  img {
    display: none;
  }
}
/*
    Error
*/
p.error {
  font-size: 13px;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  p.error {
    margin-bottom: 2vw;
    font-size: 26px;
    font-size: 6.6157760814vw;
  }
}

/*
    header
*/
header#header {
  width: 100%;
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.5s ease-in-out;
  background-color: #fff;
}
header#header > .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  header#header > .inner {
    max-width: 100vw;
    min-height: 6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  header#header > .inner {
    flex-wrap: wrap;
    min-height: 13.9949109415vw;
  }
}
header#header > .inner .container_header_logo {
  padding-left: 55px;
}
@media screen and (max-width: 1440px) {
  header#header > .inner .container_header_logo {
    padding-left: 3.8194444444vw;
  }
}
@media screen and (max-width: 750px) {
  header#header > .inner .container_header_logo {
    padding-left: 5.0890585242vw;
  }
}
header#header > .inner .container_header_logo .logo {
  width: 200px;
}
@media screen and (max-width: 1440px) {
  header#header > .inner .container_header_logo .logo {
    width: 13.8888888889vw;
  }
}
@media screen and (max-width: 750px) {
  header#header > .inner .container_header_logo .logo {
    width: 29.7709923664vw;
  }
}
header#header > .inner .container_header_hamburger {
  display: none;
}
@media screen and (max-width: 750px) {
  header#header > .inner .container_header_hamburger {
    display: block;
    width: 6.3613231552vw;
    height: 6.3613231552vw;
    margin-right: 5.0890585242vw;
  }
}
@media screen and (max-width: 750px) {
  header#header > .inner .container_header_hamburger button {
    width: 6.3613231552vw;
    height: 6.3613231552vw;
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  header#header > .inner .container_header_hamburger button > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0);
    transition: 0.3s ease-in-out;
  }
}
header#header > .inner .container_header_hamburger button > span:nth-of-type(1) {
  top: 20%;
}
header#header > .inner .container_header_hamburger button > span:nth-of-type(2) {
  top: 50%;
}
header#header > .inner .container_header_hamburger button > span:nth-of-type(3) {
  top: 80%;
}
header#header > .inner .container_header_hamburger button.active > span:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header#header > .inner .container_header_hamburger button.active > span:nth-of-type(2) {
  top: 50%;
  opacity: 0;
}
header#header > .inner .container_header_hamburger button.active > span:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}
header#header > .inner .container_header_nav {
  position: relative;
}
@media screen and (max-width: 750px) {
  header#header > .inner .container_header_nav {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

/*
    footer
*/
footer#footer > .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 930px;
  padding: 115px 15px 55px;
}
@media screen and (max-width: 1440px) {
  footer#footer > .inner {
    padding: 7.9861111111vw 1.0416666667vw 3.8194444444vw;
  }
}
@media screen and (max-width: 750px) {
  footer#footer > .inner {
    padding: 20.3562340967vw 7.6335877863vw;
  }
}
footer#footer > .inner .container_footer_logo {
  margin-bottom: 45px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  footer#footer > .inner .container_footer_logo {
    margin-bottom: 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  footer#footer > .inner .container_footer_logo {
    margin-bottom: 19.0839694656vw;
    text-align: center;
  }
}
footer#footer > .inner .container_footer_logo p.logo {
  width: 254px;
}
@media screen and (max-width: 1440px) {
  footer#footer > .inner .container_footer_logo p.logo {
    width: 17.6388888889vw;
  }
}
@media screen and (max-width: 750px) {
  footer#footer > .inner .container_footer_logo p.logo {
    margin: 0 auto;
    width: 76.3358778626vw;
  }
}
footer#footer > .inner > .container_footer_links {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > .container_footer_links {
    display: block;
  }
}
footer#footer > .inner > .container_footer_links > .container_footer_links_left {
  width: 270px;
}
@media screen and (max-width: 1440px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_left {
    width: 18.75vw;
  }
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_left {
    width: 100%;
    margin-bottom: 7.6335877863vw;
  }
}
footer#footer > .inner > .container_footer_links > .container_footer_links_left ul.content_footer_links_items > .content_footer_links_item {
  padding: 0.5em 0;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_left ul.content_footer_links_items > .content_footer_links_item {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_left ul.content_footer_links_items > .content_footer_links_item {
    padding: 3.5623409669vw 0;
    font-size: 15px;
    font-size: 3.8167938931vw;
  }
}
footer#footer > .inner > .container_footer_links > .container_footer_links_left ul.content_footer_links_items > .content_footer_links_item.ttl {
  color: #E97088;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_left ul.content_footer_links_items > .content_footer_links_item.ttl {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_left ul.content_footer_links_items > .content_footer_links_item.ttl {
    margin-bottom: 3.3078880407vw;
  }
}
footer#footer > .inner > .container_footer_links > .container_footer_links_right {
  padding-left: 10px;
  display: flex;
}
@media screen and (max-width: 1440px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_right {
    padding-left: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_right {
    padding-left: 0;
    display: block;
    width: 100%;
    text-align: left;
  }
}
footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items {
  margin-right: 80px;
}
@media screen and (max-width: 1440px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items {
    margin-right: 5.5555555556vw;
  }
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items {
    margin-right: 0;
    margin-bottom: 7.6335877863vw;
    display: inline-block;
  }
}
footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items > .content_footer_links_item {
  padding: 0.5em 0;
  font-size: 14px;
  text-align: left;
  min-height: 2em;
}
@media screen and (max-width: 1440px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items > .content_footer_links_item {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items > .content_footer_links_item {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items > .content_footer_links_item.ttl {
  color: #E97088;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1440px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items > .content_footer_links_item.ttl {
    margin-bottom: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items > .content_footer_links_item.ttl {
    margin-bottom: 3.3078880407vw;
    font-size: 15px;
    font-size: 3.8167938931vw;
  }
}
footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items > .content_footer_links_item a {
  color: #333;
}
footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items > .content_footer_links_item a[target=_blank] {
  display: block;
  position: relative;
  padding-right: 1em;
}
footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items > .content_footer_links_item a[target=_blank]:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.1em;
  right: 0;
  background-image: url("../images/common/icon_target.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items > .content_footer_links_item a[target=_blank]:after {
    width: 0.6944444444vw;
    height: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items > .content_footer_links_item a[target=_blank]:after {
    width: 2.5445292621vw;
    height: 2.5445292621vw;
  }
}
footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items > .content_footer_links_item a:hover {
  color: #E97088;
  text-decoration: underline;
}
footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items:nth-last-of-type(1) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  footer#footer > .inner > .container_footer_links > .container_footer_links_right ul.content_footer_links_items:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
footer#footer .copyright {
  text-align: center;
  font-size: 12px;
  background-color: #FFF7F7;
  padding: 1.4em;
}
@media screen and (max-width: 1440px) {
  footer#footer .copyright {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  footer#footer .copyright {
    font-size: 12px;
    font-size: 3.0534351145vw;
  }
}

/*
    Navigation
*/
nav#nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  nav#nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 13.2315521628vw);
    background-color: #fff;
    padding: 16.5394402036vw 7.6335877863vw 12.7226463104vw;
    overflow: hidden;
    overflow-y: auto;
  }
}
nav#nav ul.content_header_nav_links {
  display: flex;
}
@media screen and (max-width: 750px) {
  nav#nav ul.content_header_nav_links {
    display: block;
  }
}
nav#nav ul.content_header_nav_links > .content_header_nav_link {
  padding: 0 22px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 1440px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link {
    padding: 0 1.5277777778vw;
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link {
    padding: 0;
    font-size: 15px;
    font-size: 3.8167938931vw;
    text-align: left;
    margin-bottom: 8.9058524173vw;
  }
}
nav#nav ul.content_header_nav_links > .content_header_nav_link > a {
  color: #333;
}
@media screen and (max-width: 750px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link > a {
    display: block;
    border-bottom: 0.2544529262vw solid #C5C5C5;
    padding-bottom: 0.75em;
  }
}
nav#nav ul.content_header_nav_links > .content_header_nav_link > a:hover {
  color: #E97088;
}
nav#nav ul.content_header_nav_links > .content_header_nav_link > a.dropdown {
  display: block;
  position: relative;
  z-index: 1;
}
nav#nav ul.content_header_nav_links > .content_header_nav_link > a.dropdown > span {
  display: block;
  padding-right: 14px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link > a.dropdown > span {
    padding-right: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link > a.dropdown > span {
    padding-right: 3.5623409669vw;
  }
}
nav#nav ul.content_header_nav_links > .content_header_nav_link > a.dropdown > span:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link > a.dropdown > span:after {
    width: 0.4166666667vw;
    height: 0.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link > a.dropdown > span:after {
    width: 1.5267175573vw;
    height: 1.5267175573vw;
  }
}
@media screen and (max-width: 750px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link.dropdown > a.dropdown.active {
    color: #E97088;
  }
}
@media screen and (max-width: 750px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link.dropdown > a.dropdown.active > span:after {
    transform: translate(0, -30%) rotate(225deg);
    border-right: 1px solid #E97088;
    border-bottom: 1px solid #E97088;
  }
}
nav#nav ul.content_header_nav_links > .content_header_nav_link.dropdown.active > a.dropdown {
  color: #E97088;
}
nav#nav ul.content_header_nav_links > .content_header_nav_link.dropdown.active > a.dropdown > span:after {
  transform: translate(0, -30%) rotate(225deg);
  border-right: 1px solid #E97088;
  border-bottom: 1px solid #E97088;
}
nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service {
  position: absolute;
  top: 1em;
  left: 22px;
  padding: 0;
}
@media screen and (max-width: 1440px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service {
    left: 1.5277777778vw;
  }
}
@media screen and (max-width: 750px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service {
    position: static;
    top: auto;
    left: auto;
    padding: 0 0 0 3.5623409669vw;
  }
}
nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner {
  position: relative;
}
nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner:before {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items {
  position: relative;
  padding: 30px 0 20px;
  width: 264px;
}
@media screen and (max-width: 1440px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items {
    width: 18.3333333333vw;
    padding: 2.0833333333vw 0 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items {
    padding: 3.0534351145vw 0 0;
  }
}
nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items > .content_meganavi_links_item {
  text-align: left;
  border-bottom: 1px solid #C5C5C5;
}
@media screen and (max-width: 1440px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items > .content_meganavi_links_item {
    border-bottom-width: 0.0694444444vw;
  }
}
@media screen and (max-width: 750px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items > .content_meganavi_links_item {
    border: none;
  }
}
nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items > .content_meganavi_links_item a {
  color: #333;
  white-space: nowrap;
  display: block;
  padding: 14px 70px 14px 0;
  position: relative;
}
@media screen and (max-width: 1440px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items > .content_meganavi_links_item a {
    padding: 0.9722222222vw 4.8611111111vw 0.9722222222vw 0;
  }
}
@media screen and (max-width: 750px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items > .content_meganavi_links_item a {
    padding: 3.0534351145vw 0;
  }
}
nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items > .content_meganavi_links_item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translate(0, -50%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items > .content_meganavi_links_item a:after {
    width: 0.3472222222vw;
    height: 0.3472222222vw;
    border-top-width: 0.1388888889vw;
    border-right-width: 0.1388888889vw;
  }
}
@media screen and (max-width: 750px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items > .content_meganavi_links_item a:after {
    content: none;
  }
}
nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items > .content_meganavi_links_item a:hover {
  color: #E97088;
}
nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items > .content_meganavi_links_item a:hover:after {
  border-top-color: #E97088;
  border-right-color: #E97088;
}
nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items > .content_meganavi_links_item:nth-of-type(1) {
  border-top: 1px solid #C5C5C5;
}
@media screen and (max-width: 1440px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items > .content_meganavi_links_item:nth-of-type(1) {
    border-top-width: 0.0694444444vw;
  }
}
@media screen and (max-width: 750px) {
  nav#nav ul.content_header_nav_links > .content_header_nav_link .container_meganavi_service > .container_meganavi_service_inner ul.content_meganavi_links_items > .content_meganavi_links_item:nth-of-type(1) {
    border: none;
  }
}
nav#nav .container_header_nav_phone {
  background-color: #FDEEEE;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 290px;
  height: 100px;
}
@media screen and (max-width: 1440px) {
  nav#nav .container_header_nav_phone {
    width: 20.1388888889vw;
    height: 6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  nav#nav .container_header_nav_phone {
    margin: 15.2671755725vw -7.6335877863vw 0;
    width: 100vw;
    height: 32.8244274809vw;
  }
}
nav#nav .container_header_nav_phone > p {
  font-size: 15px;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  nav#nav .container_header_nav_phone > p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  nav#nav .container_header_nav_phone > p {
    font-size: 15px;
    font-size: 3.8167938931vw;
  }
}
nav#nav .container_header_nav_phone > p.phone {
  margin-top: 5px;
  font-size: 28px;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  position: relative;
  padding: 0 27px;
}
@media screen and (max-width: 1440px) {
  nav#nav .container_header_nav_phone > p.phone {
    margin-top: 0.3472222222vw;
    font-size: 1.9444444444vw;
    padding: 0 1.875vw;
  }
}
@media screen and (max-width: 750px) {
  nav#nav .container_header_nav_phone > p.phone {
    margin-top: 2.5445292621vw;
    font-size: 28px;
    font-size: 7.1246819338vw;
    padding: 0 6.8702290076vw;
  }
}
nav#nav .container_header_nav_phone > p.phone:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 22px;
  height: 22px;
  background-image: url("../images/common/icon_phone.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  nav#nav .container_header_nav_phone > p.phone:before {
    width: 1.5277777778vw;
    height: 1.5277777778vw;
  }
}
@media screen and (max-width: 750px) {
  nav#nav .container_header_nav_phone > p.phone:before {
    width: 5.5979643766vw;
    height: 5.5979643766vw;
  }
}

/*
    Style
*/
#main {
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 1440px) {
  #main {
    padding-top: 6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #main {
    padding-top: 13.9949109415vw;
  }
}

#fv {
  overflow: hidden;
  position: relative;
  margin-bottom: 75px;
}
@media screen and (max-width: 1440px) {
  #fv {
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width: 750px) {
  #fv {
    margin-bottom: 15.2671755725vw;
  }
}
#fv:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 55.55%;
}
@media screen and (max-width: 750px) {
  #fv:before {
    padding-top: 202.7989821883vw;
  }
}
#fv ul.content_fv_slider_items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fv ul.content_fv_slider_items .content_fv_slider_item {
  position: relative;
  overflow: hidden;
  background-color: #333;
}
#fv ul.content_fv_slider_items .content_fv_slider_item:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 55.55%;
}
@media screen and (max-width: 750px) {
  #fv ul.content_fv_slider_items .content_fv_slider_item:before {
    padding-top: 202.7989821883vw;
  }
}
#fv ul.content_fv_slider_items .content_fv_slider_item:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.08);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#fv ul.content_fv_slider_items .content_fv_slider_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#fv .container_fv_desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fv .container_fv_desc .ttl_section_h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: 0.2em;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  #fv .container_fv_desc .ttl_section_h1 {
    font-size: 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #fv .container_fv_desc .ttl_section_h1 {
    font-size: 22px;
    font-size: 5.5979643766vw;
    line-height: 1.8181818182;
    white-space: nowrap;
  }
}
#fv .container_fv_desc .container_fv_link {
  width: 100%;
  max-width: 330px;
  margin: 20px auto 0;
}
@media screen and (max-width: 1440px) {
  #fv .container_fv_desc .container_fv_link {
    max-width: 22.9166666667vw;
    margin: 1.3888888889vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  #fv .container_fv_desc .container_fv_link {
    margin: 10.1781170483vw auto 0;
    max-width: 63.6132315522vw;
  }
}
#fv .container_fv_news {
  position: absolute;
  bottom: 35px;
  right: 45px;
  background-color: #fff;
  width: 385px;
  height: 70px;
  border-radius: 40px;
  box-shadow: 4px 4px 8px 0px rgba(51, 51, 51, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
}
@media screen and (max-width: 1440px) {
  #fv .container_fv_news {
    bottom: 2.4305555556vw;
    right: 3.125vw;
    width: 26.7361111111vw;
    height: 4.8611111111vw;
    border-radius: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #fv .container_fv_news {
    bottom: 5.0890585242vw;
    right: 2.5445292621vw;
    width: 93.1297709924vw;
    height: 16.0305343511vw;
    border-radius: 16.0305343511vw;
  }
}
#fv .container_fv_news > .ttl {
  font-size: 15px;
  font-weight: 600;
  width: 60px;
  border-right: 3px solid #E97088;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  #fv .container_fv_news > .ttl {
    font-size: 1.0416666667vw;
    width: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #fv .container_fv_news > .ttl {
    width: 15.2671755725vw;
    font-size: 15px;
    font-size: 3.8167938931vw;
    border-right-width: 0.7633587786vw;
  }
}
#fv .container_fv_news > .desc {
  width: 74.66%;
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
  padding-left: 10px;
}
@media screen and (max-width: 1440px) {
  #fv .container_fv_news > .desc {
    font-size: 0.6944444444vw;
    padding-left: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #fv .container_fv_news > .desc {
    padding-left: 2.5445292621vw;
    font-size: 10px;
    font-size: 2.5445292621vw;
  }
}
#fv .container_fv_news > .desc a {
  color: #333;
}
#fv .container_fv_news > .desc p {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#fv .container_fv_news > .desc p.date {
  margin-bottom: 0.25em;
}

#heartfulcare {
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  #heartfulcare {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #heartfulcare {
    margin-bottom: 29.262086514vw;
  }
}
#heartfulcare .section_inner {
  padding: 0 15px;
}
@media screen and (max-width: 1440px) {
  #heartfulcare .section_inner {
    padding: 0 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #heartfulcare .section_inner {
    padding: 0 4.3256997455vw;
  }
}
#heartfulcare .section_inner .container_heartfulcare_wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1307px;
  border-radius: 30px;
  background-color: #FFF7F7;
  padding: 60px 15px 0;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper {
    max-width: 90.7638888889vw;
    border-radius: 2.0833333333vw;
    padding: 4.1666666667vw 1.0416666667vw 0;
  }
}
@media screen and (max-width: 750px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper {
    max-width: 100%;
    border-radius: 7.6335877863vw;
    padding: 17.8117048346vw 3.0534351145vw 0;
  }
}
#heartfulcare .section_inner .container_heartfulcare_wrapper > p {
  margin: 0 auto;
  width: 338px;
}
@media screen and (max-width: 1440px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper > p {
    width: 23.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper > p {
    width: 37.4045801527vw;
  }
}
#heartfulcare .section_inner .container_heartfulcare_wrapper > p #heartfulcare_text {
  -webkit-mask: url(#mask-wrapper);
          mask: url(#mask-wrapper);
  fill: #F04F6F;
}
#heartfulcare .section_inner .container_heartfulcare_wrapper > p #heartfulcare_mask > path {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
}
#heartfulcare .section_inner .container_heartfulcare_wrapper .ttl_section_h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .ttl_section_h2 {
    font-size: 2.7777777778vw;
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 10.1781170483vw;
  }
}
#heartfulcare .section_inner .container_heartfulcare_wrapper .container_heartfulcare_images {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1440px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .container_heartfulcare_images {
    max-width: 76.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .container_heartfulcare_images {
    max-width: 100%;
  }
}
#heartfulcare .section_inner .container_heartfulcare_wrapper .container_heartfulcare_images ul.content_heartfulcare_image_items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .container_heartfulcare_images ul.content_heartfulcare_image_items {
    display: block;
  }
}
#heartfulcare .section_inner .container_heartfulcare_wrapper .container_heartfulcare_images ul.content_heartfulcare_image_items > .content_heartfulcare_image_item {
  width: 30.46%;
  max-width: 335px;
}
@media screen and (max-width: 1440px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .container_heartfulcare_images ul.content_heartfulcare_image_items > .content_heartfulcare_image_item {
    max-width: 23.2638888889vw;
  }
}
@media screen and (max-width: 750px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .container_heartfulcare_images ul.content_heartfulcare_image_items > .content_heartfulcare_image_item {
    width: 100%;
    max-width: 100%;
    padding: 7.6335877863vw 0;
  }
}
#heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartfulcare_point > .thumbnail {
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartfulcare_point > .thumbnail {
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartfulcare_point > .thumbnail {
    margin-bottom: 3.8167938931vw;
  }
}
#heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartfulcare_point > .desc {
  margin: 0 auto;
  width: 82.09%;
  font-weight: 600;
}
#heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartfulcare_point > .desc > p {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1440px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartfulcare_point > .desc > p {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartfulcare_point > .desc > p {
    font-size: 18px;
    font-size: 4.5801526718vw;
    line-height: 1.6666666667;
  }
}
#heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartfulcare_point > .desc > p.number {
  text-align: left;
  font-family: "Outfit", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 750px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartfulcare_point > .desc > p.number {
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}
#heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartfulcare_point > .desc > p.number > span {
  display: inline-block;
  position: relative;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 750px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartfulcare_point > .desc > p.number > span {
    padding-bottom: 0.1em;
  }
}
#heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartfulcare_point > .desc > p.number > span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  height: 2px;
  background-color: #333;
}
@media screen and (max-width: 750px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartfulcare_point > .desc > p.number > span:after {
    height: 0.5089058524vw;
  }
}
#heartfulcare .section_inner .container_heartfulcare_wrapper .container_heartfulcare_link {
  margin: 120px auto 0;
  max-width: 330px;
  transform: translate(0, 50%);
}
@media screen and (max-width: 1440px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .container_heartfulcare_link {
    margin: 8.3333333333vw auto 0;
    max-width: 22.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .container_heartfulcare_link {
    margin: 10.1781170483vw auto 0;
    max-width: 50.8905852417vw;
  }
}
#heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartful_bg {
  position: absolute;
}
#heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartful_bg img {
  width: 100%;
  height: auto;
}
#heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartful_bg.no1 {
  top: 6%;
  right: -7%;
}
@media screen and (max-width: 750px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartful_bg.no1 {
    top: -1%;
    width: 42.4936386768vw;
  }
}
#heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartful_bg.no2 {
  top: 16%;
  left: -5%;
}
@media screen and (max-width: 750px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartful_bg.no2 {
    width: 25.9541984733vw;
    top: 8.5%;
    left: -7%;
  }
}
#heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartful_bg.no3 {
  bottom: -0.5%;
  right: 7%;
}
@media screen and (max-width: 750px) {
  #heartfulcare .section_inner .container_heartfulcare_wrapper .content_heartful_bg.no3 {
    bottom: 0;
    width: 11.7048346056vw;
  }
}

#ourservice {
  margin-bottom: 170px;
}
@media screen and (max-width: 1440px) {
  #ourservice {
    margin-bottom: 11.8055555556vw;
  }
}
#ourservice .section_inner > p {
  margin: 0 auto 20px;
  width: 178px;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner > p {
    margin: 0 auto 1.3888888889vw;
    width: 11.8055555556vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner > p {
    width: 27.989821883vw;
    margin-bottom: 3.8167938931vw;
  }
}
#ourservice .section_inner > p #ourservice_text {
  -webkit-mask: url(#ourservice_mask_wrapper);
          mask: url(#ourservice_mask_wrapper);
  fill: #F04F6F;
}
#ourservice .section_inner > p #ourservice_mask > path {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
}
#ourservice .section_inner .ttl_section_h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 55px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .ttl_section_h2 {
    font-size: 2.7777777778vw;
    margin-bottom: 3.8194444444vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 11.4503816794vw;
  }
}
#ourservice .section_inner .container_ourservice_upper {
  margin-bottom: 220px;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .container_ourservice_upper {
    margin-bottom: 15.2777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .container_ourservice_upper {
    padding: 0 2.2900763359vw;
    margin-bottom: 20.3562340967vw;
  }
}
#ourservice .section_inner .container_ourservice_upper ul.container_ourservice_items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .container_ourservice_upper ul.container_ourservice_items {
    gap: 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .container_ourservice_upper ul.container_ourservice_items {
    display: block;
  }
}
#ourservice .section_inner .container_ourservice_upper ul.container_ourservice_items > .container_ourservice_item a {
  display: block;
}
#ourservice .section_inner .content_ourservice_item {
  width: 215px;
  height: 330px;
  border: 2px solid #E97088;
  border-radius: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .content_ourservice_item {
    width: 14.9305555556vw;
    height: 22.9166666667vw;
    border-radius: 1.3194444444vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .content_ourservice_item {
    width: 100%;
    height: 25.4452926209vw;
    margin-bottom: 6.6157760814vw;
    border-radius: 4.834605598vw;
    border-width: 0.5089058524vw;
  }
}
#ourservice .section_inner .content_ourservice_item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(135deg, rgb(255, 255, 255) 0%, rgb(250, 228, 231) 50%, rgb(244, 206, 213) 100%);
  transition: 0.3s ease-in-out;
}
#ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner {
  position: relative;
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner {
    display: flex;
    align-items: center;
  }
}
#ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .icon {
  margin: 0 auto 40px;
  width: 80px;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .icon {
    margin: 0 auto 2.7777777778vw;
    width: 5.5555555556vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .icon {
    margin: 0;
    width: 13.9949109415vw;
  }
}
#ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .desc {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .desc {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .desc {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-size: 4.0712468193vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .desc .desc_inner {
    width: 58.524173028vw;
    padding-right: 3.8167938931vw;
  }
}
#ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .desc .desc_inner > p {
  line-height: 1.25;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .desc .desc_inner > p {
    height: auto;
  }
}
#ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .desc .desc_inner > span {
  font-size: 11px;
  color: #C5C5C5;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .desc .desc_inner > span {
    font-size: 0.7638888889vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .desc .desc_inner > span {
    font-size: 11px;
    font-size: 2.7989821883vw;
  }
}
#ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .desc > .icon_arrow {
  margin-top: 30px;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .desc > .icon_arrow {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .desc > .icon_arrow {
    margin: 0;
  }
}
#ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .desc > .icon_arrow > span {
  margin: 0 auto;
  display: block;
  width: 26px;
  height: 26px;
  background-image: url("../images/common/icon_arrow_bk.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .desc > .icon_arrow > span {
    width: 1.8055555556vw;
    height: 1.8055555556vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .content_ourservice_item .content_ourservice_item_inner > .desc > .icon_arrow > span {
    width: 5.5979643766vw;
    height: 5.5979643766vw;
  }
}
#ourservice .section_inner .content_ourservice_item:hover:before {
  opacity: 1;
}
#ourservice .section_inner .content_ourservice_item:hover .content_ourservice_item_inner > .desc {
  color: #E97088;
}
#ourservice .section_inner .content_ourservice_item:hover .content_ourservice_item_inner > .desc > p {
  transform: scale(1.1);
}
#ourservice .section_inner .content_ourservice_item:hover .content_ourservice_item_inner > .desc > span {
  color: #fff;
}
#ourservice .section_inner .content_ourservice_item:hover .content_ourservice_item_inner > .desc > .icon_arrow > span {
  background-image: url("../images/common/icon_arrow_pk.svg");
}
#ourservice .section_inner .container_ourservice_lower {
  width: 100%;
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner {
    max-width: 100vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner {
    padding-top: 20.3562340967vw;
    padding-bottom: 20.3562340967vw;
  }
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_image {
  width: 52.8%;
  max-width: 760px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_image {
    width: 83.9694656489vw;
  }
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_desc {
  margin-top: -425px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_desc {
    margin-top: -29.5138888889vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_desc {
    margin-top: -10.6870229008vw;
  }
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_desc > .container_ourservice_desc_inner {
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  max-width: 868px;
  min-height: 794px;
  text-align: left;
  padding: 15px 100px 110px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_desc > .container_ourservice_desc_inner {
    max-width: 60.2777777778vw;
    min-height: 55.1388888889vw;
    padding: 1.0416666667vw 6.9444444444vw 7.6388888889vw 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_desc > .container_ourservice_desc_inner {
    max-width: 92.6208651399vw;
    padding: 2.0833333333vw 5.0890585242vw 9.7222222222vw 2.5445292621vw;
  }
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_desc > .container_ourservice_desc_inner > .ttl_section_h3 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_desc > .container_ourservice_desc_inner > .ttl_section_h3 {
    font-size: 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_desc > .container_ourservice_desc_inner > .ttl_section_h3 {
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_desc > .container_ourservice_desc_inner > .ttl_section_h3 > span {
  display: inline-block;
  position: relative;
  z-index: 0;
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_desc > .container_ourservice_desc_inner > .ttl_section_h3 > span:before {
  content: "";
  display: inline;
  width: 100%;
  height: 0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left bottom;
  background-color: #F8DEE3;
  z-index: -1;
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_desc > .container_ourservice_desc_inner > .ttl_section_h3 > span:nth-of-type(1) {
  margin-left: -0.5em;
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_desc > .container_ourservice_desc_inner > .ttl_section_h3 > span:nth-of-type(1):before {
  left: 0.5em;
  width: calc(100% - 0.5em);
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_desc > .container_ourservice_desc_inner > p {
  font-size: 20px;
  line-height: 2.75;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_desc > .container_ourservice_desc_inner > p {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .container_ourservice_desc > .container_ourservice_desc_inner > p {
    font-size: 14px;
    font-size: 3.5623409669vw;
    line-height: 2.5;
  }
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .content_image_decoration {
  position: absolute;
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .content_image_decoration.no1 {
  width: 364px;
  top: 3%;
  right: 6.5%;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .content_image_decoration.no1 {
    width: 25.2777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .content_image_decoration.no1 {
    width: 49.6183206107vw;
    top: 2.0356234097vw;
    right: 3.0534351145vw;
  }
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .content_image_decoration.no2 {
  width: 100%;
  bottom: -3%;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .content_image_decoration.no2 {
    bottom: 0;
  }
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .content_bg_circle {
  position: absolute;
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .content_bg_circle.no1 {
  width: 236px;
  top: -11%;
  right: -5%;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .content_bg_circle.no1 {
    width: 16.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .content_bg_circle.no1 {
    top: -16.2849872774vw;
    right: 0;
    width: 32.0610687023vw;
  }
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .content_bg_circle.no2 {
  width: 883px;
  top: -8%;
  left: -35%;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .content_bg_circle.no2 {
    width: 61.3194444444vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .content_bg_circle.no2 {
    width: 116.2849872774vw;
    top: 0;
    left: -53.4351145038vw;
  }
}
#ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .content_bg_circle.no3 {
  width: 430px;
  bottom: -14%;
  right: 15.97%;
}
@media screen and (max-width: 1440px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .content_bg_circle.no3 {
    width: 29.8611111111vw;
  }
}
@media screen and (max-width: 750px) {
  #ourservice .section_inner .container_ourservice_lower > .container_ourservice_lower_inner > .content_bg_circle.no3 {
    width: 35.1145038168vw;
    right: 0;
    bottom: -5%;
  }
}

#top_news {
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  #top_news {
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #top_news {
    margin-bottom: 20.3562340967vw;
  }
}
#top_news .section_inner > p {
  margin: 0 auto 20px;
  width: 88px;
}
@media screen and (max-width: 1440px) {
  #top_news .section_inner > p {
    margin: 0 auto 1.3888888889vw;
    width: 6.1111111111vw;
  }
}
@media screen and (max-width: 750px) {
  #top_news .section_inner > p {
    width: 11.4503816794vw;
    margin-bottom: 2.5445292621vw;
  }
}
#top_news .section_inner > p #top_news_text {
  -webkit-mask: url(#top_news_mask_wrapper);
          mask: url(#top_news_mask_wrapper);
  fill: #F04F6F;
}
#top_news .section_inner > p #top_news_mask > path {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
}
#top_news .section_inner .ttl_section_h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  #top_news .section_inner .ttl_section_h2 {
    font-size: 2.0833333333vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #top_news .section_inner .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 12.7226463104vw;
  }
}
#top_news .section_inner .container_topnews_wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
}
@media screen and (max-width: 1440px) {
  #top_news .section_inner .container_topnews_wrapper {
    max-width: 71.5277777778vw;
    padding: 0 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #top_news .section_inner .container_topnews_wrapper {
    max-width: 96.1832061069vw;
    padding: 0;
  }
}
#top_news .section_inner .content_topnews_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 73px;
  border-radius: 40px;
  background-color: #FCF9F9;
  margin-bottom: 40px;
  padding: 0 50px;
  color: #333;
  transition: 0.3s ease-in-out;
}
#top_news .section_inner .content_topnews_box:hover {
  background-color: #FFEFF2;
}
@media screen and (max-width: 1440px) {
  #top_news .section_inner .content_topnews_box {
    height: 5.0694444444vw;
    border-radius: 2.7777777778vw;
    margin-bottom: 2.7777777778vw;
    padding: 0 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #top_news .section_inner .content_topnews_box {
    height: 16.5394402036vw;
    border-radius: 10.1781170483vw;
    margin-bottom: 7.6335877863vw;
    padding: 0 7.6335877863vw;
  }
}
#top_news .section_inner .content_topnews_box > .date {
  font-size: 16px;
  width: 130px;
}
@media screen and (max-width: 1440px) {
  #top_news .section_inner .content_topnews_box > .date {
    font-size: 1.1111111111vw;
    width: 9.0277777778vw;
  }
}
@media screen and (max-width: 750px) {
  #top_news .section_inner .content_topnews_box > .date {
    font-size: 12px;
    font-size: 3.0534351145vw;
    width: 22.9007633588vw;
  }
}
#top_news .section_inner .content_topnews_box > .desc {
  font-size: 18px;
  font-weight: 600;
  width: calc(100% - 130px);
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #top_news .section_inner .content_topnews_box > .desc {
    font-size: 1.25vw;
    width: calc(100% - 9.0277777778vw);
  }
}
@media screen and (max-width: 750px) {
  #top_news .section_inner .content_topnews_box > .desc {
    font-size: 14px;
    font-size: 3.5623409669vw;
    width: calc(100% - 22.9007633588vw);
  }
}
#top_news .section_inner .content_topnews_box > .desc > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#top_news .section_inner .content_topnews_box > .desc a {
  color: #333;
}
#top_news .section_inner .container_topnews_link {
  margin: 30px auto 0;
  max-width: 330px;
}
@media screen and (max-width: 1440px) {
  #top_news .section_inner .container_topnews_link {
    margin: 2.0833333333vw auto 0;
    max-width: 22.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #top_news .section_inner .container_topnews_link {
    margin-top: 10.1781170483vw;
    max-width: 63.6132315522vw;
  }
}

#top_aboutus {
  background-color: #FCF9F9;
  padding-bottom: 90px;
}
@media screen and (max-width: 1440px) {
  #top_aboutus {
    padding-bottom: 6.25vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus {
    padding-bottom: 0;
  }
}
#top_aboutus > .section_inner {
  margin: 0 auto;
  position: relative;
}
#top_aboutus > .section_inner > p {
  margin: 0 auto 0.5em;
  width: 125px;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner > p {
    width: 8.6805555556vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner > p {
    width: 20.3562340967vw;
  }
}
#top_aboutus > .section_inner > p #top_aboutus_text {
  -webkit-mask: url(#top_aboutus_mask_wrapper);
          mask: url(#top_aboutus_mask_wrapper);
  fill: #F04F6F;
}
#top_aboutus > .section_inner > p #top_aboutus_mask > path {
  fill: none;
  stroke: #fff;
  stroke-width: 7;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
}
#top_aboutus > .section_inner .ttl_section_h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner .ttl_section_h2 {
    font-size: 2.0833333333vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 17.8117048346vw;
    position: relative;
    z-index: 1;
  }
}
#top_aboutus > .section_inner .container_bg_aboutus {
  position: absolute;
}
#top_aboutus > .section_inner .container_bg_aboutus.no1 {
  width: 554px;
  top: 60px;
  right: -453px;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner .container_bg_aboutus.no1 {
    width: 38.4722222222vw;
    top: 4.1666666667vw;
    right: -31.4583333333vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner .container_bg_aboutus.no1 {
    width: 72.7735368957vw;
    top: 7.6335877863vw;
    right: -39.1857506361vw;
  }
}
#top_aboutus > .section_inner .container_bg_aboutus.no2 {
  width: 530px;
  top: 218px;
  left: -565px;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner .container_bg_aboutus.no2 {
    width: 36.8055555556vw;
    top: 15.1388888889vw;
    left: -39.2361111111vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner .container_bg_aboutus.no2 {
    width: 54.9618320611vw;
    top: 34.3511450382vw;
    left: -22.9007633588vw;
  }
}
#top_aboutus > .section_inner .topaboutus_slider {
  display: flex;
  z-index: 1;
  margin: 0 0 50px;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner .topaboutus_slider {
    margin: 0 0 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner .topaboutus_slider {
    margin: 0;
  }
}
#top_aboutus > .section_inner .topaboutus_slider .topaboutus_slider_item {
  padding: 40px;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner .topaboutus_slider .topaboutus_slider_item {
    padding: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner .topaboutus_slider .topaboutus_slider_item {
    padding: 7.6335877863vw 5.0890585242vw;
  }
}
#top_aboutus > .section_inner .content_slider_item {
  width: 485px;
  position: relative;
  transform: rotate(4deg);
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner .content_slider_item {
    width: 33.6805555556vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner .content_slider_item {
    width: 88.0407124682vw;
  }
}
#top_aboutus > .section_inner .content_slider_item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3%;
  left: 2%;
  background-color: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner .content_slider_item:before {
    border-radius: 2.0833333333vw;
  }
}
#top_aboutus > .section_inner .content_slider_item img {
  position: relative;
  border-radius: 30px;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner .content_slider_item img {
    border-radius: 2.0833333333vw;
  }
}
#top_aboutus > .section_inner .content_slider_item.sec {
  transform: rotate(-9deg);
}
#top_aboutus > .section_inner.no1 {
  max-width: 1039px;
  padding: 85px 15px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner.no1 {
    max-width: 72.1527777778vw;
    padding: 5.9027777778vw 1.0416666667vw 0;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner.no1 {
    max-width: 100%;
    padding: 22.9007633588vw 4.834605598vw 0;
    margin-bottom: 10.1781170483vw;
  }
}
#top_aboutus > .section_inner.no1:before {
  content: "";
  display: block;
  width: 1705px;
  height: 739px;
  position: absolute;
  top: 350px;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../images/index/img_bg_aboutus01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1705px auto;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner.no1:before {
    width: 118.4027777778vw;
    height: 51.3194444444vw;
    top: 24.3055555556vw;
    background-size: 118.4027777778vw auto;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner.no1:before {
    top: 75.0636132316vw;
    width: 100%;
    height: 56.4885496183vw;
    background-image: url("../images/index/img_bg_aboutus01_sp.svg");
  }
}
#top_aboutus > .section_inner.no1 .container_aboutus_no1_wrapper {
  position: relative;
  z-index: 1;
}
#top_aboutus > .section_inner.no1 .container_aboutus_no1_desc {
  padding: 60px 55px;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner.no1 .container_aboutus_no1_desc {
    padding: 4.1666666667vw 3.8194444444vw;
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner.no1 .container_aboutus_no1_desc {
    padding: 10.1781170483vw 5.0890585242vw;
    border-radius: 0 0 7.6335877863vw 7.6335877863vw;
  }
}
#top_aboutus > .section_inner.no1 .container_aboutus_no1_desc > .ttl_section_h3 {
  font-size: 50px;
  font-weight: 500;
  margin-left: -0.5em;
  margin-bottom: 0.25em;
  line-height: 1.6;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner.no1 .container_aboutus_no1_desc > .ttl_section_h3 {
    font-size: 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner.no1 .container_aboutus_no1_desc > .ttl_section_h3 {
    font-size: 30px;
    font-size: 7.6335877863vw;
    line-height: 1.5;
    margin-bottom: 0.75em;
  }
}
#top_aboutus > .section_inner.no1 .container_aboutus_no1_desc > .ttl_section_h3 > span {
  display: inline-block;
  position: relative;
  z-index: 0;
}
#top_aboutus > .section_inner.no1 .container_aboutus_no1_desc > .ttl_section_h3 > span:before {
  content: "";
  display: inline;
  width: calc(100% - 0.5em);
  height: 0.5em;
  position: absolute;
  bottom: 0;
  left: 0.5em;
  transform: scaleX(0);
  transform-origin: left bottom;
  background-color: #F8DEE3;
  z-index: -1;
}
#top_aboutus > .section_inner.no1 .container_aboutus_no1_desc > .ttl_section_h3 > span.util_pc {
  display: inline-block !important;
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner.no1 .container_aboutus_no1_desc > .ttl_section_h3 > span.util_pc {
    display: none !important;
  }
}
#top_aboutus > .section_inner.no1 .container_aboutus_no1_desc > .ttl_section_h3 > span.util_sp {
  display: none !important;
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner.no1 .container_aboutus_no1_desc > .ttl_section_h3 > span.util_sp {
    display: inline-block !important;
  }
}
#top_aboutus > .section_inner.no1 .container_aboutus_no1_desc > .ttl_section_h3 > span.noindent {
  margin-left: 0.5em;
}
#top_aboutus > .section_inner.no1 .container_aboutus_no1_desc > .ttl_section_h3 > span.noindent:before {
  width: 100%;
  left: 0em;
}
#top_aboutus > .section_inner.no1 .container_aboutus_no1_desc > p {
  font-size: 25px;
  line-height: 2.2;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner.no1 .container_aboutus_no1_desc > p {
    font-size: 1.7361111111vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner.no1 .container_aboutus_no1_desc > p {
    font-size: 14px;
    font-size: 3.5623409669vw;
    line-height: 2.1428571429;
  }
}
#top_aboutus > .section_inner.no3 {
  margin: 0 auto 40px;
  max-width: 1039px;
  padding: 0 15px;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner.no3 {
    margin: 0 auto 2.7777777778vw;
    max-width: 72.1527777778vw;
    padding: 0 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner.no3 {
    max-width: 100%;
    padding: 12.7226463104vw 4.834605598vw 0;
    margin-bottom: 10.1781170483vw;
  }
}
#top_aboutus > .section_inner.no3:before {
  content: "";
  display: block;
  width: 1705px;
  height: 739px;
  position: absolute;
  top: 185px;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../images/index/img_bg_aboutus01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1705px auto;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner.no3:before {
    width: 118.4027777778vw;
    height: 51.3194444444vw;
    top: 12.8472222222vw;
    background-size: 118.4027777778vw auto;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner.no3:before {
    top: 67.4300254453vw;
    width: 100%;
    height: 56.4885496183vw;
    background-size: contain;
    background-image: url("../images/index/img_bg_aboutus01_sp.svg");
  }
}
#top_aboutus > .section_inner.no3 > .section_inner_content {
  padding: 60px 55px;
  background-color: #fff;
  border-radius: 30px;
  text-align: left;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner.no3 > .section_inner_content {
    padding: 4.1666666667vw 3.8194444444vw;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner.no3 > .section_inner_content {
    border-radius: 7.6335877863vw;
    padding: 10.1781170483vw 5.0890585242vw;
  }
}
#top_aboutus > .section_inner.no3 > .section_inner_content > .ttl_section_h3 {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 0.25em;
  line-height: 1.6;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner.no3 > .section_inner_content > .ttl_section_h3 {
    font-size: 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner.no3 > .section_inner_content > .ttl_section_h3 {
    font-size: 30px;
    font-size: 7.6335877863vw;
    line-height: 1.5;
    margin-bottom: 0.75em;
  }
}
#top_aboutus > .section_inner.no3 > .section_inner_content > .ttl_section_h3 > span {
  display: inline-block;
  position: relative;
  z-index: 0;
}
#top_aboutus > .section_inner.no3 > .section_inner_content > .ttl_section_h3 > span:before {
  content: "";
  display: inline;
  width: 100%;
  height: 0.5em;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left bottom;
  background-color: #F8DEE3;
  z-index: -1;
}
#top_aboutus > .section_inner.no3 > .section_inner_content > .ttl_section_h3 > span.util_pc {
  display: inline-block !important;
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner.no3 > .section_inner_content > .ttl_section_h3 > span.util_pc {
    display: none !important;
  }
}
#top_aboutus > .section_inner.no3 > .section_inner_content > .ttl_section_h3 > span.util_sp {
  display: none !important;
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner.no3 > .section_inner_content > .ttl_section_h3 > span.util_sp {
    display: inline-block !important;
  }
}
#top_aboutus > .section_inner.no3 > .section_inner_content > .ttl_section_h3 > span.noindent {
  margin-left: 0.5em;
}
#top_aboutus > .section_inner.no3 > .section_inner_content > .ttl_section_h3 > span.noindent:before {
  width: 100%;
  left: 0em;
}
#top_aboutus > .section_inner.no3 > .section_inner_content > p {
  font-size: 25px;
  line-height: 2.2;
  letter-spacing: 0;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner.no3 > .section_inner_content > p {
    font-size: 1.7361111111vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner.no3 > .section_inner_content > p {
    font-size: 14px;
    font-size: 3.5623409669vw;
    line-height: 2.1428571429;
    letter-spacing: -0.02em;
  }
}
#top_aboutus > .section_inner.no3 .container_bg_aboutus.no1 {
  top: -35px;
  right: -530px;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner.no3 .container_bg_aboutus.no1 {
    top: -2.4305555556vw;
    right: -36.8055555556vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner.no3 .container_bg_aboutus.no1 {
    width: 72.7735368957vw;
    top: -6.3613231552vw;
    right: -39.4402035623vw;
  }
}
#top_aboutus > .section_inner.no3 .container_bg_aboutus.no2 {
  top: 90px;
  left: -555px;
}
@media screen and (max-width: 1440px) {
  #top_aboutus > .section_inner.no3 .container_bg_aboutus.no2 {
    top: 6.25vw;
    left: -38.5416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #top_aboutus > .section_inner.no3 .container_bg_aboutus.no2 {
    width: 54.9618320611vw;
    top: 27.989821883vw;
    left: -41.9847328244vw;
  }
}

#top_contact {
  position: relative;
  background-color: #FCF9F9;
  margin-bottom: 14px;
}
@media screen and (max-width: 1440px) {
  #top_contact {
    margin-bottom: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #top_contact {
    margin-bottom: 0;
  }
}
#top_contact > .section_inner {
  padding: 150px 15px 0;
}
@media screen and (max-width: 1440px) {
  #top_contact > .section_inner {
    padding: 10.4166666667vw 1.0416666667vw 0;
  }
}
@media screen and (max-width: 750px) {
  #top_contact > .section_inner {
    padding: 20.3562340967vw 0 0;
  }
}
#top_contact > .section_inner > .ttl_section_h2 {
  font-size: 40px;
  font-weight: 600;
  color: #E97088;
  margin-bottom: 50px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1440px) {
  #top_contact > .section_inner > .ttl_section_h2 {
    font-size: 2.7777777778vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #top_contact > .section_inner > .ttl_section_h2 {
    font-size: 25px;
    font-size: 6.3613231552vw;
    line-height: 2;
    margin-bottom: 6.3613231552vw;
  }
}
#top_contact > .section_inner > p {
  font-size: 25px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 85px;
}
@media screen and (max-width: 1440px) {
  #top_contact > .section_inner > p {
    font-size: 1.7361111111vw;
    margin-bottom: 5.9027777778vw;
  }
}
@media screen and (max-width: 750px) {
  #top_contact > .section_inner > p {
    line-height: 2.1875;
    font-size: 16px;
    font-size: 4.0712468193vw;
  }
}
#top_contact .container_contact_area {
  margin-top: -13px;
  margin-bottom: 80px;
  padding: 50px 15px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #top_contact .container_contact_area {
    margin-top: -0.9027777778vw;
    margin-bottom: 5.5555555556vw;
    padding: 3.4722222222vw 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #top_contact .container_contact_area {
    margin-bottom: 7.6335877863vw;
    padding: 10.1781170483vw 0;
  }
}
#top_contact .container_contact_area .container_contact_area_inner {
  margin: 0 auto;
  max-width: 990px;
  display: flex;
  justify-content: space-between;
  padding: 0 115px 0 0;
}
@media screen and (max-width: 1440px) {
  #top_contact .container_contact_area .container_contact_area_inner {
    max-width: 68.75vw;
    padding: 0 7.9861111111vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  #top_contact .container_contact_area .container_contact_area_inner {
    display: block;
    max-width: 94.1475826972vw;
    padding: 0;
  }
}
#top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_button {
  width: 50%;
  max-width: 436px;
}
@media screen and (max-width: 1440px) {
  #top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_button {
    max-width: 30.2777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_button {
    width: 100%;
    max-width: 100%;
    margin-bottom: 7.6335877863vw;
  }
}
@media screen and (max-width: 1440px) {
  #top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone {
    display: inline-block;
    margin: 0 auto;
  }
}
#top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1440px) {
  #top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 0.75em;
  }
}
#top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
}
#top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  width: 100%;
  height: 2px;
  background-color: #333;
}
#top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  width: 100%;
  height: 2px;
  background-color: #333;
}
#top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number {
  display: inline-block;
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  padding: 0 0 0 55px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  #top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number {
    font-size: 2.7777777778vw;
    padding: 0 0 0 3.8194444444vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number {
    font-size: 40px;
    font-size: 10.1781170483vw;
    padding: 0 0 0 12.7226463104vw;
    margin-bottom: 3.8167938931vw;
  }
}
#top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number a {
  pointer-events: none;
  color: #333;
}
@media screen and (max-width: 750px) {
  #top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number a {
    pointer-events: auto;
  }
}
#top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  background-image: url("../images/common/icon_phone.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number:before {
    left: 0.3472222222vw;
    width: 2.4305555556vw;
    height: 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number:before {
    left: 1.272264631vw;
    width: 8.9058524173vw;
    height: 8.9058524173vw;
  }
}
#top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.schedule {
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  #top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.schedule {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #top_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.schedule {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
#top_contact .container_contact_image {
  margin: 0 auto;
  max-width: 1066px;
}
@media screen and (max-width: 1440px) {
  #top_contact .container_contact_image {
    max-width: 74.0277777778vw;
  }
}
@media screen and (max-width: 750px) {
  #top_contact .container_contact_image {
    max-width: 100%;
  }
}
#top_contact .container_contact_image img {
  margin-bottom: -14px;
}
@media screen and (max-width: 1440px) {
  #top_contact .container_contact_image img {
    margin-bottom: -0.9722222222vw;
  }
}

#footer_contact .container_contact_area {
  padding: 50px 15px;
  background-color: #FFF7F7;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #footer_contact .container_contact_area {
    margin-top: -0.9027777778vw;
    padding: 3.4722222222vw 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #footer_contact .container_contact_area {
    margin-top: 0;
    padding: 9.6692111959vw 0;
  }
}
#footer_contact .container_contact_area .container_contact_area_inner {
  margin: 0 auto;
  max-width: 990px;
  display: flex;
  justify-content: space-between;
  padding: 0 115px 0 0;
}
@media screen and (max-width: 1440px) {
  #footer_contact .container_contact_area .container_contact_area_inner {
    max-width: 68.75vw;
    padding: 0 7.9861111111vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  #footer_contact .container_contact_area .container_contact_area_inner {
    max-width: 94.1475826972vw;
    padding: 0;
    display: block;
  }
}
#footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_button {
  width: 50%;
  max-width: 436px;
}
@media screen and (max-width: 1440px) {
  #footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_button {
    max-width: 30.2777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_button {
    width: 100%;
    max-width: 100%;
    margin-bottom: 7.6335877863vw;
  }
}
@media screen and (max-width: 880px) {
  #footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone {
    display: inline-block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone {
    width: 100%;
    max-width: 86.5139949109vw;
  }
}
#footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1440px) {
  #footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl {
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}
#footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
}
#footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  width: 100%;
  height: 2px;
  background-color: #333;
}
@media screen and (max-width: 750px) {
  #footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span:before {
    height: 0.5089058524vw;
  }
}
#footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  width: 100%;
  height: 2px;
  background-color: #333;
}
@media screen and (max-width: 750px) {
  #footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span:after {
    height: 0.5089058524vw;
  }
}
#footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number {
  display: inline-block;
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  padding: 0 0 0 55px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  #footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number {
    font-size: 2.7777777778vw;
    padding: 0 0 0 3.8194444444vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number {
    font-size: 40px;
    font-size: 10.1781170483vw;
    padding: 0 0 0 11.4503816794vw;
    margin-bottom: 2.5445292621vw;
  }
}
#footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number a {
  pointer-events: none;
  color: #333;
}
@media screen and (max-width: 750px) {
  #footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number a {
    pointer-events: auto;
  }
}
#footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  background-image: url("../images/common/icon_phone.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number:before {
    width: 2.4305555556vw;
    height: 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number:before {
    width: 8.9058524173vw;
    height: 8.9058524173vw;
  }
}
#footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.schedule {
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  #footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.schedule {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #footer_contact .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.schedule {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}

#lower_interview > .section_inner > p.icon {
  margin: 0 auto 25px;
  width: 118px;
}
@media screen and (max-width: 1440px) {
  #lower_interview > .section_inner > p.icon {
    margin: 0 auto 1.7361111111vw;
    width: 8.1944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #lower_interview > .section_inner > p.icon {
    margin: 0 auto 3.8167938931vw;
    width: 18.0661577608vw;
  }
}
#lower_interview > .section_inner .ttl_section_h2 {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  #lower_interview > .section_inner .ttl_section_h2 {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #lower_interview > .section_inner .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}
#lower_interview > .section_inner > .container_interview_inner {
  margin-top: -15px;
  padding: 150px 0 115px;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  gap: 0 45px;
}
@media screen and (max-width: 1440px) {
  #lower_interview > .section_inner > .container_interview_inner {
    margin-top: -1.0416666667vw;
    padding: 10.4166666667vw 0 7.9861111111vw;
    gap: 0 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  #lower_interview > .section_inner > .container_interview_inner {
    margin-top: -2.5445292621vw;
    display: block;
    padding: 21.6284987277vw 0 25.4452926209vw;
  }
}
#lower_interview > .section_inner > .container_interview_inner .content_interview_box {
  width: 305px;
}
@media screen and (max-width: 1440px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box {
    width: 21.1805555556vw;
  }
}
@media screen and (max-width: 750px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box {
    margin: 0 auto 15.2671755725vw;
    width: 77.6081424936vw;
  }
}
#lower_interview > .section_inner > .container_interview_inner .content_interview_box a {
  display: block;
}
#lower_interview > .section_inner > .container_interview_inner .content_interview_box a:hover .content_interview_box_upper .content_interview_box_upper_inner img {
  transform: scale(1.08);
}
#lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_upper {
  position: relative;
  line-height: 0;
}
#lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_upper > .content_interview_box_upper_inner {
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 1440px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_upper > .content_interview_box_upper_inner {
    border-radius: 2.0833333333vw 2.0833333333vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_upper > .content_interview_box_upper_inner {
    border-radius: 7.6335877863vw 7.6335877863vw 0 0;
  }
}
#lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_upper > .content_interview_box_upper_inner img {
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
#lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_upper > .container_interview_sign {
  position: absolute;
  top: 310px;
  left: -20px;
  width: 267px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_upper > .container_interview_sign {
    top: 21.5277777778vw;
    left: -1.3888888889vw;
    width: 18.5416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_upper > .container_interview_sign {
    top: 77.6081424936vw;
    left: -5.0890585242vw;
    width: 63.6132315522vw;
  }
}
#lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower {
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  height: 112px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 1440px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower {
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
    height: 7.7777777778vw;
    padding: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower {
    border-radius: 0 0 7.6335877863vw 7.6335877863vw;
    height: 28.4987277354vw;
    padding: 3.8167938931vw;
  }
}
#lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower > .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 20px;
  color: #333;
}
@media screen and (max-width: 1440px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower > .title {
    font-size: 1.6666666667vw;
    padding-left: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower > .title {
    font-size: 24px;
    font-size: 6.106870229vw;
    padding-left: 5.5979643766vw;
  }
}
#lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower > .title:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #EBA6A0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1440px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower > .title:before {
    width: 0.625vw;
    height: 0.625vw;
  }
}
@media screen and (max-width: 750px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower > .title:before {
    width: 2.2900763359vw;
    height: 2.2900763359vw;
  }
}
#lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower > .link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower > .link {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower > .link {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
#lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower > .link span {
  color: #E97088;
  display: block;
  position: relative;
  padding-right: 26px;
}
@media screen and (max-width: 1440px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower > .link span {
    padding-right: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower > .link span {
    padding-right: 7.6335877863vw;
  }
}
#lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower > .link span:after {
  content: "";
  display: block;
  width: 15px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-image: url("../images/common/icon_arrow1.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower > .link span:after {
    width: 1.0416666667vw;
    height: 0.9027777778vw;
  }
}
@media screen and (max-width: 750px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box .content_interview_box_lower > .link span:after {
    width: 3.8167938931vw;
    height: 3.3078880407vw;
  }
}
@media screen and (max-width: 750px) {
  #lower_interview > .section_inner > .container_interview_inner .content_interview_box:last-of-type {
    margin-bottom: 0;
  }
}

#recruit_link {
  position: relative;
  background-color: #fff;
}
#recruit_link > .section_inner {
  padding: 165px 15px 110px;
}
@media screen and (max-width: 1440px) {
  #recruit_link > .section_inner {
    padding: 11.4583333333vw 1.0416666667vw 7.6388888889vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_link > .section_inner {
    padding: 22.9007633588vw 0 68.7022900763vw;
  }
}
#recruit_link > .section_inner .section_inner_text {
  margin: 0 auto;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 2.34375;
}
@media screen and (max-width: 1440px) {
  #recruit_link > .section_inner .section_inner_text {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_link > .section_inner .section_inner_text {
    font-size: 20px;
    font-size: 5.0890585242vw;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
#recruit_link > .section_inner .section_inner_text:before {
  content: "";
  display: block;
  position: absolute;
  top: 70%;
  left: 0;
  transform: translate(-100%, -50%);
  width: 521px;
  height: 335px;
  background-image: url("../images/recruit/img_bg_recruit_01_pc.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #recruit_link > .section_inner .section_inner_text:before {
    width: 36.1805555556vw;
    height: 23.2638888889vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_link > .section_inner .section_inner_text:before {
    width: 68.1933842239vw;
    height: 43.7659033079vw;
    transform: translate(-45%, 0);
    top: 55.9796437659vw;
  }
}
#recruit_link > .section_inner .section_inner_text:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  transform: translate(100%, -50%);
  width: 500px;
  height: 283px;
  background-image: url("../images/recruit/img_bg_recruit_02_pc.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #recruit_link > .section_inner .section_inner_text:after {
    width: 34.7222222222vw;
    height: 19.6527777778vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_link > .section_inner .section_inner_text:after {
    width: 51.1450381679vw;
    height: 43.2569974555vw;
    transform: translate(0, 0);
    top: 58.524173028vw;
    right: -8.9058524173vw;
    background-image: url("../images/recruit/img_bg_recruit_02_sp.svg");
  }
}
#recruit_link > .section_inner .section_inner_link {
  margin: 45px auto 0;
  max-width: 330px;
}
@media screen and (max-width: 1440px) {
  #recruit_link > .section_inner .section_inner_link {
    margin: 3.125vw auto 0;
    max-width: 22.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_link > .section_inner .section_inner_link {
    margin: 11.4503816794vw auto 0;
    max-width: 83.9694656489vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_link > .section_inner .section_inner_link a.button.ver5 {
    height: 17.8117048346vw;
    border-radius: 25.4452926209vw;
    border-width: 0.5089058524vw;
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}
#recruit_link > .section_inner .section_inner_link2 {
  margin: 85px auto 0;
}
@media screen and (max-width: 1440px) {
  #recruit_link > .section_inner .section_inner_link2 {
    margin: 5.9027777778vw auto 0;
  }
}
#recruit_link > .section_inner .section_inner_link2 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 1440px) {
  #recruit_link > .section_inner .section_inner_link2 ul {
    gap: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_link > .section_inner .section_inner_link2 ul {
    display: block;
  }
}
#recruit_link > .section_inner .section_inner_link2 ul > li {
  width: 330px;
}
@media screen and (max-width: 1440px) {
  #recruit_link > .section_inner .section_inner_link2 ul > li {
    width: 22.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_link > .section_inner .section_inner_link2 ul > li {
    margin: 0 auto;
    width: 83.9694656489vw;
  }
}
#recruit_link > .section_inner .section_inner_link2 ul > li a.button.ver5 > span {
  justify-content: flex-start;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #recruit_link > .section_inner .section_inner_link2 ul > li:nth-of-type(1) {
    display: none;
  }
}
#recruit_link.interview > .section_inner .section_inner_text:before {
  transform: translate(-105%, -50%);
}
@media screen and (max-width: 750px) {
  #recruit_link.interview > .section_inner .section_inner_text:before {
    transform: translate(-45%, 0);
  }
}
#recruit_link.interview > .section_inner .section_inner_text:after {
  transform: translate(105%, -60%);
}
@media screen and (max-width: 750px) {
  #recruit_link.interview > .section_inner .section_inner_text:after {
    transform: translate(0, 0);
  }
}

#notfound > .section_inner {
  padding: 100px 15px;
}
@media screen and (max-width: 1440px) {
  #notfound > .section_inner {
    padding: 6.9444444444vw 1.0416666667vw;
  }
}
#notfound > .section_inner > h1 {
  font-size: 100px;
  font-weight: 600;
  font-family: "Outfit", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1440px) {
  #notfound > .section_inner > h1 {
    font-size: 6.9444444444vw;
  }
}
#notfound > .section_inner > p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1440px) {
  #notfound > .section_inner > p {
    font-size: 1.6666666667vw;
  }
}

/*
    News
*/
#news .section_inner {
  padding: 120px 15px 150px;
}
@media screen and (max-width: 1440px) {
  #news .section_inner {
    padding: 8.3333333333vw 1.0416666667vw 10.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #news .section_inner {
    padding: 8.9058524173vw 0 30.534351145vw;
  }
}
#news .section_inner > p {
  margin: 0 auto 10px;
  width: 88px;
}
@media screen and (max-width: 1440px) {
  #news .section_inner > p {
    margin: 0 auto 0.6944444444vw;
    width: 6.1111111111vw;
  }
}
@media screen and (max-width: 750px) {
  #news .section_inner > p {
    margin: 0 auto 2.5445292621vw;
    width: 11.4503816794vw;
  }
}
#news .section_inner .ttl_section_h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 90px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  #news .section_inner .ttl_section_h2 {
    font-size: 2.4305555556vw;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 750px) {
  #news .section_inner .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 16.5394402036vw;
  }
}
#news .section_inner .container_news_wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
}
@media screen and (max-width: 1440px) {
  #news .section_inner .container_news_wrapper {
    max-width: 71.5277777778vw;
    padding: 0 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #news .section_inner .container_news_wrapper {
    max-width: 96.1832061069vw;
    padding: 0;
  }
}
#news .section_inner .content_news_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 73px;
  border-radius: 40px;
  background-color: #FCF9F9;
  margin-bottom: 40px;
  padding: 0 50px;
}
@media screen and (max-width: 1440px) {
  #news .section_inner .content_news_box {
    height: 5.0694444444vw;
    border-radius: 2.7777777778vw;
    margin-bottom: 2.7777777778vw;
    padding: 0 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #news .section_inner .content_news_box {
    height: 16.5394402036vw;
    border-radius: 10.1781170483vw;
    padding: 0 7.6335877863vw;
    margin-bottom: 7.6335877863vw;
  }
}
#news .section_inner .content_news_box > .date {
  font-size: 16px;
  width: 130px;
}
@media screen and (max-width: 1440px) {
  #news .section_inner .content_news_box > .date {
    font-size: 1.1111111111vw;
    width: 9.0277777778vw;
  }
}
@media screen and (max-width: 750px) {
  #news .section_inner .content_news_box > .date {
    font-size: 12px;
    font-size: 3.0534351145vw;
    width: 22.9007633588vw;
  }
}
#news .section_inner .content_news_box > .desc {
  font-size: 18px;
  font-weight: 600;
  width: calc(100% - 130px);
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #news .section_inner .content_news_box > .desc {
    font-size: 1.25vw;
    width: calc(100% - 9.0277777778vw);
  }
}
@media screen and (max-width: 750px) {
  #news .section_inner .content_news_box > .desc {
    width: 57.2519083969vw;
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
#news .section_inner .content_news_box > .desc > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#news .section_inner .content_news_box > .desc a {
  color: #333;
}
#news .section_inner .container_news_pagination {
  margin: 30px auto 0;
}
@media screen and (max-width: 1440px) {
  #news .section_inner .container_news_pagination {
    margin: 2.0833333333vw auto 0;
  }
}
@media screen and (max-width: 750px) {
  #news .section_inner .container_news_pagination {
    margin-top: 15.2671755725vw;
  }
}
#news .section_inner .container_news_pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .section_inner .container_news_pagination .page-numbers > li {
  padding: 5px;
}
@media screen and (max-width: 1440px) {
  #news .section_inner .container_news_pagination .page-numbers > li {
    padding: 0.3472222222vw;
  }
}
@media screen and (max-width: 750px) {
  #news .section_inner .container_news_pagination .page-numbers > li {
    padding: 1.0178117048vw;
  }
}
#news .section_inner .container_news_pagination .page-numbers > li .page-numbers {
  color: #C5C5C5;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  #news .section_inner .container_news_pagination .page-numbers > li .page-numbers {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  #news .section_inner .container_news_pagination .page-numbers > li .page-numbers {
    font-size: 18px;
    font-size: 4.5801526718vw;
  }
}
#news .section_inner .container_news_pagination .page-numbers > li .page-numbers.current {
  width: 29px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
  background-color: #E5ADB8;
  padding: 0 0 0.08em 0.08em;
}
@media screen and (max-width: 1440px) {
  #news .section_inner .container_news_pagination .page-numbers > li .page-numbers.current {
    width: 2.0138888889vw;
    height: 2.0138888889vw;
  }
}
@media screen and (max-width: 750px) {
  #news .section_inner .container_news_pagination .page-numbers > li .page-numbers.current {
    width: 7.3791348601vw;
    height: 7.3791348601vw;
  }
}

/*
    Contact
*/
#contact > .section_inner {
  margin: 0 auto;
  max-width: 1030px;
  padding: 120px 15px 150px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner {
    max-width: 71.5277777778vw;
    padding: 8.3333333333vw 1.0416666667vw 10.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner {
    max-width: 95.4198473282vw;
    padding: 8.9058524173vw 0 30.534351145vw;
  }
}
#contact > .section_inner .ttl_section_h1 {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 100px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .ttl_section_h1 {
    font-size: 2.4305555556vw;
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .ttl_section_h1 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 17.8117048346vw;
  }
}
#contact > .section_inner > p {
  font-size: 20px;
  font-weight: 600;
  line-height: 2.25;
  margin-bottom: 90px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner > p {
    font-size: 1.3888888889vw;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner > p {
    font-size: 16px;
    font-size: 4.0712468193vw;
    line-height: 1.875;
    letter-spacing: 0;
    margin-bottom: 7.6335877863vw;
  }
}
#contact > .section_inner > p.icon {
  margin: 0 auto 20px;
  width: 92px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner > p.icon {
    width: 6.3888888889vw;
    margin: 0 auto 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner > p.icon {
    width: 16.5394402036vw;
    margin-bottom: 1.272264631vw;
  }
}
#contact > .section_inner > p.required_text {
  font-size: 20px;
  font-weight: 500;
  color: #E97088;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner > p.required_text {
    font-size: 1.3888888889vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner > p.required_text {
    margin: 0 auto 7.6335877863vw;
    max-width: 89.058524173vw;
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
#contact > .section_inner .container_contact_faq {
  border: 2px solid #E97088;
  border-radius: 30px;
  padding: 35px 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .container_contact_faq {
    border-width: 0.1666666667vw;
    border-radius: 2.0833333333vw;
    padding: 2.4305555556vw 3.125vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_faq {
    border-width: 0.5089058524vw;
    border-radius: 6.3613231552vw;
    display: block;
    padding: 10.1781170483vw 4.5801526718vw 12.7226463104vw;
    margin-bottom: 17.8117048346vw;
  }
}
#contact > .section_inner .container_contact_faq > .container_desc {
  text-align: left;
  position: relative;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .container_contact_faq > .container_desc {
    padding: 0 0 0 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_faq > .container_desc {
    padding: 0;
    margin-bottom: 8.9058524173vw;
  }
}
#contact > .section_inner .container_contact_faq > .container_desc:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 7px;
  left: 0;
  background-image: url("../images/contact/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .container_contact_faq > .container_desc:before {
    width: 1.5972222222vw;
    height: 1.5972222222vw;
    top: 0.4861111111vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_faq > .container_desc:before {
    width: 5.3435114504vw;
    height: 5.3435114504vw;
    top: 1.7811704835vw;
  }
}
#contact > .section_inner .container_contact_faq > .container_desc > p {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .container_contact_faq > .container_desc > p {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_faq > .container_desc > p {
    font-size: 14px;
    font-size: 3.5623409669vw;
    line-height: 2.1428571429;
  }
}
#contact > .section_inner .container_contact_faq > .container_desc > p.ttl {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .container_contact_faq > .container_desc > p.ttl {
    font-size: 1.3888888889vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_faq > .container_desc > p.ttl {
    font-size: 18px;
    font-size: 4.5801526718vw;
    padding-left: 6.6157760814vw;
    margin-bottom: 3.5623409669vw;
  }
}
#contact > .section_inner .container_contact_faq > .container_link {
  width: 420px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .container_contact_faq > .container_link {
    width: 29.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_faq > .container_link {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_faq > .container_link a.button.ver4 {
    height: 16.5394402036vw;
    border-radius: 10.1781170483vw;
    font-size: 16px;
    font-size: 4.0712468193vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_form {
    margin: 0 auto;
    max-width: 89.058524173vw;
  }
}
#contact > .section_inner .container_contact_form .content_contact_form {
  display: flex;
  text-align: left;
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_form .content_contact_form {
    display: block;
  }
}
#contact > .section_inner .container_contact_form .content_contact_form > .ttl {
  font-size: 20px;
  font-weight: 600;
  color: #E97088;
  width: 260px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .container_contact_form .content_contact_form > .ttl {
    font-size: 1.3888888889vw;
    width: 18.0555555556vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_form .content_contact_form > .ttl {
    width: 100%;
    margin-bottom: 5.0890585242vw;
    font-size: 18px;
    font-size: 4.5801526718vw;
  }
}
#contact > .section_inner .container_contact_form .content_contact_form > .ttl span.required {
  font-size: 12px;
  vertical-align: text-top;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .container_contact_form .content_contact_form > .ttl span.required {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_form .content_contact_form > .ttl span.required {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
#contact > .section_inner .container_contact_form .content_contact_form > .input {
  font-size: 16px;
  color: #444;
  width: 730px;
  padding: 0.5em 0;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .container_contact_form .content_contact_form > .input {
    font-size: 1.1111111111vw;
    width: 50.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_form .content_contact_form > .input {
    width: 100%;
    font-size: 16px;
    font-size: 4.0712468193vw;
    padding: 0;
    letter-spacing: 0.04em;
    margin-bottom: 10.1781170483vw;
  }
}
#contact > .section_inner .container_contact_form .content_contact_form > .input .wpcf7-list-item {
  margin: 0;
}
#contact > .section_inner .container_contact_form .content_contact_form > .input .radio_inquery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .container_contact_form .content_contact_form > .input .radio_inquery {
    gap: 2.0833333333vw 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_form .content_contact_form > .input .radio_inquery {
    gap: 7.6335877863vw 5.0890585242vw;
  }
}
#contact > .section_inner .container_contact_form .content_contact_form > .input .uanswer {
  display: flex;
  gap: 30px 80px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .container_contact_form .content_contact_form > .input .uanswer {
    gap: 2.0833333333vw 5.5555555556vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_form .content_contact_form > .input .uanswer {
    flex-wrap: wrap;
    gap: 5.0890585242vw 0;
  }
}
#contact > .section_inner .container_contact_form .content_contact_form > .input .uanswer > .wpcf7-list-item {
  width: auto;
}
#contact > .section_inner .container_contact_form .content_contact_form > .input ul {
  display: flex;
  gap: 0 15px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .container_contact_form .content_contact_form > .input ul {
    gap: 0 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_form .content_contact_form > .input ul {
    flex-wrap: wrap;
    gap: 5.0890585242vw 0;
  }
}
#contact > .section_inner .container_contact_form .content_contact_form > .input ul > li {
  width: 48%;
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_form .content_contact_form > .input ul > li {
    width: 100%;
  }
}
#contact > .section_inner .container_contact_form .content_contact_form > .input .wpcf7-not-valid-tip {
  margin-top: 0.5em;
  display: inline-block;
}
#contact > .section_inner .container_contact_form .content_contact_form.ver1 > .ttl {
  padding-top: 0.5em;
}
#contact > .section_inner .container_contact_form .content_contact_form.ver2 {
  align-items: center;
}
#contact > .section_inner .container_contact_form .content_contact_form.mbver1 {
  margin-bottom: 65px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .container_contact_form .content_contact_form.mbver1 {
    margin-bottom: 4.5138888889vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .container_contact_form .content_contact_form.mbver1 {
    margin-bottom: 11.4503816794vw;
  }
}
#contact > .section_inner .container_contact_form .content_contact_form.mbver2 {
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .container_contact_form .content_contact_form.mbver2 {
    margin-bottom: 1.7361111111vw;
  }
}
#contact > .section_inner .container_contact_form .content_contact_form.mbver3 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .container_contact_form .content_contact_form.mbver3 {
    margin-bottom: 6.25vw;
  }
}
#contact > .section_inner .content_contact_policy {
  margin: 60px 0;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .content_contact_policy {
    margin: 4.1666666667vw 0;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .content_contact_policy {
    margin: 11.4503816794vw 0 6.3613231552vw;
    text-align: left;
  }
}
#contact > .section_inner .content_contact_policy > p.required_txt {
  font-size: 20px;
  font-weight: 500;
  color: #E97088;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .content_contact_policy > p.required_txt {
    font-size: 1.3888888889vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .content_contact_policy > p.required_txt {
    padding-left: 7.6335877863vw;
    margin-bottom: 2.0356234097vw;
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
#contact > .section_inner .content_contact_policy > p .wpcf7-acceptance {
  font-size: 25px;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .content_contact_policy > p .wpcf7-acceptance {
    font-size: 1.7361111111vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .content_contact_policy > p .wpcf7-acceptance {
    font-size: 18px;
    font-size: 4.5801526718vw;
    line-height: 1.3;
  }
}
#contact > .section_inner .content_contact_policy > p .wpcf7-acceptance input {
  margin: 0;
}
#contact > .section_inner .wpcf7-response-output {
  border: none;
  color: #dc3232;
  font-weight: bold;
  margin: 1em 0.5em;
}
#contact > .section_inner .content_contact_policy_flame {
  margin: 80px auto 50px;
  width: 100%;
  max-width: 940px;
  border: 1px solid #C5C5C5;
  border-radius: 10px;
  padding: 10px;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .content_contact_policy_flame {
    margin: 5.5555555556vw auto 3.4722222222vw;
    max-width: 65.2777777778vw;
    border-radius: 0.6944444444vw;
    padding: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .content_contact_policy_flame {
    margin: 0 auto 15.2671755725vw;
    max-width: 89.058524173vw;
    border-radius: 2.5445292621vw;
    padding: 5.0890585242vw;
  }
}
#contact > .section_inner .content_contact_policy_flame > .content_contact_policy_flame_inner {
  height: 156px;
  overflow: auto;
  text-align: left;
  font-size: 12px;
  line-height: 2.0833333333;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1440px) {
  #contact > .section_inner .content_contact_policy_flame > .content_contact_policy_flame_inner {
    height: 10.8333333333vw;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #contact > .section_inner .content_contact_policy_flame > .content_contact_policy_flame_inner {
    font-size: 12px;
    font-size: 3.0534351145vw;
    height: 34.6055979644vw;
  }
}
#contact > .section_inner .content_contact_policy_flame > .content_contact_policy_flame_inner span.strong {
  font-weight: bold;
}
#contact > .section_inner .content_contact_policy_flame > .content_contact_policy_flame_inner > p {
  margin-bottom: 1em;
}
#contact > .section_inner .wpcf7-spinner {
  margin: 0.25em auto 0;
  display: none;
}
#contact.confirm > .section_inner .container_submit_area {
  margin-top: 150px;
}
@media screen and (max-width: 1440px) {
  #contact.confirm > .section_inner .container_submit_area {
    margin-top: 10.4166666667vw;
  }
}
#contact.confirm > .section_inner .container_submit_area ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
}
@media screen and (max-width: 1440px) {
  #contact.confirm > .section_inner .container_submit_area ul {
    gap: 0 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #contact.confirm > .section_inner .container_submit_area ul {
    align-items: flex-start;
    gap: 0 5.0890585242vw;
  }
}
@media screen and (max-width: 750px) {
  #contact.thanks > .section_inner {
    padding-bottom: 33.0788804071vw;
  }
}
#contact.thanks > .section_inner .ttl_section_h1 {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  #contact.thanks > .section_inner .ttl_section_h1 {
    font-size: 25px;
    font-size: 6.3613231552vw;
    margin-bottom: 2.5445292621vw;
  }
}
#contact.thanks > .section_inner > p.icon {
  width: 285px;
}
@media screen and (max-width: 1440px) {
  #contact.thanks > .section_inner > p.icon {
    width: 19.7916666667vw;
  }
}
@media screen and (max-width: 750px) {
  #contact.thanks > .section_inner > p.icon {
    width: 62.5954198473vw;
    margin-bottom: 5.0890585242vw;
  }
}
#contact.thanks > .section_inner > p.under_title {
  font-size: 25px;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}
@media screen and (max-width: 1440px) {
  #contact.thanks > .section_inner > p.under_title {
    font-size: 1.7361111111vw;
    margin-bottom: 4.8611111111vw;
  }
}
@media screen and (max-width: 750px) {
  #contact.thanks > .section_inner > p.under_title {
    font-size: 18px;
    font-size: 4.5801526718vw;
    margin-bottom: 12.7226463104vw;
  }
}
#contact.thanks > .section_inner .container_contact_thanks > p {
  font-size: 20px;
  font-weight: 600;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  #contact.thanks > .section_inner .container_contact_thanks > p {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #contact.thanks > .section_inner .container_contact_thanks > p {
    font-size: 14px;
    font-size: 3.5623409669vw;
    line-height: 2.1428571429;
  }
}

/*
    Faq
*/
#faq > .section_inner {
  margin: 0 auto;
  max-width: 1307px;
  padding: 120px 15px 50px;
}
@media screen and (max-width: 1440px) {
  #faq > .section_inner {
    max-width: 90.7638888889vw;
    padding: 8.3333333333vw 1.0416666667vw 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #faq > .section_inner {
    max-width: 95.4198473282vw;
    padding: 10.1781170483vw 0 0;
  }
}
#faq > .section_inner > p.icon {
  margin: 0 auto;
  width: 82px;
}
@media screen and (max-width: 1440px) {
  #faq > .section_inner > p.icon {
    width: 5.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #faq > .section_inner > p.icon {
    width: 15.2671755725vw;
    margin-bottom: 0.5em;
  }
}
#faq > .section_inner .ttl_section_h1 {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  #faq > .section_inner .ttl_section_h1 {
    font-size: 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #faq > .section_inner .ttl_section_h1 {
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}
#faq > .section_inner .container_section_faq_anchor {
  margin: -16px 0 150px;
  border-radius: 30px;
  background-color: #FCF9F9;
  padding: 80px 0 60px;
}
@media screen and (max-width: 1440px) {
  #faq > .section_inner .container_section_faq_anchor {
    font-size: 2.4305555556vw;
    margin: -1.1111111111vw 0 10.4166666667vw;
    border-radius: 2.0833333333vw;
    padding: 5.5555555556vw 0 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #faq > .section_inner .container_section_faq_anchor {
    margin-top: -2.5445292621vw;
    margin-bottom: 25.4452926209vw;
    border-radius: 6.3613231552vw;
    padding: 16.5394402036vw 0 12.7226463104vw;
  }
}
#faq > .section_inner .container_section_faq_anchor ul.content_faq_anchor_links {
  margin: 0 auto;
  max-width: 850px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 50px;
}
@media screen and (max-width: 1440px) {
  #faq > .section_inner .container_section_faq_anchor ul.content_faq_anchor_links {
    max-width: 59.0277777778vw;
    gap: 1.3888888889vw 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #faq > .section_inner .container_section_faq_anchor ul.content_faq_anchor_links {
    max-width: 77.6081424936vw;
    gap: 3.5623409669vw 0;
  }
}
#faq > .section_inner .container_section_faq_anchor ul.content_faq_anchor_links > .content_faq_anchor_link {
  width: 400px;
}
@media screen and (max-width: 1440px) {
  #faq > .section_inner .container_section_faq_anchor ul.content_faq_anchor_links > .content_faq_anchor_link {
    width: 27.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #faq > .section_inner .container_section_faq_anchor ul.content_faq_anchor_links > .content_faq_anchor_link {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #faq > .section_inner .container_section_faq_anchor ul.content_faq_anchor_links > .content_faq_anchor_link a.button.ver5 {
    font-size: 16px;
    font-size: 4.0712468193vw;
  }
}
#faq > .section_inner .container_faq_main {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 1440px) {
  #faq > .section_inner .container_faq_main {
    max-width: 69.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #faq > .section_inner .container_faq_main {
    max-width: 95.4198473282vw;
  }
}
#faq > .section_inner .container_faq_main > .content_faq_main_box {
  text-align: left;
  margin-bottom: 70px;
}
@media screen and (max-width: 1440px) {
  #faq > .section_inner .container_faq_main > .content_faq_main_box {
    margin-bottom: 4.8611111111vw;
  }
}
#faq > .section_inner .container_faq_main > .content_faq_main_box > .ttl_section_h2 {
  font-size: 30px;
  font-weight: 700;
  color: #E97088;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  #faq > .section_inner .container_faq_main > .content_faq_main_box > .ttl_section_h2 {
    font-size: 2.0833333333vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #faq > .section_inner .container_faq_main > .content_faq_main_box > .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 6.3613231552vw;
    padding: 0 3.8167938931vw;
  }
}
@media screen and (max-width: 750px) {
  #faq > .section_inner .container_faq_main > .content_faq_main_box .content_faq_field {
    margin-bottom: 13.9949109415vw;
  }
}
#faq > .section_inner .container_faq_main > .content_faq_main_box .content_faq_field > .content_faq_field_question {
  background-color: #FFEFF2;
  padding: 12px;
  border-radius: 100px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #faq > .section_inner .container_faq_main > .content_faq_main_box .content_faq_field > .content_faq_field_question {
    padding: 0.8333333333vw;
    border-radius: 6.9444444444vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #faq > .section_inner .container_faq_main > .content_faq_main_box .content_faq_field > .content_faq_field_question {
    padding: 3.0534351145vw 4.3256997455vw 3.0534351145vw 3.0534351145vw;
    border-radius: 25.4452926209vw;
    margin-bottom: 5.0890585242vw;
  }
}
#faq > .section_inner .container_faq_main > .content_faq_main_box .content_faq_field > .content_faq_field_question > .icon {
  width: 49px;
  height: 49px;
  background-color: #fff;
  border-radius: 50%;
  color: #EBA6A0;
  font-size: 32px;
  font-weight: 600;
  color: #EBA6A0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 1440px) {
  #faq > .section_inner .container_faq_main > .content_faq_main_box .content_faq_field > .content_faq_field_question > .icon {
    width: 3.4027777778vw;
    height: 3.4027777778vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 750px) {
  #faq > .section_inner .container_faq_main > .content_faq_main_box .content_faq_field > .content_faq_field_question > .icon {
    width: 12.4681933842vw;
    height: 12.4681933842vw;
    font-size: 30px;
    font-size: 7.6335877863vw;
  }
}
#faq > .section_inner .container_faq_main > .content_faq_main_box .content_faq_field > .content_faq_field_question > .desc {
  width: 910px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  #faq > .section_inner .container_faq_main > .content_faq_main_box .content_faq_field > .content_faq_field_question > .desc {
    width: 63.1944444444vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #faq > .section_inner .container_faq_main > .content_faq_main_box .content_faq_field > .content_faq_field_question > .desc {
    width: 71.2468193384vw;
    font-size: 18px;
    font-size: 4.5801526718vw;
    line-height: 1.6666666667;
  }
}
#faq > .section_inner .container_faq_main > .content_faq_main_box .content_faq_field > .content_faq_field_answer {
  padding: 0 25px 60px 80px;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.75;
}
@media screen and (max-width: 1440px) {
  #faq > .section_inner .container_faq_main > .content_faq_main_box .content_faq_field > .content_faq_field_answer {
    padding: 0 1.7361111111vw 4.1666666667vw 5.5555555556vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #faq > .section_inner .container_faq_main > .content_faq_main_box .content_faq_field > .content_faq_field_answer {
    font-size: 16px;
    font-size: 4.0712468193vw;
  }
}
#faq + #ourservice {
  margin-bottom: 140px;
}
@media screen and (max-width: 1440px) {
  #faq + #ourservice {
    margin-bottom: 9.7222222222vw;
  }
}
#faq + #ourservice .container_ourservice_upper {
  margin-bottom: 0;
}

/*
    Recruit
*/
#recruit_fv {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 1440px) {
  #recruit_fv {
    margin-bottom: 9.0277777778vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_fv {
    margin-bottom: 35.6234096692vw;
  }
}
#recruit_fv > .section_inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1130px;
  padding: 60px 15px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #recruit_fv > .section_inner {
    padding: 4.1666666667vw 1.0416666667vw;
    max-width: 78.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_fv > .section_inner {
    max-width: 87.786259542vw;
    padding: 6.3613231552vw 0;
  }
}
#recruit_fv > .section_inner .subtitle {
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  #recruit_fv > .section_inner .subtitle {
    max-width: 21.4583333333vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_fv > .section_inner .subtitle {
    max-width: 46.5648854962vw;
    margin-bottom: 3.8167938931vw;
  }
}
#recruit_fv > .section_inner .ttl_section_h1 {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1440px) {
  #recruit_fv > .section_inner .ttl_section_h1 {
    font-size: 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_fv > .section_inner .ttl_section_h1 {
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}

#recruit_concept {
  margin-bottom: 140px;
}
@media screen and (max-width: 1440px) {
  #recruit_concept {
    margin-bottom: 9.7222222222vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_concept {
    margin-bottom: 21.6284987277vw;
  }
}
#recruit_concept > .section_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1110px;
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #recruit_concept > .section_inner {
    padding: 0 1.0416666667vw;
    max-width: 77.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_concept > .section_inner {
    padding: 0;
    max-width: 100%;
  }
}
#recruit_concept > .section_inner:before {
  content: "";
  display: block;
  width: 100vw;
  height: 713px;
  position: absolute;
  top: 170px;
  left: 210px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 1440px) {
  #recruit_concept > .section_inner:before {
    height: 49.5138888889vw;
    top: 11.8055555556vw;
    left: 14.5833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_concept > .section_inner:before {
    height: 86%;
    top: 20.8651399491vw;
    left: 11.9592875318vw;
  }
}
#recruit_concept > .section_inner .container_section_upper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  #recruit_concept > .section_inner .container_section_upper {
    display: block;
  }
}
#recruit_concept > .section_inner .container_section_upper > .thumbnail {
  width: 624px;
}
@media screen and (max-width: 1440px) {
  #recruit_concept > .section_inner .container_section_upper > .thumbnail {
    width: 43.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_concept > .section_inner .container_section_upper > .thumbnail {
    width: 89.058524173vw;
  }
}
#recruit_concept > .section_inner .container_section_upper > .text {
  width: 456px;
}
@media screen and (max-width: 1440px) {
  #recruit_concept > .section_inner .container_section_upper > .text {
    width: 31.6666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  #recruit_concept > .section_inner .container_section_upper > .text {
    width: 63.358778626vw;
    position: absolute;
    top: -16.5394402036vw;
    right: 0;
  }
}
#recruit_concept > .section_inner .container_section_upper > .text img {
  width: 454px;
  margin-left: -200px;
}
@media screen and (max-width: 1440px) {
  #recruit_concept > .section_inner .container_section_upper > .text img {
    width: 31.5277777778vw;
    margin-left: -13.8888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_concept > .section_inner .container_section_upper > .text img {
    width: 100%;
    margin-left: 0;
  }
}
#recruit_concept > .section_inner .container_section_lower {
  margin-top: -80px;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  #recruit_concept > .section_inner .container_section_lower {
    margin-top: -5.5555555556vw;
    padding-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_concept > .section_inner .container_section_lower {
    margin-top: -5.5979643766vw;
    display: block;
    padding-bottom: 10.1781170483vw;
  }
}
#recruit_concept > .section_inner .container_section_lower > .thumbnail {
  width: 496px;
}
@media screen and (max-width: 1440px) {
  #recruit_concept > .section_inner .container_section_lower > .thumbnail {
    width: 34.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_concept > .section_inner .container_section_lower > .thumbnail {
    width: 100%;
    text-align: right;
  }
}
@media screen and (max-width: 750px) {
  #recruit_concept > .section_inner .container_section_lower > .thumbnail img {
    width: 48.3460559796vw;
  }
}
#recruit_concept > .section_inner .container_section_lower > .text {
  padding-top: 180px;
  width: 584px;
  font-size: 32px;
  font-weight: 600;
  line-height: 2.34375;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  #recruit_concept > .section_inner .container_section_lower > .text {
    padding-top: 12.5vw;
    width: 40.5555555556vw;
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_concept > .section_inner .container_section_lower > .text {
    font-size: 20px;
    font-size: 5.0890585242vw;
    line-height: 2.5;
    width: 100%;
    padding: 3.8167938931vw 0 0 4.5801526718vw;
  }
}
#recruit_concept > .section_inner .container_section_lower > .text > p {
  text-align: left;
  margin-left: 0.5em;
  text-indent: -0.5em;
}
#recruit_concept > .section_inner .container_bg_concept_img {
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  #recruit_concept > .section_inner .container_bg_concept_img {
    bottom: -0.9027777778vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_concept > .section_inner .container_bg_concept_img {
    position: static;
    transform: translate(0, 0);
  }
}
#recruit_concept > .section_inner .container_bg_concept_img img {
  width: 364px;
  margin-right: -100px;
}
@media screen and (max-width: 1440px) {
  #recruit_concept > .section_inner .container_bg_concept_img img {
    width: 25.2777777778vw;
    margin-right: -6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_concept > .section_inner .container_bg_concept_img img {
    width: 62.5954198473vw;
    margin-right: 5.5979643766vw;
  }
}

#recruit_types {
  margin-bottom: 120px;
}
@media screen and (max-width: 1440px) {
  #recruit_types {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_types {
    margin-bottom: 26.7175572519vw;
  }
}
#recruit_types > .section_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
  padding: 0 15px;
}
@media screen and (max-width: 1440px) {
  #recruit_types > .section_inner {
    max-width: 50vw;
    padding: 0 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_types > .section_inner {
    max-width: 92.8753180662vw;
    padding: 0;
  }
}
#recruit_types > .section_inner > p.subtitle {
  margin: 0 auto 15px;
  width: 180px;
}
@media screen and (max-width: 1440px) {
  #recruit_types > .section_inner > p.subtitle {
    margin: 0 auto 1.0416666667vw;
    width: 12.5vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_types > .section_inner > p.subtitle {
    margin: 0 auto 2.5445292621vw;
    width: 25.4452926209vw;
  }
}
#recruit_types > .section_inner .ttl_section_h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}
@media screen and (max-width: 1440px) {
  #recruit_types > .section_inner .ttl_section_h2 {
    font-size: 2.0833333333vw;
    margin-bottom: 4.8611111111vw;
  }
}
@media screen and (max-width: 750px) {
  #recruit_types > .section_inner .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 11.4503816794vw;
  }
}
#recruit_types > .section_inner .container_recruit_types ul.content_recruit_type_items {
  display: flex;
  flex-direction: column;
  gap: 28px 0;
}
@media screen and (max-width: 1440px) {
  #recruit_types > .section_inner .container_recruit_types ul.content_recruit_type_items {
    gap: 1.9444444444vw 0;
  }
}
@media screen and (max-width: 750px) {
  #recruit_types > .section_inner .container_recruit_types ul.content_recruit_type_items {
    gap: 7.1246819338vw 0;
  }
}

/*
    Application
*/
#application_fv {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 1440px) {
  #application_fv {
    margin-bottom: 9.0277777778vw;
  }
}
@media screen and (max-width: 750px) {
  #application_fv {
    margin-bottom: 15.2671755725vw;
  }
}
#application_fv > .section_inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1130px;
  padding: 60px 15px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #application_fv > .section_inner {
    padding: 4.1666666667vw 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #application_fv > .section_inner {
    padding: 6.3613231552vw 6.3613231552vw;
  }
}
#application_fv > .section_inner .subtitle {
  width: 290px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  #application_fv > .section_inner .subtitle {
    width: 24.1666666667vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #application_fv > .section_inner .subtitle {
    width: 44.0203562341vw;
    margin-bottom: 2.5445292621vw;
  }
}
#application_fv > .section_inner .ttl_section_h1 {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1440px) {
  #application_fv > .section_inner .ttl_section_h1 {
    font-size: 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #application_fv > .section_inner .ttl_section_h1 {
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}

#application_guideline {
  margin-bottom: 90px;
}
@media screen and (max-width: 1440px) {
  #application_guideline {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 1440px) {
  #application_guideline {
    margin-bottom: 22.9007633588vw;
  }
}
#application_guideline > .section_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1277px;
  padding: 0 15px;
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner {
    padding: 0 1.0416666667vw;
    max-width: 88.6805555556vw;
  }
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner {
    padding: 0;
    max-width: 95.4198473282vw;
  }
}
#application_guideline > .section_inner ul.contaner_guideline_tabs {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner ul.contaner_guideline_tabs {
    gap: 0 0.6944444444vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner ul.contaner_guideline_tabs {
    gap: 0 1.272264631vw;
    margin-bottom: 1.272264631vw;
  }
}
@media screen and (max-width: 750px) {
  #application_guideline > .section_inner ul.contaner_guideline_tabs > .contaner_guideline_tab:nth-of-type(3) a.button.ver7 {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
#application_guideline > .section_inner .contaner_guideline_wrapper {
  border-radius: 30px;
  background-color: #F7F7F7;
  padding: 140px 0 160px;
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper {
    border-radius: 2.0833333333vw;
    padding: 9.7222222222vw 0 11.1111111111vw;
  }
}
@media screen and (max-width: 750px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper {
    padding: 20.3562340967vw 0 27.989821883vw;
    border-radius: 0 0 7.6335877863vw 7.6335877863vw;
  }
}
#application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_tab {
  margin: 0 auto;
  width: 100%;
  max-width: 914px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_tab {
    max-width: 63.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_tab {
    max-width: 89.058524173vw;
  }
}
#application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_tab:before {
  content: "";
  display: block;
  width: 461px;
  height: 207px;
  position: absolute;
  top: -70px;
  right: -70px;
  z-index: 1;
  background-image: url("../images/recruit/img_text_01_pc.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_tab:before {
    width: 32.0138888889vw;
    height: 14.375vw;
    top: -4.8611111111vw;
    right: -4.8611111111vw;
  }
}
@media screen and (max-width: 750px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_tab:before {
    width: 64.3765903308vw;
    height: 31.0432569975vw;
    top: -13.9949109415vw;
    right: 0;
  }
}
#application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_tab > span {
  display: block;
  padding: 40px 40px 40px 50px;
  min-width: 410px;
  position: relative;
  font-size: 25px;
  font-weight: 600;
  color: #E97088;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_tab > span {
    padding: 2.7777777778vw 2.7777777778vw 2.7777777778vw 3.4722222222vw;
    min-width: 28.4722222222vw;
    font-size: 1.7361111111vw;
    border-radius: 2.0833333333vw 2.0833333333vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_tab > span {
    padding: 5.0890585242vw 5.0890585242vw 2.5445292621vw 5.0890585242vw;
    min-width: 38.1679389313vw;
    max-width: 60%;
    font-size: 20px;
    font-size: 5.0890585242vw;
    border-radius: 7.6335877863vw 5.0890585242vw 0 0;
  }
}
#application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_tab > span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(100%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent rgb(255, 255, 255);
  border-width: 80px 0px 0px 30px;
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_tab > span:after {
    border-width: 5.5555555556vw 0 0 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_tab > span:after {
    bottom: auto;
    top: 2.5445292621vw;
    right: 0.7633587786vw;
    border-width: 17.8117048346vw 0 0 7.6335877863vw;
  }
}
#application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_body {
  margin: 0 auto;
  width: 100%;
  max-width: 914px;
  background-color: #fff;
  padding: 10px;
  border-radius: 0 30px 30px 30px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_body {
    max-width: 63.4722222222vw;
    padding: 0.6944444444vw;
    border-radius: 0 2.0833333333vw 2.0833333333vw 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_body {
    max-width: 89.058524173vw;
    padding: 2.5445292621vw;
    border-radius: 0 7.6335877863vw 7.6335877863vw 7.6335877863vw;
  }
}
#application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_body > .contaner_guideline_body_inner {
  border-radius: 27px;
  border: 1px solid #EBA6A0;
  padding: 30px 60px;
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_body > .contaner_guideline_body_inner {
    border-radius: 1.875vw;
    padding: 2.0833333333vw 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_body > .contaner_guideline_body_inner {
    border-radius: 7.1246819338vw;
  }
}
#application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box {
  padding: 30px 0;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box {
    padding: 2.0833333333vw 0;
  }
}
@media screen and (max-width: 750px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box {
    padding: 5.0890585242vw 0;
  }
}
#application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box > .ttl {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #E88F87;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box > .ttl {
    font-size: 1.3888888889vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box > .ttl {
    font-size: 20px;
/*     font-size: 5.0890585242vw; */
    margin-bottom: 2.5445292621vw;
  }
}
#application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box > .desc {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box > .desc {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box > .desc {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
#application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box > .desc ul > li:before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #E88F87;
  vertical-align: middle;
  line-height: 1;
}
#application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box > .desc > p {
  margin-bottom: 1em;
}
#application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box > .thumbnail {
  width: 353px;
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box > .thumbnail {
    width: 24.5138888889vw;
  }
}
@media screen and (max-width: 750px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box > .thumbnail {
    width: 100%;
  }
}
#application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box > .thumbnail img {
  border-radius: 30px;
}
@media screen and (max-width: 1440px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box > .thumbnail img {
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box > .thumbnail img {
    border-radius: 7.6335877863vw;
  }
}
#application_guideline > .section_inner .contaner_guideline_wrapper .content_guideline_box.notopmargin {
  padding-top: 0;
}

@media screen and (max-width: 750px) {
  .therapist #application_guideline > .section_inner .contaner_guideline_wrapper .contaner_guideline_tab > span {
    font-size: 18px;
    font-size: 4.5801526718vw;
  }
}

/*
    Interview
*/
#inverview_fv {
  background-color: #f1f1f1;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  #inverview_fv {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_fv {
    margin-bottom: 6.3613231552vw;
  }
}
#inverview_fv img {
  width: 100%;
  max-width: 1440px;
}
@media screen and (max-width: 1440px) {
  #inverview_fv img {
    max-width: 100vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_fv img {
    max-width: 100%;
  }
}
#inverview_fv > .section_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  #inverview_fv > .section_inner {
    max-width: 69.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_fv > .section_inner {
    max-width: 90.8396946565vw;
  }
}
#inverview_fv > .section_inner > p.icon {
  width: 267px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  #inverview_fv > .section_inner > p.icon {
    width: 18.5416666667vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_fv > .section_inner > p.icon {
    width: 30.534351145vw;
    margin-bottom: 2.5445292621vw;
  }
}
#inverview_fv > .section_inner > p.icon.no3 {
  width: 298px;
}
@media screen and (max-width: 1440px) {
  #inverview_fv > .section_inner > p.icon.no3 {
    width: 20.6944444444vw;
  }
}
#inverview_fv > .section_inner .ttl_section_h1 {
  font-size: 24px;
  font-weight: 600;
  color: #E97088;
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  #inverview_fv > .section_inner .ttl_section_h1 {
    font-size: 1.6666666667vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_fv > .section_inner .ttl_section_h1 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 11.4503816794vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_fv > .section_inner .ttl_section_h1 > span {
    display: block;
    font-size: 12px;
    font-size: 3.0534351145vw;
    margin-top: 3.0534351145vw;
    margin-left: -0.5em;
  }
}
#inverview_fv > .section_inner .desc {
  font-size: 30px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  #inverview_fv > .section_inner .desc {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_fv > .section_inner .desc {
    line-height: 2.5;
    font-size: 16px;
    font-size: 4.0712468193vw;
    letter-spacing: 0.05em;
  }
}

#inverview_content {
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  #inverview_content {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content {
    margin-bottom: 25.4452926209vw;
  }
}
#inverview_content .container_inverview_links {
  margin: 0 auto 120px;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_inverview_links {
    margin: 0 auto 8.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_inverview_links {
    margin-bottom: 17.8117048346vw;
  }
}
#inverview_content .container_inverview_links > ul.container_inverview_items {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_inverview_links > ul.container_inverview_items {
    gap: 0 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_inverview_links > ul.container_inverview_items {
    margin: 0 auto;
    width: 94.6564885496vw;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3.8167938931vw 2.5445292621vw;
  }
}
#inverview_content .container_inverview_links > ul.container_inverview_items > .container_inverview_item {
  width: 244px;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_inverview_links > ul.container_inverview_items > .container_inverview_item {
    width: 20.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_inverview_links > ul.container_inverview_items > .container_inverview_item {
    width: 45.8015267176vw;
  }
}
#inverview_content .container_interview_upper {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_upper {
    max-width: 69.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_upper {
    max-width: 89.058524173vw;
    margin-bottom: 22.9007633588vw;
  }
}
#inverview_content .container_interview_upper:before {
  content: "";
  display: block;
  width: 100vw;
  height: 80%;
  position: absolute;
  top: 170px;
  left: 180px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_upper:before {
    top: 11.8055555556vw;
    left: 12.5vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_upper:before {
    top: 45.8015267176vw;
    left: -5.3435114504vw;
  }
}
#inverview_content .container_interview_upper .content_interview_upper_mv {
  position: relative;
  margin-bottom: 90px;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_upper .content_interview_upper_mv {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_upper .content_interview_upper_mv {
    margin-bottom: 20.3562340967vw;
  }
}
#inverview_content .container_interview_upper .content_interview_upper_mv:before {
  content: "";
  display: block;
  width: 197px;
  height: 112px;
  position: absolute;
  bottom: -65px;
  right: 35px;
  background-image: url("../images/interview/img_00.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_upper .content_interview_upper_mv:before {
    width: 13.6805555556vw;
    height: 7.7777777778vw;
    bottom: -4.5138888889vw;
    right: 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_upper .content_interview_upper_mv:before {
    width: 33.0788804071vw;
    height: 18.8295165394vw;
    bottom: -9.6692111959vw;
    right: 3.8167938931vw;
  }
}
#inverview_content .container_interview_upper .container_interview_desc {
  margin-bottom: 140px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_upper .container_interview_desc {
    margin-bottom: 9.7222222222vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_upper .container_interview_desc {
    max-width: 90.3307888041vw;
    margin-bottom: 15.2671755725vw;
  }
}
#inverview_content .container_interview_upper .container_interview_desc .ttl_section_h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_upper .container_interview_desc .ttl_section_h2 {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_upper .container_interview_desc .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}
#inverview_content .container_interview_upper .container_interview_desc > p {
  font-size: 14px;
  line-height: 2.5;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_upper .container_interview_desc > p {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_upper .container_interview_desc > p {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
#inverview_content .container_interview_upper .container_interview_desc_1 {
  display: flex;
  gap: 0 40px;
  position: relative;
  margin-bottom: 110px;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_upper .container_interview_desc_1 {
    gap: 0 2.7777777778vw;
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_upper .container_interview_desc_1 {
    display: block;
    margin-bottom: 5.0890585242vw;
  }
}
#inverview_content .container_interview_upper .container_interview_desc_1 > .content_interview_image {
  width: 423px;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_upper .container_interview_desc_1 > .content_interview_image {
    width: 29.375vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_upper .container_interview_desc_1 > .content_interview_image {
    width: 100%;
  }
}
#inverview_content .container_interview_upper .container_interview_desc_1 > .content_interview_desc {
  width: 485px;
  text-align: left;
  padding-top: 20px;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_upper .container_interview_desc_1 > .content_interview_desc {
    width: 33.6805555556vw;
    padding-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_upper .container_interview_desc_1 > .content_interview_desc {
    width: 100%;
    padding-top: 12.7226463104vw;
  }
}
#inverview_content .container_interview_upper .container_interview_desc_1 > .content_interview_desc .ttl_section_h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0.5em;
  position: relative;
  display: inline-block;
  padding-right: 0.5em;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_upper .container_interview_desc_1 > .content_interview_desc .ttl_section_h3 {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_upper .container_interview_desc_1 > .content_interview_desc .ttl_section_h3 {
    display: block;
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}
#inverview_content .container_interview_upper .container_interview_desc_1 > .content_interview_desc .ttl_section_h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(100%, 0);
  width: 102px;
  height: 91px;
  background-image: url("../images/interview/img_01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_upper .container_interview_desc_1 > .content_interview_desc .ttl_section_h3:after {
    width: 7.0833333333vw;
    height: 6.3194444444vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_upper .container_interview_desc_1 > .content_interview_desc .ttl_section_h3:after {
    right: 10.1781170483vw;
    bottom: -1.272264631vw;
    transform: translate(0, 0);
    width: 16.7938931298vw;
    height: 15.0127226463vw;
  }
}
#inverview_content .container_interview_upper .container_interview_desc_1 > .content_interview_desc > p {
  font-size: 14px;
  line-height: 2.5;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_upper .container_interview_desc_1 > .content_interview_desc > p {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_upper .container_interview_desc_1 > .content_interview_desc > p {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
#inverview_content .container_interview_lower {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_lower {
    max-width: 69.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_lower {
    max-width: 89.058524173vw;
  }
}
#inverview_content .container_interview_lower:before {
  content: "";
  display: block;
  width: 100vw;
  height: 110%;
  position: absolute;
  top: 50px;
  right: 210px;
  background-color: #F7F7F7;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_lower:before {
    height: 66.4583333333vw;
    top: 3.4722222222vw;
    right: 14.5833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_lower:before {
    height: 381.679389313vw;
    top: 36.641221374vw;
    right: -5.3435114504vw;
  }
}
#inverview_content .container_interview_lower .container_interview_desc_1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 170px;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_lower .container_interview_desc_1 {
    margin-bottom: 11.8055555556vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_lower .container_interview_desc_1 {
    display: block;
  }
}
#inverview_content .container_interview_lower .container_interview_desc_1 > .content_interview_image {
  width: 423px;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_lower .container_interview_desc_1 > .content_interview_image {
    width: 29.375vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_lower .container_interview_desc_1 > .content_interview_image {
    width: 100%;
    text-align: right;
  }
}
#inverview_content .container_interview_lower .container_interview_desc_1 > .content_interview_desc {
  width: 485px;
  text-align: left;
  padding-top: 170px;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_lower .container_interview_desc_1 > .content_interview_desc {
    width: 33.6805555556vw;
    padding-top: 11.8055555556vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_lower .container_interview_desc_1 > .content_interview_desc {
    width: 100%;
    padding-top: 17.8117048346vw;
  }
}
#inverview_content .container_interview_lower .container_interview_desc_1 > .content_interview_desc .ttl_section_h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0.5em;
  position: relative;
  padding-right: 0.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_lower .container_interview_desc_1 > .content_interview_desc .ttl_section_h3 {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_lower .container_interview_desc_1 > .content_interview_desc .ttl_section_h3 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 1em;
  }
}
#inverview_content .container_interview_lower .container_interview_desc_1 > .content_interview_desc .ttl_section_h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 104px;
  height: 109px;
  background-image: url("../images/interview/img_02.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_lower .container_interview_desc_1 > .content_interview_desc .ttl_section_h3:after {
    width: 7.2222222222vw;
    height: 7.5694444444vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_lower .container_interview_desc_1 > .content_interview_desc .ttl_section_h3:after {
    width: 16.2849872774vw;
    height: 17.048346056vw;
    right: 8.9058524173vw;
    bottom: -1.272264631vw;
  }
}
#inverview_content .container_interview_lower .container_interview_desc_1 > .content_interview_desc > p {
  font-size: 14px;
  line-height: 2.5;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_lower .container_interview_desc_1 > .content_interview_desc > p {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_lower .container_interview_desc_1 > .content_interview_desc > p {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
#inverview_content .container_interview_lower .container_interview_desc {
  text-align: left;
  position: relative;
}
#inverview_content .container_interview_lower .container_interview_desc .ttl_section_h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_lower .container_interview_desc .ttl_section_h2 {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_lower .container_interview_desc .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 1em;
    line-height: 1.75;
  }
}
#inverview_content .container_interview_lower .container_interview_desc > p {
  font-size: 14px;
  line-height: 2.5;
}
@media screen and (max-width: 1440px) {
  #inverview_content .container_interview_lower .container_interview_desc > p {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content .container_interview_lower .container_interview_desc > p {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content + #recruit_link {
    padding-top: 0;
  }
}
@media screen and (max-width: 750px) {
  #inverview_content + #recruit_link > .section_inner {
    padding-top: 17.8117048346vw;
  }
}

/*
    About
*/
#about_fv {
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 1440px) {
  #about_fv {
    margin-bottom: 11.1111111111vw;
  }
}
#about_fv > .section_inner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 1130px;
  padding: 60px 15px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #about_fv > .section_inner {
    padding: 4.1666666667vw 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #about_fv > .section_inner {
    padding: 6.106870229vw;
  }
}
#about_fv > .section_inner .subtitle {
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  #about_fv > .section_inner .subtitle {
    margin-bottom: 1.0416666667vw;
  }
}
#about_fv > .section_inner .subtitle img {
  width: 244px;
}
@media screen and (max-width: 1440px) {
  #about_fv > .section_inner .subtitle img {
    width: 16.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #about_fv > .section_inner .subtitle img {
    width: 37.4045801527vw;
  }
}
#about_fv > .section_inner .ttl_section_h1 {
  font-size: 35px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1440px) {
  #about_fv > .section_inner .ttl_section_h1 {
    font-size: 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #about_fv > .section_inner .ttl_section_h1 {
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}

#about {
  margin-bottom: 110px;
}
@media screen and (max-width: 1440px) {
  #about {
    margin-bottom: 7.6388888889vw;
  }
}
@media screen and (max-width: 750px) {
  #about {
    margin-bottom: 17.8117048346vw;
  }
}
#about > .section_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
}
@media screen and (max-width: 1440px) {
  #about > .section_inner {
    max-width: 71.5277777778vw;
    padding: 0 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #about > .section_inner {
    max-width: 89.058524173vw;
  }
}
#about > .section_inner .container_about {
  margin-bottom: 170px;
}
@media screen and (max-width: 1440px) {
  #about > .section_inner .container_about {
    margin-bottom: 11.8055555556vw;
  }
}
@media screen and (max-width: 750px) {
  #about > .section_inner .container_about {
    margin-bottom: 11.4503816794vw;
  }
}
#about > .section_inner .container_about .ttl_section_h2 {
  margin: 0 auto 80px;
  width: 100%;
  max-width: 700px;
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  #about > .section_inner .container_about .ttl_section_h2 {
    margin: 0 auto 5.5555555556vw;
    max-width: 48.6111111111vw;
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #about > .section_inner .container_about .ttl_section_h2 {
    display: block;
    text-align: center;
    font-size: 18px;
    font-size: 4.5801526718vw;
    max-width: 100%;
    margin-bottom: 7.6335877863vw;
  }
}
#about > .section_inner .container_about .ttl_section_h2 > span {
  display: block;
  width: 660px;
}
@media screen and (max-width: 1440px) {
  #about > .section_inner .container_about .ttl_section_h2 > span {
    width: 45.8333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #about > .section_inner .container_about .ttl_section_h2 > span {
    width: 100%;
    line-height: 1.6666666667;
  }
}
#about > .section_inner .container_about .ttl_section_h2 > span.number {
  width: 40px;
  font-family: "Outfit", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #about > .section_inner .container_about .ttl_section_h2 > span.number {
    width: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #about > .section_inner .container_about .ttl_section_h2 > span.number {
    width: 100%;
    margin-bottom: 0.75em;
  }
}
#about > .section_inner .container_about .ttl_section_h2 > span.number:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  transform: translate(-50%, 0);
  width: 50%;
  height: 2px;
  background-color: #333;
}
@media screen and (max-width: 1440px) {
  #about > .section_inner .container_about .ttl_section_h2 > span.number:before {
    height: 0.1388888889vw;
  }
}
@media screen and (max-width: 750px) {
  #about > .section_inner .container_about .ttl_section_h2 > span.number:before {
    bottom: 0;
    width: 3.8167938931vw;
    height: 0.5089058524vw;
  }
}
#about > .section_inner .container_about .content_about_mv {
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  #about > .section_inner .container_about .content_about_mv {
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #about > .section_inner .container_about .content_about_mv {
    margin-bottom: 10.1781170483vw;
  }
}
#about > .section_inner .container_about .content_about_desc {
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 2.5;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #about > .section_inner .container_about .content_about_desc {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #about > .section_inner .container_about .content_about_desc {
    font-size: 14px;
    font-size: 3.5623409669vw;
    line-height: 2.1428571429;
    letter-spacing: 0.05em;
  }
}
#about > .section_inner .container_about .content_about_desc .ttl_content_h3 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  #about > .section_inner .container_about .content_about_desc .ttl_content_h3 {
    font-size: 1.7361111111vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #about > .section_inner .container_about .content_about_desc .ttl_content_h3 {
    font-size: 18px;
    font-size: 4.5801526718vw;
    line-height: 1.6666666667;
    margin-bottom: 8.9058524173vw;
  }
}
#about > .section_inner .container_about:last-of-type {
  margin-bottom: 0;
}
#about > .section_inner .content_about_thumbnails {
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  #about > .section_inner .content_about_thumbnails {
    margin-top: 4.1666666667vw;
  }
}
#about > .section_inner .content_about_thumbnails ul.content_about_thumbnail_lists {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #about > .section_inner .content_about_thumbnails ul.content_about_thumbnail_lists {
    display: block;
  }
}
#about > .section_inner .content_about_thumbnails ul.content_about_thumbnail_lists > .content_about_thumbnail_list {
  width: 325px;
}
@media screen and (max-width: 1440px) {
  #about > .section_inner .content_about_thumbnails ul.content_about_thumbnail_lists > .content_about_thumbnail_list {
    width: 22.5694444444vw;
  }
}
@media screen and (max-width: 750px) {
  #about > .section_inner .content_about_thumbnails ul.content_about_thumbnail_lists > .content_about_thumbnail_list {
    width: 100%;
    padding: 3.8167938931vw 0;
  }
}

#about_facility {
  background-color: #FCF9F9;
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #about_facility {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #about_facility {
    margin-bottom: 17.8117048346vw;
  }
}
#about_facility:after {
  content: "";
  display: block;
  width: 1995px;
  height: 205px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../images/about/bg_about_pc.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #about_facility:after {
    width: 138.5416666667vw;
    height: 14.2361111111vw;
  }
}
@media screen and (max-width: 750px) {
  #about_facility:after {
    width: 244.7837150127vw;
    height: 25.1908396947vw;
  }
}
#about_facility > .section_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1030px;
  padding: 80px 15px 270px;
}
@media screen and (max-width: 1440px) {
  #about_facility > .section_inner {
    max-width: 71.5277777778vw;
    padding: 5.5555555556vw 1.0416666667vw 18.75vw;
  }
}
@media screen and (max-width: 750px) {
  #about_facility > .section_inner {
    max-width: 89.058524173vw;
    padding: 17.8117048346vw 0 33.0788804071vw;
  }
}
#about_facility > .section_inner > p {
  letter-spacing: 0.1em;
}
#about_facility > .section_inner > p.icon {
  margin: 0 auto 10px;
  width: 276px;
}
@media screen and (max-width: 1440px) {
  #about_facility > .section_inner > p.icon {
    margin: 0 auto 0.6944444444vw;
    width: 19.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #about_facility > .section_inner > p.icon {
    width: 39.6946564885vw;
    margin-bottom: 2.5445292621vw;
  }
}
#about_facility > .section_inner > p.lower {
  font-size: 32px;
  font-weight: 600;
  line-height: 2.34375;
}
@media screen and (max-width: 1440px) {
  #about_facility > .section_inner > p.lower {
    font-size: 2.2222222222vw;
  }
}
@media screen and (max-width: 750px) {
  #about_facility > .section_inner > p.lower {
    font-size: 20px;
    font-size: 5.0890585242vw;
    line-height: 2;
    letter-spacing: 0;
  }
}
#about_facility > .section_inner .ttl_section_h2 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  #about_facility > .section_inner .ttl_section_h2 {
    font-size: 2.0833333333vw;
    margin-bottom: 6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #about_facility > .section_inner .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 2.5445292621vw;
  }
}
#about_facility > .section_inner .content_facility_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
@media screen and (max-width: 1440px) {
  #about_facility > .section_inner .content_facility_list {
    padding: 2.0833333333vw 0;
  }
}
@media screen and (max-width: 750px) {
  #about_facility > .section_inner .content_facility_list {
    padding: 10.1781170483vw 0;
    display: block;
  }
}
#about_facility > .section_inner .content_facility_list > .thumbnail {
  width: 560px;
}
@media screen and (max-width: 1440px) {
  #about_facility > .section_inner .content_facility_list > .thumbnail {
    width: 38.8888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #about_facility > .section_inner .content_facility_list > .thumbnail {
    width: 100%;
    margin-bottom: 7.6335877863vw;
  }
}
#about_facility > .section_inner .content_facility_list > .desc {
  width: 400px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #about_facility > .section_inner .content_facility_list > .desc {
    width: 27.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #about_facility > .section_inner .content_facility_list > .desc {
    width: 100%;
  }
}
#about_facility > .section_inner .content_facility_list > .desc .ttl_content_h3 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 0.5em;
  margin-bottom: 30px;
  border-bottom: 2px solid #EBA6A0;
}
@media screen and (max-width: 1440px) {
  #about_facility > .section_inner .content_facility_list > .desc .ttl_content_h3 {
    font-size: 1.6666666667vw;
    margin-bottom: 2.0833333333vw;
    border-bottom: 0.1388888889vw solid #EBA6A0;
  }
}
@media screen and (max-width: 750px) {
  #about_facility > .section_inner .content_facility_list > .desc .ttl_content_h3 {
    border-bottom-width: 0.5089058524vw;
    font-size: 18px;
    font-size: 4.5801526718vw;
  }
}
#about_facility > .section_inner .content_facility_list > .desc .ttl_content_h3 > span.small {
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  #about_facility > .section_inner .content_facility_list > .desc .ttl_content_h3 > span.small {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #about_facility > .section_inner .content_facility_list > .desc .ttl_content_h3 > span.small {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
#about_facility > .section_inner .content_facility_list > .desc > p {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  #about_facility > .section_inner .content_facility_list > .desc > p {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #about_facility > .section_inner .content_facility_list > .desc > p {
    font-size: 14px;
    font-size: 3.5623409669vw;
    line-height: 2.1428571429;
  }
}
#about_facility + #ourservice {
  margin-bottom: 150px;
  /*
  + #top_contact {
      > .section_inner {
          padding-top: 0;
          @include sp {
              padding-top: calc(40/393*100vw);
          }
      }
  }
  */
}
@media screen and (max-width: 1440px) {
  #about_facility + #ourservice {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #about_facility + #ourservice {
    margin-bottom: 18.8295165394vw;
  }
}
#about_facility + #ourservice > .section_inner .container_ourservice_upper {
  margin-bottom: 0;
}

/*
    Access
*/
#access {
  margin-bottom: 130px;
}
@media screen and (max-width: 1440px) {
  #access {
    margin-bottom: 9.0277777778vw;
  }
}
@media screen and (max-width: 750px) {
  #access {
    margin-bottom: 29.262086514vw;
  }
}
#access > .section_inner {
  padding-top: 130px;
}
@media screen and (max-width: 1440px) {
  #access > .section_inner {
    padding-top: 9.0277777778vw;
  }
}
#access > .section_inner > p.icon {
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  #access > .section_inner > p.icon {
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #access > .section_inner > p.icon {
    margin: 0 auto 2.5445292621vw;
    width: 13.2315521628vw;
  }
}
@media screen and (max-width: 750px) {
  #access > .section_inner > p.icon img {
    width: 100%;
  }
}
#access > .section_inner .ttl_section_h1 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  #access > .section_inner .ttl_section_h1 {
    font-size: 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #access > .section_inner .ttl_section_h1 {
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}
#access > .section_inner .container_access_wrapper {
  margin: -17px auto 120px;
  width: 100%;
  max-width: 1247px;
  border-radius: 30px;
  padding: 60px;
  background-color: #FCF9F9;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #access > .section_inner .container_access_wrapper {
    margin: -1.1805555556vw auto 8.3333333333vw;
    max-width: 86.5972222222vw;
    border-radius: 2.0833333333vw;
    padding: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #access > .section_inner .container_access_wrapper {
    margin: -2.5445292621vw auto 29.262086514vw;
    max-width: 95.4198473282vw;
    border-radius: 6.3613231552vw;
    padding: 12.7226463104vw 5.0890585242vw 20.3562340967vw;
  }
}
#access > .section_inner .container_access_wrapper:after {
  content: "";
  display: block;
  width: 197px;
  height: 112px;
  position: absolute;
  bottom: -9px;
  right: 100px;
  background-image: url("../images/access/img_bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #access > .section_inner .container_access_wrapper:after {
    width: 13.6805555556vw;
    height: 7.7777777778vw;
    bottom: -0.625vw;
    right: 6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #access > .section_inner .container_access_wrapper:after {
    width: 34.096692112vw;
    height: 19.3384223919vw;
    bottom: -2.2900763359vw;
    right: 7.6335877863vw;
  }
}
#access > .section_inner .container_access_wrapper .content_access_lists {
  margin: 0 auto;
  width: 100%;
  max-width: 977px;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.15em;
  padding: 20px 0;
}
@media screen and (max-width: 1440px) {
  #access > .section_inner .container_access_wrapper .content_access_lists {
    max-width: 67.8472222222vw;
    font-size: 1.1111111111vw;
    padding: 1.3888888889vw 0;
  }
}
@media screen and (max-width: 750px) {
  #access > .section_inner .container_access_wrapper .content_access_lists {
    font-size: 16px;
    font-size: 4.0712468193vw;
    line-height: 1.75;
    max-width: 100%;
    padding: 3.8167938931vw 0;
    align-items: flex-start;
  }
}
#access > .section_inner .container_access_wrapper .content_access_lists > .content_access_list_title {
  width: 75px;
  letter-spacing: 0.5em;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  #access > .section_inner .container_access_wrapper .content_access_lists > .content_access_list_title {
    width: 5.2083333333vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #access > .section_inner .container_access_wrapper .content_access_lists > .content_access_list_title {
    width: 19.0839694656vw;
    font-size: 18px;
    font-size: 4.5801526718vw;
  }
}
#access > .section_inner .container_access_wrapper .content_access_lists > .content_access_list_body {
  width: calc(100% - 75px);
}
@media screen and (max-width: 1440px) {
  #access > .section_inner .container_access_wrapper .content_access_lists > .content_access_list_body {
    width: calc(100% - 5.2083333333vw);
  }
}
@media screen and (max-width: 750px) {
  #access > .section_inner .container_access_wrapper .content_access_lists > .content_access_list_body {
    width: calc(100% - 19.0839694656vw);
    padding-top: 0.5089058524vw;
  }
}

#access_01 {
  margin-bottom: 110px;
}
@media screen and (max-width: 1440px) {
  #access_01 {
    margin-bottom: 7.6388888889vw;
  }
}
@media screen and (max-width: 750px) {
  #access_01 {
    margin-bottom: 20.3562340967vw;
  }
}
#access_01 > .section_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1440px) {
  #access_01 > .section_inner {
    max-width: 69.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #access_01 > .section_inner {
    max-width: 95.4198473282vw;
  }
}
#access_01 > .section_inner .ttl_section_h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  padding-left: 40px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #access_01 > .section_inner .ttl_section_h2 {
    font-size: 2.0833333333vw;
    margin-bottom: 2.4305555556vw;
    padding-left: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #access_01 > .section_inner .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    padding-left: 5.5979643766vw;
    margin-bottom: 3.8167938931vw;
  }
}
#access_01 > .section_inner .ttl_section_h2:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url("../images/access/icon_01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #access_01 > .section_inner .ttl_section_h2:before {
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media screen and (max-width: 750px) {
  #access_01 > .section_inner .ttl_section_h2:before {
    width: 4.834605598vw;
    height: 4.834605598vw;
  }
}
#access_01 > .section_inner .container_access_01_box {
  text-align: left;
  padding: 1em 0;
}
@media screen and (max-width: 750px) {
  #access_01 > .section_inner .container_access_01_box {
    padding: 3.8167938931vw 0;
  }
}
#access_01 > .section_inner .container_access_01_box > p {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1440px) {
  #access_01 > .section_inner .container_access_01_box > p {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #access_01 > .section_inner .container_access_01_box > p {
    font-size: 14px;
    font-size: 3.5623409669vw;
    line-height: 2.1428571429;
    letter-spacing: 0.1em;
  }
}
#access_01 > .section_inner .container_access_01_box > p.ttl {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  #access_01 > .section_inner .container_access_01_box > p.ttl {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #access_01 > .section_inner .container_access_01_box > p.ttl {
    font-size: 16px;
    font-size: 4.0712468193vw;
  }
}

#access_02 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1440px) {
  #access_02 {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #access_02 {
    margin-bottom: 20.3562340967vw;
  }
}
#access_02 > .section_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1440px) {
  #access_02 > .section_inner {
    max-width: 69.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #access_02 > .section_inner {
    max-width: 95.4198473282vw;
  }
}
#access_02 > .section_inner .ttl_section_h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #access_02 > .section_inner .ttl_section_h2 {
    font-size: 2.0833333333vw;
    margin-bottom: 1.3888888889vw;
    padding-left: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #access_02 > .section_inner .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    padding-left: 5.5979643766vw;
    margin-bottom: 3.8167938931vw;
  }
}
#access_02 > .section_inner .ttl_section_h2:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url("../images/access/icon_01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #access_02 > .section_inner .ttl_section_h2:before {
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media screen and (max-width: 750px) {
  #access_02 > .section_inner .ttl_section_h2:before {
    width: 4.834605598vw;
    height: 4.834605598vw;
  }
}
#access_02 > .section_inner > p {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.15em;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #access_02 > .section_inner > p {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #access_02 > .section_inner > p {
    font-size: 14px;
    font-size: 3.5623409669vw;
    line-height: 2.1428571429;
    letter-spacing: 0.1em;
  }
}
#access_02 > .section_inner .container_access_02_map {
  margin-top: 55px;
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  #access_02 > .section_inner .container_access_02_map {
    margin-top: 3.8194444444vw;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #access_02 > .section_inner .container_access_02_map {
    margin-top: 6.3613231552vw;
  }
}
#access_02 > .section_inner .container_access_02_map:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 59%;
}
@media screen and (max-width: 750px) {
  #access_02 > .section_inner .container_access_02_map:before {
    padding-top: 67.5675675676%;
  }
}
#access_02 > .section_inner .container_access_02_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#access_03 {
  margin-bottom: 120px;
}
@media screen and (max-width: 1440px) {
  #access_03 {
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 1440px) {
  #access_03 {
    margin-bottom: 25.4452926209vw;
  }
}
#access_03 > .section_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1440px) {
  #access_03 > .section_inner {
    max-width: 69.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #access_03 > .section_inner {
    max-width: 95.4198473282vw;
  }
}
#access_03 > .section_inner .ttl_section_h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 65px;
  padding-left: 40px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #access_03 > .section_inner .ttl_section_h2 {
    font-size: 2.0833333333vw;
    margin-bottom: 4.5138888889vw;
    padding-left: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #access_03 > .section_inner .ttl_section_h2 {
    font-size: 18px;
    font-size: 4.5801526718vw;
    padding-left: 5.5979643766vw;
    margin-bottom: 3.8167938931vw;
  }
}
#access_03 > .section_inner .ttl_section_h2:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url("../images/access/icon_01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #access_03 > .section_inner .ttl_section_h2:before {
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media screen and (max-width: 750px) {
  #access_03 > .section_inner .ttl_section_h2:before {
    width: 4.834605598vw;
    height: 4.834605598vw;
  }
}
#access_03 > .section_inner .container_access_03_images {
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  #access_03 > .section_inner .container_access_03_images {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #access_03 > .section_inner .container_access_03_images {
    display: block;
    padding: 8.9058524173vw 0;
  }
}
#access_03 > .section_inner .container_access_03_images > .access_03_image_01 {
  width: 490px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1440px) {
  #access_03 > .section_inner .container_access_03_images > .access_03_image_01 {
    width: 34.0277777778vw;
  }
}
@media screen and (max-width: 750px) {
  #access_03 > .section_inner .container_access_03_images > .access_03_image_01 {
    display: block;
    width: 100%;
    margin-bottom: 17.8117048346vw;
  }
}
#access_03 > .section_inner .container_access_03_images > .access_03_image_01 > .access_03_image_01_inner {
  width: 328px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #access_03 > .section_inner .container_access_03_images > .access_03_image_01 > .access_03_image_01_inner {
    width: 22.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #access_03 > .section_inner .container_access_03_images > .access_03_image_01 > .access_03_image_01_inner {
    margin: 0 auto;
    width: 66.1577608142vw;
  }
}
#access_03 > .section_inner .container_access_03_images > .access_03_image_01 > p {
  margin-top: 1.5em;
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  #access_03 > .section_inner .container_access_03_images > .access_03_image_01 > p {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #access_03 > .section_inner .container_access_03_images > .access_03_image_01 > p {
    margin-top: 12.7226463104vw;
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}
#access_03 > .section_inner .container_access_03_images > .access_03_image_02 {
  width: 500px;
}
@media screen and (max-width: 1440px) {
  #access_03 > .section_inner .container_access_03_images > .access_03_image_02 {
    width: 34.7222222222vw;
  }
}
@media screen and (max-width: 750px) {
  #access_03 > .section_inner .container_access_03_images > .access_03_image_02 {
    width: 100%;
  }
}
#access_03 > .section_inner .container_access_03_images > .access_03_image_02 > .access_03_image_02_inner {
  min-height: 413px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #access_03 > .section_inner .container_access_03_images > .access_03_image_02 > .access_03_image_02_inner {
    min-height: 28.6805555556vw;
  }
}
@media screen and (max-width: 750px) {
  #access_03 > .section_inner .container_access_03_images > .access_03_image_02 > .access_03_image_02_inner {
    min-height: 2.5445292621vw;
  }
}
#access_03 > .section_inner .container_access_03_images > .access_03_image_02 > p {
  margin-top: 1.5em;
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  #access_03 > .section_inner .container_access_03_images > .access_03_image_02 > p {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #access_03 > .section_inner .container_access_03_images > .access_03_image_02 > p {
    margin-top: 12.7226463104vw;
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}

/*
    Service
*/
#service_fv {
  margin-bottom: 35px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service_fv {
    margin-bottom: 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #service_fv {
    margin-bottom: 5.0890585242vw;
  }
}
#service_fv > .section_inner {
  width: 100%;
  max-width: 1140px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  display: flex;
}
@media screen and (max-width: 1440px) {
  #service_fv > .section_inner {
    max-width: 79.1666666667vw;
  }
}
@media screen and (max-width: 1440px) {
  #service_fv > .section_inner {
    max-width: 93.3842239186vw;
  }
}
#service_fv > .section_inner .content_service_fv {
  min-width: 368px;
  height: 148px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 35px 0 30px;
  gap: 0 10px;
}
@media screen and (max-width: 1440px) {
  #service_fv > .section_inner .content_service_fv {
    min-width: 25.5555555556vw;
    height: 10.2777777778vw;
    border-radius: 2.0833333333vw;
    padding: 0 2.4305555556vw 0 2.0833333333vw;
    gap: 0 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_fv > .section_inner .content_service_fv {
    min-width: 51.9083969466vw;
    height: 21.8829516539vw;
    border-radius: 5.0890585242vw;
    padding: 0 4.0712468193vw;
  }
}
#service_fv > .section_inner .content_service_fv > .icon {
  width: 91px;
}
@media screen and (max-width: 1440px) {
  #service_fv > .section_inner .content_service_fv > .icon {
    width: 6.3194444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_fv > .section_inner .content_service_fv > .icon {
    width: 13.4860050891vw;
  }
}
#service_fv > .section_inner .content_service_fv > .desc {
  min-width: 207px;
  margin-left: 10px;
}
@media screen and (max-width: 1440px) {
  #service_fv > .section_inner .content_service_fv > .desc {
    min-width: 14.375vw;
    margin-left: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_fv > .section_inner .content_service_fv > .desc {
    margin-left: 1.5267175573vw;
  }
}
#service_fv > .section_inner .content_service_fv > .desc > .sign img {
  width: 174px;
}
@media screen and (max-width: 1440px) {
  #service_fv > .section_inner .content_service_fv > .desc > .sign img {
    width: 12.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_fv > .section_inner .content_service_fv > .desc > .sign img {
    width: 25.4452926209vw;
  }
}
#service_fv > .section_inner .content_service_fv > .desc .ttl_section_h1 {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 1440px) {
  #service_fv > .section_inner .content_service_fv > .desc .ttl_section_h1 {
    font-size: 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #service_fv > .section_inner .content_service_fv > .desc .ttl_section_h1 {
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}

#service {
  margin-bottom: 90px;
}
@media screen and (max-width: 1440px) {
  #service {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 750px) {
  #service {
    margin-bottom: 17.8117048346vw;
  }
}
#service .container_service_tabs {
  margin-bottom: 110px;
}
@media screen and (max-width: 1440px) {
  #service .container_service_tabs {
    margin-bottom: 7.6388888889vw;
  }
}
@media screen and (max-width: 750px) {
  #service .container_service_tabs {
    margin: 0 auto 16.5394402036vw;
    max-width: 94.1475826972vw;
  }
}
#service .container_service_tabs ul.container_service_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 1440px) {
  #service .container_service_tabs ul.container_service_links {
    gap: 0 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service .container_service_tabs ul.container_service_links {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2.5445292621vw;
  }
}
#service .container_service_tabs ul.container_service_links > .container_service_link {
  width: 244px;
}
@media screen and (max-width: 1440px) {
  #service .container_service_tabs ul.container_service_links > .container_service_link {
    width: 16.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service .container_service_tabs ul.container_service_links > .container_service_link {
    width: 45.8015267176vw;
  }
}
#service > .section_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1289px;
  background-color: #FCF9F9;
  border-radius: 42px;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner {
    max-width: 89.5138888889vw;
    border-radius: 2.9166666667vw;
    padding: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner {
    max-width: 95.4198473282vw;
    border-radius: 6.3613231552vw;
    padding: 3.8167938931vw;
  }
}
#service > .section_inner:before {
  content: "";
  display: block;
  width: 311px;
  height: 95px;
  position: absolute;
  top: -35px;
  right: 0;
  background-image: url("../images/service/index/img_content_tab.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner:before {
    width: 21.5972222222vw;
    height: 6.5972222222vw;
    top: -2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner:before {
    width: 49.6183206107vw;
    height: 24.1730279898vw;
    top: -8.9058524173vw;
    background-image: url("../images/service/index/img_content_tab_sp.svg");
  }
}
#service > .section_inner .container_service_body {
  background-color: #FFEFF2;
  padding: 30px 0 80px 80px;
  border-radius: 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body {
    padding: 2.0833333333vw 0 5.5555555556vw 5.5555555556vw;
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body {
    display: block;
    border-radius: 6.3613231552vw;
    padding: 6.3613231552vw 3.0534351145vw 15.2671755725vw 3.0534351145vw;
  }
}
#service > .section_inner .container_service_body > .content_service_desc {
  width: 590px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_desc {
    width: 40.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_desc {
    width: 100%;
  }
}
#service > .section_inner .container_service_body > .content_service_desc .icon {
  width: 128px;
  margin-bottom: 10px;
  line-height: 0;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_desc .icon {
    width: 8.8888888889vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_desc .icon {
    width: 48.8549618321vw;
    margin-bottom: 2.5445292621vw;
  }
}
#service > .section_inner .container_service_body > .content_service_desc .ttl_section_h2 {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  margin-right: -2em;
  line-height: 1.375;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_desc .ttl_section_h2 {
    font-size: 2.2222222222vw;
    margin-bottom: 1.7361111111vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_desc .ttl_section_h2 {
    font-size: 25px;
    font-size: 6.3613231552vw;
    margin-bottom: 5.0890585242vw;
  }
}
#service > .section_inner .container_service_body > .content_service_desc > p {
  font-size: 14px;
  line-height: 2.5;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_desc > p {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_desc > p {
    font-size: 14px;
    font-size: 3.5623409669vw;
    line-height: 2.1428571429;
  }
}
#service > .section_inner .container_service_body > .content_service_desc .container_service_desc_lower {
  margin-top: 40px;
  border-top: 2px solid #fff;
  padding-top: 20px;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_desc .container_service_desc_lower {
    margin-top: 2.7777777778vw;
    border-top-width: 0.1388888889vw;
    padding-top: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_desc .container_service_desc_lower {
    margin-top: 12.7226463104vw;
    border-top-width: 0.5089058524vw;
    padding-top: 6.3613231552vw;
  }
}
#service > .section_inner .container_service_body > .content_service_desc .content_service_desc_box {
  padding: 20px 0;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_desc .content_service_desc_box {
    padding: 1.3888888889vw 0;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_desc .content_service_desc_box {
    padding: 5.0890585242vw 0;
  }
}
#service > .section_inner .container_service_body > .content_service_desc .content_service_desc_box .ttl_content_h3 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #E97088;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_desc .content_service_desc_box .ttl_content_h3 {
    font-size: 1.3888888889vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_desc .content_service_desc_box .ttl_content_h3 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 2.5445292621vw;
  }
}
#service > .section_inner .container_service_body > .content_service_desc .content_service_desc_box > p {
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_desc .content_service_desc_box > p {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_desc .content_service_desc_box > p {
    font-size: 14px;
    font-size: 3.5623409669vw;
    line-height: 2.1428571429;
  }
}
#service > .section_inner .container_service_body > .content_service_desc .content_service_desc_box:last-of-type {
  padding: 25px 0 0;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_desc .content_service_desc_box:last-of-type {
    padding: 1.7361111111vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_desc .content_service_desc_box:last-of-type {
    padding: 5.0890585242vw 0 0;
  }
}
#service > .section_inner .container_service_body > .content_service_image {
  width: 490px;
  padding-top: 50px;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_image {
    width: 34.0277777778vw;
    padding-top: 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_image {
    width: 100%;
    padding-top: 8.9058524173vw;
  }
}
#service > .section_inner .container_service_body > .content_service_image img {
  width: 585px;
  max-width: 585px;
  margin-right: -95px;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_image img {
    width: 40.625vw;
    max-width: 40.625vw;
    margin-right: -6.5972222222vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_image img {
    width: 90.3307888041vw;
    max-width: 90.3307888041vw;
    margin-right: -10.1781170483vw;
  }
}
#service > .section_inner .container_service_body > .content_service_consultation {
  margin-top: 60px;
  width: 100%;
  max-width: 1063px;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_consultation {
    margin-top: 4.1666666667vw;
    max-width: 73.8194444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_consultation {
    margin-top: 11.4503816794vw;
    max-width: 100%;
  }
}
#service > .section_inner .container_service_body > .content_service_consultation > p.ttl {
  font-size: 20px;
  font-weight: 700;
  color: #E97088;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 1em;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_consultation > p.ttl {
    font-size: 1.3888888889vw;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_consultation > p.ttl {
    font-size: 16px;
    font-size: 4.0712468193vw;
    padding-left: 7.6335877863vw;
  }
}
#service > .section_inner .container_service_body > .content_service_consultation > p.ttl:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url("../images/service/index/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_consultation > p.ttl:before {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_consultation > p.ttl:before {
    width: 6.106870229vw;
    height: 6.106870229vw;
  }
}
#service > .section_inner .container_service_body > .content_service_consultation > .content_service_consultation_body {
  border: 2px solid #EBA6A0;
  border-radius: 30px;
  background-color: #fff;
  padding: 35px 50px;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_consultation > .content_service_consultation_body {
    border-width: 0.1388888889vw;
    border-radius: 2.0833333333vw;
    padding: 2.4305555556vw 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_consultation > .content_service_consultation_body {
    border-width: 0.5089058524vw;
    border-radius: 6.3613231552vw;
    padding: 6.3613231552vw 3.8167938931vw;
  }
}
#service > .section_inner .container_service_body > .content_service_consultation > .content_service_consultation_body ul.content_service_consultation_items > .content_service_consultation_item {
  font-size: 16px;
  letter-spacing: 0.15em;
  text-align: left;
  padding: 14px 0 14px 35px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_consultation > .content_service_consultation_body ul.content_service_consultation_items > .content_service_consultation_item {
    font-size: 1.1111111111vw;
    padding: 0.9722222222vw 0 0.9722222222vw 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_consultation > .content_service_consultation_body ul.content_service_consultation_items > .content_service_consultation_item {
    font-size: 16px;
    font-size: 4.0712468193vw;
    line-height: 1.875;
    padding: 3.0534351145vw 0 3.0534351145vw 9.6692111959vw;
  }
}
#service > .section_inner .container_service_body > .content_service_consultation > .content_service_consultation_body ul.content_service_consultation_items > .content_service_consultation_item:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url("../images/service/shortstay/icon_check.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #service > .section_inner .container_service_body > .content_service_consultation > .content_service_consultation_body ul.content_service_consultation_items > .content_service_consultation_item:before {
    width: 1.8055555556vw;
    height: 1.8055555556vw;
  }
}
@media screen and (max-width: 750px) {
  #service > .section_inner .container_service_body > .content_service_consultation > .content_service_consultation_body ul.content_service_consultation_items > .content_service_consultation_item:before {
    top: 7.6335877863vw;
    width: 6.6157760814vw;
    height: 6.6157760814vw;
  }
}
#service + #faq > .section_inner {
  padding-top: 0;
}
@media screen and (max-width: 750px) {
  #service + #faq > .section_inner {
    padding: 0 0 13.9949109415vw;
  }
}
#service + #faq > .section_inner .ttl_section_h1 {
  margin-bottom: 90px;
}
@media screen and (max-width: 1440px) {
  #service + #faq > .section_inner .ttl_section_h1 {
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 750px) {
  #service + #faq > .section_inner .ttl_section_h1 {
    margin-bottom: 17.8117048346vw;
  }
}

#service_flow {
  margin-bottom: 130px;
}
@media screen and (max-width: 1440px) {
  #service_flow {
    margin-bottom: 9.0277777778vw;
  }
}
@media screen and (max-width: 750px) {
  #service_flow {
    margin-bottom: 20.3562340967vw;
  }
}
#service_flow > .section_inner p.icon {
  margin: 0 auto 10px;
  width: 71px;
}
@media screen and (max-width: 1440px) {
  #service_flow > .section_inner p.icon {
    margin: 0 auto 0.6944444444vw;
    width: 4.9305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner p.icon {
    width: 10.6870229008vw;
    margin-bottom: 2.5445292621vw;
  }
}
#service_flow > .section_inner .ttl_section_h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 90px;
}
@media screen and (max-width: 1440px) {
  #service_flow > .section_inner .ttl_section_h2 {
    font-size: 2.0833333333vw;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 17.8117048346vw;
  }
}
#service_flow > .section_inner .container_service_flow {
  margin: 0 auto 70px;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1440px) {
  #service_flow > .section_inner .container_service_flow {
    margin: 0 auto 4.8611111111vw;
    max-width: 69.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner .container_service_flow {
    max-width: 95.4198473282vw;
    margin-bottom: 17.8117048346vw;
  }
}
#service_flow > .section_inner .content_service_flow_box {
  margin-bottom: 70px;
  border-radius: 100px;
  padding: 25px 45px;
  background-color: #FCF9F9;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  #service_flow > .section_inner .content_service_flow_box {
    margin-bottom: 4.8611111111vw;
    border-radius: 6.9444444444vw;
    padding: 1.7361111111vw 3.125vw;
  }
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner .content_service_flow_box {
    display: block;
    border-radius: 5.0890585242vw;
    padding: 8.9058524173vw 3.8167938931vw 7.6335877863vw;
    margin-bottom: 15.2671755725vw;
  }
}
#service_flow > .section_inner .content_service_flow_box > .service_flow_box_01 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner .content_service_flow_box > .service_flow_box_01 {
    justify-content: center;
    padding-bottom: 5.0890585242vw;
  }
}
#service_flow > .section_inner .content_service_flow_box > .service_flow_box_01 > .number {
  font-size: 32px;
  font-weight: 700;
  color: #F04F6F;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.08em;
  margin-right: 30px;
}
@media screen and (max-width: 1440px) {
  #service_flow > .section_inner .content_service_flow_box > .service_flow_box_01 > .number {
    font-size: 2.2222222222vw;
    margin-right: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner .content_service_flow_box > .service_flow_box_01 > .number {
    font-size: 32px;
    font-size: 8.1424936387vw;
    margin-right: 0;
    width: 15.2671755725vw;
  }
}
#service_flow > .section_inner .content_service_flow_box > .service_flow_box_01 > .icon {
  width: 68px;
  border-radius: 50%;
  background-color: #fff;
  line-height: 0;
  margin-right: 17px;
}
@media screen and (max-width: 1440px) {
  #service_flow > .section_inner .content_service_flow_box > .service_flow_box_01 > .icon {
    width: 4.7222222222vw;
    margin-right: 1.1805555556vw;
  }
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner .content_service_flow_box > .service_flow_box_01 > .icon {
    width: 13.4860050891vw;
    margin-right: 5.0890585242vw;
  }
}
#service_flow > .section_inner .content_service_flow_box > .service_flow_box_01 > p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1440px) {
  #service_flow > .section_inner .content_service_flow_box > .service_flow_box_01 > p {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner .content_service_flow_box > .service_flow_box_01 > p {
    font-size: 20px;
    font-size: 5.0890585242vw;
    min-width: 35.6234096692vw;
    text-align: left;
  }
}
#service_flow > .section_inner .content_service_flow_box > .service_flow_box_02 {
  width: 590px;
  min-height: 74px;
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 2px solid #E5ADB8;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1440px) {
  #service_flow > .section_inner .content_service_flow_box > .service_flow_box_02 {
    width: 40.9722222222vw;
    min-height: 5.1388888889vw;
    padding-left: 2.0833333333vw;
    border-left-width: 0.1388888889vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner .content_service_flow_box > .service_flow_box_02 {
    border: none;
    border-top: 0.5089058524vw solid #E5ADB8;
    width: 100%;
    justify-content: center;
    font-size: 16px;
    font-size: 4.0712468193vw;
    line-height: 1.5625;
    padding: 1.272264631vw 0 0;
  }
}
#service_flow > .section_inner .content_service_flow_box > .service_flow_box_02 > p {
  text-align: left;
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner .content_service_flow_box > .service_flow_box_02 > p {
    text-align: center;
    letter-spacing: 0.08em;
  }
}
#service_flow > .section_inner .content_service_flow_box:before {
  content: "";
  display: block;
  position: absolute;
  width: 71px;
  height: 71px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 99%);
  background-image: url("../images/service/index/img_arrow_pc.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #service_flow > .section_inner .content_service_flow_box:before {
    width: 4.9305555556vw;
    height: 4.9305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner .content_service_flow_box:before {
    width: 18.0661577608vw;
    height: 18.0661577608vw;
    bottom: 4.0712468193vw;
  }
}
#service_flow > .section_inner .content_service_flow_box:last-of-type {
  margin-bottom: 0;
}
#service_flow > .section_inner .content_service_flow_box:last-of-type:before {
  content: none;
}
#service_flow > .section_inner .container_interview_items {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1440px) {
  #service_flow > .section_inner .container_interview_items {
    max-width: 69.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner .container_interview_items {
    max-width: 95.4198473282vw;
  }
}
#service_flow > .section_inner .container_interview_items > p.ttl {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 1em;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service_flow > .section_inner .container_interview_items > p.ttl {
    font-size: 1.3888888889vw;
    padding-left: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner .container_interview_items > p.ttl {
    font-size: 20px;
    font-size: 5.0890585242vw;
    padding-left: 7.6335877863vw;
  }
}
#service_flow > .section_inner .container_interview_items > p.ttl:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background-image: url("../images/service/index/icon_star.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #service_flow > .section_inner .container_interview_items > p.ttl:before {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner .container_interview_items > p.ttl:before {
    width: 6.106870229vw;
    height: 6.106870229vw;
  }
}
#service_flow > .section_inner .container_interview_items .container_interview_wrapper {
  border: 2px solid #EBA6A0;
  border-radius: 30px;
  padding: 30px 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #service_flow > .section_inner .container_interview_items .container_interview_wrapper {
    border-width: 0.1388888889vw;
    border-radius: 2.0833333333vw;
    padding: 2.0833333333vw 10.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner .container_interview_items .container_interview_wrapper {
    border-width: 0.5089058524vw;
    border-radius: 7.6335877863vw;
    display: block;
    padding: 5.0890585242vw 8.9058524173vw;
  }
}
#service_flow > .section_inner .container_interview_items .container_interview_wrapper ul.container_interview_items_lists > .container_interview_items_list {
  padding: 10px 0 10px 30px;
  font-size: 18px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service_flow > .section_inner .container_interview_items .container_interview_wrapper ul.container_interview_items_lists > .container_interview_items_list {
    padding: 0.6944444444vw 0 0.6944444444vw 1.3888888889vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner .container_interview_items .container_interview_wrapper ul.container_interview_items_lists > .container_interview_items_list {
    font-size: 14px;
    font-size: 3.5623409669vw;
    padding: 2.5445292621vw 0 2.5445292621vw 5.0890585242vw;
  }
}
#service_flow > .section_inner .container_interview_items .container_interview_wrapper ul.container_interview_items_lists > .container_interview_items_list:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #EBA6A0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#service_flow > .section_inner .container_interview_items ul.attend_txt {
  margin-top: 1em;
}
#service_flow > .section_inner .container_interview_items ul.attend_txt > li {
  text-align: right;
  color: #E88F87;
  font-size: 18px;
}
@media screen and (max-width: 1440px) {
  #service_flow > .section_inner .container_interview_items ul.attend_txt > li {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 750px) {
  #service_flow > .section_inner .container_interview_items ul.attend_txt > li {
    font-size: 14px;
    font-size: 3.5623409669vw;
    text-align: left;
  }
}

#service_schedule {
  background-color: #FCF9F9;
  margin-bottom: 110px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service_schedule {
    margin-bottom: 7.6388888889vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule {
    margin-bottom: 17.8117048346vw;
  }
}
#service_schedule:after {
  content: "";
  display: block;
  width: 1995px;
  height: 205px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../images/about/bg_about_pc.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #service_schedule:after {
    width: 138.5416666667vw;
    height: 14.2361111111vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule:after {
    width: 244.7837150127vw;
    height: 25.1908396947vw;
  }
}
#service_schedule > .section_inner {
  padding: 70px 0 240px;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner {
    padding: 4.8611111111vw 0 16.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner {
    padding: 19.0839694656vw 0 35.1145038168vw;
  }
}
#service_schedule > .section_inner > p.icon {
  margin: 0 auto 20px;
  width: 126px;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner > p.icon {
    width: 8.75vw;
    margin: 0 auto 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner > p.icon {
    width: 18.5750636132vw;
    margin-bottom: 2.5445292621vw;
  }
}
#service_schedule > .section_inner .ttl_section_h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .ttl_section_h2 {
    font-size: 2.0833333333vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 17.8117048346vw;
  }
}
#service_schedule > .section_inner .container_schedule_image {
  margin: 0 auto 60px;
  width: 100%;
  max-width: 1245px;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_schedule_image {
    max-width: 86.4583333333vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_schedule_image {
    max-width: 95.4198473282vw;
    margin-bottom: 16.5394402036vw;
  }
}
#service_schedule > .section_inner .container_schedule_items_wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1245px;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper {
    max-width: 86.4583333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper {
    max-width: 94.1475826972vw;
  }
}
#service_schedule > .section_inner .container_schedule_items_wrapper ul.container_schedule_items_lists {
  display: flex;
  justify-content: space-between;
  gap: 0 25px;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper ul.container_schedule_items_lists {
    gap: 0 1.7361111111vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper ul.container_schedule_items_lists {
    display: block;
  }
}
#service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item {
  width: 395px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item {
    width: 27.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item {
    width: 100%;
    padding: 3.8167938931vw 0;
  }
}
#service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > p {
  display: inline-block;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  color: #E97088;
  min-width: 200px;
  border-radius: 30px 20px 0 0;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > p {
    font-size: 1.3888888889vw;
    min-width: 13.8888888889vw;
    border-radius: 2.0833333333vw 1.3888888889vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > p {
    border-radius: 7.6335877863vw 5.0890585242vw 0 0;
    font-size: 20px;
    font-size: 5.0890585242vw;
    min-width: 45.8015267176vw;
  }
}
#service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > p > span {
  display: block;
  padding: 18px 10px 10px 25px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > p > span {
    padding: 1.25vw 0.6944444444vw 0.6944444444vw 1.7361111111vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > p > span {
    padding: 4.5801526718vw 2.5445292621vw 2.5445292621vw 6.3613231552vw;
  }
}
#service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > p > span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(100%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent rgb(255, 255, 255);
  border-width: 35px 0px 0px 15px;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > p > span:after {
    border-width: 2.4305555556vw 0 0 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > p > span:after {
    border-width: 8.9058524173vw 0 0 3.8167938931vw;
  }
}
#service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > .content_schedule_item_body {
  border-radius: 0 30px 30px 30px;
  background-color: #fff;
  padding: 10px;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > .content_schedule_item_body {
    border-radius: 0 2.0833333333vw 2.0833333333vw 2.0833333333vw;
    padding: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > .content_schedule_item_body {
    border-radius: 0 7.6335877863vw 7.6335877863vw 7.6335877863vw;
    padding: 2.5445292621vw;
  }
}
#service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > .content_schedule_item_body > .content_schedule_item_body_inner {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > .content_schedule_item_body > .content_schedule_item_body_inner {
    border-radius: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > .content_schedule_item_body > .content_schedule_item_body_inner {
    border-radius: 7.6335877863vw;
  }
}
#service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > .content_schedule_item_body > .content_schedule_item_body_inner > .thumbnail {
  line-height: 0;
}
#service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > .content_schedule_item_body > .content_schedule_item_body_inner > .desc {
  margin-top: -1px;
  font-size: 16px;
  line-height: 1.75;
  padding: 15px;
  border-radius: 0 0 30px 30px;
  border: 1px solid #EBA6A0;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > .content_schedule_item_body > .content_schedule_item_body_inner > .desc {
    font-size: 1.1111111111vw;
    padding: 1.0416666667vw;
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_schedule_items_wrapper .content_schedule_item > .content_schedule_item_body > .content_schedule_item_body_inner > .desc {
    font-size: 16px;
    font-size: 4.0712468193vw;
    padding: 5.0890585242vw 3.0534351145vw 7.6335877863vw 3.0534351145vw;
    border-radius: 0 0 7.6335877863vw 7.6335877863vw;
  }
}
#service_schedule > .section_inner .container_service_trial_wrapper {
  margin: -20px auto 0;
  width: 100%;
  max-width: 1245px;
  border-radius: 30px;
  padding: 10px;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_service_trial_wrapper {
    margin: -1.3888888889vw auto 0;
    max-width: 86.4583333333vw;
    border-radius: 2.0833333333vw;
    padding: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_service_trial_wrapper {
    margin: -9.6692111959vw auto 0;
    max-width: 95.4198473282vw;
    border-radius: 7.6335877863vw;
    padding: 2.5445292621vw;
  }
}
#service_schedule > .section_inner .container_service_trial_wrapper > .container_service_trial_inner {
  border: 1px solid #EBA6A0;
  border-radius: 30px;
  padding: 50px 0 80px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_service_trial_wrapper > .container_service_trial_inner {
    border-radius: 2.0833333333vw;
    padding: 3.4722222222vw 0 5.5555555556vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_service_trial_wrapper > .container_service_trial_inner {
    border-radius: 7.6335877863vw;
    padding: 12.7226463104vw 0 63.6132315522vw;
  }
}
#service_schedule > .section_inner .content_service_trial_box {
  margin: 0 auto;
  width: 100%;
  max-width: 590px;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .content_service_trial_box {
    max-width: 40.9722222222vw;
    padding: 3.4722222222vw 0;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .content_service_trial_box {
    max-width: 82.1882951654vw;
  }
}
#service_schedule > .section_inner .content_service_trial_box > .ttl_content_h3 {
  border-top: 3px solid #FFEFF2;
  border-bottom: 3px solid #FFEFF2;
  padding: 25px 0;
  font-size: 30px;
  font-weight: 900;
  color: #E97088;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .content_service_trial_box > .ttl_content_h3 {
    border-top-width: 0.2083333333vw;
    border-bottom-width: 0.2083333333vw;
    padding: 1.7361111111vw 0;
    font-size: 2.0833333333vw;
    margin-bottom: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .content_service_trial_box > .ttl_content_h3 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    letter-spacing: 0;
    padding: 4.5801526718vw 0;
    border-top-width: 0.7633587786vw;
    border-bottom-width: 0.7633587786vw;
    margin-top: 10.1781170483vw;
    margin-bottom: 10.1781170483vw;
  }
}
#service_schedule > .section_inner .content_service_trial_body {
  padding: 15px 0;
  text-align: left;
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .content_service_trial_body {
    padding: 1.0416666667vw;
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .content_service_trial_body {
    font-size: 16px;
    font-size: 4.0712468193vw;
    padding: 3.8167938931vw;
  }
}
#service_schedule > .section_inner .content_service_trial_body > p {
  letter-spacing: 0.15em;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .content_service_trial_body > p {
    line-height: 1.75;
  }
}
#service_schedule > .section_inner .content_service_trial_body > p.ttl {
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  color: #E97088;
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .content_service_trial_body > p.ttl {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 0.25em;
  }
}
#service_schedule > .section_inner .content_service_trial_body ul.attend_txt > li {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .content_service_trial_body ul.attend_txt > li {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .content_service_trial_body ul.attend_txt > li {
    font-size: 14px;
    font-size: 3.5623409669vw;
    letter-spacing: 0;
  }
}
#service_schedule > .section_inner .container_service_trial_bg {
  position: absolute;
}
#service_schedule > .section_inner .container_service_trial_bg.no1 {
  width: 158px;
  top: 45px;
  left: -190px;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_service_trial_bg.no1 {
    width: 10.9722222222vw;
    top: 3.125vw;
    left: -13.1944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_service_trial_bg.no1 {
    width: 19.0839694656vw;
    top: 1.272264631vw;
    left: 0;
  }
}
#service_schedule > .section_inner .container_service_trial_bg.no2 {
  width: 141px;
  top: 25px;
  right: -170px;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_service_trial_bg.no2 {
    width: 9.7916666667vw;
    top: 1.7361111111vw;
    right: -11.8055555556vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_service_trial_bg.no2 {
    width: 14.2493638677vw;
    top: 30.534351145vw;
    right: 0;
  }
}
#service_schedule > .section_inner .container_service_trial_bg.no3 {
  width: 100px;
  top: 48px;
  left: -110px;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_service_trial_bg.no3 {
    width: 6.9444444444vw;
    top: 3.3333333333vw;
    left: -7.6388888889vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_service_trial_bg.no3 {
    width: 16.7938931298vw;
    top: -1.272264631vw;
    left: 0;
  }
}
#service_schedule > .section_inner .container_service_trial_bg.no4 {
  width: 84px;
  top: 48px;
  right: -100px;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_service_trial_bg.no4 {
    width: 5.8333333333vw;
    top: 3.3333333333vw;
    right: -6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_service_trial_bg.no4 {
    width: 13.9949109415vw;
    top: 30.534351145vw;
    right: 0;
  }
}
#service_schedule > .section_inner .container_service_trial_bg.no5 {
  width: 435px;
  bottom: 50px;
  right: 40px;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner .container_service_trial_bg.no5 {
    width: 30.2083333333vw;
    bottom: 3.4722222222vw;
    right: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule > .section_inner .container_service_trial_bg.no5 {
    width: 78.6259541985vw;
    bottom: 12.7226463104vw;
    right: 6.3613231552vw;
  }
}
#service_schedule > .section_inner.trial {
  margin-top: -120px;
  padding-top: 0;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner.trial {
    margin-top: -8.3333333333vw;
  }
}
#service_schedule > .section_inner.trial > p.icon {
  width: 328px;
  margin-bottom: 18px;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner.trial > p.icon {
    margin-bottom: 1.25vw;
    width: 22.7777777778vw;
  }
}
#service_schedule > .section_inner.trial .ttl_section_h2 {
  margin: 0 auto;
  display: inline-block;
  padding: 0 30px;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  #service_schedule > .section_inner.trial .ttl_section_h2 {
    padding: 0 2.0833333333vw;
    font-size: 2.7777777778vw;
  }
}
#service_schedule > .section_inner.trial .ttl_section_h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.3em;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#service_schedule + #ourservice {
  margin-bottom: 150px;
}
@media screen and (max-width: 1440px) {
  #service_schedule + #ourservice {
    margin-bottom: 10.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule + #ourservice {
    margin-bottom: 21.6284987277vw;
  }
}
#service_schedule + #ourservice > .section_inner .container_ourservice_upper {
  margin-bottom: 0;
}
#service_schedule + #ourservice + #top_contact > .section_inner {
  padding-top: 80px;
}
@media screen and (max-width: 1440px) {
  #service_schedule + #ourservice + #top_contact > .section_inner {
    padding-top: 5.5555555556vw;
  }
}
@media screen and (max-width: 750px) {
  #service_schedule + #ourservice + #top_contact > .section_inner {
    padding-top: 10.1781170483vw;
  }
}

#service_request {
  background-color: #FCF9F9;
  margin-bottom: 110px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service_request {
    margin-bottom: 7.6388888889vw;
  }
}
#service_request:after {
  content: "";
  display: block;
  width: 1995px;
  height: 205px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../images/about/bg_about_pc.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #service_request:after {
    width: 138.5416666667vw;
    height: 14.2361111111vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request:after {
    width: 244.7837150127vw;
    height: 25.1908396947vw;
  }
}
#service_request > .section_inner {
  padding: 50px 0 280px;
  background-color: #FFF7F7;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner {
    margin-top: -0.9027777778vw;
    padding: 3.4722222222vw 0 19.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner {
    margin-top: 0;
    padding: 17.8117048346vw 0 31.8066157761vw;
  }
}
#service_request > .section_inner > p.icon {
  margin: 0 auto 10px;
  width: 257px;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner > p.icon {
    margin: 0 auto 0.6944444444vw;
    width: 17.8472222222vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner > p.icon {
    width: 39.4402035623vw;
    margin-bottom: 2.5445292621vw;
  }
}
#service_request > .section_inner > p.icon img {
  width: 100%;
}
#service_request > .section_inner > p.text {
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-bottom: 60px;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner > p.text {
    font-size: 2.0833333333vw;
    margin-bottom: 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner > p.text {
    font-size: 20px;
    font-size: 5.0890585242vw;
    letter-spacing: 0.05em;
    margin-bottom: 12.7226463104vw;
  }
}
#service_request > .section_inner .ttl_section_h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 120px;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .ttl_section_h2 {
    font-size: 2.0833333333vw;
    margin-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 12.7226463104vw;
  }
}
#service_request > .section_inner .container_service_request_wrapper {
  margin: 0 auto 100px;
  max-width: 985px;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .container_service_request_wrapper {
    margin: 0 auto 6.9444444444vw;
    max-width: 68.4027777778vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .container_service_request_wrapper {
    max-width: 95.4198473282vw;
  }
}
#service_request > .section_inner .content_service_request_flow {
  width: 100%;
  border-radius: 30px;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 160px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .content_service_request_flow {
    border-radius: 2.0833333333vw;
    padding: 0.6944444444vw;
    margin-bottom: 11.1111111111vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .content_service_request_flow {
    border-radius: 7.6335877863vw;
    padding: 1.272264631vw;
    margin-bottom: 27.989821883vw;
  }
}
#service_request > .section_inner .content_service_request_flow:before {
  content: "";
  display: block;
  width: 97px;
  height: 115px;
  position: absolute;
  bottom: -140px;
  left: 210px;
  background-image: url("../images/service/homesupport/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .content_service_request_flow:before {
    width: 6.7361111111vw;
    height: 7.9861111111vw;
    bottom: -9.7222222222vw;
    left: 14.5833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .content_service_request_flow:before {
    bottom: -25.4452926209vw;
    width: 17.3027989822vw;
    height: 20.3562340967vw;
    left: 38.1679389313vw;
    background-image: url("../images/service/homesupport/icon_arrow_sp.svg");
    background-size: 100% auto;
    background-position: center bottom;
  }
}
#service_request > .section_inner .content_service_request_flow > .ttl {
  width: 100%;
  height: 85px;
  border-radius: 30px 30px 0 0;
  background-color: #E5ADB8;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .content_service_request_flow > .ttl {
    height: 5.9027777778vw;
    border-radius: 2.0833333333vw 2.0833333333vw 0 0;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .content_service_request_flow > .ttl {
    height: 21.6284987277vw;
    border-radius: 7.6335877863vw 7.6335877863vw 0 0;
    font-size: 20px;
    font-size: 5.0890585242vw;
    text-align: left;
    line-height: 1.25;
  }
}
#service_request > .section_inner .content_service_request_flow > .ttl > .icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  line-height: 0;
  background-color: #fff;
  margin-right: 30px;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .content_service_request_flow > .ttl > .icon {
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .content_service_request_flow > .ttl > .icon {
    width: 11.4503816794vw;
    height: 11.4503816794vw;
    margin-right: 5.0890585242vw;
  }
}
#service_request > .section_inner .content_service_request_flow > .desc {
  width: 100%;
  min-height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.15em;
  border: 1px solid #E5ADB8;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .content_service_request_flow > .desc {
    min-height: 7.2916666667vw;
    padding: 2.0833333333vw;
    font-size: 1.3888888889vw;
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .content_service_request_flow > .desc {
    padding: 5.0890585242vw 3.5623409669vw;
    border-radius: 0 0 7.6335877863vw 7.6335877863vw;
    font-size: 16px;
    font-size: 4.0712468193vw;
    line-height: 1.75;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .content_service_request_flow.arrow2 {
    margin-bottom: 29.262086514vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .content_service_request_flow.arrow2:before {
    width: 17.3027989822vw;
    height: 94.1475826972vw;
    bottom: -99.2366412214vw;
    left: 7.6335877863vw;
    background-image: url("../images/service/homesupport/icon_arrow_sp.svg");
    background-size: 100% auto;
    background-position: center bottom;
  }
}
#service_request > .section_inner .content_service_request_flow.arrow2:after {
  content: "";
  display: block;
  width: 97px;
  height: 115px;
  position: absolute;
  bottom: -140px;
  right: 210px;
  background-image: url("../images/service/homesupport/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .content_service_request_flow.arrow2:after {
    width: 6.7361111111vw;
    height: 7.9861111111vw;
    bottom: -9.7222222222vw;
    right: 14.5833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .content_service_request_flow.arrow2:after {
    right: 22.9007633588vw;
    bottom: -25.4452926209vw;
    width: 17.3027989822vw;
    height: 20.3562340967vw;
    background-image: url("../images/service/homesupport/icon_arrow_sp.svg");
    background-size: 100% auto;
    background-position: center bottom;
  }
}
#service_request > .section_inner .content_service_request_flow.txtleft > .desc {
  justify-content: flex-start;
  text-align: left;
}
#service_request > .section_inner .content_service_request_flow:last-of-type {
  margin-bottom: 0;
}
#service_request > .section_inner .content_service_request_flow:last-of-type:before {
  content: none;
}
#service_request > .section_inner .content_service_request_flow:last-of-type:after {
  content: none;
}
#service_request > .section_inner .content_service_request_flow_calumn2 {
  display: flex;
  justify-content: space-between;
}
#service_request > .section_inner .content_service_request_flow_calumn2 > li {
  width: 484px;
  display: flex;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .content_service_request_flow_calumn2 > li {
    width: 33.6111111111vw;
  }
}
#service_request > .section_inner .content_service_request_flow_calumn2 > li .content_service_request_flow {
  margin-bottom: 160px;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .content_service_request_flow_calumn2 > li .content_service_request_flow {
    margin-bottom: 11.1111111111vw;
  }
}
#service_request > .section_inner .content_service_request_flow_calumn2 > li .content_service_request_flow:before {
  content: "";
}
#service_request > .section_inner .content_service_request_flow_calumn2 > li .content_service_request_flow > .desc {
  min-height: 175px;
  align-items: flex-start;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .content_service_request_flow_calumn2 > li .content_service_request_flow > .desc {
    min-height: 12.1527777778vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .content_service_request_flow_calumn2 > li:nth-of-type(1) {
    width: 30.534351145vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .content_service_request_flow_calumn2 > li:nth-of-type(2) {
    width: 62.3409669211vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .content_service_request_flow_calumn2 > li:nth-of-type(2) .content_service_request_flow:before {
    content: none;
  }
}
#service_request > .section_inner .container_contact_area {
  background-color: #fff;
}
#service_request > .section_inner .container_contact_area .container_contact_area_inner {
  margin: 0 auto;
  max-width: 990px;
  display: flex;
  justify-content: space-between;
  padding: 40px 115px 40px 0;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner {
    max-width: 68.75vw;
    padding: 2.7777777778vw 7.9861111111vw 2.7777777778vw 0;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner {
    max-width: 94.1475826972vw;
    padding: 9.6692111959vw 0 8.9058524173vw;
    display: block;
  }
}
#service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_button {
  width: 50%;
  max-width: 436px;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_button {
    max-width: 30.2777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_button {
    width: 100%;
    max-width: 100%;
    margin-bottom: 7.6335877863vw;
  }
}
@media screen and (max-width: 880px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone {
    display: inline-block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone {
    max-width: 89.058524173vw;
    display: block;
  }
}
#service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl {
    width: 100%;
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-left: 0;
    margin-right: 0;
  }
}
#service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
}
#service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  width: 100%;
  height: 2px;
  background-color: #333;
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span:before {
    height: 0.5089058524vw;
  }
}
#service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  width: 100%;
  height: 2px;
  background-color: #333;
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span:after {
    height: 0.5089058524vw;
  }
}
#service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number {
  display: inline-block;
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  padding: 0 0 0 55px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number {
    font-size: 2.7777777778vw;
    padding: 0 0 0 3.8194444444vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number {
    font-size: 40px;
    font-size: 10.1781170483vw;
    padding: 0 0 0 11.4503816794vw;
    margin-bottom: 2.5445292621vw;
  }
}
#service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number a {
  pointer-events: none;
  color: #E65773;
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number a {
    pointer-events: auto;
  }
}
#service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  background-image: url("../images/common/icon_phone2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number:before {
    width: 2.4305555556vw;
    height: 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number:before {
    width: 8.9058524173vw;
    height: 8.9058524173vw;
  }
}
#service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.schedule {
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.schedule {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #service_request > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.schedule {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
#service_request + #ourservice > .section_inner .container_ourservice_upper {
  margin-bottom: 0;
}

#service_dailyschedule {
  background-color: #FCF9F9;
  margin-bottom: 110px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule {
    margin-bottom: 7.6388888889vw;
  }
}
#service_dailyschedule:after {
  content: "";
  display: block;
  width: 1995px;
  height: 205px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url("../images/about/bg_about_pc.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule:after {
    width: 138.5416666667vw;
    height: 14.2361111111vw;
  }
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule:after {
    width: 244.7837150127vw;
    height: 25.1908396947vw;
  }
}
#service_dailyschedule > .section_inner {
  padding: 80px 0 280px;
  background-color: #FFF7F7;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner {
    margin-top: -0.9027777778vw;
    padding: 5.5555555556vw 0 19.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner {
    margin-top: 0;
    padding: 17.8117048346vw 0 36.8956743003vw;
  }
}
#service_dailyschedule > .section_inner > p {
  font-size: 24px;
  line-height: 2.0833333333;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner > p {
    font-size: 1.6666666667vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner > p {
    font-size: 16px;
    font-size: 4.0712468193vw;
    margin-bottom: 11.4503816794vw;
  }
}
#service_dailyschedule > .section_inner > p.icon {
  margin: 0 auto 10px;
  width: 216px;
  line-height: 0;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner > p.icon {
    margin: 0 auto 0.6944444444vw;
    width: 15vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner > p.icon {
    margin: 0 auto 2.5445292621vw;
    width: 33.3333333333vw;
  }
}
#service_dailyschedule > .section_inner > p.icon img {
  width: 100%;
}
#service_dailyschedule > .section_inner > p.strong {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner > p.strong {
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner > p.strong {
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}
#service_dailyschedule > .section_inner .ttl_section_h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .ttl_section_h2 {
    font-size: 2.0833333333vw;
    margin-bottom: 4.8611111111vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 20.3562340967vw;
  }
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_image {
  margin: 0 auto;
  max-width: 907px;
  line-height: 0;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_image {
    max-width: 62.9861111111vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_image {
    max-width: 95.4198473282vw;
  }
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail {
  margin: -70px auto 90px;
  max-width: 907px;
  background-color: #fff;
  border-radius: 0 30px 30px 30px;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail {
    margin: -4.8611111111vw auto 6.25vw;
    max-width: 62.9861111111vw;
    border-radius: 0 2.0833333333vw 2.0833333333vw 2.0833333333vw;
    padding: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail {
    margin: -7.6335877863vw auto 15.2671755725vw;
    max-width: 95.4198473282vw;
    border-radius: 0 7.6335877863vw 7.6335877863vw 7.6335877863vw;
    padding: 2.5445292621vw;
  }
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail > p {
  display: inline-block;
  background-color: #fff;
  font-size: 24px;
  font-weight: 700;
  color: #E88F87;
  min-width: 200px;
  border-radius: 30px 20px 0 0;
  position: absolute;
  top: -51px;
  left: 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail > p {
    font-size: 1.6666666667vw;
    min-width: 13.8888888889vw;
    border-radius: 2.0833333333vw 1.3888888889vw 0 0;
    top: -3.5416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail > p {
    font-size: 20px;
    font-size: 5.0890585242vw;
    border-radius: 7.6335877863vw 6.3613231552vw 0 0;
    top: -11.4503816794vw;
  }
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail > p > span {
  display: block;
  padding: 18px 20px 10px 35px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail > p > span {
    padding: 1.25vw 1.3888888889vw 0.6944444444vw 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail > p > span {
    padding: 3.8167938931vw 5.0890585242vw 3.3078880407vw 5.0890585242vw;
  }
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail > p > span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(100%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent rgb(255, 255, 255);
  border-width: 35px 0px 0px 15px;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail > p > span:after {
    border-width: 2.4305555556vw 0 0 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail > p > span:after {
    right: 0.5089058524vw;
    border-width: 8.3969465649vw 0 0 4.5801526718vw;
  }
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail > .container_service_dailyschedule_detail_inner {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #EBA6A0;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail > .container_service_dailyschedule_detail_inner {
    border-radius: 2.0833333333vw;
    padding: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail > .container_service_dailyschedule_detail_inner {
    border-radius: 7.6335877863vw;
    border-width: 0.2544529262vw;
    padding: 10.1781170483vw 12.7226463104vw;
  }
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box {
  padding: 50px 40px 50px 170px;
  border-left: 3px solid #E5ADB8;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box {
    padding: 3.4722222222vw 2.7777777778vw 3.4722222222vw 11.8055555556vw;
    border-left-width: 0.2083333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box {
    border-left-width: 0.7633587786vw;
    padding: 17.8117048346vw 2.5445292621vw 6.3613231552vw 2.5445292621vw;
  }
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E5ADB8;
  position: absolute;
  top: -8px;
  left: -9.5px;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box:before {
    width: 1.1111111111vw;
    height: 1.1111111111vw;
    top: -0.5555555556vw;
    left: -0.6597222222vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box:before {
    width: 4.0712468193vw;
    height: 4.0712468193vw;
    top: -2.0356234097vw;
    left: -2.417302799vw;
  }
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box:after {
  content: "";
  display: block;
  position: absolute;
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box.no1 {
  background-color: #FFF7F7;
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box.no1:after {
  top: 20px;
  left: 20px;
  width: 74px;
  height: 64px;
  background-image: url("../images/service/grouphome/icon_weather01.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box.no1:after {
    top: 1.3888888889vw;
    left: 1.3888888889vw;
    width: 5.1388888889vw;
    height: 4.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box.no1:after {
    top: 4.0712468193vw;
    left: 2.5445292621vw;
    width: 12.7226463104vw;
    height: 10.941475827vw;
  }
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box.no2 {
  background-color: #F8E6E6;
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box.no2:after {
  top: 20px;
  left: 20px;
  width: 74px;
  height: 57px;
  background-image: url("../images/service/grouphome/icon_weather02.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box.no2:after {
    top: 1.3888888889vw;
    left: 1.3888888889vw;
    width: 5.1388888889vw;
    height: 3.9583333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box.no2:after {
    top: 4.0712468193vw;
    left: 2.5445292621vw;
    width: 9.4147582697vw;
    height: 9.9236641221vw;
  }
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box.no3 {
  background-color: #F4CED5;
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box.no3:after {
  top: 20px;
  left: 20px;
  width: 74px;
  height: 50px;
  background-image: url("../images/service/grouphome/icon_weather03.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box.no3:after {
    top: 1.3888888889vw;
    left: 1.3888888889vw;
    width: 5.1388888889vw;
    height: 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box.no3:after {
    top: 4.0712468193vw;
    left: 2.5445292621vw;
    width: 8.9058524173vw;
    height: 8.6513994911vw;
  }
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box > .content_service_dailyschedule_detail_box_inner {
  display: inline-block;
  position: relative;
  padding: 10px 0;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box > .content_service_dailyschedule_detail_box_inner {
    padding: 0.6944444444vw 0;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box > .content_service_dailyschedule_detail_box_inner {
    padding: 0;
    display: block;
  }
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box > .content_service_dailyschedule_detail_box_inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 13px;
  border: 1px solid #E5ADB8;
  width: calc(100% - 175px);
  height: 100%;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box > .content_service_dailyschedule_detail_box_inner:before {
    border-radius: 0.9027777778vw;
    width: calc(100% - 15.2777777778vw);
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box > .content_service_dailyschedule_detail_box_inner:before {
    content: none;
  }
}
#service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box > .content_service_dailyschedule_detail_box_inner:after {
  content: "";
  display: block;
  width: 77px;
  height: 77px;
  position: absolute;
  top: -30px;
  right: -30px;
  background-image: url("../images/service/grouphome/icon_nurse.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box > .content_service_dailyschedule_detail_box_inner:after {
    width: 5.3472222222vw;
    height: 5.3472222222vw;
    top: -2.0833333333vw;
    right: -2.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_service_dailyschedule_detail .content_service_dailyschedule_detail_box > .content_service_dailyschedule_detail_box_inner:after {
    width: 13.9949109415vw;
    height: 13.9949109415vw;
    top: -2.5445292621vw;
    right: -1.272264631vw;
  }
}
#service_dailyschedule > .section_inner .content_service_dailyschedule_01 {
  display: flex;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  padding: 0.4em 0;
  position: relative;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .content_service_dailyschedule_01 {
    font-size: 1.1111111111vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .content_service_dailyschedule_01 {
    display: block;
    font-size: 12px;
    font-size: 3.0534351145vw;
    padding: 2.5445292621vw 0;
  }
}
#service_dailyschedule > .section_inner .content_service_dailyschedule_01 > .service_dailyschedule_01 {
  padding-right: 20px;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .content_service_dailyschedule_01 > .service_dailyschedule_01 {
    padding-right: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .content_service_dailyschedule_01 > .service_dailyschedule_01 {
    padding-right: 0;
    font-size: 14px;
    font-size: 3.5623409669vw;
    margin-bottom: 2.5445292621vw;
  }
}
#service_dailyschedule > .section_inner .content_service_dailyschedule_01 > .service_dailyschedule_02 {
  padding: 0 10px;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .content_service_dailyschedule_01 > .service_dailyschedule_02 {
    padding: 0 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .content_service_dailyschedule_01 > .service_dailyschedule_02 {
    padding: 3.8167938931vw 2.5445292621vw;
    background-color: #fff;
    border-radius: 3.3078880407vw;
    border: 0.2544529262vw solid #E5ADB8;
  }
}
#service_dailyschedule > .section_inner .container_contact_area {
  background-color: #fff;
  margin-bottom: 105px;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_contact_area {
    margin-bottom: 7.2916666667vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_contact_area {
    margin-bottom: 16.5394402036vw;
  }
}
#service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner {
  margin: 0 auto;
  max-width: 990px;
  display: flex;
  justify-content: space-between;
  padding: 40px 115px 40px 0;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner {
    max-width: 68.75vw;
    padding: 2.7777777778vw 7.9861111111vw 2.7777777778vw 0;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner {
    max-width: 94.1475826972vw;
    padding: 9.6692111959vw 0;
    display: block;
  }
}
#service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_button {
  width: 50%;
  max-width: 436px;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_button {
    max-width: 30.2777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_button {
    width: 100%;
    max-width: 100%;
    margin-bottom: 7.6335877863vw;
  }
}
@media screen and (max-width: 880px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone {
    display: inline-block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone {
    display: block;
    max-width: 89.058524173vw;
  }
}
#service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl {
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  margin-left: -0.5em;
  margin-right: -0.5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl {
    font-size: 1.3888888889vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl {
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
    font-size: 5.0890585242vw;
  }
}
#service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
}
#service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  width: 100%;
  height: 2px;
  background-color: #333;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span:before {
    height: 0.1388888889vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span:before {
    height: 0.5089058524vw;
  }
}
#service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  width: 100%;
  height: 2px;
  background-color: #333;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span:after {
    height: 0.1388888889vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.ttl > span:after {
    height: 0.5089058524vw;
  }
}
#service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number {
  display: inline-block;
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
  padding: 0 0 0 55px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number {
    font-size: 2.7777777778vw;
    padding: 0 0 0 3.8194444444vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number {
    font-size: 40px;
    font-size: 10.1781170483vw;
    padding: 0 0 0 11.4503816794vw;
    margin-bottom: 2.5445292621vw;
  }
}
#service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number a {
  pointer-events: none;
  color: #E65773;
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number a {
    pointer-events: auto;
  }
}
#service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translate(0, -50%);
  width: 35px;
  height: 35px;
  background-image: url("../images/common/icon_phone2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number:before {
    width: 2.4305555556vw;
    height: 2.4305555556vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.phone_number:before {
    width: 8.9058524173vw;
    height: 8.9058524173vw;
  }
}
#service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.schedule {
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.schedule {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_contact_area .container_contact_area_inner > .content_contact_area_phone > p.schedule {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
#service_dailyschedule > .section_inner .container_grouphome_profile {
  margin: 0 auto 10px;
  max-width: 910px;
  display: flex;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_grouphome_profile {
    margin: 0 auto 0.6944444444vw;
    max-width: 63.1944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_grouphome_profile {
    display: block;
    max-width: 89.058524173vw;
    margin-bottom: 0;
  }
}
#service_dailyschedule > .section_inner .container_grouphome_profile > .image {
  width: 390px;
  line-height: 0;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_grouphome_profile > .image {
    width: 27.0833333333vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_grouphome_profile > .image {
    width: 100%;
  }
}
#service_dailyschedule > .section_inner .container_grouphome_profile > .desc {
  width: 520px;
  background-color: #fff;
  border-radius: 0 30px 30px 0;
  padding: 10px 30px 10px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .container_grouphome_profile > .desc {
    width: 36.1111111111vw;
    border-radius: 0 2.0833333333vw 2.0833333333vw 0;
    padding: 0.6944444444vw 2.0833333333vw 0.6944444444vw 4.1666666667vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .container_grouphome_profile > .desc {
    width: 100%;
    border-radius: 0 0 7.6335877863vw 7.6335877863vw;
    padding: 5.0890585242vw 3.8167938931vw 5.0890585242vw 3.8167938931vw;
  }
}
#service_dailyschedule > .section_inner .container_grouphome_profile > .desc > .desc_inner {
  width: 100%;
}
#service_dailyschedule > .section_inner .content_grouphome_profile_box {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 1440px) {
  #service_dailyschedule > .section_inner .content_grouphome_profile_box {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .content_grouphome_profile_box {
    font-size: 14px;
    font-size: 3.5623409669vw;
    padding: 1.272264631vw 0;
  }
}
#service_dailyschedule > .section_inner .content_grouphome_profile_box > p.ttl {
  font-weight: 700;
  color: #E88F87;
  margin-bottom: -0.5em;
}
@media screen and (max-width: 750px) {
  #service_dailyschedule > .section_inner .content_grouphome_profile_box > p.ttl {
    font-size: 16px;
    font-size: 4.0712468193vw;
  }
}
#service_dailyschedule + #ourservice > .section_inner .container_ourservice_upper {
  margin-bottom: 0;
}

.shortstay #service_fv > .section_inner .content_service_fv > .desc > .sign img {
  width: 138px;
}
@media screen and (max-width: 1440px) {
  .shortstay #service_fv > .section_inner .content_service_fv > .desc > .sign img {
    width: 9.5833333333vw;
  }
}
@media screen and (max-width: 750px) {
  .shortstay #service_fv > .section_inner .content_service_fv > .desc > .sign img {
    width: 20.6106870229vw;
  }
}
@media screen and (max-width: 750px) {
  .shortstay #service > .section_inner .container_service_body > .content_service_desc .icon {
    width: 35.1145038168vw;
  }
}
@media screen and (max-width: 750px) {
  .shortstay #service > .section_inner .container_service_body > .content_service_desc .icon img {
    width: 100%;
  }
}

.daycare #service_fv > .section_inner .content_service_fv > .desc > .sign {
  margin-bottom: 0.5em;
}
.daycare #service_fv > .section_inner .content_service_fv > .desc > .sign img {
  width: 80px;
}
@media screen and (max-width: 1440px) {
  .daycare #service_fv > .section_inner .content_service_fv > .desc > .sign img {
    width: 5.5555555556vw;
  }
}
@media screen and (max-width: 750px) {
  .daycare #service_fv > .section_inner .content_service_fv > .desc > .sign img {
    width: 17.5572519084vw;
  }
}
.daycare #service > .section_inner .container_service_body > .content_service_desc .icon {
  width: 80px;
}
@media screen and (max-width: 1440px) {
  .daycare #service > .section_inner .container_service_body > .content_service_desc .icon {
    width: 5.5555555556vw;
  }
}
@media screen and (max-width: 750px) {
  .daycare #service > .section_inner .container_service_body > .content_service_desc .icon {
    width: 30.2798982188vw;
  }
}
@media screen and (max-width: 750px) {
  .daycare #service > .section_inner .container_service_body > .content_service_desc .icon img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .daycare #service_schedule > .section_inner {
    padding-bottom: 17.8117048346vw;
  }
}
@media screen and (max-width: 750px) {
  .daycare #service_schedule > .section_inner.trial {
    margin-top: 0;
    padding: 0 2.2900763359vw 40.7124681934vw;
  }
}
@media screen and (max-width: 750px) {
  .daycare #service_schedule > .section_inner.trial p.icon {
    width: 49.1094147583vw;
  }
}
@media screen and (max-width: 750px) {
  .daycare #service_schedule > .section_inner.trial p.icon img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .daycare #service_schedule > .section_inner.trial .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px) {
  .daycare #service_schedule > .section_inner.trial .ttl_section_h2:before {
    height: 1.5em;
  }
}
@media screen and (max-width: 750px) {
  .daycare #service_schedule > .section_inner.trial .ttl_section_h2 > span {
    display: none;
  }
}

.homesupport #service_fv > .section_inner .content_service_fv > .desc > .sign {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  .homesupport #service_fv > .section_inner .content_service_fv > .desc > .sign {
    line-height: 0;
    margin-bottom: 0.2em;
  }
}
.homesupport #service_fv > .section_inner .content_service_fv > .desc > .sign img {
  width: 206px;
}
@media screen and (max-width: 1440px) {
  .homesupport #service_fv > .section_inner .content_service_fv > .desc > .sign img {
    width: 14.3055555556vw;
  }
}
@media screen and (max-width: 750px) {
  .homesupport #service_fv > .section_inner .content_service_fv > .desc > .sign img {
    width: 30.2798982188vw;
  }
}
.homesupport #service > .section_inner .container_service_body > .content_service_desc .icon {
  width: 316px;
}
@media screen and (max-width: 1440px) {
  .homesupport #service > .section_inner .container_service_body > .content_service_desc .icon {
    width: 21.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  .homesupport #service > .section_inner .container_service_body > .content_service_desc .icon {
    width: 80.4071246819vw;
  }
}
.homesupport #service > .section_inner .container_service_body > .content_service_desc .icon img {
  width: 100%;
}

.grouphome #service_fv > .section_inner .content_service_fv > .desc > .sign {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
  .grouphome #service_fv > .section_inner .content_service_fv > .desc > .sign {
    margin-bottom: 0;
  }
}
.grouphome #service_fv > .section_inner .content_service_fv > .desc > .sign img {
  width: 234px;
}
@media screen and (max-width: 1440px) {
  .grouphome #service_fv > .section_inner .content_service_fv > .desc > .sign img {
    width: 16.25vw;
  }
}
@media screen and (max-width: 750px) {
  .grouphome #service_fv > .section_inner .content_service_fv > .desc > .sign img {
    width: 35.6234096692vw;
  }
}
@media screen and (max-width: 750px) {
  .grouphome #service_fv > .section_inner .content_service_fv > .desc .ttl_section_h1 > span {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
.grouphome #service > .section_inner > .container_service_body .content_service_desc > p.icon {
  width: 222px;
}
@media screen and (max-width: 1440px) {
  .grouphome #service > .section_inner > .container_service_body .content_service_desc > p.icon {
    width: 15.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  .grouphome #service > .section_inner > .container_service_body .content_service_desc > p.icon {
    width: 56.4885496183vw;
  }
}
.grouphome #service > .section_inner > .container_service_body .content_service_desc > p.icon img {
  width: 100%;
}
.grouphome #service > .section_inner > .container_service_body .content_service_desc .ttl_section_h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .grouphome #service > .section_inner > .container_service_body .content_service_desc .ttl_section_h2 {
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  .grouphome #service > .section_inner > .container_service_body .content_service_desc .ttl_section_h2 {
    letter-spacing: 0;
    margin-right: -0.5em;
  }
}

/*
    Privacy
*/
#privacy {
  margin-bottom: 170px;
}
@media screen and (max-width: 1440px) {
  #privacy {
    margin-bottom: 11.8055555556vw;
  }
}
@media screen and (max-width: 750px) {
  #privacy {
    margin-bottom: 33.0788804071vw;
  }
}
#privacy > .section_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 120px 0 0;
}
@media screen and (max-width: 1440px) {
  #privacy > .section_inner {
    max-width: 69.4444444444vw;
    padding: 8.3333333333vw 0 0;
  }
}
@media screen and (max-width: 750px) {
  #privacy > .section_inner {
    max-width: 90.5852417303vw;
    padding: 8.9058524173vw 0 0;
  }
}
#privacy > .section_inner > p.icon {
  margin: 0 auto 10px;
  width: 154px;
}
@media screen and (max-width: 1440px) {
  #privacy > .section_inner > p.icon {
    margin: 0 auto 0.6944444444vw;
    width: 10.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #privacy > .section_inner > p.icon {
    width: 29.5165394402vw;
    margin-bottom: 2.5445292621vw;
  }
}
#privacy > .section_inner > p.icon img {
  width: 100%;
}
#privacy > .section_inner .ttl_section_h1 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 140px;
}
@media screen and (max-width: 1440px) {
  #privacy > .section_inner .ttl_section_h1 {
    font-size: 2.4305555556vw;
    margin-bottom: 9.7222222222vw;
  }
}
@media screen and (max-width: 750px) {
  #privacy > .section_inner .ttl_section_h1 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 15.2671755725vw;
  }
}
#privacy > .section_inner .ttl_section_h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #E97088;
  text-align: left;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  #privacy > .section_inner .ttl_section_h2 {
    font-size: 2.0833333333vw;
    margin-bottom: 3.4722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #privacy > .section_inner .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 10.1781170483vw;
  }
}
#privacy > .section_inner > p {
  text-align: left;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1440px) {
  #privacy > .section_inner > p {
    font-size: 0.9722222222vw;
  }
}
@media screen and (max-width: 750px) {
  #privacy > .section_inner > p {
    font-size: 16px;
    font-size: 4.0712468193vw;
    line-height: 1.875;
  }
}

/*
    Single
*/
#single .section_inner {
  padding: 120px 15px 150px;
}
@media screen and (max-width: 1440px) {
  #single .section_inner {
    padding: 8.3333333333vw 1.0416666667vw 10.4166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #single .section_inner {
    padding: 8.9058524173vw 5.0890585242vw 30.534351145vw;
  }
}
#single .section_inner > p {
  margin: 0 auto 10px;
  width: 88px;
}
@media screen and (max-width: 1440px) {
  #single .section_inner > p {
    margin: 0 auto 0.6944444444vw;
    width: 6.1111111111vw;
  }
}
@media screen and (max-width: 750px) {
  #single .section_inner > p {
    margin: 0 auto 2.5445292621vw;
    width: 11.4503816794vw;
  }
}
#single .section_inner .ttl_section_h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 90px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  #single .section_inner .ttl_section_h2 {
    font-size: 2.4305555556vw;
    margin-bottom: 6.25vw;
  }
}
@media screen and (max-width: 750px) {
  #single .section_inner .ttl_section_h2 {
    font-size: 20px;
    font-size: 5.0890585242vw;
    margin-bottom: 24.1730279898vw;
  }
}
#single .section_inner .container_single_wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}
@media screen and (max-width: 1440px) {
  #single .section_inner .container_single_wrapper {
    max-width: 69.4444444444vw;
  }
}
@media screen and (max-width: 750px) {
  #single .section_inner .container_single_wrapper {
    max-width: 100%;
  }
}
#single .section_inner .container_single_wrapper > p.date {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1440px) {
  #single .section_inner .container_single_wrapper > p.date {
    font-size: 1.1111111111vw;
    margin-bottom: 0.6944444444vw;
  }
}
@media screen and (max-width: 750px) {
  #single .section_inner .container_single_wrapper > p.date {
    font-size: 12px;
    font-size: 3.0534351145vw;
    margin-bottom: 3.5623409669vw;
  }
}
#single .section_inner .container_single_wrapper > .ttl_section_h1 {
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  line-height: 2.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 1440px) {
  #single .section_inner .container_single_wrapper > .ttl_section_h1 {
    font-size: 2.0833333333vw;
    margin-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 750px) {
  #single .section_inner .container_single_wrapper > .ttl_section_h1 {
    font-size: 16px;
    font-size: 4.0712468193vw;
    margin-bottom: 6.3613231552vw;
    line-height: 1.875;
  }
}
#single .section_inner .container_single_wrapper .container_single_description > p {
  font-size: 14px;
  line-height: 2.5;
  text-align: left;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  #single .section_inner .container_single_wrapper .container_single_description > p {
    font-size: 14px;
    font-size: 3.5623409669vw;
  }
}
#single .section_inner .container_single_wrapper .container_single_description a {
  color: #2271b1;
  font-weight: 500;
}
#single .section_inner .container_single_wrapper .container_single_description a.wp-block-file__button {
  color: #fff;
}
#single .section_inner .container_single_wrapper .container_single_description .wp-block-file {
  margin-bottom: 2em;
}
#single .section_inner .container_single_wrapper .container_single_description .wp-block-file__button {
  border-radius: 2em;
  display: inline-block;
  padding: 0.8em 1.5em;
  font-size: 15px;
}
@media screen and (max-width: 1440px) {
  #single .section_inner .container_single_wrapper .container_single_description .wp-block-file__button {
    font-size: 1.0416666667vw;
  }
}
@media screen and (max-width: 750px) {
  #single .section_inner .container_single_wrapper .container_single_description .wp-block-file__button {
    font-size: 15px;
    font-size: 3.8167938931vw;
  }
}
#single .section_inner .container_single_button {
  margin: 120px auto 0;
  max-width: 330px;
}
@media screen and (max-width: 1440px) {
  #single .section_inner .container_single_button {
    margin: 8.3333333333vw auto 0;
    max-width: 22.9166666667vw;
  }
}
@media screen and (max-width: 750px) {
  #single .section_inner .container_single_button {
    margin: 21.6284987277vw auto 0;
    max-width: 76.3358778626vw;
  }
}
#single .section_inner .container_single_button a.button.ver2 {
  color: #E97088;
  border-color: #E97088;
}
#single .section_inner .container_single_button a.button.ver2 > span:after {
  background-image: url("../images/common/icon_arrow1.svg");
}
#single .section_inner .container_single_button a.button.ver2:hover {
  background-color: #E97088;
  color: #fff;
}
#single .section_inner .container_single_button a.button.ver2:hover > span:after {
  background-image: url("../images/common/icon_arrow2.svg");
}/*# sourceMappingURL=style.css.map */