@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: #252525;
  letter-spacing: 0.07rem;
  font-weight: 500;
}
@media print {
  body {
    zoom: 0.8;
  }
}
@media screen and (max-width: 374px) {
  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 {
  scroll-margin-top: 10rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .id-target {
    scroll-margin-top: 7rem;
  }
}

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

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

main {
  overflow: hidden;
}
main .blue {
  color: #135099;
}
main .green {
  color: #008D49;
}

.more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 1.2rem 3rem;
  gap: 2rem;
  background: #135099;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  border: 2px solid #135099;
}
.more i {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .more:hover {
    background: #fff;
    color: #135099;
  }
}

.footer_contact {
  padding: 6rem 0;
  background: linear-gradient(90deg, #4C789D 0%, #053E91 100%);
  color: #fff;
}
.footer_contact h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12rem;
  text-align: center;
}
.footer .contact_inner {
  display: flex;
  margin-top: 6rem;
}
@media screen and (max-width: 991px) {
  .footer .contact_inner {
    flex-wrap: wrap;
  }
}
.footer .contact_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 3rem;
  padding: 2rem 0;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  .footer .contact_item {
    flex: none;
    width: 50%;
  }
}
@media screen and (max-width: 574px) {
  .footer .contact_item {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer .contact_item:nth-of-type(2) {
    border-right: 0;
    border-bottom: 0;
  }
}
.footer .contact_item:last-of-type {
  border-right: 0;
}
@media screen and (max-width: 991px) {
  .footer .contact_item:last-of-type {
    width: 100%;
    padding-top: 4rem;
    border-top: 1px solid #fff;
    border-bottom: 0;
  }
}
.footer .contact_item .icon {
  width: 8rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  color: #135099;
}
.footer .contact_item .icon i {
  font-size: 3.6rem;
}
.footer .contact_item h4 {
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2rem;
}
.footer .contact_item .num {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  font-size: 3rem;
}
.footer .contact_item .num small {
  font-size: 2rem;
}
.footer .contact_item .mail_btn {
  padding: 2rem 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  background: #fff;
  border: 2px solid #fff;
  color: #135099;
  font-weight: 700;
  font-size: 1.7rem;
  transition: 0.3s;
}
.footer .contact_item .mail_btn i {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .footer .contact_item .mail_btn:hover {
    background: transparent;
    color: #fff;
  }
}
.footer_bottom {
  padding: 3rem 0;
}
.footer_bnr {
  display: block;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .footer_bnr:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .footer_bnr .sp_none {
    display: none;
  }
}
.footer_bnr .pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer_bnr .pc_none {
    display: block;
  }
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 991px) {
  .footer_inner {
    text-align: center;
    flex-direction: column;
    gap: 4rem;
  }
}
.footer_left .logo {
  width: 37.8rem;
}
@media screen and (max-width: 991px) {
  .footer_left .logo {
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .footer_left .logo {
    max-width: 80%;
  }
}
.footer_left .logo img {
  display: block;
}
.footer_left .add {
  margin-top: 3rem;
  font-size: 1.5rem;
}
.footer_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .footer_right {
    align-items: center;
  }
}
.footer_nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 991px) {
  .footer_nav {
    display: none;
  }
}
.footer_nav a {
  font-size: 1.5rem;
}
.footer .copy {
  font-size: 1.3rem;
}

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

#top .mv {
  height: 100vh;
  background: url(../../images/top/mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top .mv {
    height: 70vh;
  }
}
#top .mv_text {
  position: absolute;
  left: 5.7vw;
  bottom: 7.5vw;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #top .mv_text {
    left: 3vw;
  }
}
#top .mv_text h1 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 991px) {
  #top .mv_text h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text h1 {
    font-size: 6.5vw;
  }
}
#top .mv_text p {
  margin-top: 1.5rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #top .mv_text p {
    font-size: 3vw;
  }
}
#top .about {
  padding: 9rem 0;
}
#top .about_title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.8;
}
#top .about .row {
  margin-top: 4rem;
}
@media screen and (max-width: 1199px) {
  #top .about .row {
    justify-content: center;
    gap: 3rem 0;
  }
}
#top .about .col-12 {
  position: relative;
}
#top .about_item {
  width: calc(100% - 4rem);
  margin-left: auto;
  padding: 4rem 4rem 4rem 8rem;
  border: 3px solid;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  #top .about_item {
    padding: 3rem 2rem 3rem 4rem;
  }
}
#top .about_item.border_blue {
  border-color: #135099;
}
#top .about_item.border_blue .underline {
  border-color: #135099;
}
#top .about_item.border_green {
  border-color: #008D49;
}
#top .about_item.border_green .underline {
  border-color: #008D49;
}
#top .about_item p {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  gap: 0.5rem;
}
#top .about_item p .underline {
  display: block;
  width: fit-content;
  border-bottom: 2px solid #135099;
}
#top .about_icon {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translateY(-50%);
  width: 12rem;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  #top .about_icon {
    width: 9rem;
  }
}
#top .nac {
  padding: 4rem 0;
  background: #F3F3F3;
}
#top .nac_title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #135099;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #135099;
}
@media screen and (max-width: 1199px) {
  #top .nac_title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
#top .nac .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #top .nac .row {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
#top .nac_lead {
  margin-top: 1.5rem;
  font-weight: 700;
  line-height: 2;
}
#top .nac_list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 4.5rem;
}
#top .nac_list li {
  padding: 2rem 2rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: #fff;
  border-radius: 1rem;
}
#top .nac_list li h4 {
  font-size: 2.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  #top .nac_list li h4 {
    font-size: 1.7rem;
  }
}
#top .nac_num {
  color: #008D49;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#top .nac_num span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
#top .nac_num span::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #008D49;
}
#top .nac_num .en {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
#top .nac_image {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: 50vw;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  #top .nac_image {
    padding: 0 12px;
    margin: 0;
    width: 100%;
  }
}
#top .service {
  padding: 8rem 0;
}
#top .service .row {
  gap: 2rem 0;
}
#top .service_item {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: #F3F3F3;
  z-index: 0;
  padding: 4rem 5rem;
  height: 100%;
}
#top .service_item h3 {
  font-size: 2.5rem;
  color: #135099;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #135099;
}
#top .service_item ul {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
#top .service_item ul li {
  padding: 1.5rem;
  background: #0F3D73;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  width: calc(33.3333% - 1rem);
}
@media screen and (max-width: 1400px) {
  #top .service_item ul li {
    padding: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .service_item ul li {
    width: calc(50% - 0.75rem);
  }
}
@media screen and (max-width: 991px) {
  #top .service_item ul li {
    width: calc(33.3333% - 1rem);
  }
}
@media screen and (max-width: 450px) {
  #top .service_item ul li {
    width: calc(50% - 0.75rem);
  }
}
#top .service_item ul li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
}
#top .service_item ul li span {
  width: calc(100% - 2rem);
}
@media screen and (max-width: 1400px) {
  #top .service_item ul li span {
    font-size: 1.5rem;
  }
}
#top .service_item ul li.wide {
  width: 100%;
}
#top .service_item ul li.wide span {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
#top .service_item ul li.wide small {
  font-size: 1.1rem;
  font-weight: 500;
}
#top .service_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 115%;
}
#top .service_bg img {
  height: 100%;
  object-fit: contain;
}
#top .company_link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45rem;
  background: url(../../images/top/comapany_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 574px) {
  #top .company_link {
    height: 38rem;
  }
}
#top .company_link::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(71, 72, 94, 0.33);
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 992px) {
  #top .company_link:hover::after {
    opacity: 0;
  }
  #top .company_link:hover .company_text .more {
    background: #fff;
    color: #135099;
  }
}
#top .company_text {
  text-align: center;
}
#top .company_text h3 {
  font-size: 3.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
#top .company_text .more {
  margin-top: 4rem;
}

.subhead {
  height: 60rem;
  position: relative;
}
@media screen and (max-width: 574px) {
  .subhead {
    height: 40rem;
  }
}
.subhead_text {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  padding: 5rem 8rem 4rem 10%;
}
@media screen and (max-width: 574px) {
  .subhead_text {
    padding: 2rem 4rem 0 6%;
  }
}
.subhead_text .en {
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  font-size: 2rem;
  color: #135099;
}
.subhead_text .en::after {
  content: "";
  width: 3rem;
  height: 1px;
  background: #135099;
  display: block;
}
.subhead_text h2 {
  margin-top: 1rem;
  font-size: 5rem;
  font-weight: 700;
}
@media screen and (max-width: 574px) {
  .subhead_text h2 {
    font-size: 4rem;
  }
}
.subhead_text_lead {
  margin-top: 2rem;
  line-height: 1.7;
  font-weight: 600;
  font-size: 1.8rem;
  color: #135099;
}
@media screen and (max-width: 574px) {
  .subhead_text_lead {
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

#service .subhead {
  background: url(../../images/service/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#service .service {
  padding: 8rem 0;
}
#service .service_lead {
  margin-top: 2rem;
  line-height: 1.8;
  font-size: 1.8rem;
  text-align: center;
}
#service .service .row {
  gap: 3rem 0;
}
#service .service .col-12 {
  position: relative;
}
#service .service_item {
  width: calc(100% - 4rem);
  margin-left: auto;
  padding: 4rem 3rem 4rem 10rem;
  border: 4px solid;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  #service .service_item {
    padding: 3rem 2rem 3rem 6rem;
  }
}
@media screen and (max-width: 767px) {
  #service .service_item {
    padding-left: 10rem;
  }
}
#service .service_item .icon {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translateY(-50%);
  width: 12rem;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  #service .service_item .icon {
    width: 9rem;
  }
}
@media screen and (max-width: 767px) {
  #service .service_item .icon {
    width: 12rem;
  }
}
#service .service_item.border_blue {
  border-color: #135099;
}
#service .service_item.border_blue .service_title .en, #service .service_item.border_blue .service_title h3 {
  color: #135099;
}
#service .service_item.border_green {
  border-color: #008D49;
}
#service .service_item.border_green .service_title .en, #service .service_item.border_green .service_title h3 {
  color: #008D49;
}
#service .service_title .en {
  position: absolute;
  top: 0;
  left: 8rem;
  transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  background: #fff;
  display: block;
  padding: 0 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  #service .service_title .en {
    font-size: 2.4rem;
  }
}
#service .service_title h3 {
  font-weight: 700;
  font-size: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid;
}
#service .service_text {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
}
#service .work {
  padding: 0 0 8rem;
}
#service .work .row {
  gap: 2rem 0;
}
#service .work_item {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: #F3F3F3;
  z-index: 0;
  padding: 4rem 5rem;
  height: 100%;
}
#service .work_item h3 {
  font-size: 2.5rem;
  color: #135099;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #135099;
}
#service .work_item ul {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
#service .work_item ul li {
  padding: 1.5rem;
  background: #0F3D73;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  width: calc(33.3333% - 1rem);
}
@media screen and (max-width: 1400px) {
  #service .work_item ul li {
    padding: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  #service .work_item ul li {
    width: calc(50% - 0.75rem);
  }
}
@media screen and (max-width: 991px) {
  #service .work_item ul li {
    width: calc(33.3333% - 1rem);
  }
}
@media screen and (max-width: 450px) {
  #service .work_item ul li {
    width: calc(50% - 0.75rem);
  }
}
#service .work_item ul li::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #fff;
}
#service .work_item ul li span {
  width: calc(100% - 2rem);
}
@media screen and (max-width: 1400px) {
  #service .work_item ul li span {
    font-size: 1.5rem;
  }
}
#service .work_item ul li.wide {
  width: 100%;
}
#service .work_item ul li.wide span {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
#service .work_item ul li.wide small {
  font-size: 1.1rem;
  font-weight: 500;
}
#service .work_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 115%;
}
#service .work_bg img {
  height: 100%;
  object-fit: contain;
}

#recruit {
  overflow: visible;
}
#recruit .subhead {
  background: url(../../images/recruit/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#recruit .recruit_wrap {
  padding: 8rem 0;
}
#recruit .recruit_wrap .index {
  position: sticky;
  top: 12rem;
  left: 0;
  overflow: hidden;
  border-radius: 1rem;
  padding-right: 3rem;
}
@media screen and (max-width: 991px) {
  #recruit .recruit_wrap .index {
    padding-right: 0;
    margin-bottom: 3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    border-radius: 0;
  }
}
@media screen and (max-width: 991px) {
  #recruit .recruit_wrap .index li {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  #recruit .recruit_wrap .index li {
    flex: none;
    width: calc(50% - 0.75rem);
  }
}
#recruit .recruit_wrap .index li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  padding: 0 2rem;
  background: #f6fcf4;
  border-bottom: 1px solid #F3F3F3;
}
@media screen and (max-width: 991px) {
  #recruit .recruit_wrap .index li a {
    border-radius: 1rem;
  }
}
@media (min-width: 992px) {
  #recruit .recruit_wrap .index li a:hover {
    background: #008D49;
    color: #fff;
  }
}
#recruit .recruit_wrap .index li a.active {
  background: #008D49;
  color: #fff;
}
#recruit h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #135099;
  padding-bottom: 1rem;
  border-bottom: 2px solid #135099;
  line-height: 1.5;
}
#recruit .recruit {
  margin-bottom: 8rem;
}
#recruit .recruit .row {
  align-items: center;
  gap: 3rem 0;
}
#recruit .recruit_image img {
  border-radius: 2rem;
}
#recruit .recruit_text p {
  margin-top: 2rem;
  line-height: 2;
  text-align: justify;
}
#recruit .welfare {
  margin-bottom: 8rem;
}
#recruit .welfare .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#recruit .welfare_item {
  background: #eaf9ff;
  position: relative;
  border-radius: 1rem;
  height: 100%;
}
#recruit .welfare_item .icon {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 3rem 2rem;
}
#recruit .welfare_text h4 {
  padding: 1.5rem;
  text-align: center;
  background: #135099;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  #recruit .welfare_text h4 {
    font-size: 1.8rem;
  }
}
#recruit .welfare_text p {
  padding: 2rem;
  font-feature-settings: "palt";
  line-height: 1.8;
}
#recruit .welfare_text p.caption {
  font-size: 1.3rem;
}
#recruit .offer .row {
  margin-top: 4rem;
  justify-content: center;
  gap: 3rem 0;
}
#recruit .offer .col-12 {
  position: relative;
}
#recruit .offer_item {
  width: calc(100% - 4rem);
  margin-left: auto;
  padding: 4rem 4rem 4rem 8rem;
  border: 3px solid;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  #recruit .offer_item {
    padding: 3rem 2rem 3rem 4rem;
  }
}
#recruit .offer_item.border_blue {
  border-color: #135099;
}
#recruit .offer_item.border_blue .underline {
  border-color: #135099;
}
#recruit .offer_item.border_green {
  border-color: #008D49;
}
#recruit .offer_item.border_green .underline {
  border-color: #008D49;
}
#recruit .offer_item p {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
  gap: 0.5rem;
}
#recruit .offer_item p .underline {
  display: block;
  width: fit-content;
  border-bottom: 2px solid #135099;
}
#recruit .offer_icon {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translateY(-50%);
  width: 15rem;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  #recruit .offer_icon {
    width: 9rem;
  }
}
#recruit .offer .catch {
  margin-top: 4rem;
  background: #F3F3F3;
  padding: 4rem 3rem;
  text-align: center;
  border-radius: 1rem;
}
@media screen and (max-width: 574px) {
  #recruit .offer .catch {
    text-align: left;
    padding: 3rem 2rem;
  }
}
#recruit .offer .catch p {
  line-height: 1.8;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #recruit .offer .catch p {
    font-size: 1.6rem;
  }
}
#recruit .recruitment {
  margin-top: 8rem;
}
#recruit .recruitment table {
  width: 100%;
}
#recruit .recruitment table th {
  border-bottom: #252525 1px solid;
  width: 25%;
  font-size: 1.4rem;
  color: #008D49;
  font-weight: 600;
  vertical-align: text-top;
  white-space: nowrap;
  padding: 2.8rem 1rem;
}
@media screen and (max-width: 574px) {
  #recruit .recruitment table th {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
#recruit .recruitment table tr:last-of-type th {
  border-color: #252525;
}
#recruit .recruitment table td {
  border-bottom: #252525 1px solid;
  width: 75%;
  line-height: 1.8;
  padding: 2.8rem 1rem;
}
@media screen and (max-width: 574px) {
  #recruit .recruitment table td {
    padding-top: 1rem;
  }
}
#recruit .recruitment table td ul li {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 574px) {
  #recruit .recruitment table th, #recruit .recruitment table td {
    width: 100%;
    display: block;
  }
}
#recruit .flow {
  margin-top: 8rem;
}
#recruit .flow .row {
  margin-top: 3rem;
  gap: 3rem 0;
}
#recruit .flow_item {
  padding: 3rem 2rem 3rem 2rem;
  background: #F3F3F3;
  position: relative;
  border-radius: 1rem;
}
#recruit .flow_item .icon {
  width: 8rem;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #135099;
  border-radius: 50%;
  margin: 0 auto;
}
#recruit .flow_item .icon i {
  font-size: 3rem;
}
#recruit .flow_text {
  margin-top: 2rem;
  width: fit-content;
}
#recruit .flow_text p {
  margin-top: 1rem;
  font-size: 1.4rem;
}
#recruit .flow_title {
  display: flex;
  align-items: center;
}
#recruit .flow_title span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #135099;
  color: #fff;
  border-radius: 50%;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
}
#recruit .flow_title h4 {
  padding-left: 1rem;
  width: calc(100% - 4rem);
  font-size: 2rem;
  color: #135099;
  font-weight: bold;
}
#recruit .flow .more {
  margin: 3rem auto 0;
}

#company .subhead {
  background: url(../../images/company/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: 90% 50%;
}
#company h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #135099;
  padding-bottom: 1rem;
  border-bottom: 2px solid #135099;
  line-height: 1.5;
}
#company .company {
  padding: 8rem 0;
}
#company .company table {
  width: 100%;
  margin-top: 4rem;
}
#company .company table th {
  border-bottom: #252525 1px solid;
  width: 25%;
  font-size: 1.4rem;
  color: #008D49;
  font-weight: 600;
  vertical-align: text-top;
  white-space: nowrap;
  padding: 2.8rem 1rem;
}
@media screen and (max-width: 574px) {
  #company .company table th {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
#company .company table tr:last-of-type th {
  border-color: #252525;
}
#company .company table td {
  border-bottom: #252525 1px solid;
  width: 75%;
  line-height: 1.8;
  padding: 2.8rem 1rem;
}
@media screen and (max-width: 574px) {
  #company .company table td {
    padding-top: 1rem;
  }
}
#company .company table td ul li {
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 574px) {
  #company .company table th, #company .company table td {
    width: 100%;
    display: block;
  }
}
#company .access {
  padding-bottom: 8rem;
}
#company .access iframe {
  margin-top: 4rem;
  width: 100%;
  height: 45rem;
}
@media screen and (max-width: 574px) {
  #company .access iframe {
    height: 38rem;
  }
}

@media screen and (min-width: 1550px) {
  #contact .container {
    max-width: 1140px;
  }
}
#contact .subhead {
  background: url(../../images/contact/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#contact h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #135099;
  padding-bottom: 1rem;
  border-bottom: 2px solid #135099;
  line-height: 1.5;
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 10px;
  text-align: justify;
  margin-top: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  #contact .greeting .lg {
    display: none;
  }
}
#contact .greeting span {
  margin-right: 5px;
  vertical-align: middle;
}
#contact .requied {
  display: inline-block;
  background: #bb1515;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 5px;
  vertical-align: text-top;
}
#contact .tel .container {
  padding: 80px 12px;
}
@media screen and (max-width: 767px) {
  #contact .tel .container {
    padding: 60px 12px;
  }
}
#contact .tel .row {
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #contact .tel .col-12 {
    margin-bottom: 20px;
  }
}
@media print {
  #contact .tel .col-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#contact .tel .tel_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 2rem 1rem;
  border: 1px solid #135099;
  background: #135099;
  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;
}
@media screen and (max-width: 574px) {
  #contact .tel .tel_btn {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
#contact .tel .tel_btn small {
  font-size: 20px;
  font-weight: 600;
}
#contact .tel .tel_btn i {
  margin-right: 15px;
}
#contact .tel .tel_btn .times {
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
}
#contact .tel .time {
  margin-top: 20px;
  text-align: center;
}
#contact .tel .time p {
  letter-spacing: 0.1em;
}
#contact .tel .time a {
  margin-top: 10px;
  width: 100%;
  padding: 10px 0;
}
@media screen and (max-width: 450px) {
  #contact .tel .time a {
    font-size: 85%;
  }
}
#contact .tel .fax_order {
  margin-top: 20px;
}
#contact .tel .fax_order .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#contact .tel .fax_order p {
  text-align: center;
}
#contact .tel .fax_order p a {
  display: block;
  margin: 10px auto 0;
  padding: 10px 0;
}
#contact .contact {
  padding: 8rem 0;
  background: #F3F3F3;
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 6rem 0;
  }
}
#contact .form_wrap > p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contact .form_wrap > p span {
  margin-right: 5px;
}
#contact .form_wrap form {
  padding: 4rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form {
    padding: 3rem 1.5rem;
  }
}
#contact .form_wrap form table {
  width: 100%;
  margin-bottom: 50px;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #ece8de 1px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
}
#contact .form_wrap form table th .requied {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th .requied {
    top: calc(50% + 1rem);
  }
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table th {
    width: 100%;
    display: block;
    border: 0;
    font-size: 16px;
    padding-bottom: 0;
  }
}
#contact .form_wrap form table td {
  padding: 2rem 0.5rem 2rem 4rem;
  border-bottom: #ece8de 1px solid;
  width: 70%;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    padding: 1rem 0.5rem 2rem 0.5rem;
  }
}
#contact .form_wrap form table td input {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
#contact .form_wrap form table td input.w50 {
  width: 330px;
}
#contact .form_wrap form table td input.w30 {
  margin-left: 10px;
}
#contact .form_wrap form table td input[type=file] {
  border: none;
}
#contact .form_wrap form table td input[type=text] {
  width: 100%;
}
#contact .form_wrap form table td .red {
  font-size: 90%;
  color: #bb1515;
  font-weight: 400;
}
#contact .form_wrap form table td label {
  margin-right: 20px;
}
#contact .form_wrap form table td label input[type=radio] {
  margin-right: 10px;
}
#contact .form_wrap form table td select {
  padding: 5px;
  width: 30%;
}
@media screen and (max-width: 574px) {
  #contact .form_wrap form table td select {
    width: auto;
  }
}
#contact .form_wrap form table td textarea {
  padding: 5px;
  border: #ddd solid 1px;
  border-radius: 5px;
}
@media screen and (max-width: 991px) {
  #contact .form_wrap form table td {
    display: block;
    width: 100%;
  }
  #contact .form_wrap form table td input {
    width: 100%;
  }
  #contact .form_wrap form table td input.w50 {
    width: 100%;
  }
  #contact .form_wrap form table td input.w30 {
    max-width: 250px;
  }
  #contact .form_wrap form table td label input[type=radio] {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form table th, #contact .form_wrap form table td {
    width: 100%;
    display: block;
  }
}
#contact .form_wrap form h4 {
  font-size: 22px;
  padding-left: 10px;
  border-left: 10px solid #135099;
  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 #135099;
  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: #135099;
  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: #135099;
  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: #135099;
  color: #fff;
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
}
#contact .form_wrap form .confirm button[type=submit] i {
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
}
@media screen and (max-width: 450px) {
  #contact .form_wrap form .confirm {
    flex-wrap: wrap;
  }
  #contact .form_wrap form .confirm button {
    width: 250px;
  }
  #contact .form_wrap form .confirm button[type=button] {
    margin-right: 0;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */