@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@100;400;600;800&family=Noto+Sans+JP:wght@400;700&family=Shippori+Mincho:wght@400;600;700&display=swap");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 744px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 745px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 744px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 745px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 599px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 600px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: 16px;
}

html {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

body {
  font-family: "", "Noto Sans Display", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  min-width: 375px;
  padding: 0px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "", "Noto Sans Display", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

button,
input[type=button],
input[type=submit] {
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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

a {
  text-decoration: underline;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

body._ios a:hover {
  opacity: 1;
}

em {
  font-style: normal;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* structure 構造を定義 */
/**************************************************/
@media (max-width: 767px) {
  body > .inbox {
    padding-top: 62px;
  }
}

.l-page-container {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.l-header {
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: transparent;
}
.l-header > .inner {
  position: relative;
  margin: 0 auto;
  padding: 33px 43px 0 38px;
}
@media (max-width: 767px) {
  .l-header {
    height: 62px;
    background-color: #fff;
  }
  .l-header > .inner {
    padding: 17px 24px 12px;
  }
}

.c-header-logo {
  margin: 0;
  line-height: 1;
}
.c-menuButton {
  position: absolute;
  top: 40px;
  right: 43px;
  margin: 0;
  width: 48px;
  height: 28px;
  cursor: pointer;
}
.c-menuButton > .bar {
  top: 50%;
}
.c-menuButton > .bar, .c-menuButton > .bar::before, .c-menuButton > .bar::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  transition: all 0.2s ease-out;
}
.c-menuButton > .bar::before {
  top: -12.5px;
}
.c-menuButton > .bar::after {
  top: 12.5px;
}
.c-menuButton.-open > .bar {
  background-color: transparent;
}
.c-menuButton.-open > .bar::before {
  top: 0;
  transform: rotate(135deg);
}
.c-menuButton.-open > .bar::after {
  top: 0;
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .c-menuButton {
    top: 24px;
    right: 24px;
    width: 33px;
    height: 19px;
  }
  .c-menuButton > .bar::before {
    top: -8px;
  }
  .c-menuButton > .bar::after {
    top: 8px;
  }
}

.l-global-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
}
.l-global-nav > .container {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.c-gnav-list {
  margin: auto;
  padding: 90px 0 50px;
  list-style: none;
  padding-left: 0;
  max-width: 302px;
  width: 100%;
}
.c-gnav-list > li:nth-child(n+2) {
  margin-top: 44px;
}
.c-gnav-list > li > .btn {
  text-decoration: none;
  display: inline-block;
  color: #000;
}
.c-gnav-list > li.-privacy {
  font-size: 0.75rem;
  line-height: 1.3;
  margin-top: 41px;
  text-align: left;
}
@media (max-width: 767px) {
  .c-gnav-list {
    max-width: 242px;
  }
}
.c-gnav-list .unit-menu-sns {
  position: absolute;
  right: 43px;
  bottom: 40px;
}
.c-gnav-list .unit-menu-sns .menu-sns {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  padding-left: 0;
}
.c-gnav-list .unit-menu-sns .menu-sns li {
  list-style: none;
}
.c-gnav-list .unit-menu-sns .menu-sns li a img {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .c-gnav-list .unit-menu-sns {
    position: static;
    right: auto;
    bottom: auto;
    margin-top: 90px;
  }
  .c-gnav-list .unit-menu-sns .menu-sns {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .c-gnav-list .unit-menu-sns .menu-sns li a img {
    width: 40px;
    height: 40px;
  }
}

.l-footer {
  position: relative;
  background-color: #3E3936;
}
.l-footer > .inner {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 66px 20px 26px;
}
@media (max-width: 767px) {
  .l-footer > .inner {
    padding: 38px 15px 26px;
  }
}

.footer-sitemap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
.footer-sitemap .footer-logo {
  display: block;
  width: 163px;
  height: -moz-fit-content;
  height: fit-content;
}
.footer-sitemap .unit-wrap {
  display: flex;
  width: calc(100% - 163px);
  padding-left: 36px;
  box-sizing: border-box;
}
.footer-sitemap .unit {
  margin: 0;
}
.footer-sitemap .unit.-right {
  max-width: 520px;
  width: 100%;
  margin-left: auto;
}
.footer-sitemap .unit > .primary {
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0;
  text-decoration: none;
  color: #58B7D0;
}
.footer-sitemap .item {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 12px;
  position: relative;
  padding-left: 10px;
}
.footer-sitemap .item::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  top: 10px;
  left: 0;
  background-color: #fff;
}
.footer-sitemap .item > a {
  text-decoration: none;
  color: #fff;
}
.footer-sitemap .unit > .address {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  align-items: flex-end;
  margin: 12px 0 0;
}
.footer-sitemap .unit > .address + .address {
  margin-top: 42px;
}
.footer-sitemap .unit > .address > dl {
  margin: 0;
}
.footer-sitemap .unit > .address > dl > dt, .footer-sitemap .unit > .address > dl > dd {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
}
.footer-sitemap .unit > .address > dl > dd {
  margin-left: 0;
  margin-top: 12px;
}
.footer-sitemap .unit-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-sitemap .unit-sns > .sns {
  -moz-column-gap: 25px;
       column-gap: 25px;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 0 auto;
}
.footer-sitemap .unit-sns > .sns li {
  list-style: none;
}
.footer-sitemap .unit-sns > .sns li a img {
  width: 30px;
  height: 30px;
}
@media (max-width: 980px) {
  .footer-sitemap {
    flex-direction: column;
  }
  .footer-sitemap .unit-wrap {
    width: 100%;
    justify-content: space-around;
    padding-left: 0;
  }
  .footer-sitemap .unit {
    margin-top: 35px;
    margin-left: 0;
  }
  .footer-sitemap .unit.-right {
    padding-left: 0.3em;
    margin-left: 0;
  }
  .footer-sitemap .unit-left {
    display: contents;
  }
  .footer-sitemap .unit-sns > .sns {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .footer-sitemap .footer-logo {
    order: 1;
  }
  .footer-sitemap .unit-wrap {
    order: 2;
  }
  .footer-sitemap .unit-sns {
    order: 3;
    margin: 70px auto 0;
  }
}
@media (max-width: 767px) {
  .footer-sitemap .unit-wrap {
    display: block;
  }
  .footer-sitemap .unit.-right {
    max-width: 600px;
    padding-left: 0;
    margin-top: 46px;
  }
  .footer-sitemap .unit > .address + .address {
    margin-top: 12px;
  }
  .footer-sitemap .list {
    display: flex;
    margin: 0 0 0 -30px;
  }
  .footer-sitemap .item {
    margin: 24px 0 0 30px;
  }
  .footer-sitemap .unit-sns > .sns {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .footer-sitemap .unit-sns > .sns li a img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 599px) {
  .footer-sitemap .unit > .address {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-sitemap .item-wrap:first-child {
    width: 42%;
  }
  .footer-sitemap .btn {
    margin: 20px 0 0 auto;
  }
}

.copyright {
  font-size: 0.625rem;
  line-height: 1.4;
  text-align: right;
  color: #fff;
  font-weight: 100;
  letter-spacing: 0.04em;
  margin-top: 24px;
}
@media (max-width: 980px) {
  .copyright {
    text-align: center;
    margin-top: 60px;
  }
}

.l-section-siteContact {
  width: 100%;
  height: auto;
  background-color: #CCF1F8;
  padding: 74px 20px 74px;
  box-sizing: border-box;
}
.l-section-siteContact .text {
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0;
  margin-top: 24px;
  text-align: center;
}
.l-section-siteContact .wrap {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 44px auto 0;
}
.l-section-siteContact .wrap .contact-more {
  margin-left: 20px;
  text-align: right;
}
.l-section-siteContact .tel {
  border-right: 2px solid #389AB4;
  padding: 6px 24px 6px 0;
}
.l-section-siteContact .tel > dl {
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-section-siteContact .tel > dl + dl {
  margin-top: 16px;
}
.l-section-siteContact .tel > dl > dt {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-right: 10px;
}
.l-section-siteContact .tel > dl > dd {
  margin: 0;
  line-height: 1;
}
.l-section-siteContact .date {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-top: 38px;
}
.l-section-siteContact .date > p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
.l-section-siteContact .date > p + p {
  margin-left: 30px;
}
.l-section-siteContact .banner {
  margin: 30px auto 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.l-section-siteContact .banner a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-section-siteContact .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .l-section-siteContact .tel {
    text-align: center;
    padding: 0;
    border-right: none;
  }
  .l-section-siteContact .wrap {
    margin-top: 38px;
  }
  .l-section-siteContact .wrap .contact-more {
    margin-top: 34px;
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .l-section-siteContact {
    padding: 75px 15px 72px;
  }
  .l-section-siteContact .text {
    font-size: 0.8125rem;
    line-height: 1.9;
  }
  .l-section-siteContact .wrap {
    flex-direction: column;
    margin: 20px auto 0;
  }
  .l-section-siteContact .wrap > .tel > dl {
    width: 100%;
    border-right: none;
    order: 2;
  }
  .l-section-siteContact .wrap > .tel > dl > dt {
    display: block;
    font-size: 0.75rem;
    line-height: 1.4;
    margin-top: 0;
  }
  .l-section-siteContact .wrap > .tel > dl > dd {
    margin-top: 0px;
  }
  .l-section-siteContact .wrap > .tel > dl > dd > a > img {
    width: 178px;
  }
  .l-section-siteContact .wrap .contact-more {
    width: 100%;
    text-align: center;
    margin-top: 28px;
  }
  .l-section-siteContact .date > p {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .l-section-siteContact .date > p + p {
    margin-left: 15px;
  }
  .l-section-siteContact .banner {
    max-width: 345px;
    row-gap: 20px;
  }
  .l-section-siteContact .banner > a {
    display: inline-block;
  }
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
[data-trigger=fadeInUp].-invisible {
  opacity: 0;
  transform: translateY(50px);
}
[data-trigger=fadeInUp].-visible {
  transition: opacity 0.8s ease-in, transform 1s ease-out;
  opacity: 1;
  transform: translateY(0);
}

[data-trigger=fadeInLeft].-invisible {
  opacity: 0;
  transform: translateX(-50px);
}
[data-trigger=fadeInLeft].-visible {
  transition: opacity 0.8s ease-in, transform 1s ease-out;
  opacity: 1;
  transform: translateX(0);
}

[data-trigger=fadeInRight].-invisible {
  opacity: 0;
  transform: translateX(50px);
}
[data-trigger=fadeInRight].-visible {
  transition: opacity 0.8s ease-in, transform 1s ease-out;
  opacity: 1;
  transform: translateX(0);
}

.c-text-b {
  font-size: 0.9375rem;
  line-height: 2;
  margin: 0;
}
.c-heading-a + .c-text-b {
  margin-top: 74px;
}
.c-heading-c + .c-text-b {
  margin-top: 32px;
}
.c-text-b > a {
  text-decoration: none;
  color: inherit;
}
.c-text-b.-left {
  margin-top: 86px;
}
.privacy-area .c-text-b {
  margin-top: 20px;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .c-text-b {
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .c-heading-a + .c-text-b {
    margin: 64px 0 0;
  }
  .c-heading-c + .c-text-b {
    margin: 18px 0 0;
  }
  .c-text-b.-left {
    margin-top: 54px;
  }
  .privacy-area .c-text-b {
    margin-top: 20px;
  }
}

.c-text-c {
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}

.c-heading-a {
  text-align: center;
  margin: 0;
  line-height: 1;
  position: relative;
}
.c-heading-a > span {
  display: block;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-top: 26px;
}
.c-heading-a.-position {
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
}
.pg-privacy .c-heading-a {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: normal;
}
.privacy-area .c-heading-a {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: normal;
}
@media (max-width: 767px) {
  .c-heading-a > span {
    font-size: 0.75rem;
    line-height: 1.3;
    margin-top: 14px;
  }
  .c-heading-a._page-ttl-hojin > img, .c-heading-a._page-ttl-kojin > img {
    width: 85%;
    max-width: 350px;
  }
  .pg-privacy .c-heading-a {
    font-size: 1.125rem;
    line-height: 1.7;
  }
  .privacy-area .c-heading-a {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

.c-heading-b {
  font-size: 0.9375rem;
  line-height: 1;
  margin: 0;
}
.c-text-b + .c-heading-b {
  margin-top: 95px;
}
.privacy-area .c-heading-b {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .c-heading-b {
    font-size: 0.75rem;
    line-height: 1;
  }
  .c-text-b + .c-heading-b {
    margin-top: 50px;
  }
}

.c-heading-c {
  font-size: 0.9375rem;
  line-height: 2;
  text-align: left;
  margin: 85px 0 0;
  position: relative;
}
.c-heading-c::before {
  content: "";
  position: absolute;
  bottom: -2.5px;
  left: 0;
  width: 22px;
  height: 1px;
  background-color: #6C6C6D;
}
.c-heading-c:first-of-type {
  margin-top: 128px;
}
.privacy-area .c-heading-c {
  margin-top: 40px;
}
.privacy-area .c-heading-c:first-of-type {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .c-heading-c {
    font-size: 0.75rem;
    line-height: 1.8;
    margin: 50px 0 0;
  }
  .c-heading-c:first-of-type {
    margin-top: 50px;
  }
  .privacy-area .c-heading-c {
    margin-top: 30px;
  }
  .privacy-area .c-heading-c:first-of-type {
    margin-top: 30px;
  }
}

.c-heading-d {
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0;
  display: flex;
  align-items: center;
}
.c-heading-d::before, .c-heading-d::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #000;
}
.c-heading-d::before {
  margin-right: 60px;
}
.c-heading-d::after {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .c-heading-d::before, .c-heading-d::after {
    height: 1px;
  }
  .c-heading-d::before {
    margin-right: 20px;
  }
  .c-heading-d::after {
    margin-left: 20px;
  }
}

.c-btn-a {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #389AB4;
  background-color: #fff;
  border: 2px solid #389AB4;
  border-radius: 20px;
  width: 210px;
  padding: 0.786em 0;
  box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: background-color 0.15s linear, border-color 0.15s linear;
}
.c-btn-a:hover {
  background-color: #58B7D0;
  border-color: #58B7D0;
  color: #fff;
  opacity: 1;
}
.c-btn-a.-blue {
  background-color: #58B7D0;
  border-color: #58B7D0;
  color: #fff;
}
.c-btn-a.-blue:hover {
  background-color: #fff;
  border-color: #fff;
  color: #389AB4;
}
.c-btn-a.-access {
  border: 2px solid #58B7D0;
  color: #58B7D0;
}
.c-btn-a.-access::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 12px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  background: url(../../images/company/btn-arrow.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .c-btn-a.-access {
    font-size: 0.625rem;
    line-height: 1;
    width: 178px;
    padding: 1em 0;
  }
  .c-btn-a.-access.-access::after {
    height: 11px;
  }
}

.c-btn-b {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #58B7D0;
  background-color: transparent;
  border: 2px solid #58B7D0;
  border-radius: 30px;
  font-weight: normal;
  font-size: 0.625rem;
  line-height: 1;
  width: 150px;
  padding: 0.7em 0;
}
.c-btn-b::after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  background: url(../img/btn-arrow.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .c-btn-b {
    font-size: 0.6875rem;
    line-height: 1;
    padding: 0.836em 0;
    width: 175px;
  }
}

.c-btn-c {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
  color: #389AB4;
  background-color: #fff;
  border: 2px solid #389AB4;
  border-radius: 36px;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 0.8;
  width: 294px;
  padding: 26px 0 26px 36px;
  position: relative;
}
.c-btn-c::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 34px;
  height: 4px;
  background: url(../img/btn-arrow-l.svg) no-repeat center center/contain;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-btn-c {
    width: 240px;
    padding: 22px 0 22px 20px;
    font-size: 1.125rem;
  }
  .c-btn-c::after {
    right: 8px;
  }
}

.c-list {
  margin: 38px 0 0;
  padding-left: 0;
  list-style: none;
}
.c-list > li {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.03em;
  padding-left: 10px;
  position: relative;
}
.c-list > li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #3E3936;
  border-radius: 50%;
}
.privacy-area .c-list > li {
  line-height: 1.7;
}
.c-text-b + .c-list {
  margin: 2.5px 0 0;
}
@media (max-width: 767px) {
  .c-list {
    margin: 18px 0 0;
  }
  .c-heading-b + .c-list {
    margin-top: 28px;
  }
  .c-list > li {
    font-size: 0.75rem;
    line-height: 1.8;
  }
  .c-list > li::before {
    top: 8px;
  }
}

.c-icon-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 22px 0 -10px -6px;
}
.c-icon-list > li {
  width: calc(50% - 6px);
  box-sizing: border-box;
  text-align: center;
  margin: 0 0 10px 6px;
}
.c-icon-list > li > .text {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin: 10px 0 0;
  color: #389AB4;
}
@media (max-width: 767px) {
  .c-icon-list {
    margin-top: 10px;
  }
}

.c-detail-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 20px;
  gap: 4px;
}
.c-detail-list > li {
  width: calc(50% - 2px);
  background-color: #58B7D0;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}
.c-detail-list > li.bg-light {
  background-color: #79C5D9;
}
.c-detail-list > li > .text {
  font-size: 0.9375rem;
  line-height: 1.3;
  margin: 0;
  text-align: center;
}
.pg-kojin .c-detail-list > li {
  background-color: #FF8C54;
}
.pg-kojin .c-detail-list > li.bg-light {
  background-color: #FFA376;
}
@media (max-width: 767px) {
  .c-detail-list > li > .text {
    font-size: 0.8125rem;
    line-height: 1.2;
  }
  .c-detail-list > li > .text._small {
    font-size: 0.75rem;
    line-height: 1.3;
  }
}

.c-news-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.c-news-list > li {
  margin-top: 10px;
}
.c-news-list > li:first-child {
  margin-top: 0;
}
.c-news-list .link {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  background-color: #EEEEEF;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
  padding: 30px 120px 30px 38px;
}
.c-news-list .link:after {
  content: "";
  width: 67px;
  height: 8px;
  background: url(../../images/home/news-arrow.svg) no-repeat center/contain;
  position: absolute;
  bottom: 40px;
  right: 30px;
}
.c-news-list .link > .date {
  flex: 0 0 105px;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  margin: 0;
  color: #3E3936;
}
.c-news-list .link > .title {
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .c-news-list .link {
    display: block;
    padding: 10px 106px 10px 16px;
    min-height: 80px;
    box-sizing: border-box;
  }
  .c-news-list .link:after {
    width: 67px;
    height: 8px;
    background: url(../../images/home/news-arrow-sp.svg) no-repeat center/contain;
    right: 20px;
  }
  .c-news-list .link > .date {
    font-size: 0.8125rem;
    line-height: 1.7;
  }
  .c-news-list .link > .title {
    font-size: 0.875rem;
    line-height: 1.4;
    -webkit-line-clamp: 2;
  }
}

.c-order-0 {
  padding-left: 1.5em;
  list-style: decimal;
  line-height: 1.5;
}
.c-order-0 > li {
  text-align: left;
}

/**************************************************/
/* components - layout */
/**************************************************/
.l-page-contents {
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
}
.l-page-contents-medium {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .l-page-contents-medium {
    padding: 0 15px;
  }
  .pg-hojin .l-page-contents-medium, .pg-kojin .l-page-contents-medium {
    padding: 0 9px;
  }
  .pg-company .l-page-contents-medium {
    padding: 0 24px;
  }
}

.l-page-contents-large {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .l-page-contents-large {
    padding: 0 15px;
  }
  .pg-hojin .l-page-contents-large, .pg-kojin .l-page-contents-large {
    padding: 0 9px;
  }
  .pg-company .l-page-contents-large {
    padding: 0 24px;
  }
}

.l-service-contents-inner {
  max-width: calc(100% - 60px);
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-service-contents-inner {
    max-width: calc(100% - 30px);
  }
}

.l-page-contents-small {
  max-width: 635px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .l-page-contents-small {
    padding: 0 24px;
  }
}

.l-home-section {
  position: relative;
  padding: 125px 0;
}
.l-home-section.-home-about-sec {
  padding: 217px 0 130px;
}
.l-home-section.-home-service-sec {
  padding: 130px 0 125px;
}
.l-home-section.-home-company-sec {
  padding: 170px 0 158px;
  background: url(../../images/home/home-company-mainvisual.jpg) no-repeat center center/cover;
}
.l-home-section.-home-copy {
  padding: 125px 0 132px;
}
.l-home-section.-home-member {
  padding: 132px 0 280px;
}
.l-home-section.-under-copy {
  padding: 458.5px 0;
}
@media (max-width: 767px) {
  .l-home-section.-home-about-sec {
    padding: 176px 0 94px;
  }
  .l-home-section.-home-service-sec {
    padding: 94px 0 92px;
  }
  .l-home-section.-home-company-sec {
    background: url(../../images/home/home-company-mainvisual-sp.jpg) no-repeat center center/cover;
  }
  .l-home-section.-home-news {
    padding: 92px 0 116px;
  }
  .l-home-section.-home-copy {
    padding: 116px 0 100px;
  }
  .l-home-section.-home-member {
    padding: 100px 0 220px;
  }
  .l-home-section.-home-company-sec {
    padding: 152px 0 180px;
  }
  .l-home-section.-under-copy {
    padding: 0;
    box-sizing: border-box;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.l-section-page.-service {
  padding: 140px 0 200px;
}
.l-section-page.-flow {
  padding: 71px 0 117px;
}
.l-section-page.-price {
  padding: 110px 0 84px;
}
.pg-kojin .l-section-page.-price {
  padding: 110px 0 168px;
}
.l-section-page.-about {
  padding: 154px 0 149px;
}
.l-section-page.-about-member {
  padding: 184px 0 135px;
}
.l-section-page.-companyOutline {
  padding: 118px 0 94px;
}
.l-section-page.-greeting {
  background-color: #EEEEEF;
  padding: 108px 0 131px;
}
.l-section-page.-corporate-profile {
  background-color: #58B7D0;
  padding: 118px 0 158px;
}
.l-section-page.-companyAccess {
  padding: 86px 0 75px;
  color: #3E3936;
}
.l-section-page.-contact {
  padding: 140px 0 260px;
}
.l-section-page.-bg-gray {
  background-color: #EEEEEF;
}
.l-section-page.-privacy {
  padding: 130px 0 108px;
}
.l-section-page.bg-image {
  background: url(../../images/hojin/flow-background.jpg) no-repeat center center/cover;
  width: auto;
  height: auto;
  position: relative;
}
.l-section-page.-news {
  padding: 140px 0 100px;
}
@media (max-width: 767px) {
  .l-section-page.-service {
    padding: 24px 0 160px;
  }
  .l-section-page.-flow {
    padding: 42px 0 38px;
  }
  .l-section-page.-price {
    padding: 74px 0 78px;
  }
  .pg-kojin .l-section-page.-price {
    padding: 74px 0 78px;
  }
  .l-section-page.-about {
    padding: 78px 0 84px;
  }
  .l-section-page.-about-member {
    padding: 132px 0 110px;
  }
  .l-section-page.-companyOutline {
    padding: 26px 0 95px;
  }
  .l-section-page.-greeting {
    padding: 72px 0;
  }
  .l-section-page.-news {
    padding: 24px 0 60px;
  }
  .l-section-page.-corporate-profile {
    padding: 120px 0 146px;
  }
  .l-section-page.-companyAccess {
    padding: 110px 0 146px;
  }
  .l-section-page.-contact {
    padding: 26px 0 86px;
  }
  .l-section-page.-privacy {
    padding: 74px 0 96px;
  }
}

/**************************************************/
/* components - form */
/**************************************************/
form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.2;
  resize: vertical;
}

.contact-form {
  margin-top: 52px;
  font-family: "", "Shippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.contact-form dl, .contact-form dt, .contact-form dd {
  margin: 0;
}
.contact-form > .f-block {
  margin-top: 40px;
}
.contact-form > .f-block:first-child {
  margin: 0;
}
.contact-form > .f-block.-desired > .title {
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: 600;
  margin: 0;
}
.contact-form > .f-block.-desired > .example {
  color: #389AB4;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin: 3px 0 0;
  font-family: "", "Noto Sans Display", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.contact-form > .f-block._contact-contents {
  margin-top: 60px;
}
.contact-form > .f-block.-confirm {
  font-size: 0.9375rem;
}
.contact-form > .f-block.-confirm > dt {
  color: #389AB4;
  font-weight: 700;
}
.contact-form > .f-block.-confirm > dd {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .contact-form {
    margin-top: 82px;
  }
}

.f-privacy {
  margin-top: 70px;
}
.f-privacy > .text {
  margin: 1em 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.f-privacy > .agree {
  margin-top: 30px;
}

.privacy-area {
  display: block;
  box-sizing: border-box;
  max-height: 300px;
  margin: 30px auto 0;
  padding: 30px;
  border: 1px solid #707070;
  overflow-y: auto;
  font-family: "", "Noto Sans Display", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 767px) {
  .privacy-area {
    padding: 30px 20px 20px;
  }
}

.f-submit {
  margin: 70px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}
.f-submit > li + li {
  margin-left: 2em;
}
@media (max-width: 599px) {
  .f-submit {
    display: block;
  }
  .f-submit > li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}

.f-title {
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 600;
  margin: 0;
}
.f-title > .required::after {
  content: "必須";
  color: #fff;
  background-color: #3E3936;
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 2;
  padding: 3px 0.5em;
  margin-left: 0.5em;
  line-height: 1;
}
.-desired > .wrap .f-title {
  margin: 14px 0 0;
  font-weight: normal;
}

.f-field {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 8px 10px;
  border: none;
  border-radius: 0;
  background-color: #F5F4F4;
  line-height: 1;
  margin: 15px 0 0;
}
.f-field.-short {
  max-width: 140px;
}
.f-field.-middle {
  max-width: 240px;
}
.f-field.-long {
  max-width: 400px;
}
.f-field.-active {
  ime-mode: active;
}
.f-field.-inactive {
  ime-mode: inactive;
}
.-desired .f-field {
  margin-top: 8px;
}

textarea.f-field {
  display: block;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #707070;
}

.f-input-rows {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.f-input-rows > li {
  margin-top: 2px;
}
.f-input-rows > li + li {
  margin-left: 14px;
}
.f-input-rows .f-radio {
  display: inline-block;
}
.f-input-rows .f-radio > .intext {
  display: block;
  font-size: 0.9375rem;
  font-weight: normal;
  padding: 0 0 0 18px;
  background: url(../../images/contact/icon-radio.svg) no-repeat 0 5px;
}
.f-input-rows .f-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-input-rows .f-radio > input[type=radio]:checked + .intext {
  background: url(../../images/contact/icon-radio-on.svg) no-repeat 0 5px;
}
._contact-item .f-input-rows > li {
  width: 240px;
  margin-top: 10px;
  margin-left: 0;
}
.-method .f-input-rows {
  margin-top: 13px;
}
@media (max-width: 767px) {
  .f-input-rows > li {
    margin-top: 4px;
  }
  .-method .f-input-rows {
    margin-top: 10px;
  }
  ._contact-item .f-input-rows {
    margin-top: 15px;
  }
  ._contact-item .f-input-rows > li {
    margin-top: 10px;
  }
}

.f-checkbox {
  display: inline-block;
}
.f-checkbox > .intext {
  display: block;
  font-size: 0.9375rem;
  padding: 0 0 0 20px;
  background: url(../../images/contact/icon-checkbox.svg) no-repeat 0 5px;
}
.f-checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.f-checkbox > input[type=checkbox]:checked + .intext {
  background: url(../../images/contact/icon-checkbox-on.svg) no-repeat 0 5px;
}

.f-error-text {
  display: inline-block;
  position: relative;
  margin: 10px 0 0;
  padding: 7px 1em;
  border-radius: 3px;
  background-color: #ffe6e6;
  color: #cc0000;
  font-weight: bold;
  font-size: 0.9375rem;
}

.f-error-message {
  display: block;
  margin-bottom: 40px;
  padding: 1em;
  border-radius: 8px;
  background-color: #ffe6e6;
  color: #cc0000;
  font-weight: bold;
}
.f-error-message > .error {
  display: block;
  margin: 0;
  background-color: transparent;
}

.f-thanks-text {
  text-align: center;
  margin-top: 70px;
}
.f-thanks-text .text {
  line-height: 1.8em;
}
.f-thanks-text .return {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .f-thanks-text {
    margin-top: 50px;
  }
  .f-thanks-text .text {
    font-size: 0.875rem;
  }
}

/**************************************************/
/* pages */
/**************************************************/
.home-start {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
}
.home-start > .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-color: #58B7D0;
  border-radius: 50%;
  animation: homeStartCircle 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-delay: 1s;
  z-index: 50;
  animation-fill-mode: forwards;
}
.home-start.-end {
  display: none;
}
.home-start.-end > .circle {
  animation: none !important;
}
@media (max-aspect-ratio: 1/1) {
  .home-start > .circle {
    animation-name: homeStartCircleSp;
    width: 50px;
    height: 50px;
  }
}

@keyframes homeStartCircle {
  0% {
    width: 100px;
    height: 100px;
  }
  40% {
    width: 20px;
    height: 20px;
  }
  50% {
    z-index: 1;
  }
  100% {
    width: 144vw;
    height: 144vw;
    z-index: 1;
  }
}
@keyframes homeStartCircleSp {
  0% {
    width: 50px;
    height: 50px;
  }
  40% {
    width: 10px;
    height: 10px;
  }
  50% {
    z-index: 1;
  }
  100% {
    width: 144vh;
    height: 144vh;
    z-index: 1;
  }
}
.home-mainvisual {
  width: 100%;
  height: 100vh;
  background-color: #58B7D0;
  position: relative;
}
.home-mainvisual .main-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  min-width: 286px;
}
@media (max-width: 767px) {
  .home-mainvisual {
    height: calc(100vh - 62px);
  }
}

.swiper-home, .swiper-home-sp {
  height: 100vh;
  opacity: 0;
}
.swiper-home .mainvisual-card, .swiper-home-sp .mainvisual-card {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-home .mainvisual-card.card01, .swiper-home-sp .mainvisual-card.card01 {
  background-image: url(../../images/home/main01.jpg);
  background-position: center center;
}
.swiper-home .mainvisual-card.card02, .swiper-home-sp .mainvisual-card.card02 {
  background-image: url(../../images/home/main02.jpg);
  background-position: center center;
}
.swiper-home .mainvisual-card.card03, .swiper-home-sp .mainvisual-card.card03 {
  background-image: url(../../images/home/main03.jpg);
  background-position: center center;
}
.swiper-home .mainvisual-card.card04, .swiper-home-sp .mainvisual-card.card04 {
  background-position: center center;
}
@media (max-width: 767px) {
  .swiper-home .swiper-wrapper, .swiper-home-sp .swiper-wrapper {
    row-gap: clamp(64px, 11vw, 88px);
  }
  .swiper-home .mainvisual-card, .swiper-home-sp .mainvisual-card {
    height: calc(50vh - clamp(32px, 5.5vw, 44px) - 31px);
  }
  .swiper-home .mainvisual-card.card01, .swiper-home-sp .mainvisual-card.card01 {
    background-image: url(../../images/home/main-sp01.jpg);
  }
  .swiper-home .mainvisual-card.card02, .swiper-home-sp .mainvisual-card.card02 {
    background-image: url(../../images/home/main-sp02.jpg);
  }
  .swiper-home .mainvisual-card.card03, .swiper-home-sp .mainvisual-card.card03 {
    background-image: url(../../images/home/main-sp03.jpg);
  }
  .swiper-home .mainvisual-card.card04, .swiper-home-sp .mainvisual-card.card04 {
    background-image: url(../../images/home/main-sp04.jpg);
  }
}

.home-about-lead {
  text-align: center;
}
.home-about-lead[data-trigger=fadeInUp].-invisible {
  opacity: 0;
  transform: translateY(50px);
}
.home-about-lead[data-trigger=fadeInUp].-visible {
  transition: opacity 0.8s linear, transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: translateY(0);
}

.home-about-btn {
  margin-top: 83px;
  text-align: center;
}

.home-service-contents {
  margin-top: 74px;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: 2px solid #64BED2;
}
.home-service-contents > .title {
  font-size: 1.4375rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0 84px;
  color: #389AB4;
  display: inline-block;
  position: relative;
  margin: 0;
}
.home-service-contents > .title::before, .home-service-contents > .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 66px;
  height: 72px;
}
.home-service-contents > .title::before {
  left: 0;
  background: url(../../images/home/icon-01.svg) no-repeat center center/contain;
}
.home-service-contents > .title::after {
  right: 0;
  background: url(../../images/home/icon-02.svg) no-repeat center center/contain;
}
.home-service-contents > .service-list {
  max-width: 635px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin: 14.5px auto 0;
}
.home-service-contents > .service-list > li {
  width: calc(33.3333333333% - 10px);
  height: 160px;
}
.home-service-contents > .service-list .card {
  display: block;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  flex-direction: column;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #58B7D0;
  padding: 16px 12px 10px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  height: 100%;
}
.home-service-contents > .service-list .title {
  margin: auto 0;
}
.home-service-contents > .service-list .title > .main, .home-service-contents > .service-list .title > .sub {
  margin: 0;
  font-family: "", "Shippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  font-style: normal;
}
.home-service-contents > .service-list .title > .main {
  font-size: 1.25rem;
  line-height: 1.3;
}
.home-service-contents > .service-list .title > .sub {
  font-size: 0.625rem;
  line-height: 1.4;
  margin-top: 2px;
}
.home-service-contents > .service-list .body > .text {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}
.home-service-contents > .service-list .body > .more {
  font-size: 0.8125rem;
  line-height: 1.9;
  margin: 4px 0 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  list-style: none;
  padding-left: 0;
  align-items: center;
  font-family: "", "Shippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.home-service-contents > .service-list .body > .more::after {
  content: "";
  width: 56px;
  height: 7px;
  background: url(../../images/home/btn-more.svg) no-repeat center center/contain;
  margin: 0 0 3px 10px;
}
.home-service-contents.-kojin {
  margin-top: 74px;
  border-bottom: 2px solid #FF8C54;
}
.home-service-contents.-kojin > .title {
  color: #FF945A;
  padding: 0 142px;
}
.home-service-contents.-kojin > .title::before, .home-service-contents.-kojin > .title::after {
  width: 112px;
  height: 58px;
}
.home-service-contents.-kojin > .title::before {
  background: url(../../images/home/icon-03.svg) no-repeat center center/contain;
}
.home-service-contents.-kojin > .title::after {
  background: url(../../images/home/icon-04.svg) no-repeat center center/contain;
}
.home-service-contents.-kojin > .service-list .card {
  background-color: #FF945A;
}
@media (max-width: 767px) {
  .home-service-contents {
    padding-bottom: 0;
    border-bottom: none;
    margin-top: 48px;
  }
  .home-service-contents > .title {
    padding: 0 60px 0 58px;
    font-size: 1.25rem;
  }
  .home-service-contents > .title::before, .home-service-contents > .title::after {
    width: 49px;
    height: 54px;
    bottom: 6px;
  }
  .home-service-contents > .service-list {
    display: block;
    margin-top: 10px;
  }
  .home-service-contents > .service-list > li {
    width: 100%;
  }
  .home-service-contents > .service-list > li + li {
    margin-top: 10px;
  }
  .home-service-contents > .service-list .card {
    justify-content: center;
    padding: 10px 20px 24px;
    position: relative;
  }
  .home-service-contents > .service-list .title {
    margin: 0;
  }
  .home-service-contents > .service-list .title > .main {
    line-height: 1.4;
  }
  .home-service-contents > .service-list .body {
    margin-top: 10px;
  }
  .home-service-contents > .service-list .body > .text {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .home-service-contents > .service-list .body > .more {
    position: absolute;
    bottom: 14px;
    right: 20px;
  }
  .home-service-contents > .service-list .body > .more::after {
    width: 110px;
    height: 7px;
    background-image: url(../../images/home/btn-more-sp.svg);
  }
  .home-service-contents.-kojin {
    border-bottom: none;
  }
  .home-service-contents.-kojin > .title {
    padding: 0 92px;
  }
  .home-service-contents.-kojin > .title::before, .home-service-contents.-kojin > .title::after {
    width: 81px;
    height: 42px;
    bottom: -8px;
  }
  .home-service-contents.-kojin > .service-list {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .home-service-contents .service-list[data-trigger=serviceMove].-invisible > li:first-of-type {
    transform: translate(-165px, -30px) rotate(-45deg);
  }
  .home-service-contents .service-list[data-trigger=serviceMove].-invisible > li:nth-of-type(2) {
    transform: translate(164px, 24px) rotate(10deg);
  }
  .home-service-contents .service-list[data-trigger=serviceMove].-invisible > li:nth-of-type(3) {
    transform: translate(180px, -110px) rotate(20deg);
  }
  .home-service-contents .service-list[data-trigger=serviceMove].-visible > li:first-of-type,
  .home-service-contents .service-list[data-trigger=serviceMove].-visible > li:nth-of-type(2),
  .home-service-contents .service-list[data-trigger=serviceMove].-visible > li:nth-of-type(3) {
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: translateY(0);
  }
  .home-service-contents .service-list[data-trigger=serviceMove].-visible > li:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  .home-service-contents .service-list[data-trigger=serviceMove].-visible > li:nth-of-type(3) {
    transition-delay: 0.4s;
  }
  .home-service-contents .service-list[data-trigger=kojinMove].-invisible > li:first-of-type {
    transform: translate(-178px, 154px) rotate(25deg);
  }
  .home-service-contents .service-list[data-trigger=kojinMove].-invisible > li:nth-of-type(2) {
    transform: translate(-132px, -25px) rotate(-15deg);
  }
  .home-service-contents .service-list[data-trigger=kojinMove].-invisible > li:nth-of-type(3) {
    transform: translate(176px, 44px) rotate(30deg);
  }
  .home-service-contents .service-list[data-trigger=kojinMove].-visible > li:first-of-type,
  .home-service-contents .service-list[data-trigger=kojinMove].-visible > li:nth-of-type(2),
  .home-service-contents .service-list[data-trigger=kojinMove].-visible > li:nth-of-type(3) {
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: translateY(0);
  }
  .home-service-contents .service-list[data-trigger=kojinMove].-visible > li:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  .home-service-contents .service-list[data-trigger=kojinMove].-visible > li:nth-of-type(3) {
    transition-delay: 0.4s;
  }
}
@media (max-width: 767px) {
  .home-service-contents .service-list li[data-trigger=serviceMoveSp].-invisible:first-of-type .card {
    transform: translate(-44vw, -30px) rotate(-10deg);
  }
  .home-service-contents .service-list li[data-trigger=serviceMoveSp].-invisible:nth-of-type(2) .card {
    transform: translate(43.7333333333vw, 24px) rotate(40deg);
  }
  .home-service-contents .service-list li[data-trigger=serviceMoveSp].-invisible:nth-of-type(3) .card {
    transform: translate(48vw, -110px) rotate(-25deg);
  }
  .home-service-contents .service-list li[data-trigger=serviceMoveSp].-visible .card {
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: translate(0) rotate(0);
  }
  .home-service-contents .service-list li[data-trigger=kojinMoveSp].-invisible:first-of-type .card {
    transform: translate(-47.4666666667vw, 154px) rotate(10deg);
  }
  .home-service-contents .service-list li[data-trigger=kojinMoveSp].-invisible:nth-of-type(2) .card {
    transform: translate(-35.2vw, -25px) rotate(40deg);
  }
  .home-service-contents .service-list li[data-trigger=kojinMoveSp].-invisible:nth-of-type(3) .card {
    transform: translate(46.9333333333vw, 44px) rotate(-20deg);
  }
  .home-service-contents .service-list li[data-trigger=kojinMoveSp].-visible .card {
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: translate(0) rotate(0);
  }
}
.home-news-wrapper {
  margin-top: 42px;
}
.home-news-wrapper [data-trigger=newsMove].-invisible li {
  opacity: 0;
  transform: translate(658px, 108px);
}
.home-news-wrapper [data-trigger=newsMove].-visible li {
  transition: opacity 0.6s ease-in, transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.home-news-wrapper [data-trigger=newsMove].-visible li:nth-of-type(2) {
  transition-delay: 0.2s;
  transform: translateY(0);
}
.home-news-wrapper [data-trigger=newsMove].-visible li:nth-of-type(3) {
  transition-delay: 0.4s;
  transform: translateY(0);
}
.home-news-wrapper [data-trigger=newsMove].-visible li:nth-of-type(4) {
  transition-delay: 0.6s;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .home-news-wrapper {
    margin-top: 60px;
  }
  .home-news-wrapper [data-trigger=newsMove].-invisible li {
    opacity: 0;
    transform: translate(66.6666666667vw, 266px);
  }
}

.home-copy {
  text-align: center;
  margin: 0;
}
.home-copy[data-trigger=fadeInUp].-invisible {
  opacity: 0;
  transform: translateY(30px);
}
.home-copy[data-trigger=fadeInUp].-visible {
  transition: opacity 0.6s ease-in, transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: translateY(0);
}

.home-copy-list {
  margin-top: 134px;
  margin: 134px 0 0 -10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
.home-copy-list > li {
  width: calc(33.3333333333% - 13px);
  margin-left: 13px;
}
.home-copy-list > li:nth-child(2) > .head::before {
  bottom: calc(100% - 6px);
  height: 66px;
  background: url(../../images/home/icon-person02.svg) no-repeat center center/contain;
}
.home-copy-list > li:nth-child(3) > .head::before {
  bottom: calc(100% - 3px);
  height: 70px;
  background: url(../../images/home/icon-person03.svg) no-repeat center center/contain;
}
.home-copy-list .head {
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding: 14px 0;
  margin: 0 auto;
  text-align: center;
  width: calc(100% - 5px);
  font-weight: bold;
  position: relative;
}
.home-copy-list .head::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  width: 58px;
  height: 70px;
  background: url(../../images/home/icon-person01.svg) no-repeat center center/contain;
}
.home-copy-list .head:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #EEEEEF;
  border-radius: 33px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.home-copy-list .head .txt {
  z-index: 2;
  position: relative;
}
.home-copy-list .body {
  box-sizing: border-box;
  border: solid 2px #389AB4;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  padding: 20px 16px 16px;
  margin-top: 15px;
  box-shadow: 5px 6px 0 -2px #64BED2, 5px 6px 0 0px #389AB4;
}
.home-copy-list .body > .lead {
  font-size: 1.0625rem;
  line-height: 1.5;
  font-weight: bold;
  color: #389AB4;
  text-align: center;
  margin: 0;
}
.home-copy-list .body > .text {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 13px 0 0;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .home-copy-list {
    display: block;
    margin-left: 0;
    margin-top: 72px;
  }
  .home-copy-list > li {
    width: auto;
    margin-left: 0;
  }
  .home-copy-list > li + li {
    margin-top: 52px;
  }
  .home-copy-list > li:nth-child(2) > .head::before {
    background-image: url(../../images/home/icon-person02-sp.svg);
    width: 65px;
    height: 78px;
  }
  .home-copy-list > li:nth-child(3) > .head::before {
    background-image: url(../../images/home/icon-person03-sp.svg);
    width: 65px;
    height: 78px;
  }
  .home-copy-list .head {
    padding: 4px 18px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 326px;
    min-height: 40px;
    box-sizing: border-box;
  }
  .home-copy-list .head:before {
    width: 65px;
    height: 78px;
    position: static;
    transform: none;
    background-image: url(../../images/home/icon-person01-sp.svg);
    margin-bottom: -4px;
    margin-top: -36px;
    z-index: 1;
  }
  .home-copy-list .head:after {
    z-index: 0;
  }
  .home-copy-list .head > .txt {
    margin-inline: auto;
  }
  .home-copy-list .body > .text {
    letter-spacing: 0.04em;
  }
  .home-copy-list > li:nth-of-type(even) .head {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) and (min-width: 599px) {
  .home-copy-list .head {
    margin-left: 70px;
  }
  .home-copy-list > li:nth-of-type(even) .head {
    margin-right: 70px;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .home-copy-list[data-triggerVp4=copyMove].-invisible > li:first-of-type .head {
    transform: translate(-164px, -82px) rotate(15deg);
  }
  .home-copy-list[data-triggerVp4=copyMove].-invisible > li:nth-of-type(2) .head {
    transform: translate(-216px, 44px) rotate(10deg);
  }
  .home-copy-list[data-triggerVp4=copyMove].-invisible > li:nth-of-type(3) .head {
    transform: translate(-568px, 210px) rotate(-20deg);
  }
  .home-copy-list[data-triggerVp4=copyMove].-invisible > li:first-of-type .body {
    transform: translate(304px, 160px) rotate(10deg);
  }
  .home-copy-list[data-triggerVp4=copyMove].-invisible > li:nth-of-type(2) .body {
    transform: translate(163px, 63px) rotate(40deg);
  }
  .home-copy-list[data-triggerVp4=copyMove].-invisible > li:nth-of-type(3) .body {
    transform: translate(280px, -8px) rotate(-15deg);
  }
  .home-copy-list[data-triggerVp4=copyMove].-visible > li:first-of-type .head, .home-copy-list[data-triggerVp4=copyMove].-visible > li:nth-of-type(2) .head, .home-copy-list[data-triggerVp4=copyMove].-visible > li:nth-of-type(3) .head, .home-copy-list[data-triggerVp4=copyMove].-visible > li:first-of-type .body, .home-copy-list[data-triggerVp4=copyMove].-visible > li:nth-of-type(2) .body, .home-copy-list[data-triggerVp4=copyMove].-visible > li:nth-of-type(3) .body {
    transition: transform 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: translate(0, 0);
  }
  .home-copy-list[data-triggerVp4=copyMove].-visible > li:nth-of-type(2) .head {
    transition-delay: 0.2s;
  }
  .home-copy-list[data-triggerVp4=copyMove].-visible > li:nth-of-type(3) .head {
    transition-delay: 0.4s;
  }
  .home-copy-list[data-triggerVp4=copyMove].-visible > li:nth-of-type(2) .body {
    transition-delay: 0.2s;
  }
  .home-copy-list[data-triggerVp4=copyMove].-visible > li:nth-of-type(3) .body {
    transition-delay: 0.4s;
  }
}
@media (max-width: 767px) {
  .home-copy-list > li .body[data-trigger=copyMove-sp].-visible {
    transition: transform 0.5s ease-out;
    transform: translate(0, 0) rotate(0);
  }
  .home-copy-list > li:nth-of-type(1) .body[data-trigger=copyMove-sp].-invisible {
    transform: translate(-12.5333333333vw, 152px) rotate(17deg);
  }
  .home-copy-list > li:nth-of-type(2) .body[data-trigger=copyMove-sp].-invisible {
    transform: translate(29.8666666667vw, 20px) rotate(-27deg);
  }
  .home-copy-list > li:nth-of-type(3) .body[data-trigger=copyMove-sp].-invisible {
    transform: translate(-46.4vw, 56px) rotate(12deg);
  }
}
.home-member-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 0;
}
.home-member-heading:before, .home-member-heading:after {
  content: "";
  background: no-repeat center/contain;
  width: 60px;
  height: 72px;
  transition: opacity 0.4s linear, transform 0.5s ease-out;
}
.home-member-heading:before {
  background-image: url(../../images/home/member-illust01.svg);
}
.home-member-heading:after {
  background-image: url(../../images/home/member-illust02.svg);
}
@media (max-width: 599px) {
  .home-member-heading:before, .home-member-heading:after {
    display: none;
  }
}

.home-member-heading[data-triggerVp4=memberMove].-invisible:before {
  opacity: 0;
  transform: translateY(50px);
}
.home-member-heading[data-triggerVp4=memberMove].-invisible:after {
  opacity: 0;
  transform: translateY(50px);
}
.home-member-heading[data-triggerVp4=memberMove].-visible:before {
  opacity: 1;
  transform: translateY(0);
}
.home-member-heading[data-triggerVp4=memberMove].-visible:after {
  opacity: 1;
  transform: translateY(0);
}

.home-member-office {
  display: flex;
  -moz-column-gap: 58px;
       column-gap: 58px;
  list-style: none;
  padding-left: 0;
  margin: 60px 0 0;
}
.home-member-office > li {
  width: 50%;
  transition: transform 0.7s ease-out;
}
.home-member-office .heading {
  background-color: #64BED2;
  color: #fff;
  font-size: 0.9375rem;
  border-radius: 30px;
  margin: 0;
  padding: 3px 10px 2px;
}
@media (max-width: 767px) {
  .home-member-office {
    display: block;
    max-width: 324px;
    margin-inline: auto;
  }
  .home-member-office > li {
    width: 100%;
  }
  .home-member-office > li + li {
    margin-top: 40px;
  }
}

.home-member-office[data-triggerVp4=memberMove_office].-invisible > li:first-of-type {
  transform: translate(-354px, -80px) rotate(24deg);
}
.home-member-office[data-triggerVp4=memberMove_office].-invisible > li:nth-of-type(2) {
  transform: translate(322px, 220px) rotate(-154deg);
}
.home-member-office[data-triggerVp4=memberMove_office].-visible > li:first-of-type, .home-member-office[data-triggerVp4=memberMove_office].-visible > li:nth-of-type(2) {
  transform: translate(0, 0) rotate(0);
}

.home-member-list {
  width: calc(100% - 10px);
  margin: 10px auto 0;
  padding-left: 0;
}
.home-member-list > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  -moz-column-gap: 0.7em;
       column-gap: 0.7em;
}
.home-member-list .position {
  font-size: 1.1875rem;
  line-height: 1.8;
  order: 1;
}
.home-member-list > li:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.5);
  order: 2;
}
.home-member-list .name {
  font-size: 1.1875rem;
  line-height: 1.8;
  order: 3;
}

.home-company-btn {
  text-align: center;
  margin-top: 52px;
}

.l-home-section.-under-copy {
  overflow: hidden;
}

.under-copy {
  text-align: center;
  margin: 0;
  font-size: 1.9375rem;
  line-height: 2.3;
  color: #58B7D0;
  font-family: "", "Shippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
}
.under-copy > span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media (max-width: 599px) {
  .under-copy {
    font-size: max(5.3333333333vw, 20px);
  }
}
.under-copy:before, .under-copy:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
}
.under-copy:before {
  background-color: #58B7D0;
  opacity: 1;
}
.under-copy:after {
  background-color: #fff;
  opacity: 1 !important;
}
.under-copy.-end > span, .under-copy.-end:before, .under-copy.-end:after {
  animation: none !important;
}

@keyframes underCopyRipple {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  99% {
    width: 120vw;
    height: 120vw;
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes underCopyRippleSp {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  99% {
    width: 120vh;
    height: 120vh;
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes underCopyRippleWhite {
  0% {
    width: 0;
    height: 0;
  }
  99% {
    width: 120vw;
    height: 120vw;
  }
  100% {
    display: none;
  }
}
@keyframes underCopyRippleWhiteSp {
  0% {
    width: 0;
    height: 0;
  }
  99% {
    width: 120vh;
    height: 120vh;
  }
  100% {
    display: none;
  }
}
@keyframes underCopy {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes underCopySp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(max(-4.2666666667vw, -16px));
  }
  100% {
    transform: translateY(0);
  }
}
[data-trigger=underCopyMv].-visible > span {
  animation: underCopy 0.3s ease-in-out;
  animation-fill-mode: forwards;
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(1) {
  animation-delay: calc(0.05s * 1);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(2) {
  animation-delay: calc(0.05s * 2);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(3) {
  animation-delay: calc(0.05s * 3);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(4) {
  animation-delay: calc(0.05s * 4);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(5) {
  animation-delay: calc(0.05s * 5);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(6) {
  animation-delay: calc(0.05s * 6);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(7) {
  animation-delay: calc(0.05s * 7);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(8) {
  animation-delay: calc(0.05s * 8);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(9) {
  animation-delay: calc(0.05s * 9);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(10) {
  animation-delay: calc(0.05s * 10);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(11) {
  animation-delay: calc(0.05s * 11);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(12) {
  animation-delay: calc(0.05s * 12);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(13) {
  animation-delay: calc(0.05s * 13);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(14) {
  animation-delay: calc(0.05s * 14);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(15) {
  animation-delay: calc(0.05s * 15);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(16) {
  animation-delay: calc(0.05s * 16);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(17) {
  animation-delay: calc(0.05s * 17);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(18) {
  animation-delay: calc(0.05s * 18);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(19) {
  animation-delay: calc(0.05s * 19);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(20) {
  animation-delay: calc(0.05s * 20);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(21) {
  animation-delay: calc(0.05s * 21);
}
[data-trigger=underCopyMv].-visible > span:nth-of-type(22) {
  animation-delay: calc(0.05s * 22);
}
@media (max-width: 599px) {
  [data-trigger=underCopyMv].-visible > span {
    animation-name: underCopySp;
  }
}
[data-trigger=underCopyMv].-visible:before {
  animation: underCopyRipple 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
}
[data-trigger=underCopyMv].-visible:after {
  animation: underCopyRippleWhite 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}
@media (max-aspect-ratio: 1/1) {
  [data-trigger=underCopyMv].-visible:before {
    animation-name: underCopyRippleSp;
  }
  [data-trigger=underCopyMv].-visible:after {
    animation-name: underCopyRippleWhiteSp;
  }
}

.about-mainvisual {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.about-mainvisual:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../../images/about/mainvisual.jpg) no-repeat center center/cover;
  animation: MvShow 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 0;
  animation-fill-mode: forwards;
}
.about-mainvisual .heading {
  width: max(34.8333333333vw, 418px);
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
.about-mainvisual .heading > img {
  width: 100%;
}
.about-mainvisual .lead {
  position: absolute;
  bottom: 55px;
  left: 64px;
}
.about-mainvisual .lead > p {
  font-size: max(2.5vw, 30px);
  line-height: 1;
  background-color: #fff;
  padding: max(1.1666666667vw, 14px) max(1.8333333333vw, 22px) max(1vw, 12px) max(2.1666666667vw, 26px);
  letter-spacing: 0.04em;
  margin: 0;
  display: inline-block;
  font-family: "", "Shippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 700;
  overflow: hidden;
  position: relative;
  visibility: hidden;
  animation: aboutMvLead 0s linear;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
}
.about-mainvisual .lead > p + p {
  margin-left: max(6.6666666667vw, 80px);
  display: block;
  margin-top: -6px;
}
.about-mainvisual .lead > p:before {
  content: "";
  transform: translateX(-101%);
  width: 100%;
  height: 100%;
  background-color: #64BED2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: aboutMvLeadBefore 0.8s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-fill-mode: forwards;
  visibility: visible;
  animation-delay: 0.2s;
}
.about-mainvisual .bg-img {
  width: 100%;
}
.about-mainvisual .bg-img > img {
  width: 100%;
}
@media (max-width: 767px) {
  .about-mainvisual {
    height: max(76.5333333333vw, 287px);
  }
  .about-mainvisual:before {
    background-image: url(../../images/about/mainvisual-sp.jpg);
  }
  .about-mainvisual .heading {
    width: max(74.6666666667vw, 280px);
    top: max(9.6vw, 36px);
    line-height: 1;
    margin: 0;
  }
  .about-mainvisual .lead {
    line-height: 1;
    left: max(4.8vw, 18px);
    right: auto;
    bottom: max(5.3333333333vw, 20px);
  }
  .about-mainvisual .lead > p {
    font-size: max(3.4666666667vw, 13px);
    padding: max(1.3333333333vw, 5px);
  }
  .about-mainvisual .lead > p + p {
    margin-left: 1em;
  }
}

@keyframes MvShow {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes aboutMvLead {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes aboutMvLeadBefore {
  0% {
    transform: translateX(-101%);
  }
  100% {
    transform: translateX(101%);
  }
}
.about-block .head {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
}
.about-block .head > .title-wrap {
  margin: 0;
  padding-left: 142px;
  margin-left: -192px;
  z-index: 1;
  overflow: hidden;
}
.about-block .head > .title-wrap.m-l {
  padding-left: 112px;
  margin-left: -192px;
}
.about-block .head > .title-wrap > .title {
  margin: 0;
}
.about-block .wrap {
  max-width: 740px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: flex-end;
  margin: 30px auto 0;
}
.about-block .wrap > .text {
  font-size: 1.0625rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin: 0;
  font-family: "", "Shippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 300;
  font-style: normal;
  flex: 1;
}
.about-block .wrap > .image {
  width: 51.3513513514%;
  margin-left: 60px;
}
.about-block .wrap > .image > img {
  border-radius: 5px;
}
.about-block:nth-child(n+2) {
  margin-top: 220px;
}
.about-block.-reverse > .head {
  flex-direction: row-reverse;
}
.about-block.-reverse > .head > .title-wrap {
  margin-right: -192px;
  padding-right: 118px;
  margin-left: 0;
  padding-left: 0;
}
.about-block.-reverse > .head > .title-wrap > .title {
  text-align: right;
}
.about-block.-reverse > .wrap {
  flex-direction: row-reverse;
}
.about-block.-reverse > .wrap > .image {
  margin: 0;
}
.about-block.-reverse > .wrap > p {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .about-block:nth-child(n+2) {
    margin-top: 100px;
  }
  .about-block .head > .icon {
    width: 39.1437308869%;
    min-width: 128px;
    max-width: 170px;
  }
  .about-block .head > .title-wrap {
    padding-left: 80px;
    margin-left: -110px;
    width: 64.5259938838%;
    min-width: 211px;
    max-width: 280px;
  }
  .about-block .head > .title-wrap.m-l {
    margin-left: -110px;
    padding-left: 80px;
  }
  .about-block .head > .title-wrap > img {
    width: 100%;
  }
  .about-block .wrap > .text {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
  .about-block .wrap > .image {
    margin-left: 30px;
    width: 40%;
  }
  .about-block.-reverse > .head > .title-wrap {
    margin-right: -110px;
    padding-right: 80px;
  }
  .about-block.-reverse > .wrap > .text {
    margin-left: 30px;
  }
  .about-block.-reverse > .wrap > .image {
    margin: 0;
    width: 40%;
  }
}
@media (max-width: 599px) {
  .about-block:nth-child(n+2) {
    margin-top: 62px;
  }
  .about-block .head > .title-wrap {
    padding-left: 20px;
    margin-left: -50px;
  }
  .about-block .head > .title-wrap.m-l {
    margin-left: -50px;
    padding-left: 20px;
  }
  .about-block .head > .title-wrap > img {
    width: 100%;
  }
  .about-block .wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
  .about-block .wrap > .text {
    margin-top: 16px;
  }
  .about-block .wrap > .image {
    margin-left: 0;
    width: 93.2721712538%;
  }
  .about-block.-reverse > .head > .title-wrap {
    margin-right: -50px;
    padding-right: 20px;
  }
  .about-block.-reverse > .wrap {
    flex-direction: column-reverse;
  }
  .about-block.-reverse > .wrap > .text {
    margin-left: 0px;
  }
  .about-block.-reverse > .wrap > .image {
    width: 93.2721712538%;
  }
}

.about-block .title-wrap > .title[data-trigger=aboutTitle].-invisible {
  transform: translateX(-100%);
}
.about-block .title-wrap > .title[data-trigger=aboutTitle].-visible {
  transition: transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: translateX(0);
}

.about-block .title-wrap > .title[data-trigger=aboutTitle-rev].-invisible {
  transform: translateX(100%);
}
.about-block .title-wrap > .title[data-trigger=aboutTitle-rev].-visible {
  transition: transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: translateX(0);
}

.swiper-area {
  width: 100%;
  position: relative;
  align-items: center;
  margin-top: 50px;
}
.swiper-area > .swiper-member {
  width: 100%;
}
@media (max-width: 633px) {
  .swiper-area {
    margin-top: max(8vw, 30px);
    display: flex;
  }
  .swiper-area > .swiper-member {
    max-width: max(76.5333333333vw, 287px);
  }
}
.swiper-area > .swiper-member > .swiper-wrapper > .swiper-slide > .image img {
  border-radius: 5px;
}
.swiper-area > .swiper-member > .swiper-wrapper > .swiper-slide > .name {
  position: absolute;
  top: 18px;
  right: 0;
  background-color: #FF945A;
  border-radius: 5px 0 0 5px;
  padding: 8px 40px;
}
.swiper-area > .swiper-member > .swiper-wrapper > .swiper-slide > .name > .ja {
  font-size: 1.5625rem;
  line-height: 1.5;
  margin: 0;
  font-weight: bold;
  font-family: "", "Shippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.swiper-area > .swiper-member > .swiper-wrapper > .swiper-slide > .name > .en {
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 0;
  font-weight: bold;
  font-family: "", "Shippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}
.swiper-area > .swiper-member > .swiper-wrapper > .swiper-slide > .message {
  position: absolute;
  bottom: 18px;
  left: 0;
}
.swiper-area > .swiper-member > .swiper-wrapper > .swiper-slide > .message > p {
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: bold;
  font-family: "", "Shippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  background-color: #fff;
  padding: 6px 20px;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.swiper-area > .swiper-member > .swiper-wrapper > .swiper-slide > .message p + p {
  margin-top: 8px;
}
@media (max-width: 633px) {
  .swiper-area > .swiper-member > .swiper-wrapper > .swiper-slide > .name {
    top: max(2.6666666667vw, 10px);
    border-radius: max(0.5333333333vw, 2px) 0 0 max(0.5333333333vw, 2px);
    padding: max(2.1333333333vw, 8px) max(1.6vw, 6px) max(2.1333333333vw, 8px);
  }
  .swiper-area > .swiper-member > .swiper-wrapper > .swiper-slide > .name > .ja {
    font-size: max(4vw, 15px);
    line-height: 1em;
  }
  .swiper-area > .swiper-member > .swiper-wrapper > .swiper-slide > .name > .en {
    font-size: max(2.6666666667vw, 10px);
    line-height: 1em;
    margin-top: max(0.8vw, 3px);
  }
  .swiper-area > .swiper-member > .swiper-wrapper > .swiper-slide > .message {
    bottom: max(1.6vw, 6px);
  }
  .swiper-area > .swiper-member > .swiper-wrapper > .swiper-slide > .message > p {
    font-size: max(3.4666666667vw, 13px);
    padding: max(0.5333333333vw, 2px) max(5.3333333333vw, 20px) max(0.5333333333vw, 2px) max(3.2vw, 12px);
  }
  .swiper-area > .swiper-member > .swiper-wrapper > .swiper-slide > .message p + p {
    margin-top: max(1.0666666667vw, 4px);
  }
}
.swiper-area > .swiper-button-prev, .swiper-area > .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 24px;
  height: 46px;
  margin-top: 0;
}
.swiper-area > .swiper-button-prev::after, .swiper-area > .swiper-button-next::after {
  content: "";
  display: block;
  width: 24px;
  height: 46px;
}
@media (max-width: 633px) {
  .swiper-area > .swiper-button-prev, .swiper-area > .swiper-button-next {
    position: relative;
    top: auto;
    transform: none;
    width: max(3.7333333333vw, 14px);
  }
}
.swiper-area > .swiper-button-next {
  right: 15px;
}
.swiper-area > .swiper-button-next::after {
  background: url(../../shared/img/swiper-button-next.svg) no-repeat center center/contain;
}
@media (max-width: 633px) {
  .swiper-area > .swiper-button-next {
    right: 0;
  }
}
.swiper-area > .swiper-button-prev {
  left: 15px;
}
.swiper-area > .swiper-button-prev::after {
  background: url(../../shared/img/swiper-button-prev.svg) no-repeat center center/contain;
}
@media (max-width: 633px) {
  .swiper-area > .swiper-button-prev {
    left: 0;
  }
}

.member-list-container {
  padding: 20px 38px 16px 38px;
  margin-top: 14px;
  box-sizing: border-box;
  transition: 0.3s height;
  overflow: hidden;
  background-color: #fff;
}
@media (max-width: 767px) {
  .member-list-container {
    margin-top: max(4vw, 15px);
    padding: max(4.2666666667vw, 16px) max(5.3333333333vw, 20px) max(3.7333333333vw, 14px) max(5.3333333333vw, 20px);
  }
}
.member-list-container + .member-moreBtn .text-close {
  display: none;
}
.member-list-container.-open + .member-moreBtn .text-open {
  display: none;
}
.member-list-container.-open + .member-moreBtn .text-close {
  display: inline;
}
.member-list-container .member-closeBtn {
  display: none;
  text-align: center;
  margin: 20px auto 0;
}
.member-list-container .member-closeBtn .btn-close {
  cursor: pointer;
  transition: opacity 0.15s ease-out;
  display: inline-block;
}
.member-list-container .member-closeBtn .btn-close:hover {
  opacity: 0.7;
}
.member-list-container.-open .member-closeBtn {
  display: block;
}
.member-list-container.-open + .member-moreBtn {
  display: none;
}

.member-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  padding: 0;
  margin: 0 0 -26px -26px;
}
.member-list > li {
  width: calc(33.3333333333% - 26px);
  box-sizing: border-box;
  margin-bottom: 26px;
  margin-left: 26px;
}
.member-list > li > .image img {
  border-radius: 3px;
}
.member-list > li > .text {
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0;
  margin-top: 6px;
}
.member-list > li > .wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.member-list > li > .wrap > .name {
  flex: 0 1 1;
}
.member-list > li > .wrap > .name > .ja {
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin: 0;
}
.member-list > li > .wrap > .name > .en {
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 2px;
  margin-bottom: 0;
}
.member-list > li > .wrap > .btn-interview {
  flex: 0 0 105px;
  background-color: #58B7D0;
  border-radius: 14px;
  box-sizing: border-box;
  line-height: 28px;
  height: 28px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  margin-left: auto;
  cursor: pointer;
}
@media (max-width: 767px) {
  .member-list {
    margin-bottom: max(-4.2666666667vw, -16px);
    margin-left: -2.1333333333vw;
  }
  .member-list > li {
    padding-top: 0;
    padding-left: 0;
    margin-left: 2.1333333333vw;
    margin-bottom: max(4.2666666667vw, 16px);
    width: calc(33.3333333333% - 2.1333333333vw);
    max-width: calc(33.3333333333% - 2.1333333333vw);
  }
  .member-list > li > .image img {
    border-radius: max(0.8vw, 3px);
    width: 100%;
  }
  .member-list > li > .wrap {
    display: block;
    margin-top: max(1.6vw, 6px);
  }
  .member-list > li > .wrap > .name > .ja {
    font-size: max(3.4666666667vw, 13px);
    letter-spacing: 0.1em;
  }
  .member-list > li > .wrap > .name > .en {
    font-size: max(2.6666666667vw, 10px);
    margin-top: max(1.0666666667vw, 4px);
    margin-bottom: 0;
  }
  .member-list > li > .wrap > .btn-interview {
    font-size: max(2.6666666667vw, 10px);
    line-height: 1em;
    width: auto;
    height: auto;
    display: inline-block;
    padding: max(1.3333333333vw, 5px);
    min-width: max(20.8vw, 78px);
    border-radius: max(2.6666666667vw, 10px);
    margin-top: max(1.0666666667vw, 4px);
  }
}

.member-moreBtn {
  text-align: center;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  margin: 20px 0 0;
  font-weight: 600;
}
.member-moreBtn > .btn {
  transition: opacity 0.15s ease-out;
  cursor: pointer;
}
.member-moreBtn > .btn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .member-moreBtn {
    font-size: 0.75rem;
    margin: 15px 0 0;
  }
}

.member-interview {
  transform: translateX(101%);
  z-index: 15;
  position: fixed;
  right: 0;
  top: 70px;
  bottom: 0;
  margin-block: auto;
  width: 100%;
  max-width: 720px;
  height: 580px;
  max-height: calc(85.2941176471% - 70px);
  background-color: rgba(255, 255, 255, 0.95);
}
.member-interview.-open {
  transform: translateX(0);
}
.member-interview > .btn-close {
  z-index: 5;
  width: 56px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 45px;
  top: 34px;
  cursor: pointer;
  transition: opacity 0.15s ease-out;
}
.member-interview > .btn-close:hover {
  opacity: 0.7;
}
.member-interview > .btn-close:before, .member-interview > .btn-close:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.member-interview > .btn-close:before {
  transform: rotate(30deg);
}
.member-interview > .btn-close:after {
  transform: rotate(-30deg);
}
.member-interview > .inner {
  overflow-y: auto;
  height: 100%;
}
@media (max-width: 767px) {
  .member-interview {
    max-height: calc(100% - 62px);
    top: 62px;
  }
}

.member-interview-item {
  padding: 32px 40px 52px;
}
.member-interview-item > .head > p {
  display: inline;
  margin: 0;
}
.member-interview-item > .head > .name {
  font-size: 2.1875rem;
  font-family: "", "Shippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: 700;
}
.member-interview-item > .head > .position {
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  margin-left: 1em;
}
.member-interview-item > .head > .image > img {
  border-radius: 5px;
}
.member-interview-item > .contents {
  margin-top: 28px;
}
.member-interview-item > .contents .image {
  min-width: 32.8125%;
  margin: 26px 0 1em 24px;
  max-width: 210px;
  padding-bottom: 5px;
}
.member-interview-item > .contents .image img {
  border-radius: 5px;
}
.member-interview-item > .contents > *:first-child {
  margin-top: 0;
}
.member-interview-item > .contents .question {
  margin: 20px 0 0;
  padding-left: 38px;
  position: relative;
  font-weight: 800;
}
.member-interview-item > .contents .question > .num {
  font-size: 1.125rem;
  line-height: 1.4;
  position: absolute;
  left: 0;
  margin-top: -2px;
  color: #389AB4;
}
.member-interview-item > .contents .question > .text {
  line-height: 1.6;
}
.member-interview-item > .contents .answer {
  line-height: 1.6;
  margin: 12px 0 0;
  padding-left: 38px;
  position: relative;
}
.member-interview-item > .contents .answer > .icon {
  font-size: 1.0625rem;
  line-height: 1.3;
  font-weight: 800;
  position: absolute;
  left: 10px;
  margin-top: 2px;
}
.member-interview-item > .contents .answer > .text {
  font-size: 0.875rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .member-interview-item > .contents .flex {
    display: flex;
    align-items: flex-start;
  }
  .member-interview-item > .contents.-rev .flex {
    flex-direction: row-reverse;
  }
  .member-interview-item > .contents.-rev .image {
    margin-left: 0;
    margin-right: 24px;
  }
}
@media (max-width: 767px) {
  .member-interview-item {
    padding: 96px 30px 52px;
  }
  .member-interview-item > .head > .name, .member-interview-item > .head > .position {
    display: block;
  }
  .member-interview-item > .head > .name {
    margin-top: 20px;
  }
  .member-interview-item > .head > .position {
    margin-left: 0;
    margin-top: 4px;
  }
  .member-interview-item > .contents {
    margin-top: 38px;
  }
  .member-interview-item > .contents > .space {
    display: none;
  }
  .member-interview-item > .contents > .image {
    float: none;
    margin: 0 0 0 auto;
    padding-bottom: 0;
    text-align: right;
    width: 52.5993883792%;
  }
}

.pg-hojin {
  background-color: #C7E7EF;
  color: #3E3936;
}

.service-block {
  margin-top: 110px;
}
.service-block + .service-block {
  margin-top: 180px;
}
.service-block .mainvisual {
  position: relative;
  width: 100%;
  height: auto;
}
.service-block .mainvisual > .image img {
  border-radius: 5px;
}
.service-block .mainvisual > .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  margin: 0;
}
@media (max-width: 767px) {
  .service-block {
    margin-top: 32px;
  }
  .service-block + .service-block {
    margin-top: 155px;
  }
  .service-block .mainvisual > .image img {
    height: 173px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .service-block .mainvisual > .title {
    width: 70%;
    text-align: center;
  }
}

.service-description {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 36px 0 0;
}
.service-description > .icons {
  width: 37.5675675676%;
  box-sizing: border-box;
}
.service-description > .textarea {
  box-sizing: border-box;
  width: 62.4324324324%;
  padding-left: 47px;
}
.service-description > .textarea > .sub-title {
  font-size: 1.0625rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  margin: 15px 0 0;
}
.service-description > .textarea > .c-text-c {
  margin-top: 14px;
}
.service-description .service-lead {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin: 0;
}
@media (max-width: 767px) {
  .service-description {
    display: block;
    margin: 28px 0 0;
    padding: 0 10px;
  }
  .service-description > .icons {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 0 12px;
  }
  .service-description > .textarea {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .service-description > .textarea > .c-text-c {
    margin-top: 12px;
  }
}

.service-list {
  margin-top: 34px;
}
.service-list .unit + .unit {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .service-list {
    margin-top: 14px;
  }
}

.flow-list {
  max-width: 740px;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin: 44px auto 0;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.flow-list > .item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
  padding: 0 25px 0 33px;
  height: 116px;
  position: relative;
}
.flow-list > .item::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 41px 0 41px;
  border-color: #fff transparent transparent transparent;
  z-index: 2;
}
.flow-list > .item:nth-child(2n) {
  background-color: #CCF1F8;
}
.flow-list > .item:nth-child(2n)::after {
  border-style: solid;
  border-width: 20px 41px 0 41px;
  border-color: #CCF1F8 transparent transparent transparent;
  z-index: 2;
}
.flow-list > .item:last-child::after {
  border-style: none;
}
.flow-list > .item > .title {
  margin: 0;
  flex: 0 0 140px;
}
.flow-list > .item > .text {
  flex: 0 1 auto;
  margin: 0 0 0 26px;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .flow-list {
    border-radius: 0;
    max-width: 600px;
  }
  .flow-list > .item {
    display: block;
    text-align: center;
    padding: 20px;
    height: auto;
  }
  .flow-list > .item::after {
    border-width: 10px 36px 0 36px;
    bottom: -10px;
  }
  .flow-list > .item:nth-child(2)::after {
    border-width: 10px 36px 0 36px;
    bottom: -10px;
  }
  .flow-list > .item:nth-child(n+2) {
    padding-top: 30px;
  }
  .flow-list > .item > .text {
    margin: 10px 0 0;
    text-align: left;
    line-height: 1.4;
  }
  .flow-list > .item > .title {
    line-height: 1;
  }
}

.price-contents {
  margin-top: 48px;
}
.price-contents > .title {
  margin: 0;
  line-height: 1;
}
.price-contents > .price-table {
  table-layout: fixed;
  border-collapse: collapse;
  max-width: 740px;
  width: 100%;
  margin-top: 15px;
  font-size: 1.0625rem;
  color: #fff;
}
.price-contents > .price-table > tbody > tr {
  border: 1px solid #000;
  height: 62px;
}
.price-contents > .price-table > tbody > tr > th {
  width: 300px;
  background-color: #58B7D0;
  font-weight: normal;
  box-sizing: border-box;
  padding-left: 20px;
  text-align: left;
}
.price-contents > .price-table > tbody > tr > td {
  padding-left: 28px;
  box-sizing: border-box;
  color: #000;
}
@media (max-width: 767px) {
  .price-contents {
    max-width: 600px;
    margin: 34px auto 0;
  }
  .price-contents > .title {
    text-align: center;
  }
  .price-contents > .price-table {
    font-size: 0.8125rem;
    margin-top: 28px;
  }
  .price-contents > .price-table > tbody > tr > th {
    width: 50%;
    text-align: center;
    padding-left: 0;
  }
  .price-contents > .price-table > tbody > tr > td {
    text-align: center;
    padding-left: 0;
  }
}

.table-more {
  font-size: 0.75rem;
  line-height: 1.3;
  color: #000;
  margin: 0;
  margin-top: 14px;
}
.table-more + .table-more {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .table-more {
    margin-top: 12px;
  }
  .table-more + .table-more {
    margin-top: 10px;
  }
}

.pg-kojin {
  background-color: #FED3AF;
  color: #3E3936;
}
.pg-kojin .flow-list .item:nth-child(2n) {
  background-color: #FED3AF;
}
.pg-kojin .flow-list .item:nth-child(2n)::after {
  border-style: solid;
  border-width: 20px 41px 0 41px;
  border-color: #FED3AF transparent transparent transparent;
  z-index: 2;
}
.pg-kojin .flow-list .item:last-child::after {
  border-style: none;
}
.pg-kojin .price-contents {
  margin-top: 107px;
}
.pg-kojin .price-table tbody > tr > th {
  background-color: #FF945A;
}
.pg-kojin .price-table .remark {
  font-size: 0.8125rem;
  line-height: 1.4;
  margin-left: 1.1em;
}
@media (max-width: 767px) {
  .pg-kojin .price-contents {
    margin-top: 48px;
  }
  .pg-kojin .price-table ._indention {
    display: block;
    font-size: 0.6875rem;
  }
  .pg-kojin .price-table .remark {
    font-size: 0.75rem;
    margin-left: 0;
  }
}

.news-wrapper {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .news-wrapper {
    margin-top: 60px;
  }
}

.news-pager {
  margin-top: 70px;
}
.news-pager > .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  gap: 0.5em;
  margin: 0;
}
.news-pager > .list > li .link, .news-pager > .list > li > .cur, .news-pager > .list > li .prev, .news-pager > .list > li .next {
  text-decoration: none;
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.news-pager > .list > li .link, .news-pager > .list > li .prev, .news-pager > .list > li .next {
  background-color: #EEEEEF;
  color: #3E3936;
  transition: 0.1s background-color;
}
.news-pager > .list > li .link:hover, .news-pager > .list > li .prev:hover, .news-pager > .list > li .next:hover {
  background-color: #58B7D0;
  color: #fff;
  opacity: 1;
}
.news-pager > .list > li .prev .icon, .news-pager > .list > li .next .icon {
  width: 10px;
  height: 17px;
  line-height: 1;
  background: no-repeat center/contain;
}
.news-pager > .list > li .prev .icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path fill="%23000" d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg>');
}
.news-pager > .list > li .prev:hover .icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path fill="%23fff" d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg>');
}
.news-pager > .list > li .next .icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path fill="%23000" d="M246.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 41.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
}
.news-pager > .list > li .next:hover .icon {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><!--! Font Awesome Pro 6.3.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path fill="%23fff" d="M246.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 41.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
}
.news-pager > .list > li > .cur {
  background-color: #58B7D0;
  color: #fff;
}
.news-pager > .list > .omit {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .news-pager {
    margin-top: 50px;
  }
  .news-pager > .list > .omit, .news-pager > .list > .firstPage, .news-pager > .list > .lastPage {
    display: none;
  }
}

.headarea {
  text-align: center;
}
.headarea > .date {
  font-size: 0.875rem;
  margin: 36px 0 0;
}
.headarea > .title {
  font-size: 1.5625rem;
  margin: 8px 0 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  .headarea > .date {
    margin-top: 30px;
  }
  .headarea > .title {
    font-size: 1.125rem;
    margin-top: 10px;
  }
}

.news-contents {
  margin: 40px 0 0;
  font-size: 0.875rem;
  line-height: 1.8;
}
.news-contents > * {
  margin: 1.85em 0 0;
}
.news-contents > *:first-child {
  margin-top: 0 !important;
}
.news-contents p {
  line-height: inherit;
  letter-spacing: 0.04em;
}
.news-contents ul, .news-contents ol {
  padding-left: 1.5em;
}
.news-contents ul > li, .news-contents ol > li {
  letter-spacing: 0.04em;
}
.news-contents h2, .news-contents h3, .news-contents h4, .news-contents h5 {
  margin: 3em 0 0;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.news-contents h2 {
  padding: 0.25em 0.75em;
  border-left: 4px solid #000;
  background-color: #EEEEEF;
  font-size: 1.125rem;
}
.news-contents h3 {
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #000;
  font-size: 1.0625rem;
}
.news-contents h4 {
  padding-left: 0.5em;
  border-left: 3px solid #000;
  font-size: 1rem;
}
.news-contents h5 {
  font-size: 0.9375rem;
}
.news-contents .entry-container table, .news-contents .entry-container th, .news-contents .entry-container td {
  border: 1px solid #000;
}
.news-contents .entry-container table {
  border-collapse: collapse;
}
.news-contents .entry-container th, .news-contents .entry-container td {
  padding: 4px 6px;
}
@media (max-width: 767px) {
  .news-contents {
    margin-top: 38px;
    line-height: 1.6;
  }
  .news-contents > * {
    margin-top: 1.7em;
  }
  .news-contents h2, .news-contents h3, .news-contents h4, .news-contents h5 {
    margin-top: 2.5em;
  }
}

.news-backBtn {
  text-align: center;
  margin-top: 60px;
}

.concept-title {
  margin: 90px 0 0;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .concept-title {
    margin-top: 60px;
  }
}

.concept-lead {
  margin: 40px 0 0;
  text-align: center;
}
@media (max-width: 767px) {
  .concept-lead > img {
    width: 278px;
  }
}

.concept-list {
  margin-top: 140px;
  padding-left: 0;
  list-style: none;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}
.concept-list > li {
  width: calc(33.3333333333% - 6px);
  height: 330px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding-top: 70px;
}
.concept-list > li::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 326px;
  height: 330px;
  background: url(../../images/company/circle01.svg) no-repeat center center/contain;
  z-index: -1;
}
.concept-list > li:nth-child(2)::after {
  background: url(../../images/company/circle02.svg) no-repeat center center/contain;
}
.concept-list > li:nth-child(3)::after {
  background: url(../../images/company/circle03.svg) no-repeat center center/contain;
}
.concept-list > li > .title {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-bottom: 25px;
  border-bottom: 2px solid #389AB4;
}
.concept-list > li > .text {
  margin: 27px 0 0;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 2;
}
@media (max-width: 979px) {
  .concept-list > li {
    width: 303px;
  }
  .concept-list > li:first-child {
    width: 100%;
  }
  .concept-list > li:nth-child(n+2) {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .concept-list {
    display: block;
    margin-top: 86px;
  }
  .concept-list > li {
    width: 100%;
    height: 260px;
    padding-top: 47px;
    margin-top: -30px;
  }
  .concept-list > li:nth-child(n+2) {
    margin-top: -30px;
  }
  .concept-list > li::after {
    width: 100%;
    height: 100%;
  }
  .concept-list > li > .title {
    padding-bottom: 18px;
  }
  .concept-list > li > .text {
    font-size: 0.8125rem;
    line-height: 1.7;
    margin: 18px 0 0;
  }
}

.greeting-block {
  background-color: #fff;
  padding: 46px 30px 86px;
  margin-top: 46px;
}
.greeting-block + .greeting-block {
  margin-top: 110px;
}
.greeting-block > .head {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: flex-end;
  max-width: 740px;
  margin-inline: auto;
}
.greeting-block .lead-wrap {
  flex: 1;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding-right: 17px;
}
.greeting-block .lead {
  font-size: 2rem;
  line-height: 1.7;
  font-family: "", "Shippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  font-weight: bold;
  margin: 0;
}
.greeting-block .account {
  margin-top: 46px;
}
.greeting-block .account > .position {
  font-size: 0.9375rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  margin: 0;
}
.greeting-block .account > .name {
  font-size: 1.875rem;
  line-height: 1.4;
  margin: 0;
  margin-top: 8px;
}
.greeting-block .image {
  max-width: 324px;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .greeting-block .lead-wrap {
    padding-right: 0;
  }
  .greeting-block .lead {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .greeting-block {
    padding: 20px 20px 50px;
    margin-top: 50px;
  }
  .greeting-block + .greeting-block {
    margin-top: 22px;
  }
  .greeting-block > .head {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .greeting-block .wrap {
    padding-right: 0;
    margin-bottom: 0;
  }
  .greeting-block .lead {
    margin-top: 26px;
    font-size: 1.4375rem;
    line-height: 1.7;
  }
  .greeting-block .account {
    margin-top: 32px;
  }
  .greeting-block .account > .position {
    font-size: 0.8125rem;
    line-height: 1.5;
  }
  .greeting-block .account > .name {
    font-size: 1.375rem;
    line-height: 1.1;
    margin-top: 6px;
  }
  .greeting-block .image {
    margin: 0 auto;
  }
}

.greeting-text {
  margin: 23px 0 0;
  font-size: 0.9375rem;
  line-height: 1.9;
  font-family: "", "Shippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
  max-width: 740px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .greeting-text {
    font-size: 0.8125rem;
    line-height: 1.5;
    margin-top: 20px;
  }
}

.greeting-profile {
  margin-top: 34px;
  max-width: 740px;
  margin-inline: auto;
}
.greeting-profile > .title {
  font-size: 0.875rem;
  line-height: 2.1;
  font-weight: normal;
  color: #389AB4;
  margin: 0;
}
.greeting-profile > .wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  border-left: 2px solid #58B7D0;
  margin-top: 16px;
}
.greeting-profile .license {
  flex: 1;
  padding-left: 14px;
  box-sizing: border-box;
}
.greeting-profile .license > .title {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04;
  margin: 0;
}
.greeting-profile .license-list {
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.greeting-profile .license-list > li {
  margin-top: 24px;
}
.greeting-profile .license-list > li > span {
  display: block;
}
.greeting-profile .career {
  flex: 0 1 calc(62% - 14px);
  padding-left: 14px;
  border-left: 2px solid #58B7D0;
  box-sizing: border-box;
}
.greeting-profile .career > .title {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.04;
  margin: 0;
}
.greeting-profile .career-list {
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 0;
}
.greeting-profile .career-list > .item {
  margin-top: 24px;
}
.greeting-profile .career-list > .item > dt, .greeting-profile .career-list > .item > dd {
  display: inline;
  margin: 0;
}
.greeting-profile .career-list > .item > dd {
  margin-left: 30px;
}
.greeting-profile .career-list > .item .long-txt {
  margin-left: 1em;
}
.greeting-profile .blue-frame {
  border: 1.5px solid #58B7D0;
  margin-top: 42px;
  padding: 20px;
  box-sizing: border-box;
}
.greeting-profile .blue-frame .name {
  color: #3E3936;
  font-size: 1.25rem;
  margin: 0;
}
.greeting-profile .blue-frame .flex {
  display: flex;
  margin-top: 10px;
}
.greeting-profile .blue-frame .item {
  width: 50%;
  font-size: 0.875rem;
  line-height: 1.8;
  padding-block: 10px;
  box-sizing: border-box;
  padding-right: 30px;
}
.greeting-profile .blue-frame .item + .item {
  border-left: 1.5px solid #58B7D0;
  padding-left: 30px;
  padding-right: 0;
}
.greeting-profile .blue-frame .item > *:first-child {
  margin-top: 0 !important;
}
.greeting-profile .blue-frame .heading {
  font-weight: 600;
  margin: 22px 0 0;
}
.greeting-profile .blue-frame .text {
  margin: 12px 0 0;
}
.greeting-profile .blue-frame .text + .text {
  margin-top: 0;
}
@media (max-width: 767px) {
  .greeting-profile {
    margin-top: 24px;
  }
  .greeting-profile > .wrap {
    display: block;
    border: 0;
  }
  .greeting-profile .license {
    padding-left: 0;
  }
  .greeting-profile .license > .title {
    font-size: 0.8125rem;
    line-height: 1;
  }
  .greeting-profile .license-list {
    font-size: 0.8125rem;
    line-height: 1.4;
    margin-bottom: 25px;
  }
  .greeting-profile .license-list > li {
    margin-top: 18px;
    text-indent: -3em;
    padding-left: 3em;
  }
  .greeting-profile .license-list > li > span {
    white-space: nowrap;
    display: inline;
  }
  .greeting-profile .career {
    border-left: 0;
    border-top: 1px solid #58B7D0;
    padding-left: 0;
    margin: 0;
    padding: 30px 0 0 0;
  }
  .greeting-profile .career > .title {
    font-size: 0.8125rem;
    line-height: 1;
  }
  .greeting-profile .career-list {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .greeting-profile .career-list > .item {
    margin-top: 18px;
  }
  .greeting-profile .career-list > .item > dd {
    margin-left: 0;
  }
  .greeting-profile .blue-frame {
    padding: 20px 14px 28px;
    margin-top: 38px;
  }
  .greeting-profile .blue-frame .flex {
    display: block;
    margin-top: 16px;
  }
  .greeting-profile .blue-frame .item {
    padding: 0;
    line-height: 1.6;
    width: 100%;
  }
  .greeting-profile .blue-frame .item + .item {
    border-left: none;
    border-top: 1px solid #58B7D0;
    padding-left: 0;
    padding-top: 14px;
    margin-top: 22px;
  }
  .greeting-profile .blue-frame .item > *:first-child {
    border-top: none;
    padding-top: 0;
  }
  .greeting-profile .blue-frame .heading {
    border-top: 1px solid #58B7D0;
    padding-top: 14px;
    margin-top: 22px;
  }
  .greeting-profile .blue-frame .text {
    margin-top: 12px;
  }
  .greeting-profile .blue-frame .text + .text {
    margin-top: 12px;
  }
}

.corporate-profile-list {
  margin: 70px 0 0;
  color: #fff;
  border-top: 2px solid #fff;
}
.corporate-profile-list .item {
  padding: 24px 0 21px;
  border-bottom: 2px solid #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
.corporate-profile-list .item > dt, .corporate-profile-list .item > dd {
  font-size: 1.0625rem;
  line-height: 1.8;
  margin: 0;
}
.corporate-profile-list .item > dt {
  flex: 0 0 138px;
}
@media (max-width: 767px) {
  .corporate-profile-list .item > dt {
    flex: 0 0 114px;
  }
}
@media (max-width: 599px) {
  .corporate-profile-list .item > dt {
    flex: 0 0 100px;
  }
}
.corporate-profile-list .item > dd {
  flex: 1;
}
@media (max-width: 599px) {
  .corporate-profile-list .item > dd ._indention {
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .corporate-profile-list {
    display: flex;
    flex-direction: column;
  }
  .corporate-profile-list > .item {
    padding: 16px 0;
  }
  .corporate-profile-list > .item:first-child {
    order: 2;
  }
  .corporate-profile-list > .item:nth-child(2) {
    order: 1;
  }
  .corporate-profile-list > .item:nth-child(3) {
    order: 3;
  }
  .corporate-profile-list > .item:last-child {
    order: 4;
  }
  .corporate-profile-list > .item > dt, .corporate-profile-list > .item > dd {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.access-contents {
  margin-top: 64px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  .access-contents {
    margin: 64px 0 0 -48px;
  }
}
@media (max-width: 599px) {
  .access-contents {
    display: block;
    margin: 88px 0 0 0;
  }
}

.office-block + .office-block {
  margin-left: auto;
}
.office-block > .title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: normal;
  color: #000;
  border-bottom: 2px solid #58B7D0;
  padding-bottom: 6px;
  margin: 0;
}
.office-block > .office-info {
  margin: 24px 0 16px;
}
.office-block > .office-info > .address {
  font-size: 1.0625rem;
  line-height: 1.8;
  margin: 24px 0 0;
}
.office-block > .office-info > .address > span {
  display: block;
}
.office-block > .office-info > .wrap {
  margin: 18px 0 0;
}
.office-block > .office-info > .wrap._mb {
  margin-bottom: 16px;
}
.office-block > .office-info > .wrap > .item {
  font-size: 1.0625rem;
  line-height: 1.8;
}
.office-block > .office-info > .wrap > .item > dt, .office-block > .office-info > .wrap > .item > dd {
  display: inline-block;
  margin: 0;
}
.office-block > .office-info > .wrap > .item > dt {
  width: 90px;
}
.office-block > .office-info > .notes {
  font-size: 0.75rem;
  line-height: 1.4;
  margin: 4px 0 0;
}
.office-block > .public {
  box-sizing: border-box;
  padding-top: 20px;
  border-top: 1px solid #D0D0D0;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
}
.office-block > .map {
  margin: 12px 0 0;
}
@media (max-width: 767px) {
  .office-block {
    width: calc(50% - 48px);
    margin-left: 48px;
  }
  .office-block > .title {
    font-size: 1.0625rem;
    line-height: 1.8;
  }
  .office-block > .office-info > .address {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
  .office-block > .office-info > .address > span {
    display: block;
  }
  .office-block > .office-info > .wrap > .item {
    font-size: 0.9375rem;
    line-height: 1.7;
  }
  .office-block > .office-info > .wrap > .item > dt {
    width: 70px;
  }
  .office-block > .office-info > .wrap > .item ._number {
    width: 58px;
  }
  .office-block > .map {
    font-size: 0.875rem;
    line-height: 1.8;
    margin: 20px 0 0;
  }
}
@media (max-width: 599px) {
  .office-block {
    width: 100%;
    margin-left: 0;
  }
  .office-block + .office-block {
    margin-top: 114px;
  }
}

.privacy-area {
  font-family: "", "Shippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.pg-privacy {
  color: #3E3936;
}
/*# sourceMappingURL=site.css.map */