/*!
Theme Name: Custom Theme
Theme URI: 
Description: 
Author: 
Version: 1.0.0
License: 
License URI: 
Tags: 
*/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

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

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

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

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

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

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: auto !important;
}

body {
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  font-feature-settings: "palt";
}
body.is-fixed {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
  body {
    font-size: 1.4rem;
  }
}
* {
  color: var(--text-color, #4d4d4d);
  letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

p {
  line-height: 1.875;
}

em, address {
  font-style: normal;
}

a {
  color: var(--text-color, inherit);
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

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

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

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

button {
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

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

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

.js-fadein-standby {
  opacity: 0;
  translate: 0px 10rem;
  transition: translate ease 1000ms, opacity ease 1000ms;
}

.js-fadein-start {
  opacity: 1;
  translate: 0px 0px;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 0.5em;
}
.mt-10 {
  margin-top: 1em;
}
.mt-15 {
  margin-top: 1.5em;
}
.mt-20 {
  margin-top: 2em;
}
.mt-sm {
  margin-top: 3.2rem;
}
.mt-md {
  margin-top: 4.8rem;
}
.mt-lg {
  margin-top: 7.2rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 0.5em;
}
.mb-10 {
  margin-bottom: 1em;
}
.mb-15 {
  margin-bottom: 1.5em;
}
.mb-20 {
  margin-bottom: 2em;
}
.mb-sm {
  margin-bottom: 3rem;
}
.mb-md {
  margin-bottom: 5rem;
}
.mb-lg {
  margin-bottom: 10rem;
}

.ms-auto {
  margin-left: auto;
}

.mi-0 {
  margin-inline: 0 !important;
}
.mi-2 {
  margin-inline: 0.2em;
}
.mi-5 {
  margin-inline: 0.5em;
}
.mi-10 {
  margin-inline: 1em;
}
.mi-15 {
  margin-inline: 1.5em;
}
.mi-20 {
  margin-inline: 2em;
}
.mi-sm {
  margin-inline: 3rem;
}
.mi-md {
  margin-inline: 5rem;
}
.mi-lg {
  margin-inline: 10rem;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.bg-01 {
  background-color: #e9e0d0;
}
.bg-02 {
  background-color: #2d3c8c;
}
.bg-dark {
  transition: background-color 0.3s;
}
.bg-dark.is-active {
  background-color: #798389;
  --text-color: #fff;
}
.bg-gray {
  transition: background-color 0.3s;
}
.bg-gray.is-active {
  background-color: #eff1f4;
}
.bg-white {
  background-color: #fff;
}

.w-100 {
  width: 100%;
}
.w-fit {
  width: fit-content;
}
.w-auto {
  width: auto;
}
.w-sm {
  max-width: 64rem;
}
.w-md {
  max-width: 90rem;
}

.hr-01 {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: none;
  border-top: 1px solid #ccc;
}

.text-serif {
  font-weight: 900;
}
.text-en {
  font-family: "Montserrat", sans-serif;
}
.text-unset {
  font-family: initial;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-primary {
  --text-color: #e60012;
}
.text-secondary {
  --text-color: #fa8500;
}
.text-white {
  --text-color: #fff;
}
.text-black {
  --text-color: #000;
}
.text-gray {
  --text-color: #666;
}
.text-xs {
  font-size: 1rem;
}
.text-sm {
  font-size: 1.2rem;
}
.text-lg {
  font-size: 2rem;
}
.text-xl {
  font-size: 2.4rem;
}
.text-xxl {
  font-size: 3.2rem;
}
.text-14rem {
  font-size: 1.4rem;
}
.text-12rem {
  font-size: 1.2rem;
}
.text-18rem {
  font-size: 1.8rem;
}
.text-30rem {
  font-size: 3rem;
}
.text-light {
  font-weight: 300;
}
.text-normal {
  font-weight: 400;
}
.text-medium {
  font-weight: 500;
}
.text-semibold {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.text-extrabold {
  font-weight: 800;
}
.text-black {
  font-weight: 900;
}

.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-flex {
  display: flex !important;
}
.d-grid {
  display: grid !important;
}

.flex-row {
  flex-direction: row;
}
.flex-column {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.flex-between {
  justify-content: space-between;
}
.flex-around {
  justify-content: space-around;
}
.flex-evenly {
  justify-content: space-evenly;
}
.flex-start {
  justify-content: flex-start;
}
.flex-end {
  justify-content: flex-end;
}

.c-breadcrumb {
  --text-color: #fff;
  position: absolute;
  z-index: 999;
  right: 1rem;
  bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    width: 100%;
    grid-row: 4;
    position: relative;
    right: auto;
    bottom: auto;
    margin-right: 0;
    margin-left: auto;
  }
}
.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
  gap: 1rem;
}
.c-breadcrumb__item {
  flex: 0 0 auto;
  display: block;
  max-width: 100%;
  line-height: 1.4;
  text-decoration: underline;
}
.c-breadcrumb__item--current {
  border-bottom: none;
  text-decoration: none;
}

.c-navi__01 {
  margin-top: 7rem;
}
.c-navi__01--list {
  display: flex;
  gap: 3.3rem;
  align-items: center;
  justify-content: center;
}
.c-navi__01--item {
  width: 21rem;
  min-width: fit-content;
}
.c-navi__01 a {
  width: 100%;
  max-width: 100%;
  height: 6rem;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2d3c8c;
  border-radius: 3rem;
  background-color: #fff;
  font-weight: 700;
}
.c-navi__01 a.is-active {
  background-color: var(--theme-color, #2d3c8c);
  color: #fff;
  pointer-events: none;
}

.c-pager__archive {
  margin-top: 12rem;
}
.c-pager__archive--inner {
  display: flex;
  gap: 0 1.25em;
  align-items: center;
}
.c-pager__archive .page-numbers {
  width: 1.25em;
  text-align: center;
  letter-spacing: 0;
  font-weight: 700;
}
.c-pager__archive .page-numbers.current {
  color: var(--theme-color, #2d3c8c);
  text-decoration: underline;
  pointer-events: none;
}

.c-btn__01 {
  width: 36rem;
  height: 6.4rem;
  margin-top: 6.4rem;
  padding: 0 2.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.2rem;
  background-color: #3b3b3b;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 1.4rem;
  --text-color: #fff;
}
.c-btn__01--text {
  flex: 1;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.c-btn__01--arrow {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #fff url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 6' fill='none'><path fill='%233b3b3b' d='M12 5.182v.75a.75.75 0 0 0 .547-1.263L12 5.182ZM8.456.305a.75.75 0 1 0-1.094 1.026l.547-.513.547-.513ZM0 5.182v.75h12v-1.5H0v.75Zm12 0 .547-.513L8.457.305l-.548.513-.547.513 4.09 4.364.548-.513Z'/></svg>") no-repeat center 45%/50%;
}
.c-btn__grid {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
}
.c-btn__grid.left {
  justify-content: left;
}
.c-btn__grid.right {
  justify-content: right;
}

.link[target=_blank] {
  display: inline-flex;
  gap: 0 0.4rem;
  align-items: center;
}
.link[target=_blank]::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'><path fill='%23333333' d='M12 6.615C11.8011 6.615 11.6103 6.69402 11.4697 6.83467C11.329 6.97532 11.25 7.16609 11.25 7.365V12.75C11.25 12.9489 11.171 13.1397 11.0303 13.2803C10.8897 13.421 10.6989 13.5 10.5 13.5H2.25C2.05109 13.5 1.86032 13.421 1.71967 13.2803C1.57902 13.1397 1.5 12.9489 1.5 12.75V4.5C1.5 4.30109 1.57902 4.11032 1.71967 3.96967C1.86032 3.82902 2.05109 3.75 2.25 3.75H7.635C7.83391 3.75 8.02468 3.67098 8.16533 3.53033C8.30598 3.38968 8.385 3.19891 8.385 3C8.385 2.80109 8.30598 2.61032 8.16533 2.46967C8.02468 2.32902 7.83391 2.25 7.635 2.25H2.25C1.65326 2.25 1.08097 2.48705 0.65901 2.90901C0.237053 3.33097 0 3.90326 0 4.5V12.75C0 13.3467 0.237053 13.919 0.65901 14.341C1.08097 14.7629 1.65326 15 2.25 15H10.5C11.0967 15 11.669 14.7629 12.091 14.341C12.5129 13.919 12.75 13.3467 12.75 12.75V7.365C12.75 7.16609 12.671 6.97532 12.5303 6.83467C12.3897 6.69402 12.1989 6.615 12 6.615ZM14.94 0.465C14.8639 0.281738 14.7183 0.136106 14.535 0.0599999C14.4448 0.0215692 14.348 0.00118499 14.25 0H9.75C9.55109 0 9.36032 0.0790176 9.21967 0.21967C9.07902 0.360322 9 0.551088 9 0.75C9 0.948912 9.07902 1.13968 9.21967 1.28033C9.36032 1.42098 9.55109 1.5 9.75 1.5H12.4425L4.7175 9.2175C4.6472 9.28722 4.59141 9.37017 4.55333 9.46157C4.51525 9.55296 4.49565 9.65099 4.49565 9.75C4.49565 9.84901 4.51525 9.94704 4.55333 10.0384C4.59141 10.1298 4.6472 10.2128 4.7175 10.2825C4.78722 10.3528 4.87017 10.4086 4.96157 10.4467C5.05296 10.4847 5.15099 10.5043 5.25 10.5043C5.34901 10.5043 5.44704 10.4847 5.53843 10.4467C5.62983 10.4086 5.71278 10.3528 5.7825 10.2825L13.5 2.5575V5.25C13.5 5.44891 13.579 5.63968 13.7197 5.78033C13.8603 5.92098 14.0511 6 14.25 6C14.4489 6 14.6397 5.92098 14.7803 5.78033C14.921 5.63968 15 5.44891 15 5.25V0.75C14.9988 0.651992 14.9784 0.555167 14.94 0.465Z'/></svg>");
}

.c-contact_form {
  --text-color: #000;
  --placeholder-color: #9D9B97;
  padding: 6rem 0 12rem;
}
.c-contact_form__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .c-contact_form__inner {
    padding: 0 2rem;
  }
}
.c-contact_form__hgroup {
  text-align: center;
}
.c-contact_form__hgroup-copy {
  font-size: 7.2rem;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "Helvetica", "Open Sans", sans-serif;
}
.c-contact_form__hgroup-deco {
  color: #4E3A03;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .c-contact_form__hgroup-deco {
    font-size: 2rem;
  }
}
.c-contact_form__desc {
  margin-top: 4.2rem;
  text-align: center;
  color: #0D0D0D;
}
.c-contact_form__desc-copy {
  font-size: 1.6rem;
}
.c-contact_form__desc-text {
  margin-top: 2.6rem;
}
@media screen and (max-width: 575px) {
  .c-contact_form__desc-text {
    text-align: left;
    padding-bottom: 2rem;
  }
}
.c-contact_form__attention {
  margin-bottom: 4rem;
  color: #e62418;
  font-size: 1.2rem;
}
.c-contact_form__required {
  color: #e62418;
  vertical-align: super;
  margin-left: 1rem;
}
.c-contact_form__table {
  max-width: 57.6rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 575px) {
  .c-contact_form__table {
    max-width: 100rem;
  }
}
.c-contact_form__cell {
  padding: 1rem 0;
}
.c-contact_form__select-wrapper {
  position: relative;
  width: 20.4rem;
}
.c-contact_form__select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.2rem solid #555;
  border-bottom: 0.2rem solid #555;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}
.c-contact_form input[type=text],
.c-contact_form input[type=email],
.c-contact_form input[type=tel],
.c-contact_form select,
.c-contact_form textarea {
  background-color: #F7F7F7;
  padding: 2rem;
  display: block;
}
@media screen and (max-width: 575px) {
  .c-contact_form input[type=text],
  .c-contact_form input[type=email],
  .c-contact_form input[type=tel],
  .c-contact_form select,
  .c-contact_form textarea {
    font-size: 1.2rem;
  }
}
.c-contact_form input[type=text],
.c-contact_form input[type=email],
.c-contact_form input[type=tel] {
  width: 100%;
}
.c-contact_form select {
  width: 20.4rem;
}
.c-contact_form textarea {
  width: 57.6rem;
  height: 17.5rem;
}
@media screen and (max-width: 767px) {
  .c-contact_form textarea {
    width: 100%;
    height: 20rem;
  }
}
.c-contact_form label {
  display: block;
  padding: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #4E3A03;
}
.c-contact_form__submit-wrapper {
  display: grid;
  grid-template-columns: 4.8rem auto 4.8rem;
  width: 20rem;
  height: 4rem;
  margin: 4rem auto 0;
  background-color: #e62418;
  position: relative;
}
.c-contact_form__submit-wrapper > input[type=submit] {
  padding: 1rem;
  grid-column: 1/-1;
  grid-row: 1;
  color: #fff;
  font-size: 1.4rem;
}
.c-contact_form__submit-wrapper > img {
  grid-column: 3;
  grid-row: 1;
  width: 1.4rem;
  justify-self: center;
  align-self: center;
}
.c-contact_form__submit-wrapper > .wpcf7-spinner {
  position: absolute;
  left: 100%;
  top: calc(50% - 12px);
}

input::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
input::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

textarea {
  vertical-align: bottom;
}
textarea::-webkit-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-ms-input-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea::-moz-placeholder {
  color: var(--placeholder-color, #ccc);
}
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.c-heading {
  --text-color: #fff;
  position: relative;
  height: 72rem;
  display: grid;
  justify-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-heading {
    grid-template-rows: 10rem auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
    justify-content: center;
    gap: 4rem;
    padding: 2rem;
  }
}
.c-heading__hgroup {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-heading__hgroup {
    grid-row: 2;
  }
}
.c-heading__title {
  font-size: 4.2rem;
}
.c-heading__desc {
  margin-top: 3rem;
  font-size: 1.5rem;
}
.c-heading__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
.c-heading__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgb(0, 0, 0) 100%);
}
.c-heading__sales-points {
  position: absolute;
  bottom: 5rem;
  z-index: 50;
  right: calc(50% + 3rem);
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-heading__sales-points {
    grid-row: 3;
    position: relative;
    bottom: 0;
    right: auto;
    left: auto;
    max-width: 21rem;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: left;
  }
}
.c-heading__sales-point {
  display: grid;
  justify-content: center;
  align-content: center;
  text-align: center;
  width: 12rem;
  height: 11rem;
  border-radius: 1rem;
  z-index: 50;
  background-color: #222020;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-heading__sales-point {
    font-size: 1rem;
    width: 10rem;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.c-heading__30rem {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-heading__30rem {
    font-size: 1.4rem;
  }
}
.c-heading__12rem {
  font-size: 1rem;
}
.c-heading__to-contact {
  display: block;
  position: absolute;
  width: 15.6rem;
  height: 14.9rem;
  bottom: -4rem;
  z-index: 500;
}
@media screen and (max-width: 767px) {
  .c-heading__to-contact {
    display: none;
  }
}
.c-heading__backimage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.c-heading__single-post-metas {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  align-items: center;
  justify-items: center;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .c-heading__single-post-metas {
    gap: 2rem;
  }
}
.c-heading__single-post-metas > .post-date {
  width: fit-content;
}
.c-heading__single-post-metas > .post-categories {
  width: fit-content;
  background-color: #e62418;
  border-radius: 0.5rem;
  padding: 1rem;
}

.c-table__01--content {
  display: grid;
  grid-template-columns: 25rem 1fr;
}
.c-table__01--head, .c-table__01--detail {
  padding: 2.5rem;
}
.c-table__01--head {
  margin-bottom: -0.1rem;
  border-bottom: 2px solid var(--theme-color, #2d3c8c);
  text-align: center;
  font-weight: 600;
}
.c-table__01--detail {
  border-bottom: 1px solid #ccc;
}

.c-hgroup {
  text-align: center;
}
.c-hgroup__title {
  font-family: "Helvetica", "Open Sans", sans-serif;
  font-size: 7.2rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-hgroup__title {
    font-size: 4.8rem;
  }
}
.c-hgroup__subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  color: #4E3A03;
}
@media screen and (max-width: 767px) {
  .c-hgroup__subtitle {
    margin-top: 0;
    font-size: 1.6rem;
  }
}

.c-section {
  --text-color: #000;
  padding: 6rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section {
    padding: 6.2rem 0;
  }
}
.c-section__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .c-section__inner {
    padding: 0 2rem;
  }
}
.c-section__content {
  margin-top: 4rem;
}
.c-section__two-colmun {
  gap: 4rem;
  margin: 4rem auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-section__two-colmun {
    grid-template-columns: 1fr;
  }
}
.c-section__three-colmun {
  gap: 4rem;
  margin: 4rem auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-section__three-colmun {
    grid-template-columns: 1fr;
  }
}

.c-posts_list {
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-posts_list {
    width: auto;
  }
}
.c-posts_list__grid {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-posts_list__grid {
    grid-template-columns: auto 1fr;
    gap: 2rem;
  }
}
.c-posts_list__item {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: 20rem 20rem 1fr;
  grid-template-columns: subgrid;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-posts_list__item {
    grid-template-columns: subgrid;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.c-posts_list__link {
  display: contents;
}
.c-posts_list__title {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-posts_list__title {
    grid-column: 1/-1;
    gap: 1rem;
  }
}
.c-posts_list .pagination {
  text-align: center;
  margin-top: 4rem;
}

.c-modal__content {
  width: 100rem;
  max-width: 90%;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  display: none;
  border-radius: 0.8rem;
  background-color: #fff;
  transform: translateX(-50%) translateY(-50%);
}
.c-modal__content--inner {
  max-height: calc(100vh - 10rem);
  padding: 5.6rem;
  overflow-y: auto;
}
.c-modal__close {
  width: 4.8rem;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: block;
  border-radius: 0.8rem;
  background-color: #e60012;
  aspect-ratio: 1;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  width: 50%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.js-modal__trigger:hover {
  cursor: pointer;
}
.js-bg__layer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.js-bg__layer.is-show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .c-modal__content--inner {
    padding: 2rem 2rem 4rem;
  }
}
.c-slider__01--card .pic {
  margin-bottom: 1.6rem;
  display: block;
  overflow: hidden;
  aspect-ratio: 296/400;
}
.c-slider__01--card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-slider__01--card .pic.asp-auto {
  aspect-ratio: auto;
}
.c-slider__01--card .tag {
  padding: 0 0.8rem;
  display: inline-block;
  border-radius: 0.3rem;
  background-color: var(--theme-color, #2d3c8c);
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
}
.c-slider__01--card .tag + .name {
  margin-top: 0.8rem;
}
.c-slider__01--card .name {
  font-weight: 500;
  line-height: 1.75;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  white-space: wrap;
  -webkit-line-clamp: 2;
}
.c-slider__01 .swiper {
  overflow: visible !important;
}
.c-slider__01 .swiper-wrapper {
  height: auto;
}
.c-slider__01 .swiper-slide {
  width: 29.6rem;
}
.c-slider__01--control {
  margin-top: 8rem;
  padding: 2rem 0;
}
.c-slider__02--card .pic {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.5;
}
.c-slider__02--card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-slider__02 .swiper {
  overflow: visible !important;
}
.c-slider__02 .swiper-wrapper {
  height: auto;
}
.c-slider__02 .swiper-slide {
  width: 83.2rem;
}
.c-slider__02--control {
  margin-top: 4rem;
}
.c-slider__03--card .pic {
  display: block;
  overflow: hidden;
  aspect-ratio: 1/0.68;
}
.c-slider__03--card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-slider__03--card .pic + p {
  margin-top: 2.4rem;
}
.c-slider__03 .swiper {
  overflow: visible !important;
}
.c-slider__03 .swiper-wrapper {
  height: auto;
}
.c-slider__03 .swiper-slide {
  width: 36rem;
}
.c-slider__03--control {
  margin-top: 10rem;
}

/* Swiperページネーション進捗バー */
.swiper-pagination-progress {
  width: 10rem;
  height: 2px;
  position: relative;
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
}

.swiper-pagination-progress::after {
  content: "";
  width: var(--swiper-progress, 0%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2d3c8c;
  transition: width linear;
}

@keyframes swiper-progress-animation {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-slider__01 {
    position: relative;
  }
  .c-slider__01 .btn__01 {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-slider__01--control {
    margin-top: 2.5rem;
    padding: 0;
  }
  .c-slider__01 .btn__01 {
    margin-top: 4rem;
  }
  .c-slider__02 .swiper-slide {
    width: 100%;
  }
  .c-slider__02--control {
    margin-top: 3.5rem;
  }
}
.c-loading {
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: block;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s, visibility 0.5s;
}
.c-loading.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.c-loading__text {
  width: 36.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-loading__layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #263e4c;
}
.c-loading__counter {
  position: absolute;
  right: 6rem;
  bottom: 6rem;
  font-weight: 600;
  font-size: 2rem;
}

.c-card__01 {
  display: block;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #fff;
}
.c-card__01--image {
  display: block;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background-color: #eff1f4;
  aspect-ratio: 1/0.679;
}
.c-card__01--body {
  padding: 3.2rem 4rem 4rem;
}
.c-card__01--title {
  margin-bottom: 1em;
  font-weight: 500;
  font-size: 2rem;
}
.c-card__01--text p {
  color: rgba(65, 65, 76, 0.5);
  line-height: 1.6;
}
.c-card__01 .arrow-01 {
  margin-top: 3.2rem;
  margin-left: auto;
}
.c-card__01[href] img {
  transition: transform 0.3s;
}
.c-card__01[href]:hover {
  opacity: 1;
}
.c-card__01[href]:hover img {
  transform: scale(1.1);
}

.l-header {
  width: 139.2rem;
  max-width: calc(100% - 60px);
  min-height: 8.9rem;
  margin: 0 auto;
  padding: 2rem 2.6rem 2rem 4rem;
  position: fixed;
  top: 1.2rem;
  right: 0;
  left: 0;
  z-index: 9999;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid #e8e6de;
  border-radius: 2rem;
  background-color: #fff;
  font-size: 1.6rem;
  box-shadow: 1px 3px 4px #e6e2d6;
  justify-items: right;
  --text-color: #000;
}
.l-header__title {
  width: 25.4rem;
  font-size: 0;
}
.l-header__contact-wrapper {
  display: contents;
}
.l-header__contact {
  width: fit-content;
  padding: 2rem 4rem;
  border-radius: 1rem;
  background-color: #e62418;
  color: #fff;
}
.l-header__tel {
  width: fit-content;
  padding: 2rem 2rem;
  display: grid;
  gap: 1rem;
  grid-template-columns: auto auto;
  align-items: center;
  border-radius: 1rem;
  background-color: #000;
  color: #fff;
  letter-spacing: 0;
}
.l-header__menu__scroll-wrapper {
  display: contents;
}
.l-header__menu {
  display: inline-grid;
  gap: 2rem;
  grid-template-columns: repeat(5, auto);
  align-items: center;
  justify-content: right;
  justify-items: right;
}
.l-header__menu-item {
  padding: 1rem;
}
.l-header__submenu-switch {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  cursor: pointer;
}
.l-header__submenu {
  padding: 2rem;
  position: absolute;
  display: none;
  gap: 2rem;
  background-color: #fff;
  background-attachment: fixed;
}
.l-header__hamburger {
  width: 7.8rem;
  height: 7.8rem;
  display: none;
  gap: 0.8rem 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  background-color: #3b3b3b;
  cursor: pointer;
  --text-color: #fff;
}
.l-header__hamburger p {
  display: none;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1;
}
.l-header__hamburger--icon {
  width: 2.6rem;
  height: 2.6rem;
  padding: 1rem;
  position: relative;
}
.l-header__hamburger--icon > span {
  width: 100%;
  height: 0.4rem;
  position: absolute;
  right: 0;
  border-radius: 0.1rem;
  background-color: #fff;
  transition: all 0.3s;
}
.l-header__hamburger--icon > span:nth-child(1) {
  top: 0;
}
.l-header__hamburger--icon > span:nth-child(2) {
  top: calc(50% - 0.2rem);
}
.l-header__hamburger--icon > span:nth-child(3) {
  top: calc(100% - 0.2rem);
}

.admin-bar .l-header {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .admin-bar .l-header {
    margin-top: 0;
    top: 50px;
  }
}

@media screen and (max-width: 767px) {
  #wpadminbar {
    position: fixed;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    max-width: calc(100% - 2.4rem);
    padding: 1.2rem 1.6rem;
    min-height: 6.4rem;
    border-radius: 1.6rem;
  }
  .l-header__title {
    width: 20rem;
  }
  .l-header__hamburger {
    width: 4.8rem;
    height: 4.8rem;
    z-index: 9998;
    display: flex;
    gap: 0;
  }
  .l-header__hamburger--icon {
    width: 2rem;
    height: 1.6rem;
    padding: 0;
    position: relative;
  }
  .l-header__hamburger--icon > span {
    width: 100%;
    height: 2px;
    position: absolute;
    right: 0;
    border-radius: 0.1rem;
    background-color: #fff;
    transition: all 0.3s;
  }
  .l-header__hamburger--icon > span:nth-child(1) {
    top: 0;
  }
  .l-header__hamburger--icon > span:nth-child(2) {
    top: calc(50% - 1px);
  }
  .l-header__hamburger--icon > span:nth-child(3) {
    top: calc(100% - 1px);
  }
  .l-header__hamburger--open span:nth-child(1) {
    top: calc(50% - 2px);
    transform-origin: center center;
    rotate: 45deg;
  }
  .l-header__hamburger--open span:nth-child(2) {
    display: none;
  }
  .l-header__hamburger--open span:nth-child(3) {
    top: calc(50% - 2px);
    transform-origin: center center;
    rotate: -45deg;
  }
  .l-header__menu {
    width: 100dvw;
    height: 100dvh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    grid-template-columns: 100%;
    overflow: scroll;
    background-color: rgba(255, 255, 255, 0.9333333333);
    backdrop-filter: blur(6px);
    justify-items: center;
    overscroll-behavior: none;
  }
  .l-header__menu__scroll-wrapper {
    width: 100dvw;
    min-height: calc(100dvh + 1px);
    padding: 50px 0;
    display: grid;
    gap: 20px;
    grid-auto-rows: min-content;
  }
  .l-header__menu-item {
    width: 100dvw;
    padding: 32px 0;
    text-align: center;
    text-shadow: 1px 2px 3px rgba(255, 255, 255, 0.4);
    font-size: 16px;
  }
  .l-header__menu-item--has-child {
    display: contents;
  }
  .l-header__contact-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-evenly;
  }
  .l-header__contact {
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
    justify-self: center;
  }
  .l-header__tel {
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
    justify-self: center;
  }
  .l-header__submenu {
    display: contents;
  }
  .l-header__submenu-switch {
    display: none;
  }
}
.l-main {
  position: relative;
}
.l-main__block {
  margin-bottom: 14rem;
}
.l-main__block[class*=bg-] {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
.l-main__container {
  max-width: 113.2rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5rem;
  padding-left: 5rem;
}
.l-main__container + .l-main__container {
  margin-top: 14rem;
}
.l-main__container.is-full {
  max-width: 100%;
  padding-right: 3rem;
  padding-left: 3rem;
}

@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 7.6rem;
  }
  .l-main__block {
    margin-bottom: 5.6rem;
  }
  .l-main__block[class*=bg-] {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }
  .l-main__container {
    padding-right: 3.6rem;
    padding-left: 3.6rem;
  }
  .l-main__container + .l-main__container {
    margin-top: 20rem;
  }
}
.l-common__contact--btn {
  width: 100%;
  height: 13rem;
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: center;
  border-radius: 1.6rem;
}
.l-common__contact--btn--icon {
  width: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  aspect-ratio: 1;
}
.l-common__contact--btn--icon svg {
  width: 2.7rem;
}
.l-common__contact--btn--text {
  letter-spacing: 0;
  font-weight: 700;
}
.l-common__contact--btn--text span {
  letter-spacing: 0;
  font-size: 2.8rem;
}
.l-common__headline {
  margin-bottom: 16rem;
}
.l-common__headline .heading__01 {
  margin-bottom: 0;
}
.l-common__headline .heading__01--label {
  font-size: 9.6rem;
}
.l-common__headline .heading__01--main {
  font-size: 2rem;
}
.l-common__headline--column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-common__headline--visual {
  width: 100%;
  max-width: 57.6rem;
  overflow: hidden;
  border-radius: 0.8rem;
  aspect-ratio: 1/0.625;
}
.l-common__headline--navi {
  margin-top: 4.8rem;
  padding: 3.6rem 5.6rem;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.l-common__headline--navi ul {
  display: flex;
  gap: 4rem;
  font-size: 1.4rem;
}
.l-common__headline--navi a {
  display: inline-flex;
  gap: 0.8rem;
  align-items: center;
  transition: all 0.3s;
}
.l-common__headline--navi a::before {
  content: "";
  width: 0.6rem;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg);
  aspect-ratio: 1;
}
.l-common__headline--navi a:hover {
  opacity: 1;
  --text-color: #e60012;
}
.l-common__headline--navi .is-current {
  pointer-events: none;
  --text-color: #e60012;
}
.l-common__recruit {
  position: relative;
  z-index: 2;
}
.l-common__recruit--column {
  padding-top: 21.6rem;
  padding-bottom: 21.6rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-common__recruit--column::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  left: calc(50% - 50vw);
  z-index: -1;
  background-color: rgba(65, 65, 76, 0.2);
  opacity: 0;
  transition: opacity 0.3s;
}
.l-common__recruit--column:hover::before {
  opacity: 1;
}
.l-common__recruit--catch {
  display: flex;
  flex-direction: column;
}
.l-common__recruit--catch .text-en {
  font-size: 8.8rem;
  line-height: 1;
}
.l-common__recruit--catch .text-jp {
  margin-top: 1em;
  letter-spacing: 0.3em;
  font-size: 2.4rem;
  line-height: 1.6;
}
.l-common__recruit--bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .common__contact--column {
    display: grid;
    grid-template-columns: 1fr 50.4rem;
    align-items: center;
  }
  .common__contact--header .heading__01 {
    margin-bottom: 4.8rem;
  }
  .common__contact--header p {
    font-size: 2rem;
  }
  .common__navi--item .image img {
    transition: transform 0.3s;
  }
  .common__navi--item:hover .image img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .common__contact--header p {
    font-size: 1.8rem;
  }
  .common__contact--btn {
    height: 10.4rem;
    margin-top: 5.6rem;
  }
  .common__contact--btn--icon {
    width: 4rem;
  }
  .common__contact--btn--text {
    font-size: 1.2rem;
  }
  .common__contact--btn--text span {
    font-size: 2rem;
  }
  .common__headline {
    margin-bottom: 8rem;
  }
  .common__headline .heading__01--label {
    font-size: 4.8rem;
  }
  .common__headline .heading__01--main {
    font-size: 1.4rem;
  }
  .common__headline--column {
    display: block;
  }
  .common__headline--visual {
    margin-top: 8rem;
  }
  .common__headline--navi {
    margin-top: 0;
    padding: 4rem 0;
    border-top: 0;
  }
  .common__headline--navi ul {
    display: grid;
    gap: 0.75em 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .common__headline--navi a {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
  .common__recruit--column {
    padding-top: 10rem;
    padding-bottom: 10rem;
    position: relative;
  }
  .common__recruit--catch .text-en {
    font-weight: 600;
    font-size: 5.6rem;
  }
  .common__recruit--catch .text-jp {
    letter-spacing: 0.15em;
    font-size: 1.6rem;
  }
  .common__recruit .arrow-01 {
    position: absolute;
    right: 0;
    bottom: 2rem;
  }
}
.l-footer {
  padding: 10rem 0 6.5rem;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 5rem 0 3.2rem;
  }
}
.l-footer * {
  color: #fff;
}
.l-footer__upper-grid {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__upper-grid {
    padding: 0 2rem;
  }
}
.l-footer__upper-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "copy contact" "copy telcell";
}
@media screen and (max-width: 767px) {
  .l-footer__upper-grid {
    display: block;
  }
}
.l-footer__copy {
  grid-area: copy;
  align-content: center;
}
.l-footer__maincopy {
  color: #e4e4e4;
  font-weight: bold;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__maincopy {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.l-footer__subcopy {
  margin-top: 4rem;
  color: #e4e4e4;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .l-footer__subcopy {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.6rem;
  }
}
.l-footer__contact {
  width: 100%;
  grid-area: contact;
  position: relative;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  justify-content: center;
  align-content: center;
  justify-self: right;
  padding: 2rem;
  text-align: center;
  background-color: #e62418;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .l-footer__contact {
    width: fit-content;
    height: fit-content;
    min-width: 32.4rem;
    min-height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__contact {
    height: 6.4rem;
  }
}
.l-footer__contact-arrow {
  position: absolute;
  right: 2.5rem;
  width: 3.2rem;
  top: calc(50% - 1.6rem);
}
.l-footer__telcell {
  grid-area: telcell;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-footer__telcell {
    width: 100%;
  }
}
.l-footer__tel {
  width: 100%;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  justify-content: center;
  align-content: center;
  justify-self: right;
  padding: 2rem;
  text-align: center;
  margin-top: 2rem;
  font-size: 2rem;
  text-align: center;
  justify-self: right;
  font-weight: bold;
  background-color: #000;
  border: solid 1px #fff;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .l-footer__tel {
    width: fit-content;
    height: fit-content;
    min-width: 32.4rem;
    min-height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    height: 6.4rem;
  }
}
.l-footer__teldesc {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__teldesc {
    font-size: 1.4rem;
  }
}
.l-footer__separator {
  border: none;
  border-bottom: solid 1px #868181;
  margin: 5rem auto 0;
}
@media screen and (min-width: 768px) {
  .l-footer__separator {
    width: 120rem;
    max-width: calc(100dvw - 19.2rem);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__separator {
    width: calc(100% - 4rem);
    margin-top: 3.6rem;
  }
}
.l-footer__middle-grid {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__middle-grid {
    padding: 0 2rem;
  }
}
.l-footer__middle-grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-footer__middle-grid {
    margin-top: 3.6rem;
    grid-template-columns: 1fr;
  }
}
.l-footer__logo {
  justify-self: center;
  align-self: center;
  width: 35.1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    width: 24rem;
  }
}
.l-footer__navgrid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navgrid {
    width: 100%;
    margin: 4rem auto 0;
    grid-template-columns: 1fr;
    gap: 2.5em;
  }
}
.l-footer__navgrid-left {
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navgrid-left {
    font-size: 1.6rem;
  }
}
.l-footer__navgrid-right {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .l-footer__navgrid-right {
    margin-top: -1em;
    gap: 1em;
  }
  .l-footer__navgrid-right:empty {
    display: none;
  }
}
.l-footer__navgrid-link {
  color: #BEB9B9;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .l-footer__navgrid-link {
    flex: 0 0 auto;
  }
}
.l-footer__lower-grid {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__lower-grid {
    padding: 0 2rem;
  }
}
.l-footer__lower-grid {
  min-height: 12rem;
  margin-top: 8rem;
  display: grid;
  grid-template-columns: auto 1fr 12rem;
  grid-template-rows: repeat(2, auto);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__lower-grid {
    margin-top: 4.8rem;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
  }
}
.l-footer__copylight {
  font-size: 1.2rem;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .l-footer__copylight {
    font-size: 1rem;
    order: 3;
  }
}
.l-footer__legal-nav {
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__legal-nav {
    gap: 1em;
    order: 2;
  }
}
.l-footer__legal-nav-item {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__legal-nav-item {
    font-size: 1.4rem;
  }
}
.l-footer__address {
  font-size: 1.4rem;
  grid-column: 1/-1;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    order: 1;
  }
}
.l-footer__only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer__only-sp {
    display: block;
  }
}
.l-footer__tothetop {
  position: fixed;
  z-index: 9980;
  right: calc((100dvw - 139.2rem) / 2 + 9.45rem);
  right: max(9.6rem, (100dvw - 139.2rem) / 2 + 9.45rem);
  bottom: 6.5rem;
  width: 12.9rem;
  height: 11.7rem;
  animation-timeline: scroll(root);
  animation-name: anime-for-to_the_top;
}
@media screen and (max-width: 767px) {
  .l-footer__tothetop {
    width: 6rem;
    height: auto;
    right: 1.6rem;
    bottom: 1.6rem;
  }
}

@keyframes anime-for-to_the_top {
  0%, 50% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
@keyframes anime-for-fast {
  0% {
    translate: 0 0;
  }
  20% {
    translate: 0 -150%;
  }
}
@keyframes anime-for-normal {
  0% {
    translate: 0 0;
  }
  20% {
    translate: 0 -100%;
  }
}
@keyframes anime-for-slow {
  0% {
    translate: 0 0;
  }
  20% {
    translate: 0 -50%;
  }
}
.first-view {
  position: relative;
  display: grid;
  background-image: linear-gradient(0deg, #ffffff, #FAD3B7, #ffffff);
}
@media screen and (min-width: 768px) {
  .first-view {
    min-height: 102.8rem;
  }
}
@media screen and (max-width: 767px) {
  .first-view {
    height: 100svh;
  }
}
.first-view__item {
  width: auto;
  object-fit: cover;
  position: absolute;
  border-radius: 1rem;
  display: block;
  z-index: 1;
  animation-duration: 1s;
  animation-timeline: scroll(root);
  animation-fill-mode: both;
}
.first-view__item:nth-of-type(1) {
  width: 83.3rem;
  height: 75.1rem;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .first-view__item:nth-of-type(1) {
    max-width: 100dvw;
    height: auto;
  }
}
.first-view__item:nth-of-type(2) {
  top: 12rem;
  right: calc(50% + 52rem);
  width: 28.9rem;
  height: 14.4rem;
  animation-name: anime-for-fast;
}
@media screen and (max-width: 767px) {
  .first-view__item:nth-of-type(2) {
    top: -1svh;
    right: 50%;
  }
}
.first-view__item:nth-of-type(3) {
  top: 48rem;
  right: calc(50% + 45rem);
  width: 42.9rem;
  height: 28.7rem;
  animation-name: anime-for-normal;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .first-view__item:nth-of-type(3) {
    top: 70svh;
    right: 70%;
    width: 40dvw;
    height: auto;
  }
}
.first-view__item:nth-of-type(4) {
  top: 82rem;
  right: calc(50% + 38rem);
  width: 22.9rem;
  height: 19.3rem;
  animation-name: anime-for-slow;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .first-view__item:nth-of-type(4) {
    top: 88svh;
    right: 80%;
    width: 12dvw;
    height: auto;
  }
}
.first-view__item:nth-of-type(5) {
  top: 26rem;
  right: calc(50% + 22rem);
  width: 28.9rem;
  height: 17.4rem;
  animation-name: anime-for-fast;
}
@media screen and (max-width: 767px) {
  .first-view__item:nth-of-type(5) {
    top: 31svh;
    right: 68%;
    width: 25dvw;
    height: auto;
  }
}
.first-view__item:nth-of-type(6) {
  top: 47rem;
  left: calc(50% + 24rem);
  width: 28.4rem;
  height: 14.9rem;
  animation-name: anime-for-normal;
}
@media screen and (max-width: 767px) {
  .first-view__item:nth-of-type(6) {
    top: 63svh;
    left: 61%;
    width: 43dvw;
    height: auto;
  }
}
.first-view__item:nth-of-type(7) {
  top: 78rem;
  left: calc(50% + 25rem);
  width: 20.3rem;
  height: 12.2rem;
  animation-name: anime-for-fast;
}
@media screen and (max-width: 767px) {
  .first-view__item:nth-of-type(7) {
    top: auto;
    left: 50%;
    width: 20.3rem;
    height: 12.2rem;
    bottom: 0;
  }
}
.first-view__item:nth-of-type(8) {
  top: 69rem;
  left: calc(50% + 53rem);
  width: 21rem;
  height: 13rem;
  animation-name: anime-for-slow;
}
@media screen and (max-width: 767px) {
  .first-view__item:nth-of-type(8) {
    top: 27svh;
    left: 81%;
    width: 14dvw;
    height: auto;
    z-index: 11;
  }
}
.first-view__item:nth-of-type(9) {
  top: 23rem;
  left: calc(50% + 56rem);
  width: 48.7rem;
  height: 32rem;
  animation-name: anime-for-fast;
}
@media screen and (max-width: 767px) {
  .first-view__item:nth-of-type(9) {
    top: 9vh;
    left: 70%;
    width: 42dvw;
    height: auto;
  }
}
.first-view__item:nth-of-type(10) {
  top: 12rem;
  left: calc(50% + 66rem);
  width: 8rem;
  height: 6.5rem;
  animation-name: anime-for-fast;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .first-view__item:nth-of-type(10) {
    top: -1rem;
    left: 89%;
    width: 12dvw;
    height: auto;
  }
}
.first-view__hgroup {
  justify-self: center;
  align-self: center;
  position: relative;
  text-align: center;
  z-index: 500;
}
.first-view__copy {
  font-family: "Helvetica", "Open Sans", sans-serif;
  font-weight: 900;
  font-size: 9rem;
  color: #e62418;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .first-view__copy {
    font-size: 4.2rem;
  }
}
.first-view__subcopy {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .first-view__subcopy {
    margin-top: 0.5em;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.front-concept {
  position: relative;
  min-height: 110.2rem;
  padding-top: 10rem;
  padding-bottom: 15rem;
}
.front-concept__back-image {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  filter: brightness(0.51);
  z-index: -1;
}
.front-concept__hgroup {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .front-concept__hgroup {
    padding: 0 2rem;
  }
}
.front-concept__hgroup {
  text-align: center;
}
.front-concept__copy {
  color: #fff;
  font-weight: bold;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .front-concept__copy {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
.front-concept__subcopy {
  color: #fff;
  margin-top: 2.6rem;
}
@media screen and (max-width: 767px) {
  .front-concept__subcopy {
    font-size: 1.6rem;
  }
}
.front-concept__number-grid {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .front-concept__number-grid {
    padding: 0 2rem;
  }
}
.front-concept__number-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 5rem auto 0;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .front-concept__number-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.front-concept__item {
  background-color: rgba(0, 0, 0, 0.3333333333);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  aspect-ratio: 266/170;
}
.front-concept__number {
  color: #e62418;
  font-size: 4rem;
  font-weight: bold;
  font-family: "Helvetica", "Open Sans", sans-serif;
  text-align: center;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .front-concept__number {
    font-size: 3.6rem;
  }
}
.front-concept__number::after {
  content: "+";
  font-size: 3.2rem;
  margin-left: 1rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .front-concept__number::after {
    font-size: 3.2rem;
  }
}
.front-concept__desc {
  margin-top: 0.5rem;
  color: #fff;
}
.front-concept__slide-wrapper {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .front-concept__slide-wrapper {
    padding: 0 2rem;
  }
}
.front-concept__slide-wrapper {
  margin-top: 5rem;
  position: relative;
}
.front-concept__slide-wrapper::after {
  content: "";
  position: absolute;
  width: calc(100% - (50% - 50vw));
  height: 100%;
  top: 0;
  margin-right: calc(50% - 50vw);
  background-color: #e62418;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .front-concept__slide-wrapper {
    margin-top: 3.2rem;
  }
}
.front-concept__slide {
  --text-color: #fff;
  background-color: #e62418;
  display: grid;
  grid-template-columns: 34rem auto;
  grid-template-areas: "img text";
  gap: 0 8rem;
  max-width: 129.6rem;
  padding-block: 3rem;
  padding-left: 25rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .front-concept__slide {
    padding: 2rem 2rem 6.4rem;
    display: block;
  }
}
.front-concept__slide-image-mask {
  grid-area: img;
  width: 39.8rem;
  aspect-ratio: 398/359;
  clip-path: ellipse(30% 50% at 50% 50%);
  rotate: 52deg;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .front-concept__slide-image-mask {
    margin-left: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .front-concept__slide-image-mask {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.front-concept__slide-textarea {
  grid-area: text;
}
.front-concept__slide-image {
  rotate: -52deg;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-concept__slider-prev.splide__arrow--prev {
  width: 9.8rem;
  height: 9.8rem;
  left: 3rem;
  top: auto;
  bottom: -10rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .front-concept__slider-prev.splide__arrow--prev {
    width: 6.4rem;
    height: 6.4rem;
    left: 2rem;
    bottom: -6rem;
  }
}
.front-concept__slider-next.splide__arrow--next {
  width: 9.8rem;
  height: 9.8rem;
  left: 13.8rem;
  top: auto;
  bottom: -10rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .front-concept__slider-next.splide__arrow--next {
    width: 6.4rem;
    height: 6.4rem;
    left: 9.4rem;
    bottom: -6rem;
  }
}
.front-concept__slider-arrow.splide__arrow {
  opacity: 1;
}
.front-concept__slider-arrow.splide__arrow > svg {
  width: 4rem;
  height: 4rem;
}
.front-concept__slider-arrow.splide__arrow > svg path {
  fill: none;
  stroke: #000;
  stroke-width: 2;
}
@media screen and (max-width: 767px) {
  .front-concept__slider-arrow.splide__arrow > svg path {
    scale: 1.8;
    transform-origin: center;
  }
}
.front-concept__slider-arrow.splide__arrow:disabled {
  opacity: 1;
  background-color: #767676;
}
.front-concept__slider-arrow.splide__arrow:hover:not(:disabled) {
  opacity: 1;
  scale: 1.05;
}
.front-concept__slide-title {
  font-size: 2.6rem;
  font-weight: bold;
  margin-top: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .front-concept__slide-title {
    margin-top: 0.5em;
    font-size: 2.4rem;
  }
}
.front-concept__slide-desc {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .front-concept__slide-desc {
    margin-top: 1em;
  }
  .front-concept__slide-desc > br {
    display: none;
  }
}
.front-concept__detail {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.5rem;
  align-items: center;
  margin-top: 3.2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .front-concept__detail {
    font-size: 1.6rem;
  }
}
.front-concept__detail > img {
  width: 2rem;
}
@media screen and (max-width: 767px) {
  .front-concept__detail > img {
    width: 3.2rem;
  }
}

.front-service {
  --text-color: #000;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 12rem;
  background-color: #F5F5F5;
}
.front-service__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .front-service__inner {
    padding: 0 2rem;
  }
}
.front-service__hgroup {
  text-align: center;
  font-weight: bold;
}
.front-service__title {
  font-family: "Helvetica", "Open Sans", sans-serif;
  letter-spacing: 0;
  font-size: 7.2rem;
  color: #e62418;
}
@media screen and (max-width: 767px) {
  .front-service__title {
    font-size: 4.8rem;
  }
}
.front-service__subtitle {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .front-service__subtitle {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.front-service__desc {
  margin-top: 2.4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .front-service__desc {
    font-size: 2rem;
  }
}
.front-service__grid {
  margin: 0 auto;
  width: 45.2rem;
  margin-top: 8rem;
  border-top: solid 1px #c7c7c7;
  position: relative;
  z-index: 1;
  backdrop-filter: blur(3px);
}
@media screen and (max-width: 767px) {
  .front-service__grid {
    margin-top: 3.6rem;
    background-color: rgba(255, 255, 255, 0.9333333333);
    width: 100%;
  }
}
.front-service__grid-item {
  display: grid;
  grid-template-columns: auto 9.9rem;
  grid-template-rows: auto auto;
  grid-template-areas: "name img" "desc img";
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.6rem;
  padding-right: 0.8rem;
  border-bottom: solid 1px #c7c7c7;
  gap: 2rem 2.8rem;
}
.front-service__grid-item:hover {
  opacity: 1 !important;
}
.front-service__grid-item:hover .front-service__link--detail {
  scale: 1;
  opacity: 1;
}
.front-service__department {
  font-size: 2.8rem;
  font-weight: bold;
  height: fit-content;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .front-service__department {
    font-size: 2.4rem;
  }
}
.front-service__decoration {
  height: fit-content;
  color: #AAA9A9;
  font-size: 1.24rem;
}
@media screen and (max-width: 767px) {
  .front-service__decoration {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.front-service__link--arrow {
  grid-area: img;
  justify-self: right;
  align-self: center;
  width: 1.2rem;
}
@media screen and (max-width: 767px) {
  .front-service__link--arrow {
    width: 3.6rem;
    padding-right: 2rem;
  }
}
.front-service__link--detail {
  grid-area: img;
  justify-self: center;
  align-self: center;
  scale: 0;
  opacity: 0;
  transition: scale ease 300ms;
  transform-origin: right center;
}
.front-service__backimage-left {
  position: absolute;
  display: block;
  object-fit: cover;
  border-radius: 1rem;
  width: 28.5rem;
  height: 33.3rem;
  left: calc(50% - 66rem);
  bottom: 7rem;
}
.front-service__backimage-right {
  position: absolute;
  display: block;
  object-fit: cover;
  border-radius: 1rem;
  width: 38rem;
  height: 42.7rem;
  right: calc(50% - 76rem);
  top: 22rem;
}

.partners {
  --text-color: #000;
  padding: 7rem 0;
}
.partners__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .partners__inner {
    padding: 0 2rem;
  }
}

.logo-slider {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .logo-slider {
    margin-top: 3.6rem;
  }
}
.logo-slider .splide__slide {
  opacity: 0.6;
}
.logo-slider .splide__slide > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.logo-slider .splide__slide.is-active {
  opacity: 1;
}
.logo-slider .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
}
.logo-slider .splide__arrow {
  background-color: #000;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .logo-slider .splide__arrow {
    scale: 2;
    transform-origin: center;
  }
}
.logo-slider .splide__arrow svg {
  fill: #fff;
}

.partners-slider {
  margin-top: 6rem;
}
.partners-slider__logo {
  max-width: 31.4rem;
  max-height: 5rem;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .partners-slider__logo {
    width: 20rem;
    max-width: 20rem;
    max-height: none;
  }
}
.partners-slider__slide {
  background: #FAFAFA;
  padding: 6rem 5.5rem;
}
@media screen and (max-width: 767px) {
  .partners-slider__slide {
    padding: 3.2rem 2rem;
  }
}
.partners-slider__content {
  margin-top: 6rem;
  margin-inline: auto;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .partners-slider__content {
    margin-top: 3.2rem;
  }
}
.partners-slider__content > p:not(:nth-of-type(1)) {
  margin-top: 2rem;
}
.partners-slider__sign {
  margin-top: 5rem;
  width: fit-content;
  justify-self: right;
}
@media screen and (max-width: 767px) {
  .partners-slider__sign {
    width: 100%;
    line-height: 1.5;
    display: block;
  }
}
.partners-slider__post {
  font-size: 1.4rem;
}
.partners-slider__name {
  display: inline-block;
  margin-top: 1.6rem;
  margin-left: 1.6rem;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .partners-slider__name {
    display: block;
    margin-left: 0;
    margin-top: 0.5em;
  }
}

.news {
  padding: 7rem 0 16rem;
  --text-color: #000;
}
.news__desc {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .news__desc {
    font-size: 2rem;
  }
}
.news__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .news__inner {
    padding: 0 2rem;
  }
}
.news__button-box {
  margin-top: 5.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .news__button-box {
    margin-top: 3.6rem;
    gap: 1.2rem;
  }
}
.news__button {
  background-color: #E6E0DC;
  padding: 1.5rem 2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .news__button {
    padding: 1.2rem 1.2rem;
  }
}
.news__button--active {
  background-color: #4E3A03;
  color: #fff;
}
.news__show-archive {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  font-weight: bold;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .news__show-archive {
    width: fit-content;
    margin-top: 2rem;
  }
}
.news__post-list {
  display: grid;
  grid-auto-rows: 10rem;
  gap: 2rem 4rem;
  width: 100%;
  height: 48rem;
  margin-top: 5.5rem;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .news__post-list {
    display: block;
    height: 42rem;
  }
}
.news__post {
  display: grid;
  align-items: center;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  border-bottom: 1px solid #D0D0D0;
  padding: 0 2rem;
}
.news__post:nth-last-of-type(1) {
  border: none;
}
@media screen and (max-width: 767px) {
  .news__post {
    padding: 2rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
}
.news__post-list {
  grid-template-columns: min-content max-content auto 8rem;
}
.news__date {
  grid-column: 1;
  white-space: nowrap;
  font-family: "Helvetica", "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  .news__date {
    font-size: 1.6rem;
  }
}
.news__category {
  grid-column: 2;
  white-space: nowrap;
  color: #fff;
  background-color: #e62418;
  text-align: center;
  border-radius: 5rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .news__category {
    padding: 0.5em 1em;
  }
}
.news__content {
  grid-column: 3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .news__content {
    width: calc(100% - 4.2rem);
    font-size: 1.6rem;
  }
}
.news__to-detail {
  grid-column: 4;
  justify-self: center;
}
@media screen and (max-width: 767px) {
  .news__to-detail {
    width: 2.4rem;
    grid-area: arrow;
  }
}

.hybrid {
  --text-color: #000;
  padding: 7rem 0 14.6rem;
  background-color: #F7F6F4;
}
@media screen and (max-width: 767px) {
  .hybrid {
    padding: 6rem 0;
  }
}
.hybrid__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .hybrid__inner {
    padding: 0 2rem;
  }
}
.hybrid__hgroup {
  text-align: center;
}
.hybrid__subcopy {
  font-size: 1.3rem;
  font-weight: bold;
}
.hybrid__copy {
  margin-top: 1.4rem;
  font-size: 3rem;
  font-weight: bold;
  color: #4E3A03;
  line-height: 1.2;
}
.hybrid__grid {
  gap: 1.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100rem;
  margin: 4.6rem auto;
}
@media screen and (max-width: 767px) {
  .hybrid__grid {
    width: auto;
    gap: 4rem;
    grid-template-columns: 1fr;
  }
}
.hybrid__cell {
  display: grid;
  grid-template-columns: 6.7rem 1fr;
  grid-template-rows: 6.7rem auto;
  grid-template-areas: "icon hgroup" "text text";
  gap: 0.8rem 1em;
  padding: 4.6rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .hybrid__cell {
    padding: 2rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
  }
}
.hybrid__icon {
  grid-area: icon;
  width: 6.7rem;
}
.hybrid__cell-hgroup {
  grid-area: hgroup;
}
.hybrid__cell-deco {
  font-size: 1.3rem;
  color: #e62418;
}
.hybrid__cell-copy {
  margin-top: 0.2rem;
}
.hybrid__cell-text {
  grid-area: text;
  font-size: 1.5rem;
  text-align: justify;
}

.flow {
  --text-color: #000;
  padding: 7rem 0 14.6rem;
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 6rem 0;
  }
}
.flow__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .flow__inner {
    padding: 0 2rem;
  }
}
.flow__copy {
  text-align: center;
  font-size: 3rem;
  color: #4E3A03;
  line-height: 1.2;
}
.flow__image {
  margin-top: 4.6rem;
}

.message {
  --text-color: #000;
  padding: 7rem 0 14.6rem;
  background-color: #F7F6F4;
}
@media screen and (max-width: 767px) {
  .message {
    padding: 6rem 0;
  }
}
.message__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .message__inner {
    padding: 0 2rem;
  }
}
.message__tow-column {
  display: grid;
  grid-template-columns: 33.8rem minmax(min-content, 1fr);
  grid-template-rows: auto auto;
  grid-template-areas: "image text" "image name";
  gap: 6.2rem;
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .message__tow-column {
    width: auto;
    gap: 1rem;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "text" "image" "name";
  }
}
.message__left-image {
  margin-top: 4.6rem;
  width: 32.1rem;
  box-shadow: 1rem 1rem 0 #4E3A03;
  grid-area: image;
}
@media screen and (max-width: 767px) {
  .message__left-image {
    width: auto;
    box-shadow: 0.8rem 0.8rem 0 #4E3A03;
  }
}
.message__right-text {
  align-content: center;
  grid-area: text;
}
.message__deco {
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #e62418;
  margin-bottom: 0.8rem;
}
.message__copy {
  display: inline;
  color: #fff;
  background-color: #e62418;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.6;
}
.message__text {
  margin-top: 1rem;
  line-height: 1.8;
}
.message__president {
  margin-top: 8rem;
  font-size: 1.4rem;
  grid-area: name;
}
@media screen and (max-width: 767px) {
  .message__president {
    margin-top: 4rem;
    text-align: center;
  }
}
.message__name {
  font-weight: bold;
  font-size: 1.8rem;
  margin-left: 1.8rem;
}
.profile {
  --text-color: #000;
  padding: 7rem 0 14.6rem;
}
@media screen and (max-width: 767px) {
  .profile {
    padding: 6rem 0;
  }
}
.profile__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .profile__inner {
    padding: 0 2rem;
  }
}
.profile__hgroup {
  text-align: center;
}
.profile__copy {
  font-size: 3rem;
  font-weight: bold;
  color: #4E3A03;
}
.profile__deco {
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #e62418;
  margin-top: 1rem;
}
.profile__table {
  display: grid;
  grid-template-columns: auto 1fr;
  border-bottom: solid 1px #E6E0DC;
  line-height: 2;
  width: 100rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .profile__table {
    grid-template-columns: 1fr;
    width: auto;
    border: none;
  }
}
.profile__left, .profile__right {
  border-top: solid 1px #E6E0DC;
  padding: 2.8rem;
}
@media screen and (max-width: 767px) {
  .profile__left, .profile__right {
    padding: 0.5rem 1rem;
    border: none;
  }
}
.profile__left {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .profile__left {
    font-size: 1.8rem;
  }
}
.profile__left:nth-of-type(1) {
  border-top: solid 2px #e62418;
}
@media screen and (max-width: 767px) {
  .profile__left:nth-of-type(1) {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .profile__right {
    background-color: #f9f9f9;
    margin-bottom: 3rem;
  }
}
.profile__right:nth-of-type(2) {
  border-top: solid 2px #E6E0DC;
}
@media screen and (max-width: 767px) {
  .profile__right:nth-of-type(2) {
    border: none;
  }
}

.aboutus-map {
  --text-color: #000;
  padding: 7rem 0 14.6rem;
  background-color: #F7F6F4;
}
@media screen and (max-width: 767px) {
  .aboutus-map {
    padding: 6rem 0;
  }
}
.aboutus-map__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .aboutus-map__inner {
    padding: 0 2rem;
  }
}
.aboutus-map__hgroup {
  text-align: center;
}
.aboutus-map__copy {
  font-size: 3rem;
  font-weight: bold;
  color: #4E3A03;
}
.aboutus-map__deco {
  font-size: 1.3rem;
  letter-spacing: 0;
  color: #e62418;
  margin-top: 1rem;
}
.aboutus-map__google_wrapper {
  margin-top: 4rem;
  margin-inline: auto;
  width: 100rem;
  height: 34rem;
}
@media screen and (max-width: 767px) {
  .aboutus-map__google_wrapper {
    width: 100%;
    height: 50rem;
  }
}
.aboutus-map__google_wrapper > iframe {
  width: 100%;
  height: 100%;
}
.aboutus-map__address-block {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-self: center;
  width: 100rem;
  margin-top: 2.6rem;
  gap: 4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .aboutus-map__address-block {
    width: 100%;
    grid-template-columns: 1fr;
    font-size: 1rem;
    text-align: center;
  }
}
.aboutus-map__show-large-map {
  width: 21.5rem;
  height: 5.3rem;
  font-size: 1.3rem;
  background-color: #E5E5E5;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .aboutus-map__show-large-map {
    width: fit-content;
    height: fit-content;
    padding: 2rem 4rem;
    gap: 2rem;
    justify-self: center;
  }
}
.aboutus-map__text {
  grid-column: 2;
  text-align: center;
  font-size: 1.3rem;
  color: #4E3A03;
}
.aboutus-map__icon {
  grid-column: 3;
  width: 1.7rem;
  justify-self: center;
}

.aboutus-partners {
  --text-color: #000;
  padding: 10rem 0 14.6rem;
}
@media screen and (max-width: 767px) {
  .aboutus-partners {
    padding: 6rem 0;
  }
}
.aboutus-partners__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .aboutus-partners__inner {
    padding: 0 2rem;
  }
}
.aboutus-partners__hgroup {
  text-align: center;
}
.aboutus-partners__deco {
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.4;
}
.aboutus-partners__copy {
  margin-top: 1.4rem;
  font-size: 3rem;
  font-weight: bold;
  color: #4E3A03;
}

.partners-cursel {
  margin: 4rem auto 0;
  padding: 4rem 0;
  overflow: hidden;
  display: flex;
  white-space: nowrap;
  background-color: #F7F7F7;
}
.partners-cursel:hover .partners-cursel__group {
  animation-play-state: paused;
}
.partners-cursel__icon {
  width: 12rem;
  height: 12rem;
  padding: 2rem;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  backface-visibility: hidden;
  flex-shrink: 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .partners-cursel__icon {
    width: 8rem;
    height: 8rem;
    padding: 1rem;
  }
}
.partners-cursel__group {
  display: inline-flex;
  width: max-content;
  gap: 6rem;
  justify-content: space-around;
  animation: scrolling 10s linear infinite;
  align-items: center;
  flex-shrink: 0;
  padding-right: 6rem;
  will-change: transform;
  flex: 0 0 100%;
}
@media screen and (max-width: 767px) {
  .partners-cursel__group {
    gap: 2rem;
    padding-right: 2rem;
  }
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.service-connections {
  --text-color: #000;
  padding: 10rem 0;
  position: relative;
}
.service-connections__hgroup {
  text-align: center;
}
.service-connections__copy {
  font-size: 3rem;
  font-weight: bold;
}
.service-connections__subcopy {
  margin-top: 2rem;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .service-connections__subcopy {
    font-size: 2rem;
    font-weight: normal;
  }
}
.service-connections__diagram {
  display: block;
  margin: 4rem auto 0;
  max-width: 100%;
  aspect-ratio: 1100/520;
  object-fit: contain;
}
.service-connections__grid {
  display: grid;
  margin: 4rem auto 0;
  grid-template-columns: 1fr 1fr;
  max-width: 136.7rem;
}
@media screen and (max-width: 767px) {
  .service-connections__grid {
    max-width: 100%;
    grid-template-columns: 1fr;
  }
  .service-connections__grid .service-connections__cell:nth-of-type(1) {
    order: 2;
  }
  .service-connections__grid .service-connections__cell:nth-of-type(2) {
    order: 1;
  }
  .service-connections__grid .service-connections__cell:nth-of-type(3) {
    order: 3;
  }
  .service-connections__grid .service-connections__cell:nth-of-type(4) {
    order: 4;
  }
  .service-connections__grid .service-connections__cell:nth-of-type(5) {
    order: 6;
  }
  .service-connections__grid .service-connections__cell:nth-of-type(6) {
    order: 5;
  }
}
.service-connections__cell {
  padding: 5rem;
  align-content: center;
}
.service-connections__cell--image {
  padding: 0;
}
.service-connections__cell-copy {
  position: relative;
  padding-top: 3rem;
  font-size: 2rem;
  font-weight: bold;
  color: #4E3A03;
  align-items: center;
}
.service-connections__cell-copy::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.1rem;
  top: 0;
  background-color: #e62418;
}
.service-connections__cell-text {
  margin-top: 2rem;
}
.service-connections__detail {
  position: relative;
  display: grid;
  width: fit-content;
  min-height: 3.9rem;
  justify-content: center;
  align-content: center;
  margin-top: 2rem;
  padding: 1rem 4rem;
  font-size: 1.3rem;
  color: #fff;
  background-color: #E62418;
}
.service-connections__right-arrow {
  position: absolute;
  top: calc(50% - 0.85rem);
  right: 1rem;
  width: 1.7rem;
  height: 1.7rem;
}

.logistics-overview {
  --text-color: #000;
  padding: 10rem 0;
}
.logistics-overview__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .logistics-overview__inner {
    padding: 0 2rem;
  }
}
.logistics-overview__hgroup {
  text-align: center;
}
.logistics-overview__copy {
  font-size: 3rem;
  font-weight: bold;
  color: #4E3A03;
}
.logistics-overview__subcopy {
  margin-top: 2rem;
}
.logistics-overview__figure {
  position: relative;
  width: 100%;
  height: 46rem;
  margin: 5rem auto 0;
}
.logistics-overview__figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.logistics-overview__figure > figcaption {
  position: absolute;
  display: grid;
  justify-content: start;
  align-content: end;
  left: 0;
  bottom: 0;
  z-index: 10;
  min-height: 24rem;
  width: 100%;
  color: #fff;
  font-size: 2.4rem;
  padding: 5rem 3rem;
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
}
@media screen and (max-width: 767px) {
  .logistics-overview__figure > figcaption {
    font-size: 1.4rem;
    padding: 2rem;
  }
}
.logistics-overview__image-desc {
  margin-top: 2rem;
}
.logistics-overview__licence {
  margin-top: 6rem;
  padding: 6rem;
  background-color: #F5F5F5;
}
.logistics-overview__licence-name {
  font-size: 2.4rem;
  font-weight: bold;
}
.logistics-overview__licence-desc {
  font-size: 1.5rem;
}
.logistics-overview__licence-desc::before {
  content: "";
  display: block;
  width: 1.5rem;
  border-bottom: solid 1px #e62418;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.logistics-overview__shortdesc {
  display: inline-block;
  padding: 2rem;
  line-height: 2.4;
  margin: 2rem auto 3rem;
  font-size: 1.5rem;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .logistics-overview__shortdesc {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.logistics-efficient {
  --text-color: #000;
  background-color: #F7F7F7;
  padding: 10rem 0;
}
.logistics-efficient__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .logistics-efficient__inner {
    padding: 0 2rem;
  }
}
.logistics-efficient__hgroup {
  text-align: center;
}
.logistics-efficient__copy {
  font-size: 3rem;
  font-weight: bold;
  color: #4E3A03;
}
.logistics-efficient__subcopy {
  margin-top: 2rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .logistics-efficient__subcopy {
    font-size: 1rem;
  }
}
.logistics-efficient__two-column {
  position: relative;
  display: grid;
  margin: 8rem auto 0;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .logistics-efficient__two-column {
    margin: 2rem auto 0;
    grid-template-columns: 1fr;
    gap: 12rem 0;
  }
}
.logistics-efficient__col {
  width: 46.8rem;
}
@media screen and (max-width: 767px) {
  .logistics-efficient__col {
    width: auto;
  }
}
.logistics-efficient__image {
  width: 34.1rem;
  height: auto;
}
.logistics-efficient__model {
  margin-top: 8rem;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .logistics-efficient__model {
    margin-top: 1rem;
  }
}
.logistics-efficient__desc {
  margin-top: 2.8rem;
  font-size: 1.3rem;
  text-align: left;
  line-height: 2;
  width: fit-content;
}
.logistics-efficient__red-right {
  position: absolute;
  width: 9.6rem;
  left: calc(50% - 4.8rem);
  top: 16rem;
}
@media screen and (max-width: 767px) {
  .logistics-efficient__red-right {
    top: 50%;
    rotate: 90deg;
    scale: 0.8;
  }
}

.logistics-flow {
  --text-color: #000;
  padding: 10rem 0;
}
.logistics-flow__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .logistics-flow__inner {
    padding: 0 2rem;
  }
}
.logistics-flow__hgroup {
  text-align: center;
}
.logistics-flow__subcopy {
  font-size: 1.3rem;
}
.logistics-flow__copy {
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: bold;
  color: #4E3A03;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .logistics-flow__copy {
    margin-top: 1rem;
  }
}
.logistics-flow__copy--small {
  color: #4E3A03;
}
@media screen and (max-width: 767px) {
  .logistics-flow__copy--small {
    line-height: 2;
    font-size: 2.4rem;
    display: block;
  }
}
.logistics-flow__tab-wrapper {
  margin-top: 4rem;
  padding: 2rem;
  background-color: #F7F6F4;
}
@media screen and (max-width: 767px) {
  .logistics-flow__tab-wrapper {
    padding: 1rem;
  }
}
.logistics-flow__tabheader {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem;
  line-height: 1.6;
  background-color: #F7F6F4;
}
@media screen and (max-width: 767px) {
  .logistics-flow__tabheader {
    font-size: 1.2rem;
  }
}
.logistics-flow__color-red {
  color: #e62418;
}
.logistics-flow__underline {
  display: inline-block;
}
.logistics-flow__underline--yellow {
  border-bottom: solid 0.6rem #E5E526;
}

.logistics-flow__tab-wrapper .tab-container {
  width: 92.8rem;
  margin: 2rem auto;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .logistics-flow__tab-wrapper .tab-container {
    width: auto;
    margin: 0;
    padding: 0.5rem;
  }
}
.logistics-flow__tab-wrapper .tab-container input[type=radio] {
  display: none;
}
.logistics-flow__tab-wrapper .tab-label {
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 0.5rem 0.5rem 0 0;
  margin-right: -1px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .logistics-flow__tab-wrapper .tab-label {
    width: 100%;
    padding: 2rem;
  }
}
.logistics-flow__tab-wrapper .tab-label:hover {
  background-color: #eee;
}
.logistics-flow__tab-wrapper .tab-container input[type=radio]:checked + .tab-label {
  background-color: #e62418;
  color: #fff;
  font-weight: bold;
}
.logistics-flow__tab-wrapper .tab-content-wrapper {
  border: 1px solid #ccc;
  padding: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .logistics-flow__tab-wrapper .tab-content-wrapper {
    padding: 1rem;
  }
}
.logistics-flow__tab-wrapper .tab-content {
  display: none;
}
.logistics-flow__tab-wrapper #tab-1:checked ~ .tab-content-wrapper .content-1 {
  display: block;
}
.logistics-flow__tab-wrapper #tab-2:checked ~ .tab-content-wrapper .content-2 {
  display: block;
}

.packaging-technology {
  --text-color: #000;
  padding: 10rem 0;
}
.packaging-technology__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .packaging-technology__inner {
    padding: 0 2rem;
  }
}
.packaging-technology__hgroup {
  text-align: center;
}
.packaging-technology__copy {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
}
.packaging-technology__three-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .packaging-technology__three-col {
    grid-template-columns: 1fr;
  }
}
.packaging-technology__figure {
  position: relative;
  width: 100%;
  height: 46rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767px) {
  .packaging-technology__figure {
    height: 25rem;
  }
}
.packaging-technology__figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.packaging-technology__figure > figcaption {
  position: absolute;
  display: grid;
  justify-content: start;
  align-content: end;
  left: 0;
  bottom: 0;
  z-index: 10;
  min-height: 24rem;
  width: 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 5rem 3rem;
  background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, 0));
}
@media screen and (max-width: 575px) {
  .packaging-technology__figure > figcaption {
    min-height: 10rem;
    padding: 2rem;
  }
}
.packaging-technology__cell-text {
  font-size: 1.5rem;
  padding: 2rem;
  line-height: 1.8;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .packaging-technology__cell-text {
    font-size: 1.4rem;
    padding: 2rem 0;
  }
}

.packaging-point {
  --text-color: #000;
  padding: 0 0 10rem;
  position: relative;
  min-height: 46rem;
}
.packaging-point__backimage {
  position: absolute;
  display: block;
  width: 100%;
  height: 46rem;
  object-fit: cover;
  z-index: -1;
}
.packaging-point__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .packaging-point__inner {
    padding: 0 2rem;
  }
}
.packaging-point__two-col {
  display: grid;
  grid-template-columns: 4fr 6fr;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .packaging-point__two-col {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.packaging-point__cell-left {
  margin-top: 36rem;
}
.packaging-point__cell-right {
  padding-top: 27rem;
}
@media screen and (max-width: 767px) {
  .packaging-point__cell-right {
    padding-top: 2rem;
  }
}
.packaging-point__deco {
  display: block;
  height: 10rem;
  color: #fff;
  font-size: 10rem;
  font-family: "Helvetica", "Open Sans", sans-serif;
  font-weight: normal;
}
.packaging-point__copy {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans JP", sans-serif;
  margin-top: 4rem;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .packaging-point__copy {
    font-size: 2.6rem;
  }
}
.packaging-point__subcopy {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0D0D0D;
}
.packaging-point__text-red {
  color: #e62418;
}

.packaging-medals {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 3rem 1.4rem;
  gap: 1.4rem;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .packaging-medals {
    grid-template-columns: 1fr;
  }
}
.packaging-medals__cell {
  width: 25.6rem;
  padding-bottom: 4rem;
  border-bottom: solid 1px #C7C6C1;
}
.packaging-medals__image {
  width: 25.6rem;
  height: 23.8rem;
  object-fit: cover;
}
.packaging-medals__copy {
  margin-top: 4rem;
  font-weight: bold;
  line-height: 1.6;
}
.packaging-medals__desc {
  margin-top: 2rem;
  font-size: 1.5rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .packaging-medals__desc {
    font-size: 1.4rem;
  }
}

.packaging-map {
  --text-color: #000;
  padding: 10rem 0;
  background-color: #F7F6F4;
}
.packaging-map__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .packaging-map__inner {
    padding: 0 2rem;
  }
}
.packaging-map__hgroup {
  text-align: center;
}
.packaging-map__copy {
  font-size: 3rem;
  color: #4E3A03;
  font-weight: bold;
  line-height: 1.2;
}
.packaging-map__image {
  display: block;
  width: 100rem;
  margin: 5rem auto 0;
}

.sales-channel {
  --text-color: #000;
  padding: 20rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sales-channel {
    padding: 1rem 0 10rem;
  }
}
.sales-channel__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .sales-channel__inner {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .sales-channel__sp-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }
}
.sales-channel__cell {
  width: 58rem;
  height: 40rem;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .sales-channel__cell {
    margin-top: 10rem;
    width: auto;
    height: auto;
  }
}
.sales-channel__cell:nth-of-type(1) {
  justify-self: left;
}
@media screen and (max-width: 767px) {
  .sales-channel__cell:nth-of-type(1) {
    order: 1;
  }
}
.sales-channel__cell:nth-of-type(2) {
  margin-top: 10rem;
  justify-self: right;
}
@media screen and (max-width: 767px) {
  .sales-channel__cell:nth-of-type(2) {
    justify-self: left;
    order: 3;
  }
}
.sales-channel__copy {
  padding-top: 3rem;
  font-size: 2rem;
  font-weight: bold;
  color: #4E3A03;
  position: relative;
}
.sales-channel__copy::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.1rem;
  top: 0;
  background-color: #e62418;
}
.sales-channel__desc {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2.4;
}
.sales-channel__image {
  position: absolute;
  width: 58.2rem;
  height: 40rem;
}
@media screen and (max-width: 767px) {
  .sales-channel__image {
    width: auto;
    height: auto;
  }
}
.sales-channel__image:nth-of-type(1) {
  top: 20rem;
  left: calc(50% + 10rem);
}
@media screen and (max-width: 767px) {
  .sales-channel__image:nth-of-type(1) {
    top: auto;
    left: auto;
    position: relative;
    order: 2;
  }
}
.sales-channel__image:nth-of-type(2) {
  top: 70rem;
  right: calc(50% + 10rem);
}
@media screen and (max-width: 767px) {
  .sales-channel__image:nth-of-type(2) {
    top: auto;
    right: auto;
    position: relative;
    order: 4;
  }
}

.sales-promotion {
  --text-color: #000;
  padding: 10rem 0;
  background-color: #F7F6F4;
}
.sales-promotion__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .sales-promotion__inner {
    padding: 0 2rem;
  }
}
.sales-promotion__hgroup {
  text-align: center;
}
.sales-promotion__deco {
  font-size: 1.3rem;
  font-weight: bold;
  color: #0D0D0D;
}
.sales-promotion__copy {
  margin-top: 2rem;
  font-size: 3rem;
  font-weight: bold;
  color: #4E3A03;
}
.sales-promotion__image {
  display: block;
  width: 100%;
  aspect-ratio: 100/40;
  object-fit: cover;
  margin: 0 auto;
  margin-top: 4rem;
}
.sales-promotion__lab-name {
  margin-top: 4rem;
  font-size: 2rem;
  color: #4E3A03;
}
.sales-promotion__lab-desc {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 2.6;
}

.recruit-hero {
  --text-color: #000;
  padding: 16rem 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-hero {
    padding: 8rem 0;
  }
}
.recruit-hero__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .recruit-hero__inner {
    padding: 0 2rem;
  }
}
.recruit-hero__copy {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.recruit-hero__desc {
  text-align: center;
  margin-top: 2rem;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .recruit-hero__desc {
    line-height: 2;
  }
}
.recruit-hero__image {
  margin-top: 3rem;
}

.recruit-requirements {
  --text-color: #000;
  margin-top: 20rem;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .recruit-requirements {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.recruit-requirements__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .recruit-requirements__inner {
    padding: 0 2rem;
  }
}
.recruit-requirements__hgroup {
  text-align: center;
}
.recruit-requirements__copy {
  font-size: 3rem;
  font-weight: bold;
}
.recruit-requirements__deco {
  font-size: 1.3rem;
  color: #BFBFBF;
  margin-top: 1rem;
}
.recruit-requirements .recruit-requirements__grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  grid-template-areas: "name name" "text img";
  border-bottom: solid 1px #bfbfbf;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .recruit-requirements .recruit-requirements__grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "name " "text " "img";
    gap: 1rem;
  }
}
.recruit-requirements__department {
  grid-area: name;
  font-size: 2.4rem;
  color: #4E3A03;
}
.recruit-requirements__image {
  grid-area: img;
  width: 40rem;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.recruit-requirements__list {
  grid-area: text;
  margin-top: 2rem;
  line-height: 2;
}

.recruit-voices {
  --text-color: #000;
  margin-top: 20rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-voices {
    margin-top: 8rem;
  }
}
.recruit-voices__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .recruit-voices__inner {
    padding: 0 2rem;
  }
}
.recruit-voices__hgroup {
  text-align: center;
}
.recruit-voices__copy {
  font-size: 3rem;
  font-weight: bold;
}
.recruit-voices__deco {
  font-size: 1.3rem;
  color: #BFBFBF;
  margin-top: 1rem;
}
.recruit-voices__grid {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .recruit-voices__grid {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}
.recruit-voices__cell {
  display: grid;
  gap: 2rem;
  justify-items: center;
}
.recruit-voices__cell > img {
  display: block;
  width: 16rem;
}
.recruit-voices__cell > blockquote {
  line-height: 2;
}

.recruit-apply {
  --text-color: #000;
  margin-top: 20rem;
  padding-bottom: 20rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-apply {
    margin-top: 8rem;
    padding-bottom: 8rem;
  }
}
.recruit-apply__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .recruit-apply__inner {
    padding: 0 2rem;
  }
}
.recruit-apply__copy {
  font-size: 3rem;
  text-align: center;
}
.recruit-apply__desc {
  line-height: 2;
  width: fit-content;
  margin: 2rem auto 0;
}
.recruit-apply__toform {
  --text-color: #fff;
  display: grid;
  width: fit-content;
  margin: 6rem auto 0;
  text-align: center;
  background-color: red;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr auto;
  align-content: center;
  align-items: center;
  gap: 1rem 4rem;
  padding: 1.5rem 3rem;
}
.recruit-apply__main_text {
  grid-column: 2;
  grid-row: 1;
  font-size: 3.4rem;
  font-weight: normal;
}
.recruit-apply__sub_text {
  grid-column: 2;
  grid-row: 2;
}
.recruit-apply__arrow {
  grid-column: 3;
  grid-row: 1/-1;
  align-self: center;
  justify-self: center;
  width: 3.6rem;
  height: 3.6rem;
}

.company-info__grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
  width: fit-content;
  max-width: 1000px;
  margin: 4rem auto 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .company-info__grid {
    grid-template-columns: auto;
    gap: 0rem;
  }
}
.company-info__left {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .company-info__left {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.company-info__address-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .company-info__address-grid {
    grid-template-columns: auto;
    gap: 2rem;
  }
}
.company-history__grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4rem;
  width: fit-content;
  max-width: 1000px;
  margin: 4rem auto 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .company-history__grid {
    grid-template-columns: auto;
    gap: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .company-history__left {
    margin-top: 2rem;
    font-weight: bold;
    font-size: 1.6rem;
  }
}

.partners-banners {
  --text-color: #000;
  padding: 6rem 0;
  position: relative;
}
.partners-banners__grid {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  align-items: center;
  gap: 4rem;
}
.partners-banners__banner {
  width: 16rem;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .partners-banners__grid {
    margin-top: 4rem;
    gap: 2rem;
  }
  .partners-banners__banner {
    width: 8rem;
  }
}
.group-list__grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 4rem 12rem;
  width: fit-content;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .group-list__grid {
    grid-template-columns: 1fr;
    width: fit-content;
    gap: 4rem 12rem;
    margin: 4rem auto 0;
  }
}
.group-list__cell {
  line-height: 1.6;
}
.group-list__name {
  font-weight: bold;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .group-list__name {
    font-size: 2rem;
  }
}

.privacy-main__container {
  max-width: 1000px;
  margin: 0 auto 0;
  display: grid;
  grid-gap: 4rem 0;
}
.privacy-main__title {
  font-size: 2.6rem;
  line-height: 1.2;
}
.privacy-main__passage-title {
  font-size: 2rem;
  line-height: 1.2;
}
.privacy-main__passage-text {
  margin-top: 1rem;
  line-height: 1.6;
}
.privacy-main__date {
  margin-top: 4rem;
  text-align: right;
}

.agreement-main__container {
  max-width: 1000px;
  margin: 0 auto 0;
  display: grid;
  grid-gap: 4rem 0;
}
.agreement-main__title {
  font-size: 2.4rem;
  line-height: 1.2;
}
.agreement-main__text {
  margin-top: 1rem;
  line-height: 1.6;
}
.agreement-main__date {
  margin-top: 4rem;
  text-align: right;
}

.sitemap-main__container {
  margin: 0 auto;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: fit-content;
  padding-bottom: 10rem;
  gap: 6rem 4rem;
}
@media screen and (max-width: 767px) {
  .sitemap-main__container {
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}
.sitemap-main__link {
  grid-column: 1/-1;
  font-size: 2.4rem;
  margin-top: 4rem;
}
.sitemap-main__link--child {
  padding-left: 2rem;
  font-size: 2rem;
  font-weight: normal;
  margin-top: 2rem;
}

.single-container__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .single-container__inner {
    padding: 0 2rem;
  }
}

.wp-entry-content h1,
.wp-entry-content h2,
.wp-entry-content h3,
.wp-entry-content h4,
.wp-entry-content h5,
.wp-entry-content h6,
.wp-entry-content p,
.wp-entry-content ul,
.wp-entry-content ol {
  margin-top: 2.8rem;
  margin-bottom: 2.8rem;
}
.wp-entry-content ul,
.wp-entry-content ol {
  padding-left: 4rem;
}
.wp-entry-content ul {
  list-style: disc;
}
.wp-entry-content ol {
  list-style: decimal;
}
.wp-entry-content li {
  line-height: 2.8rem;
}
.wp-entry-content figure {
  width: fit-content;
}

.home-list {
  --text-color: #000;
  padding: 6rem 0 12rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-list {
    padding: 6.2rem 0;
  }
}
.home-list__inner {
  max-width: 139.2rem;
  margin: 0 auto;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .home-list__inner {
    padding: 0 2rem;
  }
}

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