@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: #04558D;
  --color-brand-sub: #ffffff;
  --color-text: #000;
  --color-text-sub: #666666;
  --color-nav: #1A1918;
  --color-required: #FF0000;
  --font-family-base: "BIZ UDPGothic", sans-serif;
  --font-family-title: "BIZ UDPGothic", sans-serif;
  --font-size-base: 1.6rem;
  --font-size-section-title--ja: 2rem;
  --font-size-section-title--en: 1.8rem;
  --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 {
    color: var(--color-link-hover);
  }
}

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

.container {
  position: relative;
  z-index: 1;
  width: 77.7777777778%;
  margin-inline: auto;
}
.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: #095AAF;
  margin-bottom: 40px;
}
.section__title--text-center {
  text-align: center;
}
.section__title .ja,
.section__title .en {
  display: block;
}
.section__title .ja {
  font-size: 24px;
}
.section__title .en {
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
}
@media (width < 600px) {
  .section__title .ja {
    font-size: 2.4rem;
  }
  .section__title .en {
    font-size: 3.6rem;
  }
}

.center {
  text-align: center;
}

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

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

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

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

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

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

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

/*-----------------------------------------------
buttons
-----------------------------------------------*/
.btn {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
  width: 240px;
  font-weight: 700;
  background: var(--color-brand);
  padding: 12px 0;
  text-align: center;
}
@media (hover: hover) {
  .btn:hover, .btn:focus {
    opacity: 0.8;
    color: #fff;
  }
}

.top-btn {
  width: 180px;
  padding-bottom: 10px;
  border-bottom: 1px solid #183934;
  display: flex;
  align-items: center;
  gap: 40px;
  color: #183934;
  font-weight: 700;
  font-size: 2rem;
}
.top-btn--right {
  margin-left: auto;
}
.top-btn:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background-image: url(../img/common/i-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/*-----------------------------------------------
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);
}

/*-----------------------------------------------
news
-----------------------------------------------*/
.news {
  background: #F8F6F3;
  padding-top: 80px;
}
.news__list {
  margin-bottom: 40px;
}
.news__item {
  padding: 24px 0;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
  display: flex;
  gap: 24px;
  align-items: center;
}
.news__item:first-child {
  padding-top: 0;
}
.news__category {
  background: #5E5E5E;
  color: #fff;
  padding: 0 8px;
}
.news__btn-wrap {
  margin-bottom: 9px;
}
@media (width < 1280px) {
  .news__item {
    gap: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.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 {
  max-width: 585px;
  padding-top: 165px;
  width: 100%;
}
.product_inner .product-left .text1 {
  color: #325147;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.02em;
}
.product_inner .product-left .text2 {
  color: #000;
  max-width: 487px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: 44px;
}
.product_inner .product-right {
  padding-top: 70px;
  max-width: 523.5px;
  width: 100%;
}

@media (width < 1280px) {
  .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 {
    max-width: 585px;
    padding-top: 165px;
  }
}
@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: 585px;
    width: 100%;
    padding-left: 0;
  }
  .product_inner .product-left .text1 {
    font-size: 18px;
  }
  .product_inner .product-right {
    max-width: 474.43px;
  }
}
/*-----------------------------------------------
map
-----------------------------------------------*/
.subpage_access_02__text {
  margin-bottom: 24px;
}
.subpage_access_02__inner {
  display: flex;
}
.subpage_access_02__text {
  font-size: 1.8rem;
}
.subpage_access_02__tel {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.subpage_access_02__tel--page {
  justify-content: flex-start;
}
.subpage_access_02__map {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 28.5714285714%;
}
.subpage_access_02__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subpage_access_02__img {
  width: 100%;
  height: 0;
  position: relative;
}
.subpage_access_02__img img {
  position: absolute;
  top: 0;
  left: 0;
}
@media (width < 600px) {
  .subpage_access_02__tel {
    flex-direction: column;
    gap: 0;
  }
}

/*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 {
  font-weight: 700;
  width: 260px;
  color: #095AAF;
}
.table_01 td {
  word-break: break-word;
}
@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;
  }
}
@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 #254FBB;
  }
  .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: "";
  }
}

/*table_02
-----------------------------------------------*/
.table_02 {
  border: 1px solid #C1C1C1;
  width: 100%;
  font-size: 18px;
  line-height: 1.75;
}
.table_02 tr {
  border-bottom: 1px solid #C1C1C1;
}
.table_02 tr:last-child {
  border-bottom: none;
}
.table_02 th,
.table_02 td {
  padding: 16px 24px;
}
.table_02 th {
  width: 142px;
  vertical-align: middle;
  color: #000;
  background: #F1F1F1;
}
.table_02 td {
  background: #fff;
  word-break: break-word;
}
@media (max-width: 1024px) {
  .table_02 {
    display: block;
    width: 100%;
  }
  .table_02 tbody,
.table_02 tr {
    display: block;
    width: 100%;
  }
  .table_02 tr {
    margin-bottom: 8px;
  }
  .table_02 th,
.table_02 td {
    display: block;
    width: 100%;
    padding: 12px;
  }
  .table_02 th {
    border-bottom: 1px solid #fff;
  }
  .table_02 td {
    white-space: normal;
    word-break: break-word;
  }
}

/*table_03
-----------------------------------------------*/
.table_03 {
  border: 1px solid #C1C1C1;
  width: 100%;
  font-size: 18px;
  line-height: 1.75;
  border-collapse: collapse;
  /* 改行の視認性を高める */
}
.table_03 tr {
  border-bottom: 1px solid #C1C1C1;
}
.table_03 tr:last-child {
  border-bottom: none;
}
.table_03 th,
.table_03 td {
  padding: 16px 24px;
  vertical-align: top;
  border-right: 1px solid #C1C1C1;
}
.table_03 th:last-child,
.table_03 td:last-child {
  border-right: none;
}
.table_03 th {
  font-weight: 400;
  width: 350px;
  color: #000;
  background: #F1F1F1;
  vertical-align: middle;
}
.table_03 td {
  background: #fff;
  word-break: break-word;
}
.table_03 td br {
  display: block;
  margin: 6px 0;
  content: "";
}
@media (max-width: 1024px) {
  .table_03 {
    display: block;
    width: 100%;
  }
  .table_03 tbody,
.table_03 tr {
    display: block;
    width: 100%;
  }
  .table_03 tr {
    margin-bottom: 16px;
    border: 1px solid #C1C1C1;
  }
  .table_03 th,
.table_03 td {
    display: block;
    width: 100%;
    padding: 12px;
    border-right: none;
    border-bottom: 1px solid #C1C1C1;
  }
  .table_03 th:last-child,
.table_03 td:last-child {
    border-bottom: none;
  }
  .table_03 th {
    background: #F1F1F1;
    font-weight: bold;
  }
  .table_03 td {
    background: #fff;
  }
}

/*-----------------------------------------------
TOP-CONTACT
-----------------------------------------------*/
.contact {
  background-image: url(../img/top/contact_bg.png);
  background-size: cover;
}
.contact__inner {
  padding-top: 128px;
  padding-bottom: 128px;
  max-width: 1120px;
  margin: 0 auto;
}
.contact__inner .contact-head {
  color: #454D51;
  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: #000;
  font-size: 40px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.08em;
}
.contact__inner .contact-content .contact-left .fax {
  color: #000;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.08em;
}
.contact__inner .contact-content .bar {
  width: 2px;
  background-color: #000;
}
.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: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  line-height: 175%;
  /* 42px */
}
@media (width < 1025px) {
  .contact__inner {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .contact__inner .contact-head {
    color: #000;
    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 #000;
    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: #000;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.84px;
  }
  .contact__inner .contact-content .contact-left .fax {
    color: #000;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.6px;
  }
  .contact__inner .contact-content .bar {
    width: 2px;
    background-color: #000;
  }
  .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: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    line-height: 175%;
    /* 42px */
  }
}

.method_business-bg {
  position: relative;
}
.method_business-bg::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/top_bg02.png);
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -2;
}
.method_business-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/top_bg03.png);
  background-position: top right;
  background-repeat: no-repeat;
  z-index: -2;
}

/*-----------------------------------------------
form
-----------------------------------------------*/
.page-contact {
  margin-bottom: 80px;
}
.page-contact__wrap {
  margin-bottom: 40px;
}
.page-contact__form {
  margin-bottom: 48px;
  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: 314px;
}
.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 {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  font-size: var(--font-size-base);
  z-index: 100;
  background: rgba(255, 255, 255, 0.65);
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.8rem;
}
.header__logo {
  margin-left: 32px;
  width: 326px;
  min-width: 326px;
  max-width: 326px;
  transition: 0.3s;
}
.header__inner {
  width: 100%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width < 600px) {
  .header {
    height: 60px;
  }
  .header__logo {
    margin-left: 20px;
    max-width: 240px;
    min-width: 240px;
  }
  .header__inner {
    align-items: center;
  }
}

.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;
  color: #000000;
  background: rgba(255, 255, 255, 0.86);
  text-align: center;
}
.nav__item {
  transition: 0.3s;
  font-weight: 700;
  text-align: center;
  margin-left: 40px;
}
.nav__item:first-child {
  margin-left: 0;
}
.nav__item a {
  color: var(--color-nav);
  display: block;
  width: 100%;
  padding: 11px 0;
}
@media (hover: hover) {
  .nav__item a:hover, .nav__item a:focus {
    color: var(--color-brand);
  }
}
.nav__item--contact {
  background: var(--color-brand);
  color: #fff;
  margin-left: 60px;
  width: 240px;
  height: 90px;
}
.nav__item--contact a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  gap: 12px;
}
.nav__item--contact a::before {
  content: url(../img/common/i-email.svg);
  width: 32px;
  height: 21px;
  display: inline-block;
  vertical-align: bottom;
}
@media (hover: hover) {
  .nav__item--contact:hover, .nav__item--contact:focus {
    opacity: 0.8;
  }
  .nav__item--contact:hover a, .nav__item--contact:focus a {
    color: #fff;
  }
}
@media (width < 1280px) {
  .nav__item--contact {
    width: 200px;
    margin-left: 40px;
  }
}
@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;
    border: 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: var(--color-text);
  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;
    top: 12px;
  }
}
@media (width < 600px) {
  .burger {
    top: 0;
  }
}

/*footer
-----------------------------------------------*/
.footer {
  position: relative;
  z-index: 1;
  background: #F8F6F3;
}
.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: 326px;
  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 #E5E5E5;
}
.footer__copyright {
  font-size: 1.4rem;
  text-align: center;
  background: #325147;
  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
-----------------------------------------------*/
.top-fv {
  position: relative;
  color: #fff;
  overflow: hidden;
  aspect-ratio: 1440/810;
}
.top-fv:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/top/fv__bg.png) no-repeat center center/cover;
}
.top-fv video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-fv__logo {
  position: absolute;
  left: 33.47%;
  right: -26.25%;
  top: -8.02%;
  bottom: -16.42%;
  mix-blend-mode: multiply;
}
.top-fv__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-fv__content {
  z-index: 2;
  position: absolute;
  top: 22.8395061728%;
  left: 11.1111111111%;
}
.top-fv__catch {
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 95px;
  line-height: 1.1052631579;
  letter-spacing: 0.03em;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.6);
  margin-bottom: 32px;
}
.top-fv__wrap {
  font-size: 24px;
  line-height: 2.1666666667;
  letter-spacing: 0;
  font-weight: 700;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
.top-fv__text {
  padding: 0 10px;
  display: inline-block;
  background: rgba(4, 85, 141, 0.71);
  margin-bottom: 10px;
}
@media (width < 1280px) {
  .top-fv__catch {
    font-size: clamp(48px, 6.25vw, 96px);
  }
}
@media (width < 1025px) {
  .top-fv {
    width: 100%;
    height: 60vh;
  }
  .top-fv video {
    height: 60vh;
  }
  .top-fv__wrap {
    font-size: 18px;
  }
}
@media (width < 600px) {
  .top-fv {
    height: 100vh;
  }
  .top-fv video {
    height: 100vh;
  }
  .top-fv__content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .top-fv__wrap {
    font-size: 16px;
  }
  .top-fv img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
  }
}

.business {
  background: #F8F6F3;
  z-index: 1;
  padding: 45px 0 110px;
  position: relative;
}
.business::before {
  background-image: url(../img/top/business_text.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.business__inner {
  padding-top: 80px;
  display: flex;
  gap: 64px;
}
.business__left {
  max-width: 294px;
}
.business__right {
  display: flex;
  gap: 48px;
}
.business__sub-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.business__list {
  padding-left: 16px;
  border-left: 2px solid #A3A3A3;
}
.business__item {
  font-size: 1.8rem;
}
.business__sub-item {
  font-size: 1.6rem;
  margin-left: 3px;
}
.business__sub-item::before {
  content: " ・ ";
}
.business__img {
  position: absolute;
}
.business__img--01 {
  top: 0;
  right: 8.3333333333%;
}
.business__img--02 {
  top: 50%;
  transform: translateY(-50%);
  right: 4.375%;
}
.business__img--03 {
  bottom: -30px;
  right: 8.3333333333%;
}
.business__img--04 {
  z-index: -1;
  bottom: -30px;
  left: 0;
}
@media (width < 1280px) {
  .business::before {
    height: 60%;
  }
  .business__img {
    width: 180px;
  }
  .business__img--04 {
    width: 40%;
  }
}
@media (width < 1025px) {
  .business__inner {
    flex-direction: column;
  }
}
@media (width < 600px) {
  .business__right {
    flex-direction: column;
  }
}

.company {
  padding: 53px 0;
  position: relative;
}
.company::before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/top/company_bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
}
.company__inner {
  display: flex;
  align-items: center;
  gap: 57px;
}
.company__text {
  max-width: 366px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #2b2b2b;
  margin-bottom: 40px;
}
@media (width < 1025px) {
  .company__inner {
    flex-direction: column;
    gap: 24px;
  }
  .company-left, .company-right {
    display: contents;
    width: 100%;
  }
  .company .section__title {
    order: -2;
  }
  .company__img {
    order: -1;
  }
}

.p-access {
  background: #F8F6F3;
  position: relative;
}
.p-access::before {
  background-image: url(../img/top/access_text.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.p-access__btn-wrap {
  max-width: 180px;
  margin-top: 40px;
  margin-inline: auto;
}

/*-----------------------------------------------
fv
-----------------------------------------------*/
.fv {
  position: relative;
  margin-bottom: 40px;
}
.fv__title {
  position: absolute;
  top: 48.1395348837%;
  left: 11.1111111111%;
  color: #494444;
}
.fv__title .en,
.fv__title .ja {
  display: block;
}
.fv__title .en {
  font-family: Montserrat, sans-serif;
  text-transform: capitalize;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.fv__title .ja {
  font-size: 24px;
  letter-spacing: 0.04em;
}
@media (width < 1025px) {
  .fv__title .en {
    font-size: 64px;
  }
  .fv img {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (width < 600px) {
  .fv__title {
    top: 50%;
  }
  .fv__title .en {
    font-size: 48px;
  }
  .fv__title .ja {
    font-size: 16px;
  }
}

/*-----------------------------------------------
breadcrumb
-----------------------------------------------*/
.breadcrumb__inner {
  display: flex;
  align-items: center;
  color: #4c4c4c;
  font-weight: 400;
}
.breadcrumb p {
  line-height: 1.45;
  letter-spacing: 0.08em;
}
.breadcrumb p:first-child::after {
  text-decoration: none;
  content: ">";
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.breadcrumb a {
  text-decoration: underline;
}
@media (hover: hover) {
  .breadcrumb a:hover, .breadcrumb a:focus {
    opacity: 0.8;
  }
}

/*-----------------------------------------------
page
-----------------------------------------------*/
.page__title {
  padding: 10px 20px;
  background: linear-gradient(90deg, #095aaf 0%, #8effa0 100%);
  border-radius: 6px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0.08em;
  color: #ffffff;
  margin-bottom: 32px;
}

h5 {
  font-size: 1.8rem;
  color: #095aaf;
  line-height: 1.8;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 10px;
}

/*-----------------------------------------------
page-company
-----------------------------------------------*/
.page-company {
  position: relative;
}
.page-company__textbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-company__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  background: linear-gradient(0deg, #0054b6, #0054b6), #163934;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.page-company__text {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
}
.page-company__text--president {
  text-align: right;
}

.policy-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (width < 600px) {
  .policy-list {
    grid-template-columns: 1fr;
  }
}

.policy-item {
  display: flex;
  align-items: center;
  padding: 26px 40px;
  background: #ffffff;
  border-left: 7px solid transparent;
  -o-border-image: linear-gradient(180deg, #095aaf 0%, #8effa0 100%) 1;
     border-image: linear-gradient(180deg, #095aaf 0%, #8effa0 100%) 1;
  box-shadow: 3px 3px 9px 0px rgba(0, 0, 0, 0.11);
}
.policy-item__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
  margin: 0;
}
@media (width < 600px) {
  .policy-item {
    padding: 20px 24px;
  }
  .policy-item__text {
    font-size: 16px;
  }
}

/*-----------------------------------------------
page-product
-----------------------------------------------*/
.page-product {
  margin-bottom: 80px;
}
.page-product__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  color: #0054b6;
  border-bottom: 2px solid #0054b6;
  margin-bottom: 32px;
}
.page-product__sub-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #0054b6;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-product__sub-title::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: linear-gradient(45deg, #004c9c 0%, #004c9c 50%, #1760b4 50%, #1760b4 100%);
}
.page-product__list {
  display: flex;
  max-width: 1120px;
  margin-inline: auto;
  width: 100%;
  text-align: center;
  border: 1px solid #767676;
}
.page-product__item {
  width: 100%;
  border-right: 1px solid #767676;
  padding: 10px 0;
}
.page-product__item:last-child {
  border-right: none;
}
.page-product__wrap {
  margin-bottom: 40px;
}
.page-product__img {
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-product__img--w338 {
  max-width: 338px;
  margin-bottom: 32px;
}
.page-product__fig {
  max-width: 428px;
}
@media (width < 600px) {
  .page-product__title {
    font-size: 2rem;
  }
  .page-product__sub-title {
    font-size: 1.8rem;
  }
  .page-product__img--w338 {
    max-width: 100%;
    margin-bottom: 24px;
  }
}
/*# sourceMappingURL=style.css.map */