@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* mixins */
/* functions */
/* typography */
/* media-query */
/* variables */
:root {
  --width-side-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  :root {
    --width-side-left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  :root {
    --width-side-left: 4px;
  }
}

/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* base */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #222222;
  background-color: #f5f5f5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
  opacity: 0;
}

body.is-loaded {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a {
  color: inherit;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

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

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  color: #222222;
  font-size: 1rem;
}

textarea {
  resize: none;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

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

@media all and (min-width: 768px), print {
  a[href^="tel"] {
    pointer-events: none;
  }
}

/* animation */
.anime-fade, .anime-fade-up, .anime-fade-down, .anime-fade-in-left,
.anime-fade-in-left-big, .anime-fade-in-right, .anime-fade-in-right-big,
.anime-fade-scale-up, .anime-title03::before, .anime-title03 .c-heading03__inner,
.anime-title03-inner, .anime-timeline, .anime-clip-image {
  opacity: 0;
}

body.is-loaded .anime-child.is-active .anime-fade {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.is-loaded .anime-child.is-active .anime-fade-up {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.is-loaded .anime-child.is-active .anime-fade-down {
  -webkit-animation-name: fadeDown;
  animation-name: fadeDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.is-loaded .anime-child.is-active .anime-fade-in-left {
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.is-loaded .anime-child.is-active .anime-fade-in-left-big {
  -webkit-animation-name: fadeLeftBig;
  animation-name: fadeLeftBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.is-loaded .anime-child.is-active .anime-fade-in-right {
  -webkit-animation-name: fadeRight;
  animation-name: fadeRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.is-loaded .anime-child.is-active .anime-fade-in-right-big {
  -webkit-animation-name: fadeRightBig;
  animation-name: fadeRightBig;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.is-loaded .anime-child.is-active .anime-mainvisual-bg {
  -webkit-animation: mainvisualBg 0.8s cubic-bezier(0.26, 0.21, 0.15, 0.86);
  animation: mainvisualBg 0.8s cubic-bezier(0.26, 0.21, 0.15, 0.86);
}

body.is-loaded .anime-child.is-active .anime-title03 {
  opacity: 1;
}

body.is-loaded .anime-child.is-active .anime-title03::before {
  -webkit-animation-name: bgTitle03;
  animation-name: bgTitle03;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: inherit;
  animation-delay: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1e93e2), to(#40e5ed));
  background: -webkit-linear-gradient(left, #1e93e2, #40e5ed);
  background: linear-gradient(to right, #1e93e2, #40e5ed);
}

body.is-loaded .anime-child.is-active .anime-title03 .c-heading03__inner, body.is-loaded .anime-child.is-active .anime-title03 .anime-title03-inner {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

body.is-loaded .anime-child.is-active .anime-title03.--delay02 .c-heading03__inner, body.is-loaded .anime-child.is-active .anime-title03.--delay02 .anime-title03-inner {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

body.is-loaded .anime-child.is-active .anime-scalex-right {
  -webkit-animation-name: scaleDownRight;
  animation-name: scaleDownRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.is-loaded .anime-child.is-active .anime-clip-image {
  -webkit-animation-name: clipImage;
  animation-name: clipImage;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.is-loaded .anime-child .--delay01 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

body.is-loaded .anime-child .--delay02 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

body.is-loaded .anime-child .--delay03 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

body.is-loaded .anime-child .--delay04 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

body.is-loaded .anime-child .--delay05 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

body.is-loaded .anime-child .--delay06 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

body.is-loaded .anime-child .--delay07 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

body.is-loaded .anime-child .--delay08 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

body.is-loaded .anime-child .--delay09 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

body.is-loaded .anime-child .--delay10 {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

body.is-loaded .anime-child .--delay11 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

body.is-loaded .anime-child .--delay12 {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

body.is-loaded .anime-child .--delay13 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

body.is-loaded .anime-child .--delay14 {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

body.is-loaded .anime-child .--delay15 {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

body.is-loaded .anime-child .--delay16 {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}

body.is-loaded .anime-child .--delay17 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

body.is-loaded .anime.is-active.anime-fade-up {
  -webkit-animation-name: fadeUp;
  animation-name: fadeUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.is-loaded .anime.is-active.anime-fade-scale-up {
  -webkit-animation-name: fadeScaleUp;
  animation-name: fadeScaleUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.is-loaded .anime.is-active.anime-title03 {
  opacity: 1;
}

body.is-loaded .anime.is-active.anime-title03::before {
  -webkit-animation-name: bgTitle03;
  animation-name: bgTitle03;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: inherit;
  animation-delay: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1e93e2), to(#40e5ed));
  background: -webkit-linear-gradient(left, #1e93e2, #40e5ed);
  background: linear-gradient(to right, #1e93e2, #40e5ed);
}

body.is-loaded .anime.is-active.anime-title03 .c-heading03__inner, body.is-loaded .anime.is-active.anime-title03 .anime-title03-inner {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

body.is-loaded .anime.is-active.anime-title03.--delay02 .c-heading03__inner, body.is-loaded .anime.is-active.anime-title03.--delay02 .anime-title03-inner {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

body.is-loaded .anime.is-active.anime-timeline {
  -webkit-animation-name: timeline;
  animation-name: timeline;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.is-loaded .anime.is-active.anime-clip-image {
  -webkit-animation-name: clipImage;
  animation-name: clipImage;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

body.is-loaded .anime.--delay01 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

body.is-loaded .anime.--delay02 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

body.is-loaded .anime.--delay03 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

body.is-loaded .anime.--delay04 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

body.is-loaded .anime.--delay05 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

body.is-loaded .anime.is-active.anime-text-loop {
  -webkit-animation: textloop 6s infinite linear;
  animation: textloop 6s infinite linear;
}

body.is-loaded .anime.is-active.anime-text-loop.--duration-text01 {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
}

body.is-loaded .anime.is-active.anime-text-loop.--duration-text02 {
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}

body.is-loaded .anime-mv-text-loop-hrz {
  -webkit-animation: textloopHorizontal 10s infinite linear;
  animation: textloopHorizontal 10s infinite linear;
}

@-webkit-keyframes textloop {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@keyframes textloop {
  from {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@-webkit-keyframes textloopHorizontal {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes textloopHorizontal {
  from {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeScaleUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0.4);
    transform: translateY(40px) scale(0.4);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@keyframes fadeScaleUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0.4);
    transform: translateY(40px) scale(0.4);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeRightBig {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeRightBig {
  from {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes scrollPath {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 70px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}

@keyframes scrollPath {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 70px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes mainvisualBg {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes mainvisualBg {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bgTitle03 {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
}

@keyframes bgTitle03 {
  0% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  50% {
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
  50.001% {
    -webkit-transform-origin: right;
    transform-origin: right;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
}

@-webkit-keyframes timeline {
  0% {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes timeline {
  0% {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0);
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) translateZ(0);
    transform: rotate(0deg) translateZ(0);
  }
  100% {
    -webkit-transform: rotate(360deg) translateZ(0);
    transform: rotate(360deg) translateZ(0);
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes scaleDownRight {
  from {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes scaleDownRight {
  from {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@-webkit-keyframes clipImage {
  from {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  to {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

@keyframes clipImage {
  from {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  to {
    opacity: 1;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}

/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  padding-left: 20px;
}

.l-header__inner {
  max-width: 1720px;
  margin-left: auto;
}

.l-header__container {
  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;
  gap: 1.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.l-header__logo {
  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;
  width: clamp(11.25rem, 25vw, 15.625rem);
}

.l-header__menu {
  height: 100%;
}

.l-header__nav-container {
  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;
  gap: 2.5rem;
  height: 100%;
}

.l-header__nav {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2vw;
}

.l-header__nav-list {
  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;
  gap: 3.35vw;
  height: 100%;
}

.l-header__nav-other {
  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;
  height: 100%;
  gap: 0 3.4vw;
}

.l-header__nav-item {
  height: 100%;
}

.l-header__nav-item.--has-sub {
  position: relative;
}

.l-header__nav-item-icon {
  position: absolute;
  background-color: #2d9939;
  -webkit-mask-image: url("../assets/images/common/icon_arrow-link.svg");
  mask-image: url("../assets/images/common/icon_arrow-link.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.l-header__nav-link {
  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;
  height: 100%;
  font-size: clamp(0.875rem, 1vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
}

.l-header__nav-button.c-button {
  width: 220px;
}

.l-header__nav-button-contact {
  width: 200px;
  height: 100px;
  background-color: #2d9939;
  border: 1px solid #2d9939;
  text-align: center;
  padding: 0.3125rem;
  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: 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;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

.l-header__nav-button-contact::before {
  content: "";
  -webkit-mask-image: url("../assets/images/common/icon_envelope.svg");
  mask-image: url("../assets/images/common/icon_envelope.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 40px;
  height: 30px;
  background-color: currentColor;
  margin-top: 0.25rem;
}

.l-header__nav-button-contact-icon {
  display: none;
}

.l-header__nav-sub {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 270px;
  background-color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.l-header__nav-sub-list {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.l-header__nav-sub-item {
  position: relative;
}

.l-header__nav-sub-item-link {
  padding: 0 1.25rem 0 2.5rem;
  min-height: 78px;
  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;
  width: 100%;
  gap: 0 1rem;
}

.l-header__nav-sub-item-link::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2d9939 url(../assets/images/common/icon_arrow-link.svg) no-repeat center/20px 20px;
  position: relative;
  right: 0;
}

.l-header__nav-sub-item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: -webkit-repeating-linear-gradient(left, #b3b3b3 0px, #b3b3b3 4px, #fff 4px, #fff 8px);
  background: repeating-linear-gradient(to right, #b3b3b3 0px, #b3b3b3 4px, #fff 4px, #fff 8px);
  background-size: 8px 100%;
  background-position: -2px center;
}

.l-hum {
  width: 40px;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  right: 20px;
}

.l-hum span {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #2d9939;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.l-hum span:nth-child(1) {
  top: calc( 50% - 3px);
}

.l-hum span:nth-child(2) {
  top: calc( 50% + 8px);
  width: 32px;
}

.l-hum.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.l-hum.is-active span:nth-child(2) {
  width: 100%;
  top: 50%;
  -webkit-transform: rotate(14deg);
  transform: rotate(14deg);
}

@media all and (min-width: 768px), print {
  .l-header__logo a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__logo a:hover {
    opacity: 0.7;
  }
  .l-header__menu {
    display: block !important;
  }
  .l-header__nav-item:hover .l-header__nav-sub {
    opacity: 1;
    visibility: inherit;
  }
  .l-header__nav-item:hover .l-header__nav-link::before, .l-header__nav-item:hover .l-header__nav-link::after {
    opacity: 1;
  }
  .l-header__nav-item.--has-sub .l-header__nav-link {
    padding-right: 1.625rem;
  }
  .l-header__nav-link::before, .l-header__nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #2d9939;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__nav-link::before {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    bottom: 18px;
  }
  .l-header__nav-link::after {
    height: 20px;
    width: 1px;
  }
  .l-header__nav-button-contact {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__nav-button-contact:hover {
    background-color: #fff;
    color: #2d9939;
  }
  .l-header__nav-sub-item-link::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header__nav-sub-item-link:hover::after {
    right: -0.5rem;
  }
  .l-hum {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .l-header__nav {
    gap: 2vw;
  }
  .l-header__nav-other {
    gap: 1.5vw;
  }
  .l-header__nav-list {
    gap: 1vw;
  }
  .l-header__nav-item.--has-sub .l-header__nav-link {
    padding-right: 1.125rem;
  }
  .l-header__nav-button.c-button {
    max-width: 17.5vw;
    font-size: 0.875rem;
    padding: 0 1.25rem;
  }
  .l-header__nav-button-contact {
    max-width: 15vw;
    font-size: 0.875rem;
  }
  .l-header__nav-button-contact::before {
    max-width: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header {
    padding-left: 0;
  }
  .l-header__inner {
    padding: 0 0 0 1.25rem;
  }
  .l-header__container {
    height: 56px;
  }
  .l-header__logo {
    max-width: 170px;
    margin-bottom: -0.375rem;
  }
  .l-header__menu {
    display: none;
    position: absolute;
    background-color: #fff;
    width: calc( 100% + 20px);
    height: calc( 100vh - 56px);
    top: 56px;
    left: -20px;
  }
  .l-header__nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 2.5rem 0 5rem;
    overflow-y: scroll;
  }
  .l-header__nav {
    width: calc( 100% - 40px);
    height: auto;
    display: block;
  }
  .l-header__nav-container {
    padding-top: 0;
    margin-top: 1.75rem;
  }
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    height: auto;
  }
  .l-header__nav-item {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-header__nav-item::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: -webkit-repeating-linear-gradient(left, #b3b3b3 0px, #b3b3b3 4px, #fff 4px, #fff 8px);
    background: repeating-linear-gradient(to right, #b3b3b3 0px, #b3b3b3 4px, #fff 4px, #fff 8px);
    background-size: 8px 100%;
    background-position: -2px center;
  }
  .l-header__nav-item:first-child::before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    background: -webkit-repeating-linear-gradient(left, #b3b3b3 0px, #b3b3b3 4px, #fff 4px, #fff 8px);
    background: repeating-linear-gradient(to right, #b3b3b3 0px, #b3b3b3 4px, #fff 4px, #fff 8px);
    background-size: 8px 100%;
    background-position: -2px center;
    top: 0;
  }
  .l-header__nav-item-icon {
    display: block;
    background: #2d9939;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-mask-image: none;
    mask-image: none;
    position: absolute;
    top: 1.375rem;
    right: 1.25rem;
    z-index: 2;
    -webkit-transform: none;
    transform: none;
  }
  .l-header__nav-item-icon::after, .l-header__nav-item-icon::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: -webkit-linear-gradient(#fff, #fff 1px, transparent 1px);
    background: linear-gradient(#fff, #fff 1px, transparent 1px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 1px;
  }
  .l-header__nav-item-icon::after {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .l-header__nav-item-icon::before {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
  }
  .l-header__nav-item-icon.is-active::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
  }
  .l-header__nav-link {
    display: block;
    width: 100%;
    height: auto;
    font-size: 1.125rem;
    text-align: left;
    padding: 1.375rem 1.25rem;
  }
  .l-header__nav-sub {
    position: relative;
    opacity: 1;
    visibility: inherit;
    display: none;
    top: auto;
    left: auto;
    background-color: #fff;
    width: 100%;
    padding: 0 1.25rem 1.125rem;
    margin: 0 auto;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .l-header__nav-sub-list {
    -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;
    gap: 1rem;
  }
  .l-header__nav-sub-item {
    width: 100%;
    max-width: none;
    border: 1px solid #2d9939;
    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;
    border: none;
    height: auto;
    display: block;
  }
  .l-header__nav-sub-item:not(:last-child)::after {
    content: none;
  }
  .l-header__nav-sub-item + .l-header__nav-sub-item {
    margin-top: 0.5rem;
  }
  .l-header__nav-sub-item-link {
    padding: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    min-height: unset;
    position: relative;
    padding-left: 1.25rem;
  }
  .l-header__nav-sub-item-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    background: #2d9939;
    width: 10px;
  }
  .l-header__nav-sub-item-link::after {
    content: none;
  }
  .l-header__nav-button.c-button {
    width: 100%;
    max-width: 100%;
  }
  .l-header__nav-button-contact {
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 2.375rem;
    position: relative;
  }
  .l-header__nav-button-contact::before {
    width: 20px;
    height: 20px;
    margin-right: 0.625rem;
  }
  .l-header__nav-button-contact-icon {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.375rem;
    background-color: #fff;
  }
  .l-header__nav-button-contact-icon::after {
    content: "";
    background-color: #2d9939;
    -webkit-mask-image: url("../assets/images/common/icon_arrow-link.svg");
    mask-image: url("../assets/images/common/icon_arrow-link.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .l-header__nav-other {
    height: auto;
    display: block;
    margin: 2.5rem auto 0;
    max-width: 335px;
  }
  .l-header__nav-other-item {
    margin-top: 1rem;
  }
  .l-header__nav-other-item.--privacy {
    margin-top: 2rem;
  }
}

.l-header-rec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
}

.l-header-rec__inner {
  width: 1840px;
  max-width: 100%;
  margin-left: auto;
  padding-left: 20px;
}

.l-header-rec__container {
  height: 100px;
  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;
  gap: 1.25rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.l-header-rec__logo {
  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-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.l-header-rec__logo .logo {
  width: clamp(11.25rem, 25vw, 15.625rem);
}

.l-header-rec__logo .recruitment {
  font-weight: bold;
  color: #68b361;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  font-family: "Lexend", sans-serif;
  border-left: 1px solid #68b361;
  margin-left: 1.375rem;
  padding: 0.375rem 0 0.375rem 1.375rem;
}

.l-header-rec__nav {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2vw;
}

.l-header-rec__nav-list {
  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;
  gap: 3.3vw;
  height: 100%;
}

.l-header-rec__nav-item {
  height: 100%;
}

.l-header-rec__nav-item.--has-sub {
  position: relative;
}

.l-header-rec__nav-item.--has-sub .l-header-rec__nav-link {
  position: relative;
}

.l-header-rec__nav-item.--has-sub .l-header-rec__nav-link::after {
  content: "";
  display: inline-block;
  margin-left: 0.375rem;
  width: 20px;
  height: 20px;
  background: url("../assets/images/common/icon_arrow-down.svg") no-repeat center/contain;
}

.l-header-rec__nav-item.--mynabi {
  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;
}

.l-header-rec__nav-link {
  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;
  height: 100%;
  font-size: clamp(1.125rem, 1vw, 1.125rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  color: #1e93e2;
}

.l-header-rec__nav-link em {
  font-style: normal;
}

.l-header-rec__nav-link span {
  display: none;
}

.l-header-rec__nav-sub {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 180px;
  background: -webkit-gradient(linear, left top, right top, from(#a5d5f4), to(#b6f7ff));
  background: -webkit-linear-gradient(left, #a5d5f4, #b6f7ff);
  background: linear-gradient(to right, #a5d5f4, #b6f7ff);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.l-header-rec__nav-sub-list {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.l-header-rec__nav-sub-item {
  position: relative;
}

.l-header-rec__nav-sub-item-link {
  padding: 0 2.5rem 0 2.5rem;
  min-height: 52px;
  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;
  width: 100%;
  gap: 0 0.625rem;
}

.l-header-rec__nav-sub-item-link::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(../assets/images/common/icon_arrow-down.svg) no-repeat center/contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.l-header-rec__nav-sub-item:not(:last-child) {
  border-bottom: 1px solid #1e93e2;
}

.l-header-rec__nav-other {
  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;
  height: 100%;
  gap: 0 2px;
}

.l-header-rec__nav-other-logo {
  margin-right: 2.375rem;
}

.l-header-rec__nav-other-button {
  width: 200px;
  height: 100px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  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;
  color: #fff;
}

.l-header-rec__nav-other-button.--blue {
  background: -webkit-gradient(linear, left top, right top, from(#1e93e2), color-stop(#40e5ed), to(#1e93e2));
  background: -webkit-linear-gradient(left, #1e93e2, #40e5ed, #1e93e2);
  background: linear-gradient(to right, #1e93e2, #40e5ed, #1e93e2);
  background-position: 0% 50%;
  background-size: 200% auto;
}

.l-header-rec__nav-other-button.--yellow {
  background: -webkit-gradient(linear, left top, right top, from(#ea9b0f), color-stop(#ead942), to(#ea9b0f));
  background: -webkit-linear-gradient(left, #ea9b0f, #ead942, #ea9b0f);
  background: linear-gradient(to right, #ea9b0f, #ead942, #ea9b0f);
  background-position: 0% 50%;
  background-size: 200% auto;
}

.l-header-rec__nav-other-button.--green {
  background-color: #2d9939;
}

.l-hum-rec {
  width: 100px;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1e93e2), to(#40e5ed));
  background: -webkit-linear-gradient(left, #1e93e2, #40e5ed);
  background: linear-gradient(to right, #1e93e2, #40e5ed);
  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-top: 0.4375rem;
  gap: 0.375rem;
}

.l-hum-rec__bar {
  height: 10px;
  width: 30px;
  position: relative;
}

.l-hum-rec__bar span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.l-hum-rec__bar span:nth-child(1) {
  top: 0;
}

.l-hum-rec__bar span:nth-child(2) {
  top: calc(100% - 1px);
}

.l-hum-rec__text {
  font-size: 0.75rem;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
}

.l-hum-rec.is-active .l-hum-rec__bar span:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(-14deg);
  transform: rotate(-14deg);
}

.l-hum-rec.is-active .l-hum-rec__bar span:nth-child(2) {
  width: 100%;
  top: 50%;
  -webkit-transform: rotate(14deg);
  transform: rotate(14deg);
}

@media all and (min-width: 1281px), print {
  .l-hum-rec {
    display: none;
  }
  .l-hum-rec__nav-link::after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .l-hum-rec__nav-link:hover::after {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  .l-hum-rec__nav-link span {
    display: none;
  }
  .l-header-rec__logo a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header-rec__logo a:hover {
    opacity: 0.7;
  }
  .l-header-rec__nav-other-button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header-rec__nav-other-button:hover {
    background-position: 100% 50%;
  }
  .l-header-rec__nav-sub-item-link::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
  }
  .l-header-rec__nav-sub-item-link:hover::after {
    position: relative;
    left: 8px;
  }
  .l-header-rec__nav-item:hover .l-header-rec__nav-sub {
    opacity: 1;
    visibility: inherit;
  }
  .l-header-rec__nav-item.--mynabi {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-header-rec__nav-item.--mynabi:hover {
    opacity: 0.7;
  }
  .l-header-rec__menu {
    display: block !important;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1600px) {
  .l-header-rec__logo .recruitment {
    font-size: clamp(1rem, 1.3vw, 1.375rem);
  }
  .l-header-rec__menu {
    display: block !important;
  }
  .l-header-rec__nav {
    gap: 2vw;
  }
  .l-header-rec__nav-list {
    gap: 2vw;
  }
  .l-header-rec__nav-link {
    font-size: clamp(1rem, 1.2vw, 1.125rem);
  }
  .l-header-rec__nav-other {
    max-width: 38vw;
  }
  .l-header-rec__nav-other-button {
    font-size: clamp(1rem, 1.2vw, 1.125rem);
  }
  .l-header-rec .l-hum {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .l-header-rec__logo {
    margin-bottom: -0.1875rem;
    max-width: unset;
  }
  .l-header-rec__menu {
    display: none;
    position: absolute;
    background-color: #fff;
    width: calc( 100% + 20px);
    height: calc( 100vh - 100px);
    top: 100px;
    left: -20px;
    background: -webkit-gradient(linear, left top, right top, from(#a5d5f4), to(#b6f7ff));
    background: -webkit-linear-gradient(left, #a5d5f4, #b6f7ff);
    background: linear-gradient(to right, #a5d5f4, #b6f7ff);
  }
  .l-header-rec__nav {
    height: auto;
    display: block;
  }
  .l-header-rec__nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem 1.25rem 5rem;
    overflow-y: auto;
  }
  .l-header-rec__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    height: auto;
  }
  .l-header-rec__nav-item {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #1e93e2;
  }
  .l-header-rec__nav-item:first-child {
    border-top: 1px solid #1e93e2;
  }
  .l-header-rec__nav-item.--has-sub .l-header-rec__nav-link::after {
    display: none;
  }
  .l-header-rec__nav-item.--mynabi {
    padding: 1.5rem 0;
  }
  .l-header-rec__nav-link {
    display: inline-block;
    height: auto;
    padding: 1.125rem 1.25rem 1rem;
    font-size: 1.125rem;
  }
  .l-header-rec__nav-link em, .l-header-rec__nav-link span {
    display: block;
  }
  .l-header-rec__nav-link em {
    position: relative;
    padding-right: 1.875rem;
  }
  .l-header-rec__nav-link em::after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url(../assets/images/common/icon_arrow-down.svg) no-repeat center/contain;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    top: 0.375rem;
  }
  .l-header-rec__nav-link span {
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    font-family: "Lexend", sans-serif;
    margin-top: -0.25rem;
    color: #222;
  }
  .l-header-rec__nav-sub {
    position: relative;
    opacity: 1;
    visibility: inherit;
    display: block;
    top: auto;
    left: auto;
    background: none;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    margin-top: -0.5rem;
    padding-bottom: 1rem;
  }
  .l-header-rec__nav-sub-list {
    margin-left: 1.25rem;
  }
  .l-header-rec__nav-sub-item {
    border-bottom: none;
  }
  .l-header-rec__nav-sub-item:not(:first-child) {
    margin-top: 0.625rem;
  }
  .l-header-rec__nav-sub-item:not(:last-child) {
    border-bottom: none;
  }
  .l-header-rec__nav-sub-item-link {
    color: #1e93e2;
    min-height: unset;
    padding-left: 1.25rem;
    display: inline-block;
  }
  .l-header-rec__nav-sub-item-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    background: #1E93E2;
    width: 10px;
  }
  .l-header-rec__nav-sub-item-link::after {
    content: none;
  }
  .l-header-rec__nav-other {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.5rem;
    width: 100%;
    gap: 0.9375rem;
  }
  .l-header-rec__nav-other-logo {
    margin-bottom: 0.625rem;
    margin-right: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
  }
  .l-header-rec__nav-other-button {
    width: 100%;
    max-width: 100%;
    min-height: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.5rem 1.5625rem;
    position: relative;
    height: auto;
  }
  .l-header-rec__nav-other-button br {
    display: none;
  }
  .l-header-rec__nav-other-button::after {
    content: "";
    display: inline-block;
    background: url("../assets/images/common/icon_blank02.svg") no-repeat center/contain;
    width: 20px;
    height: 100%;
    margin-left: 0.375rem;
    position: absolute;
    top: 0;
    right: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .l-hum-rec {
    width: 60px;
  }
  .l-hum-rec__text {
    font-size: 0.5rem;
  }
  .l-header-rec__container {
    height: 60px;
  }
  .l-header-rec__logo .logo {
    width: 170px;
  }
  .l-header-rec__logo .recruitment {
    margin-left: 1rem;
    font-size: 0.8125rem;
    padding: 0.375rem 0 0.375rem 0.875rem;
  }
  .l-header-rec__menu {
    height: calc( 100vh - 60px);
    top: 60px;
  }
}

/* footer */
.l-footer {
  margin-top: 7.5rem;
  border-top: 10px solid #2d9939;
  padding: 6.25rem 0 4.875rem;
}

.l-footer__nav {
  margin-top: 4rem;
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.5rem 5.2%;
}

.l-footer__nav-item:nth-last-child(2) {
  margin-right: 0.625rem;
}

.l-footer__sub-nav {
  margin-top: 1rem;
}

.l-footer__sub-nav-item:not(:first-child) {
  margin-top: 0.625rem;
}

.l-footer__sub-nav-link {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  position: relative;
  padding-left: 1.125rem;
}

.l-footer__sub-nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 1px;
  background: #2d9939;
}

.l-footer__address {
  margin-top: 3.5rem;
}

.l-footer__bottom {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4.6875rem;
}

.l-footer__copyright {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media all and (min-width: 768px), print {
  .l-footer__sub-nav-link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-footer__sub-nav-link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer {
    margin-top: 4.0625rem;
    border-top-width: 4px;
    padding: 4rem 0 6.25rem;
  }
  .l-footer__logo {
    text-align: center;
  }
  .l-footer__logo img {
    width: 250px;
  }
  .l-footer__nav {
    display: none;
  }
  .l-footer__address {
    margin-top: 2.5rem;
  }
  .l-footer__bottom {
    margin-top: 3.5625rem;
    gap: 0 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
}

.l-footer-rec {
  margin-top: 5rem;
  position: relative;
  padding: 7.75rem 0 4.875rem 2.5rem;
}

.l-footer-rec::before {
  content: "";
  position: absolute;
  top: 0;
  height: 4px;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#1e93e2), to(#40e5ed));
  background: -webkit-linear-gradient(left, #1e93e2, #40e5ed);
  background: linear-gradient(to right, #1e93e2, #40e5ed);
}

.l-footer-rec__logo {
  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;
  padding-left: 0.625rem;
}

.l-footer-rec__logo .recruit {
  font-size: 1.6875rem;
  font-weight: bold;
  font-family: "Lexend", sans-serif;
  color: #68b361;
  letter-spacing: 0.05em;
  border-left: 1px solid #68b361;
  padding: 0.75rem 0 0.75rem 1.875rem;
  margin-left: 1.875rem;
}

.l-footer-rec__nav {
  margin-top: 4.625rem;
}

.l-footer-rec__nav-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: 2.5rem 5.6%;
}

.l-footer-rec__nav-item.--button {
  margin-top: 0.375rem;
}

.l-footer-rec__nav-item.--button .c-button {
  color: #fff;
  background: #2d9939;
}

.l-footer-rec__nav-item.--button .c-button::before {
  content: none;
}

.l-footer-rec__nav-item-link {
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
}

.l-footer-rec__nav-item-link em {
  font-style: normal;
  font-size: 1.125rem;
  color: #1e93e2;
  display: inline-block;
  position: relative;
  padding-right: 1.625rem;
}

.l-footer-rec__nav-item-link em::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(../assets/images/common/icon_arrow-down.svg) no-repeat center/contain;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  top: 0.375rem;
}

.l-footer-rec__nav-item-link span {
  font-family: "Lexend", sans-serif;
  font-size: 0.875rem;
  display: block;
  margin-top: -0.3125rem;
}

.l-footer-rec__sub-nav {
  margin-top: 0.625rem;
}

.l-footer-rec__sub-nav-item:not(:first-child) {
  margin-top: 0.625rem;
}

.l-footer-rec__sub-nav-link {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #1e93e2;
  position: relative;
  padding-left: 1.125rem;
}

.l-footer-rec__sub-nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 1px;
  background: #1e93e2;
}

.l-footer-rec__copyright {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 3.75rem;
}

@media all and (min-width: 1281px), print {
  .l-footer-rec__nav-item-link em::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-footer-rec__nav-item-link:hover em::after {
    right: -0.5rem;
  }
  .l-footer-rec__sub-nav-link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .l-footer-rec__sub-nav-link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .l-footer-rec {
    margin-top: 1.5625rem;
    padding: 4.25rem 0 5.625rem;
  }
  .l-footer-rec__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 250px;
    margin: 0 auto;
    padding: 0;
  }
  .l-footer-rec__logo .recruit {
    padding: 0;
    border-left: 0;
    border-top: 1px solid #68b361;
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    margin-left: 0;
    font-size: 1.25rem;
    padding-top: 0.5rem;
  }
  .l-footer-rec__nav {
    display: none;
  }
  .l-footer-rec__copyright {
    font-size: 0.75rem;
    margin-top: 2.75rem;
  }
}

/* main */
.l-all::before {
  content: "";
  position: fixed;
  width: var(--width-side-left);
  top: 0;
  bottom: 0;
  background: #2d9939;
  z-index: 9999;
}

.l-inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 1240px;
  max-width: 100%;
  height: inherit;
}

.l-inner.--wide {
  width: 1400px;
}

.l-inner.--narrow {
  width: 1000px;
}

.l-inner.--medium {
  width: 1040px;
}

.l-container {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: 5rem;
}

.page-index .l-container, .page-support .l-container {
  padding-bottom: 0;
}

.l-article {
  margin-top: 10rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
  .l-article {
    margin-top: 5rem;
    margin-top: 3.75rem;
  }
  .l-all::before {
    width: 4px;
  }
  .l-container {
    padding-top: 3.5rem;
  }
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  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;
  width: 320px;
  max-width: 100%;
  min-height: 60px;
  overflow: hidden;
  padding: 0 2.375rem;
  background-color: transparent;
  position: relative;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  cursor: pointer;
  color: var(--color);
  border: 1px solid var(--color);
  --posX: 0;
  --posY: 0;
}

.c-button::before {
  content: "";
  position: absolute;
  left: var(--posX);
  top: var(--posY);
  width: 20px;
  height: 20px;
  background: var(--color);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}

.c-button__arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.375rem;
}

.c-button__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(calc(1/3));
  transform: translate(-50%, -50%) scale(calc(1/3));
  border-radius: 50%;
  background-color: var(--color);
}

.c-button__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-mask-image: url("../assets/images/common/icon_arrow-link.svg");
  mask-image: url("../assets/images/common/icon_arrow-link.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.c-button.--blank::after {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"><path fill="%232d9939" d="M0 25V7h7V0h18v18h-7v7zm3-3h12v-4H7v-8H3zm19-7V3H10v4h8v8zm-12 0h5v-5h-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 14px;
  background-size: contain;
}

.c-button.--blank02::after {
  content: "";
  display: inline-block;
  background: url("../assets/images/common/icon_blank02.svg") no-repeat center/contain;
  width: 20px;
  height: 100%;
  margin-left: 0.375rem;
  position: absolute;
  top: 0;
  right: 1.5rem;
}

.c-button.--pdf::after {
  content: "PDF";
  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;
  width: 40px;
  height: 20px;
  font-size: 0.75rem;
  margin-left: 0.375rem;
  background-color: red;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.c-button.--green-light {
  --color:  #2d9939;
}

.c-button.--green-dark {
  --color:  #006432;
}

.c-button.--blue {
  --color:  #004886;
}

.c-button.--white {
  --color:  #fff;
}

.c-button.--white .c-button__arrow::after {
  background-color: #2d9939;
}

.c-button.--shadow {
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.5);
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.5);
}

.c-button.--icon-envelope {
  padding-left: 4.25rem;
}

.c-button.--icon-envelope::after {
  content: "";
  background: var(--color);
  -webkit-mask-image: url("../assets/images/common/icon_envelope.svg");
  mask-image: url("../assets/images/common/icon_envelope.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-button.--back {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-button.--back .c-button__arrow {
  left: 1.375rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.c-button.--green-normal {
  color: #fff;
  background: #2d9939;
  padding-left: 1.625rem;
}

.c-button.--green-normal::before {
  content: none;
}

.c-button.--blue-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#40e5ed), color-stop(#1e93e2), to(#40e5ed));
  background: -webkit-linear-gradient(left, #40e5ed, #1e93e2, #40e5ed);
  background: linear-gradient(to right, #40e5ed, #1e93e2, #40e5ed);
  background-position: 0% 50%;
  background-size: 200% auto;
  color: #fff;
}

.c-button.--back {
  text-align: right;
  padding: 0 1.5rem 0 3.125rem;
  position: relative;
}

.c-button.--fs-small {
  font-size: 1rem;
}

.c-button[disabled] {
  pointer-events: none;
  opacity: 0.5;
}

.c-button-readmore {
  width: 100px;
  height: 100px;
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
}

.c-button-readmore__text {
  position: absolute;
  width: calc( 100% - 10px);
  height: calc( 100% - 10px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.c-button-readmore__text.--ani-rotate {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-name: rotate2;
  animation-name: rotate2;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.c-button-readmore__icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media all and (min-width: 768px), print {
  .c-button {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .c-button::before {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .c-button__arrow::before, .c-button__arrow::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-button:hover {
    color: #fff;
  }
  .c-button:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(34);
    transform: translate(-50%, -50%) scale(34);
  }
  .c-button:hover .c-button__arrow::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  .c-button:hover .c-button__arrow::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  .c-button:hover.--icon-envelope::after {
    background-color: #fff;
  }
  .c-button:hover.--white {
    color: #2d9939;
  }
  .c-button:hover.--blue-gradient {
    background-position: 100% 50%;
  }
}

@media only screen and (max-width: 767px) {
  .c-button {
    max-width: 335px;
    width: 100%;
    width: 335px;
    max-width: 100%;
  }
  .c-button__arrow::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  .c-button__arrow::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  .c-button.--icon-envelope {
    padding-left: 2.75rem;
  }
  .c-button.--icon-envelope::after {
    left: 1rem;
  }
  .c-button.--shadow .c-button__arrow::before {
    -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.5);
  }
}

.p-form-nav__list {
  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;
  height: 60px;
  overflow: hidden;
  background-color: #f5f5f5;
  border: 1px solid #2d9939;
}

.p-form-nav__item {
  font-size: 1.125rem;
  font-weight: 700;
  color: #2d9939;
  letter-spacing: 0.05em;
  width: calc(100%/3);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: 0 1.25rem;
  width: calc(100%/3);
}

.p-form-nav__item:first-child {
  width: calc(100%/3 - 10px);
  padding-right: 1.25rem;
}

.p-form-nav__item:last-child {
  width: calc(100%/3 + 10px);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.p-form-nav__item:not(:last-child) {
  position: relative;
}

.p-form-nav__item:not(:last-child)::after {
  content: "";
  width: 60px;
  aspect-ratio: 1/1;
  top: 38%;
  right: 0;
  position: absolute;
  border-top: 2px solid #2d9939;
  border-right: 2px solid #2d9939;
  background-color: #f5f5f5;
  background-clip: content-box;
  -webkit-transform: rotate(33deg) skewY(23deg) translateY(-50%);
  transform: rotate(33deg) skewY(23deg) translateY(-50%);
  z-index: 1;
}

.p-form-nav__item.is-active {
  color: #fff;
  background-color: #2d9939;
}

.p-form-nav__item.is-active:after {
  background: #2d9939;
}

.p-form-nav__item-step {
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  position: relative;
  z-index: 3;
}

.p-form-nav__item-title {
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .p-form-nav__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.4;
    font-size: 1rem;
  }
  .p-form-nav__item:first-child {
    padding-right: 0;
  }
  .p-form-nav__item:not(:first-child) {
    padding-left: 0.75rem;
  }
  .p-form-nav__item-step {
    font-size: 1rem;
  }
}

.c-form-input-text,
.c-form-input-email,
.c-form-input-tel,
.c-form-input-address,
.c-form-input-number,
.c-form-select,
.c-form-textarea {
  background-color: #fff;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  padding: 0.75rem 1.5rem;
  min-height: 60px;
  font-size: 1.125rem;
}

.c-form-input-text::-webkit-input-placeholder, .c-form-input-email::-webkit-input-placeholder, .c-form-input-tel::-webkit-input-placeholder, .c-form-input-address::-webkit-input-placeholder, .c-form-input-number::-webkit-input-placeholder, .c-form-select::-webkit-input-placeholder, .c-form-textarea::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #b3b3b3;
  letter-spacing: inherit;
}

.c-form-input-text::-moz-placeholder, .c-form-input-email::-moz-placeholder, .c-form-input-tel::-moz-placeholder, .c-form-input-address::-moz-placeholder, .c-form-input-number::-moz-placeholder, .c-form-select::-moz-placeholder, .c-form-textarea::-moz-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #b3b3b3;
  letter-spacing: inherit;
}

.c-form-input-text:-ms-input-placeholder, .c-form-input-email:-ms-input-placeholder, .c-form-input-tel:-ms-input-placeholder, .c-form-input-address:-ms-input-placeholder, .c-form-input-number:-ms-input-placeholder, .c-form-select:-ms-input-placeholder, .c-form-textarea:-ms-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #b3b3b3;
  letter-spacing: inherit;
}

.c-form-input-text::-ms-input-placeholder, .c-form-input-email::-ms-input-placeholder, .c-form-input-tel::-ms-input-placeholder, .c-form-input-address::-ms-input-placeholder, .c-form-input-number::-ms-input-placeholder, .c-form-select::-ms-input-placeholder, .c-form-textarea::-ms-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #b3b3b3;
  letter-spacing: inherit;
}

.c-form-input-text::placeholder,
.c-form-input-email::placeholder,
.c-form-input-tel::placeholder,
.c-form-input-address::placeholder,
.c-form-input-number::placeholder,
.c-form-select::placeholder,
.c-form-textarea::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: #b3b3b3;
  letter-spacing: inherit;
}

.c-form-input-text,
.c-form-input-email,
.c-form-input-tel,
.c-form-input-address,
.c-form-input-number,
.c-form-input-checkbox,
.c-form-input-radio,
.c-form-label-date,
.c-form-select,
.c-form-textarea {
  border: 1px solid #b3b3b3;
}

.c-form-input-text:focus,
.c-form-input-email:focus,
.c-form-input-tel:focus,
.c-form-input-address:focus,
.c-form-input-number:focus,
.c-form-input-checkbox:focus,
.c-form-input-radio:focus,
.c-form-label-date:focus,
.c-form-select:focus,
.c-form-textarea:focus {
  border: 1px solid #2d9939;
}

.c-form-input-text.error,
.c-form-input-email.error,
.c-form-input-tel.error,
.c-form-input-address.error,
.c-form-input-number.error,
.c-form-input-checkbox.error,
.c-form-input-radio.error,
.c-form-label-date.error,
.c-form-select.error,
.c-form-textarea.error {
  border-color: #ed1c24;
}

.c-form-input-text,
.c-form-input-email,
.c-form-textarea {
  width: 100%;
}

.c-form-input-tel,
.c-form-input-address {
  width: 400px;
}

.c-form-input-number {
  width: 100px;
  border-radius: 5px;
  padding: 0.625rem;
}

.c-form-input-checkbox {
  width: 16px;
  height: 16px;
  margin: 0 0.1875rem 0.125rem 0;
}

.c-form-input-radio {
  width: 16px;
  height: 16px;
  margin: 0 0.1875rem 0.125rem 0;
}

.c-form-input-date {
  min-width: 200px;
  padding: 0.625rem 0.625rem;
  border-radius: 5px;
  border: none;
}

.c-form-label {
  display: inline-block;
  position: relative;
}

.c-form-label:not(:last-child) {
  margin-right: 0.625rem;
}

.c-form-label-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 1.625rem;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-form-label-checkbox:not(:last-child) {
  margin-right: 3.75rem;
}

.c-form-label-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-form-label-checkbox .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: 1px solid #666666;
  background-color: #ccc;
}

.c-form-label-checkbox .checkmark.is-active {
  background-color: #fff;
}

.c-form-label-checkbox .checkmark::after {
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  display: none;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../assets/images/common/icon_check.svg) no-repeat center/contain;
}

.c-form-label-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.c-form-label-radio {
  display: inline-block;
  position: relative;
  padding-left: 1.625rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-form-label-radio:not(:last-child) {
  margin-right: 3.75rem;
}

.c-form-label-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-form-label-radio .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #b3b3b3;
}

.c-form-label-radio .checkmark::after {
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  display: none;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #333;
}

.c-form-label-radio input:checked ~ .checkmark:after {
  display: block;
}

.c-form-label-date {
  display: inline-block;
  border-radius: 5px;
}

.c-form-label-select {
  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;
  position: relative;
}

.c-form-label-select::after {
  position: absolute;
  right: 1.875rem;
  width: 8px;
  height: 8px;
  border-right: 1px solid #2d9939;
  border-bottom: 1px solid #2d9939;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  pointer-events: none;
}

.c-form-select {
  width: 200px;
}

.c-form-textarea {
  padding: 0.875rem 1.5rem;
  height: 240px;
}

.c-form-error-text {
  color: #ed1c24;
  margin-top: 0.5rem;
  margin-bottom: -0.375rem;
  letter-spacing: 0.05em;
  font-size: 1rem;
}

.c-form-required-label {
  font-weight: 500;
  font-size: 0.6875rem;
  background-color: #ed1c24;
  color: #fff;
  padding: 0.125rem 0.3125rem;
  margin-left: 0.3125rem;
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .c-form-input-text,
  .c-form-input-email,
  .c-form-input-tel,
  .c-form-input-address,
  .c-form-input-number,
  .c-form-select,
  .c-form-textarea {
    padding: 0.5rem 1rem;
    min-height: 50px;
  }
  .c-form-input-tel,
  .c-form-input-address {
    width: 200px;
  }
  .c-form-input-number {
    width: 60px;
  }
  .c-form-input-date {
    width: 160px;
    min-width: inherit;
  }
  .c-form-label-checkbox .checkmark {
    width: 16px;
    height: 16px;
  }
  .c-form-label-checkbox .checkmark::after {
    content: "";
    width: 14px;
    height: 14px;
  }
  .c-form-label-radio {
    padding-left: 1.3125rem;
  }
  .c-form-label-radio:not(:last-child) {
    margin-right: 1.875rem;
  }
  .c-form-label-radio .checkmark {
    width: 16px;
    height: 16px;
  }
  .c-form-label-radio .checkmark::after {
    width: 10px;
    height: 10px;
  }
  .c-form-error-text {
    font-size: 0.75rem;
    margin-top: 0.25rem;
  }
}

.c-heading {
  color: var(--color);
}

.c-heading__jp {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  display: block;
}

.c-heading__jp-em {
  font-style: normal;
  font-size: 2.75rem;
  color: #fff;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 64px;
  height: 64px;
  text-align: center;
  -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;
  z-index: 1;
  margin-right: 0.5rem;
  color: var(--color-first-letter);
}

.c-heading__jp-em::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-color: var(--color);
}

.c-heading__jp-em::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 42px;
  height: 100%;
  max-width: 65.625%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, var(--slack-bg-color)), color-stop(51%, transparent));
  background: -webkit-linear-gradient(left top, var(--slack-bg-color) 50%, transparent 51%);
  background: linear-gradient(to right bottom, var(--slack-bg-color) 50%, transparent 51%);
}

.c-heading__en {
  display: block;
  margin-top: 1.625rem;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.12em;
  color: var(--color);
  margin-top: 2.25rem;
}

.c-heading__en.--taller {
  margin-top: 2rem;
  text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
}

.c-heading.--green {
  --color: #2d9939;
  --color-first-letter: #fff;
  --slack-bg-color: #085c0d;
}

.c-heading.--green-dark {
  --color: #006432;
  --color-first-letter: #fff;
  --slack-bg-color: #003e20;
}

.c-heading.--white {
  --color: #fff;
  --color-first-letter: #2d9939;
  --slack-bg-color: #bbefbb;
}

.c-heading.--blue {
  --color: #004886;
  --color-first-letter: #fff;
  --slack-bg-color: #001445;
}

.c-heading.--shadow .c-heading__jp {
  text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.4);
}

.c-heading.--shadow .c-heading__jp-em {
  text-shadow: none;
}

.c-heading.--shadow .c-heading__jp-em::before {
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2);
}

.c-heading.--small .c-heading__jp {
  font-size: 2.125rem;
}

.c-heading.--small .c-heading__jp-em {
  font-size: 2.3125rem;
  width: 54px;
  height: 54px;
}

.c-heading.--small .c-heading__en {
  font-size: 1.125rem;
  margin-top: 0.75rem;
}

.c-heading02 {
  position: relative;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: var(--color);
  width: 340px;
  max-width: 100%;
  padding: 0.6875rem 1.25rem 0 0;
  display: inline-block;
}

.c-heading02::before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 1px solid var(--color);
  border-right: 1px solid var(--color);
  top: 0;
  bottom: 0.25rem;
  left: 0;
  margin: 0;
  -webkit-transform: skewX(-18deg);
  transform: skewX(-18deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.c-heading02.--en {
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

.c-heading02.--small {
  font-size: 1.25rem;
  width: 180px;
  padding-top: 0.4375rem;
}

.c-heading02.--small::before {
  bottom: 0.625rem;
}

.c-heading02.--green-dark {
  --color: #006432;
}

.c-heading02.--green {
  --color: #2d9939;
}

.c-heading02.--blue {
  --color: #004886;
}

.c-heading02.--required::after {
  content: "*";
  font-size: 1.25rem;
  color: #ed1c24;
  display: inline-block;
  margin-left: 0.3125rem;
  font-family: "Noto Sans JP", sans-serif;
}

.c-heading03 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
}

.c-heading03__jp {
  font-size: 2.625rem;
  color: #1e93e2;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
}

.c-heading03__en {
  color: #222;
  font-size: 1.125rem;
  font-family: "Lexend", sans-serif;
  display: block;
}

.c-heading-h3 {
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #004886;
}

.c-heading-h3.--green-dark {
  color: #006432;
}

.c-heading-h3.--green {
  color: #2d9939;
}

.c-heading-h3.--center {
  text-align: center;
}

.c-heading-h3.--custom {
  font-size: 1.875rem;
  color: #222;
  text-align: center;
}

.c-heading-h3__sub {
  font-size: 1.25rem;
  display: block;
  margin-top: 0.125rem;
}

.c-heading-h4 {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.c-heading-h4.--lh-narrow {
  line-height: 1.5384;
}

.c-heading-h4.--blue {
  color: #004886;
}

.c-heading-h5 {
  font-size: 1.375rem;
}

.c-heading-h6 {
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  .c-heading__jp {
    font-size: 2.125rem;
  }
  .c-heading__jp-em {
    font-size: 2.375rem;
    width: 54px;
    height: 54px;
  }
  .c-heading__en {
    margin-top: 1rem;
    font-size: 1.125rem;
    margin-top: 1.125rem;
  }
  .c-heading__en.--taller {
    margin-top: 1.25rem;
  }
  .c-heading.--shadow .c-heading__jp-em {
    margin-right: 0.3125rem;
  }
  .c-heading.--small .c-heading__jp {
    font-size: 1.875rem;
  }
  .c-heading.--small .c-heading__jp-em {
    font-size: 2.125rem;
    width: 50px;
    height: 50px;
  }
  .c-heading.--small .c-heading__en {
    font-size: 1rem;
  }
  .c-heading02 {
    font-size: 1.75rem;
  }
  .c-heading-h3 {
    font-size: 1.625rem;
  }
  .c-heading-h3.--custom {
    font-size: 1.5rem;
  }
  .c-heading-h4 {
    font-size: 1.375rem;
  }
  .c-heading03 {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .c-heading03__jp {
    font-size: 2.25rem;
  }
  .c-heading03__en {
    font-size: 1rem;
    margin-top: 0.25rem;
  }
}

.c-images {
  overflow: hidden;
  position: relative;
}

.c-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.c-images__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}

.c-list-dot {
  list-style-type: none;
  --dot-color: #006432;
}

.c-list-dot__item {
  position: relative;
  padding-left: 1rem;
}

.c-list-dot__item::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.725em;
  background: var(--dot-color);
}

.c-list-dot__item + .c-list-dot__item {
  margin-top: 0.5rem;
}

.c-list-dot.--spacing-large .c-list-dot__item {
  padding-left: 1.5rem;
}

.c-list-dot.--spacing-large .c-list-dot__item::before {
  top: 1.4em;
}

.c-list-dot.--spacing-large .c-list-dot__item + .c-list-dot__item {
  margin-top: 1.25rem;
}

.c-list-ol {
  list-style: decimal;
  list-style-position: inside;
}

.c-list-ol__item + .c-list-ol__item {
  margin-top: 0.5rem;
}

.c-list-dl__dt {
  font-weight: bold;
}

.c-list-dl__dt + .c-list-dl {
  margin-top: 0.75rem;
}

.c-list-dl__dd {
  margin-left: 14px;
}

.c-text-link {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  color: #0c7cad;
  text-decoration: underline;
}

.c-text-link.--blank::after {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25"><path fill="%232d9939" d="M0 25V7h7V0h18v18h-7v7zm3-3h12v-4H7v-8H3zm19-7V3H10v4h8v8zm-12 0h5v-5h-5z"/></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  width: 14px;
  height: 14px;
  background-size: contain;
  margin-left: 0.375rem;
}

.c-text-link.--map::after {
  content: "";
  display: inline-block;
  background-image: url("../assets/images/common/icon_map.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 0.375rem;
}

.c-text-link.--pdf::after {
  content: "PDF";
  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;
  width: 40px;
  height: 20px;
  font-size: 0.75rem;
  margin-left: 0.375rem;
  background-color: red;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.c-link {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
}

.c-link::after {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2d9939 url(../assets/images/common/icon_arrow-link.svg) no-repeat center/20px 20px;
  position: relative;
  right: 0;
}

.c-link.--blue::after {
  background-color: #004886;
}

.c-link.--reserve {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-link.--reserve::after {
  left: 0;
  right: auto;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.c-link.--small {
  font-size: 0.875rem;
}

.c-link.--only-arrow {
  gap: 0 0.75rem;
}

.c-link.--only-arrow::after {
  background: #2d9939;
  -webkit-mask-image: url(../assets/images/common/icon_arrow-link.svg);
  mask-image: url(../assets/images/common/icon_arrow-link.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 20px 20px;
  mask-size: 20px 20px;
  width: 8px;
}

@media all and (min-width: 768px), print {
  .c-link::after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .c-link:hover::after {
    right: -0.5rem;
  }
  .c-link.--reserve:hover::after {
    left: -0.5rem;
  }
}

.c-text {
  font-size: 1rem;
  color: #222222;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

.c-text.--large {
  font-size: 1.125rem;
}

.c-text.--serif {
  font-family: "Noto Serif JP", serif;
}

.c-text.--small {
  font-size: 0.875rem;
}

.c-text.--ls-large {
  letter-spacing: 0.12em;
}

/* project */
.p-accordion__item + .p-accordion__item {
  margin-top: 1.25rem;
}

.p-accordion__head {
  width: 100%;
  border: none;
  padding: 1em;
}

.p-address__container {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.875rem 2.5rem 2.5rem;
  gap: 2rem 7%;
}

.p-address__web-button {
  margin-top: 0.9375rem;
}

.p-address__number {
  min-width: 340px;
  width: calc(100% - 7% - 320px);
}

.p-address__number-container {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 1.25rem;
}

.p-address__number-sub {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-address__number-text {
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  line-height: 1.5;
  color: #2d9939;
}

.p-address__number-subtext {
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
}

.p-address__title {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.p-address__title.--large {
  font-size: 1.625rem;
}

.p-address.--full .p-address__number {
  width: 100%;
}

.p-address.--full .p-address__number-container {
  margin-top: 1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 2.375rem;
}

@media only screen and (max-width: 767px) {
  .p-address__container {
    padding: 1.875rem 1.25rem;
  }
  .p-address__web {
    width: 100%;
  }
  .p-address__web-button {
    margin-top: 1.125rem;
  }
  .p-address__title {
    font-size: 1.125rem;
  }
  .p-address__title.--large {
    font-size: 1.375rem;
  }
  .p-address__number {
    width: 100%;
    min-width: unset;
  }
  .p-address__number-container {
    margin-top: 0.25rem;
  }
  .p-address__number-item + .p-address__number-item {
    margin-top: 0.3125rem;
  }
  .p-address__number-sub {
    font-size: 1.375rem;
  }
  .p-address__number-text {
    font-size: 2rem;
  }
}

.p-anchor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.p-anchor-list__item.is-active .p-anchor-list__link {
  color: #fff;
  background-color: #333;
}

.p-anchor-list__item:hover .p-anchor-list__link {
  color: #fff;
  background-color: #333;
}

.p-anchor-list__link {
  display: block;
  border-radius: 999px;
  padding: 0.5rem 1rem;
  color: #333;
  border: 1px solid #333;
}

.p-anchor-list__link.is-active {
  color: #fff;
  background-color: #333;
}

.p-anchor-list__link:hover {
  color: #fff;
  background-color: #333;
}

.p-article-button {
  text-align: center;
}

.p-article-button__view {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem 2.5rem;
}

.p-banner {
  width: 1720px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
  background-color: #e6e6e6;
  z-index: 1;
}

.p-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-banner__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}

.p-banner__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 153, 57, 0.2);
  mix-blend-mode: multiply;
}

.p-banner__bg img {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-banner__container {
  min-height: 560px;
  min-height: 29.16666vw;
  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: 3.75rem 0;
  max-width: 550px;
}

.p-banner__content {
  max-width: 100%;
}

.p-banner__text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.75;
  text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.5);
  margin-top: 3.125rem;
  letter-spacing: 0.05em;
}

.p-banner__button {
  margin-top: 3rem;
}

@media only screen and (max-width: 767px) {
  .p-banner__container {
    padding: 2.375rem 0 2.5rem;
  }
  .p-banner__text {
    margin-top: 2.875rem;
  }
  .p-banner__button {
    margin-top: 2rem;
  }
}

.p-box {
  padding: 5rem 2.5rem 4.625rem;
  background-color: #fff;
}

.p-box__inner {
  max-width: 960px;
  margin: 0 auto;
}

.p-box__container {
  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;
  gap: 0 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-box__container .p-box__content {
  width: 45%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-box__container .p-box__image {
  width: 50%;
}

.p-box__title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.p-box__text {
  font-size: 1rem;
  margin-top: 0.625rem;
}

.p-box.--pd-narrow {
  padding: 3.25rem 2.5rem 3rem;
}

.p-box.--pd-narrow2 {
  padding: 2rem 2rem 2rem;
}

@media only screen and (max-width: 767px) {
  .p-box {
    padding: 2.5rem 1.25rem;
  }
  .p-box__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 3.125rem 0;
  }
  .p-box__container .p-box__content {
    width: 100%;
  }
  .p-box.--pd-narrow {
    padding: 2.5rem 1.25rem;
  }
}

.p-breadline {
  padding: 0 20px;
  max-width: 1740px;
  margin: 1.375rem 0 0 auto;
}

.p-breadline__list {
  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-left: 1rem;
}

.p-breadline__item {
  font-size: 0.875rem;
  font-weight: 700;
  color: #222222;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.p-breadline__item a {
  margin-right: 0.5rem;
  color: #2d9939;
  text-decoration: underline;
}

.p-breadline__item.--active {
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-breadline__divider {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.375rem;
  font-size: 0rem;
  background-color: #2d9939;
  -webkit-mask-image: url("../assets/images/common/icon_arrow-link.svg");
  mask-image: url("../assets/images/common/icon_arrow-link.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 20px;
  height: 20px;
}

.p-breadline.--custom {
  max-width: 1040px;
  margin: 2.125rem auto 0;
}

.p-breadline.--custom .p-breadline__item a {
  color: #1e93e2;
}

.p-breadline.--custom .p-breadline__divider {
  background: none;
  -webkit-mask-image: none;
  mask-image: none;
  width: auto;
  height: auto;
}

.p-breadline.--custom .p-breadline__divider::before {
  content: "/";
  font-size: 0.875rem;
  color: #222;
  display: inline-block;
  margin-top: -0.25rem;
}

@media only screen and (max-width: 767px) {
  .p-breadline {
    display: none;
  }
}

.p-buttons.--flex {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 40px;
}

.p-buttons.--center {
  text-align: center;
}

.p-buttons.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-column__img {
  padding-top: 100%;
  position: relative;
}

.p-column__img.--ratio-1-1 {
  padding-top: 100%;
}

.p-column__img.--ratio-16-9 {
  padding-top: 56.25%;
}

.p-column__img.--ratio-4-1 {
  padding-top: 25%;
}

.p-column__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-column__title {
  margin-top: 0.625rem;
}

.p-column__text {
  margin-top: 0.625rem;
}

.p-column.--column2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(580px, 1fr));
  grid-gap: 2.5rem 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-rows: auto auto;
}

.p-column.--column3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2.5rem 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-template-rows: auto auto;
}

.p-column-wide {
  position: relative;
  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;
}

.p-column-wide__img {
  width: calc(50% - 20px);
}

.p-column-wide__img img {
  width: 100%;
}

.p-column-wide__content {
  width: 50%;
}

.p-column-wide__text {
  margin-top: 0.625rem;
}

.p-column-wide.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-column-wide02 {
  position: relative;
  overflow: hidden;
}

.p-column-wide02__text-slide {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 1730px;
  max-width: calc(100% - 40px);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}

.p-column-wide02__text-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
}

.p-column-wide02__text-slide span {
  display: block;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  line-height: 0.8;
  white-space: nowrap;
  color: #e6e6e6;
  font-size: 11.25rem;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.12em;
}

.p-column-wide02__container {
  min-height: 36.459vw;
  position: relative;
  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;
}

.p-column-wide02__container.--vert-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.p-column-wide02__container.--vert-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-column-wide02__container.--pd-y-01 {
  padding: 1.75rem 0;
}

.p-column-wide02__img {
  position: absolute;
  width: calc(50vw + 40px);
  top: 0;
  left: calc(50% - 40px);
  height: 100%;
}

.p-column-wide02__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-column-wide02__img::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: 0;
  width: 230px;
  max-width: 23%;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #f5f5f5), color-stop(50.5%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left top, #f5f5f5 50%, rgba(255, 255, 255, 0) 50.5%);
  background: linear-gradient(to right bottom, #f5f5f5 50%, rgba(255, 255, 255, 0) 50.5%);
}

.p-column-wide02__content {
  width: 550px;
  max-width: calc(50% - 50px);
}

.p-column-wide02__title.--blue {
  color: #004886;
}

.p-column-wide02__logo {
  margin-top: 1.875rem;
}

.p-column-wide02__text {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
}

.p-column-wide02__text.--serif {
  font-family: "Noto Serif JP", serif;
}

.p-column-wide02__text.--center {
  display: table;
  margin-inline: auto;
}

.p-column-wide02__text.--sign {
  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;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.5rem 0.75rem;
}

.p-column-wide02__button {
  margin-top: 2rem;
}

.p-column-wide02.--reverse .p-column-wide02__text-slide-inner {
  left: unset;
  right: 0;
}

.p-column-wide02.--reverse .p-column-wide02__text-slide span {
  margin-right: 0.08em;
}

.p-column-wide02.--reverse .p-column-wide02__img {
  right: calc(50% - 40px);
  left: auto;
}

.p-column-wide02.--reverse .p-column-wide02__img::after {
  right: -1px;
  left: auto;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #f5f5f5), color-stop(50.5%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right top, #f5f5f5 50%, rgba(255, 255, 255, 0) 50.5%);
  background: linear-gradient(to left bottom, #f5f5f5 50%, rgba(255, 255, 255, 0) 50.5%);
}

.p-column-wide02.--reverse .p-column-wide02__content {
  margin-left: auto;
}

.p-column-wide02.--text-side {
  padding-bottom: 6.25rem;
}

.p-column-wide02.--text-side .p-column-wide02__container {
  padding: 2.5rem 0 5.75rem;
}

@media screen and (max-widtd: 1500px) {
  .p-column-wide02__text-slide span {
    opacity: 0.7;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-column-wide02__text-slide span {
    font-size: clamp(6.25rem, 10vw, 11.25rem);
  }
}

@media only screen and (max-width: 767px) {
  .p-column.--column2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-column.--column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-column-wide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-column-wide__img {
    width: 100%;
  }
  .p-column-wide__content {
    width: 100%;
    margin-top: 1.25rem;
  }
  .p-column-wide02__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: unset;
  }
  .p-column-wide02__container.--pd-y-01 {
    padding: 0;
  }
  .p-column-wide02__img {
    width: calc( 100vw - 40px);
    left: 20px;
    position: relative;
    padding-top: 69.85%;
  }
  .p-column-wide02__content {
    width: 100%;
    max-width: 100%;
    margin-top: 1.375rem;
    position: relative;
    z-index: 1;
  }
  .p-column-wide02__content.--bg-grey {
    background-color: #f5f5f5;
  }
  .p-column-wide02__content.--sp-mt-big {
    margin-top: 2.5rem;
  }
  .p-column-wide02__text-slide {
    bottom: auto;
    width: 100%;
    z-index: 1;
  }
  .p-column-wide02__text-slide::before {
    content: "";
    display: block;
    padding-top: calc(68.5% + 30px);
  }
  .p-column-wide02__text-slide span {
    font-size: 5.625rem;
  }
  .p-column-wide02.--reverse .p-column-wide02__img {
    width: calc( 100vw - 40px);
    right: 20px;
    position: relative;
  }
  .p-column-wide02.--text-side {
    padding-bottom: 0;
  }
  .p-column-wide02.--text-side .p-column-wide02__container {
    padding: 0;
  }
}

.p-contentNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 1.25rem;
}

.p-contentNav__aside {
  max-width: 230px;
  width: 28%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-contentNav__nav {
  padding: 5rem 0;
}

.p-contentNav__list {
  position: relative;
}

.p-contentNav__list-item:not(:first-child) {
  margin-top: 1.375rem;
}

.p-contentNav__list-item.is-active .p-contentNav__list-text {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-contentNav__list-item.is-active .p-contentNav__list-link-dot {
  background: #006432;
}

.p-contentNav__list-link {
  position: relative;
  display: block;
}

.p-contentNav__list-link-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #006432;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-contentNav__list-link-dot::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-contentNav__list-text {
  opacity: 0;
  position: absolute;
  right: 0;
  top: -0.615em;
  bottom: 0;
  left: 1.2em;
  font-size: clamp(1.25rem, 2.6vw, 1.625rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.538;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-contentNav__main {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 900px;
}

.p-contentNav__main-title {
  display: none;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-contentNav__main-section {
  padding-top: 4.5rem;
}

@media only screen and (max-width: 767px) {
  .p-contentNav {
    display: block;
  }
  .p-contentNav__aside {
    max-width: 100%;
    width: 100%;
    position: static;
  }
  .p-contentNav__nav {
    padding: 0.75rem 0;
  }
  .p-contentNav__list-item:not(:first-child) {
    margin-top: 0.75rem;
  }
  .p-contentNav__list-link {
    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;
    gap: 0 0.75rem;
  }
  .p-contentNav__list-link-dot {
    background-color: #006432;
  }
  .p-contentNav__list-text {
    font-size: rm(24);
    position: static;
    opacity: 1;
    text-decoration: underline;
  }
  .p-contentNav__main {
    padding-top: 0;
    margin-top: 1.5rem;
  }
  .p-contentNav__main-title {
    font-size: 1.25rem;
    display: block;
    margin-bottom: 0.625rem;
  }
  .p-contentNav__main img {
    margin-top: 0.875rem;
  }
  .p-contentNav__main-section {
    padding-top: 0;
    margin-top: 0;
  }
  .p-contentNav__main-section:not(:first-child) {
    margin-top: 2.75rem;
  }
}

.p-dl {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}

.p-dl__row {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #b3b3b3), color-stop(51%, transparent));
  background: -webkit-linear-gradient(left, #b3b3b3 50%, transparent 51%);
  background: linear-gradient(to right, #b3b3b3 50%, transparent 51%);
  background-size: 8px 1px;
  background-position: -2px bottom;
  background-repeat: repeat-x;
  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: 2rem 2.5rem;
  gap: 0 5.3%;
}

.p-dl__row:first-child {
  position: relative;
}

.p-dl__row:first-child::before {
  content: "";
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #b3b3b3), color-stop(51%, transparent));
  background: -webkit-linear-gradient(left, #b3b3b3 50%, transparent 51%);
  background: linear-gradient(to right, #b3b3b3 50%, transparent 51%);
  background-size: 8px 1px;
  background-position: -2px bottom;
  background-repeat: repeat-x;
}

.p-dl__dt {
  font-weight: 700;
  color: #004886;
  width: 230px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.p-dl__dt.--en {
  font-family: "Jost", sans-serif;
}

.p-dl__dd {
  font-weight: 500;
}

.p-dl__dd-title {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-dl__dd-text {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-top: 0.5rem;
}

.p-dl.--vert .p-dl__row {
  display: block;
  padding-top: 2.5rem;
}

.p-dl.--vert .p-dl__dt {
  width: 100%;
  text-align: left;
}

.p-dl.--vert .p-dl__dt, .p-dl.--vert .p-dl__dd {
  max-width: 960px;
  margin: 0 auto;
}

.p-dl.--push-right .p-dl__row {
  padding-right: 0;
}

.p-dl.--push-right .p-dl__dt, .p-dl.--push-right .p-dl__dd {
  margin-left: auto;
  margin-right: 0;
  max-width: 1080px;
}

@media only screen and (max-width: 767px) {
  .p-dl__row {
    padding: 1rem 0;
    display: block;
  }
  .p-dl__dt {
    width: 100%;
    text-align: left;
  }
  .p-dl__dd {
    margin-top: 0.25rem;
  }
  .p-dl__dd-title {
    font-size: 1.5rem;
  }
  .p-dl.--vert .p-dl__row {
    padding: 1.5rem 0;
  }
}

.p-entry {
  display: none;
}

@media only screen and (max-width: 767px) {
  .p-entry {
    display: block;
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .p-entry__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0 1rem;
  }
  .p-entry__button-link {
    width: calc((100% - 16px)/2);
    height: 60px;
    background-color: #2d9939;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0 1.25rem;
    -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;
    position: relative;
    color: #fff;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.384;
  }
  .p-entry__button-link.--mail::before {
    content: "";
    background-color: #fff;
    -webkit-mask-image: url("../assets/images/common/icon_envelope.svg");
    mask-image: url("../assets/images/common/icon_envelope.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 34px;
    height: 30px;
  }
  .p-entry__button-link.--tel::before {
    content: "";
    background-color: #fff;
    -webkit-mask-image: url("../assets/images/common/icon_phone.svg");
    mask-image: url("../assets/images/common/icon_phone.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 30px;
    height: 30px;
  }
  .p-entry.--custom {
    background: #fff;
  }
  .p-entry.--custom .p-entry__button {
    gap: 0 0.125rem;
  }
  .p-entry.--custom .p-entry__button-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 70px;
    width: calc((100% - 2px)/2);
    width: 100%;
    padding: 0 1.375rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p-entry.--custom .p-entry__button-link em {
    font-size: 1.0625rem;
    font-style: normal;
  }
  .p-entry.--custom .p-entry__button-link span {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    font-family: "Lexend", sans-serif;
  }
  .p-entry.--custom .p-entry__button-link.--blue {
    background: -webkit-gradient(linear, left top, right top, from(#1e93e2), to(#40e5ed));
    background: -webkit-linear-gradient(left, #1e93e2, #40e5ed);
    background: linear-gradient(to right, #1e93e2, #40e5ed);
  }
  .p-entry.--custom .p-entry__button-link.--yellow {
    background: -webkit-gradient(linear, left top, right top, from(#ea9b0f), to(#ead942));
    background: -webkit-linear-gradient(left, #ea9b0f, #ead942);
    background: linear-gradient(to right, #ea9b0f, #ead942);
  }
  .p-entry.--custom .p-entry__button-link.--blank::after {
    content: "";
    display: inline-block;
    background: url("../assets/images/common/icon_blank02.svg") no-repeat center/contain;
    width: 20px;
    height: 100%;
    margin-left: 0.375rem;
    position: absolute;
    top: 0;
    right: 0.375rem;
  }
  .p-entry.--custom .p-entry__button-link.--arrow::after {
    content: "";
    width: 20px;
    height: 100%;
    background-color: #fff;
    -webkit-mask-image: url(../assets/images/common/icon_arrow-right02.svg);
    mask-image: url(../assets/images/common/icon_arrow-right02.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 1.25rem;
  }
  .p-entry.--custom .p-entry__button-link:only-child {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-entry.--custom .p-entry__button-link:only-child em {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
  .p-entry.--custom .p-entry__button-link:only-child span {
    font-size: 1rem;
  }
  .p-entry.--custom .p-entry__button-link:only-child.--blank::after {
    right: 1.5625rem;
  }
  .p-entry.--custom .p-entry__button-link:only-child.--arrow::after {
    right: 1.5625rem;
  }
}

.p-flow {
  overflow: hidden;
}

.p-flow__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-flow__step {
  text-align: center;
  color: #004886;
  font-size: 1.125rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: 2rem;
  padding-bottom: 1.875rem;
}

.p-flow__step-current {
  font-size: 1.5rem;
  font-style: normal;
}

.p-flow__item {
  width: 740px;
  min-height: 480px;
  background: #fff;
  padding: 2.5rem;
}

.p-flow__item:not(:first-child) {
  position: relative;
}

.p-flow__item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: -2.5rem;
  border-top: 1px solid #004886;
  border-right: 1px solid #004886;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.p-flow__item-top {
  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-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0 6%;
}

.p-flow__item-img {
  aspect-ratio: 240/170;
  max-width: 100%;
  position: relative;
  width: 36.4%;
  max-width: 240px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-flow__item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-flow__item-head-sub {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
  display: block;
}

.p-flow__item-text {
  margin-top: 1.25rem;
}

@media only screen and (max-width: 767px) {
  .p-flow__step {
    margin-top: 1rem;
  }
  .p-flow__item {
    width: 100vw;
    max-width: 320px;
    padding: 1.25rem 1rem 0.625rem;
    min-height: 0;
  }
  .p-flow__item:not(:first-child)::before {
    width: 10px;
    height: 10px;
    left: -1.375rem;
  }
  .p-flow__item-img {
    display: none;
  }
  .p-flow__item-head {
    width: 100%;
  }
  .p-flow__item-head-step {
    font-size: clamp(1rem, 2vh, 1.25rem) !important;
  }
  .p-flow__item-head-title {
    font-size: clamp(1.125rem, 2.2vh, 22px);
    margin-top: 0.5vw;
  }
  .p-flow__item-head-sub {
    font-size: clamp(1rem, 2vh, 1.25rem);
    margin-top: 0.5vh;
  }
  .p-flow__item-text {
    font-size: clamp(0.875rem, 1.8vh, 1.125rem) !important;
    line-height: 1.5;
    margin-top: 1vh;
  }
}

.p-form-table {
  width: 100%;
}

.p-form-table__th {
  width: 200px;
  text-align: left;
  padding: 1rem 0;
  vertical-align: top;
}

.p-form-table__td {
  width: calc( 100% - 400px);
  padding: 1rem;
  vertical-align: top;
}

.p-form-table__td-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

@media only screen and (max-width: 767px) {
  .p-form-table tr:not(:first-child) .p-form-table__th {
    margin-top: 1.25rem;
  }
  .p-form-table__th {
    width: 100%;
    display: block;
    padding: 0;
  }
  .p-form-table__td {
    width: 100%;
    display: block;
    padding: 0;
    margin-top: 0.375rem;
  }
}

.p-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 767px) {
  .p-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-layout-rec {
  color: #222222;
  background: transparent;
}

.p-layout-rec .l-all::before {
  display: none;
}

.p-layout-rec .l-article {
  margin-top: 6.25rem;
}

@media only screen and (max-width: 767px) {
  .p-layout-rec .l-article {
    margin-top: 3.75rem;
  }
}

.p-mainvisual-rec {
  height: 100vh;
  max-height: 1000px;
  position: relative;
  overflow: hidden;
}

.p-mainvisual-rec__text {
  position: absolute;
  top: 43%;
  width: 626px;
  max-width: calc(42% - 20px);
  right: 55%;
}

.p-mainvisual-rec__slide {
  position: absolute;
  top: -31px;
  right: 5%;
  max-width: 42%;
  -webkit-transform: rotate(5deg) translateZ(0);
  transform: rotate(5deg) translateZ(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  width: 760px;
  height: 107%;
  z-index: -1;
}

.p-mainvisual-rec__slide .anime-fade {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.p-mainvisual-rec__slide-item {
  width: 48%;
  max-width: 360px;
  position: absolute;
  top: 0;
  height: 100%;
}

.p-mainvisual-rec__slide-item .swiper {
  width: 100%;
  height: 100%;
}

.p-mainvisual-rec__slide-item .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.p-mainvisual-rec__slide-item .swiper-slide {
  height: auto;
}

.p-mainvisual-rec__slide-item .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-mainvisual-rec__slide-item.--first {
  margin-top: 3.125rem;
  left: 0;
}

.p-mainvisual-rec__slide-item.--second {
  right: 0;
}

.p-mainvisual-rec__scrolldown {
  position: absolute;
  width: 138px;
  display: block;
  -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;
  bottom: 2.5rem;
  left: 5.5%;
}

.p-mainvisual-rec__scrolldown-text {
  width: 100%;
  height: 100%;
}

.p-mainvisual-rec__scrolldown-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-mainvisual-rec__slide {
    right: 1%;
    max-width: 48%;
    -webkit-transform: rotate(3.5deg) translateZ(0);
    transform: rotate(3.5deg) translateZ(0);
  }
  .p-mainvisual-rec__text {
    right: 58%;
  }
}

@media only screen and (max-width: 767px) {
  .p-mainvisual-rec {
    margin-left: 20px;
    margin-right: 20px;
    min-height: 600px;
    max-height: unset;
  }
  .p-mainvisual-rec__slide {
    height: 32%;
    max-width: unset;
    left: -40px;
    right: -40px;
    width: auto;
    -webkit-transform: rotate(-5deg) translateZ(0);
    transform: rotate(-5deg) translateZ(0);
    top: 45%;
    bottom: auto;
  }
  .p-mainvisual-rec__slide-item {
    width: 100%;
    height: 47%;
    max-width: 100%;
  }
  .p-mainvisual-rec__slide-item.--first {
    top: 0;
    margin-top: 0;
  }
  .p-mainvisual-rec__slide-item.--second {
    left: 0;
    bottom: 0;
    top: auto;
  }
  .p-mainvisual-rec__slide .anime-fade {
    -webkit-animation: none;
    animation: none;
  }
  .p-mainvisual-rec__text {
    top: 18.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 98%;
    height: 17%;
    text-align: center;
  }
  .p-mainvisual-rec__text svg {
    max-width: 100%;
    max-height: 100%;
  }
  .p-mainvisual-rec__scrolldown {
    width: 70px;
    height: 64px;
    top: 34.5%;
    left: 2px;
  }
  .p-mainvisual-rec__scrolldown-text {
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
  }
  .p-mainvisual-rec__scrolldown-icon {
    width: 25px;
    height: 25px;
  }
}

.p-mainvisual {
  width: 100%;
  position: relative;
  z-index: 1;
  height: calc(100vh - 100px);
  min-height: 600px;
}

.p-mainvisual__scrolldown {
  position: absolute;
  left: calc(var(--width-side-left) + 8px + 2%);
  top: calc(50% + 74px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 70px;
}

.p-mainvisual__scrolldown-text {
  margin-bottom: 0.3125rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.12em;
  color: #2d9939;
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  max-width: unset;
  margin-bottom: 0.625rem;
  -webkit-writing-mode: tb;
  -ms-writing-mode: tb;
  writing-mode: tb;
  white-space: nowrap;
}

.p-mainvisual__scrolldown::after {
  content: "";
  display: block;
  background-color: #2d9939;
  width: 100%;
  position: absolute;
  top: 0;
  height: 0;
  opacity: 0;
  -webkit-animation: scrollPath 1.4s ease-in-out infinite;
  animation: scrollPath 1.4s ease-in-out infinite;
}

.p-mainvisual__bg {
  width: 1720px;
  margin-left: auto;
  max-width: 94%;
  max-width: calc(100% - var(--width-side-left) - 8px - 2% - 8px - 2%);
  height: 100%;
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.p-mainvisual__bg-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.p-mainvisual__bg-inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(45, 153, 57, 0.15);
  mix-blend-mode: multiply;
}

.p-mainvisual__bg img {
  width: calc( 100% + 60px);
  max-width: calc( 100% + 60px);
  height: calc( 100% + 60px);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.p-mainvisual__over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-mainvisual__over-inner {
  width: 1240px;
  max-width: calc(100% - 2*(28px + 2% + 8px + 2%));
  padding: 0 20px;
  margin: 0 auto;
  height: 100%;
}

.p-mainvisual__over-container {
  width: 100%;
  height: 100%;
  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;
}

.p-mainvisual__over-img-art {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 26%;
}

.p-mainvisual__intro {
  margin-top: 2.75rem;
}

.p-mainvisual__intro-title {
  font-family: "Jost", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.p-mainvisual__intro-text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.p-mainvisual__text-copy {
  max-width: 520px;
}

.text-path {
  -webkit-mask: url(#mask);
  mask: url(#mask);
}

.text-path-rec {
  -webkit-mask: url(#mask-rec);
  mask: url(#mask-rec);
}

.mask-line {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5.5;
  stroke-dasharray: 3890px;
  stroke-dashoffset: 3890px;
  -webkit-animation: handwriting 5s 2s linear forwards;
  animation: handwriting 5s 2s linear forwards;
}

.mask-line-rec {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 14;
  stroke-dasharray: 6000px;
  stroke-dashoffset: 6000px;
  -webkit-animation: handwriting02 4s 0.5s linear forwards;
  animation: handwriting02 4s 0.5s linear forwards;
}

@-webkit-keyframes handwriting {
  0% {
    stroke-dashoffset: 3890px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes handwriting {
  0% {
    stroke-dashoffset: 3890px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}

@-webkit-keyframes handwriting02 {
  0% {
    stroke-dashoffset: 6000px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}

@keyframes handwriting02 {
  0% {
    stroke-dashoffset: 6000px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .p-mainvisual {
    height: calc( 100vh - 56px);
    min-height: 400px;
  }
  .p-mainvisual__bg {
    max-width: 100%;
  }
  .p-mainvisual__over-inner {
    max-width: 100%;
  }
  .p-mainvisual__over-img-art {
    max-width: 120px;
  }
  .p-mainvisual__text-copy {
    position: absolute;
    top: 2.25rem;
    left: 0;
    width: 100%;
    padding: 0 1.25rem;
  }
  .p-mainvisual__intro {
    position: absolute;
    bottom: 7.8125rem;
    left: 0;
    padding: 0 1.25rem;
    margin-top: 0;
  }
  .p-mainvisual__intro-title {
    font-size: 1.625rem;
  }
  .p-mainvisual__intro-text {
    font-size: 0.9375rem;
    margin-top: -0.25rem;
    margin-right: -0.3125rem;
  }
  .p-mainvisual__scrolldown {
    top: auto;
    bottom: -3.75rem;
    left: 1.75rem;
    height: 40px;
  }
  .p-mainvisual__scrolldown-text {
    font-size: 0.75rem;
    margin-bottom: 0.125rem;
  }
}

.p-news__item {
  border-top: 1px solid #e6e6e6;
}

.p-news__item:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.p-news__link {
  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: 1.25rem 0;
}

.p-news__link.--nolink {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}

.p-news__link-day {
  display: inline-block;
  max-width: 80px;
  min-width: 80px;
  font-size: 0.875rem;
  font-weight: 400;
  margin-right: 1.25rem;
  white-space: nowrap;
}

.p-news__link-cat {
  display: inline-block;
  max-width: 56px;
  min-width: 56px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #2d9939;
  margin-right: 1.875rem;
  white-space: nowrap;
}

.p-news__link-title {
  font-size: 1rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-news__link-new {
  font-size: 0.75rem;
  max-width: 32px;
  min-width: 32px;
  font-weight: 400;
  color: #8e8a61;
  margin-right: 0.625rem;
  white-space: nowrap;
}

.p-news__button {
  margin-top: 3.75rem;
  text-align: center;
}

@media all and (min-width: 1281px), print {
  .p-news__link {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .p-news__link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-news__link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-news__link-day {
    margin-right: 0.625rem;
  }
  .p-news__link-cat {
    margin-right: 0.625rem;
  }
  .p-news__link-title {
    width: 100%;
  }
  .p-news__button {
    text-align: center;
  }
}

.p-pagetitle {
  padding: 0 1.25rem;
  position: relative;
  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;
  margin-top: 1.25rem;
}

.p-pagetitle__title {
  min-width: 520px;
  padding: 1.25rem;
  min-height: 150px;
  background-color: #f5f5f5;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #004886;
  line-height: 1.75;
  padding: 1rem 1.25rem;
  position: relative;
}

.p-pagetitle__title em {
  font-style: normal;
  font-weight: 700;
  font-size: 2.375rem;
  letter-spacing: 0.05em;
  display: block;
}

.p-pagetitle__title span {
  letter-spacing: 0.12em;
  font-family: "Jost", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  display: block;
  margin-top: 1rem;
}

.p-pagetitle__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#a5d5f4), to(#b6f7ff));
  background: -webkit-linear-gradient(left, #a5d5f4, #b6f7ff);
  background: linear-gradient(to right, #a5d5f4, #b6f7ff);
}

.p-pagetitle__title02 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
}

.p-pagetitle__title02 em {
  font-size: 2.5rem;
  color: #1e93e2;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  display: block;
}

.p-pagetitle__title02 span {
  color: #222;
  font-size: 1rem;
  font-family: "Lexend", sans-serif;
  display: block;
  display: block;
}

.p-pagetitle.--custom {
  height: 340px;
  z-index: 1;
  margin-top: 0;
  padding-bottom: 0.625rem;
  overflow: hidden;
}

@media all and (min-width: 768px), print {
  .p-pagetitle__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    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;
  }
  .p-pagetitle__text-inner::before {
    content: "OPENING SUPPORT  OPENING SUPPORT  ";
    font-size: 11.25rem;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    letter-spacing: 0.12em;
    line-height: 1.75;
    text-align: left;
    color: #e6e6e6;
    display: block;
    white-space: pre;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0.05em;
  }
  body.page-performan .p-pagetitle__text-inner::before {
    content: "SUPPORT PERFORMANCE  SUPPORT PERFORMANCE  ";
  }
  body.page-contact .p-pagetitle__text-inner::before {
    content: "CONTACT  CONTACT  CONTACT  CONTACT  ";
  }
  body.page-corporate .p-pagetitle__text-inner::before {
    content: "VISION  VISION  VISION  VISION  ";
  }
  body.page-business .p-pagetitle__text-inner::before {
    content: "VISION  VISION  VISION  VISION  ";
  }
  body.page-business .p-pagetitle__text-inner::before {
    content: "MEDICAL EQUIPMENT SALES  MEDICAL EQUIPMENT SALES  ";
  }
  body.page-company .p-pagetitle__text-inner::before {
    content: "COMPANY  COMPANY  COMPANY  COMPANY  ";
  }
  body.page-privacy .p-pagetitle__text-inner::before {
    content: "PRIVACY POLICY  PRIVACY POLICY  ";
  }
}

body.page-corporate .p-pagetitle__title, body.page-contact .p-pagetitle__title, body.page-privacy .p-pagetitle__title, body.page-company .p-pagetitle__title {
  color: #2d9939;
}

body.page-business .p-pagetitle__title {
  color: #006432;
}

@media only screen and (max-width: 767px) {
  .p-pagetitle {
    margin-top: 2.5rem;
    padding: 0 0.5rem;
  }
  .p-pagetitle__text {
    display: none;
  }
  .p-pagetitle__text-inner::before {
    font-size: 5.625rem;
  }
  .p-pagetitle__title {
    height: auto;
    min-height: 100px;
    width: 100%;
    max-width: 100%;
    min-width: unset;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-pagetitle__title em {
    font-size: 2rem;
  }
  .p-pagetitle__title span {
    font-size: 1rem;
    margin-top: 0;
  }
  .p-pagetitle__title02 em {
    font-size: 2.125rem;
  }
  .p-pagetitle__title02 span {
    font-size: 0.875rem;
  }
  .p-pagetitle.--custom {
    height: 180px;
  }
}

.p-pagination {
  text-align: center;
  margin-top: 2.5rem;
}

.p-pagination__list {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.375rem;
}

.p-pagination__item span, .p-pagination__item a {
  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;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #004886;
  background-color: #fff;
  color: #004886;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}

.p-pagination__item span {
  background-color: #004886;
  color: #fff;
}

.p-pagination__item.--next span, .p-pagination__item.--next a, .p-pagination__item.--prev span, .p-pagination__item.--prev a {
  background: #004886;
  color: #004886;
  position: relative;
  font-size: 0;
}

.p-pagination__item.--next span::before, .p-pagination__item.--next a::before, .p-pagination__item.--prev span::before, .p-pagination__item.--prev a::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
}

.p-pagination__item.--next span::after, .p-pagination__item.--next a::after, .p-pagination__item.--prev span::after, .p-pagination__item.--prev a::after {
  color: #004886;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.p-pagination__item.--prev {
  margin-right: 7.875rem;
}

.p-pagination__item.--prev span, .p-pagination__item.--prev a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-pagination__item.--prev span::before, .p-pagination__item.--prev a::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: translate(-25%, -50%) rotate(-45deg);
  transform: translate(-25%, -50%) rotate(-45deg);
}

.p-pagination__item.--prev span::after, .p-pagination__item.--prev a::after {
  content: "前の実績へ";
  left: 100%;
  margin-left: 1rem;
}

.p-pagination__item.--next {
  margin-left: 7.875rem;
}

.p-pagination__item.--next span::before, .p-pagination__item.--next a::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}

.p-pagination__item.--next span::after, .p-pagination__item.--next a::after {
  content: "次の実績へ";
  right: 100%;
  margin-right: 1rem;
}

@media all and (min-width: 1281px), print {
  .p-pagination__item a {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .p-pagination__item a:hover {
    background-color: #004886;
    color: #fff;
  }
  .p-pagination__item.--next a:hover, .p-pagination__item.--prev a:hover {
    background-color: #fff;
  }
  .p-pagination__item.--next a:hover::before, .p-pagination__item.--prev a:hover::before {
    border-color: #004886;
  }
}

@media only screen and (max-width: 767px) {
  .p-pagination__list {
    gap: 0.875rem;
  }
  .p-pagination__item span, .p-pagination__item a {
    width: 40px;
    height: 40px;
  }
  .p-pagination__item.--next span::before, .p-pagination__item.--next a::before, .p-pagination__item.--prev span::before, .p-pagination__item.--prev a::before {
    width: 10px;
    height: 10px;
  }
  .p-pagination__item.--next span::after, .p-pagination__item.--next a::after, .p-pagination__item.--prev span::after, .p-pagination__item.--prev a::after {
    display: none;
  }
  .p-pagination__item.--prev {
    margin-right: 2.25rem;
  }
  .p-pagination__item.--next {
    margin-left: 2.25rem;
  }
}

.p-partner {
  display: grid;
  grid-gap: 2.5rem 7.5%;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 7.5%*3)/4), 1fr));
}

.p-partner__item {
  text-align: center;
}

.p-partner__item.anime-fade-up:nth-child(n+1) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.p-partner__item.anime-fade-up:nth-child(n+5) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.p-partner__item.anime-fade-up:nth-child(n+9) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.p-partner__item.anime-fade-up:nth-child(n+13) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.p-partner__item.anime-fade-up:nth-child(n+17) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.p-partner__item.anime-fade-up:nth-child(n+21) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.p-partner__item.anime-fade-up:nth-child(n+25) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-partner {
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
}

@media only screen and (max-width: 767px) {
  .p-partner {
    grid-gap: 1.125rem 12.5%;
    grid-template-columns: repeat(auto-fill, minmax(calc((100% - 16%)/2), 1fr));
    padding: 0 0.75rem;
  }
  .p-partner__item.anime-fade-up:nth-child(n+1) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  .p-partner__item.anime-fade-up:nth-child(n+3) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
  .p-partner__item.anime-fade-up:nth-child(n+5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  .p-partner__item.anime-fade-up:nth-child(n+7) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
  .p-partner__item.anime-fade-up:nth-child(n+9) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .p-partner__item.anime-fade-up:nth-child(n+11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
  }
  .p-partner__item.anime-fade-up:nth-child(n+13) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  .p-partner__item.anime-fade-up:nth-child(n+15) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
  .p-partner__item.anime-fade-up:nth-child(n+17) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
  .p-partner__item.anime-fade-up:nth-child(n+19) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .p-partner__item.anime-fade-up:nth-child(n+21) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  .p-partner__item.anime-fade-up:nth-child(n+23) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
  }
  .p-partner__item.anime-fade-up:nth-child(n+25) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
  }
}

.p-qa {
  letter-spacing: 0.05em;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 3.75rem;
}

.p-qa__question {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-qa__question::before {
  content: "Q";
  position: absolute;
  left: -3.75rem;
  top: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #004886;
  font-family: "Noto Sans JP", sans-serif;
}

.p-qa__answer {
  position: relative;
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  margin-top: 1rem;
}

.p-qa__answer::before {
  content: "A";
  position: absolute;
  left: -3.75rem;
  top: 0;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 767px) {
  .p-qa {
    padding-left: 1.875rem;
  }
  .p-qa__question::before {
    left: -1.875rem;
  }
  .p-qa__answer::before {
    left: -1.875rem;
  }
}

.p-rec-nav {
  margin: 10rem auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  width: 1720px;
  max-width: calc(100% - 40px);
}

.p-rec-nav__mouse {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  opacity: 0;
  width: 160px;
  aspect-ratio: 1/1;
  pointer-events: none;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.p-rec-nav__mouse:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.p-rec-nav__item {
  width: 50%;
  width: 100%;
  position: relative;
  height: 340px;
  overflow: hidden;
  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;
  padding: 1.25rem;
}

.p-rec-nav__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  overflow: hidden;
  background-size: 200% 100%;
  background-position: 0% 50%;
}

.p-rec-nav__bg.--blue {
  background-image: -webkit-gradient(linear, left top, right top, from(#1e93e2), color-stop(#40e5ed), to(#1e93e2));
  background-image: -webkit-linear-gradient(left, #1e93e2, #40e5ed, #1e93e2);
  background-image: linear-gradient(to right, #1e93e2, #40e5ed, #1e93e2);
}

.p-rec-nav__bg.--yellow {
  background-image: -webkit-gradient(linear, left top, right top, from(#f49600), color-stop(#ead018), to(#f49600));
  background-image: -webkit-linear-gradient(left, #f49600, #ead018, #f49600);
  background-image: linear-gradient(to right, #f49600, #ead018, #f49600);
}

.p-rec-nav__content {
  position: relative;
  z-index: 3;
  width: 81%;
  max-width: 980px;
  padding-left: 1.25rem;
  margin: 0 auto;
}

.p-rec-nav__content.--flex {
  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;
  gap: 1.25rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-rec-nav__title {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 0.875rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-rec-nav__title em {
  font-size: 2.625rem;
  font-style: normal;
  display: block;
}

.p-rec-nav__title span {
  font-size: 1.125rem;
  font-family: "Lexend", sans-serif;
  display: block;
}

.p-rec-nav__desc {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  color: #fff;
}

.p-rec-nav__desc-img {
  margin-top: 1rem;
}

@media all and (min-width: 1281px), print {
  .p-rec-nav.is-active:hover .p-rec-nav__mouse {
    opacity: 1;
  }
  .p-rec-nav__bg {
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .p-rec-nav__item {
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .p-rec-nav__item:only-of-type .p-rec-nav__desc-text br:not(.u-hidden-pc) {
    display: none;
  }
  .p-rec-nav__item:hover .p-rec-nav__bg {
    background-position: 100% 50%;
  }
  .p-rec-nav__item.--left:hover ~ .p-rec-nav__mouse::before {
    background: url("../assets/images/common/text_link-entry.svg") no-repeat center/contain;
  }
  .p-rec-nav__item.--right:hover ~ .p-rec-nav__mouse {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-rec-nav__readmore {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .p-rec-nav__mouse {
    display: none;
  }
  .p-rec-nav__readmore {
    display: table;
    margin: 1.875rem auto 0;
  }
  .p-rec-nav__content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .p-rec-nav__content.--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  .p-rec-nav__title {
    margin-bottom: 0;
  }
  .p-rec-nav__desc {
    text-align: center;
    margin-top: 2.375rem;
  }
  .p-rec-nav__desc-text {
    text-align: left;
  }
  .p-rec-nav__desc-img img {
    width: 295px;
  }
}

@media only screen and (max-width: 767px) {
  .p-rec-nav {
    margin-top: 7.375rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-rec-nav::before {
    content: none;
  }
  .p-rec-nav__item {
    width: 100%;
    height: auto;
    padding: 2.125rem 1.25rem 3.375rem;
  }
  .p-rec-nav__item + .p-rec-nav__item {
    margin-top: 0.125rem;
  }
  .p-rec-nav__title em {
    font-size: 2.25rem;
  }
  .p-rec-nav__content {
    margin-top: 0.375rem;
  }
  .p-rec-nav__readmore {
    margin-top: 3.125rem;
  }
}

.p-schedule {
  border: 1px solid #1e93e2;
  letter-spacing: 0.05em;
}

.p-schedule__head {
  text-align: center;
  padding: 0.5rem 1.5rem;
  text-align: center;
  color: #1e93e2;
  font-weight: 700;
  font-size: 1.25rem;
  position: relative;
  width: 100%;
  min-height: 98px;
  line-height: 1.5;
}

.p-schedule__head-icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 6%;
}

.p-schedule__head-icon::before, .p-schedule__head-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #1e93e2;
  left: 0;
  top: 50%;
}

.p-schedule__head-icon::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-schedule__head.is-active .p-schedule__head-icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.p-schedule__content {
  padding: 0 2.375rem 2.75rem;
}

.p-schedule__content.is-user-active .p-schedule__timeline-line {
  -webkit-animation-name: timeline;
  animation-name: timeline;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-schedule__timeline {
  position: relative;
}

.p-schedule__timeline.--w1 {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.p-schedule__timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #1e93e2;
  left: 120px;
}

.p-schedule__timeline-item {
  border-top: 1px solid #1e93e2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p-schedule__timeline-item:last-child {
  border-bottom: 1px solid #1e93e2;
}

.p-schedule__timeline-item em {
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: 0.05em;
  font-family: "Lexend", sans-serif;
  font-style: normal;
  width: 120px;
  text-align: right;
  padding: 0.625rem 6.5%;
  color: #1e93e2;
}

.p-schedule__timeline-item p {
  width: 45.5%;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.125rem 7%;
  line-height: 1.55;
}

.p-schedule__timeline-item p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1e93e2;
}

@media only screen and (max-width: 767px) {
  .p-schedule__timeline-line {
    left: 30%;
  }
  .p-schedule__timeline-item em {
    font-size: 1.375rem;
    padding: 0.625rem 0.75rem 0.625rem 0;
    width: 30%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .p-schedule__timeline-item p {
    padding-right: 0;
    padding-left: 5%;
  }
  .p-schedule__head {
    padding: 0.5rem 3.5625rem;
    line-height: 1.5;
    min-height: 5.1875rem;
  }
  .p-schedule__content {
    padding: 0 1.25rem 1.25rem;
  }
}

.p-scroll-top {
  position: fixed;
  z-index: 10;
  right: 4.75%;
  bottom: 60px;
  opacity: 0;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.p-scroll-top.is-footer {
  position: absolute;
  bottom: -6rem;
}

.p-scroll-top__button {
  font-size: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2d9939;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-scroll-top__button::before {
  content: "";
  background: #fff;
  -webkit-mask-image: url("../assets/images/common/icon_arrow-link.svg");
  mask-image: url("../assets/images/common/icon_arrow-link.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 38px;
  height: 38px;
  -webkit-mask-size: 38px 38px;
  mask-size: 38px 38px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.p-scroll-top.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-scroll-top.--custom {
  right: 2.7%;
  overflow: hidden;
}

.p-scroll-top.--custom.is-footer {
  bottom: -2.875rem;
}

.p-scroll-top.--custom .p-scroll-top__button {
  padding: 0;
  width: 94px;
  height: 94px;
  background: none;
  -webkit-transition: none;
  transition: none;
}

.p-scroll-top.--custom .p-scroll-top__button::before {
  content: none;
}

.p-scroll-top.--custom .p-scroll-top__text {
  width: 100%;
}

.p-scroll-top.--custom .p-scroll-top__icon {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  pointer-events: none;
}

@media all and (min-width: 768px), print {
  .p-scroll-top__button:hover {
    opacity: 0.7;
  }
  .p-scroll-top.--custom .p-scroll-top__button:hover {
    opacity: 1;
  }
}

@media only screen and (max-width: 1280px) {
  .p-scroll-top.--custom .p-scroll-top__text {
    -webkit-animation: 10s linear infinite rotate;
    animation: 10s linear infinite rotate;
  }
}

@media only screen and (max-width: 767px) {
  .p-scroll-top {
    bottom: 4.75rem;
    right: 20px;
  }
  .p-scroll-top.is-footer {
    bottom: -2.75rem;
  }
  .p-scroll-top.--custom {
    right: 0.875rem;
  }
  .p-scroll-top.--custom.is-footer {
    bottom: -0.5rem;
  }
  .p-scroll-top.--custom .p-scroll-top__button {
    width: 72px;
    height: 72px;
  }
}

.p-section-title-heading {
  text-align: center;
  margin-bottom: 3.75rem;
}

.p-section-title-h3 {
  text-align: center;
  margin-bottom: 3.125rem;
}

@media only screen and (max-width: 767px) {
  .p-section-title-heading {
    margin-bottom: 3rem;
  }
  .p-section-title-h3 {
    margin-bottom: 2.5rem;
  }
}

.p-swiper01 {
  margin: 0 1.875rem;
  position: relative;
}

.p-swiper01 .swiper-slide {
  aspect-ratio: 1140/630;
  max-width: 100%;
  position: relative;
}

.p-swiper01 .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-swiper01 .swiper-button-next, .p-swiper01 .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #004886;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-top: 0;
}

.p-swiper01 .swiper-button-next::after, .p-swiper01 .swiper-button-prev::after {
  color: #fff;
  font-size: 1.25rem;
}

.p-swiper01 .swiper-button-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.p-swiper01 .swiper-button-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-swiper-thumb01 {
  margin: 0 1.875rem;
}

.p-swiper-thumb01 .swiper-slide {
  aspect-ratio: 228/126;
  max-width: 100%;
  position: relative;
}

.p-swiper-thumb01 .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-swiper-thumb01 .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 153, 57, 0.25);
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.p-swiper-thumb01 .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .p-swiper01 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .p-swiper01 .swiper-button-next, .p-swiper01 .swiper-button-prev {
    width: 30px;
    height: 30px;
    border-width: 1px;
  }
  .p-swiper01 .swiper-button-next::after, .p-swiper01 .swiper-button-prev::after {
    font-size: 0.75rem;
  }
  .p-swiper-thumb01 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}

.p-table {
  width: 100%;
  position: relative;
  --color: #2d9939;
}

.p-table::before {
  content: "";
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #b3b3b3), color-stop(51%, transparent));
  background: -webkit-linear-gradient(left, #b3b3b3 50%, transparent 51%);
  background: linear-gradient(to right, #b3b3b3 50%, transparent 51%);
  background-size: 8px 1px;
  background-position: -2px bottom;
  background-repeat: repeat-x;
}

.p-table__tr {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #b3b3b3), color-stop(51%, transparent));
  background: -webkit-linear-gradient(left, #b3b3b3 50%, transparent 51%);
  background: linear-gradient(to right, #b3b3b3 50%, transparent 51%);
  background-size: 8px 1px;
  background-position: -2px bottom;
  background-repeat: repeat-x;
}

.p-table__th {
  font-weight: 700;
  color: var(--color);
  width: 230px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  padding: 2rem 2.5rem;
}

.p-table__td {
  font-weight: 500;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-top: 0.5rem;
  padding: 2rem 2.5rem;
}

.p-table.--text-big .p-table__th {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

.p-table.--text-big .p-table__td {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.p-table.--blue {
  --color: #1e93e2;
}

.p-table.--border01::before {
  background: none;
}

.p-table.--border01 .p-table__tr {
  background: none;
}

.p-table.--border01 .p-table__th, .p-table.--border01 .p-table__td {
  border-top: 1px solid var(--color);
  border-bottom: 1px solid var(--color);
}

.p-table.--spacing01 .p-table__th {
  vertical-align: middle;
}

.p-table.--spacing01 .p-table__th, .p-table.--spacing01 .p-table__td {
  padding: 1rem 2.5rem;
}

.p-table-contact {
  display: block;
}

.p-table-contact tbody, .p-table-contact tr, .p-table-contact th, .p-table-contact td {
  display: block;
}

.p-table-contact tr + tr {
  margin-top: 2.5rem;
}

.p-table-contact__th {
  text-align: left;
  margin-bottom: 1rem;
}

.p-table-contact__th .c-heading02 {
  width: 260px;
  padding-top: 0.25rem;
}

.p-table-contact__th-sub {
  color: #2d9939;
  letter-spacing: 0.05em;
  margin-top: -0.1875rem;
}

.p-table-contact__td {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
}

.p-table-contact.--confirm tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.75rem;
}

.p-table-contact.--confirm tr + tr {
  margin-top: 1.25rem;
}

.p-table-contact.--confirm .p-table-contact__th {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-table-contact.--confirm .p-table-contact__td {
  font-weight: 500;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  .p-table__th, .p-table__td {
    padding: 1.5rem 0 0;
    display: block;
    width: 100%;
  }
  .p-table__th {
    text-align: left;
  }
  .p-table__td {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
  .p-table.--spVertical {
    border-bottom: 1px solid #ccc;
  }
  .p-table.--spVertical .p-table__th {
    width: 100%;
    display: block;
    padding: 0.5rem 1rem;
    text-align: left;
    border-bottom: none;
  }
  .p-table.--spVertical .p-table__td {
    width: 100%;
    display: block;
    padding: 0.5rem 1rem;
    min-height: 36px;
    border-bottom: none;
  }
  .p-table.--spacing01 .p-table__th, .p-table.--spacing01 .p-table__td {
    padding-right: 0;
    padding-left: 0;
  }
  .p-table.--border01 .p-table__tr {
    border-top: 1px solid var(--color);
  }
  .p-table.--border01 .p-table__tr:last-child {
    border-bottom: 1px solid var(--color);
  }
  .p-table.--border01 .p-table__th {
    padding-bottom: 0;
    border: none;
  }
  .p-table.--border01 .p-table__td {
    border: none;
    padding-top: 0;
  }
  .p-table-contact tr + tr {
    margin-top: 2.5rem;
  }
  .p-table-contact__th {
    margin-bottom: 0.5rem;
  }
  .p-table-contact.--confirm tr {
    display: block;
  }
  .p-table-contact.--confirm tr + tr {
    margin-top: 1.5rem;
  }
}

.p-temp-space h3:not(:first-child) {
  margin-top: 3rem;
}

.p-temp-space ul, .p-temp-space p {
  margin-top: 1rem;
}

.p-voice__col {
  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;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 1.5rem;
}

.p-voice__col.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.p-voice__left {
  width: 40%;
  max-width: 380px;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.p-voice__right {
  width: 60%;
  max-width: 560px;
}

.p-voice__head {
  color: #1e93e2;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-voice__head-text {
  font-family: "Noto Serif JP", serif;
  font-size: 2.625rem;
  margin-top: 0.75rem;
  display: block;
}

.p-voice__sub {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 2.9375rem;
}

.p-voice__sub em {
  font-size: 1.625rem;
  color: #1e93e2;
  font-style: normal;
  display: inline-block;
  margin-right: 1.25rem;
}

.p-voice__sub span {
  font-size: 1.875rem;
  display: inline-block;
}

.p-voice__block {
  margin-top: 4rem;
  border: 1px solid #1e93e2;
}

.p-voice__block + .p-voice__block {
  margin-top: 2rem;
}

.p-voice__title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 1rem 5rem 1rem 1rem;
  text-indent: -1.25em;
  padding-left: 2.25em;
  text-align: left;
  width: 100%;
  position: relative;
}

.p-voice__title.is-active .p-voice__icon::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.p-voice__icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 6%;
}

.p-voice__icon::before, .p-voice__icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #1e93e2;
  left: 0;
  top: 50%;
}

.p-voice__icon::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.p-voice__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  padding: 0 1rem 1rem 1rem;
  text-indent: -1.25em;
  padding-left: 2.25em;
}

.p-voice__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.p-voice__thumb::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.p-voice__thumb img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .p-voice__head-label {
    font-size: 0.625rem;
  }
  .p-voice__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.9375rem;
  }
  .p-voice__col.--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-voice__right {
    width: 100%;
    max-width: 100%;
  }
  .p-voice__left {
    width: 100%;
    max-width: 380px;
    position: static;
  }
  .p-voice__sub {
    margin-top: 1.75rem;
  }
  .p-voice__sub em {
    font-size: 1.375rem;
    margin-right: 0;
  }
  .p-voice__sub span {
    font-size: 1.625rem;
    margin-top: 0.5rem;
  }
  .p-voice__text {
    margin-top: 0.4375rem;
  }
}

.p-works {
  position: relative;
  padding: 5rem 0;
}

.p-works::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 1720px;
  margin-left: auto;
  background-color: #e6e6e6;
  z-index: -1;
}

.p-works__inner {
  max-width: 1240px;
  padding: 0 1.25rem;
  margin: 0 auto;
}

.p-works__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-works__item {
  width: calc(92.5%/3);
}

.p-works__item-img {
  aspect-ratio: 370/260;
  max-width: 100%;
  position: relative;
}

.p-works__item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-works__item-title {
  margin-top: 0.75rem;
}

.p-works__item-text {
  margin-top: 0.5rem;
}

.p-works__item-link {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0.5rem;
}

@media all and (min-width: 768px), print {
  .p-works__item[href] {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p-works__item[href]:hover {
    opacity: 0.7;
  }
  .p-works__item[href]:hover .c-link::after {
    right: -0.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-works__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem 0;
    max-width: 370px;
    margin: 0 auto;
  }
  .p-works__item {
    width: 100%;
  }
}

/* pages */
@media all and (min-width: 1281px), print {
  .page-business__message .p-column-wide02__content {
    padding-bottom: 2.1875rem;
  }
}

@media all and (min-width: 1281px), print {
  .page-business__product .p-column-wide__img {
    max-width: 578px;
  }
  .page-business__product .p-column-wide__content {
    max-width: 516px;
    padding: 0 1.25rem;
  }
}

.page-contact__form {
  margin-top: -0.75rem;
}

.page-contact__form-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-contact__privacy {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  padding: 1.5rem 0.875rem 1rem 1.25rem;
}

.page-contact__privacy-box {
  height: 230px;
  overflow: auto;
  padding: 0 0.5625rem 0 1.25rem;
}

.page-contact__privacy-box-content .c-heading02 {
  width: 260px;
  padding-top: 0.25rem;
}

.page-contact__privacy-checkbox {
  text-align: center;
  margin-top: 3.75rem;
  padding-left: 2.125rem;
}

.page-contact__button {
  margin-top: 3.75rem;
  text-align: center;
}

.page-contact__button.--flex {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.25rem 2.5rem;
}

@media only screen and (max-width: 767px) {
  .page-contact__form {
    margin-top: 0;
  }
  .page-contact__privacy {
    padding-bottom: 1.5rem;
  }
  .page-contact__privacy-box {
    padding: 0;
  }
  .page-contact__privacy-checkbox {
    margin-top: 1.875rem;
    padding-left: 0;
    line-height: 1.5;
    font-size: 1rem;
  }
}

@media all and (min-width: 1281px), print {
  .page-corporate .l-article {
    margin-top: 11.75rem;
  }
}

/* page index */
.page-index__services {
  margin-top: 9.875rem;
}

.page-index__services .p-column-wide02.--reverse {
  margin-top: 5rem;
}

.page-index__company {
  margin-top: 10rem;
}

.page-index__partner {
  margin-top: 10.4375rem;
}

.page-index__recruit {
  margin-top: 9.875rem;
}

@media only screen and (max-width: 767px) {
  .page-index__services {
    margin-top: 7.625rem;
  }
  .page-index__company {
    margin-top: 7.5rem;
  }
  .page-index__partner {
    margin-top: 7.5rem;
  }
  .page-index__partner .p-section-title-heading {
    margin-bottom: 3.375rem;
  }
  .page-index__recruit {
    margin-top: 7.875rem;
  }
}

/* page news */
.page-news__section-title {
  margin-bottom: 3.75rem;
}

/* page editor */
.page-editor__button {
  margin-top: 3.75rem;
  text-align: center;
}

.page-sale__app-img {
  overflow: hidden;
}

.page-sale__app-slogon {
  text-align: center;
}

.page-sale__app .p-table__th {
  width: 30%;
}

.page-sale__app .p-table.--spacing01 .p-table__td {
  padding-left: 0;
}

.page-sale__schedule {
  margin-top: 7.5rem;
  padding: 6.625rem 0 7.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page-sale__schedule-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#a5d5f4), to(#b6f7ff));
  background: -webkit-linear-gradient(left, #a5d5f4, #b6f7ff);
  background: linear-gradient(to right, #a5d5f4, #b6f7ff);
}

@media all and (min-width: 768px), print {
  .page-sale__schedule .p-schedule__timeline-line {
    left: 26.5%;
  }
  .page-sale__schedule .p-schedule__timeline-item em {
    width: 26.5%;
    padding-right: 5.5%;
  }
  .page-sale__schedule .p-schedule__timeline-item p {
    padding-left: 6%;
  }
}

@media only screen and (max-width: 767px) {
  .page-sale__app .p-table__th {
    width: 100%;
  }
  .page-sale__schedule {
    padding: 3.75rem 0 5rem;
  }
}

.page-recruitment .l-container {
  padding-top: 0;
  padding-bottom: 2.375rem;
}

.page-recruitment .l-article {
  margin-top: 0;
}

.page-recruitment__mess {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  padding: 10rem 0;
  overflow: hidden;
}

.page-recruitment__mess-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../assets/images/recruitment/img_bg01.jpg") no-repeat center/cover;
}

.page-recruitment__mess-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#1e93e2), to(#40e5ed));
  background: -webkit-linear-gradient(left, #1e93e2, #40e5ed);
  background: linear-gradient(to right, #1e93e2, #40e5ed);
  opacity: 0.4;
}

.page-recruitment__mess-title {
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 3.625rem;
  width: 100%;
  text-align: center;
}

.page-recruitment__mess-text {
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.75;
  margin-top: 2.3125rem;
  display: table;
  margin-inline: auto;
}

.page-recruitment__mess-sign {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 1.125rem;
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0.75rem;
  margin-top: 2rem;
  text-align: center;
}

.page-recruitment__mess-sign img {
  width: 170px;
  margin-bottom: 0.5rem;
}

.page-recruitment__mess-col {
  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-top: -7.5rem;
  padding-top: 7.5rem;
  width: 100%;
}

.page-recruitment__mess-col-item {
  width: 100%;
}

.page-recruitment__mess-left {
  width: 48%;
  max-width: 470px;
  padding-top: 1.375rem;
}

.page-recruitment__mess-right {
  width: 48%;
}

.page-recruitment__mess-right .c-images {
  width: 100%;
}

.page-recruitment__type {
  margin-top: 8.75rem;
}

.page-recruitment__banner {
  margin-top: 4.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-recruitment__banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  background: #fff;
  pointer-events: none;
  bottom: 0;
  z-index: 5;
}

.page-recruitment__banner-mouse {
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
  opacity: 0;
  width: 160px;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.page-recruitment__banner-mouse img {
  width: 100%;
  aspect-ratio: 1/1;
}

.page-recruitment__banner-item {
  width: 50%;
  position: relative;
  height: 710px;
  overflow: hidden;
}

.page-recruitment__banner-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  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;
  width: 100%;
  pointer-events: none;
}

.page-recruitment__banner-inner.--left {
  left: 0;
}

.page-recruitment__banner-inner.--right {
  right: 0;
}

.page-recruitment__banner-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.page-recruitment__banner-bg.--left {
  left: 0;
}

.page-recruitment__banner-bg.--right {
  right: 0;
}

.page-recruitment__banner-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1e93e2), to(#40e5ed));
  background: -webkit-linear-gradient(left, #1e93e2, #40e5ed);
  background: linear-gradient(to right, #1e93e2, #40e5ed);
  opacity: 0.4;
  z-index: 1;
}

.page-recruitment__banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
}

.page-recruitment__banner-content {
  position: relative;
  z-index: 3;
  width: 460px;
  max-width: 79%;
  margin-left: 10.5%;
  margin-right: 10.5%;
  margin-top: 4.75rem;
}

.page-recruitment__banner-title {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.625rem;
}

.page-recruitment__banner-title em {
  font-size: 2.375rem;
  font-style: normal;
  display: block;
}

.page-recruitment__banner-title span {
  font-size: 1.625rem;
  font-family: "Lexend", sans-serif;
  display: block;
}

.page-recruitment__banner-text {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 2rem;
  max-height: 0px;
  overflow: hidden;
}

.page-recruitment__voice {
  margin-top: 10rem;
}

.page-recruitment__voice .p-schedule {
  margin-top: 3.4375rem;
}

.page-recruitment__voice-head {
  margin-bottom: 4.25rem;
}

.page-recruitment__voice-item {
  position: relative;
  z-index: 1;
  padding-bottom: 7.375rem;
  padding-top: 7.5rem;
}

.page-recruitment__voice-item-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#a5d5f4), to(#b6f7ff));
  background: -webkit-linear-gradient(left, #a5d5f4, #b6f7ff);
  background: linear-gradient(to right, #a5d5f4, #b6f7ff);
}

.page-recruitment__voice-item-bg.--reverse {
  background: -webkit-gradient(linear, right top, left top, from(#a5d5f4), to(#b6f7ff));
  background: -webkit-linear-gradient(right, #a5d5f4, #b6f7ff);
  background: linear-gradient(to left, #a5d5f4, #b6f7ff);
}

.page-recruitment__voice-item.--first {
  padding-top: 8.875rem;
}

.page-recruitment__voice-item.--first .p-schedule {
  margin-top: 4.5625rem;
}

@media all and (min-width: 1281px), print {
  .page-recruitment__banner.is-active:hover .page-recruitment__banner-mouse {
    opacity: 1;
  }
  .page-recruitment__banner-item {
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .page-recruitment__banner-item .page-recruitment__banner-bg {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .page-recruitment__banner-item .page-recruitment__banner-text {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity 0.6s, max-height 0.3s 0.2s, -webkit-transform 0.6s;
    transition: opacity 0.6s, max-height 0.3s 0.2s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s, max-height 0.3s 0.2s;
    transition: opacity 0.6s, transform 0.6s, max-height 0.3s 0.2s, -webkit-transform 0.6s;
  }
  .page-recruitment__banner-item:hover .page-recruitment__banner-bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  .page-recruitment__banner-item:hover .page-recruitment__banner-text {
    -webkit-transition: opacity 0.6s 0.2s, max-height 0.3s, -webkit-transform 0.6s 0.2s;
    transition: opacity 0.6s 0.2s, max-height 0.3s, -webkit-transform 0.6s 0.2s;
    transition: opacity 0.6s 0.2s, transform 0.6s 0.2s, max-height 0.3s;
    transition: opacity 0.6s 0.2s, transform 0.6s 0.2s, max-height 0.3s, -webkit-transform 0.6s 0.2s;
    max-height: 200px;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .page-recruitment__banner-readmore {
    display: none;
  }
}

@media only screen and (max-width: 1280px) {
  .page-recruitment__banner-mouse {
    display: none;
  }
  .page-recruitment__banner-item {
    height: 600px;
  }
  .page-recruitment__banner-text {
    max-height: unset;
    overflow: unset;
  }
  .page-recruitment__banner-readmore {
    margin-top: 1.25rem;
    display: table;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .page-recruitment__mess {
    padding: 6.375rem 0 7rem;
  }
  .page-recruitment__mess-bg {
    background: url("../assets/images/recruitment/img_bg01-sp.jpg") no-repeat center/cover;
  }
  .page-recruitment__mess-img {
    margin-top: 2.875rem;
  }
  .page-recruitment__mess-title {
    font-size: 1.625rem;
    margin-top: 1.25rem;
  }
  .page-recruitment__mess-text {
    margin-top: 1.5rem;
  }
  .page-recruitment__mess-sign {
    margin-left: 0.625rem;
    margin-top: 1.1875rem;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0.625rem;
  }
  .page-recruitment__mess-sign span {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .page-recruitment__mess-sign img {
    width: 140px;
  }
  .page-recruitment__mess-col {
    display: block;
    margin-top: 0;
    padding-top: 0;
  }
  .page-recruitment__mess-left {
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  .page-recruitment__type {
    margin-top: 6.5625rem;
  }
  .page-recruitment__banner {
    margin-top: 2.9375rem;
    display: block;
  }
  .page-recruitment__banner::before {
    content: none;
  }
  .page-recruitment__banner-item {
    width: 100%;
    height: auto;
    display: block;
  }
  .page-recruitment__banner-item + .page-recruitment__banner-item {
    margin-top: 0.125rem;
  }
  .page-recruitment__banner-inner {
    position: static;
    pointer-events: auto;
    min-height: 420px;
  }
  .page-recruitment__banner-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 1.8125rem 1.25rem 1.25rem;
  }
  .page-recruitment__banner-title {
    padding-bottom: 0.125rem;
  }
  .page-recruitment__banner-title em {
    font-size: 1.75rem;
  }
  .page-recruitment__banner-title span {
    font-size: 1.375rem;
    margin-top: -0.125rem;
  }
  .page-recruitment__banner-text {
    margin-top: 0.5rem;
    max-height: unset;
  }
  .page-recruitment__banner-readmore {
    margin-top: 0.875rem;
  }
  .page-recruitment__voice {
    margin-top: 7.375rem;
  }
  .page-recruitment__voice .p-schedule {
    margin-top: 2rem;
  }
  .page-recruitment__voice-item {
    padding: 5rem 0;
  }
  .page-recruitment__voice-item.--first {
    padding-top: 6.4375rem;
  }
  .page-recruitment__voice-item.--first .p-schedule {
    margin-top: 2rem;
  }
  .page-recruitment__voice-item.--second .p-voice__head-text {
    width: 328px;
  }
  .page-recruitment__voice-head {
    margin-bottom: 2.9375rem;
  }
}

.page-support-editor__content {
  margin-top: -1.25rem;
}

.page-support-editor__content .p-qa {
  margin-top: 4.75rem;
}

.page-support-editor__content .p-grid {
  margin-top: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .page-support-editor__content {
    margin-top: 0;
  }
  .page-support-editor__content .p-qa {
    margin-top: 3rem;
  }
  .page-support-editor__content .p-pagination {
    margin-top: 4.625rem;
  }
  .page-support-editor__content .p-article-button {
    margin-top: 2.5rem;
  }
}

.page-support__work {
  --column-gap: 50;
}

.page-support__flow {
  --column-gap: 78;
}

.page-support__flow .p-flow {
  margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
  .page-support__content .p-column-wide02__title {
    letter-spacing: 0;
  }
  .page-support__work {
    --column-gap: 25;
  }
  .page-support__flow {
    --column-gap: 40;
  }
}

/* page template */
.guid {
  position: fixed;
  width: 1240px;
  margin: 0 20px;
  height: 100vh;
  border-left: 1px solid red;
  border-right: 1px solid red;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 9999;
}

.guid::after {
  content: "";
  display: block;
  width: 1px;
  height: 100vh;
  background-color: red;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-template .c-heading-h3:not(:first-child), .page-template .c-heading-h4:not(:first-child), .page-template .c-heading-h5:not(:first-child), .page-template .c-heading-h6:not(:first-child) {
  margin-top: 7.5rem;
}

.page-template .c-text {
  margin-top: 1rem;
}

.page-template .c-text + .c-text {
  margin-top: 1rem;
}

.page-template .p-box {
  margin-top: 1.5rem;
}

.page-template .c-button {
  margin-top: 1.5rem;
}

.page-template .p-anchor-list {
  margin-top: 1rem;
}

.page-template .c-list-dot, .page-template .c-list-ol {
  margin-top: 1rem;
}

.page-template .c-list-dl {
  margin-top: 1rem;
}

.page-template .p-table {
  margin-top: 1rem;
}

.page-template .p-column {
  margin-top: 3rem;
}

.page-template .p-column .c-heading-h3 {
  margin-top: 1rem;
}

.page-template .p-column-wide + .p-column-wide {
  margin-top: 7.5rem;
}

.page-template .p-column-wide .c-heading-h3 {
  margin-top: 1rem;
}

/* utility */
.u-asteriks {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}

.u-color-red {
  color: #ed1c24;
}

.u-color-green {
  color: #2d9939;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-font-bold {
  font-weight: 700;
}

.u-font-serif {
  font-family: "Noto Serif JP", serif;
}

@media all and (min-width: 1281px), print {
  .u-hover-opacity {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .u-hover-opacity:hover {
    opacity: 0.7;
  }
}

.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-4 {
    margin-top: 1.5rem;
  }
  .u-mt-5 {
    margin-top: 1.75rem;
  }
  .u-mt-6 {
    margin-top: 2rem;
  }
  .u-mt-7 {
    margin-top: 2.25rem;
  }
  .u-mt-8 {
    margin-top: 2.5rem;
  }
  .u-mt-9 {
    margin-top: 2.75rem;
  }
  .u-mt-10 {
    margin-top: 3rem;
  }
  .u-mt-11 {
    margin-top: 3.25rem;
  }
  .u-mt-12 {
    margin-top: 3.5rem;
  }
  .u-mt-13 {
    margin-top: 3.75rem;
  }
  .u-mt-14 {
    margin-top: 4rem;
  }
  .u-mt-15 {
    margin-top: 4.25rem;
  }
  .u-mt-16 {
    margin-top: 4.5rem;
  }
  .u-mt-17 {
    margin-top: 4.75rem;
  }
  .u-mt-18 {
    margin-top: 5rem;
  }
  .u-mt-19 {
    margin-top: 5.25rem;
  }
  .u-mt-20 {
    margin-top: 5.5rem;
  }
}

.u-sp-mt-1 {
  margin-top: 0.5rem;
}

.u-sp-mt-2 {
  margin-top: 1rem;
}

.u-sp-mt-3 {
  margin-top: 1.5rem;
}

.u-sp-mt-4 {
  margin-top: 2rem;
}

.u-sp-mt-5 {
  margin-top: 2.5rem;
}

.u-sp-mt-6 {
  margin-top: 3rem;
}

.u-sp-mt-7 {
  margin-top: 3.5rem;
}

.u-sp-mt-8 {
  margin-top: 4rem;
}

.u-sp-mt-9 {
  margin-top: 4.5rem;
}

.u-sp-mt-10 {
  margin-top: 5rem;
}

.u-sp-mt-11 {
  margin-top: 5.5rem;
}

.u-sp-mt-12 {
  margin-top: 6rem;
}

.u-sp-mt-13 {
  margin-top: 6.5rem;
}

.u-sp-mt-14 {
  margin-top: 7rem;
}

.u-sp-mt-15 {
  margin-top: 7.5rem;
}

.u-sp-mt-16 {
  margin-top: 8rem;
}

.u-sp-mt-17 {
  margin-top: 8.5rem;
}

.u-sp-mt-18 {
  margin-top: 9rem;
}

.u-sp-mt-19 {
  margin-top: 9.5rem;
}

.u-sp-mt-20 {
  margin-top: 10rem;
}

.u-sp-mt-21 {
  margin-top: 10.5rem;
}

.u-sp-mt-22 {
  margin-top: 11rem;
}

.u-sp-mt-23 {
  margin-top: 11.5rem;
}

.u-sp-mt-24 {
  margin-top: 12rem;
}

.u-sp-mt-25 {
  margin-top: 12.5rem;
}

.u-overflow-hidden {
  overflow: hidden;
}

.u-tag {
  background-color: #2d9939;
  color: #fff;
  padding: 0 0.5rem;
  font-weight: bold;
}

@media all and (min-width: 768px), print {
  .u-tellink {
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-tellink {
    background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
    background: -webkit-linear-gradient(currentColor 0%, currentColor 100%);
    background: linear-gradient(currentColor 0%, currentColor 100%);
    background-size: 100% 1.5px;
    background-repeat: no-repeat;
    background-position: left bottom 0.12em;
  }
  .u-tellink.--solid-thin {
    background-size: 100% 1px;
  }
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}

.u-full-width {
  width: 100%;
}

/* js */
:root {
  --slider-contentInner-height: 0;
  --slider-content-width: 0;
  --slider-contentInner-sticky-top: 0;
  --slider-item-width: 0;
  --slider-content-width: 0;
  --slider-content-scroll-amount: 0;
}

.js-scrollhorz.scrollHorz-initialized {
  position: relative;
  height: calc(var(--slider-contentInner-height)*1px + var(--slider-content-width)*1px);
}

.js-scrollhorz.scrollHorz-initialized .js-scrollhorzInner {
  position: -webkit-sticky;
  position: sticky;
  top: calc(var(--slider-contentInner-sticky-top)*1px);
}

.js-scrollhorz.scrollHorz-initialized .js-scrollhorzSlideWrap {
  overflow: hidden;
}

.js-scrollhorz.scrollHorz-initialized .js-scrollhorzSlide {
  width: 100vw;
}

.js-scrollhorz.scrollHorz-initialized .js-scrollhorzSlideInner {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: unset;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 0;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transform: translateX(calc(50vw - var(--slider-item-width)*1px/2 - var(--slider-content-scroll-amount)*1px));
  transform: translateX(calc(50vw - var(--slider-item-width)*1px/2 - var(--slider-content-scroll-amount)*1px));
}

.js-scrollhorz.scrollHorz-initialized .js-scrollhorzItem + .js-scrollhorzItem {
  margin-left: calc(var(--column-gap)*1px);
}

.js-scrollhorz.scrollHorz-initialized .p-works__item.js-scrollhorzItem {
  width: 370px;
}

.js-scrollhorz.scrollHorz-initialized .p-works__inner.js-scrollhorzSlide {
  max-width: unset;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .js-scrollhorz.scrollHorz-initialized .p-works__item {
    width: 60%;
    max-width: 280px;
  }
  .js-scrollhorz.scrollHorz-initialized .p-works__item-img {
    aspect-ratio: 280/180;
  }
  .js-scrollhorz.scrollHorz-initialized .p-works__item-title {
    font-size: 1.125rem;
  }
  .js-scrollhorz.scrollHorz-initialized .p-works__item-text.c-text {
    font-size: 1rem;
  }
  .js-scrollhorz.scrollHorz-initialized .p-works__item-link {
    font-size: 1rem;
  }
}
