@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*--------------- form reset ------------*/
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  display: block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
button:hover {
  opacity: 0.7;
}

input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  position: relative;
  display: block;
  word-break: break-all;
}
label input[type=checkbox] + span {
  position: relative;
  padding-left: 15px;
}
label input[type=radio] + span {
  position: relative;
  padding-left: 25px;
}
label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}
label input[type=checkbox] + span::before {
  border-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #fff;
}
label input[type=checkbox]:checked + span::after {
  border: 2px solid #313131;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
label input[type=checkbox] + span::before, label input[type=checkbox] + span::after {
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 12px;
  height: 12px;
  border: 1px #313131 solid;
}
label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 2px 4px;
  width: 6px;
  height: 9px;
}
label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
}
label input[type=radio] + span::before {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #686868;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 14px;
  height: 14px;
}
label input[type=radio]:checked + span::before {
  border-color: #007acc;
}
label input[type=radio]:checked + span::after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007acc;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 3px;
  width: 8px;
  height: 8px;
}

/*-------- text email tel ---------*/
input[type=text], input[type=email], input[type=tel] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

input[type=button], input[type=submit] {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[type=submit], input[type=reset], button[type=button] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

/*-------- select ------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  max-width: 100%;
}

textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  overflow: auto;
}

input[type=button] {
  color: #fff;
  border-style: none;
}
input[type=submit] {
  color: #fff;
  border-style: none;
}
input[type=submit]:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    font-size: calcvw(28) !important;
  }
  textarea {
    width: 100%;
    font-size: calcvw(28) !important;
  }
}
@media screen and (max-width: 640px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    font-size: 16px !important;
  }
  textarea {
    width: 100%;
    font-size: 16px !important;
  }
}
::-webkit-input-placeholder {
  color: #B7B7B7;
}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder, ::placeholder {
  color: #B7B7B7;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-spinner {
  display: none;
}

/*$base-width: 1400px;*/
@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit-ExtraLight.woff2") format("TrueType");
  font-display: swap;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit-Regular.woff2") format("TrueType");
  font-display: swap;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit-Medium.woff2") format("TrueType");
  font-display: swap;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Outfit";
  src: url("../font/Outfit-SemiBold.woff2") format("TrueType");
  font-display: swap;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-VariableFont_wght.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
}
html {
  font-size: 62.5%;
  /*
  -ms-overflow-style: none;
  scrollbar-width: none;
  &::-webkit-scrollbar{
  	display: none;
  }
  */
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.3125;
  font-family: "Noto Sans JP", sans-serif;
  word-break: break-word;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  position: fixed;
  width: 100%;
}

.l-wrap {
  overflow: hidden;
}

dl, ul, ol {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

i {
  font-style: normal;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
  /*&:hover,
  &:focus {
  	text-decoration: underline;
  }*/
}
a:link, a:active, a:visited {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
.l-page {
  margin-top: 80px;
  padding-bottom: 11.5rem;
}
@media screen and (max-width: 767px) {
  .l-page {
    margin-top: 60px;
    padding-bottom: 0;
  }
}

/*$base-width: 1400px;*/
/*$base-width: 1400px;*/
.m-bold {
  font-weight: bold;
}

.c-inner {
  max-width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding: 0 10%;
  }
}
.c-inner.m-1000 {
  max-width: 100rem;
}
.c-inner.m-900 {
  max-width: 90rem;
}
.c-inner.m-925 {
  max-width: 92.5rem;
}
.c-inner.m-940 {
  max-width: 94rem;
}
.c-inner.m-945 {
  max-width: 94.5rem;
}
.c-inner.m-960 {
  max-width: 96rem;
}
.c-inner.m-990 {
  max-width: 99rem;
}

/*-------------- parts --------------*/
.c-post .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.c-post .alignright {
  float: right;
  margin: 0 0 0 1em;
}
.c-post .alignleft {
  float: left;
  margin: 0 1em 0 0;
}
.c-post .wp-caption,
.c-post [class*=wp-image] {
  margin-top: 1.5em;
  text-align: center;
}
.c-post strong {
  font-weight: bold;
}
.c-post em {
  font-style: italic;
}
.c-post blockquote {
  display: block;
  position: relative;
  padding: 10px 15px 10px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
  margin: 1.5em;
}
.c-post blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  content: "“";
  color: #cfcfcf;
  font-size: 3em;
  line-height: 1;
  font-weight: 900;
}
.c-post hr {
  clear: both;
}
.c-post .wp-block-embed.alignleft,
.c-post .wp-block-embed.alignright,
.c-post .wp-block[data-align=left] > [data-type="core/embed"],
.c-post .wp-block[data-align=right] > [data-type="core/embed"] {
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .c-post .wp-block-embed iframe {
    height: auto;
    aspect-ratio: 3/2;
  }
}

.c-morebtn .btn-txt {
  display: inline-block;
  font-size: 1.7rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-morebtn .btn-arw {
  display: inline-block;
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 10rem;
  border: 1px solid #000;
  margin: 0.4rem 0 0 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  vertical-align: middle;
}
.c-morebtn .btn-arw:before, .c-morebtn .btn-arw:after {
  content: "";
  width: 2.5rem;
  height: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 0.4rem);
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-morebtn .btn-arw:after {
  opacity: 0;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-morebtn:hover .btn-arw:before {
    -webkit-animation: btnarwbefore 0.5s ease-in forwards;
            animation: btnarwbefore 0.5s ease-in forwards;
  }
  .c-morebtn:hover .btn-arw:after {
    -webkit-animation: btnarwafter 0.5s ease-in forwards;
            animation: btnarwafter 0.5s ease-in forwards;
  }
}
.c-morebtn.m-wh .btn-txt {
  color: #fff;
}
.c-morebtn.m-wh .btn-arw {
  border-color: #fff;
}
.c-morebtn.m-wh .btn-arw:before {
  background-image: url(../img/common/icn_arrow_wh.svg);
}
.c-morebtn.m-wh .btn-arw:after {
  background-image: url(../img/common/icn_arrow_gr.svg);
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-morebtn.m-wh:hover .btn-arw {
    background: #fff;
  }
}
.c-morebtn.m-bk .btn-txt {
  color: #000;
}
.c-morebtn.m-bk .btn-arw {
  border-color: #000;
}
.c-morebtn.m-bk .btn-arw:before {
  background-image: url(../img/common/icn_arrow_bk.svg);
}
.c-morebtn.m-bk .btn-arw:after {
  background-image: url(../img/common/icn_arrow_wh.svg);
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-morebtn.m-bk:hover .btn-txt {
    color: #008080;
  }
  .c-morebtn.m-bk:hover .btn-arw {
    border-color: #008080;
    background: #008080;
  }
}

@-webkit-keyframes btnarwbefore {
  0% {
    right: 0;
  }
  50% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: -100%;
    opacity: 0;
  }
}

@keyframes btnarwbefore {
  0% {
    right: 0;
  }
  50% {
    right: -100%;
    opacity: 0;
  }
  100% {
    right: -100%;
    opacity: 0;
  }
}
@-webkit-keyframes btnarwafter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes btnarwafter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.c-headline {
  position: relative;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-headline {
    padding-top: 2rem;
  }
}
.c-headline:before {
  content: "";
  width: 10.3rem;
  height: 0.5rem;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-headline:before {
    height: 0.3rem;
  }
}
.c-headline .m-ja {
  font-size: 4.2rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin-bottom: 0.8rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-headline .m-ja {
    font-size: 2.8rem;
    margin-bottom: 0.5rem;
  }
}
.c-headline .m-en {
  font-size: 2rem;
  letter-spacing: -0.02em;
  color: #008080;
  display: block;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-headline .m-en {
    font-size: 1.7rem;
  }
}
.c-headline.m-small {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-headline.m-small {
    padding-top: 2rem;
  }
}
.c-headline.m-small .m-ja {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-headline.m-small .m-ja {
    font-size: 2.8rem;
  }
}
.c-headline.m-small .m-en {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-headline.m-small .m-en {
    font-size: 1.2rem;
  }
}

.c-txtslider {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  /*
  position: relative;




  &-wrap {
  	position: absolute;
  	left: 0;
  	top: 0;
  	overflow: hidden;
  	height: 34rem;
  }
  .line {
  	@include fz(307);
  	color: #EFEFEF;
  	word-break: keep-all;
  	white-space: nowrap;
  	font-family: $en;
  	font-weight: 600;
  	padding: 0 1%;
  }*/
  /*
  	&-wrap {
  		width: 100vw;
  		overflow: hidden;// 画面外に溢れた分を見切れるように
  	  }

  	  .loop {
  		display: flex;
  		justify-content: start;
  		align-items: center;
  		animation: loop-left 10s infinite linear .4s;
  	  }
  	  .loop .line {
  		flex: 0 0 auto;
  		display: inline-block;
  		word-break: keep-all;
  		@include fz(307);
  		color: #EFEFEF;
  		word-break: keep-all;
  		white-space: nowrap;
  		font-family: $en;
  		font-weight: 600;
  		padding: 0 1rem;
  	  }	  
  }
  @keyframes loop-left {
  	0% {
          transform: translateX(0%);
      }
      to {
          transform: translateX(-100%);
      }
   }
  */
}
.c-txtslider-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
}
.c-txtslider .line {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: nowrap;
  padding: 0 1rem;
  color: #fff;
  font-size: 30.7rem;
  color: #EFEFEF;
  word-break: keep-all;
  white-space: nowrap;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  padding: 0 8rem;
}
@media screen and (max-width: 767px) {
  .c-txtslider .line {
    font-size: 10rem;
  }
}
.c-txtslider .line:nth-of-type(odd) {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite;
}
.c-txtslider .line:nth-of-type(even) {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite;
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

.c-pagehead {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .c-pagehead {
    display: block;
  }
}
.c-pagehead .headline {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-pagehead .headline {
    text-align: left;
    padding: 2rem 5% 2rem;
    margin-bottom: 1rem;
    position: relative;
  }
}
.c-pagehead .headline .ja {
  font-size: 2.4rem;
  letter-spacing: 0.16em;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 5.8rem 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-pagehead .headline .ja {
    -webkit-writing-mode: rl;
        -ms-writing-mode: rl;
            writing-mode: rl;
    font-size: 3.2rem;
    margin: 0;
    text-align: center;
    display: block;
  }
}
.c-pagehead .headline .en {
  color: #F7F7F7;
  font-size: 15.6rem;
  letter-spacing: -0.05em;
  font-weight: 200;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: -2rem;
  top: 80px;
  z-index: -1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-pagehead .headline .en {
    -webkit-writing-mode: rl;
        -ms-writing-mode: rl;
            writing-mode: rl;
    font-size: 7rem;
    letter-spacing: 0.04em;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.c-pagehead .img {
  margin: 0 0 0 auto;
  width: 89%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-pagehead .img {
    width: 100%;
  }
}
.c-pagehead .img.m-dark:before {
  content: "";
  background: rgba(0, 0, 0, 0.58);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.c-pagehead .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-breadcrumbs {
  margin: 5.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    margin: 2rem 0 0;
  }
}
.c-breadcrumbs ol {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
.c-breadcrumbs ol li {
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs ol li {
    font-size: 1.2rem;
  }
}
.c-breadcrumbs ol li:not(:last-child) {
  margin-right: 0.8rem;
}
.c-breadcrumbs ol li:not(:last-child):after {
  content: "/";
  margin-left: 0.6rem;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-breadcrumbs ol li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-breadcrumbs ol li a:hover {
    opacity: 0.7;
  }
}
.c-breadcrumbs ol li:last-of-type a {
  pointer-events: none;
}

.c-links {
  background: #fff;
  padding-top: 21rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .c-links {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }
}
.c-links-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 8rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-links-list {
    display: block;
  }
}
.c-links-list a {
  display: block;
  border-bottom: 1px solid #999;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-links-list a {
    border-bottom: none;
  }
}
.c-links-list a .txt {
  margin: 3rem 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-links-list a .txt {
    margin-top: 1.5rem;
  }
}
.c-links-list a .txt .ttl {
  font-size: 3rem;
  letter-spacing: 0.08em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-links-list a .txt .ttl {
    font-size: 2.2rem;
  }
}
.c-links-list a .txt .ttl span {
  color: #008080;
  font-size: 1.8rem;
  letter-spacing: 0.001em;
  font-weight: 500;
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-links-list a .txt .ttl span {
    font-size: 1.6rem;
    margin-top: 0.5rem;
  }
}
.c-links-list a .txt .btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.c-links-list a .txt .btn .c-morebtn {
  pointer-events: none;
}
.c-links-list a .txt .btn .c-morebtn .btn-txt {
  font-size: 2.1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-links-list a .txt .btn .c-morebtn .btn-txt {
    font-size: 1.5rem;
  }
}
.c-links-list a .txt .btn .c-morebtn .btn-arw {
  width: 7.6rem;
  height: 7.6rem;
  margin-left: 2.7rem;
}
@media screen and (max-width: 767px) {
  .c-links-list a .txt .btn .c-morebtn .btn-arw {
    width: 4rem;
    height: 4rem;
    margin-left: 1.5rem;
  }
}
.c-links-list a .txt .btn .c-morebtn .btn-arw:before {
  width: 3.6rem;
  height: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-links-list a .txt .btn .c-morebtn .btn-arw:before {
    width: 2rem;
  }
}
.c-links-list a .txt .btn .c-morebtn .btn-arw:after {
  width: 3.6rem;
  height: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-links-list a .txt .btn .c-morebtn .btn-arw:after {
    width: 2rem;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-links-list a:hover .btn-txt {
    color: #008080;
  }
  .c-links-list a:hover .btn-arw {
    background: #008080;
    border: 1px solid #008080;
  }
  .c-links-list a:hover .btn-arw:before {
    -webkit-animation: btnarwbefore 0.5s ease-in forwards;
            animation: btnarwbefore 0.5s ease-in forwards;
  }
  .c-links-list a:hover .btn-arw:after {
    -webkit-animation: btnarwafter 0.5s ease-in forwards;
            animation: btnarwafter 0.5s ease-in forwards;
  }
}

.c-information {
  padding-top: 13.5rem;
}
@media screen and (max-width: 767px) {
  .c-information {
    padding-top: 3rem;
  }
}
.c-information-headline {
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 7.8rem;
}
@media screen and (max-width: 767px) {
  .c-information-headline {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
}
.c-information-wrap {
  background: #efefef;
  padding: 13rem 12rem 9rem;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .c-information-wrap {
    padding: 4rem 10%;
  }
}
.c-information-subheadline {
  font-size: 2.1rem;
  font-weight: 600;
  margin-bottom: 5.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-information-subheadline {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
.c-information-tbl {
  width: 100%;
}
.c-information-tbl th, .c-information-tbl td {
  vertical-align: top;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .c-information-tbl th, .c-information-tbl td {
    display: block;
  }
}
.c-information-tbl th {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  padding: 3rem 3.5rem;
  text-align: left;
  font-weight: 600;
  width: 25.4rem;
}
@media screen and (max-width: 767px) {
  .c-information-tbl th {
    font-size: 1.6rem;
    width: 100%;
    padding: 2.2rem 0 1rem;
    line-height: 1.5;
  }
}
.c-information-tbl td {
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 2.3571428571;
  padding: 3rem 2rem 3rem 0;
}
@media screen and (max-width: 767px) {
  .c-information-tbl td {
    padding: 0 0 2rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-top: none;
  }
}
.c-information-tbl tr:first-of-type td, .c-information-tbl tr:first-of-type th {
  border-top: none;
  padding-top: 0;
}
.c-information-tbl .col-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #000;
  padding: 1.4rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-information-tbl .col-wrap {
    display: block;
    padding: 0 0 1rem;
    border: none;
  }
}
.c-information-tbl .col-wrap:first-of-type {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-information-tbl .col-wrap:first-of-type {
    margin-top: 0;
  }
}
.c-information-tbl .col-wrap:last-of-type {
  border: none;
}
.c-information-tbl .col-wrap dt {
  width: 7rem;
  text-align: center;
  margin-right: 9rem;
}
@media screen and (max-width: 767px) {
  .c-information-tbl .col-wrap dt {
    width: 100%;
    text-align: left;
  }
}
.c-information-tbl .col-wrap dd {
  line-height: 1.7;
}

.slimScrollBar {
  z-index: 20 !important;
}

.slimScrollRail {
  z-index: 10 !important;
}

@media screen and (max-width: 767px) {
  .slimScrollBar, .slimScrollRail {
    width: 0.8rem !important;
  }
}

.c-contact {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-contact {
    padding-top: 3rem;
  }
  .c-contact .c-inner {
    padding: 0;
  }
}
.c-contact-flow {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .c-contact-flow {
    margin: 0 10% 2rem;
  }
}
.c-contact-flow li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 11.2rem;
  height: 5.5rem;
  text-align: center;
  border: 1px solid #008080;
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  font-weight: 600;
  color: #008080;
}
@media screen and (max-width: 767px) {
  .c-contact-flow li {
    font-size: 1.2rem;
    width: 33%;
    height: 4rem;
  }
}
.c-contact-flow li + li {
  margin-left: 3.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-contact-flow li + li {
    margin-left: 0;
    border-left: none;
  }
}
.c-contact-flow li + li:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  left: -3rem;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-contact-flow li + li:before {
    content: none;
  }
}
.c-contact-flow li.m-current {
  background: #008080;
  color: #fff;
}
.c-contact-wrap {
  background: #efefef;
  padding: 9.5rem 12rem 13rem;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .c-contact-wrap {
    padding: 3rem 10% 5rem;
  }
}
.c-contact-headline {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .c-contact-headline {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.c-contact-tel {
  background: #fff;
  padding: 2.2rem 2rem;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .c-contact-tel {
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
  }
}
.c-contact-tel p {
  font-size: 1.6rem;
  text-align: center;
}
.c-contact-tel p a {
  display: inline-block;
  margin-left: 4rem;
}
.c-contact-tbl {
  width: 100%;
}
.c-contact-tbl th, .c-contact-tbl td {
  padding: 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .c-contact-tbl th, .c-contact-tbl td {
    display: block;
  }
}
.c-contact-tbl th {
  width: 19rem;
  font-weight: 400;
  padding: 2.4rem 1rem 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .c-contact-tbl th {
    width: 100%;
    font-size: max(1.6rem, 16px);
  }
}
.c-contact-tbl th span {
  position: relative;
  line-height: 1.5;
}
.c-contact-tbl th span:after {
  content: "任意";
  color: #fff;
  background: #808080;
  border-radius: 3px;
  padding: 0 0.3rem 0.1rem;
  display: inline-block;
  margin-left: 0.4rem;
  margin-top: 0.1rem;
  vertical-align: top;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-contact-tbl th span:after {
    font-size: 1.1rem;
    position: relative;
    top: 0.3rem;
  }
}
.c-contact-tbl tr.m-required th span:after {
  content: "必須";
  background: #FF6988;
}
@media print, screen and (min-width: 768px) {
  .c-contact-tbl tr.m-required.m-long th span:after {
    margin-left: 0;
  }
}
.c-contact-tbl tr.m-privacy th span:after {
  content: none;
}
.c-contact-tbl input, .c-contact-tbl textarea, .c-contact-tbl select {
  background: #fff;
  border: 1px solid #808080;
  padding: 1.5rem 4rem;
}
@media screen and (max-width: 767px) {
  .c-contact-tbl input, .c-contact-tbl textarea, .c-contact-tbl select {
    padding: 0.8rem 2rem;
    font-size: 16px;
  }
}
.c-contact-tbl select {
  height: 6.1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-contact-tbl select {
    height: 5rem;
  }
}
.c-contact-tbl input.m-text {
  height: 6.1rem;
}
@media screen and (max-width: 767px) {
  .c-contact-tbl input.m-text {
    height: 5rem;
  }
}
.c-contact-tbl textarea {
  height: 24rem;
}
.c-contact-tbl-selectwrap {
  position: relative;
}
.c-contact-tbl-selectwrap:after {
  content: "";
  width: 1.2rem;
  height: 3rem;
  background: url(../img/common/icn_select.svg) no-repeat left top/contain;
  position: absolute;
  right: 1.2rem;
  top: 1.7rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-contact-tbl-selectwrap:after {
    top: 1rem;
  }
}
.c-contact-tbl-birth {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-contact-tbl-birth {
    gap: 0.5rem;
  }
}
.c-contact-tbl-birth li {
  width: 10.5rem;
}
@media screen and (max-width: 767px) {
  .c-contact-tbl-birth li {
    width: 9rem;
  }
}
.c-contact-tbl-birth li:first-of-type {
  width: 18rem;
}
@media screen and (max-width: 767px) {
  .c-contact-tbl-birth li:first-of-type {
    width: 12rem;
  }
}
.c-contact-tbl-birth li .birth-wrap {
  display: inline-block;
  position: relative;
  width: calc(100% - 3rem);
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .c-contact-tbl-birth li .birth-wrap {
    margin-right: 0.5rem;
  }
}
.c-contact-tbl-birth li .birth-wrap:after {
  content: "";
  width: 1.2rem;
  height: 0.8rem;
  background: url(../img/common/icn_birth.svg) no-repeat left top/contain;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.c-contact-tbl-birth li .birth-wrap select {
  padding: 0.6rem 1rem;
}
.c-contact-tbl-privacy {
  padding: 1rem 0.5rem 1rem 0;
  background: #fff;
  width: 100%;
  margin-bottom: 3.5rem;
  border: 1px solid #808080;
}
.c-contact-tbl-privacy-scroll {
  height: 41rem;
  padding: 1rem 4.5rem 1rem 2rem;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .c-contact-tbl-privacy-scroll {
    padding: 1rem 2rem;
  }
}
.c-contact-tbl-privacy p {
  font-size: 1.2rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-contact-tbl-privacy p {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.c-contact-tbl-privacy p + p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-contact-tbl-privacy p + p {
    margin-top: 2rem;
  }
}
.c-contact-btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 5rem;
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-contact-btns {
    display: block;
    margin-top: 3rem;
  }
}
.c-contact-btn {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .c-contact-btn {
    width: 100%;
    margin: 2rem auto 0;
  }
}
.c-contact-btn input, .c-contact-btn button {
  width: 100%;
  height: 6.4rem;
  text-align: center;
  background: #008080;
  color: #fff;
  border-radius: 0.8rem;
  border: 1px solid #008080;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
.c-contact-btn input:hover, .c-contact-btn button:hover {
  opacity: 0.7;
}
.c-contact-btn.is-disabled input, .c-contact-btn.is-disabled button, .c-contact-btn.m-back input, .c-contact-btn.m-back button {
  background: #fff;
  color: #008080;
}
.c-contact-btn.is-disabled input, .c-contact-btn.is-disabled button {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-contact-btn + .c-contact-btn {
    margin-top: 1rem;
  }
}
.c-contact.m-entry .c-contact-tbl th {
  width: 16.5rem;
}
@media screen and (max-width: 767px) {
  .c-contact.m-entry .c-contact-tbl th {
    width: 100%;
  }
}
.c-contact.m-confirm .c-contact-wrap {
  padding: 9.6rem 9.6rem 10rem;
}
@media screen and (max-width: 767px) {
  .c-contact.m-confirm .c-contact-wrap {
    padding: 3rem 10%;
  }
}
.c-contact.m-confirm .c-contact-headline {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-contact.m-confirm .c-contact-headline {
    margin-bottom: 2rem;
  }
}
.c-contact.m-confirm .c-contact-tbl th, .c-contact.m-confirm .c-contact-tbl td {
  border-bottom: 1px solid #000;
  padding: 3rem 0;
}
.c-contact.m-confirm .c-contact-tbl th {
  padding-left: 2rem;
  width: 22.5rem;
}
@media screen and (max-width: 767px) {
  .c-contact.m-confirm .c-contact-tbl th {
    width: 100%;
    padding: 2rem 0 0 0;
    border-bottom: none;
    font-size: 1.4rem;
    font-weight: 700;
  }
}
.c-contact.m-confirm .c-contact-tbl th span:after {
  content: none;
}
.c-contact.m-confirm .c-contact-tbl td {
  padding: 3.1rem 2rem 3rem 0;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .c-contact.m-confirm .c-contact-tbl td {
    padding: 1rem 0 2rem 2rem;
  }
}
.c-contact.m-confirm .c-contact-tbl tr.m-required th span:after {
  content: none;
}
.c-contact.m-confirm .c-contact-tbl tr:last-of-type th, .c-contact.m-confirm .c-contact-tbl tr:last-of-type td {
  border-bottom: none;
}
.c-contact.m-confirm .c-contact-btns {
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .c-contact.m-confirm .c-contact-btns {
    margin-top: 3rem;
  }
}
.c-contact.m-thanks .c-contact-wrap {
  padding: 7.8rem 2rem 10rem;
}
@media screen and (max-width: 767px) {
  .c-contact.m-thanks .c-contact-wrap {
    padding: 3rem 10% 5rem;
  }
}
.c-contact.m-thanks .c-contact-headline {
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .c-contact.m-thanks .c-contact-headline {
    margin-bottom: 3rem;
  }
}
.c-contact.m-thanks .c-contact-thanks-headline {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-contact.m-thanks .c-contact-thanks-headline {
    font-size: 1.5rem;
  }
}
.c-contact.m-thanks .c-contact-thanks-headline a {
  color: #008080;
  text-decoration: underline;
}
.c-contact.m-thanks .c-contact-thanks p {
  font-size: 1.15rem;
  line-height: 1.7391304348;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-contact.m-thanks .c-contact-thanks p {
    text-align: left;
  }
}

.c-checklist {
  margin: 0 1.5rem;
}
.c-checklist li + li {
  margin-top: 2.2rem;
}
.c-checklist li a {
  color: #008080;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-checklist li a:hover {
    color: #000;
  }
}
.c-checklist li label {
  display: inline-block;
}
.c-checklist li label input[type=checkbox] + span {
  padding-left: 3rem;
  display: inline-block;
}
.c-checklist li label input[type=checkbox] + span::before {
  width: 2.2rem;
  height: 2.2rem;
  background: #E5E5E5;
  border: 0.1rem solid #808080;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-checklist li label input[type=checkbox]:checked + span:after {
  border: 0.2rem solid #313131;
  border-width: 0 0.2rem 0.2rem 0;
  width: 0.8rem;
  height: 1.2rem;
  top: 0.1rem;
  left: 0.3rem;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .c-checklist li label input[type=checkbox]:checked + span:after {
    left: 0.1rem;
    top: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .c-checklist li label input[type=checkbox]:checked + span:after {
    top: 0.75rem;
    left: 0.4rem;
  }
}

.c-radiolist {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 3.7rem;
  margin: 1.5rem 0 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-radiolist {
    margin-top: 0;
    margin-left: 0;
  }
}
.c-radiolist li a {
  color: #008080;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-radiolist li a:hover {
    color: #000;
  }
}
.c-radiolist li label input[type=checkbox] + span {
  padding-left: 3.5rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-radiolist li label input[type=checkbox] + span {
    line-height: 1;
    padding-bottom: 0.3rem;
  }
}
.c-radiolist li label input[type=checkbox] + span::before {
  width: 2.6rem;
  height: 2.6rem;
  background: #E5E5E5;
  border: 1px solid #808080;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .c-radiolist li label input[type=checkbox] + span::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.c-radiolist li label input[type=checkbox] + span:after {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-radiolist li label input[type=checkbox] + span {
    font-size: 1.6rem;
  }
}
.c-radiolist li label input[type=checkbox]:checked + span:before {
  background: #008080;
  border: 2px solid #efefef;
}
.c-radiolist li label input[type=checkbox]:checked + span:after {
  width: 2.6rem;
  height: 2.6rem;
  background: none;
  border: 1px solid #008080;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .c-radiolist li label input[type=checkbox]:checked + span:after {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.c-placeholder {
  position: relative;
}
.c-placeholder-conts {
  position: absolute;
  left: 4rem;
  top: 1.5rem;
  width: 100%;
  color: #808080;
  pointer-events: none;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-placeholder-conts {
    top: 0.8rem;
    left: 2rem;
    font-size: 1.4rem;
    width: 90%;
  }
}
.c-placeholder-conts.is-hide {
  display: none;
}
.c-placeholder textarea:focus + .c-placeholder-conts {
  display: none;
}

.c-recruit-pagehead {
  position: relative;
}
.c-recruit-pagehead .headline {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  font-size: 4rem;
  letter-spacing: 0.18em;
  line-height: 2;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-recruit-pagehead .headline {
    font-size: 2.8rem;
  }
}
.c-recruit-pagehead .img {
  position: relative;
  height: 25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-recruit-pagehead .img {
    height: auto;
    max-height: 25rem;
  }
}
.c-recruit-pagehead .img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .c-recruit-pagehead .img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
}
.c-recruit-lead {
  margin: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-recruit-lead {
    margin-top: 3rem;
  }
}
.c-recruit-lead-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-recruit-lead-wrap {
    display: block;
  }
}
.c-recruit-lead-wrap .img {
  width: 57.7rem;
}
@media screen and (max-width: 767px) {
  .c-recruit-lead-wrap .img {
    width: 100%;
  }
}
.c-recruit-lead-wrap .txt {
  margin-bottom: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-recruit-lead-wrap .txt {
    margin-bottom: 2rem;
  }
}
.c-recruit-lead-wrap .txt .ttl {
  font-size: 3.2rem;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-recruit-lead-wrap .txt .ttl {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin-bottom: 1rem;
    text-align: center;
  }
}
.c-recruit-lead-wrap .txt p {
  font-size: 2rem;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .c-recruit-lead-wrap .txt p {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.c-recruit-common {
  /*margin-top: 30rem;*/
  margin-top: 15rem;
  background: #ECECEC;
}
@media screen and (max-width: 767px) {
  .c-recruit-common {
    margin-top: 10rem;
  }
}
.c-recruit-contact {
  background: url(../img/recruit/bg_contact_photo.webp) no-repeat center center/cover;
  position: relative;
  z-index: 1;
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .c-recruit-contact {
    margin-top: 3rem;
  }
}
.c-recruit-contact:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.c-recruit-contact-wrap {
  padding: 5rem 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-recruit-contact-wrap {
    padding: 5rem 0;
  }
}
.c-recruit-contact-headline {
  font-size: 3.3rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-recruit-contact-headline {
    font-size: 2.2rem;
  }
}
.c-recruit-contact-conts {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-recruit-contact-conts {
    display: block;
  }
}
.c-recruit-contact-conts .tel {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-recruit-contact-conts .tel {
    text-align: center;
  }
}
.c-recruit-contact-conts .tel a {
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-recruit-contact-conts .tel a {
    font-size: 2rem;
  }
}
.c-recruit-contact-conts .tel a .number {
  font-size: 4.9rem;
}
@media screen and (max-width: 767px) {
  .c-recruit-contact-conts .tel a .number {
    font-size: 3.5rem;
  }
}
.c-recruit-contact-conts .tel .tel-note {
  font-size: 1.4rem;
  letter-spacing: -0.005em;
  font-weight: 300;
  text-align: right;
  margin-top: 0.5rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .c-recruit-contact-conts .tel .tel-note {
    font-size: 1.2rem;
    padding-right: 0;
    text-align: center;
  }
}
.c-recruit-contact-conts .links {
  width: 42.3rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-recruit-contact-conts .links {
    width: 100%;
    margin: 2rem auto 0;
  }
}
.c-recruit-contact-conts .links a {
  display: block;
  border: 1px solid #fff;
  padding: 2rem 2rem;
  border-radius: 0.3rem;
  color: #fff;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-recruit-contact-conts .links a {
    font-size: 1.5rem;
  }
}
.c-recruit-contact-conts .links a:before, .c-recruit-contact-conts .links a:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.2rem;
  height: 0.5rem;
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.2rem);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-recruit-contact-conts .links a:before, .c-recruit-contact-conts .links a:after {
    width: 3rem;
  }
}
.c-recruit-contact-conts .links a:before {
  background-image: url(../img/top/icn_arrow_contact_wh.svg);
}
.c-recruit-contact-conts .links a:after {
  opacity: 0;
  background-image: url(../img/top/icn_arrow_contact_gr.svg);
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-recruit-contact-conts .links a:hover:before {
    -webkit-animation: contactarwbefore 0.5s ease-in forwards;
            animation: contactarwbefore 0.5s ease-in forwards;
  }
  .c-recruit-contact-conts .links a:hover:after {
    -webkit-animation: contactarwafter 0.5s ease-in forwards;
            animation: contactarwafter 0.5s ease-in forwards;
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .c-recruit-contact-conts .links a:hover {
    background: #fff;
    color: #008080;
    font-weight: 500;
  }
  .c-recruit-contact-conts .links a:hover:after {
    background-image: url(../img/top/icn_arrow_contact_gr.svg);
  }
}
.c-recruit-contact-conts .links li + li {
  margin-top: 1.5rem;
}
@-webkit-keyframes contactarwbefore {
  0% {
    right: 1.5rem;
  }
  50% {
    right: -5rem;
    opacity: 0;
  }
  100% {
    right: -100%;
    opacity: 0;
  }
}
@keyframes contactarwbefore {
  0% {
    right: 1.5rem;
  }
  50% {
    right: -5rem;
    opacity: 0;
  }
  100% {
    right: -100%;
    opacity: 0;
  }
}
@-webkit-keyframes contactarwafter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    right: 5rem;
  }
  100% {
    opacity: 1;
    right: 1.5rem;
  }
}
@keyframes contactarwafter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    right: 5rem;
  }
  100% {
    opacity: 1;
    right: 1.5rem;
  }
}

.c-facility {
  padding: 14.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-facility {
    padding-top: 7rem;
  }
}
.c-facility-unit {
  margin-top: 8.5rem;
  padding: 0 5rem 11.5rem 4rem;
  border-bottom: 1px solid #808080;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-facility-unit {
    margin-top: 4rem;
    padding: 0;
    display: block;
    border-bottom: none;
  }
}
.c-facility-unit .col-left {
  margin-right: 7rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-facility-unit .col-left {
    margin-right: 0;
  }
}
.c-facility-unit .col-left .ttl {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-facility-unit .col-left .ttl {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
}
.c-facility-unit .col-left p {
  font-size: 1.5rem;
  letter-spacing: -0.04em;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .c-facility-unit .col-left p {
    font-size: 1.4rem;
  }
}
.c-facility-unit .col-left .img {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-facility-unit .col-left .img {
    margin-top: 2rem;
  }
}
.c-facility-unit .col-right {
  width: 28.3rem;
}
@media screen and (max-width: 767px) {
  .c-facility-unit .col-right {
    width: 47%;
    margin: 2rem auto 0;
  }
}

.c-club {
  margin-top: 10rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 767px) {
  .c-club {
    margin-top: 6rem;
    padding-bottom: 6rem;
  }
}
.c-club-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 6rem 1fr 6rem 1fr 6rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 6rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .c-club-list {
    margin-top: 3rem;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 2rem;
  }
}
.c-club-list li .ttl {
  font-size: 2rem;
  line-height: 1.25;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-club-list li .ttl {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.c-club-list li .img {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-club-list li .img {
    margin-bottom: 1rem;
  }
}
.c-club-list li p {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .c-club-list li p {
    font-size: 1.2rem;
  }
}

.c-service-pagehead {
  position: relative;
}
.c-service-pagehead .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-service-pagehead .txt {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.c-service-pagehead .txt .headline {
  font-size: 4rem;
  letter-spacing: 0.18em;
  font-weight: 700;
  color: #fff;
  margin: 7.5rem auto 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-service-pagehead .txt .headline {
    font-size: 2.8rem;
    margin: 3.7rem 0 2rem;
  }
}
.c-service-pagehead .txt p {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: 700;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-service-pagehead .txt p {
    font-size: 1.5rem;
    text-align: center;
  }
}
.c-service-pagehead .img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-service-pagehead .img {
    height: 20rem;
  }
  .c-service-pagehead .img img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.c-service-pagehead .img:before {
  content: "";
  background: rgba(0, 0, 0, 0.58);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.c-service-pagehead .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-service-set {
  margin-top: 9rem;
}
.c-service-set .unit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .c-service-set .unit {
    display: block;
  }
}
.c-service-set .unit.m-fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-service-set .unit .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: -1rem;
}
@media screen and (max-width: 767px) {
  .c-service-set .unit .txt {
    margin-bottom: 0;
  }
}
.c-service-set .unit .txt .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-service-set .unit .txt .ttl {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
}
.c-service-set .unit .txt p {
  font-size: 1.6rem;
  letter-spacing: -0.03em;
  line-height: 2.3125;
}
@media screen and (max-width: 767px) {
  .c-service-set .unit .txt p {
    font-size: 1.4rem;
  }
}
.c-service-set .unit .txt .note {
  border-top: 1px solid #000;
  display: block;
  margin-top: 1.9rem;
  padding-top: 1.8rem;
  font-size: 1.55rem;
  letter-spacing: -0.04em;
  line-height: 1.6129032258;
  color: #4c4c4c;
}
@media screen and (max-width: 767px) {
  .c-service-set .unit .txt .note {
    font-size: 1.4rem;
  }
}
.c-service-set .unit .img {
  margin-top: 0.7rem;
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .c-service-set .unit .img {
    width: 100%;
    margin-top: 2rem;
  }
}
.c-service-set .unit + .unit {
  margin-top: 14rem;
}
@media screen and (max-width: 767px) {
  .c-service-set .unit + .unit {
    margin-top: 7rem;
  }
}
.c-service-set .unit.m-bg {
  position: relative;
  padding: 5rem 0 6rem 8rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-service-set .unit.m-bg {
    padding: 4rem 0 4rem 2rem;
  }
}
.c-service-set .unit.m-bg:before {
  content: "";
  width: calc(100vw - 14rem);
  height: 100%;
  background: #efefef;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 7rem 0 0 7rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-service-set .unit.m-bg:before {
    width: calc(100vw - 2rem);
    left: -2rem;
    border-radius: 3rem 0 0 3rem;
  }
}
.c-service-set .unit.m-bg.m-left {
  padding: 5rem 8rem 5rem 0;
}
@media screen and (max-width: 767px) {
  .c-service-set .unit.m-bg.m-left {
    padding: 4rem 2rem 4rem 0;
  }
}
.c-service-set .unit.m-bg.m-left:before {
  border-radius: 0 7rem 7rem 0;
  width: calc(100vw - 14rem);
  left: auto;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-service-set .unit.m-bg.m-left:before {
    width: 100vw;
    right: -2rem;
    border-radius: 0 3rem 3rem 0;
  }
}
.c-service-foot {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  background: #3e3e3e;
  margin: 11rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-service-foot {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .c-service-foot li {
    margin-top: -1px;
  }
}
.c-service-foot li a {
  display: block;
  position: relative;
}
.c-service-foot li a .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 3;
}
.c-service-foot li a .txt .ja {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .c-service-foot li a .txt .ja {
    font-size: 1.9rem;
  }
}
.c-service-foot li a .txt .more {
  font-size: 1.4rem;
}
.c-service-foot li a .img {
  position: relative;
}
.c-service-foot li a .img:before {
  content: "";
  background: rgba(0, 0, 0, 0.58);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.c-service-foot li a .img img {
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.c-service-foot li.sp {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  background: #f1f1f1;
}
.c-service-foot li.sp .logo {
  display: inline-block;
  width: 4rem;
  opacity: 0.3;
}

.c-pickup {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .c-pickup {
    margin-bottom: 0;
  }
}
.c-pickup-unit {
  position: relative;
  z-index: 1;
  min-height: 44.1rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-pickup-unit {
    min-height: auto;
  }
}
.c-pickup-unit:before {
  content: "";
  background: #fff;
  height: 100%;
  width: calc(50% + 50rem);
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 7rem 0 0 7rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-pickup-unit:before {
    width: 96%;
    border-radius: 3rem 0 0 3rem;
  }
}
.c-pickup-unit-wrap {
  margin: 0 auto;
  width: 99rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 5rem;
  padding-left: 5rem;
}
@media screen and (max-width: 767px) {
  .c-pickup-unit-wrap {
    width: 90%;
    display: block;
    padding: 3rem 2rem 3rem 3rem;
  }
}
.c-pickup-unit-wrap .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-pickup-unit-wrap .txt .ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-pickup-unit-wrap .txt .ttl {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
}
.c-pickup-unit-wrap .txt p {
  font-size: 1.6rem;
  line-height: 2.3125;
}
@media screen and (max-width: 767px) {
  .c-pickup-unit-wrap .txt p {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.c-pickup-unit-wrap .txt p + p {
  margin-top: 1rem;
}
.c-pickup-unit-wrap .img {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-pickup-unit-wrap .img {
    margin-top: 2rem;
  }
}
.c-pickup-unit.m-left:before {
  right: auto;
  left: 0;
  top: 0;
  border-radius: 0 7rem 7rem 0;
}
.c-pickup-unit.m-left .c-pickup-unit-wrap {
  padding-left: 0;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .c-pickup-unit.m-left .c-pickup-unit-wrap {
    padding: 3rem 3rem 3rem 2rem;
  }
}
.c-pickup-unit.m-fdr .c-pickup-unit-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-pickup-unit + .c-pickup-unit {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .c-pickup-unit + .c-pickup-unit {
    margin-top: 5rem;
  }
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
  text-decoration: underline !important;
}

.u-bold {
  font-weight: bold;
}

.u-font-num {
  font-family: "Outfit", sans-serif;
}

.u-font-en {
  font-family: "Outfit", sans-serif;
}

.u-hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .u-hover:hover {
    opacity: 0.7;
  }
}

.u-imgzoom {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.u-imgzoom .img {
  overflow: hidden;
}
.u-imgzoom .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .u-imgzoom:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

.u-bg {
  background: #ECECEC;
}

/* --------------------------------------------------
  js-inview
-------------------------------------------------- */
.js-inview.m-fade {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
}
.js-inview.m-fade.is-inview {
  opacity: 1;
}
.js-inview.m-fade.m-delay01 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-inview.m-fade.m-delay02 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.js-inview.m-fadeup {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 0;
  -webkit-transform: translateY(10rem);
          transform: translateY(10rem);
}
.js-inview.m-fadeup.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview.m-fadeup.m-delay01 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.js-inview.m-fadeup.m-delay02 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.u-anchor {
  margin-top: -80px;
  padding-top: 80px;
}

.l-header {
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  /*js*/
}
.l-header-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 25px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .l-header-wrap {
    padding: 0 10px;
    height: 60px;
  }
}
.l-header-logo {
  background: url(../img/common/logo_wh.svg) no-repeat left top/contain;
	flex: 1;
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    width: 150px;
  }
}
.l-header-logo img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
	width: 30%;
	min-width: 150px;
	max-width: 300px;
}
.l-header-util {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 20px;
  /* /toggle */
}
@media screen and (max-width: 767px) {
  .l-header-util {
    gap: 5px;
  }
}
.l-header-util .util-btn a {
  display: block;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #008080;
  border-radius: 5px;
  color: #008080;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header-util .util-btn.m-recruit a{
	background: #008080;
	border: 1px solid #008080;
	color: #FFFFFF;
}


@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-header-util .util-btn a:hover {
    background: none;
    color: #008080;
  }
  .l-header-util .util-btn.m-recruit a:hover {
    border: 1px solid #008080;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-header-util .util-btn a {
    height: 30px;
    border: 1px solid #008080;
  }
}


.l-header-util .util-btn.m-recruit a,
.l-header-util .util-btn.m-contact a {
  width: 124px;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
	.l-header-util .util-btn.m-recruit,
	.l-header-util .util-btn.m-contact{
		width: 4.5em;
	}
  .l-header-util .util-btn.m-recruit a,
	.l-header-util .util-btn.m-contact a {
   /*width: 90px;*/
		width: 100%;
    font-size: 12px;
  }
}
.l-header-util .util-btn.m-picta a {
  background: #fff;
  width: 40px;
}
@media screen and (max-width: 767px) {
  .l-header-util .util-btn.m-picta a {
    width: 30px;
  }
}
.l-header-util .util-btn.m-picta a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header-util .util-btn.m-picta a img {
    width: 25px;
  }
}
.l-header-util .util-toggle {
  position: relative;
  width: 38px;
  height: 29px;
  z-index: 10;
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-header-util .util-toggle {
    margin-left: 5px;
    width: 30px;
    height: 22px;
  }
}
.l-header-util .util-toggle span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, background 0.3s;
  transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s;
}
.l-header-util .util-toggle span:nth-of-type(1) {
  top: 0;
}
.l-header-util .util-toggle span:nth-of-type(2) {
  top: 14px;
}
@media screen and (max-width: 767px) {
  .l-header-util .util-toggle span:nth-of-type(2) {
    top: 11px;
  }
}
.l-header-util .util-toggle span:nth-of-type(3) {
  bottom: 0;
}
.l-header-util .util-toggle.is-active span {
  background: #fff;
}
.l-header-util .util-toggle.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(45deg);
          transform: translateY(14px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .l-header-util .util-toggle.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
}
.l-header-util .util-toggle.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header-util .util-toggle.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-14px) rotate(-45deg);
          transform: translateY(-14px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .l-header-util .util-toggle.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-header-util .util-toggle:hover span {
    -webkit-transform: scaleY(2);
            transform: scaleY(2);
    background: #008080;
  }
}
.l-header-util .util-toggle.is-active span {
  background: #fff;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-header-util .util-toggle:hover.is-active span {
    background: #ccc;
  }
  .l-header-util .util-toggle:hover.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(45deg) scaleY(2);
            transform: translateY(14px) rotate(45deg) scaleY(2);
  }
  .l-header-util .util-toggle:hover.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header-util .util-toggle:hover.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(-45deg) scaleY(2);
            transform: translateY(-14px) rotate(-45deg) scaleY(2);
  }
}
.l-header.is-top {
  background: none;
}
.l-header.is-top .l-header-logo img {
  opacity: 0;
}
.l-header.is-top .util-btn a {
  color: #fff;
  border-color: #fff;
}
.is-top .l-header-util .util-btn.m-recruit a{
	background: none;
	border: 1px solid #fff;
	color: #fff;
}
.is-top .l-header-util .util-btn.m-recruit a{
	background: none;
	border: 1px solid #fff;
	color: #fff;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-header.is-top .util-btn a:hover {
    background: #fff;
    color: #008080;
  }
}
.l-header.is-top .util-toggle span {
  background: #fff;
}
.l-header.is-top.is-wh .l-header, .l-header.is-wh .l-header {
  background: #fff;
}
.l-header.is-top.is-wh .l-header-logo img, .l-header.is-wh .l-header-logo img {
  opacity: 1;
}
.l-header.is-top.is-wh .util-btn a, .l-header.is-wh .util-btn a {
  color: #008080;
  border-color: #008080;
}
.l-header-util .util-btn.m-recruit a{
	background: #008080;
	color: #fff;
}
.l-header-util .util-btn.m-recruit a{
	background: #008080;
	color: #fff;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-header.is-top.is-wh .util-btn a:hover, .l-header.is-wh .util-btn a:hover {
    background: #008080;
    color: #fff;
  }
  .l-header-util .util-btn.m-recruit a:hover{
	background: #fff;
	color: #008080;
  }
}
.l-header.is-top.is-wh .util-toggle span, .l-header.is-wh .util-toggle span {
  background: #000;
}

.l-nav {
  display: none;
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .l-nav {
    height: 100svh;
  }
}
.l-nav-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  padding-top: 80px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .l-nav-wrap {
    display: block;
    padding-top: 60px;
  }
}
.l-nav-conts {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.7rem 0;
  width: 106rem;
  margin: -5rem auto 0;
}
@media screen and (max-width: 767px) {
  .l-nav-conts {
    display: block;
    width: 90%;
    margin: 3rem auto;
    max-width: none;
  }
}
.l-nav-conts .col {
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  .l-nav-conts .col {
    width: 100%;
  }
}
.l-nav-conts .col + .col {
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .l-nav-conts .col + .col {
    border-left: none;
    border-top: 1px solid #000;
  }
}
.l-nav-conts .col:nth-of-type(2) {
  margin-left: -2px;
}
.l-nav-conts .unit {
  width: 100%;
  padding: 3rem 4rem 3rem 7rem;
}
@media screen and (max-width: 767px) {
  .l-nav-conts .unit {
    padding: 2rem;
  }
}
.l-nav-conts .unit + .unit {
  border-top: 1px solid #000;
}
.l-nav-conts .unit:nth-of-type(2) {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .l-nav-conts .unit:nth-of-type(2) {
    padding: 2rem 2rem;
  }
}
.l-nav-conts .unit:nth-of-type(3) {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .l-nav-conts .unit:nth-of-type(3) {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-nav-conts .unit {
    width: 100%;
  }
}
.l-nav-conts .unit.m-marged {
  width: 100%;
}
.l-nav-conts .unit a {
  display: block;
}
.l-nav-conts .unit .category-en {
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  .l-nav-conts .unit .category-en {
    font-size: 3rem;
    letter-spacing: 0.28em;
    line-height: 1.6666666667;
  }
}
@media screen and (max-width: 767px) {
  .l-nav-conts .unit .category-en {
    font-size: 2.4rem;
    display: block;
  }
}
.l-nav-conts .unit .category-ja {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.09em;
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  .l-nav-conts .unit .category-ja {
    display: inline-block;
    font-size: 1.3rem;
    margin-top: 0;
  }
}
.l-nav-conts .unit .category-child {
  font-size: 1.8rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-nav-conts .unit .category-child {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
}
.l-nav-conts .unit .category-child li {
  position: relative;
  padding-left: 2.5rem;
}
.l-nav-conts .unit .category-child li + li {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .l-nav-conts .unit .category-child li + li {
    margin-top: 1.5rem;
  }
}
.l-nav-conts .unit .category-child li a {
  display: inline-block;
}
.l-nav-conts .unit .category-child li:before {
  content: "―";
  position: absolute;
  left: 0;
}

.ipad .l-nav {
  height: 100svh;
}

@media screen and (max-width: 767px) {
  .android .l-nav {
    height: 100vh;
  }
}

/* --------------------------------------------------
    footer
-------------------------------------------------- */
.l-footer {
  padding: 6.5rem 0 5.5rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer {
    position: relative;
    padding-bottom: 8rem;
  }
}
.l-footer-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-footer-wrap {
    display: block;
  }
}
.l-footer-head .headline {
  display: block;
  margin-bottom: 2.8rem;
  width: 29.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head .headline {
    width: 90%;
    margin: 0 auto 1rem;
  }
}
.l-footer-head .links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer-head .links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.l-footer-head .links li {
  color: #646464;
}
.l-footer-head .links li a {
  font-size: 1.3rem;
  font-weight: 600;
}
.l-footer-head .links li + li {
  padding-left: 2.4rem;
  margin-left: 1rem;
  position: relative;
}
.l-footer-head .links li + li:before {
  content: "／";
  position: absolute;
  left: 0;
}
.l-footer-head .copyright {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.018em;
  font-weight: 500;
  color: #646464;
}
@media screen and (max-width: 767px) {
  .l-footer-head .copyright {
    font-size: 1rem;
    text-align: center;
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-body {
    margin-top: 4rem;
  }
}
.l-footer-body .sitemap li .ttl {
  display: inline-block;
  font-size: 1.45rem;
  letter-spacing: -0.01em;
  font-weight: bold;
  width: 13rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer-body .sitemap li .ttl {
    width: 100%;
    margin: 0 0 0.5rem;
  }
}
.l-footer-body .sitemap li .ttl.m-nodetail {
  width: 100%;
}
.l-footer-body .sitemap li .detail {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  color: #646464;
  position: relative;
  padding-left: 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer-body .sitemap li .detail {
    padding-left: 0;
  }
}
.l-footer-body .sitemap li .detail:before {
  content: "";
  width: 2rem;
  height: 1px;
  background: #646464;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .l-footer-body .sitemap li .detail:before {
    content: none;
  }
}
.l-footer-body .sitemap li + li {
  margin-top: 1.9rem;
}
.l-footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-footer a:hover {
    color: #008080;
  }
  .l-footer a:hover .detail {
    color: #008080;
  }
}