@charset "UTF-8";

/*-----------------------------------------------
reset
-----------------------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/*-----------------------------------------------
variables
-----------------------------------------------*/
:root {
  --color-brand: #095AAF;
  --color-brand-sub: #ffffff;
  --color-text: #333333;
  --color-text-sub: #666666;
  --color-nav: #fff;
  --color-required: #FF0000;
  --font-family-base: "M PLUS 1", sans-serif;
  --font-family-title: "M PLUS 1", sans-serif;
  --font-size-base: 1.6rem;
  --font-size-section-title--ja: 2.4rem;
  --font-size-section-title--en: 72px;
  --font-size-page-title: 2.4rem;
  --line-height-base: 1.6;
  --container-max-width: 77.7777777778%;
}

/*-----------------------------------------------
base
-----------------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-base);
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--color-text);
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a {
  transition: all 0.3s ease;
}

@media (hover: hover) {

  a:hover,
  a:focus {
    opacity: 0.8;
  }
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}

@media (width < 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.container {
  width: 77.7777777778%;
  margin-inline: auto;
}

.container--pars {
  width: 88.8888888889%;
}

@media screen and (width < 1400px) {
  .container--pars {
    width: 77.7777777778%;
  }
}

.container__inner {
  padding: 80px 0;
}

@media (width < 600px) {
  .container {
    width: 94%;
  }

  .container__inner {
    padding: 40px 0;
  }
}

.section--white {
  color: var(--color-text-white);
}

.section--center {
  text-align: center;
}

.section__title {
  color: #00186E;
  font-family: var(--font-family-title);
  line-height: 1;
}

.section__title--white {
  color: #fff;
}

.section__title .ja,
.section__title .en {
  display: block;
}

.section__title .ja {
  font-size: var(--font-size-section-title--ja);
}

.section__title .en {
  font-size: var(--font-size-section-title--en);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.section__title .en--none {
  text-transform: none;
}

@media (width < 1025px) {
  .section__title .en {
    font-size: 4.8rem;
  }
}

@media (width < 600px) {
  .section__title .ja {
    font-size: 1.6rem;
  }

  .section__title .en {
    font-size: 3.6rem;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

@media (width < 600px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-24 {
  margin-bottom: 24px;
}

.pc-br {
  display: block;
}

@media (width < 600px) {
  .pc-br {
    display: none;
  }
}

/*-----------------------------------------------
buttons
-----------------------------------------------*/
.btn {
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  max-width: 242px;
  width: 100%;
  padding: 14px 0 13px;
  background: linear-gradient(90deg, #25C4CA 0%, #00A0A6 100%), linear-gradient(90deg, #095AAF 0%, #2588F0 100%);
  border: 1px solid #fff;
  color: #fff;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.25));
  position: relative;
}

.btn::after {
  content: "";
  background-image: url(../img/common/i-arrow.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

@media (hover: hover) {

  .btn:hover,
  .btn:focus {
    opacity: 0.8;
    color: #fff;
  }
}

.contact_btn {
  display: inline-block;
  font-size: 2.4rem;
  width: 468px;
  color: #fff;
  background: var(--color-btn-form);
  padding: 22px 0;
  text-align: center;
}

@media (hover: hover) {

  .contact_btn:hover,
  .contact_btn:focus {
    opacity: 0.8;
    color: #fff;
  }
}

@media (width < 600px) {
  .contact_btn {
    width: 300px;
  }
}

/*-----------------------------------------------
cards
-----------------------------------------------*/
.card {
  background: var(--color-secondary);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.card__img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__content {
  padding: var(--spacing-base);
}

.card__title {
  font-size: var(--font-size-h3);
  margin-bottom: var(--spacing-small);
}

.card__text {
  margin-bottom: var(--spacing-base);
}

/*-----------------------------------------------
top-news
-----------------------------------------------*/
.p-news {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
  position: relative;
  width: 100vw;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-news {
    background-position: 65% bottom;
  }
}

.p-news__inner {
  display: flex;
  gap: 4.375vw;
  justify-content: space-between;
  padding-bottom: 7.2916666667vw;
  padding-top: 4.5138888889vw;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .p-news__inner {
    gap: 63px;
    padding-bottom: 105px;
    padding-top: 65px;
  }
}

@media screen and (max-width: 1159px) {
  .p-news__inner {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .p-news__inner {
    gap: 30px;
    padding-bottom: 60px;
    padding-top: 65px;
  }
}

.p-news__left {
  min-width: 232px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 2.4305555556vw;
}

@media screen and (max-width: 1159px) {
  .p-news__left {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 45px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-news__left {
    display: contents;
  }
}

.p-news__btn-wrap {
  max-width: 232px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-news__title {
    order: 1;
    width: 100%;
  }
}

.p-news__right {
  margin-top: 2.4305555556vw;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-news__right {
    order: 2;
  }
}

@media screen and (max-width: 1159px) {
  .p-news__btn-wrap {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__btn-wrap {
    margin-top: 0;
    order: 3;
  }
}

.p-news__btn {
  display: block;
  width: 12.5vw;
}

@media screen and (max-width: 1440px) {
  .p-news__btn {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .p-news__btn {
    width: 200px;
  }
}

.p-news__item {
  border-bottom: 1px solid #000;
  color: #000;
  padding-bottom: 1.25vw;
}

@media screen and (max-width: 1440px) {
  .p-news__item {
    padding-bottom: 18px;
  }
}

.p-news__item:not(:first-child) {
  padding-top: 1.5972222222vw;
}

.p-news__item time {
  font-size: 16px;
  letter-spacing: 0.7px;
}

.p-news-item__title {
  letter-spacing: 0.01px;
  margin-top: 0.3472222222vw;
}

.product {
  position: relative;
  overflow: hidden;
}

.product__btn-wrap {
  display: flex;
  gap: 40px;
}

@media (width < 600px) {
  .product__btn-wrap {
    gap: 16px;
  }
}

.product .top-product-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 430px;
  background-image: url(../img/top/top-product-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product_inner {
  position: relative;
  z-index: 1;
  padding-top: 325px;
  padding-bottom: 70px;
  max-width: 1380px;
  display: flex;
  justify-content: space-between;
}

.product_inner .product-left {
  padding-top: 165px;
  width: 100%;
}

.product_inner .product-left .text1 {
  color: #095AAF;
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 160%;
  /* 44.8px */
  letter-spacing: 0.56px;
}

.product_inner .product-left .text2 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 32px */
  letter-spacing: 0.4px;
}

.product_inner .product-right {
  max-width: 474.43px;
  width: 100%;
  padding: 80px 76px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
}

.product_inner .product-right__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0;
  color: #fff;
  background: #095AAF;
}

.product_inner .product-right__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.product_inner .product-right__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.product_inner .product-right__item dt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 101px;
  height: 38px;
  border: 1px solid #095AAF;
  color: #095AAF;
  font-size: 20px;
  font-weight: 400;
}

.product_inner .product-right__item dd {
  font-size: 18px;
}

@media (max-width: 1400px) {
  .product {
    position: relative;
  }

  .product .top-product-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 430px;
    background-image: url(../img/top/top-product-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .product_inner {
    position: relative;
    z-index: 1;
    padding-top: 325px;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    justify-content: space-between;
  }

  .product_inner .product-left {
    padding-top: 165px;
  }

  .product_inner .product-right {
    max-width: 474.43px;
    width: 100%;
    padding: 40px 36px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 768px) {
  .product {
    position: relative;
  }

  .product .top-product-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 230px;
    background-image: url(../img/top/top-product-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .product_inner {
    position: relative;
    z-index: 1;
    padding-top: 105px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    justify-content: space-between;
  }

  .product_inner .product-left {
    padding-top: 165px;
    max-width: 504px;
    width: 100%;
    padding-left: 0;
  }

  .product_inner .product-left .text1 {
    font-size: 18px;
  }

  .product_inner .product-right {
    max-width: 474.43px;
    width: 100%;
    padding: 40px 36px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.25);
  }

  .product_inner .product-right__item dt {
    font-size: 16px;
  }

  .product_inner .product-right__item dd {
    font-size: 14px;
  }
}

/*-----------------------------------------------
TOP-CONTACT
-----------------------------------------------*/
.contact {
  text-align: center;
  background-image: url(../img/top/contact_bg.png);
  background-size: cover;
  font-weight: 500;
}

.contact__inner {
  padding-top: 80px;
  padding-bottom: 245px;
  max-width: 1120px;
  margin: 0 auto;
}

.contact__inner .contact-head {
  color: #fff;
  text-align: center;
  font-weight: 300;
  font-size: 112px;
  margin-bottom: 35px;
}

.contact__inner .contact-content {
  display: flex;
  justify-content: space-between;
}

.contact__inner .contact-content .contact-left {
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact__inner .contact-content .contact-left .tel {
  margin-bottom: 7px;
}

.contact__inner .contact-content .contact-left .tel .tel-logo {
  margin-bottom: 7px;
  display: flex;
  justify-content: center;
}

.contact__inner .contact-content .contact-left .tel .tel-text {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.84px;
}

.contact__inner .contact-content .contact-left .fax {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.6px;
}

.contact__inner .contact-content .bar {
  width: 2px;
  background-color: #fff;
}

.contact__inner .contact-content .contact-right {
  max-width: 550px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.contact__inner .contact-content .contact-right .email .email-logo {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}

.contact__inner .contact-content .contact-right .email .email-text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  line-height: 175%;
  /* 42px */
}

@media (width < 1025px) {
  .contact__inner {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .contact__inner .contact-head {
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 16px;
  }

  .contact__inner .contact-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact__inner .contact-content .contact-left {
    max-width: 550px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }

  .contact__inner .contact-content .contact-left .tel {
    margin-bottom: 7px;
  }

  .contact__inner .contact-content .contact-left .tel .tel-logo {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
  }

  .contact__inner .contact-content .contact-left .tel .tel-logo svg {
    width: 40px;
  }

  .contact__inner .contact-content .contact-left .tel .tel-text {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.84px;
  }

  .contact__inner .contact-content .contact-left .fax {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
  }

  .contact__inner .contact-content .bar {
    width: 2px;
    background-color: #fff;
  }

  .contact__inner .contact-content .contact-right {
    max-width: 550px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }

  .contact__inner .contact-content .contact-right .email .email-logo {
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
  }

  .contact__inner .contact-content .contact-right .email .email-logo svg {
    width: 40px;
  }

  .contact__inner .contact-content .contact-right .email .email-text {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 175%;
    /* 42px */
  }
}

/*table_01
-----------------------------------------------*/
.table_01 {
  width: 100%;
  font-size: 18px;
  line-height: 1.75;
}

.table_01 tr {
  border-bottom: 1px solid #D9D9D9;
}

.table_01 th,
.table_01 td {
  padding: 24px 0;
}

.table_01 th {
  width: 260px;
  color: var(--color-brand);
  font-weight: 700;
}

.table_01 td {
  word-break: break-word;
}

.table_01 .dl_01__item {
  max-width: 600px;
  display: flex;
  gap: 20px;
}

.table_01 .dl_01__item dt {
  font-weight: 400;
  min-width: 130px;
}

.table_01 .dl_01__item dd {
  flex: 1;
}

@media (max-width: 768px) {
  .table_01 {
    font-size: 16px;
  }

  .table_01 tbody {
    display: block;
    width: 100%;
  }

  .table_01 tr {
    display: flex;
    border-bottom: 1px solid #D9D9D9;
  }

  .table_01 th,
  .table_01 td {
    padding: 12px 8px;
  }

  .table_01 th {
    width: 35%;
    min-width: 120px;
    padding-right: 16px;
  }

  .table_01 td {
    width: 65%;
    padding-left: 0;
  }

  .table_01 .dl_01 {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .table_01 {
    display: block;
  }

  .table_01 tbody,
  .table_01 tr {
    display: block;
    width: 100%;
  }

  .table_01 tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
    border-bottom: 1px solid #D9D9D9;
  }

  .table_01 th,
  .table_01 td {
    display: block;
    width: 100%;
    padding: 12px;
  }

  .table_01 th {
    background: rgba(37, 79, 187, 0.1);
    border-bottom: none;
  }

  .table_01 td {
    padding-top: 8px;
  }

  .table_01 td br {
    display: block;
    margin: 8px 0;
    content: "";
  }
}

/*subpage_access_03
-----------------------------------------------*/
.subpage_access_03 {
  line-height: 1.75;
  color: #222;
}

.subpage_access_03__text {
  font-size: 18px;
  margin-bottom: 20px;
}

.subpage_access_03__address {
  font-size: 18px;
}

.subpage_access_03__tel {
  font-size: 18px;
  display: flex;
  gap: 16px;
}

.subpage_access_03__tel a {
  text-decoration: none;
  color: #222;
}

.subpage_access_03__map {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 30.3571428571%;
  /* 比率を1120:340に固定 */
}

.subpage_access_03__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .subpage_access_03__map {
    padding-top: 57.1428571429%;
  }
}

/*-----------------------------------------------
form
-----------------------------------------------*/
.page-contact {
  margin-bottom: 80px;
}

.page-contact__wrap {
  margin-bottom: 40px;
}

.page-contact__form {
  margin-bottom: 48px;
  background: var(--bg);
  padding: 64px 110px;
  border-radius: 16px;
}

.page-contact .red {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: var(--color-required);
}

.page-contact .text {
  font-size: 2rem;
  font-weight: 400;
  color: #033F8C;
  opacity: 0.72;
  letter-spacing: 0.02em;
}

.page-contact .checkbox-group {
  margin: 10px 0 20px;
  color: #222;
}

.page-contact .checkbox-group input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  vertical-align: bottom;
}

.page-contact input[type=text],
.page-contact input[type=tel],
.page-contact input[type=email],
.page-contact textarea {
  font-size: 1.6rem;
  width: 100%;
  padding: 16px 24px;
  border: 2px solid #e5e5e5;
  background: #fff;
  margin: 8px 0 40px;
}

.page-contact ::-moz-placeholder {
  color: #999999;
}

.page-contact ::placeholder {
  color: #999999;
}

.page-contact .checkbox {
  margin-bottom: 20px;
}

.page-contact .checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-contact .checkbox input[type=checkbox] {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #222;
  margin-right: 14px;
  display: flex;
  align-items: center;
}

.page-contact .checkbox input[type=checkbox i]:checked {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.page-contact .checkbox p {
  color: #4c4c4c;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
}

.page-contact .checkbox a {
  color: #4c4c4c;
}

.page-contact .submit-btn {
  display: block;
  margin-inline: auto;
  text-align: center;
  font-size: 1.8rem;
  max-width: 310px;
  width: 100%;
  padding: 14px 0 13px;
  background: linear-gradient(90deg, #25C4CA 0%, #00A0A6 100%), linear-gradient(90deg, #095AAF 0%, #2588F0 100%);
  border: 1px solid #fff;
  color: #fff;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.25));
  position: relative;
}

.page-contact .submit-btn::after {
  content: "";
  background-image: url(../img/common/i-arrow.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.page-contact .submit-btn:hover {
  opacity: 0.8;
}

.page-contact .privacy__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 24px;
}

.page-contact .privacy__description {
  margin-bottom: 40px;
}

@media (width < 600px) {
  .page-contact .checkbox-group {
    flex-direction: column;
    gap: 16px;
  }
}

.privacy__title {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 24px;
}

.privacy__description {
  margin-bottom: 40px;
}

/*-----------------------------------------------
header
-----------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: var(--font-size-base);
  z-index: 100;
  transition: 0.3s;
}

.header.is-active {
  background-color: rgba(51, 51, 51, 0.86);
  transition: 0.3s;
}

.header__logo {
  margin-left: 40px;
  transition: 0.3s;
  width: 170px;
  min-width: 170px;
  max-width: 170px;
}

.header__logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.header__logo img {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}

.header__logo-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.header__inner {
  height: 143px;
  width: 94.4444444444%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (width < 600px) {
  .header__logo {
    margin-left: 20px;
    min-width: 108px;
    max-width: 108px;
    width: 108px;
  }

  .header__logo img {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
  }

  .header__logo-text {
    font-size: 12px;
  }

  .header__inner {
    align-items: center;
    height: 83px;
  }
}

.nav {
  width: 75vw;
}

.nav__list {
  text-align: center;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}

.nav.is-active {
  transition: opacity 0.4s ease;
  width: 70%;
  height: 100%;
  opacity: 1;
  pointer-events: all;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.86);
  text-align: center;
}

.nav__item {
  transition: 0.3s;
  font-weight: 700;
  text-align: center;
}

.nav__item:not(:last-child) {
  padding: 0 12px;
}

.nav__item:first-child {
  padding-left: 0;
}

.nav__item:not(:last-child) {
  border-right: 1px solid #fff;
}

.nav__item:nth-child(5) {
  border-right: none;
}

.nav__item a {
  color: var(--color-nav);
  display: block;
  width: 100%;
  padding: 11px 12px;
}

@media (hover: hover) {

  .nav__item a:hover,
  .nav__item a:focus {
    opacity: 0.8;
  }
}

.nav__item--contact {
  padding: 0;
  margin-left: 20px;
  width: 242px;
  height: 56px;
}

.nav__item--contact a {
  height: 56px;
  text-align: center;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #25C4CA 0%, #00A0A6 100%), linear-gradient(90deg, #095AAF 0%, #2588F0 100%);
  border: 1px solid #fff;
  color: #fff;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.25));
  position: relative;
}

.nav__item--contact a::after {
  content: "";
  background-image: url(../img/common/i-arrow.svg);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}

@media (width < 1025px) {
  .nav {
    max-width: 70%;
    height: 0;
    opacity: 0;
    pointer-events: none;
  }

  .nav__list {
    flex-direction: column;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    width: 100%;
    max-width: 768px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .nav__item {
    margin: 0 0 20px;
  }

  .nav__item:not(:last-child) {
    padding: 0;
    border-right: none;
  }

  .nav__item:nth-child(5) {
    border-right: none;
  }
}

.burger {
  --opacity: 1;
  --rotate: 0;
  --translate: .6rem;
  position: fixed;
  top: 20px;
  right: 47px;
  place-items: center;
  width: 60px;
  aspect-ratio: 1;
  display: none;
}

.burger.is-active {
  --opacity: 0;
  --rotate: 135deg;
  --translate: 0;
  position: fixed;
}

.burger span {
  width: 50%;
  height: 3px;
  border-radius: 4px;
  background-color: #fff;
  grid-area: 1/1/-1/-1;
  transition: opacity 0.4s ease, rotate 0.4s ease, translate 0.4s ease;
}

.burger span:nth-child(1) {
  opacity: var(--opacity);
}

.burger span:nth-child(2) {
  translate: 0 calc(var(--translate) * -1);
  rotate: var(--rotate);
}

.burger span:nth-child(3) {
  translate: 0 var(--translate);
  rotate: calc(var(--rotate) * -1);
}

.burger__text {
  font-size: 1.2rem;
  font-weight: 600;
  position: absolute;
  bottom: 4px;
}

@media (width < 1025px) {
  .burger {
    display: grid;
    right: 20px;
  }
}

@media (width < 600px) {
  .burger {
    top: 6px;
  }
}

/*footer
-----------------------------------------------*/
.footer {
  position: relative;
  z-index: 1;
  background: #095AAF;
}

.footer__inner {
  padding: 65px 0;
  color: var(--color-nav);
  max-width: var(--container-max-width);
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.footer__logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 385px;
  font-size: 32px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.footer__address {
  font-size: 1.6rem;
  padding: 10px 0px;
  line-height: 1.5;
}

.footer__list {
  display: flex;
  flex-wrap: wrap;
}

.footer__item {
  font-size: 1.6rem;
  padding: 0px 12px;
  margin: 0 4px;
  border-left: 1px solid #fff;
}

.footer__copyright {
  font-size: 1.4rem;
  text-align: center;
  background: #00186E;
  color: #fff;
  padding: 20px;
  letter-spacing: 0.04em;
  line-height: 1;
}

@media (width < 1280px) {
  .footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (width < 1025px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer__logo {
    text-align: center;
  }

  .footer__address {
    margin-bottom: 20px;
  }
}

@media (width < 600px) {
  .footer__logo {
    font-size: 20px;
    min-width: 270px;
  }

  .footer__item {
    border-left: none;
  }

  .footer__copyright {
    font-size: 1.2rem;
  }
}

.top {
  overflow: hidden;
}

/*-----------------------------------------------
top-fv
-----------------------------------------------*/
.top-fv {
  position: relative;
  max-height: 810px;
}

.top-fv__logo {
  z-index: 2;
  position: absolute;
  width: 78.3416666667%;
  height: 81.2604938272%;
  bottom: 0;
  right: 0;
  mix-blend-mode: hard-light;
  opacity: 0.2;
}

.top-fv__img {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 37px;
}

.top-fv__img img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 6/1;
}

.top-fv__catch {
  max-width: 1120px;
  width: 100%;
  position: absolute;
  z-index: 4;
  top: 24.1975308642%;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
}

.top-fv__text {
  font-weight: 700;
  font-size: 72px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  margin-bottom: 16px;
}

.top-fv__wrap {
  display: flex;
  gap: 16px;
  font-weight: 400;
  font-size: 28px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}

.top-fv__wrap span {
  padding: 10px 20px;
  background: #00186E;
}

.top-fv .left-bar {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 40px;
  width: 52.43px;
  height: 100%;
  max-height: 810px;
}

.top-fv .left-bar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-fv .bottom-bar {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 37px;
  height: 2px;
  background-color: #fff;
  width: 100%;
}

.top-fv .swiper {
  max-height: 810px;
}

@media (width < 1280px) {
  .top-fv__catch {
    max-width: 900px;
  }

  .top-fv__text {
    font-size: 48px;
  }

  .top-fv__wrap {
    font-size: 24px;
  }
}

@media (width < 1025px) {
  .top-fv {
    height: 100vh;
    max-height: inherit;
  }

  .top-fv__logo {
    width: 100%;
    height: 100%;
    background-position: bottom;
  }

  .top-fv__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .top-fv__catch {
    max-width: 600px;
  }

  .top-fv__text {
    font-size: 40px;
  }

  .top-fv__wrap {
    font-size: 14px;
  }

  .top-fv .left-bar {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0px;
    aspect-ratio: 52.4/810;
    width: auto;
    height: 100vh;
    min-height: 0;
    max-height: 1000px;
  }

  .top-fv .swiper {
    height: 100vh;
    max-height: inherit;
  }

  .top-fv .swiper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (width < 600px) {
  .top-fv__catch {
    max-width: 300px;
  }

  .top-fv__text {
    font-size: 34px;
  }

  .top-fv__img img {
    aspect-ratio: 6/1.5;
  }

  .top-fv__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    font-size: 14px;
  }

  .top-fv__wrap span {
    text-align: center;
    padding: 5px 8px;
  }
}

/*-----------------------------------------------
top-access
-----------------------------------------------*/
.top-access {
  position: relative;
  text-align: center;
}

.top-access::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/access_text.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}

.top-access__map {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 30.3571428571%;
  /* 比率を1120:340に固定 */
}

.top-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------
top-business
-----------------------------------------------*/
.top-business {
  padding: 80px 40px;
  position: relative;
}

.top-business__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.top-business__content {
  position: relative;
  width: 100%;
}

.top-business__wrap {
  position: relative;
  z-index: 2;
  padding: 100px 120px;
  border-left: 1px solid #000;
}

.top-business__wrap::before {
  content: url(../img/top/logo_text.svg);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-right: 1.3px solid #00186E;
  border-bottom: 1.3px solid #00186E;
}

.top-business__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40%;
  height: 1px;
  background: #00186E;
}

.top-business__text {
  font-size: 2.4rem;
  font-weight: 600;
  color: #095AAF;
}

.top-business__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  gap: 20px;
}

.top-business__img img {
  max-width: 380px;
  width: 100%;
  height: auto;
  aspect-ratio: 380/596;
  border-radius: 10px;
}

.top-business__link {
  margin-top: 60px;
}

@media (width < 1025px) {
  .top-business {
    padding-bottom: 40px;
  }

  .top-business__wrap {
    padding: 60px;
    margin-bottom: 30px;
  }

  .top-business__img {
    position: static;
  }

  .top-business__img img {
    max-width: 47%;
  }
}

@media (width < 600px) {
  .top-business {
    padding: 40px 16px;
  }

  .top-business__wrap {
    padding: 47px;
  }

  .top-business__wrap::after {
    width: 80%;
  }
}

/*-----------------------------------------------
fv
-----------------------------------------------*/
.fv {
  position: relative;
  margin-bottom: 40px;
}

.fv__title {
  position: absolute;
  top: 45%;
  left: 12.5%;
  color: #fff;
}

.fv__title .en,
.fv__title .ja {
  display: block;
}

.fv__title .en {
  text-transform: capitalize;
  font-size: 72px;
  font-weight: 700;
}

.fv__title .ja {
  font-size: 20px;
  letter-spacing: 0.04em;
}

@media (width < 1025px) {
  .fv__img {
    aspect-ratio: 2/1;
  }
}

@media (width < 600px) {
  .fv__title {
    top: 45%;
  }

  .fv__title .en {
    font-size: 36px;
  }

  .fv__title .ja {
    font-size: 16px;
  }
}

/*-----------------------------------------------
breadcrumb
-----------------------------------------------*/
.breadcrumb__inner {
  display: flex;
  align-items: center;
}

.breadcrumb p {
  color: #4c4c4c;
  line-height: 1.45;
  letter-spacing: 0.08em;
  font-weight: 500;
}

.breadcrumb p:first-child::after {
  text-decoration: none;
  content: ">";
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.breadcrumb a {
  font-weight: 400;
  color: #095AAF;
  text-decoration: underline;
}

@media (hover: hover) {

  .breadcrumb a:hover,
  .breadcrumb a:focus {
    opacity: 0.8;
  }
}

/*-----------------------------------------------
page
-----------------------------------------------*/
.page__title {
  width: 100%;
  background: var(--color-brand);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  margin-bottom: 32px;
  position: relative;
  padding: 14px 28px 13px;
}

.page__title::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 6px;
  height: 77.4%;
  content: "";
  background: #fff;
}

/*-----------------------------------------------
news
-----------------------------------------------*/
.news-list__item {
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
}

.news-list__item:not(:first-child) {
  padding-top: 16px;
}

.news-list__date {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  margin-bottom: 4px;
}

/*-----------------------------------------------
business
-----------------------------------------------*/
.page-business__wrap {
  max-width: 1120px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-business__wrap p {
  max-width: 457px;
  font-size: 2.2rem;
  line-height: 1.8;
}

.page-business__list {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.page-business__item {
  letter-spacing: 0.08em;
  font-weight: 500;
  width: 100%;
  padding: 24px 5px;
  text-align: center;
  border: 1px solid var(--color-brand);
}

@media (max-width: 1400px) {
  .page-business__item {
    font-size: clamp(1.4rem, 1.09375vw, 2rem);
  }
}

@media (width < 1025px) {
  .page-business__wrap p {
    font-size: 1.8rem;
  }

  .page-business__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 1em;
    grid-column-gap: 2em;
  }
}

@media (width < 600px) {
  .page-business__wrap {
    flex-direction: column;
  }

  .page-business__wrap p {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=style.css.map */