@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit&display=swap");
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before, ::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl, dl ol, dl ul {
  margin: 0;
}

ol dl, ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol, ol ul {
  margin: 0;
}

ul ol, ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol, nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

/**
 * 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 iframes in all browsers (opinionated).
 */
iframe, img {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

/**
 * Hide the overflow in IE.
 */
/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button, input, select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
  -webkit-appearance: button;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
[type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox], [type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}

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

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

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

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true], [disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}
[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

:root {
  /* ======================================= */
  /* カラー設定
  /* ======================================= */
  --clr-blue: #006bb7;
  --clr-red: #e60012;
  --clr-fb: #4468b0;
  --clr-tw: #29a3ef;
  --clr-yt: #ff0000;
  --clr-line: #00b900;
}

.dt-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .dt-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-hidden {
    display: none;
  }
}

/* ======================================= */
/* 書体の設定
/* ======================================= */
/*
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&display=swap');
$Mplus: "M PLUS Rounded 1c", sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;700&display=swap');
$Barlow: "Barlow Condensed", serif;

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
$pop : "Poppins", sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500;600;700&display=swap');
$notoSans : 'Noto Sans JP', sans-serif;
/* ExtraLight 200  Light 300  Regular 400  Medium 500 SemiBold 600  Bold 700

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
$notoSerif : 'Noto Serif JP', serif;
/* ExtraLight 200  Light 300  Regular 400  Medium 500 SemiBold 600  Bold 700

@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
$zen: 'Zen Kaku Gothic New', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
$zenMaru : 'Zen Maru Gothic', serif;
/* ExtraLight 200  Light 300  Regular 400  Medium 500 SemiBold 600  Bold 700

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200..1000&display=swap');
$Nunito : "Nunito", sans-serif;
/* ExtraLight 200  Light 300  Regular 400  Medium 500 SemiBold 600  Bold 700

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@400;500;700&display=swap');
$ibm: 'IBM Plex Sans JP', sans-serif;
/* Regular 400  Medium 500 Bold 700

@import url('https://fonts.googleapis.com/css2?family=Khand:wght@400;500;600;700&display=swap');
$Khand: 'Khand', sans-serif;
/* Regular 400  Medium 500 SemiBold 600 Bold 700

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
$roboto : 'Roboto Condensed',Arial,Sans-Serif;

@import url('https://fonts.googleapis.com/css?family=Archivo');
$Archivo : 'Archivo', sans-serif;

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
$Montserrat : 'Montserrat', sans-serif;

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700&display=swap');
$Raleway : 'Raleway', sans-serif;

@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
$Oswald : 'Oswald', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Teko:wght@600&display=swap');
$teko : 'Teko', sans-serif;

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');
$Lato : 'Lato', sans-serif;

*/
/*
@import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css');
@mixin fontAwesomeIcon($iconNumber) {
  content: $iconNumber;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
};
*/
/*==　ハンバーガーメニュー　==*/
.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"; /*IE対策*/
}

/*====================================================================
  html, body
====================================================================*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "YakuHanJPs", "メイリオ", "Meiryo";
  font-size: 62.5%;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.15em;
  word-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0.1em;
  }
}
body.no-scroll {
  overflow: hidden;
}

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

.noEntry {
  text-align: center;
  font-size: 1.6rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .noEntry {
    font-size: 1.4rem;
  }
}

/* ======================================= */
/* common
/* ======================================= */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

em, address {
  font-style: normal;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover {
  opacity: 0.85;
  text-decoration: none;
}

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

p {
  margin: 0;
  padding: 0;
}

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

figure {
  margin: 0;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0px;
  display: block;
}
.mw_wp_form input[type=text],
.mw_wp_form input[type=tel],
.mw_wp_form input[type=email] {
  padding: 10px;
  background: #FFF;
  border: 1px solid #AAA;
}
.mw_wp_form input.sizeXxs {
  width: 15%;
}
.mw_wp_form input.sizeXs {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .mw_wp_form input.sizeXs {
    width: 50%;
  }
}
.mw_wp_form input.sizeS {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .mw_wp_form input.sizeS {
    width: 50%;
  }
}
.mw_wp_form input.sizeM {
  width: 65%;
}
.mw_wp_form input.sizeL {
  width: 80%;
}
.mw_wp_form input.sizeXl {
  width: 100%;
}
.mw_wp_form textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  background: #FFF;
  border: 1px solid #AAA;
}
@media screen and (max-width: 768px) {
  .mw_wp_form textarea {
    height: 160px;
  }
}
.mw_wp_form input,
.mw_wp_form textarea {
  border-radius: 3px;
  font-size: 1.6rem;
}
.mw_wp_form input::-moz-selection, .mw_wp_form textarea::-moz-selection {
  background: #666;
  color: #fff;
}
.mw_wp_form input::selection,
.mw_wp_form textarea::selection {
  background: #666;
  color: #fff;
}
.mw_wp_form input:focus,
.mw_wp_form textarea:focus {
  outline: 0;
}
.mw_wp_form input:focus::-webkit-input-placeholder, .mw_wp_form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.mw_wp_form input:focus::-moz-placeholder, .mw_wp_form textarea:focus::-moz-placeholder {
  color: transparent;
}
.mw_wp_form input:focus:-ms-input-placeholder, .mw_wp_form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.mw_wp_form input:focus::-ms-input-placeholder, .mw_wp_form textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.mw_wp_form input:focus::placeholder,
.mw_wp_form textarea:focus::placeholder {
  color: transparent;
}
.mw_wp_form input::-webkit-input-placeholder, .mw_wp_form textarea::-webkit-input-placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form input::-moz-placeholder, .mw_wp_form textarea::-moz-placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form input:-ms-input-placeholder, .mw_wp_form textarea:-ms-input-placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form input::-ms-input-placeholder, .mw_wp_form textarea::-ms-input-placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form input::placeholder,
.mw_wp_form textarea::placeholder {
  letter-spacing: 0.1em;
  color: #A49F9F;
}
.mw_wp_form span.mwform-checkbox-field {
  display: block;
}
.mw_wp_form label {
  cursor: pointer;
}
.mw_wp_form label input[type=checkbox] {
  outline: none;
  width: 18px;
  height: 18px;
  margin: 0 8px 0 0;
  background: #fff;
  border: 1px solid #505050;
  border-radius: 3px;
  vertical-align: middle;
}
.mw_wp_form label input[type=radio] {
  outline: none;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  border-radius: 20px;
  background: #fff;
  vertical-align: middle;
}
.mw_wp_form label input[type=radio]:checked {
  background-color: #1273e9;
}
.mw_wp_form select {
  outline: none;
  height: 50px;
  padding: 8px 1em;
  width: auto;
  border-radius: 3px;
  font-size: 1.6rem;
  position: relative;
}
.mw_wp_form select option {
  background-color: #fff;
}
.mw_wp_form select::-ms-expand {
  display: block;
}
.mw_wp_form select:-moz-focusring {
  text-shadow: 0 0 0 #828c9a;
}
.mw_wp_form span.error {
  color: red;
  font-weight: bold;
  display: block;
  padding: 5px 0 0;
}

.inputBtnArea {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
}
@media screen and (max-width: 768px) {
  .inputBtnArea {
    margin: 50px 0 0;
  }
  .inputBtnArea br {
    display: none;
  }
}
.inputBtnArea button.confBtn,
.inputBtnArea button.submitBtn,
.inputBtnArea button.back {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  line-height: 55px;
  border-radius: 55px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  background-color: var(--clr-red);
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0;
  position: relative;
}
.inputBtnArea button.confBtn::after,
.inputBtnArea button.submitBtn::after,
.inputBtnArea button.back::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background-image: url("/assets/image/common/icon-arrow_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.inputBtnArea button.confBtn:hover,
.inputBtnArea button.submitBtn:hover,
.inputBtnArea button.back:hover {
  opacity: 1;
}
.inputBtnArea button.confBtn:hover::after,
.inputBtnArea button.submitBtn:hover::after,
.inputBtnArea button.back:hover::after {
  right: 20px;
}
.inputBtnArea button.back {
  background-color: #b3b3b3;
}
.inputBtnArea button.confBtn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.mw_wp_form_input .doui {
  text-align: center;
  font-size: 1.6rem;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .mw_wp_form_input .doui {
    font-size: 1.4rem;
    margin: 20px 0 0;
  }
}
.mw_wp_form_input .doui input {
  width: 16px;
  height: 16px;
  margin: 10px 10px 0 0;
}
.mw_wp_form_input .doui a {
  color: var(--clr-blue);
  text-decoration: underline;
}
.mw_wp_form_input button.submitBtn {
  display: none;
}
.mw_wp_form_input button.back {
  display: none;
}

.mw_wp_form_confirm dl dt .required {
  display: none;
}
.mw_wp_form_confirm .doui {
  display: none;
}
.mw_wp_form_confirm .privacy {
  display: none;
}
.mw_wp_form_confirm button.confBtn {
  display: none;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0 0;
  font-family: "Outfit", sans-serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin: 50px 0 0;
  }
}
.wp-pagenavi .page,
.wp-pagenavi span {
  color: var(--clr-blue);
  display: inline-block;
  text-align: center;
  width: 30px;
  font-size: 1.4rem;
  border-radius: 30px;
  margin: 0 5px;
  padding: 0;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .page,
  .wp-pagenavi span {
    font-size: 1.1rem;
    padding: 2px 8px;
    margin: 0 3px;
  }
}
.wp-pagenavi .page:hover {
  background-color: var(--clr-blue);
  color: white;
}
.wp-pagenavi span.current {
  background-color: var(--clr-blue);
  color: white;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: var(--clr-blue);
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    font-size: 1rem;
  }
}
.wp-pagenavi .previouspostslink img,
.wp-pagenavi .nextpostslink img {
  width: 9px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink img,
  .wp-pagenavi .nextpostslink img {
    width: 7px;
  }
}
.wp-pagenavi .previouspostslink {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .previouspostslink {
    margin: 0 10px 0 0;
  }
}
.wp-pagenavi .nextpostslink {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .nextpostslink {
    margin: 0 0 0 10px;
  }
}

.btn {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 180px;
  }
}
.btn a {
  display: block;
  line-height: 65px;
  border-radius: 65px;
  background-color: #006bb7;
  background-image: -webkit-gradient(linear, left top, right top, from(#006bb7), to(#29abe2));
  background-image: linear-gradient(90deg, #006bb7 0%, #29abe2 100%);
  color: white;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn a {
    line-height: 45px;
    border-radius: 45px;
    font-size: 1.4rem;
  }
}
.btn a::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background-image: url("/assets/image/common/icon-arrow_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn a::after {
    right: 15px;
  }
}
.btn a:hover {
  opacity: 1;
}
.btn a:hover::after {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .btn a:hover::after {
    right: 10px;
  }
}

.l-header {
  width: 100%;
  height: 110px;
  padding: 0 4%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 1100px) {
  .l-header {
    height: 60px;
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .l-header__inner {
    width: 100%;
    height: 60px;
  }
}
.l-header__inner h1 {
  width: 280px;
}
@media screen and (max-width: 1100px) {
  .l-header__inner h1 {
    width: 240px;
  }
  .l-header__inner h1 a {
    display: block;
  }
  .l-header__inner h1 a img {
    width: 240px;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__inner nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9980;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .l-header__inner nav.-active {
    height: calc(100dvh - 60px);
  }
}
.l-header__inner nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 0 30px;
}
@media screen and (max-width: 1100px) {
  .l-header__inner nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 20px 8% 40px;
    gap: 12px 0;
  }
}
.l-header__inner nav ul li {
  position: relative;
}
@media screen and (max-width: 1100px) {
  .l-header__inner nav ul li {
    width: 100%;
  }
}
.l-header__inner nav ul li a {
  display: inline;
  line-height: 110px;
  color: var(--clr-blue);
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .l-header__inner nav ul li a {
    line-height: 1.6;
    font-size: 2rem;
    letter-spacing: 0;
  }
}
.l-header__inner nav ul li a:hover {
  opacity: 0.5;
}
.l-header__inner nav ul li.-active a::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: var(--clr-red);
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
  .l-header__inner nav ul li.-active a::after {
    display: none;
  }
}
.l-header__inner nav ul li .subWindow {
  width: 300px;
  height: auto;
  position: absolute;
  top: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
  z-index: 9990;
  border-top: 1px solid var(--clr-blue);
  background-color: white;
  padding: 30px;
}
@media screen and (max-width: 1100px) {
  .l-header__inner nav ul li .subWindow {
    width: 100%;
    height: auto;
    position: static;
    background-color: unset;
    border-top: unset;
    -webkit-transform: unset;
            transform: unset;
    padding: 0;
  }
}
.l-header__inner nav ul li .subWindow#smsWindow, .l-header__inner nav ul li .subWindow#recWindow, .l-header__inner nav ul li .subWindow#comWindow {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 1100px) {
  .l-header__inner nav ul li .subWindow#smsWindow, .l-header__inner nav ul li .subWindow#recWindow, .l-header__inner nav ul li .subWindow#comWindow {
    opacity: 1;
    pointer-events: unset;
  }
}
.l-header__inner nav ul li .subWindow#smsWindow.-active, .l-header__inner nav ul li .subWindow#recWindow.-active, .l-header__inner nav ul li .subWindow#comWindow.-active {
  opacity: 1;
  pointer-events: unset;
}
.l-header__inner nav ul li .subWindow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 10px 0;
}
@media screen and (max-width: 1100px) {
  .l-header__inner nav ul li .subWindow ul {
    padding: 12px 5%;
    gap: 8px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (max-width: 1100px) {
  .l-header__inner nav ul li .subWindow ul li {
    width: 50%;
    height: auto;
  }
}
.l-header__inner nav ul li .subWindow ul li a {
  display: block;
  line-height: 40px;
  font-size: 1.6rem;
  font-weight: 400;
  padding-right: 0.8em;
  color: #1a1a1a;
  position: relative;
}
@media screen and (max-width: 1100px) {
  .l-header__inner nav ul li .subWindow ul li a {
    display: inline-block;
    line-height: unset;
    font-size: 1.5rem;
    font-weight: 500;
    padding-right: 1em;
  }
}
.l-header__inner nav ul li .subWindow ul li a::after {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  background-image: url("/assets/image/common/icon-nav_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .l-header__inner nav ul li .subWindow ul li a::after {
    width: 4px;
    height: 9px;
  }
}

.menuBtn {
  display: none;
}
@media screen and (max-width: 1100px) {
  .menuBtn {
    display: block;
    background: none;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    border-radius: 0;
    cursor: pointer;
    color: white;
  }
  .menuBtn span {
    width: 30px;
    height: 1px;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: 0;
    position: relative;
    background: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .menuBtn span::before, .menuBtn span::after {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    content: "";
    width: 15px;
    height: 1px;
    display: block;
    background: var(--clr-blue);
    position: absolute;
  }
  .menuBtn span::before {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
  .menuBtn span::after {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    opacity: 1;
  }
  .menuBtn span.top {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  .menuBtn span.bottom {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .menuBtn.is-open span.top {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .menuBtn.is-open span.top::before {
    -webkit-transform: translateX(3px) rotate(45deg);
            transform: translateX(3px) rotate(45deg);
  }
  .menuBtn.is-open span.top::after {
    -webkit-transform: translateX(12px) rotate(-45deg);
            transform: translateX(12px) rotate(-45deg);
  }
  .menuBtn.is-open span.bottom {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .menuBtn.is-open span.bottom::before {
    -webkit-transform: translateX(3px) rotate(-45deg);
            transform: translateX(3px) rotate(-45deg);
  }
  .menuBtn.is-open span.bottom::after {
    -webkit-transform: translateX(12px) rotate(45deg);
            transform: translateX(12px) rotate(45deg);
  }
}

.l-toppage {
  width: 100%;
  min-width: 1366px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-toppage {
    min-width: 100%;
  }
}
.l-toppage .column-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*右側へ要素を広げる（2カラム）*/
  /*左側へ要素を広げる（2カラム）*/
}
@media screen and (max-width: 768px) {
  .l-toppage .column-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.l-toppage .column-wrap.-reverse {
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .l-toppage .column-wrap.-reverse {
    margin: 0;
  }
}
.l-toppage .column-wrap .column {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage .column-wrap .column {
    width: 100%;
    padding: 20px 5%;
  }
}
.l-toppage .column-wrap .column.-right {
  padding-left: 8%;
}
@media screen and (max-width: 768px) {
  .l-toppage .column-wrap .column.-right {
    padding: 30px 8% 0 13%;
  }
}
.l-toppage .column-wrap .column.-left {
  padding-right: 8%;
}
@media screen and (max-width: 768px) {
  .l-toppage .column-wrap .column.-left {
    padding: 30px 13% 0 8%;
  }
}
.l-toppage .column-wrap .column-outside-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
  min-width: 750px;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .l-toppage .column-wrap .column-outside-right {
    margin-right: unset;
    min-width: 100%;
    max-width: 100%;
    padding: 0 0 0 5%;
  }
}
.l-toppage .column-wrap .column-outside-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
  min-width: 750px;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .l-toppage .column-wrap .column-outside-left {
    margin-left: unset;
    min-width: 100%;
    max-width: 100%;
    padding: 0 5% 0 0;
  }
}
.l-toppage .headline.-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-toppage .headline.-center {
    padding: 0 5%;
  }
}
.l-toppage .headline h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-toppage .headline h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}
.l-toppage .headline h2::before {
  content: attr(data-title);
  display: block;
  color: var(--clr-blue);
  font-family: "Outfit", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .l-toppage .headline h2::before {
    font-size: 1.6rem;
  }
}
.l-toppage .headline .txt {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-toppage .headline .txt {
    font-size: 1.4rem;
  }
}
.l-toppage__hero {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero {
    height: auto;
  }
}
.l-toppage__hero .swiper-container {
  position: relative;
}
.l-toppage__hero .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
.l-toppage__hero .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .swiper-container .swiper-wrapper .swiper-slide img {
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
  }
}
.l-toppage__hero .swiper-container .copy {
  position: absolute;
  bottom: 20%;
  left: 10%;
  z-index: 1;
  color: white;
  font-size: 5rem;
  font-weight: 700;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .swiper-container .copy {
    bottom: 80px;
    left: 5%;
    font-size: 3rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
}
.l-toppage__hero .swiper-container .scroll {
  position: absolute;
  bottom: 3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  color: white;
  text-align: center;
  width: 100px;
}
.l-toppage__hero .swiper-container .scroll p {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .swiper-container .scroll p {
    font-size: 1.2rem;
  }
}
.l-toppage__hero .swiper-container .scroll span {
  display: block;
  width: 14px;
  margin: 5px auto 0;
  -webkit-animation: pointerAnim 0.8s ease-in-out infinite alternate;
          animation: pointerAnim 0.8s ease-in-out infinite alternate;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .swiper-container .scroll span {
    width: 10px;
  }
}
@-webkit-keyframes pointerAnim {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
@keyframes pointerAnim {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}
.l-toppage__hero .swiper-container .swiper-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: unset;
  top: 50%;
  right: 2.5%;
  bottom: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .swiper-container .swiper-pagination {
    right: 4%;
    gap: 6px 0;
  }
}
.l-toppage__hero .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 25px;
  margin: 0;
  border-radius: unset;
  background: white;
  opacity: 1;
  -webkit-transition: height 0.75s ease-in-out;
  transition: height 0.75s ease-in-out;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 15px;
  }
}
.l-toppage__hero .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--clr-red);
  height: 50px;
}
@media screen and (max-width: 768px) {
  .l-toppage__hero .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    height: 25px;
  }
}
.l-toppage__info {
  padding: 140px 0 160px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__info {
    padding: 70px 0 80px;
  }
}
.l-toppage__info::before {
  content: "";
  display: block;
  width: 100%;
  height: 700px;
  background-image: url("/assets/image/home/section-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-toppage__info::before {
    height: 350px;
  }
}
.l-toppage__info .post-lists {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-toppage__info .post-lists {
    width: 90%;
  }
}
.l-toppage__info .btn {
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__info .btn {
    margin: 30px auto 0;
  }
}
.l-toppage__about {
  padding: 0 0 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__about {
    padding: 0 0 45px;
  }
}
.l-toppage__about::before {
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  background-color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__about::before {
    width: 95%;
  }
}
.l-toppage__about .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-toppage__about .inner {
    width: 100%;
  }
}
.l-toppage__about .btn {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__about .btn {
    margin: 25px auto 0;
  }
}
.l-toppage__people {
  padding: 140px 0 180px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__people {
    padding: 70px 0 90px;
  }
}
.l-toppage__people::before {
  content: "";
  display: block;
  width: 100%;
  height: 700px;
  background-image: url("/assets/image/home/section-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  top: -400px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-toppage__people::before {
    height: 350px;
    top: -300px;
  }
}
.l-toppage__people .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-toppage__people .inner {
    width: 100%;
  }
}
.l-toppage__people .content .swiper-area {
  padding: 80px 0 60px;
}
@media screen and (max-width: 768px) {
  .l-toppage__people .content .swiper-area {
    padding: 20px 0 60px;
  }
}
.l-toppage__people .content .swiper-area .swiper {
  overflow: visible;
}
.l-toppage__people .content .swiper-slide {
  width: 340px;
  height: 445px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__people .content .swiper-slide {
    width: 240px;
    height: 315px;
  }
}
.l-toppage__people .content .swiper-slide a img {
  height: 445px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .l-toppage__people .content .swiper-slide a img {
    height: 315px;
  }
}
.l-toppage__people .content .swiper-slide a div {
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-toppage__people .content .swiper-slide a div .copy span {
  padding: 3px 14px;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--clr-blue);
  background-color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .l-toppage__people .content .swiper-slide a div .copy span {
    padding: 2px 10px;
    font-size: 1.3rem;
  }
}
.l-toppage__people .content .swiper-slide a div .txt {
  padding: 20px 20px 30px;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-toppage__people .content .swiper-slide a div .txt {
    padding: 15px 15px 25px;
    font-size: 1.1rem;
  }
}
.l-toppage__people .content .swiper-slide a:hover {
  opacity: 1;
}
.l-toppage__people .content .swiper-slide a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.l-toppage__people .content .swiper-controller {
  width: 120px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: -70px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__people .content .swiper-controller {
    width: 80px;
    height: 35px;
    top: unset;
    bottom: -40px;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}
.l-toppage__people .content .swiper-controller .swiper-button-prev,
.l-toppage__people .content .swiper-controller .swiper-button-next {
  width: 50px;
  height: 50px;
  position: static;
}
@media screen and (max-width: 768px) {
  .l-toppage__people .content .swiper-controller .swiper-button-prev,
  .l-toppage__people .content .swiper-controller .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.l-toppage__people .content .swiper-controller .swiper-button-prev::after,
.l-toppage__people .content .swiper-controller .swiper-button-next::after {
  display: none;
}
.l-toppage__people .content .swiper-controller .swiper-button-prev::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("/assets/image/common/icon-swipe_prev.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .l-toppage__people .content .swiper-controller .swiper-button-prev::before {
    width: 35px;
    height: 35px;
  }
}
.l-toppage__people .content .swiper-controller .swiper-button-next::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("/assets/image/common/icon-swipe_next.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .l-toppage__people .content .swiper-controller .swiper-button-next::before {
    width: 35px;
    height: 35px;
  }
}
.l-toppage__message {
  padding: 0 0 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__message {
    padding: 0 0 45px;
  }
}
.l-toppage__message::before {
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__message::before {
    width: 95%;
  }
}
.l-toppage__message .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-toppage__message .inner {
    width: 100%;
  }
}
.l-toppage__message .btn {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .l-toppage__message .btn {
    margin: 25px auto 0;
  }
}
.l-toppage__recruit {
  padding: 150px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-toppage__recruit {
    padding: 70px 0 90px;
  }
}
.l-toppage__recruit::before {
  content: "";
  display: block;
  width: 100%;
  height: 700px;
  background-image: url("/assets/image/home/section-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  position: absolute;
  top: -400px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l-toppage__recruit::before {
    height: 350px;
    top: -300px;
  }
}

.l-footer {
  width: 100%;
  min-width: 1366px;
  background-image: url("/assets/image/common/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 60px 0;
  color: white;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer {
    min-width: 100%;
  }
}
.l-footer__inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}
.l-footer__nav ul li a {
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
}
.l-footer__nav ul li a:hover {
  text-decoration: underline;
}
.l-footer__nav ul li ul {
  display: unset;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.l-footer__nav ul li ul li a {
  font-size: 1.4rem;
  font-weight: 400;
}
.l-footer__rower {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer__rower {
    margin-top: 0;
    padding-top: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 0;
  }
}
.l-footer__rower-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-footer__rower-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__rower-link li {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-footer__rower-link li {
    text-align: center;
  }
}
.l-footer__rower-link li a {
  color: white;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer__rower-link li a {
    font-size: 1.2rem;
  }
}
.l-footer__rower-link li a:hover {
  text-decoration: underline;
}
.l-footer__rower-add {
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__rower-add {
    padding-bottom: 0;
    text-align: center;
  }
}
.l-footer__rower-add p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-footer__rower-add p {
    font-size: 1.2rem;
  }
}
.l-footer__rower-add p b {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer__rower-add p b {
    font-size: 1.4rem;
  }
}
.l-footer__rower address {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer__rower address {
    position: static;
    font-size: 1rem;
    text-align: center;
  }
}
.l-footer .pagescroll {
  cursor: pointer;
  width: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .l-footer .pagescroll {
    width: 45px;
  }
}

.l-page {
  width: 100%;
  min-width: 1366px;
  background-image: url("/assets/image/common/page-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  padding-bottom: 250px;
}
@media screen and (max-width: 768px) {
  .l-page {
    min-width: 100%;
    padding-bottom: 100px;
  }
}
.l-page.-business {
  padding-bottom: 0;
}
.l-page__header {
  padding-top: 180px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .l-page__header {
    padding-top: 90px;
    padding-left: 5%;
    padding-right: 5%;
    margin-bottom: 30px;
  }
}
.l-page__header-inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-page__header-inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.l-page__header-inner .headline {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .l-page__header-inner .headline {
    padding-top: 5px;
  }
}
.l-page__header-inner .headline .parent {
  color: var(--clr-blue);
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-page__header-inner .headline .parent {
    font-size: 1.4rem;
  }
}
.l-page__header-inner .headline .parent::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background-color: var(--clr-blue);
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-page__header-inner .headline .parent::after {
    height: 20px;
  }
}
.l-page__header-inner .headline h2 {
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l-page__header-inner .headline h2 {
    font-size: 2.4rem;
  }
}
.l-page__header-inner .headline h2::before {
  content: attr(data-title);
  display: block;
  line-height: 1;
  font-family: "Outfit", sans-serif;
  color: var(--clr-blue);
  font-size: 2.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-page__header-inner .headline h2::before {
    font-size: 1.4rem;
  }
}
.l-page__header-inner .headline h2 span {
  font-size: 2.4rem;
  margin-left: 1.5em;
}
.l-page__header-inner ul.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 768px) {
  .l-page__header-inner ul.breadcrumb {
    margin-bottom: 20px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    white-space: nowrap;
  }
  .l-page__header-inner ul.breadcrumb::-webkit-scrollbar {
    display: none;
  }
}
.l-page__header-inner ul.breadcrumb li {
  font-size: 1.2rem;
  padding: 0 0 0 3.4em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-page__header-inner ul.breadcrumb li {
    font-size: 1rem;
    display: inline-block;
    padding: 0 0 0 2em;
  }
}
.l-page__header-inner ul.breadcrumb li::before {
  content: "ー";
  display: block;
  text-decoration: none;
  position: absolute;
  top: 2px;
  left: 1.2em;
}
@media screen and (max-width: 768px) {
  .l-page__header-inner ul.breadcrumb li::before {
    font-size: 0.6rem;
    top: 6px;
    left: 0.8em;
  }
}
.l-page__header-inner ul.breadcrumb li:first-child {
  padding: 0;
}
.l-page__header-inner ul.breadcrumb li:first-child::before {
  display: none;
}
.l-page__header-inner ul.breadcrumb li a {
  text-decoration: underline;
}
.l-page .content-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px;
}
@media screen and (max-width: 768px) {
  .l-page .content-lists {
    gap: 30px 0;
  }
}
.l-page .content-lists__box {
  width: 560px;
}
@media screen and (max-width: 768px) {
  .l-page .content-lists__box {
    width: 100%;
  }
}
.l-page .content-lists__box a figure {
  position: relative;
  width: 560px;
  height: 400px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-page .content-lists__box a figure {
    width: 100%;
    height: 300px;
  }
}
.l-page .content-lists__box a figure img.pic {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .l-page .content-lists__box a figure img.pic {
    height: 300px;
  }
}
.l-page .content-lists__box a figure figcaption {
  width: 100%;
  background-color: #006bb7;
  background-image: -webkit-gradient(linear, left top, right top, from(#006bb7), to(#29abe2));
  background-image: linear-gradient(90deg, #006bb7 0%, #29abe2 100%);
  color: white;
  font-size: 2.6rem;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 83px;
}
@media screen and (max-width: 768px) {
  .l-page .content-lists__box a figure figcaption {
    font-size: 1.8rem;
    line-height: 60px;
  }
}
.l-page .content-lists__box a figure figcaption img {
  width: 8px;
  margin-left: 10px;
  vertical-align: 1px;
}
@media screen and (max-width: 768px) {
  .l-page .content-lists__box a figure figcaption img {
    width: 5px;
  }
}
.l-page .content-lists__box a:hover figure img.pic {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.l-page .content-table dl {
  margin: 0;
  font-size: 1.6rem;
  padding: 30px;
  border-top: 1px solid var(--clr-blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-page .content-table dl {
    font-size: 1.4rem;
    padding: 15px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.l-page .content-table dl:first-of-type {
  border-top: none;
}
.l-page .content-table dl dt, .l-page .content-table dl dd {
  padding: 0 30px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-page .content-table dl dt, .l-page .content-table dl dd {
    padding: 0;
  }
}
.l-page .content-table dl dt {
  width: 20%;
  color: var(--clr-blue);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-page .content-table dl dt {
    width: 100%;
  }
}
.l-page .content-table dl dd {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .l-page .content-table dl dd {
    width: 100%;
  }
}
.l-page .content-table dl dd .inner-row {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-page .content-table dl dd .inner-row {
    margin-top: 15px;
  }
}
.l-page .content-table dl dd .inner-row div {
  width: 33.3333%;
}
.l-page .content-table dl dd .btn {
  width: 300px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .l-page .content-table dl dd .btn {
    width: 240px;
    margin: 20px auto 0;
  }
}
.l-page .inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-page .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.l-page .min-inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-page .min-inner {
    width: 100%;
    padding: 0 5%;
  }
}
.l-page h3 {
  text-align: left;
  padding-left: 1em;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-page h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    padding-left: 0.8em;
  }
}
.l-page h3::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#006bb7), to(#29abe2));
  background-image: linear-gradient(0deg, #006bb7 0%, #29abe2 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-page h3::before {
    width: 6px;
  }
}
.l-page .anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 24px;
}
@media screen and (max-width: 768px) {
  .l-page .anchor-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 10px 4%;
  }
}
.l-page .anchor-link li {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .l-page .anchor-link li {
    width: 48%;
  }
}
.l-page .anchor-link li a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 45px;
  border-radius: 45px;
  background-color: white;
  border: 1px solid var(--clr-blue);
  color: var(--clr-blue);
}
@media screen and (max-width: 768px) {
  .l-page .anchor-link li a {
    font-size: 1.3rem;
    line-height: 40px;
    border-radius: 40px;
  }
}
.l-page .anchor-link li a:hover {
  opacity: 1;
  background-color: var(--clr-blue);
  color: white;
}
.l-page .row-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
.l-page .row-cont__img {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-page .row-cont__img {
    height: 220px;
  }
}
.l-page .row-cont__img img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-page .row-cont__img img {
    height: 220px;
  }
}
.l-page .row-cont__txt p {
  font-size: 1.6rem;
}
.l-page .row-cont__lists dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid var(--clr-blue);
}
@media screen and (max-width: 768px) {
  .l-page .row-cont__lists dl {
    padding: 15px 0;
  }
}
.l-page .row-cont__lists dl:first-of-type {
  border-top: none;
}
.l-page .row-cont__lists dl dt, .l-page .row-cont__lists dl dd {
  margin: 0;
}
.l-page .row-cont__lists dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--clr-blue);
}
@media screen and (max-width: 768px) {
  .l-page .row-cont__lists dl dt {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 5px;
  }
}
.l-page .row-cont__lists dl dd {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-page .row-cont__lists dl dd {
    font-size: 1.4rem;
  }
}
.l-page .row-cont__lists dl dd a {
  color: var(--clr-blue);
  text-decoration: underline;
}
.l-page .row-cont__lists dl dd a:hover {
  text-decoration: none;
}
.l-page .row-cont__graf {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-page .row-cont__graf {
    width: 100%;
  }
}
.l-page .row-mes-cont__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--clr-blue);
}
@media screen and (max-width: 768px) {
  .l-page .row-mes-cont__title {
    font-size: 2.2rem;
  }
}
.l-page .row-mes-cont__txt {
  margin-top: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .l-page .row-mes-cont__txt {
    font-size: 1.4rem;
  }
}

.post-lists li {
  border-top: 1px solid #006bb7;
}
.post-lists li:first-child {
  border-top: none;
}
.post-lists li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 20px;
  gap: 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .post-lists li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 14px 10px;
    gap: 5px 15px;
  }
}
.post-lists li a::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background-image: url("/assets/image/common/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.post-lists li a:hover::after {
  right: 15px;
}
.post-lists li a time {
  width: 100px;
  font-family: "Outfit", sans-serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .post-lists li a time {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.3rem;
  }
}
.post-lists li a span {
  width: 100px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 30px;
  border-radius: 7px;
  text-align: center;
  background-color: #b3b3b3;
  color: white;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .post-lists li a span {
    width: 85px;
    line-height: 24px;
    font-size: 1.1rem;
    border-radius: 3px;
  }
}
.post-lists li a span.cata {
  background-color: #8669B0;
}
.post-lists li a span.catb {
  background-color: #F17546;
}
.post-lists li a span.catc {
  background-color: #009282;
}
.post-lists li a span.catd {
  background-color: var(--clr-blue);
}
.post-lists li a p {
  width: 700px;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 700;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .post-lists li a p {
    width: 100%;
    font-size: 1.4rem;
    padding-right: 20px;
  }
}

.entry-btn-wrap p {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .entry-btn-wrap p {
    font-size: 1.4rem;
  }
}
.entry-btn-wrap p.-message {
  font-weight: 700;
  color: var(--clr-blue);
}
.entry-btn-wrap ul {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 80px;
}
@media screen and (max-width: 768px) {
  .entry-btn-wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 35px;
    gap: 15px 0;
  }
}
.entry-btn-wrap ul li {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .entry-btn-wrap ul li {
    width: 250px;
  }
}
.entry-btn-wrap ul li a {
  display: block;
  line-height: 95px;
  border-radius: 95px;
  background-color: #006bb7;
  background-image: -webkit-gradient(linear, left top, right top, from(#006bb7), to(#29abe2));
  background-image: linear-gradient(90deg, #006bb7 0%, #29abe2 100%);
  color: white;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .entry-btn-wrap ul li a {
    line-height: 60px;
    border-radius: 60px;
    font-size: 1.8rem;
  }
}
.entry-btn-wrap ul li a::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background-image: url("/assets/image/common/icon-arrow_w.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .entry-btn-wrap ul li a::after {
    right: 20px;
  }
}
.entry-btn-wrap ul li a:hover {
  opacity: 1;
}
.entry-btn-wrap ul li a:hover::after {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .entry-btn-wrap ul li a:hover::after {
    right: 15px;
  }
}
.entry-btn-wrap ul li:nth-child(2) a {
  background-color: white;
  background-image: unset;
  border: 1px solid var(--clr-blue);
  color: var(--clr-blue);
}
.entry-btn-wrap ul li:nth-child(2) a::after {
  background-image: url("/assets/image/common/icon-arrow.svg");
}

.fade-cont {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.fade-cont.in-view {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}

.l-sms .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px 0;
}
@media screen and (max-width: 768px) {
  .l-sms .content {
    gap: 40px 0;
  }
}
.l-sms .content .row {
  scroll-margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row {
    scroll-margin-top: 70px;
  }
}
.l-sms .content .row .intro-txt {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .intro-txt {
    font-size: 1.4rem;
  }
}
.l-sms .content .row .full-img {
  height: 550px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .full-img {
    height: 250px;
  }
}
.l-sms .content .row .full-img img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .full-img img {
    height: 250px;
  }
}
.l-sms .content .row .qa-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
}
.l-sms .content .row .qa-lists dl {
  width: 100%;
  margin: 0;
}
.l-sms .content .row .qa-lists dl dt, .l-sms .content .row .qa-lists dl dd {
  margin: 0;
}
.l-sms .content .row .qa-lists dl dt {
  cursor: pointer;
  background-color: var(--clr-blue);
  color: white;
  line-height: 50px;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .qa-lists dl dt {
    font-size: 1.5rem;
    padding: 10px 15px;
    letter-spacing: 0em;
    line-height: 1.6;
  }
}
.l-sms .content .row .qa-lists dl dt::before {
  content: "Q.";
  font-family: "Outfit", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .qa-lists dl dt::before {
    font-size: 1.8rem;
    margin-right: 5px;
  }
}
.l-sms .content .row .qa-lists dl dt::after {
  content: "";
  display: block;
  width: 19px;
  height: 11px;
  background-image: url("/assets/image/sms/faq/icon-arrow_faq.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .qa-lists dl dt::after {
    width: 10px;
    height: 7px;
    right: 15px;
  }
}
.l-sms .content .row .qa-lists dl dt.-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.l-sms .content .row .qa-lists dl dd {
  display: none;
  padding: 25px 30px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .qa-lists dl dd {
    padding: 15px 2.5%;
    font-size: 1.4rem;
  }
}
.l-sms .content .row .number-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .number-lists {
    gap: 30px 0;
  }
}
.l-sms .content .row .number-lists li {
  width: 360px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .number-lists li {
    width: 80%;
    margin: 0 auto;
  }
}
.l-sms .content .row .number-lists li.lg {
  width: 780px;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .number-lists li.lg {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .number-table {
    overflow-x: scroll;
  }
}
.l-sms .content .row .number-table table {
  width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .number-table table {
    border-collapse: collapse;
    white-space: nowrap;
    font-size: 1.4rem;
  }
}
.l-sms .content .row .number-table table tbody tr {
  border-bottom: 1px solid var(--clr-blue);
}
.l-sms .content .row .number-table table tbody tr:first-of-type {
  background-color: var(--clr-blue);
}
.l-sms .content .row .number-table table tbody tr th, .l-sms .content .row .number-table table tbody tr td {
  width: 25%;
  padding: 0 12px;
  text-align: center;
}
.l-sms .content .row .number-table table tbody tr th {
  color: white;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  height: 65px;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .number-table table tbody tr th {
    height: 55px;
  }
}
.l-sms .content .row .number-table table tbody tr td {
  border-left: 1px solid var(--clr-blue);
  height: 85px;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .number-table table tbody tr td {
    height: 65px;
  }
}
.l-sms .content .row .number-table table tbody tr td:first-of-type {
  background-color: #c8e1f6;
  border-left: none;
  color: var(--clr-blue);
}
.l-sms .content .row .number-table table tbody tr td:first-of-type span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #333;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .number-table table tbody tr td:first-of-type span {
    font-size: 1.2rem;
  }
}
.l-sms .content .row .row-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .row-lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-sms .content .row .row-lists .number-tableB {
  width: 235px;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .row-lists .number-tableB {
    width: 100%;
    margin-bottom: 20px;
  }
}
.l-sms .content .row .row-lists .number-tableB p {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .row-lists .number-tableB p {
    font-size: 1.6rem;
  }
}
.l-sms .content .row .row-lists .number-tableB table {
  width: 100%;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .row-lists .number-tableB table {
    border-collapse: collapse;
    white-space: nowrap;
  }
}
.l-sms .content .row .row-lists .number-tableB table tbody tr {
  border-bottom: 1px solid var(--clr-blue);
}
.l-sms .content .row .row-lists .number-tableB table tbody tr:first-of-type {
  border-top: 1px solid var(--clr-blue);
}
.l-sms .content .row .row-lists .number-tableB table tbody tr td {
  width: 50%;
  padding: 0 12px;
  text-align: center;
  border-left: 1px solid var(--clr-blue);
  height: 35px;
}
.l-sms .content .row .row-lists .number-tableB table tbody tr td:first-of-type {
  font-weight: 700;
  background-color: #c8e1f6;
  border-left: none;
  color: var(--clr-blue);
}
.l-sms .content .row .row-lists .graph {
  width: 900px;
}
@media screen and (max-width: 768px) {
  .l-sms .content .row .row-lists .graph {
    width: 100%;
  }
}

.l-people .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 90px 0;
}
@media screen and (max-width: 768px) {
  .l-people .content {
    gap: 45px 0;
  }
}
.l-people .content .people-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 90px;
}
@media screen and (max-width: 768px) {
  .l-people .content .people-lists {
    gap: 45px 0;
  }
}
.l-people .content .people-lists__box {
  width: 340px;
}
@media screen and (max-width: 768px) {
  .l-people .content .people-lists__box {
    width: 100%;
  }
}
.l-people .content .people-lists__box a figure {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-people .content .people-lists__box a figure {
    height: 360px;
  }
}
.l-people .content .people-lists__box a figure img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .l-people .content .people-lists__box a figure img {
    height: 360px;
    -o-object-position: top center;
       object-position: top center;
  }
}
.l-people .content .people-lists__box a figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-people .content .people-lists__box a figure figcaption .copy span {
  padding: 3px 14px;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--clr-blue);
  background-color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .l-people .content .people-lists__box a figure figcaption .copy span {
    padding: 2px 10px;
    font-size: 1.6rem;
  }
}
.l-people .content .people-lists__box a figure figcaption .caption {
  padding: 20px 20px 30px;
  color: white;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-people .content .people-lists__box a figure figcaption .caption {
    padding: 15px 15px 25px;
    font-size: 1.3rem;
  }
}
.l-people .content .people-lists__box a:hover {
  opacity: 1;
}
.l-people .content .people-lists__box a:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.l-people .people-detail .question {
  color: var(--clr-blue);
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail .question {
    font-size: 1.6rem;
  }
}
.l-people .people-detail .copy {
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail .copy {
    font-size: 2rem;
  }
}
.l-people .people-detail .txt {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail .txt {
    font-size: 1.4rem;
  }
}
.l-people .people-detail .btn {
  width: 350px;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail .btn {
    width: 250px;
  }
}
.l-people .people-detail__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.l-people .people-detail__intro figure {
  width: 800px;
  height: 500px;
  overflow: hidden;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__intro figure {
    width: 100%;
    height: 320px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.l-people .people-detail__intro figure img {
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__intro figure img {
    height: 320px;
  }
}
.l-people .people-detail__intro .txt-wrap {
  width: 450px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__intro .txt-wrap {
    width: 100%;
    padding-top: 20px;
  }
}
.l-people .people-detail__intro .txt-wrap .copy {
  color: var(--clr-blue);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__intro .txt-wrap .copy {
    font-size: 2.2rem;
    line-height: 1.8;
  }
}
.l-people .people-detail__intro .txt-wrap .txt {
  margin-top: 80px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__intro .txt-wrap .txt {
    margin-top: 20px;
    text-align: right;
  }
}
.l-people .people-detail__intro .txt-wrap .txt b {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__intro .txt-wrap .txt b {
    font-size: 1.8rem;
  }
}
.l-people .people-detail__voice-wrap {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__voice-wrap {
    width: 100%;
    margin: 0;
    padding: 0 5%;
  }
}
.l-people .people-detail__voice-img {
  margin-top: 60px;
  height: 550px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__voice-img {
    margin-top: 30px;
    height: 250px;
  }
}
.l-people .people-detail__voice-img img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__voice-img img {
    height: 250px;
  }
}
.l-people .people-detail__col {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px 0;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__col {
    width: 100%;
    margin: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 5%;
  }
}
.l-people .people-detail__col-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__col-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 20px 0;
  }
}
.l-people .people-detail__col-box:first-of-type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-people .people-detail__col-box figure {
  width: 560px;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__col-box figure {
    width: 100%;
  }
}
.l-people .people-detail__col-box div {
  width: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__col-box div {
    width: 100%;
  }
}
.l-people .people-detail__schedule {
  background-color: #e4f4ff;
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__schedule {
    padding: 50px 0;
  }
}
.l-people .people-detail__schedule .sche-title {
  text-align: center;
  color: var(--clr-blue);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__schedule .sche-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.l-people .people-detail__schedule .sche-title::before {
  content: "";
  display: block;
  width: 464px;
  height: 79px;
  background-image: url("/assets/image/people/title-schedule.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__schedule .sche-title::before {
    width: 230px;
    height: 40px;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
}
.l-people .people-detail__schedule .swiper-area {
  width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__schedule .swiper-area {
    width: 100%;
    margin: 0;
  }
}
.l-people .people-detail__schedule .swiper-area .staff-swiper {
  overflow: visible;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__schedule .swiper-area .staff-swiper {
    padding-bottom: 60px;
  }
}
.l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-slide {
  width: 200px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-slide {
    width: 200px;
    padding: 0;
  }
}
.l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-slide::after {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  background-image: url("/assets/image/common/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50px;
  right: -50px;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-slide::after {
    right: -35px;
  }
}
.l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-slide:last-of-type::after {
  display: none;
}
.l-people .people-detail__schedule .swiper-area .staff-swiper .sche-time {
  color: var(--clr-blue);
  font-family: "Outfit", sans-serif;
  font-size: 2.8rem;
  padding-bottom: 10px;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__schedule .swiper-area .staff-swiper .sche-time {
    font-size: 2.2rem;
  }
}
.l-people .people-detail__schedule .swiper-area .staff-swiper .sche-time::after {
  content: "";
  display: block;
  width: 150px;
  border-bottom: 2px dotted var(--clr-blue);
  position: absolute;
  bottom: 0;
  left: 0;
}
.l-people .people-detail__schedule .swiper-area .staff-swiper .sche-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
.l-people .people-detail__schedule .swiper-area .staff-swiper .sche-icon img {
  height: 32px;
}
.l-people .people-detail__schedule .swiper-area .staff-swiper .sche-slide-title {
  color: var(--clr-blue);
  font-size: 1.8rem;
  font-weight: 700;
  margin: 15px 0 5px;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__schedule .swiper-area .staff-swiper .sche-slide-title {
    font-size: 1.6rem;
    margin: 10px 0 5px;
  }
}
.l-people .people-detail__schedule .swiper-area .staff-swiper .sche-txt {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__schedule .swiper-area .staff-swiper .sche-txt {
    font-size: 1.4rem;
  }
}
.l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-controller {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 110px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-controller {
    width: 80px;
    height: 35px;
    top: unset;
    bottom: 0;
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}
.l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-button-prev,
.l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-button-next {
  margin: 0;
  position: static;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-button-prev,
  .l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-button-next {
    width: 35px;
    height: 35px;
  }
}
.l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-button-prev::after,
.l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-button-next::after {
  display: none;
}
.l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-button-prev {
  background-image: url("/assets/image/common/icon-swipe_prev.svg");
}
.l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-button-next {
  background-image: url("/assets/image/common/icon-swipe_next.svg");
}
.l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.l-people .people-detail__schedule .swiper-area .staff-swiper .swiper-button-disabled::before {
  -webkit-box-shadow: var(--box-shadow-inset);
          box-shadow: var(--box-shadow-inset);
}
.l-people .people-detail__private .private-title {
  text-align: center;
  color: var(--clr-blue);
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__private .private-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.l-people .people-detail__private .private-title::before {
  content: "";
  display: block;
  width: 265px;
  height: 79px;
  background-image: url("/assets/image/people/title-private.png");
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__private .private-title::before {
    width: 131px;
    height: 40px;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.l-people .people-detail__private .private-col {
  width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__private .private-col {
    width: 100%;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5%;
  }
}
.l-people .people-detail__private .private-col figure {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__private .private-col figure {
    width: 60%;
    margin: 0 auto 20px;
  }
}
.l-people .people-detail__private .private-col div {
  width: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .l-people .people-detail__private .private-col div {
    width: 100%;
    gap: 10px 0;
  }
}

.l-message .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .l-message .content {
    gap: 40px 0;
  }
}
.l-message .full-img {
  height: 550px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-message .full-img {
    height: 250px;
  }
}
.l-message .full-img img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-message .full-img img {
    height: 250px;
  }
}
.l-message .demand-title {
  text-align: center;
  color: var(--clr-blue);
  font-size: 4.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-message .demand-title {
    font-size: 2.6rem;
  }
}
.l-message .demand .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-message .demand .flex {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 60px 0;
  }
}
.l-message .demand .flex-box {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background-color: #e4f4ff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-message .demand .flex-box {
    width: 100%;
    height: auto;
    border-radius: 15px;
    padding: 30px 5% 20px;
    margin: 0 auto;
  }
}
.l-message .demand .flex-box::before {
  display: block;
  font-family: "Outfit", sans-serif;
  font-style: italic;
  font-size: 9rem;
  font-weight: 700;
  color: #abc5f6;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -75px;
  left: 50%;
  -webkit-transform: translateX(-65%);
          transform: translateX(-65%);
}
@media screen and (max-width: 768px) {
  .l-message .demand .flex-box::before {
    top: -45px;
    font-size: 4rem;
  }
}
.l-message .demand .flex-box:nth-of-type(1)::before {
  content: "01";
}
.l-message .demand .flex-box:nth-of-type(2)::before {
  content: "02";
}
.l-message .demand .flex-box:nth-of-type(3)::before {
  content: "03";
}
.l-message .demand .flex-box p {
  font-size: 2.4rem;
  color: var(--clr-blue);
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-message .demand .flex-box p {
    font-size: 1.6rem;
  }
}

.l-about .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .l-about .content {
    gap: 40px 0;
  }
}
.l-about .content .greeting figure {
  width: 100%;
  height: 550px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-about .content .greeting figure {
    height: 300px;
  }
}
.l-about .content .greeting figure img {
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .l-about .content .greeting figure img {
    height: 300px;
  }
}
.l-about .content .greeting figure figcaption {
  padding: 50px 60px;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-about .content .greeting figure figcaption {
    padding: 20px 8%;
  }
}
.l-about .content .greeting figure figcaption span {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-about .content .greeting figure figcaption span {
    font-size: 1.4rem;
  }
}
.l-about .content .greeting figure figcaption p {
  margin-top: 10px;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .l-about .content .greeting figure figcaption p {
    font-size: 2.4rem;
  }
}
.l-about .content .greeting .txt-wrap .copy {
  text-align: center;
  color: var(--clr-blue);
  font-size: 3.2rem;
  font-weight: 700;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .l-about .content .greeting .txt-wrap .copy {
    font-size: 2.4rem;
    margin: 20px 0 10px;
    line-height: 1.6;
  }
}
.l-about .content .greeting .txt-wrap .txt {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .l-about .content .greeting .txt-wrap .txt {
    font-size: 1.4rem;
  }
}
.l-about .content .access .map iframe {
  width: 100%;
  height: 550px;
}
@media screen and (max-width: 768px) {
  .l-about .content .access .map iframe {
    height: 300px;
  }
}
.l-about .content .access .map p {
  margin-top: 20px;
  text-align: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-about .content .access .map p {
    font-size: 1.3rem;
  }
}
.l-about .content .access .map p b {
  font-weight: 700;
}
.l-about .content .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-about .content .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.l-about .content .group figure {
  width: 560px;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
@media screen and (max-width: 768px) {
  .l-about .content .group figure {
    width: 100%;
    -webkit-transform: unset;
            transform: unset;
  }
}
.l-about .content .group .txt-wrap {
  width: 560px;
}
@media screen and (max-width: 768px) {
  .l-about .content .group .txt-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.l-about .content .group .txt-wrap .txt {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .l-about .content .group .txt-wrap .txt {
    font-size: 1.4rem;
  }
}
.l-about .content .group .txt-wrap .btn {
  width: 360px;
  margin: 60px 0 0;
}
@media screen and (max-width: 768px) {
  .l-about .content .group .txt-wrap .btn {
    width: 280px;
    margin: 30px auto 0;
  }
}

.l-info .inner {
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .l-info .inner {
    width: 100%;
  }
}
.l-info .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .l-info .content {
    gap: 40px 0;
  }
}
.l-info .category-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .l-info .category-lists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 10px 3.3333%;
  }
}
.l-info .category-lists li {
  width: 175px;
}
@media screen and (max-width: 768px) {
  .l-info .category-lists li {
    width: 30%;
  }
}
.l-info .category-lists li a {
  display: block;
  text-align: center;
  line-height: 45px;
  border-radius: 45px;
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-info .category-lists li a {
    font-size: 1.1rem;
    line-height: 35px;
    border-radius: 35px;
    letter-spacing: 0em;
  }
}
.l-info .category-lists li a.-active, .l-info .category-lists li a:hover {
  opacity: 1;
  background-color: #4d4d4d;
  color: white;
}
.l-info .post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px 20px;
  border-bottom: 1px solid var(--clr-blue);
  padding-bottom: 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-info .post-header {
    gap: 5px 15px;
    margin-bottom: 20px;
  }
}
.l-info .post-header time {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-info .post-header time {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.3rem;
  }
}
.l-info .post-header span {
  width: 120px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 30px;
  border-radius: 7px;
  text-align: center;
  background-color: #b3b3b3;
  color: white;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .l-info .post-header span {
    width: 85px;
    line-height: 24px;
    font-size: 1.1rem;
    border-radius: 3px;
  }
}
.l-info .post-header span.cata {
  background-color: #8669B0;
}
.l-info .post-header span.catb {
  background-color: #F17546;
}
.l-info .post-header span.catc {
  background-color: #009282;
}
.l-info .post-header span.catd {
  background-color: var(--clr-blue);
}
.l-info .post-header h3 {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 700;
  position: static;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-info .post-header h3 {
    font-size: 1.8rem;
  }
}
.l-info .post-header h3::before {
  display: none;
}
.l-info .post-body {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-info .post-body {
    font-size: 1.4rem;
  }
}
.l-info .post-body p {
  font-size: 1.6rem;
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .l-info .post-body p {
    font-size: 1.4rem;
    margin: 12px 0;
  }
}
.l-info .post-body .wp-block-image {
  margin: 15px 0;
}
@media screen and (max-width: 768px) {
  .l-info .post-body .wp-block-image {
    margin: 12px 0;
  }
}
.l-info .post-body img {
  width: auto;
  height: auto;
}
.l-info .pagenation {
  text-align: center;
  position: relative;
}
.l-info .pagenation .prev,
.l-info .pagenation .next {
  position: absolute;
  top: 50%;
}
.l-info .pagenation .prev a,
.l-info .pagenation .next a {
  font-family: "Outfit", sans-serif;
  color: var(--clr-blue);
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .l-info .pagenation .prev a,
  .l-info .pagenation .next a {
    font-size: 1.2rem;
  }
}
.l-info .pagenation .prev {
  left: 50%;
  -webkit-transform: translate(-220px, -50%);
          transform: translate(-220px, -50%);
}
@media screen and (max-width: 768px) {
  .l-info .pagenation .prev {
    -webkit-transform: translate(-150px, -50%);
            transform: translate(-150px, -50%);
  }
}
.l-info .pagenation .next {
  right: 50%;
  -webkit-transform: translate(220px, -50%);
          transform: translate(220px, -50%);
}
@media screen and (max-width: 768px) {
  .l-info .pagenation .next {
    -webkit-transform: translate(150px, -50%);
            transform: translate(150px, -50%);
  }
}
.l-info .pagenation .back {
  width: 240px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-info .pagenation .back {
    width: 130px;
  }
}
.l-info .pagenation .back a {
  display: block;
  line-height: 65px;
  border-radius: 65px;
  background-color: var(--clr-blue);
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-info .pagenation .back a {
    font-size: 1.4rem;
    line-height: 45px;
    border-radius: 45px;
  }
}

.l-entry .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .l-entry .content {
    gap: 40px 0;
  }
}
.l-entry .content.entry p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-entry .content.entry p {
    font-size: 1.4rem;
  }
}
.l-entry .content.entry p span.required {
  color: white;
  background-color: var(--clr-red);
  line-height: 26px;
  padding: 0 1em;
  border-radius: 26px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .l-entry .content.entry p span.required {
    margin-right: 6px;
    line-height: 20px;
    border-radius: 20px;
    padding: 0 0.7em;
  }
}
.l-entry .content.entry figure {
  width: 800px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .l-entry .content.entry figure {
    display: none;
  }
}
.l-entry .content .form-wrap dl {
  margin: 0;
  padding: 14px 0;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-entry .content .form-wrap dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.4rem;
  }
}
.l-entry .content .form-wrap dl dt, .l-entry .content .form-wrap dl dd {
  margin: 0;
}
.l-entry .content .form-wrap dl dt {
  width: 25%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-entry .content .form-wrap dl dt {
    width: 100%;
    padding-bottom: 6px;
  }
}
.l-entry .content .form-wrap dl dt span.required {
  color: white;
  background-color: var(--clr-red);
  line-height: 26px;
  padding: 0 1em;
  border-radius: 26px;
  margin-left: 8px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-entry .content .form-wrap dl dt span.required {
    font-size: 1.2rem;
    margin-left: 6px;
    line-height: 20px;
    border-radius: 20px;
    padding: 0 0.7em;
  }
}
.l-entry .content .form-wrap dl dd {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .l-entry .content .form-wrap dl dd {
    width: 100%;
  }
}
.l-entry .content .form-wrap dl dd span {
  font-size: 1.2rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .l-entry .content .form-wrap dl dd span {
    font-size: 1rem;
  }
}
.l-entry .content .complete {
  text-align: center;
}
.l-entry .content .complete .title {
  font-size: 2.6rem;
  font-weight: 700;
}
.l-entry .content .complete .txt {
  margin-top: 30px;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}
.l-entry .content .complete .btn {
  width: 300px;
  margin: 60px auto 0;
}
.l-entry .content .complete .btn a {
  background-color: var(--clr-red);
  background-image: unset;
  line-height: 55px;
}

.l-privacy .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px 0;
}
@media screen and (max-width: 768px) {
  .l-privacy .content {
    gap: 40px 0;
  }
}
.l-privacy .content .row p {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .l-privacy .content .row p {
    font-size: 1.4rem;
  }
}
.l-privacy .content .row p.-right {
  text-align: right;
}
.l-privacy .content .row ol {
  margin: 40px 0 0 100px;
  padding: 0 0 0 2em;
}
@media screen and (max-width: 768px) {
  .l-privacy .content .row ol {
    margin: 20px 0 0 50px;
    padding: 0 0 0 2em;
  }
}
.l-privacy .content .row ol li {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .l-privacy .content .row ol li {
    font-size: 1.4rem;
  }
}

.l-error .content {
  text-align: center;
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  .l-error .content {
    padding-top: 30px;
  }
}
.l-error .content .title {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-error .content .title {
    font-size: 1.8rem;
  }
}
.l-error .content .title::before {
  content: attr(data-title);
  font-size: 4.6rem;
  color: var(--clr-blue);
  line-height: 1;
  display: block;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-error .content .title::before {
    font-size: 3.2rem;
  }
}
.l-error .content .txt {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  margin: 60px 0 80px;
}
@media screen and (max-width: 768px) {
  .l-error .content .txt {
    font-size: 1.4rem;
    margin: 30px 0 40px;
  }
}
/*# sourceMappingURL=style.css.map */