@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: #424242;
  letter-spacing: 0.07rem;
  font-weight: 500;
}
@media print {
  body {
    zoom: 0.8;
  }
}

a {
  color: inherit;
}
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 screen and (min-width: 1500px) {
  .container {
    max-width: 1230px;
  }
  .container-xl {
    max-width: 1230px;
  }
}
@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 {
  padding-top: 13rem;
  margin-top: -13rem;
  display: block;
}
@media screen and (max-width: 1199px) {
  .id-target {
    padding-top: 8rem;
    margin-top: -8rem;
  }
}

br.pc {
  display: none;
}
@media screen and (max-width: 1500px) {
  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: 1s;
    transform: translateY(-15px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(15px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(-15px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(15px);
  }
  .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: #5FA9ED;
    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 {
  height: 13rem;
  background: #fff;
  padding: 0 3rem;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  header {
    height: 8rem;
  }
}
@media screen and (max-width: 574px) {
  header {
    padding: 0 1.4rem;
  }
}
@media print {
  header {
    position: absolute;
  }
}
header .logo {
  width: 50rem;
}
@media screen and (max-width: 1500px) {
  header .logo {
    width: 40rem;
  }
}
@media screen and (max-width: 1199px) {
  header .logo {
    width: 35rem;
  }
}
@media screen and (max-width: 574px) {
  header .logo {
    width: 30rem;
  }
}
header .logo img, header .logo a {
  display: block;
}
header .header_right {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  header .header_right {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%) translateX(100%);
    background: #fff;
    flex-direction: column-reverse;
    padding: 1.5rem;
    width: 25rem;
    transition: 0.5s;
  }
  header .header_right.open {
    transform: translateY(100%);
  }
}
header .header_contact {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 1199px) {
  header .header_contact {
    flex-direction: column;
  }
}
header .header_contact .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17rem;
  height: 4rem;
  background: #5FA9ED;
  color: #fff;
  gap: 0.6rem;
  border-radius: 7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03rem;
}
header .header_contact .tel i {
  font-size: 1.4rem;
}
@media screen and (max-width: 1199px) {
  header .header_contact .tel {
    width: 100%;
  }
}
header .header_contact .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17rem;
  height: 4rem;
  background: #fff;
  color: #5FA9ED;
  border: 3px solid #5FA9ED;
  gap: 0.6rem;
  border-radius: 7rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03rem;
  transition: 0.3s;
}
@media (min-width: 992px) {
  header .header_contact .mail:hover {
    background: #5FA9ED;
    color: #fff;
  }
}
@media screen and (max-width: 1199px) {
  header .header_contact .mail {
    width: 100%;
  }
}
header nav {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1199px) {
  header nav {
    flex-direction: column;
    gap: 2rem;
  }
}
header nav a {
  font-size: 1.7rem;
  font-weight: 500;
  transition: 0.3s;
}
header nav a.active {
  color: #5FA9ED;
}
@media (min-width: 992px) {
  header nav a:hover {
    color: #5FA9ED;
  }
}
@media screen and (max-width: 1199px) {
  header nav a {
    width: 100%;
    display: block;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #5FA9ED;
  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: 1199px) {
  header .toggle {
    display: block;
  }
}

main {
  overflow: hidden;
}

.title .h3_en {
  color: #29466D;
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 1;
}
@media screen and (max-width: 574px) {
  .title .h3_en {
    font-size: 5rem;
  }
}
.title h3 {
  margin-top: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}
.title.white .h3_en {
  color: #fff;
}
.title.white h3 {
  color: #fff;
}
.title_bottom h3 {
  font-size: 3rem;
  font-weight: bold;
  padding-left: 1rem;
  border-left: 1.5rem solid #29466D;
}

.more {
  width: 21rem;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5FA9ED;
  color: #fff;
  padding: 1rem 2rem 1rem 1rem;
  border-radius: 5rem;
  position: relative;
  font-weight: bold;
  border: 3px solid #5FA9ED;
  transition: 0.3s;
}
.more i {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  font-size: 1.9rem;
}
@media (min-width: 992px) {
  .more:hover {
    background: #fff;
    color: #5FA9ED;
  }
}

main {
  overflow: hidden;
}

.footer {
  padding-top: 15rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 574px) {
  .footer {
    padding-top: 10rem;
  }
}
.footer_bg2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45vw;
  background: #E2F1FF;
  border-radius: 10rem 0 0 0;
  display: block;
  z-index: -1;
}
@media screen and (max-width: 574px) {
  .footer_bg2 {
    border-radius: 6rem 0 0 0;
  }
}
.footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  width: calc(100% + (100vw - 100%) / 2);
  padding-right: 15px;
  height: 100%;
  background: #29466D;
  border-radius: 0 10rem 0 0;
}
@media screen and (max-width: 574px) {
  .footer_bg {
    border-radius: 0 6rem 0 0;
  }
}
.footer .container {
  position: relative;
  z-index: 0;
  color: #fff;
  padding: 14rem 15px;
}
@media screen and (max-width: 991px) {
  .footer .container {
    padding: 10rem 15px;
  }
}
.footer .contact_inner {
  display: flex;
  align-items: center;
  gap: 3.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 574px) {
  .footer .contact_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.footer .contact_inner .tel {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer .contact_inner .tel i {
  font-size: 2.5rem;
}
.footer .contact_inner .tel span {
  font-family: "Poppins", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
}
.footer .contact_inner .mail {
  display: flex;
  border: 2px solid #fff;
  border-radius: 6rem;
  overflow: hidden;
  height: 7rem;
  align-items: center;
  gap: 1.5rem;
  padding-right: 4rem;
  font-size: 2.4rem;
  font-weight: bold;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .footer .contact_inner .mail:hover {
    background: #fff;
    color: #29466D;
  }
  .footer .contact_inner .mail:hover .icon {
    border-right: 2px solid #29466D;
  }
}
@media screen and (max-width: 574px) {
  .footer .contact_inner .mail {
    font-size: 2rem;
  }
}
.footer .contact_inner .mail .icon {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid #fff;
  transition: 0.3s;
  font-size: 3.2rem;
  height: 100%;
}
.footer .area {
  margin-top: 4rem;
}
.footer .area h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 1rem;
  border-left: 11px solid #fff;
  margin-bottom: 2rem;
}
.footer .area p {
  margin-top: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.footer_bottom {
  margin-top: 7rem;
  padding-top: 7rem;
  border-top: 1px solid #fff;
  margin-right: -15px;
  padding-right: 15px;
}
@media screen and (max-width: 574px) {
  .footer_bottom {
    margin-right: 0;
    padding-right: 0;
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer_inner {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }
}
.footer_left .logo {
  width: 34.7rem;
}
.footer_left .add {
  margin-top: 4rem;
  line-height: 1.8;
  font-size: 1.5rem;
  font-weight: 500;
}
.footer_right {
  display: flex;
  gap: 5rem;
  padding-right: 10rem;
}
@media screen and (max-width: 991px) {
  .footer_right {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 0;
  }
}
@media screen and (max-width: 574px) {
  .footer_right {
    display: none;
  }
}
.footer_right ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  .footer_right ul {
    flex-direction: row;
    gap: 3rem;
  }
}
.footer .copy {
  font-size: 1.3rem;
  margin-top: 10rem;
}
@media screen and (max-width: 991px) {
  .footer .copy {
    margin-top: 6rem;
    text-align: center;
  }
}

#pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 4.5rem;
}

#top {
  margin-top: 13rem;
}
@media screen and (max-width: 1199px) {
  #top {
    margin-top: 8rem;
  }
}
#top .mv {
  position: relative;
}
#top .mv .slider_image {
  height: calc(100vh - 13rem);
}
@media screen and (max-width: 1199px) {
  #top .mv .slider_image {
    height: calc(100vh - 8rem);
  }
}
@media screen and (max-width: 991px) {
  #top .mv .slider_image {
    height: 50vh;
  }
}
#top .mv .slider_image img {
  height: 100%;
  object-fit: cover;
}
#top .mv_text {
  position: absolute;
  top: 50%;
  left: 8rem;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 6rem;
  line-height: 1.2;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #top .mv_text {
    width: 100%;
    left: 0;
    padding-left: 5rem;
    font-size: 5rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 4rem;
    line-height: 1.5;
  }
}
#top .mv_text small {
  margin-bottom: 2rem;
  font-size: 3.4rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 574px) {
  #top .mv_text small {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
#top .about {
  padding: 9rem 0 8rem;
}
#top .about .row {
  gap: 3rem 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #top .about .row {
    flex-direction: column-reverse;
  }
}
#top .about_text h3 {
  font-size: 3.5rem;
  font-weight: bold;
  color: #29466D;
  line-height: 1.5;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 1199px) {
  #top .about_text h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about_text h3 {
    font-size: 2.1rem;
  }
}
#top .about_lead {
  margin-top: 2rem;
  line-height: 1.6;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  #top .about_lead {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about_lead {
    font-size: 1.6rem;
  }
}
#top .about_list {
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
@media screen and (max-width: 574px) {
  #top .about_list {
    margin-top: 3rem;
  }
}
#top .about_item {
  width: 15rem;
  aspect-ratio: 1/1;
  background: #5FA9ED;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  #top .about_item {
    width: calc(33% - 2rem);
  }
}
@media screen and (max-width: 767px) {
  #top .about_item {
    max-width: 15rem;
  }
}
#top .about_item img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 991px) {
  #top .about_item img {
    width: 70%;
    margin: 0 auto;
  }
}
#top .about_item p {
  line-height: 1.4;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  #top .about_item p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  #top .about_item p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about_item p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about_item p {
    font-size: 1.5rem;
  }
}
#top .about_image {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: 50vw;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #top .about_image {
    margin: 0;
    width: 100%;
    padding: 0 15px;
  }
}
#top .service {
  padding: 0 1.5rem;
}
#top .service_inner {
  display: flex;
  gap: 1.5rem;
  overflow: hidden;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #top .service_inner {
    flex-direction: column;
  }
}
#top .service_item {
  width: 33.333%;
  overflow: hidden;
  position: relative;
}
#top .service_item img {
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  #top .service_item img {
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  #top .service_item:hover img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 991px) {
  #top .service_item {
    aspect-ratio: 4/5;
  }
}
@media screen and (max-width: 767px) {
  #top .service_item {
    width: 100%;
    aspect-ratio: auto;
    height: 25rem;
  }
}
#top .service_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3rem 2.5rem;
}
@media screen and (max-width: 991px) {
  #top .service_text {
    padding: 2rem 1.5rem;
  }
}
#top .service_text p {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 7.5rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  #top .service_text p {
    font-size: 5rem;
  }
}
@media screen and (max-width: 991px) {
  #top .service_text p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #top .service_text p {
    font-size: 5rem;
  }
}
#top .service_text_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  color: #fff;
}
#top .service_text_inner h3 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  #top .service_text_inner h3 {
    font-size: 2rem;
  }
}
#top .service_text_inner .arrow {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 3px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .service_text_inner .arrow i {
  font-size: 1.9rem;
}
#top .news {
  padding: 9rem 0;
}
#top .news .row {
  gap: 4rem 0;
}
#top .news_title {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1199px) {
  #top .news_title {
    flex-direction: row;
    align-items: flex-end;
    gap: 0;
  }
}
#top .news ul li a {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #C0C0C0;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #top .news ul li a:hover {
    border-bottom: 1px solid #424242;
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #top .news ul li a {
    flex-wrap: wrap;
  }
}
#top .news ul li a .date {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #525252;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: 15rem;
}
#top .news ul li a .date .new {
  display: block;
  color: #D73535;
}
#top .news ul li a .category {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 16rem;
  height: 3.2rem;
  border-radius: 0.5rem;
  border: 3px solid #5FA9ED;
  background: #fff;
  color: #5FA9ED;
  font-weight: 600;
}
#top .news ul li a h4 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  width: calc(100% - 35rem);
}
@media screen and (max-width: 767px) {
  #top .news ul li a h4 {
    width: 100%;
  }
}

.subhead {
  margin-top: 13rem;
  height: 40rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .subhead {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .subhead {
    height: 30rem;
  }
}
.subhead_text {
  text-align: center;
  transform: translateY(50%);
  background: #fff;
  padding: 1rem 4rem;
  border-radius: 1rem;
}
.subhead_text .h2_en {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 5rem;
  color: #29466D;
}
.subhead_text h2 {
  font-weight: 500;
}

#service .subhead {
  background: url(../../images/service/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#service section {
  padding: 10rem 0;
}
@media screen and (max-width: 574px) {
  #service section {
    padding: 7rem 0;
  }
}
#service section:nth-of-type(even) {
  background: #E2F1FF;
}
#service section h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #5FA9ED;
  margin-top: 2rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
#service .service .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#service .service_left {
  border-radius: 1rem;
  overflow: hidden;
}
#service .service_left img {
  height: 100%;
  object-fit: cover;
}
#service .service_title {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#service .service_title .freee_icon {
  width: 6rem;
}
#service .service_title h5 {
  font-size: 2rem;
  font-weight: bold;
}
#service .service_lead {
  line-height: 2;
  margin-top: 2rem;
  font-weight: 500;
}
#service .service_image {
  border-radius: 1rem;
  overflow: hidden;
}
#service .service_image img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  #service .service_image {
    width: 40%;
  }
}
@media screen and (max-width: 574px) {
  #service .service_image {
    width: 100%;
  }
}
#service .service_item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  #service .service_item {
    flex-direction: row;
    gap: 2rem;
    align-items: center;
  }
}
@media screen and (max-width: 574px) {
  #service .service_item {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 991px) {
  #service .service_text {
    width: calc(60% - 2rem);
  }
}
@media screen and (max-width: 574px) {
  #service .service_text {
    width: 100%;
  }
}
#service .service_text h5 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #29466D;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #29466D;
}
#service .service_text p {
  margin-top: 1rem;
  line-height: 1.8;
  font-weight: 500;
}
#service .service1_text h5 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #29466D;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #29466D;
}
#service .service1_text p {
  margin-top: 1rem;
  line-height: 1.8;
  font-weight: 500;
}
#service .service1 .row {
  margin-top: 3rem;
  align-items: center;
  gap: 2rem 0;
}
#service .service1_item {
  margin-top: 5rem;
}
#service .service1_item .more {
  margin-top: 2rem;
}
#service .service1 .table_wrap {
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 3rem;
}
#service .service1 .table_wrap table {
  width: 100%;
}
#service .service1 .table_wrap table td, #service .service1 .table_wrap table th {
  padding: 1.5rem;
  font-size: 1.5rem;
  white-space: nowrap;
  text-align: center;
}
#service .service1 .table_wrap table th {
  background: #29466D;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
#service .service1 .table_wrap table td {
  border: 1px solid #424242;
}
#service .service1 .table_wrap table td.blank {
  border: none;
}
#service .service1 .table_wrap table .top th {
  border-bottom: 1px solid #29466D;
}
#service .service1 .table_wrap table .top th:nth-of-type(1) {
  border-left: 1px solid #29466D;
}
#service .service1 .table_wrap table .top th:nth-of-type(2) {
  border-right: 1px solid #29466D;
}
#service .service1 .table_wrap table .sub th {
  background: #E2F1FF;
  color: #424242;
  border: 1px solid #29466D;
}
#service .service1 .table_wrap table .sub .red {
  color: #e53535;
}
#service .service1 .table_wrap table .sub .mini {
  font-size: 80%;
}
#service .service2 {
  margin-bottom: 10rem;
}
#service .service2 h5 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #29466D;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #29466D;
  margin-top: 3rem;
}
#service .service2 .row {
  margin-top: 2rem;
  gap: 3rem 0;
}
#service .service2_item {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
#service .service2_text {
  padding: 1.5rem;
}
#service .service2_text h6 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #29466D;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #29466D;
}
#service .service2_text p {
  margin-top: 1rem;
  line-height: 1.6;
  font-size: 1.4rem;
}
#service .service2_contact {
  margin-top: 3rem;
}
#service .service2_contact p {
  font-size: 2.4rem;
  color: #29466D;
  font-weight: 500;
}
@media screen and (max-width: 574px) {
  #service .service2_contact p {
    font-size: 2rem;
  }
}
#service .service2_contact p a {
  text-decoration: underline;
}
#service .service_table {
  margin-top: 3rem;
}
#service .service_table table {
  width: 100%;
}
#service .service_table table th, #service .service_table table td {
  padding: 1.5rem;
  text-align: center;
}
#service .service_table table th {
  background: #29466D;
  color: #fff;
  border-right: 1px solid #fff;
}
#service .service_table table th:last-of-type {
  border-right: 1px solid #29466D;
}
#service .service_table table td {
  border: 1px solid #424242;
  line-height: 1.5;
}
#service .price .row {
  margin-top: 2rem;
}
#service .price .table_wrap {
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 3rem;
}
#service .price .table_wrap table {
  width: 100%;
}
#service .price .table_wrap table td, #service .price .table_wrap table th {
  padding: 1.5rem;
  font-size: 1.5rem;
  white-space: nowrap;
}
#service .price .table_wrap table th {
  background: #29466D;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
}
#service .price .table_wrap table td {
  border: 1px solid #424242;
}
#service .price .table_wrap table td.blank {
  border: none;
}
#service .price .table_wrap table .top th {
  border-bottom: 1px solid #29466D;
}
#service .price .table_wrap table .top th:nth-of-type(1) {
  border-left: 1px solid #29466D;
}
#service .price .table_wrap table .top th:nth-of-type(2) {
  border-right: 1px solid #29466D;
}
#service .price .table_wrap table .sub th {
  background: #E2F1FF;
  color: #424242;
  border: 1px solid #29466D;
}
#service .price .table_wrap table .sub .red {
  color: #e53535;
}
#service .price .table_wrap table .sub .mini {
  font-size: 80%;
}
#service .price .row {
  gap: 3rem 0;
}
#service .price_item .cap {
  margin-top: 1.5rem;
  color: #e53535;
}
#service .price_item table {
  margin-top: 2rem;
  width: 100%;
}
#service .price_item table td, #service .price_item table th {
  padding: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
}
#service .price_item table th {
  background: #29466D;
  color: #fff;
  border-right: 1px solid #fff;
}
#service .price_item table th:last-of-type {
  border-right-color: #29466D;
}
#service .price_item table td {
  border: 1px solid #424242;
}
#service .price_flex {
  margin-top: 4rem;
  display: flex;
  gap: 5rem 3rem;
  flex-wrap: wrap;
}
#service .price_flex p {
  margin-top: 2rem;
  line-height: 1.8;
}

#company .subhead {
  background: url(../../images/company/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#company section {
  padding: 10rem 0;
}
@media screen and (max-width: 574px) {
  #company section {
    padding: 7rem 0;
  }
}
#company section:nth-of-type(even) {
  background: #E2F1FF;
}
#company section h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #5FA9ED;
  margin-top: 2rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}
#company .profile_image {
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #company .profile .row {
    gap: 3rem 0;
  }
}
#company .profile .name {
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
}
#company .profile_text {
  margin-top: 2rem;
}
#company .profile_text .ttl {
  font-weight: bold;
  font-size: 2.4rem;
  font-feature-settings: "palt";
}
#company .profile_text ul {
  margin-top: 1rem;
}
#company .profile_text ul li {
  display: flex;
  gap: 2rem;
  padding: 1rem 0;
  border-bottom: 1px solid #424242;
}
#company .profile_text ul li .year {
  width: 9rem;
  letter-spacing: 0.1rem;
}
#company .profile_text ul li .text {
  width: calc(100% - 11rem);
}
#company .profile .history {
  margin-top: 3rem;
}
#company .profile .history_item h4 {
  margin-top: 3rem;
}
#company .profile .history_item p {
  margin-top: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}
#company .mission_item {
  margin-top: 8rem;
}
#company .mission_item p {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 1.9;
}
#company .outline table {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  #company .outline table {
    border: 1px solid #29466D;
  }
}
#company .outline table th {
  background: #29466D;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
}
#company .outline table tr:first-of-type td {
  border-top: #29466D 1px solid;
}
#company .outline table tr:first-of-type th {
  border-top: #29466D 1px solid;
}
#company .outline table tr:last-of-type th {
  border-color: #29466D;
}
#company .outline table td {
  border-bottom: #29466D 1px solid;
  border-right: #29466D 1px solid;
  width: 75%;
  background: #fff;
}
#company .outline table th, #company .outline table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #company .outline table th, #company .outline table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#company .access iframe {
  margin-top: 4rem;
  width: 100%;
}
@media screen and (max-width: 574px) {
  #company .access iframe {
    height: 35rem;
  }
}
#company .access_text {
  margin: 3rem 0 2rem;
}
#company .access_text p {
  line-height: 2;
}
#company .access_text p .red {
  color: #e53535;
}

#news .subhead {
  background: url(../../images/news/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#news .news {
  padding: 7rem 0 10rem;
}
#news .news_category {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
#news .news_category li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  background: #fff;
  color: #29466D;
  border: 2px solid #29466D;
  border-radius: 0.5rem;
  font-weight: bold;
  transition: 0.3s;
}
@media (min-width: 992px) {
  #news .news_category li a:hover {
    background: #29466D;
    color: #fff;
  }
}
#news .news_category li a.current {
  background: #29466D;
  color: #fff;
}
#news .news_list {
  margin-bottom: 4rem;
  margin-top: 5rem;
}
#news .news_item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #C0C0C0;
}
#news .news_top {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  #news .news_top {
    flex-wrap: wrap;
  }
}
#news .news_top .date {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #525252;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: 15rem;
}
#news .news_top .date .new {
  display: block;
  color: #D73535;
}
#news .news_top .category {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 16rem;
  height: 3.2rem;
  border-radius: 0.5rem;
  border: 3px solid #5FA9ED;
  background: #fff;
  color: #5FA9ED;
  font-weight: 600;
}
#news .news_top h3 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  width: calc(100% - 35rem);
}
@media screen and (max-width: 767px) {
  #news .news_top h3 {
    width: 100%;
  }
}
#news .news_detail {
  margin-top: 3rem;
}
#news .news_detail .row {
  align-items: center;
}
#news .news_photo {
  margin-top: 4rem;
  gap: 2rem 0;
}
#news .news_text {
  margin-top: 4rem;
}
#news .news .download {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
#news .news .paging {
  text-align: center;
}
#news .news .paging span.current, #news .news .paging span.paging-text {
  margin: 0px 2px;
  color: #29466D;
  display: inline;
  zoom: 1;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #29466D;
  text-decoration: none;
}
#news .news .paging span.paging-text a {
  padding: 3px 8px;
  display: block;
  transition-duration: 0.3s;
}
@media (min-width: 992px) {
  #news .news .paging span.paging-text a:hover {
    background: #29466D;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }
}
#news .news .paging span.current {
  background: #29466D;
  color: #fff;
  display: inline;
  zoom: 1;
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

#contact .subhead {
  background: url(../../images/contact/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
}
@media screen and (min-width: 1550px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 10px;
  text-align: justify;
  font-weight: 500;
  margin-top: 3rem;
}
@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 {
  padding: 12rem 0 8rem;
  background: #E2F1FF;
}
@media screen and (max-width: 767px) {
  #contact .tel {
    padding-bottom: 5rem;
  }
}
@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 .row {
  margin-top: 3rem;
}
#contact .tel .tel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 1rem;
  border: 1px solid #29466D;
  background: #29466D;
  border-radius: 0.5rem;
}
#contact .tel .tel_btn {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", 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: 10rem 0;
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 8rem 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;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table {
    border: 1px solid #29466D;
  }
}
#contact .form_wrap form table th {
  background: #29466D;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
  position: relative;
}
#contact .form_wrap form table th .requied {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #bb1515;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th {
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
  }
}
#contact .form_wrap form table tr:first-of-type td {
  border-top: #29466D 1px solid;
}
#contact .form_wrap form table tr:first-of-type th {
  border-top: #29466D 1px solid;
}
#contact .form_wrap form table tr:last-of-type th {
  border-color: #29466D;
}
#contact .form_wrap form table td {
  border-bottom: #29466D 1px solid;
  border-right: #29466D 1px solid;
  width: 75%;
  background: #fff;
  font-weight: 500;
}
#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%;
    padding-top: 0;
  }
  #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;
  }
}
#contact .form_wrap form table th, #contact .form_wrap form table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form table th, #contact .form_wrap form table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#contact .form_wrap form h4 {
  font-size: 22px;
  padding-left: 10px;
  border-left: 10px solid #29466D;
  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 #29466D;
  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: #29466D;
  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: #29466D;
  color: #fff;
  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: #eee;
  margin-right: 30px;
  color: #424242;
  border: 1px solid #eee;
  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: #29466D;
  position: relative;
  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 */