@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media screen and (max-width: 991px) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 574px) {
  html {
    font-size: 55%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #222222;
  font-weight: 500;
}
@media print {
  body {
    zoom: 0.8;
  }
}
@media screen and (max-width: 359px) {
  body {
    zoom: 0.85;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media print {
  .container {
    min-width: 1200px !important;
  }
  a:not(.btn) {
    text-decoration: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.id-target {
  display: block;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .id-target {
    scroll-margin-top: 7rem;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1400px) {
  br.pc {
    display: block;
  }
}
br.xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.xl {
    display: block;
  }
}
br.lg {
  display: none;
}
@media screen and (max-width: 991px) {
  br.lg {
    display: block;
  }
}
br.md {
  display: none;
}
@media screen and (max-width: 767px) {
  br.md {
    display: block;
  }
}
br.sm {
  display: none;
}
@media screen and (max-width: 574px) {
  br.sm {
    display: block;
  }
}
br.xs {
  display: none;
}
@media screen and (max-width: 450px) {
  br.xs {
    display: block;
  }
}

@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }
  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }
  .fadein.is-show {
    opacity: 1;
  }
  .fadein_top {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(-35px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(35px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(-35px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(35px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  .effect span {
    display: inline-block;
    position: relative;
  }
  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s); /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1); /* 再生される回数 */
    animation-duration: var(--duration, 1s); /* 完了するまでの所要時間 */
    animation-fill-mode: both; /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); /* タイミングの指定 */
  }
  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }
  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ff93a3;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  @keyframes clip-text {
    from {
      clip-path: inset(0 100% 0 0);
    }
    to {
      clip-path: inset(0 0 0 0);
    }
  }
  @keyframes text-revealer {
    0%, 50% {
      transform-origin: 0 50%;
    }
    60%, 100% {
      transform-origin: 100% 50%;
    }
    60% {
      transform: scaleX(1);
    }
    100% {
      transform: scaleX(0);
    }
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0 3rem;
  height: 8rem;
  z-index: 999;
}
@media screen and (max-width: 1199px) {
  header {
    padding: 0 2rem;
    height: 7rem;
  }
}
header .logo {
  width: 18rem;
}
@media screen and (max-width: 1199px) {
  header .logo {
    width: 12rem;
  }
}
@media screen and (max-width: 991px) {
  header .logo {
    width: 18rem;
  }
}
header .logo img, header .logo a {
  display: block;
}
header nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 991px) {
  header nav {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25rem;
    flex-direction: column;
    gap: 0;
    background: #fff;
    transform: translateY(100%) translateX(100%);
    padding-bottom: 1.5rem;
    transition: 0.5s;
  }
  header nav.open {
    transform: translateY(100%);
  }
}
header nav > a {
  display: block;
  padding-left: 1rem;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  header nav > a {
    padding: 1.5rem;
    width: 100%;
  }
}
header nav > a::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #ff93a3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  header nav > a::after {
    display: none;
  }
}
header nav > a.active {
  color: #ff93a3;
}
@media screen and (max-width: 991px) {
  header nav > a.active {
    color: #fff;
    background: #ff93a3;
  }
}
header nav > a.active::after {
  opacity: 1;
}
@media (min-width: 992px) {
  header nav > a:hover {
    color: #ff93a3;
  }
  header nav > a:hover::after {
    opacity: 1;
  }
}
header nav .nav_btn {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  header nav .nav_btn {
    flex-direction: column;
    margin-top: 1rem;
    width: 100%;
    padding: 0 1.5rem;
  }
}
header nav .nav_btn .mail, header nav .nav_btn .tel {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: fit-content;
  padding: 0 2rem;
  height: 4.5rem;
  border-radius: 5rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  header nav .nav_btn .mail, header nav .nav_btn .tel {
    width: 100%;
    justify-content: center;
  }
}
header nav .nav_btn .mail i, header nav .nav_btn .tel i {
  font-size: 1.8rem;
}
header nav .nav_btn .mail {
  background: #ff93a3;
  font-size: 1.8rem;
}
@media screen and (max-width: 1199px) {
  header nav .nav_btn .mail {
    font-size: 1.6rem;
  }
}
header nav .nav_btn .tel {
  font-family: "Figtree", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  background: #ed6894;
}
@media screen and (max-width: 1199px) {
  header nav .nav_btn .tel {
    font-size: 1.7rem;
  }
}
header nav .nav_btn .tel-link {
  display: block;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  header nav .nav_btn .tel-link {
    width: 100%;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #ff93a3;
  position: absolute;
  transition-duration: 0.4s;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 991px) {
  header .toggle {
    display: block;
  }
}

.title .en {
  font-size: 7rem;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #ff93a3;
}
@media screen and (max-width: 767px) {
  .title .en {
    font-size: 5rem;
  }
}
.title h3 {
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .title h3 {
    font-size: 2rem;
    margin-top: 1.4rem;
  }
}
.title.white .en, .title.white h3 {
  color: #fff;
}
.title.center {
  text-align: center;
}

.more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 25.5rem;
  padding: 2rem;
  background: linear-gradient(90deg, #ff849d 0%, #d84fa5 100%);
  background-size: 200% 100%;
  background-position: 0 0;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
  border-radius: 1.5rem;
  transition: 0.5s ease, transform 0.3s ease;
  overflow: hidden;
}
.more i {
  font-size: 1.8rem;
  transition: transform 0.3s ease;
}
@media (min-width: 992px) {
  .more:hover {
    color: #fff;
    background-position: 200% 0;
    transform: translateY(-2px);
  }
  .more:hover i {
    transform: translateX(6px);
  }
}
@media screen and (max-width: 574px) {
  .more {
    padding: 1.5rem 2rem;
  }
}
.more.white {
  background: #fff;
  color: #ff93a3;
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .more.white:hover {
    color: #fff;
    background: transparent;
  }
}

.footer_contact {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer_contact {
    flex-direction: column;
  }
}
.footer_contact > * {
  width: 50%;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer_contact > * {
    width: 100%;
  }
}
.footer_contact .tel, .footer_contact .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 5rem 1rem;
  gap: 2rem;
  color: #fff;
  background: #ff93a3;
}
@media screen and (max-width: 574px) {
  .footer_contact .tel, .footer_contact .mail {
    padding: 4rem 1rem;
  }
}
.footer_contact .tel_ttl, .footer_contact .mail_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08rem;
}
.footer_contact .tel_num, .footer_contact .mail_num {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 4.5rem;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer_contact .tel_num, .footer_contact .mail_num {
    font-size: 4rem;
  }
}
.footer_contact .tel_num i, .footer_contact .mail_num i {
  font-size: 3.4rem;
}
.footer_contact .mail {
  background: #ed6894;
}
.footer_bottom {
  padding: 6rem 0;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
  }
}
.footer_left .logo {
  width: 18rem;
}
@media screen and (max-width: 991px) {
  .footer_left .logo {
    margin: 0 auto;
  }
}
.footer_left .add {
  line-height: 1.8;
  margin-top: 3rem;
}
@media screen and (max-width: 991px) {
  .footer_left .add {
    text-align: center;
  }
}
.footer_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer_nav {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 574px) {
  .footer_nav {
    display: none;
  }
}
.footer .copy {
  text-align: right;
  font-size: 1.3rem;
}
@media screen and (max-width: 991px) {
  .footer .copy {
    margin-top: 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 574px) {
  .footer .copy {
    margin-top: 0;
  }
}

.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 4.5rem;
  z-index: 999;
}

@media screen and (max-width: 991px) {
  #top {
    overflow: hidden;
  }
}
#top .mv {
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 991px) {
  #top .mv {
    margin-top: 7rem;
  }
}
#top .mv .slider_image {
  height: calc(100vh - 8rem);
}
@media screen and (max-width: 991px) {
  #top .mv .slider_image {
    height: 70rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv .slider_image {
    height: 50vh;
    min-height: 60rem;
  }
}
#top .mv .slider_image img {
  height: 100%;
  object-fit: cover;
}
#top .mv_text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 9rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  #top .mv_text {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text {
    padding: 0 2rem;
    top: 43%;
  }
}
#top .mv_text h2 {
  font-size: 4.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #top .mv_text h2 {
    font-size: 4rem;
    line-height: 1.5;
  }
}
#top .mv_en {
  position: absolute;
  left: 9rem;
  bottom: 0;
  transform: translateY(85%);
}
@media screen and (max-width: 1199px) {
  #top .mv_en {
    left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_en {
    opacity: 0.5;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_en {
    left: 2rem;
    transform: translateY(90%);
  }
}
#top .mv_en p {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white, #FFF);
  font-family: "Figtree", sans-serif;
  font-size: 8.8vw;
  font-weight: 700;
  line-height: 1.1;
  color: transparent;
}
@media screen and (max-width: 574px) {
  #top .mv_en p {
    font-size: 14vw;
    letter-spacing: 0.1rem;
  }
}
#top .about {
  padding: 13rem 0;
  background: url(../images/top/about.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  #top .about {
    padding: 8rem 0;
  }
}
#top .about .title .en {
  font-size: 9rem;
}
@media screen and (max-width: 767px) {
  #top .about .title .en {
    font-size: 6rem;
  }
}
#top .about_lead {
  margin-top: 4.5rem;
  font-size: 1.8rem;
  line-height: 2.4;
  color: #fff;
  text-align: justify;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1199px) {
  #top .about_lead {
    font-size: 1.6rem;
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about_lead {
    line-height: 1.8;
  }
}
@media screen and (max-width: 991px) {
  #top .about_lead br.sp_none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #top .about_lead br {
    display: none;
  }
}
#top .commit {
  padding: 10rem 0;
  overflow: visible;
}
#top .commit_title {
  position: sticky;
  left: 0;
  top: 12rem;
}
#top .commit_title .more {
  margin-top: 10rem;
}
@media screen and (max-width: 991px) {
  #top .commit_title .more {
    display: none;
  }
}
#top .commit .more.pc_none {
  display: none;
}
@media screen and (max-width: 991px) {
  #top .commit .more.pc_none {
    display: flex;
    margin-top: 3rem;
    margin-left: auto;
  }
}
#top .commit_box {
  padding-left: 4rem;
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
}
@media screen and (max-width: 991px) {
  #top .commit_box {
    padding-left: 0;
    margin-top: 4rem;
  }
}
#top .commit_item {
  height: 47.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top .commit_item {
    height: 40rem;
  }
}
#top .commit_item img {
  border-radius: 2rem;
  height: 100%;
  object-fit: cover;
}
#top .commit_item .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 0 0 4rem;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 3.6rem;
  letter-spacing: 0.14rem;
}
@media screen and (max-width: 574px) {
  #top .commit_item .num {
    padding-left: 2rem;
  }
}
#top .commit_item .num span {
  font-family: "Oswald", sans-serif;
  font-size: 6.6rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-left: 0.5rem;
}
#top .commit_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 4rem 5rem;
}
@media screen and (max-width: 767px) {
  #top .commit_text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#top .commit_text h4 {
  width: fit-content;
  padding: 1rem 1.5rem;
  background: #fff;
  font-weight: bold;
  font-size: 3.2rem;
}
@media screen and (max-width: 574px) {
  #top .commit_text h4 {
    font-size: 2.8rem;
  }
}
#top .commit_text p {
  margin-top: 1.5rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.06rem;
}
#top .service {
  display: flex;
  padding: 0 5rem;
  margin-bottom: 9rem;
  gap: 2.4rem;
  align-items: flex-start;
}
@media screen and (max-width: 1400px) {
  #top .service {
    padding: 0 2.4rem;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .service {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 574px) {
  #top .service {
    padding: 0 1.5rem;
  }
}
#top .service_item {
  flex: 1;
  position: relative;
  background: #ff93a3;
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  z-index: 0;
  aspect-ratio: 69/100;
}
@media screen and (max-width: 1199px) {
  #top .service_item {
    flex: none;
    aspect-ratio: 1/1;
    width: calc(33.3333% - 1rem);
  }
}
@media screen and (max-width: 991px) {
  #top .service_item {
    aspect-ratio: 4/5;
  }
}
@media screen and (max-width: 767px) {
  #top .service_item {
    width: calc(50% - 0.75rem);
  }
}
@media screen and (max-width: 574px) {
  #top .service_item {
    aspect-ratio: 2/3;
  }
}
#top .service_item:nth-of-type(even) {
  margin-top: 3rem;
}
@media screen and (max-width: 1199px) {
  #top .service_item:nth-of-type(even) {
    margin: 0;
  }
}
#top .service_item .num {
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  color: #fff;
  writing-mode: vertical-rl;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1400px) {
  #top .service_item .num {
    right: 1rem;
    top: 1rem;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .service_item .num {
    right: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .service_item .num {
    right: 1rem;
    font-size: 1.6rem;
  }
}
#top .service_item .num span {
  font-size: 3rem;
  line-height: 1;
  margin-left: 1rem;
}
@media screen and (max-width: 1400px) {
  #top .service_item .num span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .service_item .num span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .service_item .num span {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #top .service_item:hover .service_image img {
    transform: scale(1.1);
  }
  #top .service_item:hover .service_text .arrow {
    background: #fff;
    color: #ff93a3;
  }
}
#top .service_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  #top .service_text {
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 574px) {
  #top .service_text {
    align-items: flex-end;
  }
}
#top .service_text h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  #top .service_text h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .service_text h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .service_text h3 {
    line-height: 1.5;
  }
}
#top .service_text .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  border: 3px solid #fff;
  color: #fff;
  transition: 0.5s;
}
@media screen and (max-width: 1400px) {
  #top .service_text .arrow {
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
  }
}
#top .service_image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 1rem 31rem 1rem 1rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top .service_image img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
#top .company {
  margin-bottom: 10rem;
}
#top .company_btn {
  display: block;
  overflow: hidden;
  border-radius: 2rem;
  position: relative;
  height: 38rem;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  #top .company_btn {
    height: 30rem;
  }
}
@media screen and (max-width: 574px) {
  #top .company_btn {
    height: 25rem;
  }
}
#top .company_btn img {
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
#top .company_btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #c3c3c3;
  mix-blend-mode: multiply;
  z-index: 1;
  display: block;
  transition: 0.5s;
}
@media (min-width: 992px) {
  #top .company_btn:hover img {
    transform: scale(1.1);
  }
  #top .company_btn:hover::after {
    opacity: 0.3;
  }
  #top .company_btn:hover .company_text .arrow {
    background: #fff;
    color: #ff93a3;
  }
}
#top .company_text {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 574px) {
  #top .company_text {
    padding: 0 2rem;
  }
}
#top .company_text .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  border: 3px solid #fff;
  font-size: 2.4rem;
  transition: 0.5s;
}
@media screen and (max-width: 574px) {
  #top .company_text .arrow {
    width: 5rem;
    height: 5rem;
  }
}

.subhead {
  height: 45rem;
  display: flex;
  align-items: center;
  padding: 0 3rem;
  margin-top: 8rem;
}
@media screen and (max-width: 991px) {
  .subhead {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 574px) {
  .subhead {
    height: 25rem;
    padding: 0 2rem;
  }
}
.subhead_text {
  color: #fff;
}
.subhead_text .en {
  font-size: 7rem;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 574px) {
  .subhead_text .en {
    font-size: 5rem;
  }
}
.subhead_text h2 {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 574px) {
  .subhead_text h2 {
    font-size: 2rem;
  }
}

#commit .subhead {
  background: url(../../images/commit/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#commit .anchor {
  position: sticky;
  top: 10rem;
  left: 0;
}
#commit .anchor h3 {
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  background: #ff93a3;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #fff;
}
#commit .anchor ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 2rem;
  margin-top: 2rem;
}
#commit .anchor ul li {
  width: 100%;
}
#commit .anchor ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: bold;
  color: #ddd;
}
#commit .anchor ul li a::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #ddd;
}
#commit .anchor ul li a.active {
  color: #222222;
}
#commit .anchor ul li a.active::before {
  background: linear-gradient(90deg, #ff849d 0%, #d84fa5 100%);
}
#commit .service {
  margin-top: 10rem;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  #commit .service {
    padding-left: 0;
  }
}
@media screen and (max-width: 574px) {
  #commit .service {
    margin-top: 6rem;
  }
}
#commit .service:first-of-type {
  margin-top: 0;
}
#commit .service_wrap {
  padding: 8rem 0;
}
@media screen and (max-width: 574px) {
  #commit .service_wrap {
    padding: 6rem 0;
  }
}
#commit .service_wrap .col-lg-3 {
  border-right: 1px solid #ddd;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  #commit .service_wrap .col-lg-3 {
    display: none;
  }
}
#commit .service_image {
  position: relative;
  --extend: 0px;
  margin-right: calc(-1 * var(--extend));
  width: calc(100% + var(--extend));
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  #commit .service_image {
    width: 100%;
    margin-right: 0;
  }
}
#commit .service_image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  height: 45rem;
}
@media screen and (max-width: 767px) {
  #commit .service_image img {
    height: 40rem;
    border-radius: 1rem;
  }
}
@media screen and (max-width: 574px) {
  #commit .service_image img {
    height: 30rem;
  }
}
#commit .service_title {
  position: absolute;
  left: -1rem;
  top: 0;
  padding: 3rem 4rem;
  background: linear-gradient(90deg, #ff849d 0%, #d84fa5 100%);
  color: #fff;
  gap: 1.5rem;
  border-radius: 1rem;
}
#commit .service_title h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 574px) {
  #commit .service_title h3 {
    font-size: 2.6rem;
  }
}
#commit .service_text {
  margin-top: 4rem;
}
#commit .service_lead {
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 574px) {
  #commit .service_lead {
    line-height: 1.8;
  }
}

#service {
  overflow: hidden;
}
#service .subhead {
  background: url(../../images/service/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#service .service {
  padding: 10rem 0;
}
#service .service_box {
  margin-top: 8rem;
  display: flex;
  align-items: center;
}
#service .service_box:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #service .service_box {
    flex-direction: column;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #service .service_box.rev {
    flex-direction: column-reverse;
  }
}
#service .service_image {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  width: 70vw;
  padding-right: 15px;
  padding-left: 8vw;
  height: 55rem;
}
@media screen and (max-width: 767px) {
  #service .service_image {
    width: 100%;
    padding: 0;
    height: auto;
    margin: 0;
  }
}
#service .service_image img {
  height: 100%;
  object-fit: cover;
}
#service .service_image.rev {
  margin-left: 0;
  margin-right: calc(-1 * (100vw - 100%) / 2);
  padding-left: 0;
  padding-right: 8vw;
}
@media screen and (max-width: 767px) {
  #service .service_image.rev {
    padding: 0;
    margin: 0;
  }
}
#service .service_text {
  width: 48%;
  margin-left: -18%;
  background: #fff;
  color: #222222;
  padding: 5rem 6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  #service .service_text {
    padding: 4rem;
  }
}
@media screen and (max-width: 1199px) {
  #service .service_text {
    padding: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #service .service_text {
    width: 100%;
    margin: 0;
    padding: 3rem 0;
  }
}
#service .service_text.rev {
  margin-left: 0;
  margin-right: -18%;
}
@media screen and (max-width: 767px) {
  #service .service_text.rev {
    margin: 0;
  }
}
#service .service_text .num {
  position: absolute;
  right: 3rem;
  top: 3rem;
  font-size: 10rem;
  font-family: "Figtree", sans-serif;
  font-weight: bold;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ff93a3;
  color: transparent;
  line-height: 1;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  #service .service_text .num {
    top: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  #service .service_text .num {
    font-size: 7rem;
  }
}
#service .service_text h3 {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.5;
  padding-left: 1rem;
  border-left: 1rem solid #ff93a3;
}
@media screen and (max-width: 1199px) {
  #service .service_text h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  #service .service_text h3 {
    font-size: 2.2rem;
  }
}
#service .service_text h4 {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #ed6894;
}
#service .service_text p {
  margin-top: 1.5rem;
  line-height: 1.8;
  text-align: justify;
  font-size: 1.5rem;
}

#company {
  overflow: hidden;
}
#company .subhead {
  background: url(../../images/company/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#company .title_bottom {
  padding-bottom: 1rem;
  border-bottom: 2px solid #D9D9D9;
  width: fit-content;
  position: relative;
  margin-bottom: 3rem;
}
#company .title_bottom::after {
  content: "";
  width: 6rem;
  height: 2px;
  background: #ff93a3;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#company .title_bottom .en {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 6rem;
}
@media screen and (max-width: 574px) {
  #company .title_bottom .en {
    font-size: 4.8rem;
  }
}
#company .title_bottom h3 {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
#company .title_bottom.white::after {
  background: #fff;
}
#company .content_bg {
  position: relative;
  padding: 10rem 0;
  z-index: 0;
}
@media screen and (max-width: 574px) {
  #company .content_bg {
    padding: 7rem 0;
  }
}
#company .content_bg::after {
  content: "";
  width: 40vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff6fb;
  z-index: -1;
}
#company .content_bg section {
  margin-top: 6rem;
}
@media screen and (max-width: 574px) {
  #company .content_bg section {
    margin-top: 5rem;
  }
}
#company .content_bg section .sec_inner {
  padding: 4rem;
  border-radius: 1rem;
  background: #fff;
  margin-left: 2rem;
}
@media screen and (max-width: 991px) {
  #company .content_bg section .sec_inner {
    margin-left: 0;
    padding: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  #company .content_bg section .sec_inner {
    padding: 1.5rem;
  }
}
#company .content_bg section.message {
  margin-top: 0;
}
#company .content_bg section table {
  width: 100%;
}
#company .content_bg section table th {
  border-bottom: #ff93a3 1px solid;
  width: 25%;
  color: #ff93a3;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #company .content_bg section table th {
    background: #ff93a3;
    color: #fff;
  }
}
#company .content_bg section table tr:last-of-type th {
  border-color: #ff93a3;
}
#company .content_bg section table td {
  border-bottom: #D9D9D9 1px solid;
  width: 75%;
}
#company .content_bg section table th, #company .content_bg section table td {
  padding: 2.5rem 1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #company .content_bg section table th, #company .content_bg section table td {
    display: block;
    width: 100%;
    padding: 1.5rem;
  }
}
#company .access iframe {
  width: 100%;
  height: 45rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #company .access iframe {
    height: 37rem;
  }
}
#company .access .more {
  margin-top: 2rem;
  margin-left: auto;
}

#contact {
  overflow: hidden;
}
@media screen and (min-width: 1550px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .title_bottom {
  padding-bottom: 1rem;
  border-bottom: 2px solid #D9D9D9;
  width: fit-content;
  position: relative;
  margin-bottom: 3rem;
}
#contact .title_bottom::after {
  content: "";
  width: 6rem;
  height: 2px;
  background: #ff93a3;
  position: absolute;
  bottom: -2px;
  left: 0;
}
#contact .title_bottom .en {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 6rem;
}
@media screen and (max-width: 574px) {
  #contact .title_bottom .en {
    font-size: 4.8rem;
  }
}
#contact .title_bottom h3 {
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
#contact .title_bottom.white {
  color: #fff;
}
#contact .title_bottom.white::after {
  background: #fff;
}
#contact .subhead {
  background: url(../../images/contact/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: left center;
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 10px;
  text-align: justify;
  margin-top: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  #contact .greeting .lg {
    display: none;
  }
}
#contact .greeting span {
  margin-right: 5px;
  vertical-align: middle;
}
#contact .requied {
  display: inline-block;
  background: #bb1515;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 5px;
  vertical-align: text-top;
}
#contact .tel .container {
  padding: 80px 12px;
}
@media screen and (max-width: 767px) {
  #contact .tel .container {
    padding: 60px 12px;
  }
}
#contact .tel .row {
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #contact .tel .col-12 {
    margin-bottom: 20px;
  }
}
@media print {
  #contact .tel .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#contact .tel .tel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2rem 1rem;
  border: 1px solid #ff93a3;
  background: #ff93a3;
  border-radius: 0.5rem;
}
#contact .tel .tel_wrap.fax {
  background: #ed6894;
}
#contact .tel .tel_btn {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 600;
  font-family: "Figtree", sans-serif;
}
@media screen and (max-width: 574px) {
  #contact .tel .tel_btn {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
#contact .tel .tel_btn small {
  font-size: 20px;
  font-weight: 600;
}
#contact .tel .tel_btn i {
  margin-right: 15px;
}
#contact .tel .tel_btn .times {
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
#contact .tel .time {
  margin-top: 20px;
  text-align: center;
}
#contact .tel .time p {
  letter-spacing: 0.1em;
}
#contact .tel .time a {
  margin-top: 10px;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 450px) {
  #contact .tel .time a {
    font-size: 85%;
  }
}
#contact .tel .fax_order {
  margin-top: 20px;
}
#contact .tel .fax_order .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#contact .tel .fax_order p {
  text-align: center;
}
#contact .tel .fax_order p a {
  display: block;
  margin: 10px auto 0;
  padding: 10px 0;
}
#contact .contact {
  padding: 8rem 0;
  background: #fff6f9;
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 6rem 0;
  }
}
#contact .form_wrap > p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contact .form_wrap > p span {
  margin-right: 5px;
}
#contact .form_wrap form {
  padding: 4rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form {
    padding: 3rem 1.5rem;
  }
}
#contact .form_wrap form table {
  width: 100%;
  margin-bottom: 50px;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #ece8de 1px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
  color: #ff93a3;
}
#contact .form_wrap form table th .requied {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th .requied {
    top: calc(50% + 1rem);
  }
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th {
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
    padding-bottom: 0;
  }
}
#contact .form_wrap form table td {
  padding: 2rem 0.5rem 2rem 4rem;
  border-bottom: #ece8de 1px solid;
  width: 70%;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    padding: 1rem 0.5rem 2rem 0.5rem;
  }
}
#contact .form_wrap form table td input {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
#contact .form_wrap form table td input.w50 {
  width: 330px;
}
#contact .form_wrap form table td input.w30 {
  margin-left: 10px;
}
#contact .form_wrap form table td input[type=file] {
  border: none;
}
#contact .form_wrap form table td input[type=text] {
  width: 100%;
}
#contact .form_wrap form table td .red {
  font-size: 90%;
  color: #bb1515;
  font-weight: 400;
}
#contact .form_wrap form table td label {
  margin-right: 20px;
}
#contact .form_wrap form table td label input[type=radio] {
  margin-right: 10px;
}
#contact .form_wrap form table td select {
  padding: 5px;
  width: 30%;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td select {
    width: auto;
  }
}
#contact .form_wrap form table td textarea {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    display: block;
    width: 100%;
  }
  #contact .form_wrap form table td input {
    width: 100%;
  }
  #contact .form_wrap form table td input.w50 {
    width: 100%;
  }
  #contact .form_wrap form table td input.w30 {
    max-width: 250px;
  }
  #contact .form_wrap form table td label input[type=radio] {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form table th, #contact .form_wrap form table td {
    width: 100%;
    display: block;
  }
}
#contact .form_wrap form h4 {
  font-size: 22px;
  padding-left: 10px;
  border-left: 10px solid #ff93a3;
  margin-bottom: 20px;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form h4 {
    font-size: 20px;
  }
}
#contact .form_wrap form .privacy_ttl {
  text-align: center;
  letter-spacing: 0.1em;
}
#contact .form_wrap form .privacy_policy {
  border: 1px solid #ff93a3;
  background: #fff;
  padding: 20px 10px;
  border-radius: 5px;
  margin-bottom: 40px;
  font-weight: 400;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner {
  max-height: 340px;
  overflow-y: scroll;
  padding: 20px 30px;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner h5 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #242424;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul {
  padding-left: 0;
  list-style: none;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
  margin-bottom: 5px;
  display: flex;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner ul:last-of-type li {
  display: block;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner .name {
  text-align: right;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar {
  width: 10px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner::-webkit-scrollbar-thumb {
  background: #ff93a3;
  border-radius: 30px;
}
#contact .form_wrap form .privacy_policy .privacy_policy_inner a {
  color: #007bff;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner ul li {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .privacy_policy .privacy_policy_inner {
    padding: 20px 10px;
  }
}
#contact .form_wrap form .check {
  margin-bottom: 30px;
}
#contact .form_wrap form .check input[type=checkbox] {
  margin-right: 10px;
  padding: 5px;
}
#contact .form_wrap form .submit {
  text-align: center;
}
#contact .form_wrap form .submit button {
  background: #ff93a3;
  color: #fff;
  font-weight: 500;
  border: none;
  letter-spacing: 0.1rem;
  border-radius: 10px;
  padding: 15px 40px;
  position: relative;
}
#contact .form_wrap form .submit button i {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
#contact .form_wrap form .confirm button {
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 40px;
  width: 250px;
}
#contact .form_wrap form .confirm button[type=button] {
  background: #838383;
  color: #fff;
  margin-right: 30px;
  position: relative;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=button] i {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 10px;
  }
}
#contact .form_wrap form .confirm button[type=submit] {
  background: #ff93a3;
  color: #fff;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=submit] i {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .confirm {
    flex-wrap: wrap;
  }
  #contact .form_wrap form .confirm button {
    width: 250px;
  }
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 0;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */