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: #353535;
  font-weight: 500;
}
@media print {
  body {
    zoom: 0.8;
  }
}

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;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 0 5rem;
  z-index: 900;
  height: 10rem;
}
@media screen and (max-width: 1700px) {
  header {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1400px) {
  header {
    height: 7rem;
  }
}
header .logo {
  width: 17rem;
}
@media screen and (max-width: 1700px) {
  header .logo {
    width: 13rem;
  }
}
header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  header nav {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%) translateX(100%);
    background: #fff;
    flex-direction: column;
    width: 30rem;
    height: auto;
    padding-bottom: 1.5rem;
    transition: 0.5s;
  }
  header nav.open {
    transform: translateY(100%);
  }
}
header nav > a {
  margin-left: 3rem;
  transition: 0.3s;
}
@media (hover: hover) {
  header nav > a:hover {
    color: #FF9703;
  }
}
@media screen and (max-width: 1700px) {
  header nav > a {
    font-size: 1.4rem;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  header nav > a {
    margin: 0;
    display: block;
    width: 100%;
    padding: 1.5rem;
    border-bottom: 1px solid #FAF8F5;
  }
}
header nav .active {
  color: #FF9703;
}
header nav .dropdown {
  margin-left: 3rem;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1700px) {
  header nav .dropdown {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  header nav .dropdown {
    margin: 0;
    height: auto;
    width: 100%;
    border-bottom: 1px solid #FAF8F5;
    flex-direction: column;
  }
}
@media (hover: hover) {
  header nav .dropdown:hover .dropdown_ttl {
    color: #FF9703;
  }
  header nav .dropdown:hover ul {
    opacity: 1;
    pointer-events: all;
  }
}
header nav .dropdown_ttl {
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  header nav .dropdown_ttl {
    padding: 1.5rem;
    display: block;
    width: 100%;
  }
  header nav .dropdown_ttl.is-open i {
    transform: translateY(-50%) rotate(-180deg);
  }
}
header nav .dropdown_ttl i {
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  header nav .dropdown_ttl i {
    bottom: auto;
    left: auto;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
header nav .dropdown ul {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  transform: translateY(100%);
  background: #fff;
  box-shadow: 0px 3px 16px -6px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1400px) {
  header nav .dropdown ul {
    opacity: 1;
    pointer-events: all;
    position: static;
    transform: translate(0);
    width: 100%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    display: none;
    transition: 0s;
  }
}
header nav .dropdown ul li a {
  display: block;
  padding: 1.5rem;
  border-bottom: 2px dashed #E9A150;
  transition: 0.3s;
}
@media (hover: hover) {
  header nav .dropdown ul li a:hover {
    color: #FF9703;
  }
}
@media screen and (max-width: 1400px) {
  header nav .dropdown ul li a {
    padding: 1.5rem 3rem;
    font-size: 1.4rem;
    border-bottom: 1px dashed #FAF8F5;
  }
}
header nav .dropdown ul li:last-of-type a {
  border-bottom: none;
}
header nav .access {
  height: 5rem;
  padding: 0 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #FF9703;
  border: 1px solid #EEE3DA;
  border-radius: 5rem;
}
@media (hover: hover) {
  header nav .access:hover {
    background: #FF9703;
    border: 1px solid #FF9703;
    color: #fff;
  }
}
@media screen and (max-width: 1400px) {
  header nav .access {
    max-width: calc(100% - 3rem);
    margin-top: 1.5rem;
  }
}
header nav .tel, header nav .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #FF9703;
  color: #fff;
  padding: 0 0.5rem 0 4.5rem;
  border-radius: 5rem;
  height: 5rem;
  width: 21rem;
  margin-left: 1rem;
  border: 2px solid #FF9703;
}
@media screen and (max-width: 1400px) {
  header nav .tel, header nav .mail {
    margin-top: 1.5rem;
  }
}
header nav .tel small, header nav .mail small {
  font-size: 0.9rem;
  font-weight: 400;
}
header nav .tel .icon, header nav .mail .icon {
  position: absolute;
  top: 50%;
  left: 0.7rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  color: #FF9703;
  background: #fff;
  transition: 0.3s;
}
header nav .tel {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  header nav .tel {
    max-width: calc(100% - 3rem);
    width: 100%;
  }
}
@media screen and (max-width: 1700px) {
  header nav .mail {
    width: 15rem;
  }
}
@media screen and (max-width: 1400px) {
  header nav .mail {
    max-width: calc(100% - 3rem);
    width: 100%;
  }
}
@media (hover: hover) {
  header nav .mail:hover {
    background: #fff;
    color: #FF9703;
  }
  header nav .mail:hover .icon {
    background: #FF9703;
    color: #fff;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #FF9703;
  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: 1400px) {
  header .toggle {
    display: block;
  }
}

.title .en {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.12rem;
  line-height: 1;
  color: #FF9703;
}
.title .en::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #FF9703;
  border-radius: 50%;
}
.title h3 {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 574px) {
  .title h3 {
    font-size: 3rem;
  }
}
.title.white .en, .title.white h3 {
  color: #fff;
}
.title.white .en::before, .title.white h3::before {
  background: #fff;
}
.title.center .en {
  justify-content: center;
}
.title.center h3 {
  text-align: center;
}

.more {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0.7rem 1rem 2rem;
  background: #FF9703;
  color: #fff;
  border: 2px solid #FF9703;
  border-radius: 5rem;
  font-weight: 600;
  width: 20rem;
  transition: 0.3s;
}
@media screen and (max-width: 574px) {
  .more {
    width: 17rem;
  }
}
.more .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  color: #FF9703;
  background: #fff;
  transition: 0.3s;
}
@media (hover: hover) {
  .more:hover {
    background: #fff;
    color: #FF9703;
  }
  .more:hover .icon {
    background: #FF9703;
    color: #fff;
  }
}

.footer {
  padding: 8rem 0;
  background: #FAF8F5;
}
.footer_bottom .logo {
  width: 100%;
  padding-bottom: 3rem;
  border-bottom: 1px solid #F0E4D1;
}
.footer_bottom .logo img {
  width: 24rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer_bottom .logo img {
    margin: 0 auto;
  }
}
.footer_inner {
  margin-top: 5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
}
.footer_left {
  padding: 3rem 4rem;
  border-radius: 2rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media screen and (max-width: 574px) {
  .footer_left {
    padding: 3rem 2rem;
    width: 100%;
  }
}
.footer_left .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: #FF9703;
  color: #fff;
  transition: 0.3s;
  font-size: 1.6rem;
}
.footer_left div {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer_left .add p {
  font-size: 1.5rem;
  line-height: 1.8;
}
.footer_left .tel {
  color: #FF9703;
  font-size: 3rem;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}
.footer_left .tel small {
  color: #353535;
  font-weight: 500;
  font-size: 1.3rem;
}
.footer_left .fax {
  font-size: 3rem;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}
.footer_right {
  display: flex;
  gap: 7rem;
}
@media screen and (max-width: 574px) {
  .footer_right {
    gap: 3rem;
  }
}
.footer_nav {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media screen and (max-width: 574px) {
  .footer_nav {
    gap: 1.75rem;
  }
}
.footer .copy {
  margin-top: 2rem;
  font-size: 1.3rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    margin-top: 5rem;
    text-align: center;
  }
}

.pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 4rem;
}

#top {
  margin-top: 10rem;
}
@media screen and (max-width: 1400px) {
  #top {
    margin-top: 7rem;
  }
}
#top .mv {
  position: relative;
  overflow: hidden;
  border-radius: 7rem 7rem 0 0;
}
@media screen and (max-width: 574px) {
  #top .mv {
    border-radius: 3rem 3rem 0 0;
  }
}
#top .mv .slider img {
  height: 62rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #top .mv .slider img {
    height: 50rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv .slider img {
    height: 40rem;
  }
}
#top .mv_text {
  position: absolute;
  bottom: 6rem;
  left: 5rem;
  color: #fff;
}
@media screen and (max-width: 574px) {
  #top .mv_text {
    bottom: 3rem;
    left: 3rem;
  }
}
#top .mv_text h2 {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 {
    font-size: 2.8rem;
  }
}
#top .mv_text .en {
  font-family: "Josefin Sans", sans-serif;
  margin-top: 1.5rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #top .mv_text .en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text .en {
    font-size: 2.4rem;
  }
}
#top .service {
  padding: 6rem 0 8rem;
  background: #E9A150;
  border-radius: 0 0 15rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top .service {
    border-radius: 0 0 7rem 0;
  }
}
#top .service::after {
  content: "";
  width: 100%;
  height: 30rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FAF8F5;
  z-index: -1;
}
#top .service .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#top .service_item {
  display: block;
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #top .service_item {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 574px) {
  #top .service_item {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #top .service_image {
    width: 40%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #top .service_image {
    width: 100%;
  }
}
#top .service_image img {
  border-radius: 1.5rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1199px) {
  #top .service_image img {
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 767px) {
  #top .service_image img {
    aspect-ratio: auto;
    height: 100%;
  }
}
@media screen and (max-width: 574px) {
  #top .service_image img {
    height: auto;
    aspect-ratio: 3/2;
  }
}
#top .service_text {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  #top .service_text {
    margin-top: 0;
    padding-left: 2rem;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #top .service_text {
    width: 100%;
    margin-top: 1.5rem;
    padding-left: 0;
  }
}
#top .service_text h4 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #top .service_text h4 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .service_text h4 {
    font-size: 2rem;
  }
}
#top .service_text .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.11rem;
  line-height: 1;
  margin-top: 1.5rem;
}
#top .service_text .tel .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #FF9703;
  color: #fff;
}
#top .service_text .tel .icon i {
  font-size: 1.6rem;
}
#top .service_text > p {
  margin-top: 1.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.075rem;
}
#top .service .more {
  margin: 3rem auto 0;
}
#top .news {
  padding: 10rem 0;
  background: #FAF8F5;
  border-radius: 0 0 0 15rem;
}
@media screen and (max-width: 767px) {
  #top .news {
    border-radius: 0 0 0 7rem;
  }
}
#top .news_title .more {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #top .news_title .more {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #top .news_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
#top .news_list {
  display: flex;
  flex-direction: column;
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  #top .news_list {
    margin-top: 4rem;
  }
}
#top .news_list li .news_item {
  display: block;
  padding: 1rem 5rem 1rem 1rem;
  border-bottom: 1px solid #ede3d5;
  position: relative;
  transition: 0.3s;
}
#top .news_list li .news_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #FF9703;
}
@media (hover: hover) {
  #top .news_list li .news_item:hover {
    background: #fff;
  }
}
#top .news_list li .news_item .date {
  display: flex;
  align-items: center;
}
#top .news_list li .news_item .date p {
  color: #B3B3B3;
  line-height: 1;
  letter-spacing: 0.08rem;
}
#top .news_list li .news_item .date .cate {
  margin-left: 2rem;
  padding: 1rem 2rem;
  border-radius: 10rem;
  background: #FFF1DD;
  color: #FF9703;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.07rem;
}
#top .news_list li .news_item .date .new {
  margin-left: 2.5rem;
  color: #DE5F5F;
}
#top .news_list li .news_item h4 {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  word-break: break-all;
  line-height: 1.5;
}
#top .event {
  padding: 10rem 0;
}
#top .event_title {
  padding-bottom: 4.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #CECECE;
}
#top .event_inner {
  position: relative;
  margin: 4rem -1.2rem 0;
}
#top .event_inner .arrow_prev, #top .event_inner .arrow_next {
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
}
@media (hover: hover) {
  #top .event_inner .arrow_prev:hover, #top .event_inner .arrow_next:hover {
    opacity: 0.8;
  }
}
#top .event_inner .arrow_prev span, #top .event_inner .arrow_next span {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #FF9703;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .event_inner .arrow_prev {
  left: 1.2rem;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 574px) {
  #top .event_inner .arrow_prev {
    left: 3rem;
  }
}
#top .event_inner .arrow_next {
  right: 1.2rem;
  transform: translateY(-50%) translateX(50%);
}
@media screen and (max-width: 574px) {
  #top .event_inner .arrow_next {
    right: 3rem;
  }
}
#top .event_item {
  display: block;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 2px 2px 10px 0 rgba(143, 142, 142, 0.1);
  margin: 0 1.2rem 1.5rem;
  overflow: hidden;
}
@media (hover: hover) {
  #top .event_item:hover img {
    transform: scale(1.1);
  }
}
#top .event_image {
  overflow: hidden;
}
#top .event_image img {
  transition: 0.3s;
  display: block;
  height: 18.5rem;
  object-fit: contain;
}
#top .event_text {
  padding: 2.5rem 2rem 3.5rem;
}
#top .event_text .date {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  #top .event_text .date {
    flex-wrap: wrap;
    gap: 1rem;
  }
}
#top .event_text .date p {
  color: #B3B3B3;
  line-height: 1;
  font-size: 1.4rem;
}
#top .event_text .date .new {
  margin-left: 1rem;
  color: #DE5F5F;
  font-size: 1.4rem;
}
#top .event_text .date .cate {
  margin-left: 1rem;
  padding: 0.8rem 2rem;
  border-radius: 10rem;
  background: #FFF1DD;
  color: #FF9703;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 1199px) {
  #top .event_text .date .cate {
    margin-left: 0;
  }
}
#top .event_text h4 {
  font-weight: bold;
  margin-top: 1.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.09rem;
}
#top .link .row {
  gap: 2rem 0;
}
#top .link_item {
  display: block;
  border-bottom: 1px solid #B3B3B3;
}
@media (hover: hover) {
  #top .link_item:hover .link_image img {
    transform: scale(1.1);
  }
  #top .link_item:hover .link_text .icon {
    background: #fff;
    color: #FF9703;
  }
}
#top .link_image {
  border-radius: 1rem;
  overflow: hidden;
}
#top .link_image img {
  transition: 0.3s;
}
#top .link_text {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #top .link_text {
    padding: 2rem 1rem;
  }
}
#top .link_text h3 {
  font-size: 2.8rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  #top .link_text h3 {
    font-size: 2rem;
  }
}
#top .link_text .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4rem;
  background: #FF9703;
  border: 2px solid #FF9703;
  color: #fff;
  width: 5rem;
  height: 5rem;
  transition: 0.3s;
}
#top .link_text .icon i {
  font-size: 2rem;
}
#top .recruit {
  padding: 10rem 0;
}
#top .recruit .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #top .recruit .row {
    gap: 3rem;
  }
}
#top .recruit_image img {
  border-radius: 2rem;
}
#top .recruit_text {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  #top .recruit_text {
    padding-left: 0;
  }
}
#top .recruit_lead {
  margin-top: 4rem;
  line-height: 2.3;
  font-size: 1.8rem;
}
#top .recruit_link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
  gap: 2rem 1rem;
}
#top .recruit_btn {
  width: calc(50% - 0.5rem);
}
#top .recruit_btn h4 {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.075rem;
}
#top .recruit_btn a {
  margin-top: 1rem;
  width: 100%;
  background: #FF9703;
  color: #fff;
}
#top .recruit_btn a .icon {
  background: #fff;
}
#top .recruit_btn a .icon i {
  color: #FF9703;
}
@media (hover: hover) {
  #top .recruit_btn a:hover {
    background: #fff;
    color: #FF9703;
  }
  #top .recruit_btn a:hover .icon {
    background: #FF9703;
  }
  #top .recruit_btn a:hover .icon i {
    color: #fff;
  }
}

.subhead {
  margin-top: 10rem;
  padding-top: 4rem;
}
@media screen and (max-width: 1400px) {
  .subhead {
    margin-top: 7rem;
  }
}
.subhead_title .en {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.12rem;
  line-height: 1;
  color: #FF9703;
}
.subhead_title .en::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #FF9703;
  border-radius: 50%;
}
.subhead_title h2 {
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .subhead_title h2 {
    font-size: 3rem;
  }
}
.subhead_image {
  margin-top: 3rem;
  padding: 0 3rem;
}
@media screen and (max-width: 574px) {
  .subhead_image {
    padding: 0 1rem;
  }
}
.subhead_image img {
  border-radius: 2rem;
  height: 35rem;
  object-fit: cover;
}
@media screen and (max-width: 574px) {
  .subhead_image img {
    height: 15rem;
    border-radius: 1rem;
  }
}

.contents_wrap {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .contents_wrap {
    padding: 0;
  }
}
.contents_wrap .anchor {
  position: sticky;
  top: 13rem;
  left: 0;
  width: 29rem;
}
@media screen and (max-width: 991px) {
  .contents_wrap .anchor {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .contents_wrap .anchor {
    display: none;
  }
}
.contents_wrap .anchor ul li a {
  padding: 2rem 1rem 2rem 4.5rem;
  background: #fff;
  line-height: 1.8;
  display: block;
  transition: 0.2s;
}
.contents_wrap .anchor ul li a.active {
  background: #F2F2F2;
}
@media (hover: hover) {
  .contents_wrap .anchor ul li a:hover {
    background: #F2F2F2;
  }
}
.contents_wrap .contents {
  width: calc(100% - 33rem);
  border-left: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
  padding: 4rem 3rem;
}
@media screen and (max-width: 991px) {
  .contents_wrap .contents {
    width: calc(100% - 24rem);
  }
}
@media screen and (max-width: 767px) {
  .contents_wrap .contents {
    width: 100%;
    border: 0;
    padding: 4rem 0;
  }
}
.contents_wrap .contents h3 {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  padding-bottom: 2rem;
  border-bottom: #FF9703 solid 1px;
  color: #FF9703;
  margin-bottom: 4rem;
}
@media screen and (max-width: 574px) {
  .contents_wrap .contents h3 {
    font-size: 2.6rem;
  }
}
.contents_wrap .contents section {
  padding: 4rem 0;
}

.outline {
  padding-bottom: 10rem;
}
.outline table {
  width: 100%;
  margin-top: 3rem;
}
.outline table th {
  color: #FF9703;
  border-bottom: #FF9703 2px solid;
  width: 25%;
  white-space: nowrap;
}
.outline table tr:last-of-type th {
  border-color: #FF9703;
}
.outline table td {
  border-bottom: #E8E8E8 1px solid;
  width: 75%;
}
.outline table th, .outline table td {
  padding: 2.5rem 1.5rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 574px) {
  .outline table th, .outline table td {
    padding: 1.75rem 1rem;
    line-height: 1.5;
  }
}

#care .subhead {
  background: #FAF8F5;
}
#care .day {
  padding: 10rem 0;
  background: #FAF8F5;
  border-radius: 0 0 10rem 0;
}
#care .day h3 {
  font-size: 3rem;
  line-height: 1.7;
  font-weight: bold;
  color: #FF9703;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1400px) {
  #care .day h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 991px) {
  #care .day h3 {
    text-align: center;
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 574px) {
  #care .day h3 {
    font-size: 2rem;
  }
}
#care .day_inner {
  display: flex;
  align-items: center;
  gap: 2rem 3rem;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  #care .day_inner {
    flex-direction: column;
  }
}
#care .day_tel {
  margin-top: 2.5rem;
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 2px 2px 10px 0 rgba(143, 142, 142, 0.1);
}
@media screen and (max-width: 991px) {
  #care .day_tel {
    width: fit-content;
    margin: 2.5rem auto 0;
  }
}
#care .day_tel h4 {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
#care .day_tel .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.11rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
#care .day_tel .tel .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #FF9703;
  color: #fff;
}
#care .day_tel .tel .icon i {
  font-size: 1.6rem;
}
#care .day_service {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  background: #fff;
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 2px 2px 10px 0 rgba(143, 142, 142, 0.1);
}
@media screen and (max-width: 1400px) {
  #care .day_service {
    width: 55%;
  }
}
@media screen and (max-width: 991px) {
  #care .day_service {
    width: 100%;
  }
}
#care .day_service li {
  padding: 1rem 1.5rem;
  background: #FF9703;
  border-radius: 0.5rem;
  border: 1px solid #FF9703;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1rem;
  width: calc(33.333% - 1.5rem);
  text-align: center;
}
@media screen and (max-width: 1400px) {
  #care .day_service li {
    width: auto;
  }
}
@media screen and (max-width: 991px) {
  #care .day_service li {
    width: calc(33.333% - 1.5rem);
  }
}
@media screen and (max-width: 767px) {
  #care .day_service li {
    width: auto;
  }
}
#care .day_list {
  padding-left: 2.5rem;
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#care .day_list li {
  list-style: disc;
}
#care .staff table {
  width: 100%;
}
#care .staff table th {
  background: #e69320;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
}
@media screen and (max-width: 767px) {
  #care .staff table th {
    white-space: nowrap;
  }
}
#care .staff table tr:first-of-type th:first-of-type {
  border-right: 1px solid #fff;
}
#care .staff table tr:last-of-type th {
  border-color: #e69320;
}
#care .staff table td {
  border-bottom: #e69320 1px solid;
  border-right: #e69320 1px solid;
  width: 75%;
}
#care .staff table th, #care .staff table td {
  padding: 2.5rem 1.5rem;
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 574px) {
  #care .staff table th, #care .staff table td {
    font-size: 1.5rem;
  }
}
#care .flow .row {
  align-items: center;
  gap: 3rem 0;
}
#care .flow_image img {
  border-radius: 2rem;
}
#care .flow_text p {
  line-height: 2;
  font-size: 1.8rem;
}
@media screen and (max-width: 574px) {
  #care .flow_text p {
    font-size: 1.6rem;
  }
}
#care .outline table {
  width: 100%;
  margin: 30px 0;
}
#care .outline table th {
  color: #FF9703;
  border-bottom: #FF9703 2px solid;
  width: 25%;
  white-space: nowrap;
}
#care .outline table tr:last-of-type th {
  border-color: #FF9703;
}
#care .outline table td {
  border-bottom: #E8E8E8 1px solid;
  width: 75%;
}
#care .outline table th, #care .outline table td {
  padding: 2.5rem 1.5rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 574px) {
  #care .outline table th, #care .outline table td {
    padding: 1.75rem 1rem;
    line-height: 1.5;
  }
}

#help section {
  padding: 5rem 0;
}
#help section h3 {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  padding-bottom: 2rem;
  border-bottom: #FF9703 solid 1px;
  color: #FF9703;
}
@media screen and (max-width: 574px) {
  #help section h3 {
    font-size: 2.6rem;
  }
}
#help section h3 small {
  display: inline-block;
  font-size: 70%;
}
#help .help {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  #help .help {
    padding-top: 7rem;
  }
}
#help .help .catch h3 {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  #help .help .catch h3 {
    margin-left: 0;
  }
}
#help .help_top {
  text-align: center;
  line-height: 2;
  font-size: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 1199px) {
  #help .help_top {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 991px) {
  #help .help_top {
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  #help .help_top .sp_none {
    display: none;
  }
}
#help .help .row {
  gap: 3rem 0;
}
#help .help_item {
  margin-top: 3rem;
  padding: 2rem;
  background: #FAF8F5;
  border-radius: 2rem;
  height: 100%;
}
@media screen and (max-width: 574px) {
  #help .help_item {
    padding: 2rem 1rem;
  }
}
#help .help_item h3 {
  text-align: center;
}
#help .help .cap {
  margin-top: 1rem;
  text-align: center;
}
#help .help_image {
  margin-top: 2rem;
}
#help .help_image img {
  height: 25rem;
  object-fit: contain;
}
#help .help_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 2rem;
}
#help .help_list li {
  width: calc(50% - 1rem);
  background: #fff;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 2px solid #FF9703;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  #help .help_list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #help .help_list li {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 574px) {
  #help .help_list li {
    padding: 1rem;
    font-size: 1.5rem;
  }
}
#help .help_list li span {
  font-size: 1.4rem;
}
@media screen and (max-width: 450px) {
  #help .help_list li.wide {
    width: 100%;
  }
  #help .help_list li.wide br {
    display: none;
  }
}
#help .service .row {
  gap: 8rem 0;
}
#help .service h3 {
  margin-bottom: 3rem;
}
#help .service ul {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
}
#help .service .more {
  width: 25rem;
}

#day .day {
  padding: 10rem 0 0;
}
#day .day .row {
  align-items: center;
  gap: 3rem 0;
}
#day .day_image img {
  border-radius: 1.5rem;
}
#day .day_text {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  #day .day_text {
    padding-left: 0;
  }
}
#day .day_text p {
  line-height: 2;
  font-size: 1.8rem;
}
#day .day_photo {
  margin-bottom: 4rem;
}
#day .day_photo img {
  border-radius: 1.5rem;
}
#day .day_tel {
  margin-top: 2.5rem;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 2px 2px 10px 0 rgba(143, 142, 142, 0.1);
  background: #FAF8F5;
}
@media screen and (max-width: 991px) {
  #day .day_tel {
    width: fit-content;
    margin: 2.5rem auto 0;
  }
}
#day .day_tel p {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
#day .day_tel .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.11rem;
  line-height: 1.5;
  margin-top: 1.5rem;
}
#day .day_tel .tel .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #FF9703;
  color: #fff;
}
#day .day_tel .tel .icon i {
  font-size: 1.6rem;
}
#day .day_link-box {
  margin-top: 4rem;
  justify-content: center;
  gap: 1rem 0 !important;
}
#day .day_link-box a {
  width: 100%;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  #day .day_link-box a {
    font-size: 1.4rem;
  }
}
#day .schedule_flex {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 1400px) {
  #day .schedule_flex {
    flex-direction: column;
  }
}
#day .schedule_list ul {
  padding-left: 1rem;
}
#day .schedule_list ul li {
  display: flex;
  align-items: center;
  gap: 1em;
  padding-left: 4rem;
  border-left: 1px solid #FF9703;
  position: relative;
}
#day .schedule_list ul li:after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: -0.6rem;
  transform: translateY(-50%);
  background: #FF9703;
  border-radius: 50%;
}
#day .schedule_list ul li .time {
  font-size: 2.4rem;
  width: 9rem;
  color: #E9A150;
  font-variant-numeric: tabular-nums;
}
#day .schedule_list ul li .time span {
  font-family: "Josefin Sans", sans-serif, monospace;
}
#day .schedule_list ul li .text {
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  width: calc(100% - 10rem);
}
#day .schedule_list.other {
  padding-left: 4rem;
  border-left: 1px solid #E8E8E8;
}
@media screen and (max-width: 1400px) {
  #day .schedule_list.other {
    padding-left: 0;
    padding-top: 4rem;
    border-top: 1px solid #E8E8E8;
    border-left: 0;
  }
}
#day .schedule_list.other h4 {
  font-size: 2.4rem;
  font-weight: bold;
}
#day .schedule_list.other h4 span {
  font-weight: 500;
  font-size: 1.4rem;
}
#day .schedule_list.other ul {
  margin-top: 3rem;
}
#day .activity .row {
  gap: 5rem 0;
}
#day .activity_image img {
  border-radius: 1rem;
}
#day .activity_image .row {
  gap: 1rem 0;
}
#day .activity p {
  margin-top: 1rem;
}
#day .art h4 {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#day .art h4::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.3rem;
  background: #FF9703;
  border-radius: 2rem;
}
#day .art p {
  margin-top: 2rem;
  line-height: 2;
}
#day .art_image {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 3rem;
}
#day .art_image img {
  display: block;
  object-fit: contain;
  width: auto;
  height: 24rem;
}
#day .instagram {
  padding-bottom: 10rem;
}
@media screen and (max-width: 574px) {
  #day .instagram {
    padding-bottom: 8rem;
  }
}
#day .instagram h3 {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  padding-bottom: 2rem;
  border-bottom: #FF9703 solid 1px;
  color: #FF9703;
  text-align: center;
  width: fit-content;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 574px) {
  #day .instagram h3 {
    font-size: 2.6rem;
  }
}
#day .instagram h3 small {
  display: inline-block;
  font-size: 70%;
}
#day .instagram .more {
  margin: 2rem auto 0;
}
#day .instagram .more .icon i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

#support section {
  padding: 5rem 0;
}
#support section h3 {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  padding-bottom: 2rem;
  border-bottom: #FF9703 solid 1px;
  color: #FF9703;
}
@media screen and (max-width: 574px) {
  #support section h3 {
    font-size: 2.6rem;
  }
}
#support section h3 small {
  display: inline-block;
  font-size: 70%;
}
#support section h4 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 574px) {
  #support section h4 {
    font-size: 1.8rem;
  }
}
#support section h4::before {
  content: "";
  width: 2rem;
  height: 3px;
  background: #FF9703;
  border-radius: 1rem;
  display: block;
}
#support .subhead {
  background: #FAF8F5;
}
@media screen and (max-width: 574px) {
  #support .subhead_title h2 {
    font-size: 2rem;
  }
}
#support .support {
  padding: 10rem 0;
  background: #FAF8F5;
  border-radius: 0 0 10rem 0;
}
@media screen and (max-width: 574px) {
  #support .support {
    padding-top: 7rem;
  }
}
#support .support .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #support .support .row {
    gap: 3rem;
  }
}
#support .support_image img {
  border-radius: 2rem;
}
@media screen and (max-width: 574px) {
  #support .support_image img {
    border-radius: 1rem;
  }
}
#support .support_text {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #support .support_text {
    padding-left: 0;
  }
}
#support .support_text h3 {
  font-size: 2.4rem;
  line-height: 1.5;
}
#support .support_text p {
  margin-top: 3rem;
  line-height: 2;
}
#support .support .target {
  margin-top: 5rem;
}
#support .support .target ul {
  padding-left: 2.5rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#support .support .target ul li {
  list-style: disc;
}
#support .support .target p {
  margin-top: 2rem;
  line-height: 1.8;
}
#support .support .target_list {
  display: flex;
  gap: 6rem;
}
@media screen and (max-width: 767px) {
  #support .support .target_list {
    gap: 0;
    flex-direction: column;
  }
}
#support .anshin .row {
  margin-top: 4rem;
  gap: 2rem 0;
}
#support .anshin_item {
  padding: 2rem;
  border-radius: 1rem;
  background: #FAF8F5;
  height: 100%;
}
#support .anshin_item p {
  line-height: 1.8;
  margin-top: 2rem;
}
#support .anshin_item .time div {
  margin-top: 2.4rem;
}
#support .anshin_item .time div h5 {
  font-weight: bold;
  font-size: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid;
}
#support .anshin_item .time div p {
  margin-top: 1rem;
  line-height: 2;
}
#support .anshin .photos {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 574px) {
  #support .anshin .photos {
    flex-direction: column;
  }
}
#support .anshin .photos img {
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  #support .anshin .photos img {
    border-radius: 1rem;
  }
}
#support .access {
  padding-bottom: 15rem;
}
#support .access .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#support .access .map {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #support .access .map {
    height: 40rem;
  }
}
@media screen and (max-width: 574px) {
  #support .access .map {
    height: 35rem;
  }
}
#support .access .map iframe {
  width: 100%;
  height: 100%;
  display: block;
}
#support .access .more {
  margin-top: 2rem;
}

#volunteer h3 {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  padding-bottom: 2rem;
  border-bottom: #FF9703 solid 1px;
  color: #FF9703;
}
@media screen and (max-width: 574px) {
  #volunteer h3 {
    font-size: 2.6rem;
  }
}
#volunteer h3 small {
  display: inline-block;
  font-size: 70%;
}
#volunteer .volunteer {
  padding: 10rem 0;
}
#volunteer .volunteer.day {
  padding-top: 0;
}
#volunteer .volunteer .row {
  align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #volunteer .volunteer .row {
    gap: 3rem;
  }
}
#volunteer .volunteer h3 {
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  #volunteer .volunteer h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  #volunteer .volunteer h3 br {
    display: none;
  }
}
#volunteer .volunteer_image img {
  border-radius: 2rem;
}
@media screen and (max-width: 574px) {
  #volunteer .volunteer_image img {
    border-radius: 1rem;
  }
}
#volunteer .volunteer_text {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #volunteer .volunteer_text {
    padding-left: 0;
  }
}
#volunteer .volunteer_text div {
  margin-top: 3rem;
  line-height: 2;
  padding: 3rem 2rem;
  background: #FAF8F5;
  border-radius: 1rem;
  font-size: 2rem;
  text-align: center;
  border: 2px solid #FF9703;
}
#volunteer .volunteer_text div .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #FF9703;
  color: #fff;
  padding: 0 0.5rem 0 4.5rem;
  border-radius: 5rem;
  height: 5rem;
  width: 21rem;
  margin-left: 1rem;
  border: 2px solid #FF9703;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 2rem auto 0;
}
@media screen and (max-width: 1400px) {
  #volunteer .volunteer_text div .tel {
    max-width: calc(100% - 3rem);
    width: 100%;
    margin-top: 1.5rem;
  }
}
#volunteer .volunteer_text div .tel small {
  font-size: 0.9rem;
  font-weight: 400;
}
#volunteer .volunteer_text div .tel .icon {
  position: absolute;
  top: 50%;
  left: 0.7rem;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  color: #FF9703;
  background: #fff;
  transition: 0.3s;
}
#volunteer .guide {
  padding-bottom: 10rem;
}
#volunteer .guide p {
  margin-top: 3rem;
  line-height: 1.8;
}
#volunteer .guide .more {
  width: 35rem;
  margin-top: 3rem;
}

#company section {
  padding: 5rem 0;
}
#company section h3 {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  padding-bottom: 2rem;
  border-bottom: #FF9703 solid 1px;
  color: #FF9703;
}
@media screen and (max-width: 574px) {
  #company section h3 {
    font-size: 2.6rem;
  }
}
#company section h3 small {
  display: inline-block;
  font-size: 70%;
}
#company section h4 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 574px) {
  #company section h4 {
    font-size: 1.8rem;
  }
}
#company section h4::before {
  content: "";
  width: 2rem;
  height: 3px;
  background: #FF9703;
  border-radius: 1rem;
  display: block;
}
#company .subhead {
  background: #FAF8F5;
}
@media screen and (max-width: 574px) {
  #company .subhead_title h2 {
    font-size: 2rem;
  }
}
#company .message {
  padding: 10rem 0;
  background: #FAF8F5;
  border-radius: 0 0 10rem 0;
}
#company .message p {
  margin-top: 3rem;
  line-height: 2;
}
#company .message .name {
  text-align: right;
  margin-top: 1.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
#company .outline {
  padding: 10rem 0;
}
#company .outline td {
  line-height: 1.8;
}
#company .outline td div:last-of-type {
  margin: 3rem 0;
}
#company .outline.history {
  background: #fffdf9;
  border-radius: 0 0 0 10rem;
}
#company .access iframe {
  width: 100%;
  height: 50rem;
}
#company .access_flex {
  display: flex;
  margin-top: 2rem;
  justify-content: space-between;
  align-items: flex-end;
}
#company .access_text {
  line-height: 2;
}
#company .access .image {
  display: flex;
  gap: 3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #company .access .image {
    flex-direction: column;
  }
}
#company .access .image div {
  width: calc(50% - 1.5rem);
  width: 100%;
}
#company .access .image img {
  display: block;
  object-fit: contain;
}
#company .access .bus {
  margin-top: 5rem;
}
#company .access .bus > p {
  margin-top: 3rem;
}
#company .access .bus_list {
  margin-top: 2.5rem;
}
#company .access .bus_list h5 {
  font-size: 2rem;
  font-weight: bold;
  color: #FF9703;
}
#company .access .bus_list p {
  margin-top: 1rem;
}
#company .access .bus_list ul {
  margin-top: 1.5rem;
  padding-left: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#company .access .bus_list ul li {
  list-style: disc;
}

#event .event .row {
  gap: 3rem 0;
}
@media screen and (min-width: 1700px) {
  #event .event .row .col-pc-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}
#event .event_item {
  display: block;
  border-radius: 2rem;
  background: #fff;
  box-shadow: 2px 2px 10px 0 rgba(143, 142, 142, 0.1);
  overflow: hidden;
  height: 100%;
}
@media (hover: hover) {
  #event .event_item:hover img {
    transform: scale(1.1);
  }
}
#event .event_image {
  overflow: hidden;
}
#event .event_image img {
  transition: 0.3s;
  display: block;
  height: 18.5rem;
  object-fit: contain;
}
#event .event_text {
  padding: 2.5rem 2rem 3.5rem;
}
@media screen and (max-width: 1400px) {
  #event .event_text {
    padding: 2rem 1rem 2rem;
  }
}
#event .event_text .date {
  display: flex;
  align-items: center;
  gap: 0.5rem 1rem;
}
@media screen and (max-width: 1400px) {
  #event .event_text .date {
    flex-wrap: wrap;
  }
}
#event .event_text .date p {
  color: #B3B3B3;
  line-height: 1;
  font-size: 1.4rem;
}
#event .event_text .date .new {
  color: #DE5F5F;
  font-size: 1.4rem;
}
#event .event_text .date .cate {
  padding: 0.8rem 1rem;
  border-radius: 10rem;
  background: #FFF1DD;
  color: #FF9703;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 1199px) {
  #event .event_text .date .cate {
    margin-left: 0;
  }
}
#event .event_text h4 {
  font-weight: bold;
  margin-top: 1.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.09rem;
  word-break: break-all;
}
#event .event .paging {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 4rem;
  text-align: center;
}
#event .event .paging .paging-text,
#event .event .paging .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #FF9703;
  font-weight: 600;
  color: #FF9703;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
}
#event .event .paging .paging-text a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 0.3s;
}
@media (hover: hover) {
  #event .event .paging .paging-text a:hover {
    background: #FF9703;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
}
#event .event .paging .current {
  background: #FF9703;
  color: #fff;
  cursor: default;
}
#event .detail {
  padding: 10rem 0;
}
@media screen and (min-width: 992px) {
  #event .detail .container {
    max-width: 860px;
  }
}
#event .detail .date {
  display: flex;
  align-items: center;
  gap: 0.5rem 1rem;
  color: #B3B3B3;
  line-height: 1;
  font-size: 1.6rem;
}
@media screen and (max-width: 1400px) {
  #event .detail .date {
    flex-wrap: wrap;
  }
}
#event .detail .date span {
  color: #DE5F5F;
  font-size: 1.4rem;
}
#event .detail h3 {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  padding-bottom: 2rem;
  border-bottom: #FF9703 solid 1px;
  color: #FF9703;
  margin-bottom: 4rem;
  word-break: break-all;
  margin-top: 2rem;
}
@media screen and (max-width: 574px) {
  #event .detail h3 {
    font-size: 2.6rem;
  }
}
#event .detail_slider .thumbnail {
  margin-top: 1.5rem;
}
#event .detail_slider .thumbnail-img {
  opacity: 0.7;
  width: 100%;
  background: #f9f9f9;
}
#event .detail_slider .thumbnail-img img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 8/5;
}
@media (min-width: 575px) {
  #event .detail_slider .thumbnail.stop .slick-track {
    transform: unset !important;
  }
}
#event .detail_slider .thumbnail.stop2 .slick-track {
  transform: unset !important;
}
#event .detail_slider .thumbnail-img.slick-current {
  opacity: 1;
}
#event .detail_slider .slick-img {
  position: relative;
  width: 100%;
  background: #f9f9f9;
}
#event .detail_slider .slick-img img {
  object-fit: contain;
  aspect-ratio: 8/5;
}
#event .detail_text {
  word-break: break-all;
  margin-top: 4rem;
}
#event .detail .more {
  margin: 2rem auto 0;
  width: fit-content;
  gap: 2rem;
}
#event .detail .download {
  margin-top: 3rem;
  display: flex;
  gap: 1.5rem 3rem;
  flex-wrap: wrap;
}
#event .detail .download a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  background: white;
  color: #FF9703;
  border: 2px solid #FF9703;
  box-shadow: 2px 2px 10px 0 rgba(143, 142, 142, 0.1);
  padding: 1rem 2rem;
  border-radius: 1rem;
  transition: 0.3s;
}
@media (hover: hover) {
  #event .detail .download a:hover {
    background: #FF9703;
    color: #fff;
  }
}
#event .detail .back {
  margin-top: 5rem;
}
#event .detail .back a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem 1rem 1rem;
  border-radius: 5rem;
  background: #a6957d;
  width: fit-content;
  color: #fff;
  gap: 2rem;
  border: 2px solid #a6957d;
  transition: 0.3s;
}
#event .detail .back a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  background: #fff;
  border-radius: 50%;
  color: #a6957d;
  transition: 0.3s;
}
@media (hover: hover) {
  #event .detail .back a:hover {
    background: #fff;
    color: #a6957d;
  }
  #event .detail .back a:hover .icon {
    color: #fff;
    background: #a6957d;
  }
}

#news .news_list {
  display: flex;
  flex-direction: column;
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  #news .news_list {
    margin-top: 4rem;
  }
}
#news .news_list li .news_item {
  display: block;
  padding: 2rem 5rem 2rem 1rem;
  border-bottom: 1px solid #ede3d5;
  position: relative;
  transition: 0.3s;
}
#news .news_list li .news_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #FF9703;
}
@media (hover: hover) {
  #news .news_list li .news_item:hover {
    background: #FAF8F5;
  }
}
#news .news_list li .news_item .date {
  display: flex;
  align-items: center;
}
#news .news_list li .news_item .date p {
  color: #B3B3B3;
  line-height: 1;
  letter-spacing: 0.08rem;
}
#news .news_list li .news_item .date .cate {
  margin-left: 2rem;
  padding: 1rem 2rem;
  border-radius: 10rem;
  background: #FFF1DD;
  color: #FF9703;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.07rem;
}
#news .news_list li .news_item .date .new {
  margin-left: 2.5rem;
  color: #DE5F5F;
}
#news .news_list li .news_item h4 {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  word-break: break-all;
  line-height: 1.5;
}
#news .news .paging {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 4rem;
  text-align: center;
}
#news .news .paging .paging-text,
#news .news .paging .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #FF9703;
  font-weight: 600;
  color: #FF9703;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 2rem;
}
#news .news .paging .paging-text a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: 0.3s;
}
@media (hover: hover) {
  #news .news .paging .paging-text a:hover {
    background: #FF9703;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
}
#news .news .paging .current {
  background: #FF9703;
  color: #fff;
  cursor: default;
}

@media screen and (min-width: 1550px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .subhead {
  background: #FAF8F5;
}
#contact h3 {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  padding-bottom: 2rem;
  border-bottom: #FF9703 solid 1px;
  color: #FF9703;
  margin-bottom: 4rem;
}
@media screen and (max-width: 574px) {
  #contact h3 {
    font-size: 2.6rem;
  }
}
#contact .phone {
  padding: 10rem 0;
  background: #FAF8F5;
  border-radius: 0 0 10rem 0;
}
#contact .phone ul li {
  border-bottom: 1px solid #B3B3B3;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 574px) {
  #contact .phone ul li {
    align-items: inherit;
  }
}
#contact .phone ul li .ttl {
  width: 20%;
  padding: 1.5rem;
  font-size: 1.8rem;
  color: #FF9703;
  white-space: nowrap;
}
@media screen and (max-width: 574px) {
  #contact .phone ul li .ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #B3B3B3;
    width: 10rem;
  }
}
#contact .phone ul li .text {
  display: flex;
  border-left: 1px solid #B3B3B3;
  padding: 1rem;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
}
@media screen and (max-width: 574px) {
  #contact .phone ul li .text {
    border-left: 0;
  }
}
#contact .phone ul li .text_in {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 574px) {
  #contact .phone ul li .text_in:nth-of-type(2) {
    margin: 2rem 0;
  }
}
#contact .phone ul li .text p {
  font-size: 1.8rem;
  padding: 1.5rem;
  width: 45rem;
}
@media screen and (max-width: 991px) {
  #contact .phone ul li .text p {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 574px) {
  #contact .phone ul li .text p {
    padding: 0.5rem;
    width: auto;
    font-size: 1.6rem;
  }
}
#contact .phone ul li .text p small {
  font-size: 80%;
}
#contact .phone ul li .text .tel {
  padding: 1.5rem;
  font-size: 1.8rem;
  font-family: "Josefin Sans", sans-serif;
  width: 27rem;
}
@media screen and (max-width: 574px) {
  #contact .phone ul li .text .tel {
    padding: 0.5rem;
  }
}
#contact .phone ul li .text .tel_num {
  display: flex;
  align-items: center;
  color: #FF9703;
  gap: 1rem;
  font-size: 2.4rem;
}
#contact .phone ul li .text .tel_num small {
  font-size: 1.5rem;
}
#contact .phone ul li .text .tel .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  color: #fff;
  background: #FF9703;
  transition: 0.3s;
  font-size: 1.6rem;
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 2rem;
  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 .contact {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 7rem 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 table {
  width: 100%;
  margin-bottom: 50px;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #FF9703 1px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
  color: #FF9703;
}
#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: #b1a4a4 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 #FF9703;
  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 #FF9703;
  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: #FF9703;
  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: #FF9703;
  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: #FF9703;
  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;
  }
}