@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: #EC7B09;
  --color-brand-sub: #ffffff;
  --color-text: #333333;
  --color-text-sub: #666666;
  --color-nav: #000000;
  --color-required: #FF0000;
  --font-family-base: Sawarabi Gothic, sans-serif;
  --font-family-title: Sawarabi Gothic, sans-serif;
  --font-size-base: 1.6rem;
  --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);
  letter-spacing: var(--letter-spacing-base);
  color: var(--color-text);
  background-image: url(../img/common/bg_body.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

a {
  transition: all 0.3s ease;
}
@media (width < 600px) and (hover: hover) {
  a:hover, a:focus {
    color: inherit;
  }
}

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__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 {
  margin-bottom: 40px;
}
.section__title--text-center {
  text-align: center;
}
.section__title .ja,
.section__title .en {
  display: block;
}
.section__title .ja {
  font-family: "Sawarabi Gothic";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: var(--color-brand);
}
.section__title .en {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
  text-transform: capitalize;
  display: inline-block;
  background: linear-gradient(90deg, #E65C00 0%, #F39C12 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (width < 600px) {
  .section__title .ja {
    font-size: 20px;
  }
  .section__title .en {
    font-size: 48px;
  }
}

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

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

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

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

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

.brand-color {
  color: var(--color-brand);
}

/*-----------------------------------------------
buttons
-----------------------------------------------*/
.btn {
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  width: 100%;
  padding: 14px 0 13px;
  background: linear-gradient(90deg, #E65C00 0%, #F39C12 100%), linear-gradient(90deg, #E2750F 0%, #E15504 100%), linear-gradient(90deg, #E2750F 0%, #E25C0F 76.92%);
  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__inner:after {
  background-image: url(../img/top/news_bg.jpg);
  background-position: center bottom;
  background-size: cover;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.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;
}

/*-----------------------------------------------
map
-----------------------------------------------*/
.subpage_access_02__text {
  margin-bottom: 24px;
}
.subpage_access_02__inner {
  filter: drop-shadow(12px 12px 20px rgba(0, 0, 0, 0.25));
  display: flex;
}
.subpage_access_02__tel {
  font-size: 1.8rem;
  display: flex;
  gap: 16px;
}
.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;
}

.subpage_access_03__inner {
  margin-bottom: 64px;
}
.subpage_access_03__text {
  margin-bottom: 24px;
}
.subpage_access_03__tel {
  font-size: 1.8rem;
  display: flex;
  gap: 16px;
}
.subpage_access_03__map {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 28.5714285714%;
  filter: drop-shadow(12px 12px 20px rgba(0, 0, 0, 0.25));
}
.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%;
  }
}

/*-----------------------------------------------
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: 48px;
  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;
}
.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;
  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: 20px 0;
}
.page-contact ::-moz-placeholder {
  color: #999999;
}
.page-contact ::placeholder {
  color: #999999;
}
.page-contact .checkbox {
  margin-top: 64px;
  margin-bottom: 44px;
}
.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;
  text-decoration: underline;
  text-underline-offset: 20%;
}
.page-contact .submit-btn {
  background: linear-gradient(90deg, #E65C00 0%, #F39C12 100%);
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0;
  max-width: 360px;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s;
  cursor: pointer;
}
.page-contact .submit-btn:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/i-arrow.svg) no-repeat center center/contain;
  margin-left: 16px;
}
.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;
}

/*table_01
-----------------------------------------------*/
.table_01 {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}
.table_01 tr {
  border-bottom: 1px solid #959595;
}
.table_01 th,
.table_01 td {
  padding: 24px 0;
}
.table_01 th {
  width: 260px;
}
.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 #959595;
  }
  .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;
  }
}

/*-----------------------------------------------
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 {
  width: 225px;
  max-width: 100%;
  transition: 0.3s;
}
.header__inner {
  max-width: 1440px;
  height: 113px;
  width: 100%;
  padding-left: 60px;
  padding-right: 66px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width < 1025px) {
  .header__inner {
    align-items: center;
  }
}
@media (width < 600px) {
  .header__inner {
    padding: 0 16px;
    height: 60px;
  }
  .header__logo {
    min-width: 200px;
    max-width: 200px;
    width: 100%;
  }
}

.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(51, 51, 51, 0.86);
  text-align: center;
}
.nav__item {
  transition: 0.3s;
  text-align: center;
}
.nav__item:first-child {
  padding-left: 0;
}
.nav__item a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 7px 9.5px;
  transition: 0.3s;
}
@media (hover: hover) {
  .nav__item a:hover, .nav__item a:focus {
    opacity: 0.8;
  }
}
.nav__item--contact {
  background: linear-gradient(90deg, #E65C00 0%, #F39C12 100%), linear-gradient(90deg, #E2750F 0%, #E15504 100%), linear-gradient(90deg, #E2750F 0%, #E25C0F 76.92%);
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 33px;
}
.nav__item--contact a {
  font-size: 18px;
  color: #fff;
  padding: 12px 0;
  width: 240px;
}
.nav__item--contact a::before {
  content: url(../img/common/i-email.svg);
  width: 24px;
  height: 17px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: text-top;
}
.nav__item--contact a::after {
  content: url(../img/common/i-arrow.svg);
  width: 16px;
  height: 16px;
  margin-left: 26px;
}
@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 < 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: #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: 0;
  }
}

/*footer
-----------------------------------------------*/
.footer {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  font-weight: 400;
}
.footer__inner {
  padding: 42px 0 37px;
  color: var(--color-nav);
  max-width: var(--container-max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 225px;
  margin-bottom: 12px;
}
.footer__address {
  font-size: 1.6rem;
  padding: 10px 0px;
  line-height: 1.5;
}
.footer__list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.footer__item {
  font-size: 1.6rem;
}
.footer__copyright {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  background: #553300;
  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;
  }
  .footer__logo {
    padding: 0;
    margin-inline: auto;
  }
  .footer__address {
    text-align: center;
  }
}
@media (width < 600px) {
  .footer__logo {
    font-size: 20px;
    min-width: 270px;
  }
  .footer__list {
    gap: 16px;
  }
  .footer__item {
    border-right: none;
  }
  .footer__copyright {
    font-size: 1.2rem;
  }
}

/*-----------------------------------------------
top
-----------------------------------------------*/
.top {
  overflow: hidden;
}

.top-fv {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-fv__inner {
  position: relative;
  height: 100svh;
  isolation: auto;
}
.top-fv__inner::after {
  background-image: url(../img/top/fv_bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}
.top-fv__video {
  position: relative;
  width: 100vw;
  height: 100svh;
  z-index: -1;
}
.top-fv__video video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
}
.top-fv__text-wrap {
  color: #fff;
  left: 0;
  padding-left: 8.5%;
  padding-top: 26vh;
  position: absolute;
  top: 0;
  z-index: 1;
  isolation: auto;
}
.top-fv__title {
  display: flex;
  gap: 16px;
  flex-direction: column;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}
.top-fv__title .en {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  letter-spacing: 0.1em;
}
.top-fv__title .ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 90px;
  font-weight: 700;
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.8);
}
.top-fv__catch > div {
  display: inline-block;
  background: rgba(197, 81, 0, 0.7);
  mix-blend-mode: multiply;
  margin-bottom: 10px;
  padding: 5px 12px;
  position: relative;
  z-index: 1;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
}
@media (width < 1025px) {
  .top-fv__title .en {
    font-size: 24px;
  }
  .top-fv__title .ja {
    font-size: 40px;
  }
}
@media (width < 600px) {
  .top-fv__title .en {
    font-size: 18px;
  }
  .top-fv__catch > div {
    font-size: 12px;
  }
}

.p-business {
  padding-top: 80px;
  background-image: url(../img/top/business_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100vw;
}
.p-business::before {
  background-image: url(../img/top/business_bg-text.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-business__inner {
  display: flex;
  gap: 32px;
}
.p-business__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 16px;
  border-left: 2px solid;
  -o-border-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
     border-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
  border-image-slice: 1;
  padding-bottom: 106px;
}
.p-business__container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.p-business__right {
  width: 225px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 106px;
}
@media (width < 1025px) {
  .p-business::before {
    width: 60px;
    height: 443px;
  }
  .p-business__container {
    flex-direction: column;
    gap: 32px;
  }
}
@media (width < 600px) {
  .p-business__inner {
    flex-direction: column;
  }
  .p-business__left, .p-business__right {
    width: 100%;
  }
  .p-business__wrap {
    border-left: none;
    border-top: 2px solid;
    -o-border-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
       border-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 100%);
    border-image-slice: 1;
    padding-bottom: 0;
  }
}

.p-company {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 57px;
  background: #006AC5;
}
.p-company__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.p-company__left {
  width: 48.0357142857%;
}
.p-company__right {
  font-size: 2rem;
  width: 47.3214285714%;
}
.p-company__btn-wrap {
  width: 225px;
  margin-inline: auto;
}
@media (width < 1025px) {
  .p-company__container {
    flex-direction: column;
    gap: 32px;
  }
  .p-company__left, .p-company__right {
    width: 100%;
    display: contents;
  }
  .p-company__img {
    order: 1;
  }
  .p-company__title {
    order: 0;
  }
  .p-company__text {
    order: 2;
  }
}
@media (width < 600px) {
  .p-company__right {
    font-size: 1.4rem;
  }
}

.p-access {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-access::before {
  background-image: url(../img/top/access_bg-text.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 154px;
  height: 671px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.p-access__title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 4px;
  letter-spacing: 0.07em;
  color: var(--color-brand);
}
.p-access__title:before {
  content: "";
  display: block;
  width: 52px;
  height: 1px;
  background-color: var(--color-brand);
}
.p-access__inner {
  display: flex;
  gap: 64px;
  flex-direction: column;
}

/*-----------------------------------------------
fv
-----------------------------------------------*/
.fv {
  position: relative;
  margin-bottom: 16px;
}
.fv__title {
  position: absolute;
  top: 46.511627907%;
  left: 50%;
  transform: translateX(-50%);
  color: #006AC5;
}
.fv__title .en,
.fv__title .ja {
  display: block;
}
.fv__title .en {
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
.fv__title .ja {
  font-size: 24px;
  text-align: center;
}
@media (width < 600px) {
  .fv__title {
    top: 50%;
  }
  .fv__title .en {
    font-size: 24px;
  }
  .fv__title .ja {
    font-size: 16px;
  }
}

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

/*-----------------------------------------------
page
-----------------------------------------------*/
.page {
  background: #FAFAFA;
}
.page__logo {
  width: 160px;
}
.page__title {
  background: #033F8C;
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 0.13em;
  line-height: 1;
  padding: 11px 0 13px 23px;
  margin-bottom: 32px;
  border-left: 15px solid;
  -o-border-image: linear-gradient(349.87deg, #E65C00 -64.94%, #F39C12 174.01%);
     border-image: linear-gradient(349.87deg, #E65C00 -64.94%, #F39C12 174.01%);
  border-image-slice: 1;
}
.page__sub-title {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 8px;
  color: var(--color-brand);
  border-left: 5px solid #ED7D09;
  padding-left: 9px;
}
.page__sub-title--business {
  margin-bottom: 16px;
}
.page__textbox {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 32px;
}
.page__flex {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}
@media (width < 1280px) {
  .page__flex {
    gap: 32px;
  }
}
@media (width < 600px) {
  .page__logo {
    min-width: 100px;
    max-width: 100px;
  }
  .page__title {
    font-size: 2.4rem;
  }
  .page__textbox {
    font-size: 1.6rem;
  }
}

.president {
  text-align: right;
}

.fsz-24 {
  font-size: 2.4rem;
}
@media (width < 600px) {
  .fsz-24 {
    font-size: 1.8rem;
  }
}

/*-----------------------------------------------
page-company
-----------------------------------------------*/
.page-company__flex {
  padding: 32px 57px;
  background: #E7F0F5;
}
.page-company__textbox {
  max-width: 620px;
  margin: 0;
}
@media (width < 1280px) {
  .page-company__flex {
    padding: 32px 24px;
  }
}
@media (width < 1025px) {
  .page-company__flex {
    flex-direction: column;
  }
  .page-company__flex .page__img {
    order: -1;
  }
}

/*-----------------------------------------------
page-products
-----------------------------------------------*/
.page-products__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.page-products__item {
  max-width: 540px;
  width: 100%;
  display: flex;
  gap: 32px;
  padding: 40px 0 40px 24px;
  background: #f1f1f1;
  border-radius: 10px;
}
.page-products__img {
  width: 181px;
}
.page-products__title {
  font-size: 2.2rem;
  color: var(--color-brand);
  margin-bottom: 8px;
}
.page-products__text {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #000;
}
@media (width < 600px) {
  .page-products__item {
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}

/*-----------------------------------------------
page-business
-----------------------------------------------*/
.page-business__textbox {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 32px;
}
.page-business__img {
  max-width: 518px;
  margin: 0 auto;
}
.page-business__intro {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 32px;
  line-height: 1.3;
  letter-spacing: 0.13em;
}
.page-business__list {
  font-size: 1.8rem;
  line-height: 1.8;
  list-style: disc;
  padding-left: 1em;
}

/*-----------------------------------------------
news
-----------------------------------------------*/
.news-list__item {
  border-bottom: 2px solid #B1B1B1;
  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;
}
/*# sourceMappingURL=style.css.map */