@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: #E64717;
  --color-brand-sub: #167E9E;
  --color-text: #222222;
  --color-text-sub: #666666;
  --color-nav: #000000;
  --color-required: #FF0000;
  --color-bg-form: #E6F0FD;
  --font-family-base: Noto Sans JP, sans-serif;
  --font-family-title: Noto Sans JP, sans-serif;
  --font-size-base: 1.8rem;
  --font-size-section-title--ja: 4rem;
  --font-size-section-title--en: 2rem;
  --font-size-page-title: 2.4rem;
  --line-height-base: 1.6;
  --container-max-width: 77.7777777778vw;
}

/*-----------------------------------------------
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);
  background: url(../img/common/bg.jpg);
  z-index: -1;
}

main {
  position: relative;
}
main::before, main::after {
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  width: 200px;
  z-index: -1;
}
main::before {
  left: 0;
}
main::after {
  right: 0;
  transform: scaleX(-1);
}

.decoration {
  position: fixed;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}

.decoration--left {
  left: 0;
}

.decoration--right {
  right: 0;
  transform: scaleX(-1);
}

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 < 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.container {
  width: 77.7777777778vw;
  margin-inline: auto;
}
.container__inner {
  padding: 80px 0;
}
@media (width < 768px) {
  .container {
    width: 94%;
  }
  .container__inner {
    padding: 40px 0;
  }
}

.section--white {
  color: var(--color-text-white);
}
.section--center {
  text-align: center;
}
.section__title {
  font-family: var(--font-family-title);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.section__title .ja,
.section__title .en {
  display: block;
  color: var(--color-brand-sub);
}
.section__title .ja {
  font-size: var(--font-size-section-title--ja);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.section__title .en {
  font-size: var(--font-size-section-title--en);
  line-height: 1.6;
  text-transform: capitalize;
}
.section__title-sub {
  font-size: 2.4rem;
}
@media (width < 768px) {
  .section__title .ja {
    font-size: 2.4rem;
  }
  .section__title .en {
    font-size: 1.6rem;
  }
}

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

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

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

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/*-----------------------------------------------
buttons
-----------------------------------------------*/
.btn {
  position: relative;
  display: block;
  width: 200px;
  color: #fff;
  font-weight: 700;
  padding: 15.16px 0;
  padding-left: 16px;
  background: var(--color-brand);
}
.btn span {
  text-align: center;
  display: inline-block;
  width: 144px;
}
.btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13.5px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/common/arrow-right.svg) no-repeat center center/contain;
}
@media (hover: hover) {
  .btn:hover, .btn:focus {
    opacity: 0.8;
    color: #fff;
  }
}

/*-----------------------------------------------
swiper
-----------------------------------------------*/
.top-swiper {
  position: relative;
}
@media (width < 768px) {
  .top-swiper .swiper-slide img {
    height: 70vh;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.swiper-catch {
  position: absolute;
  top: 156px;
  left: 50%;
  transform: translateX(-50%);
  width: 78.0555555556vw;
  z-index: 2;
}
@media (width < 768px) {
  .swiper-catch {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
  }
}

/*-----------------------------------------------
card
-----------------------------------------------*/
.card {
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
@media (width < 768px) {
  .card {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.card__item {
  border-radius: 8px;
  background: #fff;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .card__item:hover, .card__item:focus {
    opacity: 0.8;
  }
}
.card__img img {
  border-radius: 8px 8px 0 0;
  aspect-ratio: 360/205;
}
.card__textbox {
  padding: 20px 24px;
  line-height: 1.6;
}
.card__title {
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.card__text {
  font-size: 1.2rem;
  margin-bottom: 4px;
}
.card__date {
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 500;
  color: #909090;
}

/*table_01
-----------------------------------------------*/
.table_01 {
  width: 100%;
  font-size: 18px;
  line-height: 2;
}
.table_01 tr {
  border-bottom: 1px solid #000;
}
.table_01 th,
.table_01 td {
  padding: 16px 0;
}
.table_01 th {
  font-weight: 400;
  width: 300px;
}
.table_01__address:first-child {
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .table_01 {
    font-size: 16px;
  }
  .table_01 th,
.table_01 td {
    padding: 12px 8px;
  }
  .table_01 th {
    width: 120px;
  }
}

/*subpage_access_03
-----------------------------------------------*/
.subpage_access_03__text {
  margin-bottom: 24px;
}
.subpage_access_03__address {
  font-size: 18px;
  margin-bottom: 40px;
}
.subpage_access_03__map {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 40.1785714286%;
  /* 比率を1120:450に固定 */
}
.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 {
  letter-spacing: 0.08em;
}
.page-contact__wrap {
  margin: 0 auto 64px;
  max-width: 616px;
}
.page-contact .form__inner {
  padding: 64px 185px;
  background: var(--color-bg-form);
}
.page-contact .red {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: var(--color-required);
}
.page-contact .text {
  font-size: 2rem;
  font-weight: 700;
  color: #4F4F4F;
}
.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: 17.21px 10px;
  border: 2px solid #e5e5e5;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-contact input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-right: 14px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: checkbox;
}
.page-contact .checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-contact .radio-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.page-contact .radio-group label {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  cursor: pointer;
}
.page-contact .radio-group input[type=radio] {
  width: 16px;
  height: 16px;
  margin-right: 14px;
  -moz-appearance: auto;
       appearance: auto;
  -webkit-appearance: radio;
}
.page-contact .checkbox {
  margin-top: 64px;
  margin-bottom: 44px;
}
.page-contact .checkbox label {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-contact .checkbox p,
.page-contact .checkbox span {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
.page-contact .checkbox span {
  color: #222;
  font-weight: 500;
}
.page-contact .checkbox a {
  text-decoration: underline;
  text-underline-offset: 20%;
}
.page-contact .submit-btn {
  background: var(--color-brand);
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 0.08em;
  max-width: 500px;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: 0.3s;
  cursor: pointer;
}
.page-contact .submit-btn:hover {
  opacity: 0.8;
}
@media (width < 1280px) {
  .page-contact .form__inner {
    padding: 32px 20px;
  }
}
@media (width < 768px) {
  .page-contact .checkbox {
    font-size: 1.2rem;
  }
}

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

/*-----------------------------------------------
pagination
-----------------------------------------------*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
}
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  border: 0.75px solid #004491;
}
.pagination__item {
  margin: 0;
}
.pagination__item a,
.pagination__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-right: 1px solid #004491;
  font-weight: 700;
  color: #004491;
  text-decoration: none;
  transition: all 0.3s;
}
.pagination__item:last-child a,
.pagination__item:last-child span {
  border-right: none;
}
.pagination__item a:hover {
  background-color: #004491;
  color: #fff;
}
.pagination__item.is-active a,
.pagination__item.is-active span {
  border: 1px solid #004491;
  border-right: 2px solid #004491;
  pointer-events: none;
}
.pagination__item.is-dots span {
  width: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1;
}
.pagination__item.is-prev a, .pagination__item.is-next a {
  position: relative;
}
.pagination__item.is-prev a::before,
.pagination__item.is-prev a::after, .pagination__item.is-next a::before,
.pagination__item.is-next a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: opacity 0.3s;
}
.pagination__item.is-prev a::before, .pagination__item.is-next a::before {
  background-image: url(../img/common/pagination_arrow.svg);
  opacity: 1;
}
.pagination__item.is-prev a::after, .pagination__item.is-next a::after {
  background-image: url(../img/common/pagination_arrow_white.svg);
  opacity: 0;
}
.pagination__item.is-prev a:hover::before, .pagination__item.is-next a:hover::before {
  opacity: 0;
}
.pagination__item.is-prev a:hover::after, .pagination__item.is-next a:hover::after {
  opacity: 1;
}
.pagination__item.is-prev a::before,
.pagination__item.is-prev a::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (width < 768px) {
  .pagination {
    margin-top: 40px;
  }
  .pagination__list {
    max-width: 100%;
    overflow-x: auto;
  }
  .pagination__item a,
.pagination__item span {
    width: 45px;
    height: 45px;
    font-size: 1.6rem;
  }
  .pagination__item.is-dots span {
    width: 45px;
  }
  .pagination__item.is-prev a,
.pagination__item.is-prev span, .pagination__item.is-next a,
.pagination__item.is-next span {
    width: 50px;
  }
  .pagination__item.is-prev a::before,
.pagination__item.is-prev a::after, .pagination__item.is-next a::before,
.pagination__item.is-next a::after {
    width: 20px;
    height: 20px;
  }
}

/*-----------------------------------------------
header
-----------------------------------------------*/
.header {
  padding-top: 12px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 100;
}
.header__logo {
  min-width: 385px;
  transition: 0.3s;
}
.header__logo a {
  font-family: "noto serif jp", serif;
  font-size: 32px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo img {
  width: 66px;
  height: 66px;
}
.header__inner {
  width: 94.4444444444%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width < 1280px) {
  .header__logo {
    min-width: 300px;
  }
  .header__logo a {
    font-size: 23px;
  }
}
@media (width < 768px) {
  .header__logo {
    min-width: 270px;
  }
  .header__logo a {
    font-size: 20px;
  }
  .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;
}
.nav__item:first-child {
  padding-left: 0;
}
.nav__item a {
  color: var(--color-nav);
  display: block;
  width: 100%;
  padding: 7px 9.5px;
}
@media (hover: hover) {
  .nav__item a:hover, .nav__item a:focus {
    color: var(--color-brand);
  }
}
.nav__item--contact {
  background: var(--color-brand);
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 33px;
}
.nav__item--contact a {
  font-size: 20px;
  color: #fff;
  padding: 14px 0;
  width: 200px;
}
.nav__item--contact a::before {
  content: url(../img/common/i-email.svg);
  width: 25px;
  height: 19px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: sub;
}
@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 a {
    padding: 7px;
  }
  .nav__item--contact a {
    padding: 14px 0;
  }
}
@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: 15px;
  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;
  }
}

/*footer
-----------------------------------------------*/
.footer {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  font-weight: 700;
}
.footer__inner {
  padding: 32px 0 22px;
  font-weight: 700;
  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: 385px;
  font-family: "noto serif jp", serif;
  font-size: 32px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.footer__logo img {
  width: 66px;
  height: 66px;
}
.footer__address {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 10px 0px;
  line-height: 1.5;
}
.footer__list {
  display: flex;
  flex-wrap: wrap;
}
.footer__item {
  font-size: 1.6rem;
  padding: 11px 12px;
  margin: 0 4px;
  border-right: 1px solid rgba(0, 0, 0, 0.16);
}
.footer__item:last-child {
  border-right: none;
}
.footer__copyright {
  font-size: 1.4rem;
  text-align: center;
  background: var(--color-brand-sub);
  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 < 768px) {
  .footer__inner {
    padding: 0;
  }
  .footer__logo {
    font-size: 20px;
    min-width: 270px;
  }
  .footer__item {
    border-right: none;
  }
  .footer__copyright {
    font-size: 1.2rem;
  }
}

/*-----------------------------------------------
top
-----------------------------------------------*/
.top-event__btn a {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.top-service {
  max-width: 1920px;
  width: 94.4444444444vw;
  background: rgba(240, 246, 251, 0.6);
  position: relative;
}
.top-service--right {
  padding: 80px;
  padding-right: 0;
  border-radius: 50px 0 0 50px;
  margin-left: auto;
}
.top-service--right::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/top/pattern_bg.png) no-repeat bottom left;
  mix-blend-mode: color-burn;
}
.top-service--left {
  padding: 80px;
  padding-left: 0;
  border-radius: 0 50px 50px 0;
  margin-right: auto;
}
.top-service--left::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../img/top/pattern_bg02.png) no-repeat bottom right;
  mix-blend-mode: color-burn;
}
.top-service__img {
  position: relative;
  z-index: 1;
  width: 55.5555555556vw;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.4));
}
.top-service__catch {
  font-size: 110px;
  font-weight: 700;
  color: #DCE2E8;
  position: absolute;
  bottom: -30px;
  left: 0;
  mix-blend-mode: overlay;
}
.top-service__content {
  width: 36.4583333333vw;
  margin-left: -3.0555555556vw;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 7px;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.4));
}
.top-service__content:before {
  content: url(../img/top/pattern_01.png);
  position: absolute;
  top: -30px;
  right: 60px;
}
.top-service__content--left:before {
  content: url(../img/top/pattern_02.png);
}
.top-service__border {
  border: 2px solid var(--color-brand);
  padding: 7px;
}
.top-service__border--inside {
  padding: 38px;
}
.top-service__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 32px;
}
.top-service__inner {
  display: flex;
  align-items: center;
}
.top-service__inner--reverse {
  flex-direction: row-reverse;
}
.top-service__inner--reverse .top-service__content {
  margin-left: 0;
  margin-right: -3.0555555556vw;
}
@media (width < 1025px) {
  .top-service--reverse {
    flex-direction: row-reverse;
  }
  .top-service--reverse .top-service__content {
    margin-left: 0;
    margin-right: 0;
  }
  .top-service__inner {
    flex-direction: column;
  }
  .top-service__img {
    width: 100%;
  }
  .top-service__content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (width < 768px) {
  .top-service--right {
    padding: 80px 10px;
  }
  .top-service--left {
    padding: 80px 10px;
  }
}

.top-section {
  text-align: center;
  padding: 80px 0;
}
.top-section__inner {
  position: relative;
  background: #fff;
  max-width: 527px;
  margin-inline: auto;
  padding: 40px 40px 52px;
}
.top-section__inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 8%;
  height: 100%;
  background: url(../img/top/parts.png);
  background-repeat: repeat-y;
  background-position: right;
}
.top-section__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 8%;
  background: url(../img/top/parts_bottom.png);
  background-repeat: repeat-x;
  background-position: bottom;
  z-index: 0;
}
.top-section__title .en,
.top-section__title .ja {
  color: #005D89;
}
.top-section__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 22px;
}
.top-section__btn {
  text-align: left;
  width: 200px;
  margin: 0 auto;
}
@media (width < 768px) {
  .top-section__text {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}

.top-business {
  background: url(../img/top/top_03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top-company {
  background: url(../img/top/top_05.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*top-contact
-----------------------------------------------*/
.top-contact {
  padding: 85px 16px 150px;
}
.top-contact__inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
}
.top-contact__title {
  margin-bottom: 24px;
}
.top-contact__title .en {
  text-transform: uppercase;
}
@media (width < 1025px) {
  .top-contact {
    padding: 80px 16px;
  }
}

.tel-and-contact {
  max-height: 360px;
  display: flex;
  border: 6px solid var(--color-brand);
}
.tel-and-contact__tel, .tel-and-contact__contact {
  width: 50%;
}
.tel-and-contact__contact {
  background: var(--color-brand);
}
.tel-and-contact__tel {
  text-align: center;
  background: #fff;
  opacity: 0.8;
  padding: 80px 0;
}
@media (width < 768px) {
  .tel-and-contact {
    flex-direction: column;
    max-height: none;
  }
  .tel-and-contact__tel, .tel-and-contact__contact {
    text-align: center;
    width: 100%;
    padding: 50px 0;
  }
}

.contact-info-address {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  line-height: 1.6;
  margin-bottom: 7px;
}

.contact-info-tel {
  color: var(--color-brand);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}
.contact-info-tel__icon {
  width: 40px;
  margin-right: 4px;
}
.contact-info-tel__icon img {
  vertical-align: middle;
}
@media (width < 1025px) {
  .contact-info-tel {
    font-size: 3.2rem;
  }
  .contact-info-tel__icon {
    width: 24px;
  }
}

.contact-info-fax {
  color: #222;
  font-size: 2rem;
  font-weight: 700;
}

.logo-and-txt__logo {
  width: 92px;
  height: 64px;
}

.tel-and-contact__contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tel-and-contact__contact .logo-and-txt {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
.tel-and-contact__contact .logo-and-txt__logo {
  display: inline-block;
  margin-bottom: 26px;
}
@media (width < 1025px) {
  .tel-and-contact__contact .logo-and-txt {
    font-size: 2rem;
  }
  .tel-and-contact__contact .logo-and-txt__logo {
    margin-bottom: 16px;
  }
}

/*-----------------------------------------------
fv
-----------------------------------------------*/
.fv {
  position: relative;
  margin-bottom: 40px;
}
.fv img {
  aspect-ratio: 1440/400;
}
.fv__title {
  position: absolute;
  top: 45%;
  left: 5.4861111111%;
  color: #fff;
  font-weight: 700;
}
.fv__title .en,
.fv__title .ja {
  display: block;
}
.fv__title .en {
  text-transform: capitalize;
  font-size: 32px;
  opacity: 0.5;
}
.fv__title .ja {
  font-size: 48px;
  letter-spacing: 0.05em;
}
@media (width < 768px) {
  .fv__title {
    top: 30%;
  }
  .fv__title .en {
    font-size: 24px;
  }
  .fv__title .ja {
    font-size: 16px;
  }
}

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

/*-----------------------------------------------
page
-----------------------------------------------*/
.page__container {
  padding: 80px 0;
}
.page__intro {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 60px;
}
.page__title {
  background: var(--color-brand-sub);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  -webkit-clip-path: polygon(0 0, 98% 0, 100% 38%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 98% 0, 100% 38%, 100% 100%, 0 100%);
  margin-bottom: 60px;
  position: relative;
}
.page__title--company {
  margin-bottom: 32px;
}
.page__title--contact {
  margin-bottom: 48px;
}
.page__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: var(--color-brand);
}
.page__title span {
  display: flex;
  align-items: center;
}
.page__title span::before {
  content: "";
  display: inline-block;
  margin-right: 18px;
  width: 50px;
  height: 51px;
  background: url(../img/page/title-icon.png) no-repeat center center/contain;
}
.page__sub-title {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 1px solid #F26835;
}
.page__sub-title:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
  width: 12px;
  height: 40px;
  background: #F26835;
}
.page__sub-title--400 {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (width < 768px) {
  .page {
    padding-top: 70px;
  }
  .page__container {
    padding: 40px 0;
  }
  .page__intro {
    font-size: 1.6rem;
  }
  .page__title {
    font-size: 2rem;
  }
  .page__sub-title {
    font-size: 1.8rem;
  }
}

/*-----------------------------------------------
business
-----------------------------------------------*/
.page-business {
  color: #000;
}
.page-business__title {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 1px solid #F26835;
  display: flex;
  align-items: flex-end;
}
.page-business__title:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 40px;
  background: #F26835;
  margin-right: 4px;
}

.products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 20px;
}
.products__item {
  font-size: 2rem;
  line-height: 1.35;
  font-weight: 700;
}
.products__img {
  border: 1px solid #BBBBBB;
  margin-bottom: 13px;
}
@media (width < 768px) {
  .products__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .products__item {
    font-size: 1.6rem;
  }
}

.order-noodles__img {
  max-width: 520px;
  margin-bottom: 20px;
}

.history__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 26px;
}
.history__img {
  margin-bottom: 20px;
}
@media (width < 1025px) {
  .history__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 768px) {
  .history__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.case {
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.case__column {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.case__list--other .case__item {
  flex-direction: column;
}
.case__list--other .case__item span:last-child {
  font-size: 1.4rem;
}
.case__item {
  padding-bottom: 12px;
  padding-right: 12px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
.case__name {
  color: #0C476A;
}
@media (width < 1025px) {
  .case {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 768px) {
  .case {
    grid-template-columns: repeat(1, 1fr);
  }
}

.event-exhibition__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 80px;
}
.event-exhibition__img {
  margin-bottom: 20px;
}
@media (width < 768px) {
  .event-exhibition__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*-----------------------------------------------
shops
-----------------------------------------------*/
.shops__text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media (width < 768px) {
  .shops__text {
    font-size: 1.8rem;
  }
}

.shops-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 40px;
}
.shops-list__content {
  margin-bottom: 20px;
}
.shops-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (width < 768px) {
  .shops-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*-----------------------------------------------
service
-----------------------------------------------*/
.page-service__title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 3px solid #E6E6E6;
}
.page-service__title::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 120px;
  height: 3px;
  content: "";
  background: var(--color-brand);
}
.page-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}
.page-service__item-title-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.page-service__item-title {
  display: flex;
  align-items: flex-end;
}
.page-service__sub-title {
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 700;
}
.page-service__category {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 700;
}
.page-service__img {
  margin-bottom: 20px;
}
@media (width < 1025px) {
  .page-service__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width < 768px) {
  .page-service__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ex {
  max-width: 980px;
  margin-inline: auto;
  color: #fff;
  padding: 40px 0;
  background: url(../img/service/bg.jpg) no-repeat center center/cover;
}
.ex__inner {
  max-width: 737px;
  margin-inline: auto;
}
.ex__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 11px;
  text-align: center;
}
.ex__title span {
  border-bottom: 2px solid #fff;
}
.ex__text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media (width < 1025px) {
  .ex {
    padding: 40px;
  }
}
@media (width < 768px) {
  .ex {
    padding: 40px 20px;
  }
}

/*-----------------------------------------------
company
-----------------------------------------------*/
.company__img {
  margin-top: 20px;
  max-width: 263px;
  margin-left: auto;
}

/*-----------------------------------------------
event-detail
-----------------------------------------------*/
.article {
  color: #000;
}
.article__inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 0;
}
.article__date {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #1F1C1D;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.article__date:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/single/i-calendar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.article__title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 3px solid #E6E6E6;
}
.article__title::before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 120px;
  height: 3px;
  content: "";
  background: #225084;
}
.article .thumbnail {
  max-width: 720px;
  margin: 0 auto 40px;
}
.article .thumbnail img {
  aspect-ratio: 720/480;
}
.article .article__text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (width < 1025px) {
  .article__inner {
    padding: 40px 16px;
  }
}
/*# sourceMappingURL=style.css.map */