@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: #222;
  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 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: 150px;
  margin-top: -150px;
  display: block;
}
@media screen and (max-width: 767px) {
  .id-target {
    padding-top: 70px;
    margin-top: -70px;
  }
}

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(-25px);
  }
  .fadein_top.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_bottom {
    opacity: 0;
    transition-duration: 1s;
    transform: translateY(25px);
  }
  .fadein_bottom.is-show {
    transform: translateY(0);
    opacity: 1;
  }
  .fadein_left {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(-25px);
  }
  .fadein_left.is-show {
    transform: translateX(0);
    opacity: 1;
  }
  .fadein_right {
    opacity: 0;
    transition-duration: 1s;
    transform: translateX(25px);
  }
  .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: #293566;
    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);
    }
  }
}
.lightbox-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  overflow: hidden;
}
.lightbox-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease-in-out;
}
.lightbox-modal__content {
  position: relative;
  max-width: 80%;
  max-height: 80vh;
  margin: auto;
  cursor: default;
}
.lightbox-modal__image {
  display: block;
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}
.lightbox-modal__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  cursor: pointer;
  transition: opacity 0.2s;
  opacity: 0.8;
  z-index: 10;
  user-select: none;
}
.lightbox-modal__nav:hover {
  opacity: 1;
}
.lightbox-modal__nav.prev {
  left: 20px;
}
.lightbox-modal__nav.next {
  right: 20px;
}
.lightbox-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
  font-size: 2.5rem;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
  z-index: 10;
}
.lightbox-modal__close:hover {
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .lightbox-modal__nav {
    font-size: 1.5rem;
    padding: 5px;
  }
  .lightbox-modal__nav.prev {
    left: 10px;
  }
  .lightbox-modal__nav.next {
    right: 10px;
  }
  .lightbox-modal__close {
    font-size: 2rem;
    top: 10px;
    right: 10px;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.6rem;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 4rem 0 6rem;
  z-index: 99;
}
@media screen and (max-width: 1500px) {
  header {
    padding: 0 2rem;
    height: 11rem;
  }
}
@media screen and (max-width: 1199px) {
  header {
    height: 7rem;
  }
}
@media print {
  header {
    position: absolute;
  }
}
header .logo {
  width: 28.2rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  header .logo {
    width: 22rem;
  }
}
@media screen and (max-width: 1199px) {
  header .logo {
    width: 18rem;
  }
}
header .logo img, header .logo a {
  display: block;
}
header .header_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.5rem;
}
@media screen and (max-width: 1199px) {
  header .header_right {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 12rem 2rem 10rem;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 4rem;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
  }
  header .header_right.open {
    opacity: 1;
    pointer-events: all;
  }
}
header .header_right .header_contact {
  display: flex;
  align-items: center;
  gap: 5.4rem;
}
@media screen and (max-width: 1500px) {
  header .header_right .header_contact {
    gap: 4rem;
  }
}
@media screen and (max-width: 574px) {
  header .header_right .header_contact {
    flex-direction: column;
    gap: 2rem;
  }
}
header .header_right .header_contact .tel {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  gap: 1.2rem;
}
header .header_right .header_contact .tel i {
  font-size: 2.4rem;
}
header .header_right .header_contact .header_recruit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
  height: 5rem;
  background: #fddb60;
  gap: 1.8rem;
  letter-spacing: 0.1rem;
  border-radius: 5rem;
}
header .header_right .header_contact .header_recruit i {
  font-size: 1.4rem;
}
header .header_right nav {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 1500px) {
  header .header_right nav {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 1199px) {
  header .header_right nav {
    flex-wrap: wrap;
    max-width: 50rem;
  }
}
@media screen and (max-width: 574px) {
  header .header_right nav {
    gap: 0;
  }
}
header .header_right nav a {
  position: relative;
  letter-spacing: 0.1rem;
  color: #293566;
}
header .header_right nav a::after {
  content: "";
  width: 0;
  height: 1px;
  background: #293566;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 574px) {
  header .header_right nav a::after {
    display: none;
  }
}
@media (hover: hover) {
  header .header_right nav a:hover::after {
    width: 105%;
  }
}
@media screen and (max-width: 1500px) {
  header .header_right nav a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1199px) {
  header .header_right nav a {
    width: calc(33.333% - 1.6rem);
    padding: 1.5rem;
  }
}
@media screen and (max-width: 574px) {
  header .header_right nav a {
    width: 100%;
    padding: 2rem 0;
    text-align: center;
  }
}
header .header_right nav a.active::after {
  width: 105%;
}
@media screen and (max-width: 574px) {
  header .header_right nav a.active {
    border-bottom: 1px solid;
  }
}
header .toggle {
  display: none;
  width: 3rem;
  height: 2rem;
  position: relative;
  cursor: pointer;
}
header .toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background: #222;
  position: absolute;
  transition-duration: 0.4s;
}
header .toggle span:nth-of-type(1) {
  top: 0;
}
header .toggle span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
header .toggle span:nth-of-type(3) {
  bottom: 0;
}
header .toggle.open span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
header .toggle.open span:nth-of-type(2) {
  opacity: 0;
}
header .toggle.open span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1199px) {
  header .toggle {
    display: block;
  }
}

.more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.4rem 0 4rem;
  width: 30rem;
  height: 6rem;
  background: #ffcd16;
  gap: 1.8rem;
  letter-spacing: 0.1rem;
  border-radius: 5rem;
}
.more .__roll-animation {
  overflow: hidden;
  height: 1.2em;
}
.more .__roll-animation span {
  line-height: 1.2;
  display: block;
  width: 100%;
  will-change: margin-top;
  transition: margin-top 0.4s;
}
.more__icon {
  position: relative;
  width: 32px;
  height: 32px;
  overflow: hidden;
  flex: 0 0 32px;
}
.more .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #222;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease;
  font-size: 1.5rem;
}
.more .arrow--new {
  transform: translate(-210%, -50%);
}
@media screen and (max-width: 574px) {
  .more .arrow--new {
    display: none;
  }
}
@media (hover: hover) {
  .more:hover .__roll-animation span.__initial {
    margin-top: -1.2em;
  }
  .more:hover .arrow--old {
    transform: translate(115%, -50%);
  }
  .more:hover .arrow--new {
    transform: translate(-50%, -50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .more,
  .arrow {
    transition: none !important;
  }
}
.title .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 6rem;
  letter-spacing: 0.04rem;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .title .en {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 991px) {
  .title .en {
    font-size: 4.8rem;
  }
}
.title h3 {
  margin-top: 4.5rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  color: #293566;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .title h3 {
    font-size: 2.4rem;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .title h3 {
    font-size: 2.2rem;
  }
}
.title.center {
  text-align: center;
}

.common_parts .service {
  padding: 12rem 0;
  background: #4385ef;
}
@media screen and (max-width: 767px) {
  .common_parts .service {
    padding: 7rem 0;
  }
}
.common_parts .service_inner {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.common_parts .service_inner > * {
  width: 33.333333%;
}
@media screen and (max-width: 767px) {
  .common_parts .service_inner > * {
    width: 50%;
  }
}
@media screen and (max-width: 574px) {
  .common_parts .service_inner > * {
    width: 100%;
  }
}
.common_parts .service_title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 574px) {
  .common_parts .service_title {
    padding: 4rem 0;
  }
}
.common_parts .service_item {
  padding: 2rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.common_parts .service_item:nth-of-type(2), .common_parts .service_item:nth-of-type(5) {
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .common_parts .service_item:nth-of-type(2) {
    border-right: 1px solid #ccc;
  }
}
.common_parts .service_item:nth-of-type(n + 3) {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .common_parts .service_item:nth-of-type(3) {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  .common_parts .service_item:nth-of-type(4) {
    border-bottom: 1px solid #ccc;
  }
}
@media (hover: hover) {
  .common_parts .service_item:hover .service_image img {
    transform: scale(1.1);
  }
  .common_parts .service_item:hover .service_text .arrow {
    background: #293566;
    color: #fff;
  }
}
.common_parts .service_image {
  overflow: hidden;
}
.common_parts .service_image img {
  transition: 0.5s;
  height: 22.5rem;
  object-fit: cover;
}
@media screen and (max-width: 574px) {
  .common_parts .service_image img {
    height: 15rem;
  }
}
.common_parts .service_text {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common_parts .service_text h4 {
  font-size: 2rem;
}
.common_parts .service_text .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  background: #e5e5e5;
  transition: 0.5s;
}
.common_parts .bottom_contact {
  padding: 12rem 0;
}
@media screen and (max-width: 574px) {
  .common_parts .bottom_contact {
    padding: 6rem 0;
  }
}
.common_parts .bottom_contact .row {
  margin-top: 6rem;
  gap: 3rem 0;
}
.common_parts .bottom_contact .contact_item {
  text-align: center;
  padding: 2rem;
  border: 1px solid #ccc;
  height: 100%;
}
.common_parts .bottom_contact .contact_item h3 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  color: #293566;
  font-weight: bold;
}
.common_parts .bottom_contact .contact_item .tel_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  gap: 1.2rem;
}
.common_parts .bottom_contact .contact_item .tel_btn i {
  font-size: 2.2rem;
}
.common_parts .bottom_contact .contact_item .mail_btn {
  background: #ffcd16;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  width: fit-content;
  padding: 1rem 2.4rem;
  font-size: 2rem;
  margin: 2rem auto 0;
}

.footer {
  padding: 12rem 0 4rem;
  background: #293566;
  color: #fff;
}
@media screen and (min-width: 1500px) {
  .footer .container {
    max-width: 1500px;
  }
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_inner {
    justify-content: center;
  }
}
.footer_left .logo {
  width: 25rem;
}
.footer_left .add_wrap {
  display: flex;
  gap: 1.6rem 5.6rem;
  margin-top: 6.5rem;
}
@media screen and (max-width: 1199px) {
  .footer_left .add_wrap {
    flex-direction: column;
  }
}
.footer_left .add_wrap .add {
  padding-left: 1.6rem;
  border-left: 4px solid #fff;
  letter-spacing: 0.06rem;
}
.footer_right {
  display: flex;
  gap: 9.6rem;
}
@media screen and (max-width: 767px) {
  .footer_right {
    display: none;
  }
}
.footer_right ul {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  letter-spacing: 0.1rem;
}
.footer_nav ul {
  border-left: 4px solid #fff;
  margin-top: 1.6rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
}
.footer .copy {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}

#pagetop {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  width: 6rem;
  z-index: 999;
}

#top {
  overflow: hidden;
}
@media screen and (min-width: 1500px) {
  #top .container {
    max-width: 1500px;
  }
}
#top .mv {
  position: relative;
  height: 100vh;
  height: 100dvh;
}
#top .mv .slider_image {
  position: relative;
}
#top .mv .slider_image img {
  height: 100vh;
  height: 100dvh;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  #top .mv .slider_image img.pc {
    display: none;
  }
}
#top .mv .slider_image img.sp {
  display: none;
}
@media screen and (max-width: 991px) {
  #top .mv .slider_image img.sp {
    display: block;
  }
}
#top .mv .slider-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5rem 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 991px) {
  #top .mv .slider-controls {
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv .slider-controls {
    padding: 3rem 1.8rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv .slider-controls {
    bottom: 8rem;
  }
}
#top .mv .slider-controls::after {
  content: "";
  height: 1px;
  width: calc(100% - 12rem);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
@media screen and (max-width: 991px) {
  #top .mv .slider-controls::after {
    width: calc(100% - 6rem);
  }
}
@media screen and (max-width: 767px) {
  #top .mv .slider-controls::after {
    width: calc(100% - 3.6rem);
  }
}
#top .mv .slider-paging {
  font-size: 2rem;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
#top .mv .slider-nav {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 4rem;
}
#top .mv .slider-nav button {
  position: static;
  width: auto;
  height: auto;
  color: #fff;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#top .mv .slider-nav button::before {
  display: none;
}
#top .mv_text {
  position: absolute;
  left: 0;
  bottom: 18rem;
  width: 100%;
  color: #fff;
  padding: 0 6rem;
}
@media screen and (max-width: 991px) {
  #top .mv_text {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  #top .mv_text {
    padding: 0 1.8rem;
    bottom: 13rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text {
    bottom: 20rem;
  }
}
#top .mv_text h2 {
  font-family: "Zen Old Mincho", serif;
  font-size: 6.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1500px) {
  #top .mv_text h2 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1199px) {
  #top .mv_text h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 991px) {
  #top .mv_text h2 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text h2 {
    font-size: 2.4rem;
  }
}
#top .mv_text p {
  margin-top: 2.4rem;
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  #top .mv_text p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 574px) {
  #top .mv_text p {
    font-size: 1.5rem;
  }
}
#top .scroll_wrap {
  overflow: hidden;
  position: relative;
}
#top .scroll_wrap-en {
  animation: vertical-scroll 45s linear infinite;
  height: 100%;
  position: absolute;
  left: 6rem;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 1500px) {
  #top .scroll_wrap-en {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #top .scroll_wrap-en {
    display: none;
  }
}
#top .scroll_wrap-en p {
  writing-mode: vertical-rl;
  font-family: "Montserrat", sans-serif;
  font-size: 16rem;
  font-weight: bold;
  color: rgba(128, 174, 255, 0.4);
  white-space: nowrap;
  margin: 1rem 0;
}
@media screen and (max-width: 1500px) {
  #top .scroll_wrap-en p {
    font-size: 12rem;
  }
}
@keyframes vertical-scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(300%);
  }
}
#top .about {
  padding: 6rem;
  background: url(../../images/common/bg.jpg) repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 991px) {
  #top .about {
    padding: 6rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  #top .about .row {
    flex-direction: column;
    gap: 3rem;
  }
}
#top .about .text_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#top .about_text p {
  margin-top: 6rem;
  line-height: 2.5;
}
@media screen and (max-width: 1500px) {
  #top .about_text p {
    margin-top: 3rem;
  }
}
#top .reason {
  padding: 16rem 0;
}
@media screen and (max-width: 1500px) {
  #top .reason {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .reason {
    padding: 6rem 0;
  }
}
#top .reason .row {
  gap: 2rem 0;
  margin-top: 5rem;
}
#top .reason_item {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  #top .reason_item img {
    object-fit: cover;
    height: 40rem;
  }
}
@media screen and (max-width: 767px) {
  #top .reason_item img {
    height: 30rem;
  }
}
#top .reason_item .num {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 6.4rem;
  padding: 2rem;
  line-height: 1;
}
#top .reason_item p {
  text-align: right;
  font-size: 2.4rem;
  line-height: 1.7;
  color: #fff;
  right: 3rem;
  bottom: 2.4rem;
  position: absolute;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 1500px) {
  #top .reason_item p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  #top .reason_item p {
    font-size: 2.4rem;
  }
}
#top .reason .more_wrap {
  margin-top: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #top .reason .more_wrap {
    margin-top: 4rem;
  }
}
#top .service {
  padding: 12rem 0;
  background: #4385ef;
}
@media screen and (max-width: 767px) {
  #top .service {
    padding: 7rem 0;
  }
}
#top .service_inner {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
#top .service_inner > * {
  width: 33.333333%;
}
@media screen and (max-width: 767px) {
  #top .service_inner > * {
    width: 50%;
  }
}
@media screen and (max-width: 574px) {
  #top .service_inner > * {
    width: 100%;
  }
}
#top .service_title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 574px) {
  #top .service_title {
    padding: 4rem 0;
  }
}
#top .service_item {
  padding: 2rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#top .service_item:nth-of-type(2), #top .service_item:nth-of-type(5) {
  border-right: 0;
}
@media screen and (max-width: 767px) {
  #top .service_item:nth-of-type(2) {
    border-right: 1px solid #ccc;
  }
}
#top .service_item:nth-of-type(n + 3) {
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  #top .service_item:nth-of-type(3) {
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  #top .service_item:nth-of-type(4) {
    border-bottom: 1px solid #ccc;
  }
}
@media (hover: hover) {
  #top .service_item:hover .service_image img {
    transform: scale(1.1);
  }
  #top .service_item:hover .service_text .arrow {
    background: #293566;
    color: #fff;
  }
}
#top .service_image {
  overflow: hidden;
}
#top .service_image img {
  transition: 0.5s;
  height: 22.5rem;
  object-fit: cover;
}
@media screen and (max-width: 574px) {
  #top .service_image img {
    height: 15rem;
  }
}
#top .service_text {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#top .service_text h4 {
  font-size: 2rem;
}
#top .service_text .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.6rem;
  height: 3.6rem;
  background: #e5e5e5;
  transition: 0.5s;
}
#top .recruit {
  padding: 12rem 0;
  background: url(../../images/common/bg.jpg) repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #top .recruit {
    padding: 6rem 0;
  }
}
@media screen and (max-width: 767px) {
  #top .recruit .row {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
#top .recruit_text .title .en .yellow {
  color: #ffcd16;
}
#top .recruit_text p {
  margin-top: 4rem;
  line-height: 2.5;
}
#top .recruit_text .recruit_btn {
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.4rem 0 4rem;
  width: 30rem;
  height: 6rem;
  background: #ffcd16;
  gap: 1.8rem;
  letter-spacing: 0.1rem;
  border-radius: 5rem;
  transition: 0.4s;
}
@media (hover: hover) {
  #top .recruit_text .recruit_btn:hover {
    background: #fddb60;
  }
}
#top .recruit_image {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
#top .recruit_item {
  width: calc(50% - 1rem);
  position: relative;
}
@media screen and (max-width: 1199px) {
  #top .recruit_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #top .recruit_item {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 574px) {
  #top .recruit_item {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  #top .recruit_item img {
    height: 15rem;
    object-fit: cover;
    object-position: center 10%;
  }
}
@media screen and (max-width: 767px) {
  #top .recruit_item img {
    height: auto;
  }
}
@media screen and (max-width: 574px) {
  #top .recruit_item img {
    height: 18rem;
  }
}
#top .recruit_item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 1500px) {
  #top .recruit_item-text {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #top .recruit_item-text {
    padding: 1.5rem;
  }
}
#top .recruit_item-text .num {
  font-size: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1500px) {
  #top .recruit_item-text .num {
    font-size: 3.2rem;
  }
}
#top .recruit_item-text h4 {
  font-size: 2.4rem;
}
@media screen and (max-width: 1500px) {
  #top .recruit_item-text h4 {
    font-size: 2rem;
  }
}
#top .office {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  #top .office {
    padding: 6rem 0;
  }
}
#top .office_text p {
  margin-top: 6rem;
}
@media screen and (max-width: 991px) {
  #top .office_text p {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 991px) {
  #top .office_text {
    text-align: center;
    margin-bottom: 6rem;
  }
}
#top .office_image {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 574px) {
  #top .office_image {
    flex-direction: column;
    gap: 1.6rem;
  }
}
#top .office_item {
  width: calc(33.3333% - 1.333333rem);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  gap: 2rem;
}
@media screen and (max-width: 1199px) {
  #top .office_item {
    padding: 1.4rem;
    gap: 1.4rem;
  }
}
@media screen and (max-width: 574px) {
  #top .office_item {
    width: 100%;
  }
}
#top .office_item img {
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 574px) {
  #top .office_item img {
    height: 20rem;
    object-fit: cover;
  }
}
#top .office_item p {
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  #top .office_item p {
    font-size: 1.6rem;
  }
}

.subhead {
  margin-top: 12.6rem;
  padding: 6rem 0 0;
}
@media screen and (max-width: 1199px) {
  .subhead {
    margin-top: 7rem;
  }
}
.subhead_text .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 8rem;
  letter-spacing: 0.04rem;
  line-height: 1;
}
@media screen and (max-width: 1199px) {
  .subhead_text .en {
    font-size: 6rem;
  }
}
@media screen and (max-width: 991px) {
  .subhead_text .en {
    font-size: 4.8rem;
  }
}
.subhead_text h2 {
  margin-top: 2.4rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
  color: #293566;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  .subhead_text h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 991px) {
  .subhead_text h2 {
    font-size: 2.2rem;
  }
}
.subhead .bread {
  margin-top: 7rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.subhead .bread li {
  font-size: 1.4rem;
}
.subhead .bread li a {
  color: #293566;
  text-decoration: underline;
}
.subhead .bread li i {
  margin-left: 2rem;
}

#feature .feature {
  padding: 12rem 0;
}
@media screen and (max-width: 1199px) {
  #feature .feature {
    padding: 7rem 0;
  }
}
#feature .feature .container {
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
#feature .feature_item .row {
  gap: 3rem 0;
  align-items: center;
}
#feature .feature_text {
  padding-left: 3rem;
}
@media screen and (max-width: 991px) {
  #feature .feature_text {
    padding-left: 1.6rem;
  }
}
#feature .feature_text p {
  margin-top: 2.4rem;
  line-height: 2.5;
  text-align: justify;
}
#feature .feature_title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: #293566;
}
@media screen and (max-width: 991px) {
  #feature .feature_title {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
}
#feature .feature_title .num {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  #feature .feature_title .num {
    font-size: 2.6rem;
  }
}
#feature .feature_title h3 {
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 0.06rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  #feature .feature_title h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 574px) {
  #feature .feature_title h3 {
    letter-spacing: 0;
    font-size: 1.9rem;
  }
}

.wrapper {
  padding: 10rem 0;
}
@media screen and (min-width: 1500px) {
  .wrapper .container {
    max-width: 1500px;
  }
}
.wrapper_link {
  position: sticky;
  top: 15rem;
  left: 0;
}
@media screen and (max-width: 1199px) {
  .wrapper_link {
    top: 12rem;
  }
}
@media screen and (max-width: 991px) {
  .wrapper_link {
    margin-bottom: 4rem;
  }
}
.wrapper_link li:first-of-type a {
  border-top: 1px solid #ccc;
}
.wrapper_link li a {
  padding: 1.5rem 1rem;
  display: block;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  color: #293566;
  font-family: "Zen Old Mincho", serif;
  transition: 0.4s;
}
.wrapper_link li a.active {
  background: #293566;
  color: #fff;
}
@media (hover: hover) {
  .wrapper_link li a:hover {
    background: #293566;
    color: #fff;
  }
}

#company section {
  padding: 5rem 0 5rem 3rem;
}
@media screen and (max-width: 991px) {
  #company section {
    padding: 4rem 0;
  }
}
#company section h3 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  font-size: 3.2rem;
  padding-left: 1.5rem;
  border-left: 1rem solid #293566;
}
@media screen and (max-width: 1199px) {
  #company section h3 {
    font-size: 3rem;
  }
}
#company section .normal {
  width: 100%;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #company section .normal {
    border: 1px solid #293566;
  }
}
#company section .normal th {
  background: #293566;
  color: #fff;
  border-bottom: #fff 1px solid;
  width: 25%;
}
#company section .normal tr:first-of-type td {
  border-top: #293566 1px solid;
}
#company section .normal tr:first-of-type th {
  border-top: #293566 1px solid;
}
#company section .normal tr:last-of-type th {
  border-color: #293566;
}
#company section .normal td {
  border-bottom: #293566 1px solid;
  border-right: #293566 1px solid;
  width: 75%;
}
#company section .normal td ul li {
  display: flex;
  gap: 1.6rem;
  line-height: 1.8;
}
#company section .normal td ul li p:first-of-type {
  width: 23rem;
}
#company section .normal th, #company section .normal td {
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #company section .normal th, #company section .normal td {
    width: 100%;
    display: block;
    border: 0;
  }
}
#company .message {
  padding-top: 0;
}
#company .message .row {
  align-items: center;
  gap: 3rem 0;
}
#company .message_text h3 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  font-size: 3.2rem;
  padding-left: 1.5rem;
  border-left: 1rem solid #293566;
}
#company .message_text h4 {
  margin-top: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 2rem;
  color: #293566;
  line-height: 1.5;
}
#company .message_text p {
  margin-top: 2rem;
  line-height: 2.4;
  text-align: justify;
  font-size: 1.5rem;
}
#company .message_text .name {
  text-align: right;
  margin-top: 2rem;
}
#company .access .row {
  margin-top: 4rem;
}
#company .access_map h4, #company .access_map h5 {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 2rem;
  color: #293566;
}
#company .access_map p {
  margin-top: 1rem;
}
#company .access_map iframe {
  width: 100%;
  height: 40rem;
  margin-top: 2rem;
}
#company .access_text {
  margin-top: 2rem;
}
#company .area p {
  margin-top: 3rem;
}
#company .area table {
  width: 100%;
  margin-top: 3rem;
}
#company .area table thead th {
  background: #293566;
  color: #fff;
  padding: 1.5rem;
  border-right: 1px solid #fff;
  white-space: nowrap;
}
#company .area table thead th:last-of-type {
  border-color: #293566;
}
@media screen and (max-width: 574px) {
  #company .area table thead th {
    font-size: 1.5rem;
  }
}
#company .area table tbody td {
  padding: 1.5rem;
  border: 1px solid #293566;
}
@media screen and (max-width: 574px) {
  #company .area table tbody td {
    font-size: 1.4rem;
  }
}

#contact {
  overflow: hidden;
}
#contact h3 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  font-size: 3.2rem;
  padding-left: 1.5rem;
  border-left: 1rem solid #293566;
}
@media screen and (max-width: 1199px) {
  #contact h3 {
    font-size: 3rem;
  }
}
#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: 574px) {
  #contact .greeting {
    line-height: 1.8;
  }
}
@media screen and (max-width: 991px) {
  #contact .greeting .lg {
    display: none;
  }
}
#contact .greeting .requied {
  margin-right: 5px;
  vertical-align: middle;
}
#contact .greeting .bold {
  font-weight: bold;
  text-decoration: underline;
  display: block;
  margin-top: 1.5rem;
}
#contact .requied {
  display: inline-block;
  background: #bb1515;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  padding: 0px 5px;
  vertical-align: text-top;
}
#contact .contact {
  padding: 8rem 0;
}
@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 table {
  width: 100%;
  margin-bottom: 50px;
}
#contact .form_wrap form table th {
  padding: 2rem 0.5rem;
  border-bottom: #293566 1px solid;
  width: 30%;
  position: relative;
  font-weight: 500;
  color: #293566;
}
#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 #293566;
  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 #293566;
  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: #293566;
  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: #293566;
  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: #293566;
  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;
  }
}

@media screen and (min-width: 1500px) {
  #reform .subhead .container {
    max-width: 1500px;
  }
}
#reform .reform {
  padding: 5rem 0;
  border-bottom: 1px solid #ccc;
}
#reform .reform#reform01 {
  padding-top: 0;
}
#reform .reform#reform06 {
  border-bottom: 0;
  padding-bottom: 0;
}
#reform .reform .row {
  align-items: center;
}
#reform .reform_text {
  padding-left: 3rem;
}
@media screen and (max-width: 1500px) {
  #reform .reform_text {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #reform .reform_text {
    padding-left: 0;
    margin-top: 3rem;
  }
}
#reform .reform_text h3 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  font-size: 3.2rem;
  padding-left: 1.5rem;
  border-left: 1rem solid #293566;
}
@media screen and (max-width: 1199px) {
  #reform .reform_text h3 {
    font-size: 2.8rem;
  }
}
#reform .reform_text p {
  margin-top: 3rem;
  line-height: 2;
  font-size: 1.8rem;
}
@media screen and (max-width: 574px) {
  #reform .reform_text p {
    font-size: 1.6rem;
  }
}
#reform .reform_ex {
  margin-top: 4rem;
}
#reform .reform_ex h4 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  font-size: 2.6rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #293566;
}
#reform .reform_ex .row {
  margin-top: 3rem;
  align-items: flex-start;
  gap: 2rem 0;
}
@media screen and (max-width: 991px) {
  #reform .reform_ex .row {
    margin: 2rem -0.5rem 0;
  }
}
@media screen and (max-width: 991px) {
  #reform .reform_ex .row .col-6 {
    padding: 0 0.5rem;
  }
}
#reform .reform_item {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  gap: 2rem;
}
@media screen and (max-width: 1500px) {
  #reform .reform_item {
    padding: 1.4rem;
    gap: 1.4rem;
  }
}
@media screen and (max-width: 574px) {
  #reform .reform_item {
    width: 100%;
  }
}
#reform .reform_item img {
  display: block;
  cursor: pointer;
}
#reform .reform_item p {
  font-size: 2rem;
}
@media screen and (max-width: 1500px) {
  #reform .reform_item p {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1500px) {
  #plumbing .subhead .container {
    max-width: 1500px;
  }
}
#plumbing section {
  padding: 5rem 0 5rem 3rem;
}
@media screen and (max-width: 991px) {
  #plumbing section {
    padding: 4rem 0;
  }
}
#plumbing section h3 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  font-size: 3.2rem;
  padding-left: 1.5rem;
  border-left: 1rem solid #293566;
}
@media screen and (max-width: 1199px) {
  #plumbing section h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 450px) {
  #plumbing section h3 {
    font-size: 2.4rem;
  }
}
#plumbing section h3.center {
  padding-left: 0;
  border-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
#plumbing section h3.center::before, #plumbing section h3.center::after {
  content: "";
  width: 3rem;
  height: 5px;
  background: #293566;
  display: block;
}
#plumbing section h4 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  font-size: 2.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #293566;
}
@media screen and (max-width: 1199px) {
  #plumbing section h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  #plumbing section h4 {
    font-size: 1.9rem;
  }
}
#plumbing .zouatu {
  padding-top: 0;
}
#plumbing .zouatu .row {
  align-items: center;
}
@media screen and (max-width: 1199px) {
  #plumbing .zouatu .row {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #plumbing .zouatu .row {
    gap: 3rem;
  }
}
#plumbing .zouatu_text {
  padding-left: 2rem;
}
@media screen and (max-width: 1199px) {
  #plumbing .zouatu_text {
    padding-left: 0;
  }
}
#plumbing .zouatu_text p {
  margin-top: 2.4rem;
  line-height: 2.5;
}
#plumbing .direct_lead {
  text-align: center;
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 1.8;
}
#plumbing .direct .row {
  margin-top: 4rem;
}
@media screen and (max-width: 991px) {
  #plumbing .direct .row {
    gap: 2rem 0;
  }
}
#plumbing .direct_text {
  padding: 2rem;
  border: 1px solid #ccc;
  height: 100%;
}
#plumbing .direct_text p {
  margin-top: 2rem;
  line-height: 2;
}
#plumbing .direct_text .merit {
  margin-top: 3rem;
}
#plumbing .direct_text .demerit {
  margin-top: 2rem;
}
#plumbing .direct_text .merit h5, #plumbing .direct_text .demerit h5 {
  font-size: 1.8rem;
  color: #293566;
  font-weight: bold;
}
#plumbing .direct_text .merit ul, #plumbing .direct_text .demerit ul {
  padding-left: 2.5rem;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#plumbing .direct_text .merit ul li, #plumbing .direct_text .demerit ul li {
  list-style: disc;
  font-size: 1.5rem;
}
#plumbing .saya .row {
  align-items: center;
}
@media screen and (max-width: 991px) {
  #plumbing .saya .row {
    gap: 3rem;
  }
}
#plumbing .saya_image {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 991px) {
  #plumbing .saya_image {
    flex-direction: row;
  }
}
#plumbing .saya_image img {
  display: block;
}
@media screen and (max-width: 991px) {
  #plumbing .saya_image img {
    width: calc(50% - 1rem);
  }
}
#plumbing .saya_text {
  padding-left: 2rem;
}
@media screen and (max-width: 1199px) {
  #plumbing .saya_text {
    padding-left: 0;
  }
}
#plumbing .saya_text h3 {
  margin-bottom: 2rem;
}
#plumbing .saya_text p {
  line-height: 2.2;
  margin-top: 1rem;
}
#plumbing .saya_feature {
  margin-top: 6rem;
}
#plumbing .saya_feature-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 4rem;
  margin-top: 3rem;
}
#plumbing .saya_feature-item {
  width: calc(50% - 2rem);
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 991px) {
  #plumbing .saya_feature-item {
    width: 100%;
  }
}
#plumbing .saya_feature-item:last-of-type {
  border-bottom: 0;
}
#plumbing .saya_feature-item h5 {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  gap: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  line-height: 1.5;
}
#plumbing .saya_feature-item h5 .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  border-radius: 50%;
  border: 1px solid #293566;
  color: #293566;
}
#plumbing .saya_feature-item h5 > span {
  width: calc(100% - 5.5rem);
  display: block;
}
#plumbing .saya_feature-item p {
  line-height: 2;
  margin-top: 1rem;
  font-size: 1.5rem;
}
#plumbing .saya_type {
  margin-top: 6rem;
}
#plumbing .saya_type ul {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
#plumbing .saya_type ul li {
  width: calc(33.3333% - 1.33333rem);
  padding: 2rem;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  #plumbing .saya_type ul li {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 574px) {
  #plumbing .saya_type ul li {
    width: 100%;
  }
}
#plumbing .saya_type ul li h5 {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #293566;
}
#plumbing .saya_type ul li p {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.8;
}
#plumbing .saya_other {
  margin-top: 6rem;
}
#plumbing .saya_other ul {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
#plumbing .saya_other ul li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#plumbing .saya_other ul li h5 {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
}
#plumbing .saya_other ul li p {
  font-size: 1.4rem;
  line-height: 1.8;
}
#plumbing .works_lead {
  margin-top: 3rem;
  text-align: center;
}
#plumbing .works_slider {
  margin-top: 3rem;
}
#plumbing .works_slider .slick-prev:before, #plumbing .works_slider .slick-next:before {
  display: none;
}
#plumbing .works_slider .thumbnail.thumb-static {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
#plumbing .works_slider .thumbnail.thumb-static .thumbnail-img {
  width: 20%;
}
@media screen and (max-width: 991px) {
  #plumbing .works_slider .thumbnail.thumb-static .thumbnail-img {
    width: 33.3333333333%;
  }
}
#plumbing .works_slider .thumbnail {
  margin-top: 1rem;
  padding: 1rem 2.5rem;
  background: #f4f4f8;
}
#plumbing .works_slider .thumbnail .slick-prev, #plumbing .works_slider .thumbnail .slick-next {
  height: 100%;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
#plumbing .works_slider .thumbnail .slick-prev i, #plumbing .works_slider .thumbnail .slick-next i {
  color: #fff;
  font-size: 1.4rem;
}
#plumbing .works_slider .thumbnail .slick-prev {
  left: 0;
  z-index: 1;
}
#plumbing .works_slider .thumbnail .slick-next {
  right: 0;
}
#plumbing .works_slider .thumbnail-img {
  opacity: 0.7;
  width: 100%;
  aspect-ratio: 3/2;
  padding: 0 0.5rem;
  background: rgba(255, 255, 255, 0.6);
}
#plumbing .works_slider .thumbnail-img img {
  aspect-ratio: 3/2;
  width: 100%;
  object-fit: contain;
  display: block;
}
@media (min-width: 575px) {
  #plumbing .works_slider .thumbnail.stop .slick-track {
    transform: unset !important;
  }
}
#plumbing .works_slider .thumbnail.stop2 .slick-track {
  transform: unset !important;
}
#plumbing .works_slider .thumbnail-img.slick-current {
  opacity: 1;
}
#plumbing .works_slider .slick-img {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  background: #f4f4f8;
}
#plumbing .works_slider .slick-img img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 2/1;
}
#plumbing .works_slider .slider2 .slick-prev, #plumbing .works_slider .slider2 .slick-next {
  height: 4rem;
  width: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
}
#plumbing .works_slider .slider2 .slick-prev i, #plumbing .works_slider .slider2 .slick-next i {
  color: #fff;
  font-size: 1.4rem;
}
#plumbing .works_slider .slider2 .slick-prev {
  left: 10px;
  z-index: 1;
}
#plumbing .works_slider .slider2 .slick-next {
  right: 10px;
}

@media screen and (max-width: 767px) {
  .area .row {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
.area h4 {
  margin-top: 3rem;
  line-height: 1.5;
  font-size: 2rem !important;
}
@media screen and (max-width: 574px) {
  .area h4 {
    font-size: 1.9rem !important;
  }
}
.area p {
  margin-top: 2rem;
  line-height: 2;
}

@media screen and (min-width: 1500px) {
  #sink .subhead .container {
    max-width: 1500px;
  }
}
#sink section {
  padding: 5rem 0 5rem 3rem;
}
@media screen and (max-width: 991px) {
  #sink section {
    padding: 4rem 0;
  }
}
#sink section h3 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  font-size: 3.2rem;
  padding-left: 1.5rem;
  border-left: 1rem solid #293566;
}
@media screen and (max-width: 1199px) {
  #sink section h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 450px) {
  #sink section h3 {
    font-size: 2.4rem;
  }
}
#sink section h3.center {
  padding-left: 0;
  border-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
#sink section h3.center::before, #sink section h3.center::after {
  content: "";
  width: 3rem;
  height: 5px;
  background: #293566;
  display: block;
}
#sink section h4 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  font-size: 2.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #293566;
}
@media screen and (max-width: 1199px) {
  #sink section h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  #sink section h4 {
    font-size: 1.9rem;
  }
}
#sink .sink {
  padding-top: 0;
}
#sink .sink .row {
  align-items: center;
}
@media screen and (max-width: 1199px) {
  #sink .sink .row {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  #sink .sink .row {
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  #sink .sink_image img {
    height: 40rem;
    object-fit: cover;
  }
}
#sink .sink_text {
  padding-left: 2rem;
}
@media screen and (max-width: 1199px) {
  #sink .sink_text {
    padding-left: 0;
  }
}
#sink .sink_text div {
  margin-top: 2.4rem;
}
#sink .sink_text p {
  line-height: 2.5;
  margin-top: 1rem;
}
#sink .legal .catch {
  margin-top: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 2rem;
  color: #293566;
  padding-bottom: 2rem;
  border-bottom: 1px solid #293566;
  line-height: 1.5;
}
#sink .legal p {
  line-height: 2.5;
  margin-top: 1.6rem;
}
#sink .strength .row {
  margin-top: 4rem;
  gap: 2rem 0;
}
#sink .strength_item {
  position: relative;
  z-index: 0;
}
#sink .strength_item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(67, 133, 239, 0.6);
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1199px) {
  #sink .strength_item img {
    height: 20rem;
    object-fit: cover;
  }
}
@media screen and (max-width: 991px) {
  #sink .strength_item img {
    height: 25rem;
  }
}
@media screen and (max-width: 574px) {
  #sink .strength_item img {
    height: auto;
  }
}
#sink .strength_item .num {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 4.8rem;
  font-weight: 400;
  left: 1rem;
  top: 0.5rem;
}
#sink .strength_item p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  color: #fff;
  text-align: right;
  z-index: 2;
  font-size: 2.4rem;
}
#sink .strength .caption {
  width: fit-content;
  margin: 2rem 0 0 auto;
  font-size: 1.4rem;
}
#sink .works_text {
  margin-top: 3rem;
}
#sink .works_inner {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 574px) {
  #sink .works_inner {
    flex-direction: column;
  }
}
#sink .works_inner .arrow {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #293566;
  color: #fff;
}
@media screen and (max-width: 574px) {
  #sink .works_inner .arrow {
    transform: rotate(90deg);
  }
}
#sink .works_inner .before, #sink .works_inner .after {
  flex: 1;
  position: relative;
}
#sink .works_inner .before div, #sink .works_inner .after div {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1rem 2rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
}
#sink .works_inner .before div {
  background: rgba(255, 205, 22, 0.8);
  color: #222;
}
#sink .works_inner .after div {
  background: rgba(41, 53, 102, 0.7);
}

@media screen and (min-width: 1500px) {
  #gas .subhead .container {
    max-width: 1500px;
  }
}
#gas section {
  padding: 5rem 0 5rem 3rem;
}
@media screen and (max-width: 991px) {
  #gas section {
    padding: 4rem 0;
  }
}
#gas section h3 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  font-size: 3.2rem;
  padding-left: 1.5rem;
  border-left: 1rem solid #293566;
}
@media screen and (max-width: 1199px) {
  #gas section h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 450px) {
  #gas section h3 {
    font-size: 2.4rem;
  }
}
#gas section h3.center {
  padding-left: 0;
  border-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
#gas section h3.center::before, #gas section h3.center::after {
  content: "";
  width: 3rem;
  height: 5px;
  background: #293566;
  display: block;
}
#gas section h4 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  font-size: 2.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #293566;
}
@media screen and (max-width: 1199px) {
  #gas section h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574px) {
  #gas section h4 {
    font-size: 1.9rem;
  }
}
#gas .service {
  padding-top: 0;
}
#gas .service_text {
  margin-top: 2.4rem;
  line-height: 2.5;
}
#gas .service .row {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #gas .service .row {
    gap: 2rem;
  }
}
#gas .service_item {
  padding: 2rem;
  border: 1px solid #ccc;
}
#gas .service_item p {
  margin-top: 2rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #gas .service_item img {
    height: 16rem;
    object-fit: cover;
  }
}
#gas .price_lead {
  margin-top: 4rem;
  text-align: center;
  line-height: 2;
  font-size: 1.8rem;
}
#gas .price_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  gap: 2rem;
}
@media screen and (max-width: 574px) {
  #gas .price_box {
    flex-direction: column;
  }
}
#gas .price_box .other {
  padding: 2rem;
  border: 1px solid #ccc;
}
@media screen and (max-width: 574px) {
  #gas .price_box .other {
    width: 100%;
  }
}
#gas .price_box .other p {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #293566;
  padding-bottom: 1rem;
  border-bottom: 1px solid #293566;
}
#gas .price_box .other div {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 2rem;
}
#gas .price_box .other div span {
  font-weight: bold;
  font-size: 3rem;
}
#gas .price_box .arrow {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #293566;
  color: #fff;
}
@media screen and (max-width: 574px) {
  #gas .price_box .arrow {
    transform: rotate(90deg);
  }
}
#gas .price_box .katano {
  padding: 2rem;
  border: 1px solid #ccc;
}
@media screen and (max-width: 574px) {
  #gas .price_box .katano {
    width: 100%;
  }
}
#gas .price_box .katano p {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem;
  font-weight: bold;
  color: #293566;
  padding-bottom: 1rem;
  border-bottom: 1px solid #293566;
}
#gas .price_box .katano div {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 3rem;
}
#gas .price_box .katano div .red {
  color: #bb1515;
}
#gas .price_box .katano div strong {
  font-size: 4rem;
  font-weight: bold;
}
#gas .price .otoku {
  text-align: center;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.6rem;
  color: #bb1515;
  margin-top: 1.6rem;
}
#gas .price .caption {
  width: fit-content;
  margin: 3rem auto 0;
}
#gas .price .caption ul li {
  display: flex;
}
#gas .gasArea .row {
  align-items: center;
}
@media screen and (max-width: 767px) {
  #gas .gasArea .row {
    flex-direction: column-reverse;
    gap: 3rem;
  }
}
#gas .gasArea h4 {
  margin-top: 3rem;
  line-height: 1.5;
  font-size: 2rem !important;
}
@media screen and (max-width: 574px) {
  #gas .gasArea h4 {
    font-size: 1.9rem !important;
  }
}
#gas .gasArea p {
  margin-top: 2rem;
  line-height: 2;
}
#gas .gasArea_image {
  border: 1px solid #ccc;
}
#gas .problem_box {
  margin-top: 4rem;
}
#gas .problem_box .row {
  gap: 3rem 0;
}
#gas .problem_image {
  height: 100%;
}
#gas .problem_image img {
  height: 100%;
  object-fit: cover;
}
#gas .problem_text p {
  margin-top: 2rem;
  line-height: 2;
  font-size: 1.4rem;
}
#gas .measures {
  margin-top: 5rem;
}
#gas .measures ul {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#gas .measures ul li {
  padding-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
#gas .measures ul li h5 {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #293566;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
#gas .measures ul li h5 .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #293566;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#gas .measures ul li h5 span:last-of-type {
  flex: 1;
}
#gas .measures ul li p {
  margin-top: 1rem;
  line-height: 2;
}
#gas .flow_lead {
  margin-top: 3rem;
  line-height: 2;
}
#gas .flow ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
}
#gas .flow_item {
  display: flex;
  align-items: center;
  gap: 3rem;
  padding: 2rem;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #gas .flow_item {
    flex-direction: column;
  }
}
#gas .flow_image {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  #gas .flow_image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #gas .flow_image img {
    height: 20rem;
    object-fit: cover;
  }
}
#gas .flow_text {
  flex: 1;
}
#gas .flow_text p {
  margin-top: 1.5rem;
  line-height: 2;
}
#gas .flow_text .row {
  margin-top: 2rem;
  gap: 3rem 0;
}
@media screen and (max-width: 1199px) {
  #gas .flow_text .row {
    flex-direction: column;
  }
}
#gas .flow_text .flow_contact {
  text-align: center;
  padding: 2rem;
  height: 100%;
  background: #4385ef;
  color: #fff;
}
#gas .flow_text .flow_contact h5 {
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
#gas .flow_text .flow_contact .tel_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  gap: 1.2rem;
}
@media screen and (max-width: 1500px) {
  #gas .flow_text .flow_contact .tel_btn {
    font-size: 2.4rem;
  }
}
#gas .flow_text .flow_contact .tel_btn i {
  font-size: 2.2rem;
}
#gas .flow_text .flow_contact .mail_btn {
  background: #ffcd16;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  width: fit-content;
  padding: 1rem 2.4rem;
  font-size: 2rem;
  margin: 2rem auto 0;
  color: #222;
}
#gas .flow_title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#gas .flow_title .num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #293566;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
#gas .flow_title h4 {
  padding-bottom: 0;
  border-bottom: 0;
  flex: 1;
  font-size: 2.2rem;
}

#denki section {
  padding: 10rem 0;
}
@media screen and (max-width: 574px) {
  #denki section {
    padding: 6rem 0;
  }
}
#denki section h3 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  padding-left: 1.5rem;
  border-left: 1rem solid #293566;
  font-size: 2.8rem;
}
@media screen and (max-width: 450px) {
  #denki section h3 {
    font-size: 2.2rem;
  }
}
#denki section h3.center {
  padding-left: 0;
  border-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  line-height: 1.5;
}
#denki section h3.center::before, #denki section h3.center::after {
  content: "";
  width: 3rem;
  height: 5px;
  background: #293566;
  display: block;
}
@media screen and (max-width: 574px) {
  #denki section h3.center::before, #denki section h3.center::after {
    width: 1.5rem;
    height: 2px;
  }
}
#denki section h4 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #293566;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 574px) {
  #denki section h4 {
    font-size: 1.9rem;
  }
}
#denki .partner {
  padding: 10rem 0;
  background: url(../../images/common/bg.jpg) repeat;
  background-size: contain;
  background-position: center;
  margin-top: 2rem;
}
@media screen and (max-width: 574px) {
  #denki .partner {
    padding: 6rem 0;
    text-align: center;
  }
}
#denki .partner_item {
  width: fit-content;
  margin: 3rem auto 0;
  padding: 1rem 3rem;
  background: #fff;
  font-size: 2rem;
}
#denki .service_lead {
  margin-top: 3rem;
  text-align: center;
  line-height: 2;
}
#denki .service .chenge {
  margin-top: 2rem;
}
#denki .service .chenge .row {
  margin-top: 3rem;
  gap: 3rem 0;
}
#denki .service .chenge_item {
  padding: 2rem;
  border: 1px solid #ccc;
}
#denki .service .chenge_image img {
  height: 35rem;
  object-fit: cover;
}
@media screen and (max-width: 574px) {
  #denki .service .chenge_image img {
    height: 28rem;
  }
}
#denki .service .chenge_text {
  margin-top: 2rem;
}
#denki .service .chenge_text h5 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #293566;
  font-size: 1.8rem;
}
#denki .service .chenge_text .cost {
  margin-top: 1rem;
}
#denki .service .chenge_text .cost small {
  font-size: 1.6rem;
  font-weight: 500;
}
#denki .service .chenge_text .cost p {
  font-size: 2.4rem;
  font-weight: bold;
}
#denki .service .chenge_text .cost p .red {
  color: #bb1515;
}
#denki .service .chenge_text .cost p .large {
  font-size: 130%;
}
#denki .service .chenge_text .cost p sup {
  font-size: 1.4rem;
}
#denki .service .caption {
  margin-top: 5rem;
  padding: 2rem;
  border: 1px solid #ccc;
}
#denki .service .caption h5 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  font-size: 2.2rem;
  padding-left: 1rem;
  border-left: 1rem solid #293566;
}
#denki .service .caption ul {
  margin-top: 2rem;
}
#denki .service .caption > ul {
  padding-left: 2rem;
}
#denki .service .caption > ul li {
  list-style: disc;
}
#denki .service .caption_text ul li {
  font-size: 1.4rem;
  display: flex;
  gap: 0.5rem;
}
#denki .sim {
  padding: 10rem 0;
  background: url(../../images/common/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 574px) {
  #denki .sim {
    padding: 6rem 0;
  }
}
#denki .sim_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
  padding: 2rem;
  background: #fff;
  margin: 0 auto;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  #denki .sim_inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
#denki .sim_text h3 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  font-size: 2.4rem;
  padding-left: 1rem;
  border-left: 1rem solid #293566;
}
#denki .sim_text p {
  margin-top: 2rem;
}
#denki .sim_btn {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 574px) {
  #denki .sim_btn {
    flex-direction: column;
    width: 100%;
  }
}
#denki .plan {
  padding: 10rem 0;
}
@media screen and (max-width: 574px) {
  #denki .plan {
    padding: 6rem 0;
  }
}
#denki .plan_box h4 {
  font-family: "Zen Old Mincho", serif;
  color: #293566;
  font-weight: bold;
  font-size: 2.4rem;
  padding-left: 1rem;
  border-left: 1rem solid #293566;
}
#denki .plan_box .caption {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
  background: #eee;
}
#denki .plan_box .caption p {
  line-height: 2;
  display: flex;
  gap: 0.5rem;
}
#denki .plan_box:last-of-type {
  margin-top: 6rem;
}
#denki .plan_box:last-of-type h5 {
  margin-top: 2rem;
  font-size: 2rem;
  color: #293566;
  text-align: center;
}
@media screen and (max-width: 574px) {
  #denki .plan_box:last-of-type h5 {
    font-size: 1.6rem;
  }
}
#denki .plan_box:last-of-type .t_wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 20px 0;
}
#denki .plan_box:last-of-type .t_wrap .price-table {
  width: 100%;
  min-width: 670px;
  border-collapse: collapse;
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #denki .plan_box:last-of-type .t_wrap .price-table {
    font-size: 13px;
    min-width: 600px;
  }
}
#denki .plan_box:last-of-type .t_wrap .price-table th, #denki .plan_box:last-of-type .t_wrap .price-table td {
  border: 1px solid #ccc;
  padding: 10px 8px;
  text-align: center;
  vertical-align: middle;
}
#denki .plan_box:last-of-type .t_wrap .price-table thead tr, #denki .plan_box:last-of-type .t_wrap .price-table .bg-yellow {
  background-color: #fefde1;
}
#denki .plan_box:last-of-type .t_wrap .price-table .bg-green {
  background-color: #f1f7e9;
}
#denki .plan_box:last-of-type .t_wrap .price-table .text-left {
  text-align: left;
  padding-left: 15px;
}
#denki .plan_box:last-of-type .t_wrap .price-table .vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
  width: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #denki .plan_box:last-of-type .t_wrap .price-table .vertical-text {
    writing-mode: horizontal-tb;
    width: auto;
    padding: 5px;
    white-space: nowrap;
  }
}
#denki .plan_box:last-of-type .t_wrap .price-table td {
  font-weight: bold;
  background-color: #fff;
}
#denki .plan_image {
  max-width: 90rem;
  margin: 3rem auto 0;
}
#denki .support .row {
  margin-top: 4rem;
  gap: 2rem 0;
}
#denki .support_item {
  padding: 2rem;
  border: 1px solid #ccc;
  height: 100%;
}
#denki .support_item p {
  margin-top: 1.5rem;
  line-height: 1.8;
}
#denki .support_item .caption {
  font-size: 1.4rem;
  margin-top: 1rem;
}
#denki .support_item ul {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 2rem;
}
#denki .support_item ul li {
  list-style: disc;
}
#denki .form {
  padding: 10rem 0;
  background: url(../../images/common/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 574px) {
  #denki .form {
    padding: 6rem 0;
  }
}
#denki .form .row {
  margin-top: 4rem;
  gap: 2rem 0;
}
#denki .form_tel {
  padding: 2rem;
  background: #fff;
  height: 100%;
}
#denki .form_tel p {
  text-align: center;
  margin-bottom: 1.5rem;
}
#denki .form_tel .tel_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
#denki .form_tel .tel_item img {
  width: 7rem;
}
#denki .form_tel .tel_item i {
  font-size: 3rem;
}
#denki .form_tel .tel_item .num {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
}
#denki .form_tel .time {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1.4rem;
}
#denki .form .code {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 574px) {
  #denki .form .code {
    flex-direction: column;
  }
}
#denki .form .code_ttl {
  width: 28rem;
  font-size: 2rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4385ef;
  color: #fff;
}
@media screen and (max-width: 574px) {
  #denki .form .code_ttl {
    width: 100%;
  }
}
#denki .form .code ul {
  display: flex;
}
@media screen and (max-width: 574px) {
  #denki .form .code ul {
    width: 100%;
  }
}
#denki .form .code ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background: #fff;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 574px) {
  #denki .form .code ul li {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 574px) {
  #denki .form .code ul li:first-of-type {
    border-left: 1px solid #ccc;
  }
}