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

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

img {
  width: 100%;
}

p {
  margin: 0;
}

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

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

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

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

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

.title .en {
  font-family: "Barlow", sans-serif;
  font-size: 6rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
  padding-bottom: 2rem;
  position: relative;
  color: #08CBD2;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .title .en {
    font-size: 4rem;
    padding-bottom: 1.5rem;
  }
}
.title .en::after {
  content: "";
  width: 11rem;
  height: 2px;
  background: #08CBD2;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.title h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
@media screen and (max-width: 991px) {
  .title h3 {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
}

.more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.5rem;
  width: 28rem;
  background: #08CBD2;
  border-radius: 5rem;
  padding: 0 1.5rem 0 3rem;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  color: #fff;
  transition: 0.3s;
  border: 2px solid #08CBD2;
}
@media screen and (max-width: 574px) {
  .more {
    width: 22rem;
    font-size: 2rem;
    height: 5rem;
  }
}
.more .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #08CBD2;
}
.more .arrow i {
  font-size: 1.5rem;
  color: #08CBD2;
}
@media (min-width: 992px) {
  .more:hover {
    background: #fff;
    color: #08CBD2;
  }
}

main {
  overflow: hidden;
}

.footer {
  background: linear-gradient(90deg, #1B8299 33.17%, #167A8C 100%);
  color: #fff;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  padding: 7rem 0;
}
@media screen and (max-width: 991px) {
  .footer_inner {
    flex-direction: column;
    gap: 4rem;
  }
}
.footer_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer_left .logo {
  width: 32rem;
}
.footer_left .logo img, .footer_left .logo a {
  display: block;
}
.footer_left .add {
  margin-top: 4rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
}
.footer_nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 1500px) {
  .footer_nav {
    flex-wrap: wrap;
    gap: 0.5rem 3rem;
  }
}
@media screen and (max-width: 991px) {
  .footer_nav {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .footer_nav {
    display: none;
  }
}
@media print {
  .footer_nav {
    gap: 1.4rem;
    font-size: 1.3rem;
  }
}
.footer_right {
  width: 50%;
  height: 28rem;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  .footer_right {
    width: 100%;
    padding-left: 0;
  }
}
.footer_right iframe {
  width: 100%;
  height: 100%;
}
.footer .copy {
  background: #182E3D;
  text-align: center;
  font-size: 1.3rem;
  padding: 1rem;
}

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

#top .mv {
  margin-top: 10rem;
  background: #db0007;
  height: calc(100vh - 10rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  #top .mv {
    margin-top: 7rem;
    padding: 4rem 1rem 3rem;
    height: calc(100vh - 7rem);
  }
}
@media screen and (max-width: 991px) {
  #top .mv {
    height: 50vh;
    min-height: 60rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv {
    height: 60vh;
    min-height: 55rem;
  }
}
@media print {
  #top .mv {
    height: 70rem;
  }
}
#top .mv_image {
  width: 82%;
  margin: 0 auto;
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: calc(100% - 22rem);
}
@media screen and (max-width: 1199px) {
  #top .mv_image {
    width: 95%;
    height: calc(100% - 5rem);
  }
}
@media screen and (max-width: 767px) {
  #top .mv_image {
    flex-direction: column;
    height: auto;
  }
}
#top .mv_image > div {
  position: relative;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #top .mv_image > div {
    width: 100%;
    height: 50%;
  }
}
#top .mv_image > div p {
  font-family: "Barlow", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20rem;
  height: 7rem;
}
@media screen and (max-width: 1199px) {
  #top .mv_image > div p {
    font-size: 2.4rem;
    height: 5rem;
    width: 15rem;
  }
}
#top .mv_image > div .slider {
  height: 100%;
}
#top .mv_image > div .slider .slick-list, #top .mv_image > div .slider .slick-track {
  height: 100%;
}
#top .mv_image > div .slider_image {
  height: 100%;
}
#top .mv_image > div .slider_image img {
  height: 100%;
  object-fit: cover;
}
#top .mv_image .before {
  border-right: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  #top .mv_image .before {
    border-right: 0;
    border-bottom: 2px solid #fff;
  }
}
#top .mv_image .before p {
  left: 0;
  background: #494949;
  border-radius: 0 2rem 0 0;
}
#top .mv_image .after {
  border-left: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  #top .mv_image .after {
    border-left: 0;
    border-top: 2px solid #fff;
  }
}
#top .mv_image .after p {
  right: 0;
  background: #08cbd2;
  border-radius: 2rem 0 0 0;
}
@media screen and (max-width: 767px) {
  #top .mv_image .after p {
    right: auto;
    left: 0;
    border-radius: 0 2rem 0 0;
  }
}
#top .mv_text {
  margin-top: 2rem;
}
#top .mv_text h2 {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 1500px) {
  #top .mv_text h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .mv_text h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 {
    font-size: 1.7rem;
  }
}
#top .about {
  padding: 8rem 0;
}
@media screen and (max-width: 574px) {
  #top .about {
    padding: 6rem 0;
  }
}
#top .about_image {
  clip-path: polygon(0 0, 81% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  #top .about_image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
#top .about .row {
  align-items: center;
  gap: 3rem 0;
}
#top .about_lead {
  margin-top: 3.5rem;
  letter-spacing: 0.1rem;
  line-height: 2;
}
#top .service {
  position: relative;
  padding-bottom: 10rem;
}
@media screen and (max-width: 574px) {
  #top .service {
    padding-bottom: 6rem;
  }
}
#top .service_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140rem;
  max-width: 70vw;
  height: 48rem;
  background: linear-gradient(90deg, #0B9196 0%, #20B1D2 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 19% 100%);
}
#top .service .row {
  margin-top: 4rem;
  gap: 2rem 0;
}
#top .service_item {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: block;
}
#top .service_image {
  height: 35rem;
}
@media screen and (max-width: 767px) {
  #top .service_image {
    height: 20rem;
  }
}
#top .service_image img {
  height: 35rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  #top .service_image img {
    height: 20rem;
  }
}
#top .service_text {
  padding: 3rem 1rem;
}
#top .service_text h4 {
  font-size: 2.4rem;
  letter-spacing: 0.12rem;
  font-weight: bold;
}
#top .service_en {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  color: #08CBD2;
  letter-spacing: 0.1rem;
}
#top .company {
  padding: 6rem 0 10rem;
}
#top .company_image {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  width: calc((100vw - 100%) / 2 + 100%);
}
@media screen and (max-width: 991px) {
  #top .company_image {
    height: 30rem;
  }
}
@media screen and (max-width: 991px) {
  #top .company_image img {
    height: 30rem;
    object-fit: cover;
  }
}
#top .company_text {
  padding: 7rem 0 0 7rem;
  background: #fff;
  margin-top: -18rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  #top .company_text {
    margin-top: -15rem;
    padding: 4rem 0 0 4rem;
  }
}
#top .company_lead {
  margin-top: 3rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 991px) {
  #top .company_lead {
    margin-top: 2rem;
  }
}
#top .company .more {
  margin: 4rem 0 0 auto;
}

.subhead {
  height: 45rem;
  margin-top: 10rem;
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1199px) {
  .subhead {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 991px) {
  .subhead {
    height: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .subhead {
    height: 30rem;
    margin-bottom: 5rem;
  }
}
.subhead img {
  height: 45rem;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .subhead img {
    height: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .subhead img {
    height: 30rem;
  }
}
.subhead_text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #fff;
  padding: 1rem 3rem;
  border-radius: 5px;
  text-align: center;
}
.subhead_text .en {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 5rem;
  color: #08CBD2;
}
.subhead_text h2 {
  font-weight: bold;
}

#service section {
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  #service section {
    padding: 7rem 0;
  }
}
#service section:nth-of-type(even) {
  background: #f4ffff;
}
#service .service .row {
  align-items: center;
  gap: 3rem 0;
}
#service .service_image {
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  #service .service_image {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
#service .service_text h3 {
  font-weight: bold;
  font-size: 2.4rem;
  padding-left: 1rem;
  border-left: 1rem solid #08CBD2;
}
#service .service_text p {
  margin-top: 2rem;
  line-height: 2;
}
#service .service .result {
  margin-top: 4rem;
  padding: 3rem 4rem;
  background: #fff;
  border: 2px solid #08CBD2;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  #service .service .result {
    padding: 2rem 1.5rem;
  }
}
#service .service .result h4 {
  font-weight: bold;
  font-size: 2rem;
  color: #08CBD2;
  padding-bottom: 1rem;
  border-bottom: 2px solid #08CBD2;
}
#service .service .result ul {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 0;
}
#service .service .result ul li {
  width: 48%;
  padding: 1rem 0;
  border-bottom: 2px dashed #83aeaf;
}
@media screen and (max-width: 767px) {
  #service .service .result ul li {
    width: 100%;
  }
}

@media screen and (min-width: 1500px) {
  #company .container {
    max-width: 1140px;
  }
}
#company section {
  padding: 10rem 0;
}
@media screen and (max-width: 991px) {
  #company section {
    padding: 7rem 0;
  }
}
#company section:nth-of-type(even) {
  background: #f4ffff;
}
#company .message_lead {
  margin-top: 3rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}
#company .message .name {
  text-align: right;
  margin-top: 2rem;
}
#company .outline table {
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  #company .outline table {
    border: 1px solid #08CBD2;
  }
}
#company .outline table th {
  background: #08CBD2;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
}
#company .outline table tr:first-of-type td {
  border-top: #08CBD2 1px solid;
}
#company .outline table tr:first-of-type th {
  border-top: #08CBD2 1px solid;
}
#company .outline table tr:last-of-type th {
  border-color: #08CBD2;
}
#company .outline table td {
  border-bottom: #08CBD2 1px solid;
  border-right: #08CBD2 1px solid;
  width: 75%;
  background: #fff;
}
#company .outline table th, #company .outline table td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #company .outline table th, #company .outline table td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#company .access iframe {
  width: 100%;
  height: 45rem;
  margin-top: 4rem;
}
@media screen and (max-width: 574px) {
  #company .access iframe {
    height: 35rem;
  }
}
#company .access .more {
  margin: 3rem auto;
}
@media screen and (max-width: 574px) {
  #company .access .more {
    width: 25rem;
  }
}
#company .shift_lead {
  margin-top: 3rem;
}
#company .shift iframe {
  width: 100%;
  height: 45rem;
  margin-top: 4rem;
}
@media screen and (max-width: 574px) {
  #company .shift iframe {
    height: 35rem;
  }
}/*# sourceMappingURL=style.css.map */