@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/* リセットCSS
===================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 0.7320644217vw;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-size: 2.6666666667vw;
  }
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

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

img {
  border: none;
  vertical-align: bottom;
}

/* 基本設定
===================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  color: #333333;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.note-show {
  display: none;
}
@media (max-width: 1280px) {
  .note-show {
    display: block;
  }
}

.note-hide {
  display: block;
}
@media (max-width: 1280px) {
  .note-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}
@media (max-width: 1024px) {
  .tab-show {
    display: block;
  }
}

.tab-hide {
  display: block;
}
@media (max-width: 1024px) {
  .tab-hide {
    display: none;
  }
}

.sp-show {
  display: none;
}
@media (max-width: 767px) {
  .sp-show {
    display: block;
  }
}

.sp-hide {
  display: block;
}
@media (max-width: 767px) {
  .sp-hide {
    display: none;
  }
}

img.sp-hide, span.sp-hide {
  display: inline;
}
@media (max-width: 767px) {
  img.sp-hide, span.sp-hide {
    display: none;
  }
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.toggle {
  position: relative;
}
.toggle::before {
  content: "";
  width: 2.05rem;
  height: 0.1rem;
  background-color: #cbcbcb;
  position: absolute;
  right: 0;
  top: calc(50% - 0.05rem);
}
.toggle::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ff9498;
  border-radius: 50%;
  position: absolute;
  right: 1.4rem;
  transition: all 0.4s;
  top: calc(50% - 0.4rem);
}
@media (min-width: 768px) {
  .toggle:hover::after {
    right: 0;
  }
}

.more-btn {
  width: 17.2rem;
  border: 1px solid #ff9498;
  border-radius: 99px;
  display: block;
  padding-left: 3.1rem;
  line-height: 4.4rem;
  font-size: 1.6rem;
  padding-right: 2.65rem;
  color: #ff9498;
  background-color: #fff;
}
@media (max-width: 767px) {
  .more-btn {
    width: 13.5rem;
    line-height: 3.6rem;
    font-size: 1.4rem;
    padding-left: 2rem;
    padding-right: 1.5rem;
  }
}
.more-btn::before {
  content: "";
  width: 2.05rem;
  height: 0.1rem;
  background-color: #cbcbcb;
  position: absolute;
  right: 2.65rem;
  top: calc(50% - 0.05rem);
}
@media (max-width: 767px) {
  .more-btn::before {
    right: 1.5rem;
  }
}
.more-btn::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ff9498;
  border-radius: 50%;
  position: absolute;
  right: 4.05rem;
  transition: all 0.4s;
  top: calc(50% - 0.4rem);
}
@media (max-width: 767px) {
  .more-btn::after {
    right: 2.9rem;
  }
}
@media (min-width: 768px) {
  .more-btn:hover::after {
    right: 2.65rem;
  }
}

.hamburger {
  width: 12.5rem;
  height: 8.4rem;
  background-color: #fff;
  border-radius: 0 0 6rem 0;
  padding-top: 3.2rem;
  padding-bottom: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
@media (max-width: 767px) {
  .hamburger {
    height: 5rem;
    width: 10rem;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
  }
}
.hamburger__border {
  display: block;
  width: 6rem;
  height: 0.3rem;
  background-color: #888;
  border-radius: 99px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hamburger__border {
    width: 5rem;
  }
}
.hamburger__border1 {
  margin-bottom: 0.6rem;
}
.hamburger__text {
  position: relative;
  margin-top: 0.5rem;
  text-align: center;
  width: 100%;
}
.hamburger__text-close {
  opacity: 0;
}
.hamburger p {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  color: #888;
  font-weight: 300;
  letter-spacing: 0.2em;
  width: 100%;
  text-align: center;
  line-height: normal;
  position: absolute;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .hamburger p {
    transform: scale(0.9);
  }
}
.hamburger.active .hamburger__text-open {
  opacity: 0;
}
.hamburger.active .hamburger__text-close {
  opacity: 1;
}
.hamburger.active .hamburger__border1 {
  transform: rotate(15deg);
  margin-bottom: -0.3rem;
  margin-top: 0.6rem;
}
.hamburger.active .hamburger__border2 {
  transform: rotate(-15deg);
  margin-bottom: 0.3rem;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header__menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  height: 100vh;
  width: 100%;
  background-color: #fff;
  transition: all 0.4s;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 767px) {
  .header__menu {
    overflow: scroll;
    height: 100%;
  }
}
.header__menu.active {
  pointer-events: all;
  opacity: 1;
}
.header__menu::before {
  content: "";
  width: 133rem;
  height: 53.3rem;
  position: absolute;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  top: 6.3rem;
  background-image: url(../../img/common/header-ob.svg);
  opacity: 0.16;
  pointer-events: none;
}
@media (max-width: 767px) {
  .header__menu::before {
    display: none;
  }
}
.header__menu .menu__container {
  height: calc(100% - 13rem);
  overflow: scroll;
  padding-top: 10.6rem;
}
@media (max-width: 767px) {
  .header__menu .menu__container {
    height: auto;
    padding-top: 8.6rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.header__menu .menu__inner {
  max-width: 96.6rem;
  margin: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .header__menu .menu__inner {
    max-width: unset;
  }
}
.header__menu .menu__group1 {
  padding-bottom: 10rem;
  border-bottom: 0.1rem solid #cbcbcb;
}
@media (min-width: 1681px) {
  .header__menu .menu__group1 {
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .header__menu .menu__group1 {
    padding-bottom: 4.5rem;
  }
}
.header__menu .menu__group2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  .header__menu .menu__group2 {
    padding-top: 0rem;
  }
}
.header__menu .menu__group3 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 13rem;
}
@media (max-width: 767px) {
  .header__menu .menu__group3 {
    position: static;
    height: unset;
  }
}
.header__menu .menu__group3 ul {
  display: flex;
  height: 100%;
}
@media (max-width: 767px) {
  .header__menu .menu__group3 ul {
    flex-direction: column;
  }
}
.header__menu .menu__group3 ul li {
  width: 33.3333333333%;
  height: 100%;
}
.header__menu .menu__group3 ul li:last-child::before {
  display: none;
}
@media (max-width: 767px) {
  .header__menu .menu__group3 ul li {
    width: 100%;
    border-bottom: 3px solid white;
  }
  .header__menu .menu__group3 ul li:last-child {
    border-bottom: none;
  }
}
.header__menu .menu__group3 a {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: #333333;
  transition: all 0.4s;
  position: relative;
}
.header__menu .menu__group3 a::before {
  content: "";
  width: 0.2rem;
  height: 7rem;
  position: absolute;
  right: 0;
  bottom: 2.7rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .header__menu .menu__group3 a::before {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__menu .menu__group3 a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .header__menu .menu__group3 a {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.header__menu .menu__group3 a p {
  text-align: center;
  color: white;
  line-height: 1em;
}
.header__menu .menu__group3 a .poppins {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media (max-width: 767px) {
  .header__menu .menu__group3 a .poppins {
    font-size: 2.6rem;
  }
}
.header__menu .menu__group3 a .mini {
  font-size: 1.5rem;
  line-height: 1em;
}
@media (max-width: 767px) {
  .header__menu .menu__group3 a .mini {
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }
}
.header__menu .group1__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .header__menu .group1__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.header__menu .group1__col .header__menu-logo {
  width: 19.6rem;
}
.header__menu .group1__col .header__menu-logo img {
  width: 100%;
}
.header__menu .group1__col.col1 {
  margin-right: 18rem;
}
@media (max-width: 767px) {
  .header__menu .group1__col.col1 {
    margin-right: 0;
    margin-bottom: 2.7rem;
  }
}
@media (max-width: 767px) {
  .header__menu .group1__col.col2 ul {
    margin-left: 2.5rem;
  }
}
.header__menu .group1__col.col2 ul li {
  margin-bottom: 1.5rem;
}
.header__menu .group1__col.col2 ul li a {
  font-size: 2rem;
  color: #333333;
  display: block;
  line-height: normal;
  width: 25.7rem;
}
@media (max-width: 767px) {
  .header__menu .group1__col.col2 ul li a {
    font-size: 1.8rem;
  }
}
.header__menu .group1__col.col2 ul li:last-child {
  margin-bottom: 0;
}
.header__menu-parent {
  padding-left: 0.1rem;
  height: 8rem;
}
@media (max-width: 767px) {
  .header__menu-parent {
    height: unset;
    position: relative;
  }
  .header__menu-parent .toggle::after {
    right: 0.65rem;
  }
  .header__menu-parent .toggle-open {
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0;
    top: calc(50% - 1rem);
  }
  .header__menu-parent .toggle-open::before {
    content: "";
    width: 2.05rem;
    height: 0.1rem;
    transform: rotate(90deg);
    z-index: -1;
    background-color: #cbcbcb;
    position: absolute;
    right: 0;
    top: calc(50% - 0.05rem);
    transition: all 0.4s;
  }
  .header__menu-parent .toggle-open.active::before {
    transform: rotate(180deg);
  }
}
.header__menu-parent .toggle {
  line-height: 5rem;
  display: block;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  color: #333;
}
.header__menu-parent .toggle a {
  font-size: 1em;
  color: #333;
  position: relative;
  top: -0.2rem;
}
@media (max-width: 767px) {
  .header__menu-parent .toggle a {
    top: unset;
    display: inline;
  }
}
@media (max-width: 767px) {
  .header__menu-child {
    margin-left: 2.5rem;
    padding-top: 1rem;
  }
}
.header__menu-child li {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .header__menu-child li {
    margin-bottom: 1.5rem;
  }
  .header__menu-child li:last-child {
    margin-bottom: 0;
  }
}
.header__menu-child li a {
  font-size: 1.8rem;
  line-height: normal;
  color: #333;
  letter-spacing: -0.05em;
}
@media (max-width: 767px) {
  .header__menu-child li a {
    font-size: 1.6rem;
  }
}
.header__menu .group2__inner {
  display: flex;
}
@media (max-width: 767px) {
  .header__menu .group2__inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .header__menu .group2__col {
    padding-top: 4rem;
    border-bottom: 0.1rem solid #cbcbcb;
  }
}
.header__menu .group2__col a {
  display: block;
  line-height: normal;
}
.header__menu .group2__col.col1 {
  width: 12.5rem;
  margin-right: 13rem;
}
@media (max-width: 767px) {
  .header__menu .group2__col.col1 {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .header__menu .group2__col.col1 ul {
    width: 10.2rem;
  }
}
.header__menu .group2__col.col2 {
  width: 28rem;
  margin-right: 13rem;
}
@media (max-width: 767px) {
  .header__menu .group2__col.col2 {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .header__menu .group2__col.col2 ul {
    width: 16.2rem;
  }
}
@media (max-width: 767px) {
  .header__menu .group2__col.col1, .header__menu .group2__col.col2 {
    padding-bottom: 4rem;
  }
  .header__menu .group2__col.col1 .header__menu-child, .header__menu .group2__col.col2 .header__menu-child {
    display: none;
  }
}
.header__menu .group2__col.col3 {
  width: 30rem;
}
@media (max-width: 767px) {
  .header__menu .group2__col.col3 {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .header__menu .group2__col.col3 .header__menu-child {
    margin-left: 0;
  }
}
.header__menu .group2__col.col3 .header__menu-child li a {
  font-size: 2.5rem;
  letter-spacing: 0;
}
.header__menu .group2__col.col3 .header__menu-child li a span {
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  .header__menu .group2__col.col3 .header__menu-child li a {
    font-size: 2.4rem;
  }
  .header__menu .group2__col.col3 .header__menu-child li a span {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .header__menu .group2__col.col3 {
    width: 100%;
    margin-right: 0;
  }
}

.cta {
  position: fixed;
  z-index: 9;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 1.4rem;
  padding-bottom: 1rem;
  text-align: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .cta {
    padding-top: 2.4rem;
    padding-bottom: 2.2rem;
  }
}
.cta.hide {
  bottom: -7rem;
}
@media (max-width: 767px) {
  .cta.hide {
    bottom: -10rem;
  }
}
.cta::before {
  content: "";
  box-shadow: -3px -3px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 200rem;
  height: 28.1rem;
  position: absolute;
  top: 0;
  left: calc(50% - 100rem);
  background-color: #fff;
}
@media (max-width: 767px) {
  .cta::before {
    width: 98.4rem;
    left: calc(50% - 49.2rem);
  }
}
.cta img {
  width: 19.6rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .cta img {
    width: 17rem;
  }
}

.btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ff9498;
  border-radius: 99px;
  height: 7rem;
  width: 27rem;
  position: relative;
}
@media (max-width: 767px) {
  .btn {
    width: 25rem;
    height: 6rem;
  }
}
.btn p {
  color: white;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: normal;
}
@media (max-width: 767px) {
  .btn p {
    font-size: 1.6rem;
  }
}
.btn .mini {
  font-weight: normal;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.btn .mini.more-mini {
  letter-spacing: 0.2em;
  line-height: 1em;
}
.btn::before {
  content: "";
  width: 19.797rem;
  height: 10.559rem;
  position: absolute;
  background-image: url(../../img/common/hover.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -0.5rem;
  clip-path: polygon(0% 100%, 0% 100%, 0% 100%, 0% 100%); /* 初期状態では完全に隠れる */
  transition: clip-path 0.25s; /* アニメーション適用 */
  pointer-events: none;
}
@media (min-width: 768px) {
  .btn:hover::before {
    clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0); /* ホバー時に全面を表示 */
  }
}

section {
  overflow: hidden;
}

.section {
  padding-left: 3rem;
  padding-right: 3rem;
}
.section__inner {
  max-width: 96.6rem;
  margin: auto;
}

.footer {
  position: relative;
  overflow: hidden;
}
.footer__container {
  background-color: #fff;
  position: relative;
  z-index: 4;
  padding-top: 9rem;
  padding-bottom: 8.5rem;
}
@media (max-width: 767px) {
  .footer__container {
    padding-top: 3.2rem;
    padding-bottom: 5rem;
  }
}
.footer__container::before {
  content: "";
  box-shadow: -3px -3px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 200rem;
  height: 28.1rem;
  position: absolute;
  top: 1rem;
  left: calc(50% - 100rem);
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 767px) {
  .footer__container::before {
    width: 98.4rem;
    left: calc(50% - 49.2rem);
  }
}
.footer__container-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .footer__container-bg {
    top: 3.2rem;
    height: auto;
  }
}
.footer__inner {
  position: relative;
  z-index: 2;
  max-width: 96.6rem;
  margin: auto;
}
.footer__inner .footer__columns {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .footer__inner .footer__columns {
    padding-left: 3rem;
    padding-right: 3rem;
    flex-direction: column;
  }
}
.footer__inner .footer__columns .footer__column {
  width: 33.3333%;
}
@media (max-width: 767px) {
  .footer__inner .footer__columns .footer__column {
    width: 100%;
  }
}
.footer__inner .footer__columns .col1 img {
  width: 26rem;
  height: auto;
}
@media (max-width: 767px) {
  .footer__inner .footer__columns .col1 img {
    width: 20rem;
  }
}
@media (max-width: 767px) {
  .footer__inner .footer__columns .col1 {
    margin-bottom: 5rem;
  }
}
.footer__inner .footer__columns .col2 {
  margin-bottom: -0.2rem;
}
@media (max-width: 767px) {
  .footer__inner .footer__columns .col2 {
    margin-bottom: 1rem;
  }
}
.footer__inner .footer__columns .col2 .footer__company-name {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 0.7rem;
  line-height: normal;
}
@media (max-width: 767px) {
  .footer__inner .footer__columns .col2 .footer__company-name {
    text-align: left;
    font-size: 1.6rem;
  }
}
.footer__inner .footer__columns .col2 .footer__company-address {
  text-align: center;
  line-height: 1.62em;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .footer__inner .footer__columns .col2 .footer__company-address {
    text-align: left;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .footer__inner .footer__columns .col3 {
    display: flex;
    justify-content: flex-end;
  }
}
.footer__inner .footer__columns .col3 ul {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer__inner .footer__columns .col3 ul {
    flex-direction: column;
  }
}
.footer__inner .footer__columns .col3 ul li {
  margin-left: 2.5rem;
}
.footer__inner .footer__columns .col3 ul li a {
  font-size: 1.3rem;
  letter-spacing: -0.05em;
  color: #333333;
}
@media (max-width: 767px) {
  .footer__inner .footer__columns .col3 ul li {
    text-align: right;
    margin-right: 0;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
  }
  .footer__inner .footer__columns .col3 ul li:last-child {
    margin-bottom: 0;
  }
}
.footer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 5.5rem;
}
@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 5rem;
  }
}
.footer__logo-wrapper {
  width: 19.8rem;
}
.footer__logo-wrapper img {
  width: 100%;
}
@media (max-width: 767px) {
  .footer__logo-wrapper {
    width: 17rem;
  }
}

.childpage__mainvisual {
  padding: 3rem 5rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .childpage__mainvisual {
    padding: 0;
  }
}
.childpage__mainvisual::before {
  content: "";
  width: 45.28rem;
  height: 34.5rem;
  position: absolute;
  background-image: url(../../img/common/fv-inner.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 8.4rem;
  left: -2rem;
}
@media (max-width: 767px) {
  .childpage__mainvisual::before {
    top: -3rem;
  }
}
.childpage__mainvisual-inner {
  background-color: rgba(255, 148, 152, 0.1);
  padding-top: 5rem;
  padding-left: 15.6rem;
  padding-bottom: 7rem;
  position: relative;
  z-index: 2;
  padding-right: 5rem;
}
@media (max-width: 767px) {
  .childpage__mainvisual-inner {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
  }
}
.childpage__mainvisual-inner h1 {
  font-size: 5rem;
  line-height: 1.42em;
  font-weight: 300;
  margin-bottom: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .childpage__mainvisual-inner h1 {
    line-height: 1em;
    padding-bottom: 1rem;
  }
}
.childpage__mainvisual-inner h1 span {
  font-size: 1em;
}
.childpage__mainvisual-inner h1::before {
  content: "";
  height: 0.5rem;
  width: 23rem;
  position: absolute;
  left: 0;
  background-color: #ff9498;
  bottom: -0.5rem;
}
@media (max-width: 767px) {
  .childpage__mainvisual-inner h1::before {
    width: 31.4rem;
    height: 0.3rem;
  }
}
.childpage__mainvisual-inner h6 {
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .childpage__mainvisual-inner h6 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.childpage__mainvisual-inner p {
  font-size: 1.8rem;
  line-height: 2.06em;
  letter-spacing: -0.05em;
  font-weight: 500;
}
@media (max-width: 767px) {
  .childpage__mainvisual-inner p {
    font-size: 1.4rem;
  }
}
.childpage__mainvisual-breadcrumb {
  padding-bottom: 4.1rem;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .childpage__mainvisual-breadcrumb {
    padding-bottom: 7.35rem;
  }
}
.childpage__mainvisual-breadcrumb ul {
  justify-content: flex-end;
  display: flex;
}
.childpage__mainvisual-breadcrumb ul li {
  margin-right: 3.25rem;
  position: relative;
}
.childpage__mainvisual-breadcrumb ul li a {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: #333333;
  transition: all 0.4s;
}
.childpage__mainvisual-breadcrumb ul li a:hover {
  opacity: 0.7;
}
.childpage__mainvisual-breadcrumb ul li::after {
  content: "";
  width: 0.357rem;
  height: 0.54rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../img/common/breadcrumb-arrow.svg);
  position: absolute;
  right: -2rem;
  top: calc(50% - 0.27rem);
}
.childpage__mainvisual-breadcrumb ul li:last-child {
  margin-right: 0;
}
.childpage__mainvisual-breadcrumb ul li:last-child::after {
  display: none;
}

/*# sourceMappingURL=style.css.map */
