@charset "UTF-8";

@-webkit-keyframes bgText {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes bgText {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

html {
  -webkit-text-size-adjust: 100%;
  position: relative;
  height: 100%;
  height: -webkit-fill-available;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  color: #3E4C59;
  font-style: normal;
  font-weight: 400;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: normal;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.body-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: calc(100dvh - 367.5px);
}

section {
  position: relative;
  padding: 120px 0;
}

main {
  position: relative;
  margin-top: 90px;
  overflow: hidden;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner.outside {
  max-width: 1200px;
}

p.txt {
  line-height: 2;
}

img,
iframe {
  display: block;
  width: 100%;
  max-width: 100%;
}

a,
button,
select {
  color: #3E4C59;
  cursor: pointer;
}

a {
  -webkit-transition: 0.6s ease-out;
  display: block;
  text-decoration: none;
  word-break: break-all;
  transition: 0.6s ease-out;
}

span {
  font-weight: inherit;
  letter-spacing: 0.05em;
}

.ib {
  display: inline-block;
}

.en {
  font-style: normal;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.bg-gray {
  background-color: #F5F5F5;
}

.caution {
  color: #E0350F;
}

/* ==============================
404
============================== */

#notFound .contents {
  padding: 80px 0 120px;
  text-align: center;
}

#notFound .contents .ttl {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 2.8rem;
}

#notFound .contents .c-btn01 {
  margin: 40px auto 0;
}

/* ==============================
bg-img
============================== */

.body-img {
  -webkit-transition: 0.2s ease-out;
  z-index: -99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: 0.2s ease-out;
}

.body-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

/* ==============================
bgText
============================== */

.js-bgText {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.js-bgText .bgText {
  color: rgba(62, 76, 89, 0.04);
  font-weight: 700;
  font-size: 12.8rem;
  white-space: nowrap;
}

/* ==============================
map
============================== */

.map {
  width: 100%;
  height: 360px;
  background-color: #93A5C0;
}

.map iframe {
  -webkit-filter: grayscale(1);
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  filter: grayscale(1);
}

/* ==============================
c-ttl01
============================== */

.c-ttl01 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 10px;
}

.c-ttl01 .en {
  font-weight: 700;
  font-size: 4.5rem;
}

.c-ttl01 .ja {
  color: #0F7AE0;
  font-weight: 500;
  font-size: 1.4rem;
}

.c-ttl01.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-ttl01.white span {
  color: #fff;
}

/* ==============================
c-ttl02
============================== */

.c-ttl02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 5px;
}

.c-ttl02 .en {
  color: #0F7AE0;
  font-weight: 700;
  font-size: 1.6rem;
}

.c-ttl02 .ja {
  font-weight: 700;
  font-size: 3.2rem;
}

/* ==============================
c-btn
============================== */

.c-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 60px;
  border-width: 1px;
  border-style: solid;
  border-radius: 100px;
  font-weight: 700;
  transition: 0.2s ease-out;
}

/* ==============================
c-btn01
============================== */

.c-btn01 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 250px;
  height: 60px;
  padding: 10px 10px 10px 25px;
  overflow: hidden;
  border: solid 1px #0F7AE0;
  border-radius: 100px;
  font-weight: 700;
  font-size: 1.4rem;
}

.c-btn01::after {
  -webkit-transform: scale(0);
  -webkit-transform-origin: center;
  -webkit-transition: 0.5s cubic-bezier(0.3, 1.24, 0.97, 1.04);
  z-index: -1;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  transform: scale(0);
  transform-origin: center;
  border-radius: 50%;
  background-color: #0F7AE0;
  content: "";
  transition: 0.5s cubic-bezier(0.3, 1.24, 0.97, 1.04);
}

.c-btn01 .arrow-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.6s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #0F7AE0;
  transition: 0.6s ease-out;
}

.c-btn01 .arrow {
  fill: #fff;
  -webkit-transition: 0.6s ease-out;
  width: 12px;
  height: 8px;
  transition: 0.6s ease-out;
}

.c-btn01.white {
  border: solid 1px #fff;
  color: #fff;
}

.c-btn01.white::after {
  background-color: #fff;
}

.c-btn01.white .arrow-wrap {
  background-color: #fff;
}

.c-btn01.white .arrow {
  fill: #0F7AE0;
}

/* ==============================
under_mv
============================== */

.c-under_mv {
  padding: 0;
}

.c-under_mv .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 130px;
  padding-bottom: 100px;
}

.c-under_mv .c-ttl01 {
  margin-bottom: 0;
}

.c-under_mv .c-ttl01 .en {
  font-size: 8rem;
}

.c-under_mv .c-ttl01 .ja {
  font-size: 1.6rem;
}

.c-under_mv .breadcrumb ol {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.c-under_mv .breadcrumb li:last-of-type a {
  color: #3E4C59;
  pointer-events: none;
}

.c-under_mv .breadcrumb li + li {
  position: relative;
  margin-left: 10px;
  padding-left: 15px;
}

.c-under_mv .breadcrumb li + li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: ">";
  color: rgba(62, 76, 89, 0.4);
  font-size: 1.2rem;
}

.c-under_mv .breadcrumb a {
  color: rgba(62, 76, 89, 0.4);
  font-size: 1.2rem;
}

/* ==============================
c-contact
============================== */

.c-contact {
  padding: 60px 0;
  background-color: rgba(15, 122, 224, 0.85);
  color: #fff;
  text-align: center;
}

.c-contact .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.c-contact .ttl {
  font-weight: 700;
  font-size: 4.5rem;
  text-transform: uppercase;
}

.c-contact .c-btn {
  border-color: #fff;
  color: #fff;
}

.header {
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
}

.header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 10px 60px;
}

.header__logo {
  width: 280px;
  padding-bottom: 10px;
}

.header .js-menu-btn {
  display: none;
}

.header__nav_list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 40px;
}

.header__nav_list a {
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
}

.header__nav_list a::after {
  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -webkit-transition: 0.2s ease-out;
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: center top;
  background-color: #0F7AE0;
  content: "";
  transition: 0.2s ease-out;
}

.header__contact {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.2s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 45px;
  gap: 10px;
  border: solid 1px #0F7AE0;
  border-radius: 100px;
  background-color: #0F7AE0;
  color: #fff !important;
  font-weight: 700;
  font-size: 1.4rem;
  transition: 0.2s ease-out;
}

.header__contact::after {
  content: none !important;
}

.header__contact .icon {
  fill: #fff;
  -webkit-transition: 0.2s ease-out;
  width: 16px;
  height: 13px;
  opacity: 0.4;
  transition: 0.2s ease-out;
}

.header__tel {
  color: #0F7AE0;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}

.header__tel small {
  font-weight: inherit;
  font-size: 1.6rem;
}

.header__tel_txt {
  margin-top: 5px;
  color: #0F7AE0;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-align: center;
}

.footer {
  z-index: 1;
  position: relative;
  padding: 73px 20px 8px;
  overflow: hidden;
  background-color: #3E4C59;
  color: #fff;
}

.footer__logo {
  width: 245px;
  margin: 0 auto 28px;
}

.footer__address {
  font-size: 1.4rem;
  text-align: center;
}

.footer__nav_wrap {
  padding: 55px 0 86px;
}

.footer__nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__nav a {
  color: #fff;
  font-size: 1.4rem;
}

.footer__copy {
  font-size: 1rem;
  text-align: center;
}

.footer .js-bgText {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer .js-bgText .bgText {
  padding-top: 30px;
  color: rgba(255, 255, 255, 0.03);
}

.footer #page-top {
  -webkit-transition: 0.2s ease-out;
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-color: rgba(245, 245, 245, 0.8);
  transition: 0.2s ease-out;
}

.footer #page-top::after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  transform: rotate(45deg);
  border-top: solid 4px #3E4C59;
  border-left: solid 4px #3E4C59;
  content: "";
}

.footer #page-top.active {
  opacity: 1;
  pointer-events: all;
}

#about .c-ttl01 + .txt {
  text-align: center;
}

#about .feature__list {
  margin-top: 60px;
  border-bottom: solid 1px #D9DAE7;
}

#about .feature__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 30px 0;
  gap: 40px;
  border-top: solid 1px #D9DAE7;
}

#about .feature__wrap .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 125px;
}

#about .feature__wrap .c-ttl02 {
  min-width: 300px;
  margin-bottom: 0;
}

#about .feature__wrap .c-ttl02 .ja {
  font-size: 2rem;
}

#about .feature__wrap .c-ttl02 .en {
  font-size: 1.2rem;
}

#about .feature__wrap .txt {
  font-size: 1.4rem;
}

#about .flow__list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 40px;
}

#about .flow__wrap {
  width: calc(50% - 20px);
  padding: 30px 30px 50px;
  background-color: #fff;
}

#about .flow__wrap .c-ttl02 {
  margin-bottom: 15px;
}

#about .flow__wrap .c-ttl02 .en {
  font-size: 1.4rem;
}

#about .flow__wrap .c-ttl02 .ja {
  font-size: 2.4rem;
}

#about .flow__wrap .c-ttl02 small {
  font-weight: inherit;
  font-size: 1.4rem;
}

#about .flow__wrap .txt {
  font-size: 1.4rem;
}

#about .flow__ttl {
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: flex-end;
  gap: 20px;
}

#about .flow__ttl .tag {
  margin-bottom: 15px;
  padding: 5px 30px;
  border-radius: 100px;
  background-color: #F5F5F5;
  color: rgba(62, 76, 89, 0.5);
  font-weight: 700;
  font-size: 1.4rem;
}

#business .business__section {
  padding: 150px 0 60px;
}

#business .business__section + .business__section {
  padding: 60px 0;
}

#business .business__section:last-of-type {
  padding: 60px 0 120px;
}

#business .business__section .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 60px;
}

#business .business__section:nth-child(even) .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#business .business__section:nth-child(even) .business__img {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}

#business .business__txt {
  width: 44.7%;
}

#business .business__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: calc(50% - 50vw);
}

#company .greeting__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#company .greeting__ttl {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 46%;
  font-weight: 700;
  font-size: 4rem;
}

#company .greeting__txt_wrap {
  width: 49%;
}

#company .greeting__txt_wrap .name {
  margin-top: 40px;
  font-weight: 500;
  font-size: 2rem;
  text-align: right;
}

#company .greeting__txt_wrap .name small {
  padding-right: 20px;
  font-size: 1.6rem;
}

#company .overview__table {
  width: 100%;
}

#company .overview__table th,
#company .overview__table td {
  border-top: solid 1px #D9DAE7;
  border-bottom: solid 1px #D9DAE7;
  line-height: 1.625;
  vertical-align: middle;
}

#company .overview__table th {
  width: 180px;
  padding: 20px;
  font-weight: 500;
  text-align: left;
}

#company .overview__table td {
  padding: 20px 20px 20px 0;
}

#company .overview__table li {
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.625;
}

#company .overview__table li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

#company .access__map {
  height: 500px;
  background-color: #93A5C0;
}

#company .access__map iframe {
  -webkit-filter: grayscale(1);
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  filter: grayscale(1);
}

#company .access__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 40px;
  border-top: solid 1px #3E4C59;
  border-bottom: solid 1px #3E4C59;
}

#company .access__ttl {
  position: relative;
  width: 50%;
  padding: 20px 20px 20px 53px;
  font-weight: 500;
}

#company .access__ttl::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 23px;
  height: 23px;
  margin: auto;
  background: url(/img/common/icon-train.svg) no-repeat center center/contain;
  content: "";
}

#company .access__list {
  width: 50%;
  padding: 20px;
  line-height: 2;
}

#contact .form__intro {
  padding: 20px;
  line-height: 1.625;
  text-align: center;
}

#contact .form .thanks__ttl {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
}

#contact .form .thanks__txt {
  line-height: 2;
  text-align: center;
}

#contact .form .c-btn01 {
  margin: 40px auto 0;
}

#contact .calling {
  text-align: center;
}

#contact .calling a {
  display: inline-block;
  width: 100%;
  max-width: 370px;
  margin: 40px 0 14px;
  padding: 13px 20px;
  background-color: #3E4C59;
  color: #fff;
  font-weight: 700;
  font-size: 3rem;
}

#contact .form_area {
  margin-top: 30px;
  padding: 50px;
}

#contact .form_area.confirm th,
#contact .form_area.confirm td {
  padding: 20px 18px;
}

#contact .table {
  width: 100%;
  border-bottom: solid 1px #f2f2f2;
}

#contact .table th,
#contact .table td {
  padding: 14px 18px;
  border-top: solid 1px #f2f2f2;
  vertical-align: middle;
}

#contact .table th {
  font-weight: 500;
  text-align: left;
}

#contact .table td {
  width: 78%;
}

#contact .table input,
#contact .table textarea,
#contact .table select {
  padding: 16px 18px;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#contact .table input::-webkit-input-placeholder,
#contact .table textarea::-webkit-input-placeholder,
#contact .table select::-webkit-input-placeholder {
  color: #ccc;
}

#contact .table input::-moz-placeholder,
#contact .table textarea::-moz-placeholder,
#contact .table select::-moz-placeholder {
  color: #ccc;
}

#contact .table input:-ms-input-placeholder,
#contact .table textarea:-ms-input-placeholder,
#contact .table select:-ms-input-placeholder {
  color: #ccc;
}

#contact .table input::-ms-input-placeholder,
#contact .table textarea::-ms-input-placeholder,
#contact .table select::-ms-input-placeholder {
  color: #ccc;
}

#contact .table input::placeholder,
#contact .table textarea::placeholder,
#contact .table select::placeholder {
  color: #ccc;
}

#contact .table input[type=text],
#contact .table input[type=email] {
  width: 100%;
}

#contact .table textarea {
  width: 100%;
  height: 120px;
}

#contact .table .addressbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#contact .table .addressbox_top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

#contact .table .addressbox_text {
  width: 135px !important;
}

#contact .table .addressbox_div {
  padding: 0 20px;
}

#contact .table .select_wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding-left: 40px;
  gap: 13px;
}

#contact .table .select_wrap {
  position: relative;
  width: 225px;
}

#contact .table .select_wrap::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  content: "▼";
  color: #3E4C59;
  font-size: 1.2rem;
  pointer-events: none;
}

#contact .table .select_wrap select {
  width: 100%;
  background-color: #fff;
  font-weight: 500;
}

#contact .table .is-error {
  color: #E0350F;
  font-size: 1.2rem;
}

#contact .btn-area {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  gap: 30px;
}

#contact .c-btn#submit,
#contact .c-btn.send {
  border: solid 1px #0F7AE0;
  background-color: #0F7AE0;
  color: #fff;
  cursor: pointer;
}

#contact .c-btn#reset,
#contact .c-btn.back {
  border: solid 1px #ccc;
  background-color: #ccc;
  color: #3E4C59;
  cursor: pointer;
}

#contact .privacy {
  margin-top: 30px;
}

#contact .privacy__wrap {
  height: 230px;
  padding: 20px 15px 20px;
  overflow-y: scroll;
  border: solid 1px #3E4C59;
}

#contact .privacy__wrap::-webkit-scrollbar {
  width: 5px;
  background-color: #f2f2f2;
}

#contact .privacy__wrap::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

#contact .privacy .ttl {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.4rem;
}

#contact .privacy .ttl + .txt {
  line-height: 2;
}

#contact .privacy .sub-ttl {
  margin: 14px 0 10px;
  font-weight: 700;
  font-size: 1.4rem;
}

#contact .privacy .sub-ttl + .txt {
  padding-left: 1rem;
}

#contact .privacy .txt {
  font-size: 1.3rem;
  line-height: 1.38;
}

#contact .privacyAgree {
  margin-top: 20px;
  text-align: center;
}

#contact .privacyAgree input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

#contact .privacyAgree input:checked + label .inn::after {
  opacity: 1;
}

#contact .privacyAgree label {
  cursor: pointer;
}

#contact .privacyAgree .inn {
  position: relative;
  padding-left: 20px;
}

#contact .privacyAgree .inn::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  border: solid 1px #3E4C59;
  content: "";
}

#contact .privacyAgree .inn::after {
  -webkit-transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: 2px;
  width: 10px;
  height: 6px;
  transform: rotate(-45deg);
  border-bottom: solid 2px #0F7AE0;
  border-left: solid 2px #0F7AE0;
  content: "";
  opacity: 0;
}

#contact .privacyAgree .is-error-privacy_check {
  color: #E0350F;
  font-size: 1.2rem;
}

#top .mv {
  aspect-ratio: 1440/635;
  width: 100%;
  min-height: 635px;
  padding: 0;
  background: url(/img/top/main.jpg) no-repeat center 20%/cover;
}

#top .mv .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: max(83.333vw, 1200px);
  height: 100%;
  color: #fff;
}

#top .mv__copy {
  margin-bottom: max(1.389vw, 20px);
  font-weight: 700;
  font-size: max(3.333vw, 4.8rem);
  line-height: 1.56;
}

#top .mv__sub_ttl {
  margin-bottom: max(0.694vw, 10px);
  font-weight: 700;
  font-size: max(1.389vw, 2rem);
}

#top .mv .txt {
  font-weight: 700;
  font-size: max(0.972vw, 1.4rem);
}

#top .lead {
  padding-top: 84px;
}

#top .lead .txt {
  font-weight: 700;
  font-size: 2.8rem;
}

#top .lead .txt em {
  color: #0F7AE0;
  font-style: normal;
  font-weight: 700;
}

#top .strengths {
  padding: 80px 0 60px;
}

#top .strengths .inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 1340px;
  gap: 68px;
}

#top .strengths__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: calc(50% - 50vw);
}

#top .strengths__txt {
  width: 48%;
}

#top .strengths__sub_ttl {
  margin: 40px 0 20px;
  font-weight: 700;
  font-size: 2.4rem;
}

#top .strengths .c-btn01 {
  margin-top: 40px;
}

#top .business .inner {
  max-width: 1120px;
}

#top .business .txt {
  margin: 0 0 44px;
  font-weight: 500;
  text-align: center;
}

#top .business__list_wrap {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 34px 40px;
}

#top .business__list_wrap li {
  width: calc(50% - 20px);
}

#top .business__list_wrap figcaption {
  margin-top: 15px;
  font-weight: 700;
  text-align: center;
}

#top .business .c-btn01 {
  margin: 44px auto 0;
}

#top .company {
  padding: 130px 0 120px;
  background: url(/img/top/img-company.jpg) no-repeat center center/cover;
}

#top .company .txt {
  color: #fff;
  font-weight: 500;
  line-height: 1.625;
  text-align: center;
}

#top .company .c-btn01 {
  margin: 40px auto 0;
}

@media screen and (min-width: 601px) {
  .sp {
    display: none !important;
  }

  .footer__nav li {
    padding: 0 22px;
    line-height: 1;
  }

  .footer__nav li:not(:first-of-type) {
    border-left: solid 1px #fff;
  }

  .footer #page-top {
    display: none;
  }

  #company .overview__table_wrap {
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.7);
  }

  #contact .calling a {
    pointer-events: none;
  }

  #contact .form_area {
    background-color: rgba(255, 255, 255, 0.7);
  }

  #top .lead .txt {
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .tabMin {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  .tabMax {
    display: none !important;
  }

  body {
    font-size: 1.4rem;
  }

  main {
    margin-top: 60px;
  }

  .c-under_mv .inner {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .c-under_mv .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .c-under_mv .c-ttl01 .en {
    font-size: 6rem;
  }

  .c-contact .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .c-contact .ttl {
    font-size: 3rem;
  }

  .header {
    height: 60px;
  }

  .header__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0 15px;
  }

  .header__logo {
    width: 175px;
    padding-bottom: 5px;
  }

  .header .js-menu-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #fff;
  }

  .header .js-menu-btn .inn {
    position: relative;
    width: 27px;
    height: 18px;
  }

  .header .js-menu-btn .line {
    -webkit-transition: 0.2s ease-out;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0F7AE0;
    transition: 0.2s ease-out;
  }

  .header .js-menu-btn .line:first-of-type {
    top: 0;
  }

  .header .js-menu-btn .line:nth-of-type(2) {
    -webkit-transform: translateY(-50%);
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
  }

  .header .js-menu-btn .line:last-of-type {
    bottom: 0;
  }

  .header .js-menu-btn.active .line:first-of-type {
    -webkit-transform: rotate(45deg);
    top: 8px;
    transform: rotate(45deg);
  }

  .header .js-menu-btn.active .line:nth-of-type(2) {
    opacity: 0;
  }

  .header .js-menu-btn.active .line:last-of-type {
    -webkit-transform: rotate(-45deg);
    bottom: 8px;
    transform: rotate(-45deg);
  }

  .header__nav_wrap {
    -webkit-backdrop-filter: blur(10px);
    -webkit-transition: 0.2s ease-out;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 60px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    pointer-events: none;
    transition: 0.2s ease-out;
  }

  .header__nav_wrap.active {
    opacity: 1;
    pointer-events: all;
  }

  .header__nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .header__nav_list li {
    width: 100%;
  }

  .header__nav_list a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 14px 20px;
    border-bottom: solid 1px #0F7AE0;
    color: #0F7AE0;
  }

  .header__nav_list a::after {
    content: none;
  }

  .header__nav_list a::before {
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    transform: rotate(45deg);
    border-top: solid 2px #0F7AE0;
    border-right: solid 2px #0F7AE0;
    content: "";
  }

  .header__contact {
    width: 250px;
    height: 60px;
    margin: 40px auto;
    gap: 0;
  }

  .header__contact .icon {
    display: none;
  }

  #about .feature__wrap {
    gap: 20px;
  }

  #about .feature__wrap .icon {
    width: 100px;
  }

  #about .feature__wrap .c-ttl02 {
    min-width: 170px;
  }

  #about .flow__list {
    gap: 20px;
  }

  #about .flow__wrap {
    width: calc(50% - 10px);
  }

  #about .flow__wrap .c-ttl02 .en {
    font-size: 1.2rem;
  }

  #about .flow__wrap .c-ttl02 .ja {
    font-size: 1.8rem;
  }

  #about .flow__ttl .tag {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 3px 15px;
    font-size: 1rem;
  }

  #company .greeting__ttl {
    font-size: 3rem;
  }

  #company .greeting__txt_wrap {
    width: 67%;
  }

  #company .access__ttl {
    width: 35%;
  }

  #company .access__list {
    width: 65%;
    padding: 20px 0;
  }

  #contact .form_area {
    padding: 30px 20px;
  }

  #contact .table .addressbox_top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #contact .table .select_wrapper {
    padding: 15px 0 0;
    gap: 33px;
  }

  #top .mv {
    height: 100dvh;
    min-height: inherit;
    max-height: 635px;
  }
}

@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }

  section {
    padding: 60px 0;
  }

  .inner {
    width: 100%;
    padding: 0 20px;
  }

  #notFound .contents .ttl {
    font-size: 2rem;
  }

  .c-ttl01 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .c-ttl01 .en {
    font-size: 3rem;
  }

  .c-ttl01 .ja {
    font-size: 1.2rem;
  }

  .c-ttl02 {
    margin-bottom: 20px;
  }

  .c-ttl02 .en {
    font-size: 1.4rem;
  }

  .c-ttl02 .ja {
    font-size: 2.4rem;
  }

  .c-btn01 {
    margin: 0 auto;
  }

  .c-under_mv .c-ttl01 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-under_mv .c-ttl01 .en {
    font-size: 4.6rem;
  }

  .c-under_mv .c-ttl01 .ja {
    font-size: 1.4rem;
  }

  .c-under_mv .breadcrumb {
    position: absolute;
    right: 20px;
    bottom: 14px;
  }

  .footer__logo {
    width: 186px;
  }

  .footer__nav_wrap {
    padding: 48px 0 70px;
  }

  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__nav li {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-top: solid 1px #65707A;
  }

  .footer__nav li:last-of-type {
    border-bottom: solid 1px #65707A;
  }

  .footer__nav a {
    position: relative;
    padding: 13px 40px 13px 20px;
  }

  .footer__nav a::after {
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    transform: rotate(45deg);
    border-top: solid 2px #65707A;
    border-right: solid 2px #65707A;
    content: "";
  }

  .footer #page-top {
    opacity: 0;
    pointer-events: none;
  }

  #about .feature__list {
    margin-top: 50px;
  }

  #about .feature__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 0;
    gap: 0;
  }

  #about .feature__wrap .icon {
    width: 125px;
    margin: 0 auto 30px;
  }

  #about .feature__wrap .c-ttl02 {
    min-width: inherit;
    margin-bottom: 15px;
  }

  #about .flow__list {
    margin-top: 30px;
    gap: 45px;
  }

  #about .flow__wrap {
    position: relative;
    width: 100%;
    padding: 30px 20px;
  }

  #about .flow__wrap:not(:last-of-type)::after {
    -webkit-transform: rotate(45deg);
    display: block;
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background-color: #fff;
    content: "";
  }

  #about .flow__wrap .c-ttl02 {
    margin-bottom: 10px;
  }

  #about .flow__wrap .txt {
    font-size: 1.2rem;
  }

  #about .flow__ttl {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #about .flow__ttl .tag {
    position: relative;
    top: inherit;
    right: inherit;
  }

  #business .business__section {
    padding: 70px 0 50px;
  }

  #business .business__section + .business__section {
    padding: 50px 0;
  }

  #business .business__section:last-of-type {
    padding: 50px 0 80px;
  }

  #business .business__section .inner {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    gap: 30px;
  }

  #business .business__txt {
    width: 100%;
  }

  #business .business__img {
    margin: 0 !important;
  }

  #company .greeting__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    gap: 30px;
  }

  #company .greeting__ttl {
    width: 100%;
  }

  #company .greeting__txt_wrap {
    width: 100%;
  }

  #company .greeting__txt_wrap .name {
    margin-top: 30px;
  }

  #company .greeting__txt_wrap .name small {
    font-size: 1.4rem;
  }

  #company .overview {
    background-color: rgba(255, 255, 255, 0.7);
  }

  #company .overview__table th,
  #company .overview__table td {
    display: block;
    width: 100% !important;
  }

  #company .overview__table th {
    padding: 25px 18px 8px 18px;
    border-bottom: none !important;
  }

  #company .overview__table td {
    padding: 0 18px 25px 18px;
    border-top: none !important;
  }

  #company .overview__table tr + tr th {
    border-top: none !important;
  }

  #company .access__map {
    aspect-ratio: 1/1;
    height: auto;
  }

  #company .access__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 12px;
    gap: 10px;
  }

  #company .access__ttl {
    width: 100%;
    padding: 0 0 0 33px;
  }

  #company .access__ttl::before {
    left: 0;
  }

  #company .access__list {
    width: 100%;
    padding: 0;
    font-size: 1.2rem;
  }

  #contact .form:not(.thanks) {
    background-color: rgba(255, 255, 255, 0.7);
  }

  #contact .form__intro {
    text-align: left;
  }

  #contact .form .thanks__ttl {
    font-size: 2rem;
  }

  #contact .calling a {
    max-width: 300px;
    margin: 30px 0 10px;
  }

  #contact .form_area {
    padding: 0;
  }

  #contact .table th,
  #contact .table td {
    display: block;
    width: 100% !important;
  }

  #contact .table th {
    padding: 18px 0 10px !important;
  }

  #contact .table td {
    padding: 0 0 18px !important;
    border-top: none;
  }

  #contact .table input,
  #contact .table textarea,
  #contact .table select {
    padding: 14px;
    font-size: 1.4rem;
  }

  #contact .table .addressbox_text {
    width: calc((100% - 27px) / 2) !important;
  }

  #contact .table .addressbox_div {
    padding: 10px;
  }

  #contact .table .select_wrapper {
    padding: 10px 0 0;
    gap: 13px;
  }

  #contact .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  #contact .privacy .ttl {
    font-size: 1.3rem;
  }

  #contact .privacy .sub-ttl {
    font-size: 1.3rem;
  }

  #contact .privacy .txt {
    font-size: 1.2rem;
  }

  #contact .privacyAgree .inn::before {
    top: 3px;
  }

  #contact .privacyAgree .inn::after {
    top: 5px;
  }

  #top .mv {
    aspect-ratio: auto;
    max-height: 430px;
    background: url(/img/top/sp/main.jpg) no-repeat center center/cover;
  }

  #top .mv .inner {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 20px;
  }

  #top .mv__copy {
    font-size: 3.2rem;
  }

  #top .mv__sub_ttl {
    font-size: 1.4rem;
  }

  #top .mv .txt {
    font-size: 1.2rem;
  }

  #top .lead {
    padding-top: 60px;
  }

  #top .lead .txt {
    font-size: 2.1rem;
  }

  #top .strengths .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  #top .strengths__img {
    margin-left: auto;
  }

  #top .strengths__txt {
    width: 100%;
  }

  #top .strengths__sub_ttl {
    margin: 30px 0 12px;
    font-size: 2rem;
  }

  #top .business .inner {
    padding: 0 40px;
  }

  #top .business .txt {
    margin: 0 0 30px;
  }

  #top .business__list_wrap li {
    width: 100%;
  }

  #top .company {
    padding: 80px 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-btn01:hover {
    color: #fff;
  }

  .c-btn01:hover::after {
    -webkit-transform: scale(15);
    transform: scale(15);
  }

  .c-btn01:hover .arrow-wrap {
    background-color: #fff;
  }

  .c-btn01:hover .arrow {
    fill: #0F7AE0;
  }

  .c-btn01.white:hover {
    color: #3E4C59;
  }

  .c-btn01.white:hover::after {
    -webkit-transform: scale(15);
    transform: scale(15);
  }

  .c-btn01.white:hover .arrow-wrap {
    background-color: #0F7AE0;
  }

  .c-btn01.white:hover .arrow {
    fill: #fff;
  }

  .c-under_mv .breadcrumb a:hover {
    text-decoration: underline;
  }

  .c-contact .c-btn:hover {
    background-color: #fff;
    color: #0F7AE0;
  }

  .header__nav_list a:hover {
    color: #0F7AE0;
  }

  .header__nav_list a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .header__contact:hover {
    background-color: #fff;
    color: #0F7AE0 !important;
  }

  .header__contact:hover .icon {
    fill: #0F7AE0;
  }

  .footer__nav a:hover {
    text-decoration: underline;
  }

  #contact .c-btn#submit:hover,
  #contact .c-btn.send:hover {
    background-color: #fff;
    color: #0F7AE0;
  }

  #contact .c-btn#reset:hover,
  #contact .c-btn.back:hover {
    border: solid 1px #999;
    background-color: #999;
  }
}
/*# sourceMappingURL=style.css.map */
