@charset "UTF-8";
.din-400 {
  font-family: din-2014, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.din-600 {
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-style: normal;
}

.din-700 {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.din-800 {
  font-family: din-2014, sans-serif;
  font-weight: 800;
  font-style: normal;
}

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

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

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

  .sp {
    display: block !important;
  }
}
.hide {
  display: none;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex;
}

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

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

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

.overflowhidden {
  overflow: hidden;
}

.white {
  color: #fff;
}

.blue {
  color: #2d53a3;
}

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

.text-right {
  text-align: right;
}

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

.nowrap {
  white-space: nowrap;
}

.relative {
  position: relative;
}

.underline {
  text-decoration: underline !important;
}

.bold {
  font-weight: bold;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.u-wrapper1 {
  max-width: 120rem;
  margin: auto;
}
@media (max-width: 1200px) {
  .u-wrapper1 {
    max-width: 1440px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-wrapper1 {
    max-width: 100%;
  }
}

.u-wrapper2 {
  max-width: 100rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .u-wrapper2 {
    max-width: 100%;
    padding: 0 1.8rem;
  }
}

.u-wrapper3 {
  max-width: 85rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .u-wrapper3 {
    max-width: 100%;
    padding: 0 1.8rem;
  }
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* margin-left */
.ms-auto {
  margin-left: auto !important;
}

.ms-0 {
  margin-left: 0rem !important;
}

.ms-0-5 {
  margin-left: 0.5rem !important;
}

.ms-1 {
  margin-left: 1rem !important;
}

.ms-2 {
  margin-left: 2rem !important;
}

.ms-3 {
  margin-left: 3rem !important;
}

.ms-4 {
  margin-left: 4rem !important;
}

/* margin-right */
.me-auto {
  margin-right: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-0-5 {
  margin-right: 0.5rem !important;
}

.me-1 {
  margin-right: 1rem !important;
}

.me-2 {
  margin-right: 2rem !important;
}

.me-3 {
  margin-right: 3rem !important;
}

.me-4 {
  margin-right: 4rem !important;
}

/* margin-bottom */
.mb-0 {
  margin-bottom: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-11 {
  margin-bottom: 11rem !important;
}

.mb-12 {
  margin-bottom: 12rem !important;
}

.mb-13 {
  margin-bottom: 13rem !important;
}

.mb-14 {
  margin-bottom: 14rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

.mb-16 {
  margin-bottom: 16rem !important;
}

/* margin-top */
.mt-0 {
  margin-top: 0rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-3-5 {
  margin-top: 3.5rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mt-11 {
  margin-top: 11rem !important;
}

.mt-12 {
  margin-top: 12rem !important;
}

.mt-13 {
  margin-top: 13rem !important;
}

.mt-14 {
  margin-top: 14rem !important;
}

.mt-15 {
  margin-top: 15rem !important;
}

.mt-16 {
  margin-top: 16rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-13 {
  padding-bottom: 13rem !important;
}

.pb-14 {
  padding-bottom: 14rem !important;
}

.pb-16 {
  padding-bottom: 16rem !important;
}

.pb-18 {
  padding-bottom: 18rem !important;
}

/* padding-top**/
.pt-10 {
  padding-top: 10rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pt-13 {
  padding-top: 13rem !important;
}

.pt-14 {
  padding-top: 14rem !important;
}

.pt-16 {
  padding-top: 16rem !important;
}

.pt-18 {
  padding-top: 18rem !important;
}

.pt-20 {
  padding-top: 20rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

@media print, screen and (min-width: 769px) {
  .nowrap_pc {
    white-space: nowrap;
  }
}
.font-28 {
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .font46_sp {
    font-size: 4.6rem !important;
  }

  .font42_sp {
    font-size: 4.2rem !important;
  }

  .font14_sp {
    font-size: 1.4rem !important;
  }

  .font16_sp {
    font-size: 1.6rem !important;
  }

  .font24_sp {
    font-size: 2.4rem !important;
  }

  .font36_sp {
    font-size: 3.6rem !important;
  }

  .nowrap_sp {
    white-space: nowrap !important;
  }

  .mb-0_sp {
    margin-bottom: 0rem !important;
  }

  .mb-1_sp {
    margin-bottom: 1rem !important;
  }

  .mb-2_sp {
    margin-bottom: 2rem !important;
  }

  .mb-3_sp {
    margin-bottom: 3rem !important;
  }

  .mb-3-5_sp {
    margin-bottom: 3.5rem !important;
  }

  .mb-4_sp {
    margin-bottom: 4rem !important;
  }

  .mb-5_sp {
    margin-bottom: 5rem !important;
  }

  .mb-6_sp {
    margin-bottom: 6rem !important;
  }

  .mb-7_sp {
    margin-bottom: 7rem !important;
  }

  .mb-8_sp {
    margin-bottom: 8rem !important;
  }

  .mt-0_sp {
    margin-top: 0rem !important;
  }

  .mt-5_sp {
    margin-top: 5rem !important;
  }

  .ms-0_sp {
    margin-left: 0 !important;
  }

  .ms-2_sp {
    margin-left: 2rem !important;
  }

  .mx-auto_sp {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .pt-2_sp {
    padding-top: 2rem !important;
  }

  .pt-3_sp {
    padding-top: 3rem !important;
  }

  .pt-4_sp {
    padding-top: 4rem !important;
  }

  .pt-5_sp {
    padding-top: 5rem !important;
  }

  .pt-6_sp {
    padding-top: 6rem !important;
  }

  .pt-7_sp {
    padding-top: 7rem !important;
  }

  .pt-8_sp {
    padding-top: 8rem !important;
  }

  .pt-9_sp {
    padding-top: 9rem !important;
  }

  .pt-10_sp {
    padding-top: 10rem !important;
  }

  .pb-0_sp {
    padding-bottom: 0rem !important;
  }

  .pb-4_sp {
    padding-bottom: 4rem !important;
  }

  .pb-5_sp {
    padding-bottom: 5rem !important;
  }

  .pb-6_sp {
    padding-bottom: 6rem !important;
  }

  .pb-8_sp {
    padding-bottom: 8rem !important;
  }

  .px-0_sp {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ps-0_sp {
    padding-left: 0 !important;
  }

  .ps-2_sp {
    padding-left: 2rem !important;
  }

  .pe-0_sp {
    padding-right: 0 !important;
  }

  .pe-2_sp {
    padding-right: 2rem !important;
  }

  .block_sp {
    display: block !important;
  }

  .text-center_sp {
    text-align: center !important;
  }

  .text-left_sp {
    text-align: left !important;
  }
}
/* select **/
.input-checkbox {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
  font-weight: normal;
}

.input-checkbox input {
  display: none;
}

.input-checkbox input + label::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  border: solid 1px #ccc;
  border-radius: 2px;
  margin-right: 0.5rem;
  position: relative;
  top: 4px;
}

.input-checkbox input[type=radio] + label::before {
  border-radius: 100%;
}

.input-checkbox input:checked + label::before {
  background-color: #C2C2C2;
  border-color: #C2C2C2;
}

.input-checkbox input:checked + label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 0.4em;
  height: 0.8em;
  display: inline-block;
  border: solid 2px #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  border-radius: 2px;
  margin-right: 0.5rem;
}

.input-checkbox input[type=radio] + label::after {
  border: solid 3px #fff;
  height: 0.4em;
  margin-top: 0.3em;
  transform: none;
  border-radius: 100%;
}

@font-face {
  font-family: "Khmer MN";
  src: url("./font/khmer_mn.woff") format("woff"), url("./font/khmer_mn.ttf") format("truetype");
}
@font-face {
  font-family: "Pier Sans";
  src: url("./font/PierSans-Medium.woff") format("woff"), url("./font/PierSans-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Pier Sans";
  font-weight: bold;
  src: url("./font/PierSans-Bold.woff") format("woff"), url("./font/PierSans-Bold.ttf") format("truetype");
}
/* autoprefixer grid: autoplace */
/* A Modern CSS Reset */
html {
  font-size: 62.5%;
}
@media (max-width: 1200px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6rem;
  color: #707070;
  background: #ffffff;
  min-height: 100vh;
  position: relative;
}
a {
  color: inherit;
  text-decoration: none;
}

::placeholder {
  color: #d3d3d3;
}

select {
  color: #707070;
}

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

p {
  line-height: 2;
}

video {
  max-width: 100%;
}

.wrapper {
  max-width: 116.6rem;
  margin: auto;
}

.bgs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg {
  position: absolute;
  z-index: -2;
  top: 100rem;
  width: 24rem;
  height: 24rem;
  backface-visibility: hidden;
  will-change: transform;
}
.bg::after {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  filter: blur(100px);
  will-change: transform;
  background: linear-gradient(#e66d9d 0%, #ddc890 100%, #e6d4a3 100%);
}

.bg1 {
  top: 100rem;
  left: 0;
}

.bg2 {
  top: 151rem;
  right: -1rem;
}
.bg2::after {
  filter: blur(50px);
  background: linear-gradient(135deg, #b8c2fa 0%, #b7d8f8 24.63%, #ebc9f5 65.02%, #ddc890 100%, #e6d4a3 100%);
}

.bg3 {
  top: 266rem;
  right: 1rem;
}

.bg4 {
  top: 345rem;
  right: 7rem;
}
.bg4::after {
  filter: blur(50px);
  background: linear-gradient(135deg, #b8c2fa 0%, #b7d8f8 24.63%, #ebc9f5 65.02%, #ddc890 100%, #e6d4a3 100%);
}

.bg5 {
  top: 395rem;
  left: 2rem;
}
.bg5::after {
  filter: blur(50px);
  background: linear-gradient(135deg, #b8c2fa 0%, #b7d8f8 24.63%, #ebc9f5 65.02%, #ddc890 100%, #e6d4a3 100%);
}

.bg-border {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  max-width: 82rem;
  margin: auto;
  justify-content: space-between;
}
.bg-border span {
  border-left: 1px solid #f8f5f4;
  display: block;
  width: 1px;
  height: 100%;
}

.bg-rect-g {
  background: linear-gradient(135deg, #b8c2fa 0%, #b7d8f8 24.63%, #ebc9f5 65.02%, #e6d4a3 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.bg-rect {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.bg-rect .js-bg-rect {
  display: block;
  width: 20%;
  height: 0;
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.bg-rect .js-bg-rect::after {
  content: "";
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
}
.bg-rect .js-bg-rect:nth-child(2) .js-bg-rect-main {
  background: #b7d8f8;
}
.bg-rect .js-bg-rect:nth-child(3) .js-bg-rect-main {
  background: #ebc9f5;
}
.bg-rect .js-bg-rect:nth-child(4) .js-bg-rect-main {
  background: #b8c2fa;
}
.bg-rect .js-bg-rect:nth-child(5) .js-bg-rect-main {
  background: #e6d4a3;
}
@media print, screen and (min-width: 769px) {
  .bg-rect .js-bg-rect:nth-child(2) {
    left: 20%;
  }
  .bg-rect .js-bg-rect:nth-child(3) {
    left: 40%;
  }
  .bg-rect .js-bg-rect:nth-child(4) {
    left: 60%;
  }
  .bg-rect .js-bg-rect:nth-child(5) {
    left: 80%;
  }
}
@media screen and (max-width: 768px) {
  .bg-rect .js-bg-rect {
    width: 25%;
  }
  .bg-rect .js-bg-rect:nth-child(2) {
    left: 25%;
  }
  .bg-rect .js-bg-rect:nth-child(3) {
    left: 50%;
  }
  .bg-rect .js-bg-rect:nth-child(4) {
    left: 75%;
  }
  .bg-rect .js-bg-rect:nth-child(5) {
    left: 100%;
  }
  .bg-rect .js-bg-rect:nth-child(4) .js-bg-rect-main {
    background: #e6d4a3;
  }
}

.js-bg-rect-main {
  width: 100%;
  height: 100%;
  display: block;
  background: #b8c2fa;
}

.header {
  width: 100%;
  height: 12rem;
  z-index: 22;
  height: 8.78477306vw;
  position: absolute;
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__drawer {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
}
.header__drawer.is-active {
  pointer-events: auto;
  visibility: visible;
}
.header__drawer.is-active .header__logo {
  background: none;
  margin-top: 3.4rem;
}
.header__drawer-logo {
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .header__drawer-logo {
    width: 13.3rem;
    height: 8.5rem;
  }
}
.header__drawer-inner {
  overflow: auto;
  overscroll-behavior: contain;
  position: relative;
  z-index: 2;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header__drawer-inner {
    padding-bottom: 4rem;
  }
}
.header__drawer-menus {
  margin-top: 40px;
  position: relative;
  max-width: 1000px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .header__drawer-menus {
    margin-top: 1.2rem;
  }
}
.header__drawer-menu {
  margin-bottom: 45px;
  display: flex;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .header__drawer-menu {
    display: block;
    margin-bottom: 3.2rem;
  }
}
.header__drawer-menu-link {
  color: #fff;
  text-decoration: underline;
  font-size: 28px;
  font-weight: bold;
  margin-right: 67px;
}
@media screen and (max-width: 768px) {
  .header__drawer-menu-link {
    font-size: 1.6rem;
  }
}
.header__drawer-bottom-menus {
  margin-left: 4.2rem;
  margin-top: 6rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .header__drawer-bottom-menus {
    margin-left: 2rem;
  }
}
.header__drawer-bottom-menu {
  margin-right: 6rem;
  opacity: 0;
  display: inline-block;
}
.header__drawer-bottom-menu-link {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}
.header__drawer-menu-childs {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__drawer-menu-childs {
    flex-wrap: wrap;
  }
}
.header__drawer-menu-child-link {
  color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__drawer-menu-child-link {
    margin: 1rem 1rem 0;
  }
}
.header__drawer-menu-child-link::after {
  content: "/";
  font-weight: normal;
  font-size: 24px;
  margin: 0 2rem;
}
@media screen and (max-width: 768px) {
  .header__drawer-menu-child-link::after {
    display: none;
  }
}
.header__drawer-menu-child-link:last-child {
  margin-right: 0;
}
.header__drawer-menu-child-link:last-child::after {
  display: none;
}
.header__logo img {
  width: 15.4rem;
  margin-top: 1.75rem;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    width: 10.1rem;
    margin-top: 1.65rem;
    margin-left: 1rem;
  }
}
.header__nav {
  margin-left: auto;
  width: fit-content;
  margin-top: 5rem;
  line-height: 1;
  margin-right: 17rem;
  margin-top: 3.6603221083vw;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__list {
  /*margin-left: 7.4rem; */
  margin-left: 6.0rem;
  transition: 0.3s;
}
.header__list span {
  position: relative;
}
.header__list span::before {
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  border-bottom: 1px solid;
}
@media print, screen and (min-width: 769px) {
  .header__list:hover span::before {
    width: 100%;
  }
}
.header__button {
  position: fixed;
  top: 3.65rem;
  right: 4.5rem;
  z-index: 9999;
  top: 2.6720351391vw;
}
@media screen and (max-width: 768px) {
  .header__button {
    top: 1.65rem;
    right: 1.83rem;
  }
}
.header__button-icn {
  width: 4.7rem;
}

.foot-contact {
  min-height: 36.8rem;
  background: linear-gradient(135deg, #b8c2fa 0%, #b7d8f8 24.63%, #ebc9f5 65.02%, #ddc890 100%, #e6d4a3 100%);
  padding-top: 3.85rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .foot-contact {
    padding-top: 3.8rem;
    min-height: 34.7rem;
  }
}
.foot-contact__title {
  font-size: 6.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 3.65rem;
}
@media screen and (max-width: 768px) {
  .foot-contact__title {
    font-size: 5.6rem;
  }
}
.foot-contact__icon {
  width: 12rem;
  height: 12rem;
  position: relative;
  margin: auto;
  display: block;
  z-index: 2;
}
.foot-contact__icon::before {
  content: "";
  transition: 0.3s;
  border-radius: 100%;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 100%;
  height: 100%;
}
.foot-contact__icon:hover::before {
  width: 115%;
  height: 115%;
}
.foot-contact__icon-main {
  position: relative;
  z-index: 1;
  margin: 0rem auto;
  top: 4rem;
}
.foot-contact__icon-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(2.5);
}
.foot-contact__logos {
  display: flex;
  overflow: hidden;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.foot-contact__logo {
  flex: 1 0 100%;
  margin-right: 6rem;
}
@media screen and (max-width: 768px) {
  .foot-contact__logo {
    flex: 1 0 136.6rem;
  }
}

.foot-banners {
  margin: 4.2rem auto 4.7rem;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 25%);
  column-gap: 1.4rem;
}
@media screen and (max-width: 768px) {
  .foot-banners {
    margin: 2.3rem auto 2.35rem;
    column-gap: 1rem;
    row-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.foot-banner {
  transition: 0.3s;
}
.foot-banner:hover {
  opacity: 0.7;
}

.footer {
  background-color: #fff;
  border-top: 1px #f8f5f4 solid;
}
.footer__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-wrap: wrap;
  }
}
.footer__col1 {
  flex: 0 0 51.4rem;
  border-right: 1px #f8f5f4 solid;
  padding-top: 6.7rem;
  padding-bottom: 5.4rem;
}
@media screen and (max-width: 768px) {
  .footer__col1 {
    padding-top: 3rem;
    padding-bottom: 2.3rem;
    border-right: 0;
    flex: 0 0 100%;
    position: relative;
  }
  .footer__col1::after {
    content: "";
    width: calc(100% + 40px);
    position: absolute;
    left: -20px;
    bottom: 0;
    border-bottom: 1px #f8f5f4 solid;
    height: 1px;
  }
}
.footer__col2 {
  padding-top: 6.7rem;
  border-right: 1px #f8f5f4 solid;
  flex: 0 0 40rem;
  padding-left: 6.35rem;
}
@media screen and (max-width: 768px) {
  .footer__col2 {
    padding: 3rem 0;
    flex: 0 0 24.7rem;
  }
}
.footer__col3 {
  flex: 1;
  position: relative;
}
.footer__links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .footer__links {
    max-width: 21.2rem;
    font-size: 1.6rem;
  }
}
.footer__link {
  font-weight: bold;
}
.footer__link .no {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Archivo Narrow";
  color: #cccccc;
  margin-right: 2.4rem;
}
@media screen and (max-width: 768px) {
  .footer__link .no {
    margin-right: 1.2rem;
  }
}
.footer__link .txt {
  position: relative;
}
.footer__link .txt::before {
  transition: 0.3s;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  border-bottom: 1px solid;
}
@media print, screen and (min-width: 769px) {
  .footer__link .txt:hover::before {
    width: 100%;
  }
}
.footer .address {
  margin-bottom: 3.3rem;
}
.footer .tel {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Archivo Narrow";
  color: #707070;
  letter-spacing: 0.1em;
  width: fit-content;
  transition: 0.3s;
}
.footer .tel:hover {
  opacity: 0.7;
}
.footer .to-top {
  margin: 13rem 3rem 13rem 16rem;
  display: block;
  transition: 0.3s;
}
.footer .to-top:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footer .to-top {
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform: translate(calc(-50% + 10px), -50%);
  }
}
.footer__bottom {
  border-top: 1px #f8f5f4 solid;
}
.footer__bottom-inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__bottom-inner {
    display: block;
  }
}
.footer__bottom-col1 {
  padding: 4.8rem 0;
  flex: 0 0 91.4rem;
  border-right: 1px #f8f5f4 solid;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footer__bottom-col1 {
    padding: 3.6rem 0;
    border-right: 0;
  }
}
.footer__bottom-col2 {
  padding: 4.8rem 0 0 11rem;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Archivo Narrow";
  color: #cccccc;
}
@media screen and (max-width: 768px) {
  .footer__bottom-col2 {
    padding: 3.6rem 0;
    text-align: left;
  }
}
.footer__bottom-link {
  transition: 0.3s;
}
.footer__bottom-link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .footer__bottom-link {
    display: block;
  }
  .footer__bottom-link + .footer__bottom-link {
    margin-top: 2.4rem;
  }
}
.footer__bottom-link:last-child::after {
  display: none;
}
.footer__bottom-link::after {
  margin-right: 1rem;
  margin-left: 1rem;
  content: "/";
}
@media screen and (max-width: 768px) {
  .footer__bottom-link::after {
    margin: 0;
    display: none;
  }
}
.footer__bottom-links {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__bottom-links {
    display: block;
  }
}

.breadcrumb {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    position: relative;
    margin-top: 2rem;
  }
}
.breadcrumb__item img {
  width: 1.9rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .breadcrumb__item {
    overflow: hidden;
    max-width: 17rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
  }
}
.breadcrumb__item::after {
  content: "";
  display: inline-block;
  margin: 0 1.3rem;
  width: 0.6rem;
  height: 1rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.9%22%20height%3D%2210.318%22%20viewBox%3D%220%200%205.9%2010.318%22%3E%20%3Cdefs%3E%20%3ClinearGradient%20id%3D%22linear-gradient%22%20x2%3D%221%22%20y2%3D%221%22%20gradientUnits%3D%22objectBoundingBox%22%3E%20%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23b8c2fa%22%2F%3E%20%3Cstop%20offset%3D%220.246%22%20stop-color%3D%22%23b7d8f8%22%2F%3E%20%3Cstop%20offset%3D%220.65%22%20stop-color%3D%22%23ebc9f5%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ddc890%22%2F%3E%20%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23e6d4a3%22%2F%3E%20%3C%2FlinearGradient%3E%20%3C%2Fdefs%3E%20%3Cpath%20id%3D%22%E4%BA%A4%E5%B7%AE_117%22%20data-name%3D%22%E4%BA%A4%E5%B7%AE%20117%22%20d%3D%22M-12714.086%2C6.3a.741.741%2C0%2C0%2C1%2C0-1.044l3.9-3.9-3.9-3.9a.73.73%2C0%2C0%2C1%2C0-1.041.74.74%2C0%2C0%2C1%2C1.044%2C0l4.426%2C4.419a.739.739%2C0%2C0%2C1%2C.019%2C1.019l-4.441%2C4.451a.738.738%2C0%2C0%2C1-.523.214A.737.737%2C0%2C0%2C1-12714.086%2C6.3Z%22%20transform%3D%22translate(12714.307%203.805)%22%20opacity%3D%220.7%22%20fill%3D%22url(%23linear-gradient)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}
.breadcrumb__item:last-child::after {
  display: none;
}

/**
// componnent
**/
.c-title {
  font-family: "Archivo Narrow";
  font-size: 8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 7.2rem;
    line-height: 1.1111111111;
    margin-bottom: 0.8rem;
  }
  .c-title--2 {
    font-size: 4.8rem;
    line-height: 6.2rem;
  }
}

.c-sub-title {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-sub-title {
    font-size: 1.6rem;
  }
}

.c-bg-title {
  background: linear-gradient(115deg, #b8c2fa 0%, #b7d8f8 24.63%, #ebc9f5 65.02%, #e6d4a3 100%);
  font-size: 2.8rem;
  color: #fff;
  padding: 1rem 2rem 1.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-bg-title {
    font-size: 2.4rem;
    padding: 0.6rem 1rem 0.8rem;
  }
}

.c-mini-title {
  display: inline-block;
  font-family: "Archivo Narrow";
  font-size: 1.4rem;
  color: #cccccc;
}

.c-section-title {
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-section-title {
    font-size: 3.6rem;
  }
}

.c-section-title2 {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.c-block-title {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.c-g-title {
  display: inline-block;
  font-size: 6rem;
  letter-spacing: 0.08em;
  line-height: 8rem;
  font-weight: bold;
  background: linear-gradient(90deg, #b8c2fa 0%, #b7d8f8 24.63%, #ebc9f5 65.02%, #ddc890 100%, #e6d4a3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .c-g-title {
    font-size: 4.2rem;
    line-height: 5.6rem;
  }
}

.c-md-title {
  display: inline-block;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-md-title {
    font-size: 2.4rem;
  }
}

.c-section-catch {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-section-catch {
    font-size: 2rem;
  }
}

.c-button {
  display: block;
  width: 36.3rem;
  height: 7rem;
  position: relative;
  border-radius: 6rem;
  background: linear-gradient(105deg, #b8c2fa 0%, #b7d8f8 24.63%, #ebc9f5 65.02%, #ddc890 100%, #e6d4a3 100%);
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-button {
    width: 100%;
  }
}
.c-button--2 {
  background: linear-gradient(105deg, #e66d9d 0%, #ddc890 100%, #e6d4a3 100%) !important;
}
.c-button--2::after {
  background: linear-gradient(105deg, #e66d9d 0%, #ddc890 100%, #e6d4a3 100%) !important;
}
.c-button--2 .c-button__text {
  color: #e66d9d;
}
.c-button--2 .c-button__icon {
  background: linear-gradient(105deg, #e66d9d 0%, #ddc890 100%, #e6d4a3 100%);
}
@media print, screen and (min-width: 769px) {
  .c-button--2:hover .c-button__icon {
    background: #fff;
  }
  .c-button--2:hover .c-button__icon::before {
    background-image: url("../images/arrow-right2.svg") !important;
  }
}
.c-button--transparent {
  background: transparent;
  border: solid 2px #fff;
}
.c-button--transparent .c-button__text {
  color: #fff;
}
.c-button--transparent .c-button__icon {
  background: #fff;
}
.c-button--transparent .c-button__icon::before {
  background-image: url("../images/arrow-right1.svg") !important;
}
.c-button--transparent::before {
  background: transparent !important;
}
.c-button--transparent::after {
  background: transparent;
}
.c-button--center {
  margin: auto;
}
.c-button--center .c-button__text {
  text-align: center;
  padding-left: 0;
  width: 100%;
}
.c-button::before {
  transition: 0.3s;
  content: "";
  border-radius: 6rem;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.c-button::after {
  content: "";
  transition: 0.3s;
  background: linear-gradient(105deg, #b8c2fa 0%, #b7d8f8 24.63%, #ebc9f5 65.02%, #ddc890 100%, #e6d4a3 100%);
  width: 0;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
}
@media print, screen and (min-width: 769px) {
  .c-button:hover::after {
    width: 100%;
    left: 0;
    right: 0;
  }
  .c-button:hover .c-button__text {
    color: #fff;
  }
  .c-button:hover .c-button__memo {
    color: #fff;
  }
  .c-button:hover .c-button__icon {
    background: #fff;
  }
  .c-button:hover .c-button__icon::before {
    background-image: url("../images/arrow-right1.svg");
  }
}
.c-button__inner {
  display: flex;
  align-items: center;
  padding: 0.8rem;
  z-index: 2;
  position: relative;
  height: 100%;
}
.c-button__icon {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 100%;
  background-color: #fff;
  margin-right: 1.5rem;
  background: linear-gradient(135deg, #b8c2fa 0%, #b7d8f8 24.63%, #ebc9f5 65.02%, #ddc890 100%, #e6d4a3 100%);
  position: relative;
  position: absolute;
  left: 1rem;
}
.c-button__icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/arrow-right-w.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.c-button__text {
  color: #b8c2fa;
  font-size: 1.9rem;
  font-weight: bold;
  padding-left: 7.2rem;
}
@media screen and (max-width: 768px) {
  .c-button__text {
    font-size: 1.6rem;
  }
}
.c-button__memo {
  color: #b8c2fa;
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 7.2rem;
}

.c-view-all {
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  font-family: "Archivo Narrow";
  transition: 0.3s;
}
.c-view-all:hover {
  opacity: 0.7;
}
.c-view-all span {
  background: linear-gradient(90deg, #b8c2fa 0%, #b7d8f8 24.63%, #ebc9f5 65.02%, #ddc890 100%, #e6d4a3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-view-all img {
  margin-right: 0.7rem;
  display: inline-block;
  width: 1.6rem;
}

@media screen and (max-width: 768px) {
  .c-category-filter--sp-col4 .c-category-filter__items {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0.5rem;
    row-gap: 1rem;
  }
}
.c-category-filter__title {
  display: inline-block;
  margin-right: 0.9rem;
}
@media screen and (max-width: 768px) {
  .c-category-filter__title {
    margin-bottom: 0.7rem;
  }
}
.c-category-filter__items {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-category-filter__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1.5rem;
    row-gap: 1.45rem;
  }
}
.c-category-filter__item {
  border-radius: 40px;
  display: inline-block;
  padding: 0.6rem 2.4rem 0.7rem;
  text-align: center;
  background: #f8f8f8;
  margin: 0 0.9rem 1.7rem;
  position: relative;
  transition: 0.3s;
  border: 0;
}
@media screen and (max-width: 768px) {
  .c-category-filter__item {
    margin: 0;
    padding: 1rem 0.5rem;
    font-size: 1.2rem;
  }
}
.c-category-filter__item span {
  position: relative;
  z-index: 2;
}
.c-category-filter__item.is-active {
  color: #fff;
}
.c-category-filter__item.is-active:hover {
  opacity: 0.75;
}
.c-category-filter__item.is-active::after {
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .c-category-filter__item:hover::after {
    width: 100%;
  }
  .c-category-filter__item:hover::after span {
    color: #fff;
  }
}
.c-category-filter__item::after {
  content: "";
  transition: 0.3s;
  border-radius: 40px;
  background: linear-gradient(105deg, #e66d9d 0%, #ddc890 100%, #e6d4a3 100%) !important;
  width: 0;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
}
.c-category-filter__select {
  display: inline-block;
}
.c-category-filter__select select {
  -webkit-appearance: none;
  appearance: none;
  min-width: 22.4rem;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.16%22%20height%3D%225.808%22%20viewBox%3D%220%200%2010.16%205.808%22%3E%20%3Cpath%20id%3D%22Icon_ionic-ios-arrow-back%22%20data-name%3D%22Icon%20ionic-ios-arrow-back%22%20d%3D%22M13%2C11.272l3.844-3.841a.726.726%2C0%2C0%2C0-1.028-1.025l-4.355%2C4.352a.725.725%2C0%2C0%2C0-.021%2C1l4.373%2C4.382a.726.726%2C0%2C1%2C0%2C1.028-1.025Z%22%20transform%3D%22translate(-6.194%2017.059)%20rotate(-90)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  padding: 1rem 2rem;
  background-position: right 2rem center;
}

.c-news-item {
  display: block;
  padding: 2.5rem 0;
  background-image: url("../images/arrow-right1.svg");
  background-repeat: no-repeat;
  background-position: center right;
  border-bottom: 1px solid #707070;
  position: relative;
}
.c-news-item::before {
  z-index: 1;
  background: linear-gradient(90deg, #b8c2fa 0%, #b7d8f8 24.63%, #ebc9f5 65.02%, #ddc890 100%, #e6d4a3 100%);
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 0;
  transition: 0.45s;
  height: 1px;
}
@media print, screen and (min-width: 769px) {
  .c-news-item:hover::before {
    left: 0;
    right: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .c-news-item:hover > .c-news-item__title {
    background: linear-gradient(90deg, #b8c2fa 0%, #b7d8f8 24.63%, #ebc9f5 65.02%, #ddc890 100%, #e6d4a3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.c-news-item__head {
  font-size: 1.4rem;
  color: #999999;
  margin-bottom: 1.6rem;
}
.c-news-item__date {
  font-family: "Archivo Narrow";
  display: inline-block;
  margin: 0rem 1rem 0 0;
}
.c-news-item__label {
  display: inline-block;
  padding: 0.3rem 1rem;
  line-height: 1;
  border: solid 1px;
}
.c-news-item__title {
  max-width: 64.8rem;
  transition: 0.45s;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .c-news-item__title {
    max-width: 93%;
  }
}

.c-toggle {
  margin-bottom: 1.5rem;
  border-bottom: #cccccc 1px solid;
  position: relative;
  transition: 0.45s;
}
.c-toggle::before {
  z-index: 1;
  background: linear-gradient(90deg, #b8c2fa 0%, #b7d8f8 24.63%, #ebc9f5 65.02%, #ddc890 100%, #e6d4a3 100%);
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  width: 0;
  transition: 0.45s;
  height: 1px;
}
@media print, screen and (min-width: 769px) {
  .c-toggle:hover::before {
    left: 0;
    right: 0;
    width: 100%;
  }
}
.c-toggle:hover .c-toggle__title {
  opacity: 0.7;
}
.c-toggle__title {
  position: relative;
  font-weight: bold;
  font-size: 2rem;
  cursor: pointer;
  padding-top: 2.7rem;
  padding-bottom: 2.7rem;
  padding-left: 1rem;
  padding-bottom: 2rem;
  transition: 0.45s;
}
@media screen and (max-width: 768px) {
  .c-toggle__title {
    font-size: 1.6rem;
  }
}
.c-toggle__title::after {
  content: "";
  background-image: url("../images/icon-c-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 2rem;
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  transition: 0.3s;
  transform: translateY(-50%) rotate(180deg);
}
.c-toggle__title.is-active::after {
  transform: translateY(-50%);
}
.c-toggle__body {
  display: none;
  font-size: 1.4rem;
  padding-bottom: 2.7rem;
}
@media screen and (max-width: 768px) {
  .c-toggle__body {
    font-size: 1.6rem;
    padding-right: 4rem;
    line-height: 2;
  }
}

@media screen and (max-width: 768px) {
  .c-table--spblock .c-table__row {
    display: block;
  }
  .c-table--spblock .c-table__th {
    padding-bottom: 0.5rem;
  }
  .c-table--spblock .c-table__td {
    padding-top: 0.5rem;
  }
}
.c-table__row {
  display: flex;
  border-bottom: 1px solid #cccccc;
}
.c-table__th {
  flex: 0 0 15rem;
  padding: 2rem 0;
  font-weight: bold;
}
.c-table__td {
  flex: 1;
  padding: 2rem 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-table__td {
    font-size: 1.6rem;
  }
}

.c-table2__row {
  display: flex;
  border-bottom: 1px solid #cccccc;
}
.c-table2__th {
  flex: 1;
  padding: 2rem 0;
  font-weight: bold;
}
.c-table2__td {
  flex: 1;
  padding: 2rem 0;
  font-size: 1.4rem;
}

.c-tabs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .c-tabs {
    column-gap: 1rem;
    row-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-tabs--company {
  margin: 6rem auto 0;
}
@media screen and (max-width: 768px) {
  .c-tabs--company {
    margin-top: 4rem;
  }
}
.c-tabs--recruit {
  column-gap: 1.6rem;
  grid-template-columns: repeat(5, 1fr);
  margin: 6rem auto 0;
}
@media screen and (max-width: 768px) {
  .c-tabs--recruit {
    column-gap: 1rem;
    row-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-tabs .c-tab {
  display: block;
  height: 5rem;
  line-height: 5rem;
  border-radius: 6rem;
  position: relative;
  background: linear-gradient(105deg, #e66d9d 0%, #ddc890 100%, #e6d4a3 100%) !important;
  transition: 0.3s;
  overflow: hidden;
  text-align: center;
}
.c-tabs .c-tab.is-active span {
  color: #fff;
}
.c-tabs .c-tab.is-active::after {
  width: 100%;
  left: 0;
  right: 0;
}
.c-tabs .c-tab span {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #e66d9d;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .c-tabs .c-tab:hover::after {
    width: 100%;
    left: 0;
    right: 0;
  }
  .c-tabs .c-tab:hover span {
    color: #fff;
  }
}
.c-tabs .c-tab::before {
  transition: 0.3s;
  content: "";
  border-radius: 6rem;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.c-tabs .c-tab::after {
  content: "";
  transition: 0.3s;
  background: linear-gradient(105deg, #e66d9d 0%, #ddc890 100%, #e6d4a3 100%) !important;
  width: 0;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
}

.c-tabs2 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 0.7rem;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
.c-tabs2::after {
  content: "";
  width: 100%;
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(to right, #e66d9d 0%, #e6d4a3 100%);
}
@media screen and (max-width: 768px) {
  .c-tabs2::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-tabs2 {
    padding: 0;
    margin-top: 0rem;
    padding-top: 6rem;
    column-gap: 1rem;
    row-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-tabs2 .c-tab2 {
  margin-top: 6rem;
  height: 7.2rem;
  position: relative;
  border-radius: 1rem 1rem 0 0;
  background-color: #cccccc;
  transition: 0.3s;
  overflow: hidden;
  text-align: center;
  transition: 0.3s;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-tabs2 .c-tab2 {
    margin: 0;
    font-size: 1.5rem;
    border-radius: 1rem;
  }
}
.c-tabs2 .c-tab2.is-active span {
  color: #fff;
}
.c-tabs2 .c-tab2.is-active::after {
  width: 100%;
  left: 0;
  right: 0;
}
.c-tabs2 .c-tab2 span {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-tabs2 .c-tab2 span {
    font-size: 0.85em;
  }
}
.c-tabs2 .c-tab2 span.small {
  font-size: 0.7em;
  white-space: nowrap;
  line-height: 1.6;
  display: block;
}
@media print, screen and (min-width: 769px) {
  .c-tabs2 .c-tab2:hover::after {
    width: 100%;
    left: 0;
    right: 0;
  }
  .c-tabs2 .c-tab2:hover span {
    color: #fff;
  }
}
.c-tabs2 .c-tab2::before {
  transition: 0.3s;
  background-color: #cccccc;
  content: "";
  position: absolute;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-tabs2 .c-tab2::after {
  content: "";
  transition: 0.3s;
  background: linear-gradient(105deg, #e66d9d 0%, #ddc890 100%, #e6d4a3 100%) !important;
  width: 0;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
}

.wp-pagenavi {
  text-align: center;
  margin-bottom: 12.7rem;
}
.wp-pagenavi > * {
  font-family: "Archivo Narrow";
  font-weight: bold;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 100%;
  transition: 0.3s;
  margin: 0 0.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi > * {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    margin: 0 0.25rem;
  }
}
.wp-pagenavi .current {
  color: #fff;
  background: linear-gradient(105deg, #e66d9d 0%, #ddc890 100%, #e6d4a3 100%);
}
@media print, screen and (min-width: 769px) {
  .wp-pagenavi a:hover {
    color: #fff;
    background: linear-gradient(105deg, #e66d9d 0%, #ddc890 100%, #e6d4a3 100%);
  }
}

.c-form__privacy {
  text-align: center;
  display: block;
  margin-bottom: 7rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-form__privacy {
    margin-bottom: 4rem;
    line-height: 1.8;
  }
  .c-form__privacy .input-checkbox input + label::before {
    top: 1.8rem;
    width: 1.6em;
    height: 1.6em;
    right: 2rem;
    margin-right: 0;
  }
  .c-form__privacy .input-checkbox input:checked + label::after {
    left: -1rem;
    top: 2.3rem;
  }
}
.c-form__item {
  margin-bottom: 3rem;
}
.c-form__item input[type=text],
.c-form__item input[type=email],
.c-form__item input[type=tel],
.c-form__item input[type=date]{
  padding: 1.45rem;
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  max-width: 61.8rem;
  display: block;
}
.c-form__item input[type=text].zipcode,
.c-form__item input[type=email].zipcode,
.c-form__item input[type=tel].zipcode {
  max-width: 21.5rem;
}
.c-form__item input[type=text].address,
.c-form__item input[type=email].address,
.c-form__item input[type=tel].address {
  max-width: 82rem;
}
.c-form__item input[type=email] {
  width: 100%;
  max-width: 72.6rem;
}
.c-form__item .date input {
  display: inline-block;
  width: auto;
  width: 13rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
.c-form__item .date input:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .c-form__item .date input {
    width: 8rem;
    margin-right: 0.5rem;
  }
}
.c-form__item select {
  -webkit-appearance: none;
  appearance: none;
  min-width: 27.4rem;
  padding: 1.45rem;
  background: #fff;
  border: 1px solid #ccc;
  display: block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210.16%22%20height%3D%225.808%22%20viewBox%3D%220%200%2010.16%205.808%22%3E%20%3Cpath%20id%3D%22Icon_ionic-ios-arrow-back%22%20data-name%3D%22Icon%20ionic-ios-arrow-back%22%20d%3D%22M13%2C11.272l3.844-3.841a.726.726%2C0%2C0%2C0-1.028-1.025l-4.355%2C4.352a.725.725%2C0%2C0%2C0-.021%2C1l4.373%2C4.382a.726.726%2C0%2C1%2C0%2C1.028-1.025Z%22%20transform%3D%22translate(-6.194%2017.059)%20rotate(-90)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 2rem center;
}
.c-form__item textarea {
  width: 100%;
  height: 23.5rem;
  padding: 1.45rem;
  background: #fff;
  border: 1px solid #ccc;
}
.c-form__item .form-error {
  color: #ff1100;
  font-size: 0.8em;
  font-weight: bold;
}
.c-form__item-name {
  font-weight: bold;
  margin-bottom: 1rem;
}
.c-form__item-name::before {
  content: "任意";
  background-color: #acacac;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.2rem;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
}
.c-form__item-name.require::before {
  content: "必須";
  background-color: #ff1100;
  color: #fff;
  padding: 0 0.5rem;
  margin-left: 0.2rem;
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
}
.c-form__buttons {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .c-form__buttons {
    display: flex;
    flex-direction: column-reverse;
  }
}
.c-form__button {
  width: 100%;
  margin: 0 2rem;
  max-width: 62rem;
  padding: 1.45rem;
  color: #fff;
  display: block;
  border: 0;
  text-align: center;
  font-size: 2rem;
  background-color: #c2c2c2;
  transition: 0.3s;
  cursor: pointer;
}
.c-form__button:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-form__button {
    max-width: 100%;
    margin: 2rem 0;
    padding: 2rem;
  }
}
.c-form__button--back {
  background-color: #eee;
  color: #707070;
}

.c-info-row {
  display: flex;
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 768px) {
  .c-info-row {
    display: block;
  }
}
.c-info-row__left {
  flex: 0 0 24rem;
}
.c-info-row__left .page-footer__title {
  border-bottom: 0;
}
.c-info-row__right {
  flex: 1;
  padding-left: 13rem;
}
@media screen and (max-width: 768px) {
  .c-info-row__right {
    padding: 0;
  }
}

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