@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider1 {
  position: relative;
  z-index: 1;
}
.slider1 .slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  padding-block: 15px 0;
}
.slider1 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slider1 .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #B3B3B3;
}
.slider1 .slick-dots .slick-active button {
  background: #1e9632;
}

.slider-item {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slider2 .slick-slide,
.slider3 .slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}
.slider2 .slick-dots,
.slider3 .slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -3% 0 0 0;
}
.slider2 .slick-dots li,
.slider3 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slider2 .slick-dots button,
.slider3 .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #fff;
}
.slider2 .slick-dots .slick-active button,
.slider3 .slick-dots .slick-active button {
  background: #333;
}

:root {
  --header-height: 170px;
}
@media screen and (max-width: 1199px) {
  :root {
    --header-height: 60px;
  }
}
:root {
  /* palette */
  --palette-green-light: #e6f1ea;
  --palette-green-dark: #006e24;
  --palette-blue: #3f8abc;
  --palette-blue-light: #ecf4f9;
  --palette-brown: #aa7833;
  --palette-brown-light: #f7f2eb;
  --palette-purple: #6d3a67;
  --palette-purple-light: #f1ecf0;
  --palette-red: #a94646;
  --palette-red-light: #f7eded;
  --palette-blue2-light: #ebf2f8;
  --palette-yellow: #fcf57f;
  --palette-gray: #666;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #231815;
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.6875rem;
    line-height: 1.7;
  }
}

.wrapper {
  min-height: 100svh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  display: block;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

section {
  position: relative;
}

ul,
ol {
  list-style-type: none;
}

a {
  display: inline-block;
  color: #231815;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

address {
  font-style: normal;
}

.main,
.page-header {
  opacity: 0;
}

body.page-fade-in .main,
body.page-fade-in .page-header {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.contentMaxInner {
  width: 90%;
  max-width: 970px;
  margin-inline: auto;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
#pagetop i {
  padding-top: 9px;
}
#pagetop a {
  display: block;
  z-index: 999;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: orange;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.arrowtop {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
}
.arrowtop:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
}
.arrowtop:after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 55%;
  left: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

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

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.hami {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.ff-1 {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.ff-2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}

.ff-3 {
  font-family: "Oswald", sans-serif;
}

.fw-r {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-s {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.clr-f {
  color: #231815;
}

.clr-w {
  color: #fff;
}

.clr-1 {
  color: #333;
}

.clr-2 {
  color: #333;
}

.clr-3 {
  color: #333;
}

.clr-4 {
  color: #333;
}

.clr-5 {
  color: #333;
}

.clr-6 {
  color: #333;
}

.bgc-1 {
  background-color: #333;
}

.bgc-2 {
  background-color: #333;
}

.bgc-3 {
  background-color: #333;
}

.bgc-4 {
  background-color: #333;
}

.bgc-5 {
  background-color: #333;
}

.bgc-6 {
  background-color: #333;
}

p img:hover {
  cursor: pointer;
}

.sp-only {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.sp2-only {
  display: block;
}
@media print, screen and (min-width: 992px) {
  .sp2-only {
    display: none;
  }
}

.pc-only {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.pc2-only {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .pc2-only {
    display: block;
  }
}

.ind1 {
  margin-left: 1em;
  text-indent: -1em;
}

.ind2 {
  margin-left: 2em;
  text-indent: -2em;
}

.ind3 {
  margin-left: 3em;
  text-indent: -3em;
}

.under-line {
  position: relative;
}
.under-line::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 80px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #00aaa7;
  border-radius: 2px;
}

.under {
  text-decoration: underline;
}

.pointer {
  cursor: pointer;
}

.triangle {
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.triangle:hover {
  color: #43a0ae;
}
.triangle:hover::after {
  border-color: transparent transparent transparent #43a0ae;
}
.triangle::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ffa040;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.arrow {
  position: relative;
  display: inline-block;
}
.arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #77584a;
  border-right: solid 2px #77584a;
  position: absolute;
  right: 25%;
  bottom: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tac {
  text-align: center;
}
.tac-pc {
  text-align: left;
}
@media print, screen and (min-width: 769px) {
  .tac-pc {
    text-align: center;
  }
}
.tac-sp {
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .tac-sp {
    text-align: left;
  }
}
.tac-all {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tac-w {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tac-h {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.vat {
  vertical-align: top;
}

.vab {
  vertical-align: bottom;
}

.tate-mixed {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
}

.tate-upright {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}

@media print, screen and (min-width: 769px) {
  .tate-upright-pc {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
}

.tate-upright-sp {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
@media print, screen and (min-width: 769px) {
  .tate-upright-sp {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    text-orientation: upright;
  }
}

.tate-sideways {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* 上端から0pxのところで固定 */
}

.scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 70px;
  color: #fff;
  z-index: 1;
}
.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .mt-sp0 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp5 {
    margin-top: 5px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp15 {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp20 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp25 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp30 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp35 {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp40 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp45 {
    margin-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp50 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp55 {
    margin-top: 55px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp60 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp65 {
    margin-top: 65px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp70 {
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp75 {
    margin-top: 75px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp80 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp85 {
    margin-top: 85px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp90 {
    margin-top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp95 {
    margin-top: 95px;
  }
}

@media screen and (max-width: 768px) {
  .mt-sp100 {
    margin-top: 100px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp0 {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp5 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp10 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp15 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp20 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp25 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp30 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp35 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp40 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp45 {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp50 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp55 {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp60 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp65 {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp70 {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp75 {
    margin-bottom: 75px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp80 {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp85 {
    margin-bottom: 85px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp90 {
    margin-bottom: 90px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp95 {
    margin-bottom: 95px;
  }
}

@media screen and (max-width: 768px) {
  .mb-sp100 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp0 {
    margin-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp5 {
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp10 {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp15 {
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp20 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp25 {
    margin-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp30 {
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp35 {
    margin-left: 35px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp40 {
    margin-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp45 {
    margin-left: 45px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp50 {
    margin-left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp55 {
    margin-left: 55px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp60 {
    margin-left: 60px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp65 {
    margin-left: 65px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp70 {
    margin-left: 70px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp75 {
    margin-left: 75px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp80 {
    margin-left: 80px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp85 {
    margin-left: 85px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp90 {
    margin-left: 90px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp95 {
    margin-left: 95px;
  }
}

@media screen and (max-width: 768px) {
  .ml-sp100 {
    margin-left: 100px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp0 {
    margin-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp5 {
    margin-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp10 {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp15 {
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp20 {
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp25 {
    margin-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp30 {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp35 {
    margin-right: 35px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp40 {
    margin-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp45 {
    margin-right: 45px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp50 {
    margin-right: 50px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp55 {
    margin-right: 55px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp60 {
    margin-right: 60px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp65 {
    margin-right: 65px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp70 {
    margin-right: 70px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp75 {
    margin-right: 75px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp80 {
    margin-right: 80px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp85 {
    margin-right: 85px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp90 {
    margin-right: 90px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp95 {
    margin-right: 95px;
  }
}

@media screen and (max-width: 768px) {
  .mr-sp100 {
    margin-right: 100px;
  }
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.m0a {
  width: auto;
  margin: 0 auto;
}

.fz12 {
  font-size: 0.75rem;
}

.fz13 {
  font-size: 0.8125rem;
}

.fz14 {
  font-size: 0.875rem;
}

.fz15 {
  font-size: 0.9375rem;
}

.fz16 {
  font-size: 1rem;
}

.fz17 {
  font-size: 1.0625rem;
}

.fz18 {
  font-size: 1.125rem;
}

.fz19 {
  font-size: 1.1875rem;
}

.fz20 {
  font-size: 1.25rem;
}

.fz21 {
  font-size: 1.3125rem;
}

.fz22 {
  font-size: 1.375rem;
}

.fz23 {
  font-size: 1.4375rem;
}

.fz24 {
  font-size: 1.5rem;
}

.fz25 {
  font-size: 1.5625rem;
}

.fz26 {
  font-size: 1.625rem;
}

.fz27 {
  font-size: 1.6875rem;
}

.fz28 {
  font-size: 1.75rem;
}

.fz29 {
  font-size: 1.8125rem;
}

.fz30 {
  font-size: 1.875rem;
}

.fz31 {
  font-size: 1.9375rem;
}

.fz32 {
  font-size: 2rem;
}

.fz33 {
  font-size: 2.0625rem;
}

.fz34 {
  font-size: 2.125rem;
}

.fz35 {
  font-size: 2.1875rem;
}

.fz36 {
  font-size: 2.25rem;
}

.fz37 {
  font-size: 2.3125rem;
}

.fz38 {
  font-size: 2.375rem;
}

.fz39 {
  font-size: 2.4375rem;
}

.fz40 {
  font-size: 2.5rem;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w51 {
  width: 51%;
}

.w52 {
  width: 52%;
}

.w53 {
  width: 53%;
}

.w54 {
  width: 54%;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
}

.w57 {
  width: 57%;
}

.w58 {
  width: 58%;
}

.w59 {
  width: 59%;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
}

.w62 {
  width: 62%;
}

.w63 {
  width: 63%;
}

.w64 {
  width: 64%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w67 {
  width: 67%;
}

.w68 {
  width: 68%;
}

.w69 {
  width: 69%;
}

.w70 {
  width: 70%;
}

.w71 {
  width: 71%;
}

.w72 {
  width: 72%;
}

.w73 {
  width: 73%;
}

.w74 {
  width: 74%;
}

.w75 {
  width: 75%;
}

.w76 {
  width: 76%;
}

.w77 {
  width: 77%;
}

.w78 {
  width: 78%;
}

.w79 {
  width: 79%;
}

.w80 {
  width: 80%;
}

.w81 {
  width: 81%;
}

.w82 {
  width: 82%;
}

.w83 {
  width: 83%;
}

.w84 {
  width: 84%;
}

.w85 {
  width: 85%;
}

.w86 {
  width: 86%;
}

.w87 {
  width: 87%;
}

.w88 {
  width: 88%;
}

.w89 {
  width: 89%;
}

.w90 {
  width: 90%;
}

.w91 {
  width: 91%;
}

.w92 {
  width: 92%;
}

.w93 {
  width: 93%;
}

.w94 {
  width: 94%;
}

.w95 {
  width: 95%;
}

.w96 {
  width: 96%;
}

.w97 {
  width: 97%;
}

.w98 {
  width: 98%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    width: 1440px;
    zoom: 0.6;
  }
}
.page-header {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 188px;
  overflow: hidden;
  font-weight: 700;
  margin-top: var(--header-height);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .page-header {
    min-height: 82px;
  }
}
.page-header__title {
  font-size: 1.75rem;
  color: #fff;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
@media screen and (max-width: 768px) {
  .page-header__title {
    font-size: 0.75rem;
  }
}
.page-header__en {
  position: absolute;
  bottom: -0.1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.6875rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page-header__en {
    font-size: 1.1875rem;
  }
}
.page-header__company {
  background-image: url(/resource/img/common/company_header.jpg);
}
.page-header__products {
  background-image: url(/resource/img/common/products_header.jpg);
}
.page-header__recruit {
  background-image: url(/resource/img/common/recruit_header.jpg);
}
.page-header__works {
  background-image: url(/resource/img/common/works_header.jpg);
}
.page-header__policy {
  background-image: url(/resource/img/common/policy_header.jpg);
}
.page-header__sitemap {
  background-image: url(/resource/img/common/sitemap_header.jpg);
}

body:not(:has(.page-header)) .main {
  margin-top: calc(var(--header-height) + 40px);
}

body.top .main {
  margin-top: 0;
}

.bg-stripe {
  background-image: -webkit-repeating-linear-gradient(135deg, #ffffff, #ffffff 7px, var(--palette-yellow) 7px, var(--palette-yellow) 51px);
  background-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 7px, var(--palette-yellow) 7px, var(--palette-yellow) 51px);
}
@media screen and (max-width: 768px) {
  .bg-stripe {
    background-image: -webkit-repeating-linear-gradient(135deg, #ffffff, #ffffff 3px, var(--palette-yellow) 3px, var(--palette-yellow) 3%);
    background-image: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, var(--palette-yellow) 3px, var(--palette-yellow) 3%);
  }
}

.bg-stripe2 {
  background-image: -webkit-repeating-linear-gradient(135deg, #fffabf, #fffabf 14px, var(--palette-yellow) 14px, var(--palette-yellow) 28px);
  background-image: repeating-linear-gradient(-45deg, #fffabf, #fffabf 14px, var(--palette-yellow) 14px, var(--palette-yellow) 28px);
}
@media screen and (max-width: 768px) {
  .bg-stripe2 {
    background-image: -webkit-repeating-linear-gradient(135deg, #fffabf, #fffabf 7px, var(--palette-yellow) 7px, var(--palette-yellow) 14px);
    background-image: repeating-linear-gradient(-45deg, #fffabf, #fffabf 7px, var(--palette-yellow) 7px, var(--palette-yellow) 14px);
  }
}

.title--en-ja {
  margin-bottom: 20px;
  color: #1e9632;
}
.title--en-ja span {
  display: block;
}
.title--en-ja .en {
  text-align: center;
  font-weight: 700;
  font-size: 2.6875rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .title--en-ja .en {
    font-size: 1.75rem;
  }
}
.title--en-ja .ja {
  text-align: center;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .title--en-ja .ja {
    font-size: 0.8125rem;
  }
}

.title--line {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  color: #1e9632;
  font-size: 1.375rem;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .title--line {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
.title--line::before {
  position: absolute;
  top: 50%;
  left: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  content: "";
  width: 100%;
  height: 1px;
  background: #1e9632;
}
.title--line span {
  display: inline-block;
  background: #fff;
  padding-right: 0.5em;
}

.recruit-message {
  padding-block: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-message {
    padding-block: 30px;
  }
}
.recruit-message__title {
  color: var(--palette-blue);
}
.recruit-message__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.recruit-message__link {
  display: block;
  position: relative;
  width: calc(25% - 10px);
}
@media screen and (max-width: 768px) {
  .recruit-message__link {
    width: calc(50% - 6px);
  }
}
.recruit-message__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: var(--palette-blue);
}
@media screen and (max-width: 768px) {
  .recruit-message__link::before {
    width: 26px;
    height: 26px;
  }
}
.recruit-message__link::after {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background: transparent;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .recruit-message__link::after {
    bottom: 11px;
    right: 8px;
  }
}
.recruit-message__link .num {
  position: absolute;
  top: 5px;
  right: 8px;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1;
  color: var(--palette-blue);
}
@media screen and (max-width: 768px) {
  .recruit-message__link .num {
    right: 4px;
    font-size: 7.5vw;
  }
}

.contact {
  text-align: center;
}
.contact__title {
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 0.875rem;
  }
}
.contact__title + address {
  margin-top: 10px;
}
.contact .tel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contact .tel-wrap {
    gap: 1rem;
    margin-top: 15px;
  }
}
.contact .tel-wrap + .tel-wrap {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .contact .tel-wrap + .tel-wrap {
    margin-top: 10px;
  }
}
.contact .label {
  width: 90px;
  padding-inline: 20px;
  font-size: 1.375rem;
  background: #1e9632;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .contact .label {
    width: 58px;
    padding-inline: 1em;
    font-size: 0.875rem;
  }
}
.contact .tel-link {
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .contact .tel-link {
    font-size: 1.875rem;
  }
}

/* =========================
  共通テーブル
========================= */
.table-wrap {
  background: #fff;
  padding: 37px 34px;
}
@media screen and (max-width: 768px) {
  .table-wrap {
    padding: 4%;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.table th,
.table td {
  padding: 12px 15px;
  vertical-align: top;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .table th,
  .table td {
    padding: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .table th .sm-text,
  .table td .sm-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .table td {
    line-height: 2;
  }
}
.table {
  /* 最後の行 */
}
.table tr:last-child th,
.table tr:last-child td {
  border-bottom: none;
}

/* =========================
  2列テーブル
========================= */
.table--2col th,
.table--2col td {
  border-bottom: solid 1px #1e9632;
}
.table--2col th {
  width: 200px;
  background: rgba(30, 150, 50, 0.15);
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 768px) {
  .table--2col th {
    width: 25%;
    text-align: center;
  }
}

/* SP：積み上げ（2列だけ） */
@media screen and (max-width: 768px) {
  .table--stack th,
  .table--stack td {
    display: block;
    width: 100%;
  }
  .table--stack th {
    text-align: left;
  }
}

/* =========================
  3列テーブル
========================= */
.table--3col {
  min-width: 320px;
}
.table--3col th {
  width: 180px;
  background: rgba(30, 150, 50, 0.15);
  -moz-text-align-last: justify;
       text-align-last: justify;
  border-bottom: 1px solid #1e9632;
}
@media screen and (max-width: 768px) {
  .table--3col th {
    width: 24%;
    text-align: left;
  }
}
.table--3col td {
  border-left: 1px solid #1e9632;
  border-bottom: 1px solid #1e9632;
}
.table--3col td:nth-child(2) {
  width: auto;
}
.table--3col th + td {
  border-left: none;
}
.table--3col .num {
  width: 135px;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .table--3col .num {
    width: 10%;
  }
}

.table--normal {
  min-width: 330px;
}
.table--normal th,
.table--normal td {
  text-align: left;
  padding: 2px 0;
  width: auto;
}
.table--normal th {
  background: transparent;
  border: none;
  -moz-text-align-last: auto;
       text-align-last: auto;
}
.table--normal td {
  border: none;
}
.table--normal th + td,
.table--normal td + td {
  padding-left: 0.6em;
}

.group-start th,
.group-start td {
  padding-top: 1.8em;
}

/* =========================
  色違いテーブル
========================= */
.table--yellow th,
.table--yellow td {
  border-bottom: solid 1px var(--palette-blue);
}
.table--yellow th {
  background: var(--palette-yellow);
}

/* =========================
  SP 横スクロール
========================= */
.tableWrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.template__wrap {
  margin-top: 50px;
}
.template__box {
  border: 1px solid #333;
  border-radius: 0 0 10px 10px;
  padding: 20px 40px;
}
.template__title {
  font-size: 2rem;
  text-align: center;
  background-color: gray;
  color: #fff;
  border-radius: 10px 10px 0 0;
  border: 1px solid #333;
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--btn-color);
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 0.8125rem;
  }
}

/* =========================
 * 色定義
 * ========================= */
.btn--green {
  --btn-color: #1e9632;
}

.btn--green-dark {
  --btn-color: var(--palette-green-dark);
}

.btn--blue {
  --btn-color: var(--palette-blue);
}

.btn--brown {
  --btn-color: var(--palette-brown);
}

.btn--purple {
  --btn-color: var(--palette-purple);
}

.btn--red {
  --btn-color: var(--palette-red);
}

.btn--gray {
  --btn-color: var(--palette-gray);
}

/* =========================
 * ベタ塗りボタン
 * ========================= */
.btn--solid {
  background: var(--btn-color);
  color: #fff;
}

.btn--solid:hover {
  background: #fff;
  color: var(--btn-color);
  opacity: 1;
}

/* =========================
 * 枠線ボタン
 * ========================= */
.btn--outline {
  background: #fff;
  color: var(--btn-color);
}

.btn--outline:hover {
  background: var(--btn-color);
  color: #fff;
  opacity: 1;
}

/* =========================
 * リンクボタン（太いボーダーで囲ってあるボタン）
 * ========================= */
.btn--border {
  display: block;
  padding: 12px 20px 10px;
  text-align: center;
  font-weight: 600;
  color: var(--btn-color);
  border: 3px solid var(--btn-color);
}
@media screen and (max-width: 768px) {
  .btn--border {
    border: 1px solid var(--btn-color);
  }
}

.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-start-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-start-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-start-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-center-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-center-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-center-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-end-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-end-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-end-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-between {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-between-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-between-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-between-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex-around-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-around-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-around-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.order1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.order2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.order3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.order4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.order5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.order6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.order7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.order8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.order9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.order10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.flex-w10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 10%;
      -ms-flex: 0 1 10%;
          flex: 0 1 10%;
}

.flex-w11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 11%;
      -ms-flex: 0 1 11%;
          flex: 0 1 11%;
}

.flex-w12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 12%;
      -ms-flex: 0 1 12%;
          flex: 0 1 12%;
}

.flex-w13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 13%;
      -ms-flex: 0 1 13%;
          flex: 0 1 13%;
}

.flex-w14 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 14%;
      -ms-flex: 0 1 14%;
          flex: 0 1 14%;
}

.flex-w15 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 15%;
      -ms-flex: 0 1 15%;
          flex: 0 1 15%;
}

.flex-w16 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 16%;
      -ms-flex: 0 1 16%;
          flex: 0 1 16%;
}

.flex-w17 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 17%;
      -ms-flex: 0 1 17%;
          flex: 0 1 17%;
}

.flex-w18 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 18%;
      -ms-flex: 0 1 18%;
          flex: 0 1 18%;
}

.flex-w19 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 19%;
      -ms-flex: 0 1 19%;
          flex: 0 1 19%;
}

.flex-w20 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 20%;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}

.flex-w21 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 21%;
      -ms-flex: 0 1 21%;
          flex: 0 1 21%;
}

.flex-w22 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 22%;
      -ms-flex: 0 1 22%;
          flex: 0 1 22%;
}

.flex-w23 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 23%;
      -ms-flex: 0 1 23%;
          flex: 0 1 23%;
}

.flex-w24 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 24%;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
}

.flex-w25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
}

.flex-w26 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 26%;
      -ms-flex: 0 1 26%;
          flex: 0 1 26%;
}

.flex-w27 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 27%;
      -ms-flex: 0 1 27%;
          flex: 0 1 27%;
}

.flex-w28 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 28%;
      -ms-flex: 0 1 28%;
          flex: 0 1 28%;
}

.flex-w29 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 29%;
      -ms-flex: 0 1 29%;
          flex: 0 1 29%;
}

.flex-w30 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 30%;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

.flex-w31 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 31%;
      -ms-flex: 0 1 31%;
          flex: 0 1 31%;
}

.flex-w32 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 32%;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
}

.flex-w33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 33%;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
}

.flex-w34 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 34%;
      -ms-flex: 0 1 34%;
          flex: 0 1 34%;
}

.flex-w35 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 35%;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
}

.flex-w36 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 36%;
      -ms-flex: 0 1 36%;
          flex: 0 1 36%;
}

.flex-w37 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 37%;
      -ms-flex: 0 1 37%;
          flex: 0 1 37%;
}

.flex-w38 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 38%;
      -ms-flex: 0 1 38%;
          flex: 0 1 38%;
}

.flex-w39 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 39%;
      -ms-flex: 0 1 39%;
          flex: 0 1 39%;
}

.flex-w40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 40%;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}

.flex-w41 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 41%;
      -ms-flex: 0 1 41%;
          flex: 0 1 41%;
}

.flex-w42 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 42%;
      -ms-flex: 0 1 42%;
          flex: 0 1 42%;
}

.flex-w43 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 43%;
      -ms-flex: 0 1 43%;
          flex: 0 1 43%;
}

.flex-w44 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 44%;
      -ms-flex: 0 1 44%;
          flex: 0 1 44%;
}

.flex-w45 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 45%;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}

.flex-w46 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 46%;
      -ms-flex: 0 1 46%;
          flex: 0 1 46%;
}

.flex-w47 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 47%;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
}

.flex-w48 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
}

.flex-w49 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49%;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
}

.flex-w50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.flex-w51 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 51%;
      -ms-flex: 0 1 51%;
          flex: 0 1 51%;
}

.flex-w52 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 52%;
      -ms-flex: 0 1 52%;
          flex: 0 1 52%;
}

.flex-w53 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 53%;
      -ms-flex: 0 1 53%;
          flex: 0 1 53%;
}

.flex-w54 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 54%;
      -ms-flex: 0 1 54%;
          flex: 0 1 54%;
}

.flex-w55 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 55%;
      -ms-flex: 0 1 55%;
          flex: 0 1 55%;
}

.flex-w56 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 56%;
      -ms-flex: 0 1 56%;
          flex: 0 1 56%;
}

.flex-w57 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 57%;
      -ms-flex: 0 1 57%;
          flex: 0 1 57%;
}

.flex-w58 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 58%;
      -ms-flex: 0 1 58%;
          flex: 0 1 58%;
}

.flex-w59 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 59%;
      -ms-flex: 0 1 59%;
          flex: 0 1 59%;
}

.flex-w60 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 60%;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}

.flex-w61 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 61%;
      -ms-flex: 0 1 61%;
          flex: 0 1 61%;
}

.flex-w62 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 62%;
      -ms-flex: 0 1 62%;
          flex: 0 1 62%;
}

.flex-w63 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 63%;
      -ms-flex: 0 1 63%;
          flex: 0 1 63%;
}

.flex-w64 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 64%;
      -ms-flex: 0 1 64%;
          flex: 0 1 64%;
}

.flex-w65 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 65%;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
}

.flex-w66 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 66%;
      -ms-flex: 0 1 66%;
          flex: 0 1 66%;
}

.flex-w67 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 67%;
      -ms-flex: 0 1 67%;
          flex: 0 1 67%;
}

.flex-w68 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 68%;
      -ms-flex: 0 1 68%;
          flex: 0 1 68%;
}

.flex-w69 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 69%;
      -ms-flex: 0 1 69%;
          flex: 0 1 69%;
}

.flex-w70 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 70%;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
}

.flex-w71 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 71%;
      -ms-flex: 0 1 71%;
          flex: 0 1 71%;
}

.flex-w72 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 72%;
      -ms-flex: 0 1 72%;
          flex: 0 1 72%;
}

.flex-w73 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 73%;
      -ms-flex: 0 1 73%;
          flex: 0 1 73%;
}

.flex-w74 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 74%;
      -ms-flex: 0 1 74%;
          flex: 0 1 74%;
}

.flex-w75 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 75%;
      -ms-flex: 0 1 75%;
          flex: 0 1 75%;
}

.flex-w76 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 76%;
      -ms-flex: 0 1 76%;
          flex: 0 1 76%;
}

.flex-w77 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 77%;
      -ms-flex: 0 1 77%;
          flex: 0 1 77%;
}

.flex-w78 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 78%;
      -ms-flex: 0 1 78%;
          flex: 0 1 78%;
}

.flex-w79 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 79%;
      -ms-flex: 0 1 79%;
          flex: 0 1 79%;
}

.flex-w80 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 80%;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
}

.flex-w81 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 81%;
      -ms-flex: 0 1 81%;
          flex: 0 1 81%;
}

.flex-w82 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 82%;
      -ms-flex: 0 1 82%;
          flex: 0 1 82%;
}

.flex-w83 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 83%;
      -ms-flex: 0 1 83%;
          flex: 0 1 83%;
}

.flex-w84 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 84%;
      -ms-flex: 0 1 84%;
          flex: 0 1 84%;
}

.flex-w85 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 85%;
      -ms-flex: 0 1 85%;
          flex: 0 1 85%;
}

.flex-w86 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 86%;
      -ms-flex: 0 1 86%;
          flex: 0 1 86%;
}

.flex-w87 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 87%;
      -ms-flex: 0 1 87%;
          flex: 0 1 87%;
}

.flex-w88 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 88%;
      -ms-flex: 0 1 88%;
          flex: 0 1 88%;
}

.flex-w89 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 89%;
      -ms-flex: 0 1 89%;
          flex: 0 1 89%;
}

.flex-w90 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 90%;
      -ms-flex: 0 1 90%;
          flex: 0 1 90%;
}

.flex-w91 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 91%;
      -ms-flex: 0 1 91%;
          flex: 0 1 91%;
}

.flex-w92 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 92%;
      -ms-flex: 0 1 92%;
          flex: 0 1 92%;
}

.flex-w93 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 93%;
      -ms-flex: 0 1 93%;
          flex: 0 1 93%;
}

.flex-w94 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 94%;
      -ms-flex: 0 1 94%;
          flex: 0 1 94%;
}

.flex-w95 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 95%;
      -ms-flex: 0 1 95%;
          flex: 0 1 95%;
}

.flex-w96 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 96%;
      -ms-flex: 0 1 96%;
          flex: 0 1 96%;
}

.flex-w97 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 97%;
      -ms-flex: 0 1 97%;
          flex: 0 1 97%;
}

.flex-w98 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 98%;
      -ms-flex: 0 1 98%;
          flex: 0 1 98%;
}

.flex-w99 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 99%;
      -ms-flex: 0 1 99%;
          flex: 0 1 99%;
}

.flex-w100 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.as-start {
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
}
.as-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.as-end {
  -webkit-align-self: end;
      -ms-flex-item-align: end;
          align-self: end;
}

.gap5 {
  gap: 5px;
}

.gap6 {
  gap: 6px;
}

.gap7 {
  gap: 7px;
}

.gap8 {
  gap: 8px;
}

.gap9 {
  gap: 9px;
}

.gap10 {
  gap: 10px;
}

.gap11 {
  gap: 11px;
}

.gap12 {
  gap: 12px;
}

.gap13 {
  gap: 13px;
}

.gap14 {
  gap: 14px;
}

.gap15 {
  gap: 15px;
}

.gap16 {
  gap: 16px;
}

.gap17 {
  gap: 17px;
}

.gap18 {
  gap: 18px;
}

.gap19 {
  gap: 19px;
}

.gap20 {
  gap: 20px;
}

.gap21 {
  gap: 21px;
}

.gap22 {
  gap: 22px;
}

.gap23 {
  gap: 23px;
}

.gap24 {
  gap: 24px;
}

.gap25 {
  gap: 25px;
}

.gap26 {
  gap: 26px;
}

.gap27 {
  gap: 27px;
}

.gap28 {
  gap: 28px;
}

.gap29 {
  gap: 29px;
}

.gap30 {
  gap: 30px;
}

.gap31 {
  gap: 31px;
}

.gap32 {
  gap: 32px;
}

.gap33 {
  gap: 33px;
}

.gap34 {
  gap: 34px;
}

.gap35 {
  gap: 35px;
}

.gap36 {
  gap: 36px;
}

.gap37 {
  gap: 37px;
}

.gap38 {
  gap: 38px;
}

.gap39 {
  gap: 39px;
}

.gap40 {
  gap: 40px;
}

.gap41 {
  gap: 41px;
}

.gap42 {
  gap: 42px;
}

.gap43 {
  gap: 43px;
}

.gap44 {
  gap: 44px;
}

.gap45 {
  gap: 45px;
}

.gap46 {
  gap: 46px;
}

.gap47 {
  gap: 47px;
}

.gap48 {
  gap: 48px;
}

.gap49 {
  gap: 49px;
}

.gap50 {
  gap: 50px;
}

.gap51 {
  gap: 51px;
}

.gap52 {
  gap: 52px;
}

.gap53 {
  gap: 53px;
}

.gap54 {
  gap: 54px;
}

.gap55 {
  gap: 55px;
}

.gap56 {
  gap: 56px;
}

.gap57 {
  gap: 57px;
}

.gap58 {
  gap: 58px;
}

.gap59 {
  gap: 59px;
}

.gap60 {
  gap: 60px;
}

.gap61 {
  gap: 61px;
}

.gap62 {
  gap: 62px;
}

.gap63 {
  gap: 63px;
}

.gap64 {
  gap: 64px;
}

.gap65 {
  gap: 65px;
}

.gap66 {
  gap: 66px;
}

.gap67 {
  gap: 67px;
}

.gap68 {
  gap: 68px;
}

.gap69 {
  gap: 69px;
}

.gap70 {
  gap: 70px;
}

.gap71 {
  gap: 71px;
}

.gap72 {
  gap: 72px;
}

.gap73 {
  gap: 73px;
}

.gap74 {
  gap: 74px;
}

.gap75 {
  gap: 75px;
}

.gap76 {
  gap: 76px;
}

.gap77 {
  gap: 77px;
}

.gap78 {
  gap: 78px;
}

.gap79 {
  gap: 79px;
}

.gap80 {
  gap: 80px;
}

.gap81 {
  gap: 81px;
}

.gap82 {
  gap: 82px;
}

.gap83 {
  gap: 83px;
}

.gap84 {
  gap: 84px;
}

.gap85 {
  gap: 85px;
}

.gap86 {
  gap: 86px;
}

.gap87 {
  gap: 87px;
}

.gap88 {
  gap: 88px;
}

.gap89 {
  gap: 89px;
}

.gap90 {
  gap: 90px;
}

.gap91 {
  gap: 91px;
}

.gap92 {
  gap: 92px;
}

.gap93 {
  gap: 93px;
}

.gap94 {
  gap: 94px;
}

.gap95 {
  gap: 95px;
}

.gap96 {
  gap: 96px;
}

.gap97 {
  gap: 97px;
}

.gap98 {
  gap: 98px;
}

.gap99 {
  gap: 99px;
}

.gap100 {
  gap: 100px;
}

.gap1p {
  gap: 1%;
}

.gap2p {
  gap: 2%;
}

.gap3p {
  gap: 3%;
}

.gap4p {
  gap: 4%;
}

.gap5p {
  gap: 5%;
}

.gap6p {
  gap: 6%;
}

.gap7p {
  gap: 7%;
}

.gap8p {
  gap: 8%;
}

.gap9p {
  gap: 9%;
}

.gap10p {
  gap: 10%;
}

.gap11p {
  gap: 11%;
}

.gap12p {
  gap: 12%;
}

.gap13p {
  gap: 13%;
}

.gap14p {
  gap: 14%;
}

.gap15p {
  gap: 15%;
}

.gap16p {
  gap: 16%;
}

.gap17p {
  gap: 17%;
}

.gap18p {
  gap: 18%;
}

.gap19p {
  gap: 19%;
}

.gap20p {
  gap: 20%;
}

.gap21p {
  gap: 21%;
}

.gap22p {
  gap: 22%;
}

.gap23p {
  gap: 23%;
}

.gap24p {
  gap: 24%;
}

.gap25p {
  gap: 25%;
}

.gap26p {
  gap: 26%;
}

.gap27p {
  gap: 27%;
}

.gap28p {
  gap: 28%;
}

.gap29p {
  gap: 29%;
}

.gap30p {
  gap: 30%;
}

.gap31p {
  gap: 31%;
}

.gap32p {
  gap: 32%;
}

.gap33p {
  gap: 33%;
}

.gap34p {
  gap: 34%;
}

.gap35p {
  gap: 35%;
}

.gap36p {
  gap: 36%;
}

.gap37p {
  gap: 37%;
}

.gap38p {
  gap: 38%;
}

.gap39p {
  gap: 39%;
}

.gap40p {
  gap: 40%;
}

.gap41p {
  gap: 41%;
}

.gap42p {
  gap: 42%;
}

.gap43p {
  gap: 43%;
}

.gap44p {
  gap: 44%;
}

.gap45p {
  gap: 45%;
}

.gap46p {
  gap: 46%;
}

.gap47p {
  gap: 47%;
}

.gap48p {
  gap: 48%;
}

.gap49p {
  gap: 49%;
}

.gap50p {
  gap: 50%;
}

.gap51p {
  gap: 51%;
}

.gap52p {
  gap: 52%;
}

.gap53p {
  gap: 53%;
}

.gap54p {
  gap: 54%;
}

.gap55p {
  gap: 55%;
}

.gap56p {
  gap: 56%;
}

.gap57p {
  gap: 57%;
}

.gap58p {
  gap: 58%;
}

.gap59p {
  gap: 59%;
}

.gap60p {
  gap: 60%;
}

.gap61p {
  gap: 61%;
}

.gap62p {
  gap: 62%;
}

.gap63p {
  gap: 63%;
}

.gap64p {
  gap: 64%;
}

.gap65p {
  gap: 65%;
}

.gap66p {
  gap: 66%;
}

.gap67p {
  gap: 67%;
}

.gap68p {
  gap: 68%;
}

.gap69p {
  gap: 69%;
}

.gap70p {
  gap: 70%;
}

.gap71p {
  gap: 71%;
}

.gap72p {
  gap: 72%;
}

.gap73p {
  gap: 73%;
}

.gap74p {
  gap: 74%;
}

.gap75p {
  gap: 75%;
}

.gap76p {
  gap: 76%;
}

.gap77p {
  gap: 77%;
}

.gap78p {
  gap: 78%;
}

.gap79p {
  gap: 79%;
}

.gap80p {
  gap: 80%;
}

.gap81p {
  gap: 81%;
}

.gap82p {
  gap: 82%;
}

.gap83p {
  gap: 83%;
}

.gap84p {
  gap: 84%;
}

.gap85p {
  gap: 85%;
}

.gap86p {
  gap: 86%;
}

.gap87p {
  gap: 87%;
}

.gap88p {
  gap: 88%;
}

.gap89p {
  gap: 89%;
}

.gap90p {
  gap: 90%;
}

.gap91p {
  gap: 91%;
}

.gap92p {
  gap: 92%;
}

.gap93p {
  gap: 93%;
}

.gap94p {
  gap: 94%;
}

.gap95p {
  gap: 95%;
}

.gap96p {
  gap: 96%;
}

.gap97p {
  gap: 97%;
}

.gap98p {
  gap: 98%;
}

.gap99p {
  gap: 99%;
}

.gap100p {
  gap: 100%;
}

.col1 {
  grid-column: span 4;
}
@media print, screen and (min-width: 769px) {
  .col1 {
    grid-column: span 1;
  }
}

.col2 {
  grid-column: span 4;
}
@media print, screen and (min-width: 769px) {
  .col2 {
    grid-column: span 2;
  }
}

.col3 {
  grid-column: span 4;
}
@media print, screen and (min-width: 769px) {
  .col3 {
    grid-column: span 3;
  }
}

.col4 {
  grid-column: span 4;
}
@media print, screen and (min-width: 769px) {
  .col4 {
    grid-column: span 4;
  }
}

.col5 {
  grid-column: span 4;
}
@media print, screen and (min-width: 769px) {
  .col5 {
    grid-column: span 5;
  }
}

.col6 {
  grid-column: span 4;
}
@media print, screen and (min-width: 769px) {
  .col6 {
    grid-column: span 6;
  }
}

.col7 {
  grid-column: span 4;
}
@media print, screen and (min-width: 769px) {
  .col7 {
    grid-column: span 7;
  }
}

.col8 {
  grid-column: span 4;
}
@media print, screen and (min-width: 769px) {
  .col8 {
    grid-column: span 8;
  }
}

.col9 {
  grid-column: span 4;
}
@media print, screen and (min-width: 769px) {
  .col9 {
    grid-column: span 9;
  }
}

.col10 {
  grid-column: span 4;
}
@media print, screen and (min-width: 769px) {
  .col10 {
    grid-column: span 10;
  }
}

.col11 {
  grid-column: span 4;
}
@media print, screen and (min-width: 769px) {
  .col11 {
    grid-column: span 11;
  }
}

.col12 {
  grid-column: span 4;
}
@media print, screen and (min-width: 769px) {
  .col12 {
    grid-column: span 12;
  }
}

.col-sp1 {
  grid-column: span 2;
}
@media print, screen and (min-width: 769px) {
  .col-sp1 {
    grid-column: span 1;
  }
}

.col-sp2 {
  grid-column: span 2;
}
@media print, screen and (min-width: 769px) {
  .col-sp2 {
    grid-column: span 2;
  }
}

.col-sp3 {
  grid-column: span 2;
}
@media print, screen and (min-width: 769px) {
  .col-sp3 {
    grid-column: span 3;
  }
}

.col-sp4 {
  grid-column: span 2;
}
@media print, screen and (min-width: 769px) {
  .col-sp4 {
    grid-column: span 4;
  }
}

.col-sp5 {
  grid-column: span 2;
}
@media print, screen and (min-width: 769px) {
  .col-sp5 {
    grid-column: span 5;
  }
}

.col-sp6 {
  grid-column: span 2;
}
@media print, screen and (min-width: 769px) {
  .col-sp6 {
    grid-column: span 6;
  }
}

.col-sp7 {
  grid-column: span 2;
}
@media print, screen and (min-width: 769px) {
  .col-sp7 {
    grid-column: span 7;
  }
}

.col-sp8 {
  grid-column: span 2;
}
@media print, screen and (min-width: 769px) {
  .col-sp8 {
    grid-column: span 8;
  }
}

.col-sp9 {
  grid-column: span 2;
}
@media print, screen and (min-width: 769px) {
  .col-sp9 {
    grid-column: span 9;
  }
}

.col-sp10 {
  grid-column: span 2;
}
@media print, screen and (min-width: 769px) {
  .col-sp10 {
    grid-column: span 10;
  }
}

.col-sp11 {
  grid-column: span 2;
}
@media print, screen and (min-width: 769px) {
  .col-sp11 {
    grid-column: span 11;
  }
}

.col-sp12 {
  grid-column: span 2;
}
@media print, screen and (min-width: 769px) {
  .col-sp12 {
    grid-column: span 12;
  }
}

.row1 {
  grid-row: span 1;
}

.row2 {
  grid-row: span 2;
}

.row3 {
  grid-row: span 3;
}

.row4 {
  grid-row: span 4;
}

.row5 {
  grid-row: span 5;
}

.row6 {
  grid-row: span 6;
}

.row7 {
  grid-row: span 7;
}

.row8 {
  grid-row: span 8;
}

.row9 {
  grid-row: span 9;
}

.row10 {
  grid-row: span 10;
}

.row11 {
  grid-row: span 11;
}

.row12 {
  grid-row: span 12;
}

.header {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: var(--header-height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  background-color: #fff;
  border-bottom: 1px solid #1e9632;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s ease, padding 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, padding 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, padding 0.3s ease, -webkit-transform 0.3s ease;
}
.header.fixed {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  padding-top: 0;
  width: 100%;
}
.header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 90%;
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (max-width: 1199px) {
  .header__inner {
    padding-right: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
  }
}
.header__title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 30%;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  text-align: center;
  margin-top: -10px;
  max-width: 442px;
}
@media screen and (max-width: 1199px) {
  .header__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 308px;
  }
}
@media print, screen and (min-width: 1200px) {
  .header__title {
    margin-top: 0;
  }
}
.header__title .home-link {
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .header__title .home-link {
    padding: 0;
    vertical-align: middle;
  }
  .header__title .home-link img {
    width: 100%;
    max-width: 284px;
  }
}

.gnavi {
  text-align: left;
  line-height: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
}
@media print, screen and (min-width: 1200px) {
  .gnavi {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
  }
}
.gnavi .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .gnavi .menu {
    display: block;
    height: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .gnavi .menu.pc-menu {
    display: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .gnavi .menu.sp-menu {
    display: none;
  }
}
@media print, screen and (min-width: 1200px) {
  .gnavi .menu > .menu-item:last-child a {
    background-color: #1e9632;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gnavi .menu > .menu-item:last-child a:hover {
    background-color: #fff;
    color: #1e9632;
    opacity: 1;
    outline: 1px solid #1e9632;
  }
}
.gnavi .reservation-btn .gnavi__link {
  padding: 20px;
}
.gnavi .reservation-btn .gnavi__link span {
  display: block;
  text-align: center;
  line-height: 1.4;
}
.gnavi .reservation-btn .gnavi__link span.l-sm {
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.gnavi .menu-item {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .gnavi .menu-item {
    border-bottom: 1px solid #1e9632;
  }
}
.gnavi .menu-item .nav-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
}
@media screen and (max-width: 1199px) {
  .gnavi .menu-item .nav-parent {
    position: relative;
  }
  .gnavi .menu-item .nav-parent .gnavi__link::after {
    right: 80px;
  }
}
.gnavi .menu-item .nav-toggle {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 60px;
  height: 100%;
  background: #1e9632;
}
.gnavi .menu-item .nav-toggle span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 16px;
  width: 33px;
  height: 2px;
  background-color: #fff;
}
.gnavi .menu-item .nav-toggle span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  opacity: 1;
}
.gnavi .menu-item .nav-toggle span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.gnavi .menu-item.active .nav-parent .gnavi__link::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.gnavi .menu-item.active .nav-toggle span:nth-of-type(1) {
  opacity: 0;
}
.gnavi .menu-item.active .nav-toggle span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.gnavi__link {
  display: block;
  text-decoration: none;
  padding: 10px 16px 20px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1.25rem;
}
@media screen and (max-width: 1199px) {
  .gnavi__link {
    width: calc(100% - 60px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 0 18px 24px;
    font-size: 1rem;
    line-height: 1.4;
  }
  .gnavi__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 18px;
    height: 27px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: url("/resource/img/common/nav-arrow.svg") no-repeat center/contain;
  }
}
.gnavi .nav-parent .gnavi__link {
  width: calc(100% - 120px);
}
.gnavi a.is-current,
.gnavi a.is-current-external {
  color: #1e9632;
}
@media screen and (max-width: 1199px) {
  .gnavi a.is-current,
  .gnavi a.is-current-external {
    color: #231815;
  }
}

.sub-menu {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: none;
  -webkit-transition: none;
  transition: none;
}
@media print, screen and (min-width: 1200px) {
  .sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 80px;
    z-index: 4;
    background: #fff;
    border-radius: 27px;
    width: 300px;
    visibility: hidden;
    opacity: 0;
  }
}
.sub-menu .menu-item {
  position: relative;
}
.sub-menu .menu-item .gnavi__link {
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .sub-menu .menu-item:first-of-type {
    border-top: 1px solid #1e9632;
  }
}

.menu-item:has(> ul) {
  position: relative;
}
@media print, screen and (min-width: 1200px) {
  .menu-item:has(> ul)::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 3;
  }
}
.menu-item:has(> ul):hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}

.menu-item:has(ul):hover > ul,
.menu-item:has(ul) ul li:hover > ul,
.menu-item:has(ul):active > ul,
.menu-item:has(ul) ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

.menu-item:has(ul) ul li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .menu-item:has(ul)::before {
    left: 20px;
  }
  nav ul ul li:has(ul)::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: 20px;
  }
  nav ul li:has(ul).active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media screen and (max-width: 1199px) {
  #g-nav {
    position: fixed;
    z-index: -1;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: calc(100dvh - var(--header-height));
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    opacity: 0;
  }
  .menu.sp-menu {
    display: none;
  }
  #g-nav.panelactive {
    top: var(--header-height);
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    z-index: 997;
  }
  #g-nav.panelactive .menu.sp-menu {
    display: block;
    padding-bottom: 60px;
  }
  #g-nav.panelactive #g-nav-list {
    z-index: 997;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .openbtn {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 60px;
    height: 100%;
    background: #1e9632;
  }
  .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 16px;
    width: 30px;
    height: 5px;
    background-color: #fff;
  }
  .openbtn span:nth-of-type(1) {
    top: 17px;
  }
  .openbtn span:nth-of-type(2) {
    top: 27px;
  }
  .openbtn span:nth-of-type(3) {
    top: 37px;
  }
  .openbtn.active span {
    width: 33px;
    height: 2px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 23px;
    left: 15px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 35px;
    left: 15px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }
}
.breadcrumb-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  border-radius: 1.5px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.breadcrumb-list li {
  display: inline;
  margin-right: 10px;
}
.breadcrumb-list li a {
  color: #333;
  position: relative;
  padding-right: 20px;
}
.breadcrumb-list li a:hover {
  color: #231815;
}
.breadcrumb-list li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.breadcrumb-separator {
  color: #333;
}

.footer {
  position: relative;
  margin-top: 140px;
  padding-block: 45px 80px;
  background: #1e9632;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 60px;
    padding-block: 20px 14px;
  }
}
.footer::before {
  position: absolute;
  content: "";
  top: -79px;
  left: 0;
  width: 100%;
  height: 80px;
  background: url(/resource/img/common/footer-bg.png) repeat-x;
  background-size: 1330px;
}
@media screen and (max-width: 768px) {
  .footer::before {
    top: -39px;
    height: 40px;
    background-size: 665px;
  }
}
.footer .sitemap {
  font-size: 0.8125rem;
  font-weight: 700;
}
.footer .sitemap__title {
  font-size: 0.875rem;
  margin-bottom: 15px;
}
.footer .sitemap__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px 4.5%;
}
@media screen and (max-width: 991px) {
  .footer .sitemap__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.footer .sitemap__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 991px) {
  .footer .sitemap__list {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}
.footer .sitemap__item.category-title {
  font-size: 0.9375rem;
}
.footer .sitemap__link {
  color: #fff;
}
.footer .copy {
  text-align: center;
  font-size: 0.5625rem;
}

.top .slider {
  width: 100%;
  margin-top: var(--header-height);
  overflow: hidden;
}
.top .slider .slider-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  outline: 1px solid #1e9632;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  padding-block: clamp(1.5rem, 0.232rem + 1.53vw, 2.063rem);
  padding-inline: 4%;
  text-align: center;
  font-weight: 600;
  color: #1e9632;
}
@media screen and (max-width: 768px) {
  .top .slider .slider-text {
    padding-block: 0.5rem;
  }
}
.top .slider .slider-text .sm-text {
  font-size: clamp(1.125rem, 0.657rem + 0.75vw, 1.563rem);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .top .slider .slider-text .sm-text {
    line-height: 1.7;
    font-size: 0.625rem;
  }
}
.top .slider .slider-text .mid-text {
  font-size: clamp(1.5rem, -0.191rem + 2.03vw, 2.25rem);
}
@media screen and (max-width: 768px) {
  .top .slider .slider-text .mid-text {
    font-size: 0.6875rem;
  }
}
.top .slider .slider-pic {
  overflow: hidden;
}
.top .slider .slider-pic img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
}
.top section {
  padding-block: 40px;
}
@media screen and (max-width: 768px) {
  .top section {
    padding-block: 30px;
  }
}
.top section:first-child {
  margin-top: 0;
}
.top .news {
  padding: 0;
}
.top .news__title {
  color: #d2ead6;
  margin-bottom: 0;
}
.top .news__title .en,
.top .news__title .ja {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .top .news__title .en,
  .top .news__title .ja {
    line-height: 1.4;
  }
}
.top .news__title .en {
  text-align: left;
  line-height: 1;
}
.top .news__title .ja {
  color: #333;
}
.top .news__list {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top .news__list {
    margin-top: 10px;
  }
}
.top .news__item {
  border-bottom: 1px solid #1e9632;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .top .news__item {
    font-size: 1rem;
  }
}
.top .news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 22px;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .top .news__link {
    padding: 12px 14px;
  }
}
.top .text-link {
  display: block;
  color: #1e9632;
  font-weight: 700;
  text-align: right;
}
.top .top__reservation-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  margin-block: 60px 80px;
  font-weight: 500;
  font-size: 1.625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top .top__reservation-btn {
    margin-block: 24px 30px;
    font-size: 1.0625rem;
  }
}
.top .top__reservation-btn .l-sm {
  line-height: 1.7;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .top .top__reservation-btn .l-sm {
    font-size: 0.6875rem;
  }
}
.top .top__reservation-btn .l-ls {
  letter-spacing: 0.2rem;
  text-indent: 0.1em;
}
@media screen and (max-width: 768px) {
  .top .top__reservation-btn .l-ls {
    margin-top: 8px;
  }
}
.top .products__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16%, 1fr));
  gap: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top .products__list {
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
    gap: 12px;
  }
}
.top .products__link {
  border: 1px solid #1e9632;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top .products__link .products__name {
  display: grid;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 118px;
  line-height: 1.3;
  text-align: center;
  color: var(--btn-color);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: clamp(0.813rem, 0.385rem + 0.89vw, 1.125rem);
}
@media screen and (max-width: 768px) {
  .top .products__link .products__name {
    height: 60px;
    font-size: 0.8125rem;
  }
}
.top .products__link:hover .products__name {
  color: #fff;
}
.top .company__bg {
  background: url(/resource/img/common/company_header.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.top .company__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  gap: 17px 60px;
  width: 90%;
  max-width: 970px;
  margin-inline: auto;
  padding-block: 48px;
}
@media screen and (max-width: 768px) {
  .top .company__list {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
    gap: 15px;
  }
}
.top .company__link {
  position: relative;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding-block: 4px;
  background: rgba(0, 0, 0, 0.4);
  font-size: 0.9375rem;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
@media screen and (max-width: 768px) {
  .top .company__link {
    font-size: 0.8125rem;
  }
}

.page-company section {
  padding-block: 22px;
}
@media screen and (max-width: 768px) {
  .page-company section {
    padding-block: 10px;
  }
}
.page-company section:first-child {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page-company section:first-child {
    padding-block: 15px;
    margin-top: 15px;
  }
}
.page-company .company .h3 {
  margin-top: 20px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .page-company .company .h3 {
    font-size: 0.75rem;
  }
}
.page-company .company .h4 {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .page-company .company .h4 {
    margin-bottom: 4px;
  }
}
.page-company .company .catch {
  background: #6bb93f;
  color: #fff;
  font-weight: 600;
  font-size: 1.5625rem;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  padding: 2px 20px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .page-company .company .catch {
    font-size: 0.75rem;
  }
}
.page-company .company .catch + * {
  margin-top: 20px;
}
.page-company .company .safety-philosophy__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(44%, 1fr));
  gap: 4%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 44px;
}
@media screen and (max-width: 768px) {
  .page-company .company .safety-philosophy__row {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    margin-top: 20px;
  }
}
.page-company .company .safety-philosophy .box--green {
  padding: 18px 20px;
  background: #e1f1d9;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}
@media screen and (max-width: 768px) {
  .page-company .company .safety-philosophy .box--green {
    padding: 8px 10px;
  }
}
.page-company .company-profile .officerList {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-company .company-profile .officerList div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .page-company .company-profile .officerList div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
  }
}
.page-company .company-profile .officerList dt {
  min-width: 130px;
}
@media screen and (max-width: 768px) {
  .page-company .company-profile .officerList dt {
    min-width: 78px;
  }
}
.page-company .company-profile .officerList dd {
  width: 100%;
}
.page-company .company-profile .officerList .fit {
  max-width: 120px;
}
.page-company .history__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page-company .history__item {
    padding: 4px 0;
    gap: 4px;
  }
}
.page-company .history__item dt {
  width: 150px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .page-company .history__item dt {
    width: 70px;
  }
}
.page-company .licenses .table--normal th {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .page-company .licenses .table--normal th {
    width: 47%;
  }
}
.page-company .licenses .table--normal td {
  width: 22%;
}
@media screen and (max-width: 768px) {
  .page-company .licenses .table--normal td {
    width: auto;
  }
}
.page-company .licenses .table--normal td + td {
  width: auto;
}
.page-company .certifications__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-company .certifications__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .page-company .certifications__row .read-text {
    font-size: 0.875rem;
  }
}
.page-company .group-companies__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .page-company .group-companies__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page-company .group-companies__list li {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .page-company .group-companies__list li {
    width: 46%;
  }
}
.page-company .group-companies__list li:has(.logo_hirogas) {
  width: 17%;
}
@media screen and (max-width: 768px) {
  .page-company .group-companies__list li:has(.logo_hirogas) {
    width: 30%;
  }
}
.page-company .group-companies__list li a {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-company .group-companies__list li img {
    max-width: 100%;
    max-height: 50px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left bottom;
       object-position: left bottom;
  }
}
.page-company .group-companies__list li .logo_hirogas {
  width: 100%;
  max-width: 168px;
}
.page-company .right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-company .right-box {
    margin-top: 20px;
  }
}
.page-company .right-box img {
  max-width: 150px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .page-company .right-box img {
    max-width: 110px;
  }
}
.page-company .officerList .date {
  margin-left: auto;
}

.page-products h3 {
  font-size: 20px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .page-products h3 {
    font-size: 12px;
  }
}
.page-products h3 span.num {
  font-family: "Oswald", sans-serif;
  font-size: 36px;
  padding-right: 1rem;
  font-weight: 500;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  .page-products h3 span.num {
    font-size: 20px;
    padding-right: 10px;
  }
}
.page-products h3 dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .page-products h3 dl {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.page-products h4 {
  font-size: 18px;
  padding: 2px 10px;
  background-color: var(--palette-brown);
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .page-products h4 {
    font-size: 11px;
    margin-bottom: 3px;
  }
}
.page-products h4.bg-w {
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page-products p.mb50 {
    margin-bottom: 12px;
  }
}
.page-products .contentMaxInner.sp-only.biz {
  margin-top: 30px;
}
.page-products .btn--outline {
  font-size: 25px;
  margin-bottom: 78px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .page-products .btn--outline {
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.page-products .btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-top: 35px;
  margin-bottom: 33px;
}
.page-products .btn-flex .btn {
  font-size: 16px;
  padding: 25px 8px;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}
.page-products .btn-flex .btn--outline {
  margin-top: 0;
  margin-bottom: 0;
}
.page-products .section-ttl {
  width: 100vw;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  font-size: 25px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 57px;
}
.page-products .section-ttl-sp {
  width: 100%;
  padding: 11px 0;
  text-align: center;
  color: #fff;
  font-size: 13px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  letter-spacing: 0.2em;
  cursor: pointer;
}
.page-products .arrow-u {
  position: relative;
  display: block;
  margin-right: 11px;
  margin-left: auto;
}
.page-products .arrow-u:before,
.page-products .arrow-u:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
}
.page-products .arrow-u:before {
  width: 26px;
  height: 26px;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -35px;
}
.page-products .arrow-u:after {
  display: none;
}
.page-products .open .arrow-u:before {
  width: 2px;
  height: 36px;
  border: none;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: calc(50% - 22px);
  right: 11px;
}
.page-products .open .arrow-u:after {
  display: block;
  width: 2px;
  height: 36px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 22px);
  right: 11px;
}
.page-products .bg-hami {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 30px 0;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 769px) {
  .page-products .bg-hami:has(.flex-container) {
    padding: 0px;
  }
  .page-products .bg-hami:has(.flex-container) h3 {
    padding-top: 30px;
    line-height: normal;
  }
}
@media screen and (max-width: 768px) {
  .page-products .bg-hami {
    padding: 11px;
    margin-bottom: 15px;
  }
}
.page-products .bg-hami.sp-only .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
  margin-top: 5px;
}
.page-products .bg-hami.sp-only .flex-container img {
  max-width: 207px;
}
.page-products .flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
.page-products .flex-container h3 {
  line-height: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .page-products .flex-container h3 {
    margin-bottom: 3px;
  }
}
.page-products .flex-container img {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: auto;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .page-products .flex-container img {
    max-width: none;
    width: 100%;
  }
}
.page-products .flex-container img.special {
  max-width: 476px;
}
.page-products .flex-container img.w315 {
  max-width: 315px;
}
.page-products .flex-container .txtbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .page-products .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    margin-bottom: 12px;
  }
}
.page-products .minor {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page-products .minor {
    margin-bottom: 15px;
  }
}
.page-products .minor--first .flex-container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-products .minor--first .flex-container {
    margin-top: 12px;
  }
}
.page-products .minor--first .flex-container img {
  max-width: 191px !important;
}
@media screen and (max-width: 768px) {
  .page-products .minor--first .flex-container img {
    max-width: 61px !important;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 0;
  }
}
.page-products .minor--fourth img:first-of-type {
  max-width: 614px;
}
.page-products .minor--fourth img:nth-of-type(2) {
  max-width: 315px !important;
}
.page-products .minor--fifth .flex-container:first-of-type {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-products .minor--fifth .flex-container:first-of-type img {
  max-width: 315px;
}
.page-products .minor--fifth .flex-container:first-of-type .txtbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-products .minor--fifth .flex-container:first-of-type .txt-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-products .minor--fifth .flex-container:first-of-type .txt-column p:last-of-type {
  margin-bottom: 0px;
  margin-top: auto;
  font-size: 14px;
  text-align: right;
}
.page-products .minor--fifth .flex-container:last-of-type {
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .page-products .minor--fifth .flex-container:last-of-type {
    margin-top: 15px;
  }
}
.page-products .minor--fifth .flex-container:last-of-type .txtbox .strong {
  color: var(--palette-brown);
  font-weight: bold;
}
.page-products .flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-products .flex-item img {
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .page-products .flex-item img {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 768px) {
  .page-products #biz,
  .page-products #port,
  .page-products #engineering,
  .page-products #construction,
  .page-products #civil {
    display: none;
    padding-top: 12px;
  }
}
.page-products .biz .section-ttl {
  background-image: url(/resource/img/products/ttlbg01.jpg);
}
.page-products .biz h3 {
  color: var(--palette-green-dark);
}
.page-products .biz .bg-hami {
  background-color: var(--palette-green-light);
}
.page-products .biz .section-ttl-sp {
  background-image: url(/resource/img/products/ttlbg01_sp.jpg);
}
.page-products .biz .sp-only img.mb20 {
  margin-bottom: 3px;
}
.page-products .biz .sp-only img.mb40 {
  margin-bottom: 30px;
}
.page-products .port .section-ttl {
  background-image: url(/resource/img/products/ttlbg02.jpg);
}
.page-products .port h3 {
  color: var(--palette-blue);
}
.page-products .port .bg-hami {
  background-color: var(--palette-blue-light);
}
.page-products .port .section-ttl-sp {
  background-image: url(/resource/img/products/ttlbg02_sp.jpg);
}
.page-products .engineering .section-ttl {
  background-image: url(/resource/img/products/ttlbg03.jpg);
}
.page-products .engineering h3 {
  color: var(--palette-brown);
}
.page-products .engineering .bg-hami {
  background-color: var(--palette-brown-light);
}
.page-products .engineering .section-ttl-sp {
  background-image: url(/resource/img/products/ttlbg03_sp.jpg);
}
@media screen and (max-width: 768px) {
  .page-products .engineering .container--r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-products .engineering .container--r img {
  max-width: 312px;
}
@media screen and (max-width: 768px) {
  .page-products .engineering .container--r img {
    max-width: 145px;
  }
}
.page-products .engineering .container--r .txtbox {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.page-products .engineering .container--r p {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .page-products .engineering .container--r p {
    font-size: 11px;
    margin-bottom: 3px;
  }
}
.page-products .engineering h4.bg-w {
  color: var(--palette-brown);
  border: 1px solid var(--palette-brown);
}
@media screen and (max-width: 768px) {
  .page-products .engineering h4.bg-w {
    padding: 0 3px;
  }
}
.page-products .construction .section-ttl {
  background-image: url(/resource/img/products/ttlbg04.jpg);
}
.page-products .construction h3 {
  color: var(--palette-purple);
}
.page-products .construction h3.h3-height {
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .page-products .construction h3.h3-height {
    line-height: 1rem;
  }
}
.page-products .construction .bg-hami {
  background-color: var(--palette-purple-light);
}
.page-products .construction .section-ttl-sp {
  background-image: url(/resource/img/products/ttlbg04_sp.jpg);
}
.page-products .construction h4.bg-w {
  color: var(--palette-purple);
  border: 1px solid var(--palette-purple);
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-products .construction h4.bg-w {
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-products .construction img.mb60 {
    margin-bottom: 14px;
  }
}
.page-products .construction .flex-container--construction img {
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .page-products .construction .flex-container--construction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.page-products .civil .section-ttl {
  background-image: url(/resource/img/products/ttlbg05.jpg);
}
.page-products .civil h3 {
  color: var(--palette-red);
}
.page-products .civil .bg-hami {
  background-color: var(--palette-red-light);
}
.page-products .civil .section-ttl-sp {
  background-image: url(/resource/img/products/ttlbg05_sp.jpg);
}
.page-products .civil .flex-container--civil-first {
  gap: 35px;
  margin-top: 40px;
}
.page-products .civil .flex-container--civil-first img {
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .page-products .civil .flex-container--civil-first {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
    margin-top: 5px;
  }
}
.page-products .civil .flex-container--civil-last img {
  width: 100%;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .page-products .civil .flex-container--civil-last {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .page-products .civil p.mb30 {
    margin-bottom: 5px;
  }
}

.page-recruit section {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .page-recruit section {
    margin-top: 30px;
  }
}
.page-recruit section:first-of-type {
  margin-top: 0;
}
.page-recruit .entry {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-recruit .entry {
    margin-top: 30px;
  }
}
.page-recruit .entry .title--entry {
  color: #1e9632;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-recruit .entry .title--entry {
    font-size: 0.6875rem;
  }
}
.page-recruit .contact {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-recruit .contact {
    margin-top: 20px;
  }
}
.page-recruit .bg-blue {
  background: var(--palette-blue2-light);
}
.page-recruit .bnr_area {
  margin-block: 80px 60px;
}
@media screen and (max-width: 768px) {
  .page-recruit .bnr_area {
    margin-block: 15px;
  }
}
.page-recruit .job-info td .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-recruit .recruit-index .bnr_area.recruit-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .bnr_area.recruit-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-block: 15px 30px;
  }
}
.page-recruit .recruit-index .interview {
  --diagonal-size: clamp(60px, 10vw, 178px);
  --diagonal-cut: clamp(20px, 1.5vw, 30px);
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview {
    --diagonal-size: clamp(38px, 12vw, 150px);
    --diagonal-cut: clamp(12px, 3vw, 24px);
  }
}
.page-recruit .recruit-index .interview {
  position: relative;
  margin-top: 0;
  overflow: hidden;
}
.page-recruit .recruit-index .interview::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: var(--diagonal-size);
  z-index: 1;
}
.page-recruit .recruit-index .interview:nth-child(odd) {
  padding-block: 60px 80px;
  background: var(--palette-blue2-light);
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview:nth-child(odd) {
    padding-block: 30px 25px;
  }
}
.page-recruit .recruit-index .interview:nth-child(odd)::after {
  background: #fff;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.page-recruit .recruit-index .interview:nth-child(odd) .interview__schedule {
  background: #fff;
}
.page-recruit .recruit-index .interview:nth-child(odd) .interview__holiday .interview__photo img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--diagonal-cut)), 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--diagonal-cut)), 0 100%);
}
.page-recruit .recruit-index .interview:nth-child(even) {
  padding-block: 60px 15px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview:nth-child(even) {
    padding-block: 30px 40px;
  }
}
.page-recruit .recruit-index .interview:nth-child(even)::after {
  background: var(--palette-blue2-light);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.page-recruit .recruit-index .interview:nth-child(even) .interview__schedule {
  background: var(--palette-blue2-light);
}
.page-recruit .recruit-index .interview:nth-child(even) .interview__holiday {
  margin-top: 80px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview:nth-child(even) .interview__holiday {
    margin-top: 15px;
  }
}
.page-recruit .recruit-index .interview:nth-child(even) .interview__holiday .interview__photo img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - var(--diagonal-cut)));
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - var(--diagonal-cut)));
}
.page-recruit .recruit-index .interview#message_04 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview#message_04 {
    margin-bottom: 0;
  }
}
.page-recruit .recruit-index .interview#message_04::after {
  background: #fff;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
}
.page-recruit .recruit-index .interview .interview__inner + .interview__inner {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview .interview__inner + .interview__inner {
    margin-top: 15px;
  }
}
.page-recruit .recruit-index .interview__header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 22px;
  }
}
.page-recruit .recruit-index .interview__photo {
  width: 52%;
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__photo {
    width: 100%;
    max-width: 100%;
  }
}
.page-recruit .recruit-index .interview__profile {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__profile {
    width: 100%;
  }
}
.page-recruit .recruit-index .interview__catch {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 40px;
  border: 6px solid var(--palette-blue);
  background: #fff;
  color: var(--palette-blue);
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__catch {
    font-size: 1rem;
    width: 100%;
    padding: 18px 10px;
    border: 3px solid var(--palette-blue);
    text-align: center;
  }
}
.page-recruit .recruit-index .interview__catch::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  border-style: solid;
  border-width: 0 36px 48px 0;
  border-color: transparent var(--palette-blue) transparent transparent;
  translate: -100% -50%;
  -webkit-transform: skewY(-20deg);
          transform: skewY(-20deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__catch::before {
    top: auto;
    bottom: -21px;
    left: 50%;
    border-width: 21px 16px 0 16px;
    border-color: var(--palette-blue) transparent transparent transparent;
    translate: -50% 0;
    -webkit-transform: none;
            transform: none;
  }
}
.page-recruit .recruit-index .interview__catch::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 6px;
  border-style: solid;
  border-width: 0 30px 38px 0;
  border-color: transparent #fff transparent transparent;
  translate: -100% -50%;
  -webkit-transform: skewY(-20deg);
          transform: skewY(-20deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__catch::after {
    top: auto;
    bottom: -15px;
    left: 50%;
    border-width: 18px 14px 0 14px;
    border-color: #fff transparent transparent transparent;
    translate: -50% 0;
    -webkit-transform: none;
            transform: none;
  }
}
.page-recruit .recruit-index .interview__catch .num {
  position: absolute;
  top: -48px;
  left: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 75px;
  height: 75px;
  padding-inline: 12px;
  background: var(--palette-blue);
  color: #fff;
  font-size: 3.375rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__catch .num {
    top: -16px;
    left: 14px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 4px;
    font-size: 1.4375rem;
  }
}
.page-recruit .recruit-index .interview__meta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 196px;
  padding: 16px 20px;
  margin-top: 24px;
  background: rgba(250, 235, 0, 0.5);
  color: #716a1b;
  font-weight: 700;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__meta {
    position: absolute;
    bottom: 35%;
    right: 0;
    min-width: 101px;
    margin-top: 0;
    padding: 10px;
    font-size: clamp(0.5rem, 0.261rem + 1.02vw, 0.75rem);
  }
}
.page-recruit .recruit-index .interview__meta-item:first-child {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__meta-item:first-child {
    font-size: 0.6875rem;
  }
}
.page-recruit .recruit-index .interview__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
    gap: 15px;
  }
}
.page-recruit .recruit-index .interview__content .interview__qa {
  padding-block: 24px;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__content .interview__qa {
    padding-block: 15px;
  }
}
.page-recruit .recruit-index .interview__content .interview__qa:first-child {
  padding-top: 0;
}
.page-recruit .recruit-index .interview__content .interview__qa + .interview__qa {
  border-top: 1px solid var(--palette-blue);
}
.page-recruit .recruit-index .interview__content .interview__qa:last-child {
  padding-bottom: 0;
}
.page-recruit .recruit-index .interview__qawrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__qawrap {
    width: 100%;
  }
}
.page-recruit .recruit-index .interview__question {
  margin-bottom: 10px;
  color: var(--palette-blue);
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__question {
    font-size: 1rem;
  }
}
.page-recruit .recruit-index .interview__answer {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__answer {
    font-size: 0.6875rem;
  }
}
.page-recruit .recruit-index .interview__schedule {
  position: relative;
  padding: 70px 18px 18px;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__schedule {
    padding: 30px 10px 10px;
  }
}
.page-recruit .recruit-index .interview__schedule-title {
  padding: 4px 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--palette-blue);
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__schedule-title {
    padding: 2px 20px;
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__schedule-timetable {
    max-width: 400px;
    margin-inline: auto;
  }
}
.page-recruit .recruit-index .interview__holiday {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.page-recruit .recruit-index .interview__holiday .interview__holidayinner {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-recruit .recruit-index .interview__holiday .interview__photo {
  max-width: 200px;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .interview__holiday .interview__photo {
    min-width: 110px;
    overflow: hidden;
  }
}
.page-recruit .recruit-index .job-info {
  margin-top: 0;
  padding-block: 40px 60px;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .job-info {
    padding-block: 30px 60px;
  }
}
.page-recruit .recruit-index .job-info__title {
  padding: 10px;
  border: 5px solid var(--palette-blue);
  text-align: center;
  font-weight: 700;
  font-size: 1.75rem;
  color: var(--palette-blue);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .page-recruit .recruit-index .job-info__title {
    font-size: 1rem;
    border: 3px solid var(--palette-blue);
  }
}
@media screen and (max-width: 768px) {
  .page-recruit .midcareer .job-info td .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-recruit .midcareer .btn--entry {
  max-width: 647px;
  margin-top: 20px;
  margin-inline: auto;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .page-recruit .midcareer .btn--entry {
    max-width: 192px;
    font-size: 1rem;
  }
}

.page-works .title--green {
  --title-color: #1e9632;
}
.page-works .title--green-dark {
  --title-color: var(--palette-green-dark);
}
.page-works .title--blue {
  --title-color: var(--palette-blue);
}
.page-works .title--brown {
  --title-color: var(--palette-brown);
}
.page-works .title--purple {
  --title-color: var(--palette-purple);
}
.page-works .title--red {
  --title-color: var(--palette-red);
}
.page-works .title--underline {
  padding: 10px;
  text-align: center;
  font-weight: 700;
  color: var(--title-color);
  border-bottom: 1px solid var(--title-color);
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .page-works .title--underline {
    padding: 4px;
    font-size: 0.8125rem;
  }
}
.page-works .works {
  font-weight: 500;
}
.page-works .works__nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .page-works .works__nav {
    grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
    gap: 5px;
    margin-top: 30px;
  }
}
.page-works .works__nav a {
  padding: 20px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .page-works .works__nav a {
    padding: 12px 4px;
    font-size: 0.8125rem;
  }
}
.page-works .works__section {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-works .works__section {
    padding-top: 20px;
  }
}
.page-works .works__section .facility-name {
  margin-top: 10px;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-works .works__section .facility-name {
    font-size: 0.75rem;
  }
}
.page-works .works__section:has(.title--green-dark) .facility-name {
  color: var(--palette-green-dark);
}
.page-works .works__section:has(.title--brown) .facility-name {
  color: var(--palette-brown);
}
.page-works .works__section:has(.title--purple) .facility-name {
  color: var(--palette-purple);
}
.page-works .works__section:has(.title--red) .facility-name {
  color: var(--palette-red);
}
.page-works .works__card-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(47%, 1fr));
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 30px;
}

.page-info .news {
  padding: 0;
}
.page-info .news .empty-message {
  margin-block: 40px;
  font-weight: 700;
  text-align: center;
  min-height: 300px;
}
.page-info .news__list {
  min-height: 200px;
  margin-bottom: 30px;
}
.page-info .news__item {
  border-bottom: 1px solid #1e9632;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .page-info .news__item {
    font-size: 1rem;
  }
}
.page-info .news__item:first-of-type {
  border-top: 1px solid #1e9632;
}
.page-info .news__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px 22px;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .page-info .news__link {
    padding: 12px 14px;
  }
}

.page-policy .h2,
.page-policy .h3,
.page-policy .h4,
.page-policy .h5 {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .page-policy .h2,
  .page-policy .h3,
  .page-policy .h4,
  .page-policy .h5 {
    font-size: 0.6875rem;
  }
}
.page-policy .h3,
.page-policy .h4,
.page-policy .h5 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page-policy .h3,
  .page-policy .h4,
  .page-policy .h5 {
    margin-top: 24px;
  }
}
.page-policy .title--line + .h3 {
  margin-top: 0;
}
.page-policy .h3 + .h4 {
  margin-top: 0;
}
.page-policy .h4--border {
  display: inline-block;
  padding-inline: 0.8em;
  margin-top: 4px;
  border: 1px solid #231815;
}
.page-policy .h5--list {
  margin-top: 0;
}
.page-policy section + section {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .page-policy section + section {
    margin-top: 40px;
  }
}
.page-policy .contact.privacy-contact {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page-policy .contact.privacy-contact {
    margin-bottom: 40px;
  }
}
.page-policy .contact {
  margin-top: 40px;
}
.page-policy .contact .title--line {
  text-align: left;
}
.page-policy .contact .note {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .page-policy .contact .note {
    margin-top: 15px;
  }
}
.page-policy .policy-mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page-policy .policy-mt40 {
    margin-top: 20px;
  }
}
.page-policy .policy-mt0 {
  margin-top: 0;
}/*# sourceMappingURL=style.css.map */