@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 {
  display: block;
  scroll-margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .id-target {
    scroll-margin-top: 7rem;
  }
}

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

@media screen {
  .blur {
    filter: blur(15px);
    opacity: 0;
    transition-duration: 1.3s;
  }
  .blur.is-show {
    filter: blur(0);
    opacity: 1;
  }
  .fadein {
    opacity: 0;
    transition-duration: 1s;
  }
  .fadein.is-show {
    opacity: 1;
  }
  .fadein_top {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(-35px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateY(35px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(-35px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1.3s;
    transform: translateX(35px);
  }
  .fadein_right.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.1s;
  }
  .delay2 {
    transition-delay: 0.2s;
  }
  .delay3 {
    transition-delay: 0.3s;
  }
  .delay4 {
    transition-delay: 0.4s;
  }
  .delay5 {
    transition-delay: 0.5s;
  }
  .delay6 {
    transition-delay: 0.6s;
  }
  .delay7 {
    transition-delay: 0.7s;
  }
  .delay8 {
    transition-delay: 0.8s;
  }
  .delay9 {
    transition-delay: 0.9s;
  }
  .delay10 {
    transition-delay: 1s;
  }
  .delay11 {
    transition-delay: 1.1s;
  }
  .delay12 {
    transition-delay: 1.2s;
  }
  .delay13 {
    transition-delay: 1.3s;
  }
  .delay14 {
    transition-delay: 1.4s;
  }
  .delay15 {
    transition-delay: 1.5s;
  }
  .delay16 {
    transition-delay: 1.6s;
  }
  .delay17 {
    transition-delay: 1.7s;
  }
  .delay18 {
    transition-delay: 1.8s;
  }
  .delay19 {
    transition-delay: 1.9s;
  }
  .delay20 {
    transition-delay: 2s;
  }
  .effect {
    margin: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.04rem;
  }
  .effect span {
    display: inline-block;
    position: relative;
  }
  .effect span, .effect span:after {
    animation-delay: var(--animation-delay, 2s); /* アニメーションの開始タイミング */
    animation-iteration-count: var(--iterations, 1); /* 再生される回数 */
    animation-duration: var(--duration, 1s); /* 完了するまでの所要時間 */
    animation-fill-mode: both; /* 実行の前後 */
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1); /* タイミングの指定 */
  }
  .effect.scroll-in span {
    --animation-delay: var(--delay, 0);
    --animation-duration: var(--duration, 1s);
    --animation-iterations: var(--iterations, 1);
    position: relative;
    animation-name: clip-text;
    white-space: nowrap;
  }
  .effect.scroll-in span::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2788DB;
    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);
    }
  }
}
.tel-link {
  display: block;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 0 2rem;
  height: 12rem;
  background: #fff;
  transition: 0.3s;
}
@media print {
  header {
    position: absolute;
  }
}
@media screen and (max-width: 991px) {
  header {
    height: 7rem;
  }
}
header .logo {
  width: 24rem;
}
@media screen and (max-width: 1199px) {
  header .logo {
    width: 20rem;
  }
}
@media screen and (max-width: 991px) {
  header .logo {
    width: 17rem;
  }
}
header .logo .sc {
  display: none;
}
header .header_right {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  header .header_right {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%) translateX(100%);
    background: #fff;
    color: #252525;
    width: 25rem;
    transition: 0.5s;
    flex-direction: column-reverse;
    gap: 1rem;
  }
  header .header_right.open {
    transform: translateY(100%);
  }
}
header .header_right .sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  header .header_right .sns {
    justify-content: center;
    padding-bottom: 2rem;
  }
}
header .header_right .sns a {
  display: block;
}
header .header_right .sns a:first-of-type img {
  height: 3.5rem;
}
header .header_right .sns a img {
  display: block;
  width: auto;
  height: 4rem;
}
header nav {
  display: flex;
  align-items: center;
  gap: 0 2.5rem;
}
@media screen and (max-width: 1199px) {
  header nav {
    gap: 0 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  header nav {
    flex-direction: column;
  }
}
header nav > a {
  position: relative;
}
@media screen and (max-width: 991px) {
  header nav > a {
    display: block;
    width: 100%;
    padding: 1.5rem;
  }
}
header nav > a::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #252525;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  header nav > a::after {
    display: none;
  }
}
header nav > a.active::after {
  width: 100%;
}
@media screen and (max-width: 991px) {
  header nav > a.active {
    background: #2788DB;
    color: #fff;
  }
}
@media (min-width: 992px) {
  header nav > a:hover::after {
    width: 100%;
  }
}
header nav .nav_btn {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 991px) {
  header nav .nav_btn {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  header nav .nav_btn .tel-link {
    width: 100%;
  }
}
header nav .nav_btn .tel, header nav .nav_btn .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  border-radius: 5rem;
  border: 1px solid #252525;
}
@media screen and (max-width: 1199px) {
  header nav .nav_btn .tel, header nav .nav_btn .mail {
    padding: 1rem;
  }
}
@media screen and (max-width: 991px) {
  header nav .nav_btn .tel, header nav .nav_btn .mail {
    width: 100%;
  }
}
header nav .nav_btn .tel {
  font-family: "Monda", sans-serif;
  font-weight: 600;
}
header nav .nav_btn .mail {
  transition: 0.3s;
}
@media (min-width: 992px) {
  header nav .nav_btn .mail:hover {
    background: #2788DB;
    color: #fff;
    border: 1px solid #2788DB;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #2788DB;
  position: absolute;
  transition-duration: 0.4s;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 991px) {
  header .toggle {
    display: block;
  }
}

.title .en {
  background: linear-gradient(270deg, #0E77E2 0%, #15A3BC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6rem;
  font-weight: 700;
  font-family: "Monda", sans-serif;
  letter-spacing: 0.24rem;
  line-height: 1;
  width: fit-content;
}
@media screen and (max-width: 574px) {
  .title .en {
    font-size: 4.8rem;
  }
}
.title h3 {
  margin-top: 1.5rem;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.07rem;
}
.title.white .en {
  -webkit-text-fill-color: #fff;
  background: none;
}
.title.white h3 {
  color: #fff;
}
.title.center {
  text-align: center;
}
.title.center .en {
  margin: 0 auto;
}

.title_bottom .en {
  background: linear-gradient(270deg, #0E77E2 0%, #15A3BC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4.5rem;
  font-weight: 600;
  font-family: "Monda", sans-serif;
  letter-spacing: 0.24rem;
  line-height: 1;
  width: fit-content;
}
@media screen and (max-width: 574px) {
  .title_bottom .en {
    font-size: 4rem;
  }
}
.title_bottom h3 {
  margin-top: 1rem;
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.07rem;
}
.title_bottom.white .en {
  -webkit-text-fill-color: #fff;
  background: none;
}
.title_bottom.white h3 {
  color: #fff;
}
.title_bottom.center {
  text-align: center;
}
.title_bottom.center .en {
  margin: 0 auto;
}

.more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 5rem;
  width: fit-content;
  padding: 0 6rem;
  border-radius: 6rem;
  color: #fff;
  background: linear-gradient(270deg, #0E77E2 0%, #15A3BC 100%);
  background-size: 250% 250%;
  background-position: 0% 50%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  transition: background-position 0.3s ease;
}
.more .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background: #fff;
  border-radius: 50%;
  color: #2788DB;
  font-size: 1.2rem;
}
.more.white {
  background: transparent;
  border: 2px solid #fff;
  transition: 0.3s;
}
.more.white .icon {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

@media (min-width: 992px) {
  a.more:hover {
    background-position: 100% 50%;
    color: #fff;
  }
}
@media (min-width: 992px) {
  a.more.white:hover {
    background: #fff;
    color: #2788DB;
  }
  a.more.white:hover .icon {
    background: #2788DB;
  }
}

main {
  overflow: hidden;
}

.footer_contact {
  padding: 6rem 0;
  background: linear-gradient(270deg, #0E77E2 0%, #15A3BC 100%);
}
.footer_contact .row {
  margin-top: 4rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer_contact .row {
    gap: 3rem;
  }
}
.footer_contact .tel_ttl, .footer_contact .mail_ttl {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.06rem;
  color: #fff;
}
.footer_contact .tel_box, .footer_contact .mail_box {
  padding: 2rem 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 0.5rem;
  border: 2px solid #fff;
  transition: 0.3s;
  margin-top: 1rem;
  gap: 1rem;
  color: #2788DB;
  font-weight: 700;
}
.footer_contact .tel_box .icon, .footer_contact .mail_box .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background: #2788DB;
  border-radius: 50%;
  color: #fff;
  font-size: 1.7rem;
  transition: 0.3s;
}
.footer_contact .tel_box {
  font-family: "Monda", sans-serif;
  font-size: 3rem;
}
.footer_contact .mail_box {
  font-size: 2.2rem;
  letter-spacing: 0.08rem;
}
@media (min-width: 992px) {
  .footer_contact .mail_box:hover {
    background: transparent;
    color: #fff;
  }
  .footer_contact .mail_box:hover .icon {
    background: #fff;
    color: #067cb9;
  }
}
.footer_bottom {
  padding: 8rem 0 5rem;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .footer_inner {
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    text-align: center;
  }
}
.footer_left .logo {
  width: 22rem;
}
@media screen and (max-width: 991px) {
  .footer_left .logo {
    margin: 0 auto;
  }
}
.footer_left .logo img {
  display: block;
}
.footer_left .add {
  margin-top: 3rem;
  line-height: 1.8;
}
.footer_left .add .tel-link {
  display: inline;
}
.footer_left .sns {
  display: flex;
  margin-top: 3rem;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  .footer_left .sns {
    justify-content: center;
  }
}
.footer_left .sns a {
  display: block;
}
.footer_left .sns a img {
  display: block;
  width: auto;
  height: 4rem;
}
.footer_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
}
.footer_right .copy {
  text-align: right;
  font-size: 1.3rem;
}
@media screen and (max-width: 991px) {
  .footer_right .copy {
    text-align: center;
  }
}
.footer_nav {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 991px) {
  .footer_nav {
    display: none;
  }
}

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

#top {
  background: #EBF0F6;
}
#top .mv {
  margin-top: 12rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  #top .mv {
    margin-top: 7rem;
  }
}
#top .mv .slider_image {
  height: calc(100vh - 12rem);
}
@media screen and (max-width: 767px) {
  #top .mv .slider_image {
    height: 90rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv .slider_image {
    height: 70rem;
  }
}
#top .mv .slider_image img {
  height: 100%;
  object-fit: cover;
}
#top .mv_text {
  position: absolute;
  top: 50%;
  left: 4vw;
  transform: translateY(-50%);
}
@media screen and (max-height: 1020px) {
  #top .mv_text {
    top: 40%;
  }
}
#top .mv_text h2 {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
#top .mv_text h2 span {
  background: #fff;
  display: block;
  width: fit-content;
  padding: 1rem;
  font-size: 6rem;
  font-weight: 600;
}
@media screen and (max-height: 1020px) and (min-width: 768px) {
  #top .mv_text h2 span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text h2 span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 span {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 450px) {
  #top .mv_text h2 span {
    font-size: 2.8rem;
  }
}
#top .mv_text .en {
  margin-top: 2rem;
  font-size: 6rem;
  font-family: "Monda", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-height: 1020px) and (min-width: 768px) {
  #top .mv_text .en {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text .en {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text .en {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 450px) {
  #top .mv_text .en {
    font-size: 2.2rem;
  }
}
#top .about {
  margin-top: -20rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-height: 1020px) and (min-width: 768px) {
  #top .about {
    margin-top: -12rem;
  }
}
@media screen and (max-height: 700px) and (min-width: 768px) {
  #top .about {
    margin-top: -4rem;
  }
}
#top .about_box {
  background: linear-gradient(270deg, #0E77E2 0%, #15A3BC 100%);
  color: #fff;
  padding: 6rem 6.5rem;
  border-radius: 5rem;
  max-width: fit-content;
  margin: 0 auto;
}
@media screen and (max-height: 1020px) and (min-width: 992px) {
  #top .about_box {
    padding: 4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about_box {
    padding: 4rem 2.5rem;
    border-radius: 2rem;
  }
}
#top .about_box div {
  max-width: fit-content;
  margin: 0 auto;
}
#top .about_box h3 {
  font-family: "Monda", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: 0.16rem;
}
#top .about_text {
  margin-top: 2rem;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 1199px) {
  #top .about_text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 574px) {
  #top .about_text {
    text-align: justify;
    line-height: 1.8;
  }
}
#top .feature {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 574px) {
  #top .feature {
    padding: 7rem 0;
  }
}
#top .feature .row {
  margin-top: 4rem;
  gap: 3rem 0;
}
#top .feature_item {
  padding: 2rem;
  border-radius: 1rem;
  background: #fff;
  height: 100%;
}
@media screen and (max-width: 991px) {
  #top .feature_item {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 574px) {
  #top .feature_item {
    flex-direction: column;
  }
}
#top .feature_title {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 75px;
}
@media screen and (max-width: 991px) {
  #top .feature_title {
    height: auto;
  }
}
#top .feature_title .num {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2788DB;
  color: #fff;
  border-radius: 50%;
  font-family: "Monda", sans-serif;
  font-size: 2.5rem;
}
#top .feature_title h4 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  width: calc(100% - 7rem);
}
@media screen and (max-width: 574px) {
  #top .feature_title h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  #top .feature_image {
    width: 35%;
  }
}
@media screen and (max-width: 574px) {
  #top .feature_image {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #top .feature_text {
    width: 65%;
  }
}
@media screen and (max-width: 574px) {
  #top .feature_text {
    width: 100%;
  }
}
#top .feature_lead {
  margin-top: 1.5rem;
  font-size: 1.8;
  letter-spacing: 0.06rem;
}
#top .service {
  padding: 10rem 0;
  background: linear-gradient(270deg, #0E77E2 0%, #15A3BC 100%);
  color: #fff;
}
@media screen and (max-width: 574px) {
  #top .service {
    padding: 7rem 0;
  }
}
#top .service .row {
  gap: 3rem 0;
  align-items: center;
}
#top .service_image {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  width: 50vw;
  padding-right: 12px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  #top .service_image {
    width: 100%;
    margin: 0;
    padding: 0 12px;
  }
}
#top .service_image img {
  border-radius: 0 1rem 1rem 0;
}
@media screen and (max-width: 767px) {
  #top .service_image img {
    border-radius: 1rem;
  }
}
#top .service_text {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 1199px) {
  #top .service_text {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .service_text {
    padding: 0;
  }
}
#top .service_lead p {
  line-height: 2;
  letter-spacing: 0.06rem;
}
#top .works {
  padding: 10rem 0;
}
@media screen and (max-width: 574px) {
  #top .works {
    padding: 7rem 0;
  }
}
#top .works .row {
  gap: 3rem 0;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #top .works .row {
    flex-direction: column-reverse;
  }
}
#top .works_image {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: 50vw;
  padding-left: 12px;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  #top .works_image {
    width: 100%;
    margin: 0;
    padding: 0 12px;
  }
}
#top .works_image img {
  border-radius: 1rem 0 0 1rem;
}
@media screen and (max-width: 767px) {
  #top .works_image img {
    border-radius: 1rem;
  }
}
#top .works_text {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 1199px) {
  #top .works_text {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .works_text {
    padding: 0;
  }
}
#top .works_lead p {
  line-height: 2;
  letter-spacing: 0.06rem;
}
#top .recruit {
  padding: 10rem 0;
  background: linear-gradient(270deg, #0E77E2 0%, #15A3BC 100%);
  color: #fff;
}
@media screen and (max-width: 574px) {
  #top .recruit {
    padding: 7rem 0;
  }
}
#top .recruit_head {
  align-items: center;
  gap: 3rem 0;
}
#top .recruit_image {
  border-radius: 1rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
#top .recruit_text {
  padding-left: 5rem;
}
@media screen and (max-width: 1199px) {
  #top .recruit_text {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .recruit_text {
    padding: 0;
  }
}
#top .recruit_lead {
  line-height: 2;
  letter-spacing: 0.064rem;
  margin-top: 4rem;
}
#top .recruit .welfare {
  margin-top: 7rem;
}
#top .recruit .welfare_title {
  text-align: center;
}
#top .recruit .welfare_title .en {
  font-family: "Monda", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1;
}
#top .recruit .welfare_title h4 {
  margin-top: 1.5rem;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16rem;
}
#top .recruit .welfare .row {
  margin-top: 4rem;
  justify-content: center;
  gap: 3rem 0;
}
#top .recruit .welfare_item {
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
}
#top .recruit .welfare_text {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF1A1;
  padding: 0.5rem 1rem;
  height: 6.5rem;
}
#top .recruit .welfare_text h5 {
  color: #2788DB;
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #top .recruit .welfare_text h5 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 574px) {
  #top .recruit .welfare_text h5 {
    font-size: 1.6rem;
  }
}
#top .recruit .welfare_text h5 small {
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  #top .recruit .welfare_text h5 small {
    font-size: 1.2rem;
    font-feature-settings: "palt";
  }
}
#top .recruit .more {
  margin: 5rem auto 0;
}
#top .company_inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  #top .company_inner {
    flex-direction: column;
  }
}
#top .company_inner > * {
  flex: 1;
}
#top .company_item {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 45rem;
}
@media screen and (max-width: 767px) {
  #top .company_item {
    height: 25rem;
  }
}
#top .company_item img {
  transition: 0.5s;
  height: 100%;
  object-fit: cover;
}
#top .company_item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(96, 161, 235, 0.7) 0%, rgba(96, 161, 235, 0.7) 100%);
  mix-blend-mode: multiply;
  transition: 0.5s;
}
@media (min-width: 992px) {
  #top .company_item:hover::after {
    opacity: 0.4;
  }
  #top .company_item:hover img {
    transform: scale(1.1);
  }
  #top .company_item:hover .more {
    background: #fff;
    color: #2788DB;
  }
  #top .company_item:hover .more .icon {
    background: #2788DB;
  }
}
#top .company_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 4rem;
}
#top .company .map iframe {
  display: block;
  width: 100%;
  height: 45rem;
}
@media screen and (max-width: 767px) {
  #top .company .map iframe {
    height: 40rem;
  }
}
#top .instagram {
  padding: 10rem 0;
}
@media screen and (max-width: 574px) {
  #top .instagram {
    padding: 7rem 0;
  }
}
#top .instagram .more {
  margin: 3rem auto 0;
  border: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
#top .instagram .more .fa-solid {
  font-family: "Font Awesome 6 Free";
}

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

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

#works {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #works {
    overflow: hidden;
  }
}
#works .subhead {
  background: url(../../images/works/subhead.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
#works .anchor {
  position: sticky;
  top: 15rem;
  left: 0;
}
#works .anchor h3 {
  padding: 1.5rem 2rem;
  border-radius: 1rem;
  background: #f4f4f4;
  font-family: "Monda", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #2788DB;
}
#works .anchor ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 574px) {
  #works .anchor ul {
    flex-direction: row;
    gap: 1.5rem 3rem;
    flex-wrap: wrap;
  }
}
#works .anchor ul li {
  width: 100%;
}
@media screen and (max-width: 574px) {
  #works .anchor ul li {
    width: auto;
  }
}
#works .anchor ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: bold;
  color: #ddd;
}
#works .anchor ul li a::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background: #ddd;
}
#works .anchor ul li a.active {
  color: #252525;
}
#works .anchor ul li a.active::before {
  background: linear-gradient(270deg, #0E77E2 0%, #15A3BC 100%);
}
#works .works_wrap {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #works .works_wrap {
    padding: 7rem 0;
  }
}
@media screen and (max-width: 767px) {
  #works .works_wrap .row {
    gap: 4rem;
  }
}
#works .works h4 {
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 1rem;
  border-left: 1rem solid #2788DB;
}
#works .works_table {
  margin-top: 2rem;
  overflow: auto;
}
#works .works_table table {
  width: 100%;
}
@media screen and (max-width: 574px) {
  #works .works_table table {
    width: 60rem;
  }
}
#works .works_table table th, #works .works_table table td {
  padding: 1.5rem 1rem;
  border: 1px solid;
}
@media screen and (max-width: 574px) {
  #works .works_table table th, #works .works_table table td {
    font-size: 1.4rem;
  }
}
#works .works_table table th {
  background: #2788DB;
  color: #fff;
  border-bottom: 1px solid #2788DB;
}
#works .works_table table th:last-of-type {
  border-right: 1px solid #2788DB;
}
#works .works_table table th:first-of-type {
  border-left: 1px solid #2788DB;
}
#works .works_table table td:last-of-type {
  white-space: nowrap;
}
#works .works_table table td:first-of-type {
  white-space: nowrap;
}

@media screen and (min-width: 1400px) {
  #company .container {
    max-width: 1140px;
  }
}
#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: 767px) {
  #company section {
    padding: 6rem 0;
  }
}
#company section .row {
  gap: 3rem 0;
}
#company section .title_bottom {
  margin-bottom: 3rem;
}
#company .message .row {
  align-items: center;
}
#company .message_text {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  #company .message_text {
    padding-left: 0;
  }
}
#company .message_text p {
  line-height: 2;
}
#company .message_text .name {
  margin-top: 2rem;
  font-weight: bold;
  text-align: right;
}
#company .creed {
  background: linear-gradient(270deg, #0E77E2 0%, #15A3BC 100%);
  padding-bottom: 0;
}
#company .creed h4 {
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  color: #fff;
  font-feature-settings: "palt";
}
#company .philosophy {
  padding-top: 8rem;
  background: linear-gradient(270deg, #0E77E2 0%, #15A3BC 100%);
}
#company .philosophy_text {
  font-size: 2rem;
  color: #fff;
  line-height: 2;
}
#company .principles {
  padding-bottom: 0;
}
#company .principles ol {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  list-style: none;
  padding-left: 0;
}
#company .principles ol li h4 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: bold;
  font-size: 2.4rem;
}
#company .principles ol li h4 span {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(270deg, #0E77E2 0%, #15A3BC 100%);
  border-radius: 50%;
  font-size: 2rem;
  font-family: "Monda", sans-serif;
  font-weight: bold;
}
#company .principles ol li p {
  margin-top: 1rem;
  font-size: 1.8rem;
}
#company .slogan {
  padding-top: 8rem;
}
#company .slogan ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#company .slogan ul li {
  font-weight: bold;
  font-size: 2.2rem;
  font-feature-settings: "palt";
  letter-spacing: 0.2rem;
}
#company .overview {
  background: linear-gradient(270deg, #0E77E2 0%, #15A3BC 100%);
  padding-bottom: 8rem;
}
#company .overview table {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #company .overview table {
    margin-top: 2rem;
  }
}
#company .overview table th, #company .overview table td {
  padding: 2.6rem 0;
}
#company .overview table tr:first-of-type th, #company .overview table tr:first-of-type td {
  padding-top: 0;
}
#company .overview table th {
  border-bottom: 1px solid #E6E6E6;
  font-weight: 500;
  color: #fff;
  width: 20%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #company .overview table th {
    padding-right: 2rem;
    width: auto;
  }
}
#company .overview table td {
  border-bottom: 1px solid #E6E6E6;
  width: 80%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #company .overview table td {
    width: auto;
  }
}
#company .histoty {
  background: linear-gradient(270deg, #0E77E2 0%, #15A3BC 100%);
  padding-top: 0;
}
#company .histoty table {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #company .histoty table {
    margin-top: 2rem;
  }
}
#company .histoty table th, #company .histoty table td {
  padding: 2.6rem 0;
}
#company .histoty table tr:first-of-type th, #company .histoty table tr:first-of-type td {
  padding-top: 0;
}
#company .histoty table th {
  border-bottom: 1px solid #E6E6E6;
  font-weight: 500;
  color: #fff;
  width: 20%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #company .histoty table th {
    padding-right: 2rem;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #company .histoty table th {
    font-feature-settings: "palt";
  }
}
#company .histoty table td {
  border-bottom: 1px solid #E6E6E6;
  width: 80%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #company .histoty table td {
    width: auto;
  }
}
#company .award_slide {
  margin-top: 4rem;
}
#company .award_image {
  padding: 0 0.5rem;
}
#company .award_image img {
  aspect-ratio: 139/98;
  object-fit: contain;
}
#company .award .tate {
  margin-top: 2rem;
}
#company .award .tate .award_image img {
  aspect-ratio: 98/139;
}
#company .access {
  background: linear-gradient(270deg, #0E77E2 0%, #15A3BC 100%);
}
#company .access iframe {
  display: block;
  width: 100%;
  height: 45rem;
}
#company .access .more {
  margin: 2rem 0 0 auto;
}
#company .affiliate .row {
  gap: 3rem 0;
}
#company .affiliate_text {
  padding-right: 3rem;
}
#company .affiliate table {
  width: 100%;
  margin-top: 3rem;
}
#company .affiliate table th, #company .affiliate table td {
  padding: 2.6rem 0;
}
#company .affiliate table th {
  border-bottom: 1px solid #E6E6E6;
  font-weight: 500;
  color: #2788DB;
  width: 20%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #company .affiliate table th {
    padding-right: 2rem;
    width: auto;
  }
}
#company .affiliate table td {
  border-bottom: 1px solid #E6E6E6;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #company .affiliate table td {
    width: auto;
  }
}
#company .affiliate .map {
  height: 100%;
}
#company .affiliate .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #company .affiliate .map iframe {
    height: 40rem;
  }
}

#contact {
  overflow: hidden;
}
@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: left center;
}
#contact .greeting {
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 10px;
  text-align: justify;
  margin-top: 3rem;
  font-weight: 500;
  color: #fff;
}
@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 #2788DB;
  background: #2788DB;
  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: linear-gradient(270deg, #0E77E2 0%, #15A3BC 100%);
}
@media screen and (max-width: 767px) {
  #contact .contact {
    padding: 6rem 0;
  }
}
#contact .form_wrap > p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#contact .form_wrap > p span {
  margin-right: 5px;
}
#contact .form_wrap form {
  padding: 4rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  #contact .form_wrap form {
    padding: 3rem 1.5rem;
  }
}
#contact .form_wrap form table {
  width: 100%;
  margin-bottom: 50px;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #ece8de 1px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
  color: #2788DB;
}
#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 #2788DB;
  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 #2788DB;
  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: #2788DB;
  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: #2788DB;
  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: #2788DB;
  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 */