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

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
body {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSans_Regular.woff2") format("woff2"), url("../fonts/NotoSans_Regular.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSans_Medium.woff2") format("woff2"), url("../fonts/NotoSans_Medium.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSans_Bold.woff2") format("woff2"), url("../fonts/NotoSans_Bold.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSans_Black.woff2") format("woff2"), url("../fonts/NotoSans_Black.woff") format("woff");
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff");
}
/* roboto-200 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-200.woff2") format("woff2"), url("../fonts/roboto-v30-latin-200.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff");
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: 0.04em;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

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

:where(button, [type=button], [type=reset], [type=submit]) {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

textarea {
  resize: both;
}

@-webkit-keyframes slideIn1 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes slideIn1 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideIn2 {
  0% {
    -webkit-transform: translate(-25px, -50%);
            transform: translate(-25px, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideIn2 {
  0% {
    -webkit-transform: translate(-25px, -50%);
            transform: translate(-25px, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideDown1 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideDown1 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slideDown2 {
  0% {
    -webkit-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideDown2 {
  0% {
    -webkit-transform: translate(-50%, -25px);
            transform: translate(-50%, -25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 1;
  }
}
:target {
  scroll-margin-top: 85px; /* 固定ヘッダー高さぶんずらす */
}

/* FontFamily */
/* font-weight */
body {
  font-family: "Notosans_subset", sans-serif;
  font-weight: 400;
  color: #333;
}

.l-inner {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.l-inner--s {
  max-width: 1072px;
}
.l-inner--l {
  max-width: 1380px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 85px;
  background-color: #fff;
  z-index: 20;
}
.l-header--transparent {
  background-color: transparent;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.l-header--transparent .p-header-nav__link {
  color: #fff;
}
.l-header--transparent .l-header__logo-img--white {
  display: block;
}
.l-header--transparent .l-header__logo-img--black {
  display: none;
}
.l-header--transparent .l-header__search #___gcse_0 {
  border: none;
}
.l-header--transparent.bg {
  background-color: #fff;
}
.l-header--transparent.bg .l-header__logo-img--white {
  display: none;
}
.l-header--transparent.bg .l-header__logo-img--black {
  display: block;
}
.l-header--transparent.bg .p-header-nav__link {
  color: #222;
}
.l-header--transparent.bg .l-header__search #___gcse_0 {
  border: 1px solid #C8C8C8;
}
.l-header__inner {
  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;
  width: 100%;
  height: 100%;
  padding-right: 60px;
  padding-left: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  .l-header__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 992px) {
  .l-header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.l-header__logo-img--white {
  display: none;
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 40;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.l-header__logo a:hover, .l-header__logo a:focus-visible {
  opacity: 0.7;
}
.l-header__logo {
  display: block;
  max-width: 152px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 148px;
  }
}
.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  .l-header__container {
    display: none;
  }
}
.l-header__search {
  width: 196px;
  margin-left: 30px;
}
@media screen and (max-width: 1200px) {
  .l-header__search {
    margin-left: 20px;
  }
}
.l-header__btn {
  width: 211px;
  margin-left: 40px;
}

.p-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header-nav__item {
  position: relative;
  height: 100%;
}
.p-header-nav__link {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0 15px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .p-header-nav__link {
    font-size: 1.4rem;
    padding: 0 12px;
  }
}
.p-header-nav__link:hover, .p-header-nav__link:focus-visible {
  opacity: 0.7;
}
.p-header-nav__icon path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header-nav__item.current .l-header-nav__link {
  color: #246EB8;
}
.p-header-nav__item.current .l-header-nav__link::after {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.p-header-nav__item.current .l-header-nav__icon path {
  fill: #246EB8;
}

.c-hamburger-btn {
  display: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
@media screen and (max-width: 1100px) {
  .c-hamburger-btn {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 54px;
    height: 54px;
    background-color: #246EB8;
    border-radius: 4px;
    z-index: 20;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
.c-hamburger-btn button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.c-hamburger-btn__inner {
  display: block;
  position: relative;
  width: 29px;
  height: 14px;
  margin-top: 5px;
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  border-radius: 20px;
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
  right: 0;
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}
.c-hamburger-btn__text {
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}

.p-sub-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  margin-top: 85px;
}
@media screen and (max-width: 1100px) {
  .p-sub-nav {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: auto;
    overflow-y: auto;
    background-color: #F0F8FE;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    z-index: 30;
  }
}
.p-sub-nav__inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 200px;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__inner {
    padding-top: 20px;
  }
}
.p-sub-nav__item {
  position: relative;
  max-width: 340px;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  margin: 0 auto;
  cursor: pointer;
}
.p-sub-nav__title {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: uppercase;
}
.p-sub-nav__link {
  display: block;
  line-height: 1.3;
  padding: 20px 0;
}
.p-sub-nav__btn-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__btn-wrap {
    margin-top: 40px;
  }
}
.p-sub-nav__btn {
  display: block;
  max-width: 280px;
  width: 100%;
  background-color: #246EB8;
  border: 1px solid #246EB8;
  border-radius: 40px;
  color: #246EB8;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  padding: 19px 10px;
  margin: 0 auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.p-sub-nav__btn:hover, .p-sub-nav__btn:focus-visible {
  background-color: #fff;
  color: #246EB8;
}
.p-sub-nav__btn--border {
  background-color: #fff;
  border-color: #246EB8;
  color: #246EB8;
}
.p-sub-nav__btn--border:hover, .p-sub-nav__btn--border:focus-visible {
  background-color: #246EB8;
  color: #fff;
}
.p-sub-nav__btn:not(:first-child) {
  margin-top: 20px;
}
.p-sub-nav__info {
  position: relative;
  max-width: 240px;
  margin: 38px auto 0;
  z-index: 20;
}
.p-sub-nav__info-item:not(:first-child) {
  margin-top: 20px;
}

.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
.l-header.active .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  -webkit-transition: 0.01s;
  transition: 0.01s;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-30deg);
          transform: translateY(50%) rotate(-30deg);
}
@media screen and (max-width: 1100px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: 0.15s;
    transition: 0.15s;
  }
}
.l-header.active.l-header--transparent {
  background-color: #fff;
}
.l-header.active.l-header--transparent .l-header__logo-img--white {
  display: none;
}
.l-header.active.l-header--transparent .l-header__logo-img--black {
  display: block;
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  background-color: #F0F8FE;
  padding: 80px 0 70px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 50px 0 25px;
  }
}
.l-footer__container {
  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: 992px) {
  .l-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }
}
.l-footer__info-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32.5%;
  max-width: 390px;
}
@media screen and (max-width: 992px) {
  .l-footer__info-area {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__info-area {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .l-footer__logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.l-footer__logo a {
  display: inline-block;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.l-footer__logo a:hover, .l-footer__logo a:focus-visible {
  opacity: 0.7;
}
.l-footer__company {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 15px;
}
.l-footer__address-wrap {
  font-size: 1.5rem;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .l-footer__address-wrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__address-wrap {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
.l-footer__address + .l-footer__address {
  margin-top: 15px;
}
.l-footer__address-title {
  font-weight: 500;
}
.l-footer__tel a {
  display: inline-block;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.l-footer__tel a:hover, .l-footer__tel a:focus-visible {
  opacity: 0.7;
}
.l-footer__btn {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .l-footer__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 360px) {
  .l-footer__btn .c-btn {
    max-width: 280px;
  }
}
.l-footer__search {
  width: 315px;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .l-footer__search {
    margin: 20px auto 0;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 360px) {
  .l-footer__search {
    width: 280px;
  }
}
.l-footer__nav-area {
  margin: 0 50px 0 50px;
}
@media screen and (max-width: 992px) {
  .l-footer__nav-area {
    margin: 60px 0 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-area {
    margin-top: 40px;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
  width: calc(100% + 50px);
}
@media screen and (max-width: 992px) {
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    gap: 40px;
  }
}
.l-footer__nav-item-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 992px) {
  .l-footer__nav-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .l-footer__nav-item {
    width: calc(50% - 10px);
    max-width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item {
    max-width: 200px;
  }
}
.l-footer__nav-item + .l-footer__nav-item {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .l-footer__nav-item + .l-footer__nav-item {
    margin-top: 0;
  }
}
.l-footer__nav-item-main {
  position: relative;
  color: #246EB8;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 6px;
}
.l-footer__nav-item-main a {
  display: block;
  position: relative;
}
.l-footer__nav-item-main a:hover, .l-footer__nav-item-main a:focus-visible {
  border-color: #246EB8;
}
.l-footer__nav-item-main a:hover .icon::before, .l-footer__nav-item-main a:focus-visible .icon::before {
  -webkit-animation: slideIn1 0.2s forwards;
          animation: slideIn1 0.2s forwards;
}
.l-footer__nav-item-main a:hover .icon::after, .l-footer__nav-item-main a:focus-visible .icon::after {
  opacity: 0;
  -webkit-animation: slideIn2 0.2s forwards;
          animation: slideIn2 0.2s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.l-footer__nav-item-main .icon {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 19px;
  aspect-ratio: 1/1;
  background-color: #246EB8;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.l-footer__nav-item-main .icon::before, .l-footer__nav-item-main .icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  aspect-ratio: 8/8;
  background: #fff;
  -webkit-mask: url(../img/icon/icon_arrow-right.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_arrow-right.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-footer__nav-item-main .icon::after {
  opacity: 0;
}
@keyframes slideIn1 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideIn2 {
  0% {
    -webkit-transform: translate(-25px, -50%);
            transform: translate(-25px, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 1;
  }
}
.l-footer__nav-sub {
  border-top: 1px solid #CDD9E3;
  padding-top: 13px;
}
.l-footer__nav-sub-item a {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 4px 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-sub-item a {
    padding: 3px 0;
  }
}
.l-footer__nav-sub-item a:hover, .l-footer__nav-sub-item a:focus-visible {
  opacity: 0.7;
}
.l-footer__nav-sub-item a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 1px;
  background-color: #246EB8;
  margin-right: 14px;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.l-footer__nav-menu {
  margin-top: 22px;
}
.l-footer__nav-menu-item a {
  display: block;
  font-size: 1.2rem;
  padding: 8px 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.l-footer__nav-menu-item a:hover, .l-footer__nav-menu-item a:focus-visible {
  opacity: 0.7;
}
.l-footer__nav-sns {
  margin-top: 12px;
}
.l-footer__nav-sns-item {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  line-height: 1;
  padding: 7px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.l-footer__nav-sns-item:hover, .l-footer__nav-sns-item:focus-visible {
  opacity: 0.7;
}
.l-footer__nav-sns-item img {
  display: inline-block;
  max-width: 21px;
}
.l-footer__copyright {
  margin-top: 20px;
  color: #9C9C9C;
  font-size: 1rem;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .l-footer__copyright {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 20px;
  }
}

/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 60px;
  }
}
.l-section--first {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-section--first {
    padding-top: 40px;
  }
}
.l-section--last {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-section--last {
    padding-bottom: 50px;
  }
}
.l-section--full {
  padding: 50px 0 100px;
}
@media screen and (max-width: 767px) {
  .l-section--full {
    padding: 40px 0 50px;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  margin-top: 85px;
}
.l-main--top {
  margin-top: 0;
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  gap: 40px 50px;
}
@media screen and (max-width: 992px) {
  .l-grid {
    gap: 30px 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-grid {
    gap: 30px 20px;
  }
}

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

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

.l-grid--cards {
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .l-grid--cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .l-grid--cards {
    gap: 30px 20px;
  }
}

/* -------------------------------------
        l-container
-----------------------------------------*/
.l-container {
  padding: 50px 0 120px;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 30px 0 80px;
  }
}

/* -------------------------------------
        l-post
-----------------------------------------*/
.l-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .l-post {
    display: block;
  }
}
.l-post__main {
  width: calc(100% - 262px - 100px);
}
@media screen and (max-width: 992px) {
  .l-post__main {
    width: 100%;
  }
}
.l-post__sub {
  width: 262px;
  margin-left: 100px;
}
@media screen and (max-width: 992px) {
  .l-post__sub {
    width: 100%;
    margin: 80px 0 0 0;
  }
}

/* -------------------------------------
        c-accordion
-----------------------------------------*/
.c-accordion__row:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-accordion__row:not(:first-child) {
    margin-top: 20px;
  }
}
.c-accordion__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 12px 12px 0 0;
  background-color: #246EB8;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  padding: 15px 72px 15px 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn {
    font-size: 1.8rem;
    padding: 16px 56px 16px 20px;
  }
}
@media screen and (max-width: 330px) {
  .c-accordion__btn {
    padding: 16px 46px 16px 20px;
  }
}
.c-accordion__btn::before, .c-accordion__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 15px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn::before, .c-accordion__btn::after {
    top: 32px;
    right: 20px;
    width: 12px;
  }
}
.c-accordion__btn::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-accordion__btn:focus-visible {
  outline: 2px solid #246EB8;
}
.c-accordion__btn .c-accordion__icon::before {
  display: block;
  content: "Q";
  font-size: 2rem;
  line-height: 1.3;
  margin-right: 10px;
}
.c-accordion__circle {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 22px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-accordion__circle {
    top: 20px;
    right: 14px;
    width: 24px;
    height: 24px;
  }
}
.c-accordion__body {
  display: none;
  background-color: #F3F3F3;
  border-radius: 0 0 12px 12px;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .c-accordion__body {
    padding: 15px 30px;
  }
}
.c-accordion__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-accordion__text {
    line-height: 1.575;
    letter-spacing: 0.05em;
  }
}

.c-accordion__btn.is-open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* -------------------------------------
      c-page-top  
-----------------------------------------*/
.c-page-top {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 30px;
  width: 57px;
  height: 57px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-page-top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 40px;
  }
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  position: relative;
  line-height: 1.2;
  z-index: 10;
}
.c-primary-title + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 20px;
  }
}
.c-primary-title__ja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .c-primary-title__ja {
    font-size: 1.4rem;
  }
}
.c-primary-title__ja::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../img/icon/icon_hexagon.svg) no-repeat center/contain;
  margin-right: 5px;
}
.c-primary-title__en {
  display: inline-block;
  color: #246EB8;
  font-family: "Outfit", sans-serif;
  font-size: 5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-primary-title__en {
    font-size: 3.6rem;
    margin-top: 4px;
  }
}
.c-primary-title--small .c-primary-title__en {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title--small .c-primary-title__en {
    font-size: 3.6rem;
  }
}

/* -------------------------------------
        c-pagination
-----------------------------------------*/
.c-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .c-pagination ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-pagination li a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-pagination li a:hover, .c-pagination li a:focus-visible {
  opacity: 0.7;
}
.c-pagination li .page-numbers {
  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;
  width: 40px;
  height: 40px;
  background-color: #EEF4FA;
  border-radius: 3px;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}
.c-pagination li .current {
  background-color: #246EB8;
  color: #fff;
}
.c-pagination li .prev, .c-pagination li .next {
  margin: 0;
}
.c-pagination li .prev::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url(../img/icon/icon_arrow-left-blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-pagination li .prev::before {
    width: 16px;
    height: 16px;
  }
}
.c-pagination li .next::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url(../img/icon/icon_arrow-right-blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-pagination li .next::after {
    width: 16px;
    height: 16px;
  }
}

/* -------------------------------------
        c-pager
-----------------------------------------*/
.c-pager {
  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;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-pager {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.c-pager__item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-pager__item {
    width: 100%;
  }
}
.c-pager__item + .c-pager__item a {
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-pager__item + .c-pager__item a {
    border: none;
  }
}
.c-pager__prev, .c-pager__next {
  position: relative;
  height: 100%;
}
.c-pager__prev a, .c-pager__next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  position: relative;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-pager__prev a:hover, .c-pager__prev a:focus-visible, .c-pager__next a:hover, .c-pager__next a:focus-visible {
  opacity: 0.7;
}
.c-pager__prev {
  margin-left: auto;
}
.c-pager__prev a {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .c-pager__prev a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-left: 0;
  }
}
.c-pager__prev a::before {
  right: 11px;
  background-image: url(../img/icon/icon_prev.svg);
}
.c-pager__prev .c-pager__meta {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-pager__prev .c-pager__meta {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-pager__next {
  margin-right: auto;
}
.c-pager__next a {
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .c-pager__next a {
    padding-right: 0;
  }
}
.c-pager__next a::before {
  left: 11px;
  background-image: url(../img/icon/icon_next.svg);
}
.c-pager__meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-pager__label {
  color: #246EB8;
  font-size: 1.2rem;
  line-height: 1.5;
}
.c-pager__title {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 8px;
}
.c-pager__thumbwrap {
  width: 40.34%;
  max-width: 104px;
}
.c-pager__thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 100%;
}
.c-pager__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------
        c-secondary-title
-----------------------------------------*/
.c-secondary-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-secondary-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.c-secondary-title + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-secondary-title + * {
    margin-top: 30px;
  }
}
.c-secondary-title__en {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #246EB8;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-secondary-title__en {
    font-size: 1.4rem;
  }
}
.c-secondary-title__en::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../img/icon/icon_hexagon.svg) no-repeat center/contain;
  margin-right: 5px;
}
.c-secondary-title__ja {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-secondary-title__ja {
    font-size: 2.4rem;
    margin-top: 2px;
  }
}
@media screen and (max-width: 361px) {
  .c-secondary-title__ja {
    font-size: 2.2rem;
  }
}
.c-secondary-title--small {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-secondary-title--small {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.c-secondary-title--small .c-secondary-title__en {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-secondary-title--small .c-secondary-title__en {
    font-size: 1.4rem;
  }
}
.c-secondary-title--small .c-secondary-title__ja {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c-secondary-title--small .c-secondary-title__ja {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 361px) {
  .c-secondary-title--small .c-secondary-title__ja {
    font-size: 2.2rem;
  }
}

/* -------------------------------------
        c-card
-----------------------------------------*/
.c-card {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}
@media screen and (max-width: 1200px) {
  .c-card {
    padding: 20px;
  }
}
.c-card a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-card a:hover, .c-card a:focus-visible {
  opacity: 0.7;
}
.c-card__head {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-card__name {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0 15px 0 0;
  font-size: 1.2rem;
  font-weight: 500;
  color: #246EB8;
  letter-spacing: 0.06em;
  padding: 6px 12px 6px 0;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .c-card__name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .c-card__name {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-card__name {
    position: relative;
    border-radius: 0;
    padding: 0;
    margin-top: 20px;
  }
}
.c-card__img {
  position: relative;
  padding-top: 72.55%;
  border-radius: 15px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-card__img {
    border-radius: 8px;
  }
}
.c-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-card__body {
    margin-top: 10px;
  }
}
.c-card__text {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  display: inline-block;
  position: relative;
  max-width: 315px;
  width: 100%;
  border-radius: 48px;
  background-color: #246EB8;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 10;
  padding: 18px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.4rem;
    padding: 17px 10px;
  }
}
.c-btn::before, .c-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 48px;
  background: rgb(0, 119, 255);
}
.c-btn::before {
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left top, right top, from(#00A2EC), to(#246EB8));
  background: linear-gradient(90deg, #00A2EC 0%, #246EB8 100%);
}
.c-btn::after {
  z-index: -2;
  background: -webkit-gradient(linear, left top, right top, from(#246EB8), to(#00A2EC));
  background: linear-gradient(90deg, #246EB8 0%, #00A2EC 100%);
}
.c-btn:hover, .c-btn:focus-visible {
  background-position: 100% 0;
}
.c-btn:hover::before, .c-btn:focus-visible::before {
  opacity: 0;
}
.c-btn:hover .c-btn__icon::before, .c-btn:focus-visible .c-btn__icon::before {
  -webkit-animation: slideIn1 0.2s forwards;
          animation: slideIn1 0.2s forwards;
}
.c-btn:hover .c-btn__icon::after, .c-btn:focus-visible .c-btn__icon::after {
  opacity: 0;
  -webkit-animation: slideIn2 0.25s forwards;
          animation: slideIn2 0.25s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@keyframes slideIn1 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideIn2 {
  0% {
    -webkit-transform: translate(-25px, -50%);
            transform: translate(-25px, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 1;
  }
}
.c-btn__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.c-btn__icon::before, .c-btn__icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  aspect-ratio: 13/10;
  background: url(../img/icon/icon_arrow-right.svg) no-repeat center/contain;
}
.c-btn__icon::after {
  opacity: 0;
}

.c-btn--larg {
  max-width: 574px;
  font-size: 1.8rem;
  padding: 32px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn--larg {
    max-width: 315px;
    font-size: 1.4rem;
    padding: 15px 10px;
  }
}
.c-btn--larg .c-btn__icon {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .c-btn--larg .c-btn__icon {
    right: 10px;
  }
}

/* -------------------------------------
        c-icon-btn
-----------------------------------------*/
.c-icon-btn {
  display: inline-block;
  position: relative;
  max-width: 211px;
  width: 100%;
  border: 1px solid #75BBF0;
  border-radius: 8px;
  background-color: #75BBF0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 14px 0.8em;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 10;
}
.c-icon-btn:hover, .c-icon-btn:focus-visible {
  background-color: #fff;
}
.c-icon-btn:hover .c-icon-btn__text, .c-icon-btn:focus-visible .c-icon-btn__text {
  color: #75BBF0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-icon-btn__text {
  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;
  color: #fff;
}
.c-icon-btn__text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-mask: url(../img/icon/icon_mail.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_mail.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.c-icon-btn:hover, .c-icon-btn:focus-visible {
  color: #246EB8;
  background-color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-icon-btn:hover .c-icon-btn__text::before, .c-icon-btn:focus-visible .c-icon-btn__text::before {
  background-color: #75BBF0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-icon-btn--post .c-icon-btn__text::before {
  -webkit-mask: url(../img/icon/icon_post.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_post.svg) no-repeat center/cover;
}
.c-icon-btn--larg {
  max-width: 300px;
  padding: 24px 0.1em;
}
@media screen and (max-width: 767px) {
  .c-icon-btn--larg {
    font-size: 1.6rem;
  }
}

/* -------------------------------------
        c-loop
-----------------------------------------*/
.c-loop {
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.c-loop__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-loop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-loop__item {
  width: 309px;
  margin: 0 7px;
}
@media screen and (max-width: 767px) {
  .c-loop__item {
    width: 139px;
  }
}
.c-loop__item img {
  border-radius: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-loop__item img {
    border-radius: 5px;
  }
}
.c-loop__item:nth-child(even) {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-loop__item:nth-child(even) {
    padding-top: 25px;
  }
}

.c-loop__list--01 {
  -webkit-animation: loop1 150s -75s linear infinite;
          animation: loop1 150s -75s linear infinite;
}

.c-loop__list--02 {
  -webkit-animation: loop2 150s linear infinite;
          animation: loop2 150s linear infinite;
}

@-webkit-keyframes loop1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/* -------------------------------------
        c-loop2
-----------------------------------------*/
.c-loop2 {
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.c-loop2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-loop2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-loop2__item {
  width: 368px;
  margin: 0 20px;
}
@media screen and (max-width: 1200px) {
  .c-loop2__item {
    width: 250px;
    margin: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-loop2__item {
    width: 138px;
    margin: 0 8px;
  }
}
.c-loop2__item img {
  border-radius: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-loop2__item img {
    border-radius: 8px;
  }
}

.c-loop2__list--01 {
  -webkit-animation: loop1 150s -75s linear infinite;
          animation: loop1 150s -75s linear infinite;
}

.c-loop2__list--02 {
  -webkit-animation: loop2 150s linear infinite;
          animation: loop2 150s linear infinite;
}

@-webkit-keyframes loop1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
/* -------------------------------------
          c-news
-----------------------------------------*/
.c-news {
  position: relative;
}
.c-news__new-tag {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#00A2EC), to(#246EB8));
  background: linear-gradient(90deg, #00A2EC 0%, #246EB8 100%);
  border-radius: 10px 0 10px 0;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 5px 11px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-news:hover .c-news__title, .c-news:focus .c-news__title {
    --d: 100%;
    --p: 100%;
  }
}
.c-news__thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 63.708%;
}
.c-news__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-news__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-news__body {
    margin-top: 15px;
  }
}
.c-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
}
.c-news__tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.c-news__tag {
  display: inline-block;
  background-color: #246EB8;
  border-radius: 5px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 5px 9px;
}
.c-news__date {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #848484;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.c-news__title {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #246EB8)) var(--p, 0) 100%/var(--d, 0) 1px no-repeat;
  background: linear-gradient(#246EB8 0 0) var(--p, 0) 100%/var(--d, 0) 1px no-repeat;
  -webkit-transition: 0.3s, background-position 0s 0.3s;
  transition: 0.3s, background-position 0s 0.3s;
  color: #246EB8;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-news__title:hover, .c-news__title:focus {
    --d: 100%;
    --p: 100%;
  }
}
.c-news__text {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-news__text {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

/* -------------------------------------
        c-media
-----------------------------------------*/
.c-media {
  position: relative;
  -webkit-box-shadow: 8px 8px 30px rgba(1, 162, 236, 0.1);
          box-shadow: 8px 8px 30px rgba(1, 162, 236, 0.1);
  background-color: #fff;
  border-radius: 15px;
}
.c-media a {
  display: block;
  height: 100%;
  border: 3px solid transparent;
  border-radius: 15px;
  padding: 38px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
@media screen and (max-width: 1200px) {
  .c-media a {
    padding: 20px 20px 30px 20px;
  }
}
.c-media a:hover, .c-media a:focus-visible {
  border-color: #246EB8;
}
.c-media a:hover .c-media__icon::before, .c-media a:focus-visible .c-media__icon::before {
  -webkit-animation: slideIn1 0.2s forwards;
          animation: slideIn1 0.2s forwards;
}
.c-media a:hover .c-media__icon::after, .c-media a:focus-visible .c-media__icon::after {
  opacity: 0;
  -webkit-animation: slideIn2 0.25s forwards;
          animation: slideIn2 0.25s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.c-media__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .c-media__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.c-media__img-wrap {
  max-width: 226px;
  width: 46%;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .c-media__img-wrap {
    max-width: 100%;
    width: 100%;
  }
}
.c-media__img {
  position: relative;
  border-radius: 15px;
  padding-top: 63.72%;
  overflow: hidden;
}
.c-media__img::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(192, 225, 242, 0.2);
  z-index: 1;
}
.c-media__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-media__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-media__title .ja {
  color: #246EB8;
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-media__title .ja {
    font-size: 1.8rem;
  }
}
.c-media__title .en {
  color: #808080;
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}
.c-media__text {
  font-size: 1.4rem;
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  .c-media__text {
    margin-top: 10px;
  }
}
.c-media__icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .c-media__icon {
    bottom: 5px;
  }
}
.c-media__icon::before, .c-media__icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  aspect-ratio: 13/10;
  background: url(../img/icon/icon_arrow-right.svg) no-repeat center/contain;
}
.c-media__icon::after {
  opacity: 0;
}

@keyframes slideIn1 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideIn2 {
  0% {
    -webkit-transform: translate(-25px, -50%);
            transform: translate(-25px, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 1;
  }
}
/* -------------------------------------
        c-white-btn
-----------------------------------------*/
.c-white-btn {
  display: inline-block;
  position: relative;
  max-width: 415px;
  width: 100%;
  border: 2px solid transparent;
  background-color: #fff;
  border-radius: 48px;
  color: #246EB8;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 10;
  padding: 20px 10px;
}
@media screen and (max-width: 767px) {
  .c-white-btn {
    font-size: 1.8rem;
    max-width: 354px;
    padding: 23px 8px;
  }
}
.c-white-btn:hover, .c-white-btn:focus-visible {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.c-white-btn:hover::before, .c-white-btn:focus-visible::before {
  opacity: 0;
}
.c-white-btn:hover .c-white-btn__icon, .c-white-btn:focus-visible .c-white-btn__icon {
  background-color: #fff;
}
.c-white-btn:hover .c-white-btn__icon::before, .c-white-btn:focus-visible .c-white-btn__icon::before {
  background: #246EB8;
  -webkit-animation: slideIn1 0.2s forwards;
          animation: slideIn1 0.2s forwards;
}
.c-white-btn:hover .c-white-btn__icon::after, .c-white-btn:focus-visible .c-white-btn__icon::after {
  opacity: 0;
  background: #246EB8;
  -webkit-animation: slideIn2 0.25s forwards;
          animation: slideIn2 0.25s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@keyframes slideIn1 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideIn2 {
  0% {
    -webkit-transform: translate(-25px, -50%);
            transform: translate(-25px, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 1;
  }
}
.c-white-btn__icon {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 34px;
  aspect-ratio: 1/1;
  background-color: #246EB8;
  border-radius: 50%;
  overflow: hidden;
}
.c-white-btn__icon::before, .c-white-btn__icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  aspect-ratio: 13/10;
  background: #fff;
  -webkit-mask: url(../img/icon/icon_arrow-right.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_arrow-right.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-white-btn__icon::after {
  opacity: 0;
}

.c-white-btn--larg {
  max-width: 577px;
  font-size: 1.8rem;
  padding: 23px 10px;
}
@media screen and (max-width: 767px) {
  .c-white-btn--larg {
    max-width: 360px;
    font-size: 1.6rem;
    padding: 14px 10px;
  }
}
.c-white-btn--larg:hover, .c-white-btn--larg:focus-visible {
  background-color: #246EB8;
}
.c-white-btn--larg .c-white-btn__icon {
  width: 30px;
}

/* -------------------------------------
        c-search
-----------------------------------------*/
.c-search {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.gsc-input-box {
  padding: 0 !important;
}

form.gsc-search-box {
  margin: 0 !important;
}

table.gsc-search-box {
  margin: 0 !important;
}

.gsc-results-wrapper-overlay {
  height: 80vh !important;
}

.gsc-control-cse {
  background-color: transparent !important;
  padding: 0 !important;
  border: none !important;
}

.gsib_a {
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gsc-input-box {
  border: none !important;
  border-radius: 100px 0 0 100px !important;
}

.gsc-input {
  padding-right: 0 !important;
}

input.gsc-input {
  background: none !important;
  max-height: 46px !important;
  padding: 20px 10px 20px 14px !important;
}

input.gsc-input::-webkit-input-placeholder {
  color: #D1D1D1;
  background: none !important;
  font-weight: 500 !important;
}

input.gsc-input::-moz-placeholder {
  color: #D1D1D1;
  background: none !important;
  font-weight: 500 !important;
}

input.gsc-input:-ms-input-placeholder {
  color: #D1D1D1;
  background: none !important;
  font-weight: 500 !important;
}

input.gsc-input::-ms-input-placeholder {
  color: #D1D1D1;
  background: none !important;
  font-weight: 500 !important;
}

input.gsc-input::placeholder {
  color: #D1D1D1;
  background: none !important;
  font-weight: 500 !important;
}

.gsc-search-button {
  margin-left: 10px !important;
  background-color: #fff !important;
  border-radius: 0 100px 100px 0 !important;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}

.gsc-search-button-v2 {
  padding: 0 16px 0 10px !important;
  background-color: #fff !important;
  border: none !important;
  margin-left: 0 !important;
}

.gsc-search-button-v2 svg {
  width: 16px !important;
  height: 16px !important;
  fill: #246EB8 !important;
}

#___gcse_0 {
  border-radius: 100px;
  border: 1px solid #C8C8C8;
}

#___gcse_1 {
  border-radius: 100px;
  border: 1px solid #C8C8C8;
}

.l-footer__search input.gsc-input {
  max-height: 57px !important;
  padding: 25px 16px 25px 28px !important;
}
@media screen and (max-width: 360px) {
  .l-footer__search input.gsc-input {
    padding: 25px 12px 25px 20px !important;
  }
}
.l-footer__search input.gsc-input::-webkit-input-placeholder {
  color: #D1D1D1;
  font-size: 1.6rem !important;
}
.l-footer__search input.gsc-input::-moz-placeholder {
  color: #D1D1D1;
  font-size: 1.6rem !important;
}
.l-footer__search input.gsc-input:-ms-input-placeholder {
  color: #D1D1D1;
  font-size: 1.6rem !important;
}
.l-footer__search input.gsc-input::-ms-input-placeholder {
  color: #D1D1D1;
  font-size: 1.6rem !important;
}
.l-footer__search input.gsc-input::placeholder {
  color: #D1D1D1;
  font-size: 1.6rem !important;
}
.l-footer__search .gsc-search-button-v2 {
  padding: 0 30px 0 10px !important;
  background-color: #fff !important;
}
@media screen and (max-width: 360px) {
  .l-footer__search .gsc-search-button-v2 {
    padding: 0 16px 0 10px !important;
  }
}
.l-footer__search .gsc-search-button-v2 svg {
  width: 18px !important;
  height: 18px !important;
}

/* -------------------------------------
        c-breadcrumb
-----------------------------------------*/
.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb__icon {
  display: inline-block;
  width: 25px;
  height: 1px;
  background-color: #fff;
  margin: 0 15px;
}
.c-breadcrumb .current-item {
  color: rgba(255, 255, 255, 0.7);
}
.c-breadcrumb a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-breadcrumb a:hover, .c-breadcrumb a:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        c-page-nav
-----------------------------------------*/
.c-page-nav {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-page-nav {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.c-page-nav__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 50px;
}
@media screen and (max-width: 1200px) {
  .c-page-nav__list {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .c-page-nav__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-page-nav__list {
    gap: 10px;
  }
}
.c-page-nav__btn {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 2px solid #eee;
  border-radius: 3px;
  font-weight: 500;
  padding: 20px 30px;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
}
@media screen and (max-width: 1200px) {
  .c-page-nav__btn {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-nav__btn {
    font-size: 1.4rem;
    padding: 10px 13px;
  }
}
@media screen and (max-width: 380px) {
  .c-page-nav__btn {
    font-size: 1.2rem;
  }
}
.c-page-nav__btn:hover, .c-page-nav__btn:focus-visible {
  color: #246EB8;
  border-color: #246EB8;
}
.c-page-nav__btn:hover .c-page-nav__btn-icon, .c-page-nav__btn:focus-visible .c-page-nav__btn-icon {
  border-color: #246EB8;
}
.c-page-nav__btn:hover .c-page-nav__btn-icon::before, .c-page-nav__btn:focus-visible .c-page-nav__btn-icon::before {
  -webkit-animation: slideIn1 0.2s forwards;
          animation: slideIn1 0.2s forwards;
}
.c-page-nav__btn:hover .c-page-nav__btn-icon::after, .c-page-nav__btn:focus-visible .c-page-nav__btn-icon::after {
  opacity: 0;
  -webkit-animation: slideIn2 0.25s forwards;
          animation: slideIn2 0.25s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.c-page-nav__btn--active {
  color: #246EB8;
  border-color: #246EB8;
}
.c-page-nav__btn--active .c-page-nav__btn-icon {
  border-color: #246EB8;
}
.c-page-nav__btn-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  display: inline-block;
  width: 30px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
}
@media screen and (max-width: 767px) {
  .c-page-nav__btn-icon {
    width: 20px;
    right: 13px;
  }
}
@media screen and (max-width: 390px) {
  .c-page-nav__btn-icon {
    right: 10px;
  }
}
.c-page-nav__btn-icon::before, .c-page-nav__btn-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  aspect-ratio: 13/12;
  background: url(../img/icon/icon_arrow-right.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-page-nav__btn-icon::before, .c-page-nav__btn-icon::after {
    width: 9px;
  }
}
.c-page-nav__btn-icon::after {
  opacity: 0;
}

.c-page-nav--inpage .c-page-nav__btn:hover, .c-page-nav--inpage .c-page-nav__btn:focus-visible {
  color: #246EB8;
  border-color: #246EB8;
}
.c-page-nav--inpage .c-page-nav__btn:hover .c-page-nav__btn-icon, .c-page-nav--inpage .c-page-nav__btn:focus-visible .c-page-nav__btn-icon {
  border-color: #246EB8;
}
.c-page-nav--inpage .c-page-nav__btn:hover .c-page-nav__btn-icon::before, .c-page-nav--inpage .c-page-nav__btn:focus-visible .c-page-nav__btn-icon::before {
  -webkit-animation: slideDown1 0.2s forwards;
          animation: slideDown1 0.2s forwards;
}
.c-page-nav--inpage .c-page-nav__btn:hover .c-page-nav__btn-icon::after, .c-page-nav--inpage .c-page-nav__btn:focus-visible .c-page-nav__btn-icon::after {
  opacity: 0;
  -webkit-animation: slideDown2 0.25s forwards;
          animation: slideDown2 0.25s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.c-page-nav--inpage .c-page-nav__btn-icon::before, .c-page-nav--inpage .c-page-nav__btn-icon::after {
  width: 12px;
  aspect-ratio: 12/13;
  background: url(../img/icon/icon_arrow-down.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-page-nav--inpage .c-page-nav__btn-icon::before, .c-page-nav--inpage .c-page-nav__btn-icon::after {
    width: 8px;
  }
}

/* -------------------------------------
        c-row-table
-----------------------------------------*/
.c-row-table {
  max-width: 784px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .c-row-table {
    max-width: 400px;
  }
}
.c-row-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .c-row-table__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: none;
    padding: 0;
  }
}
.c-row-table__head {
  width: 31%;
  max-width: 243px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-row-table__head {
    width: 100%;
    max-width: none;
    background-color: #246EB8;
    border-radius: 3px;
    color: #fff;
    font-size: 1.4rem;
    padding: 10px;
  }
}
.c-row-table__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-row-table__data {
    width: 100%;
    font-size: 1.4rem;
    padding: 10px 10px 15px;
    margin-left: 0;
  }
}
.c-row-table__data-text:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-row-table__data-text:not(:first-child) {
    margin-top: 16px;
  }
}

/* -------------------------------------
        c-timeline
-----------------------------------------*/
.c-timeline {
  max-width: 784px;
  margin-left: auto;
  margin-right: auto;
}
.c-timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1.5;
  padding-bottom: 40px;
}
.c-timeline__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 11px;
  height: 11px;
  background: url(../img/icon/icon_hexagon-blue.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-timeline__item::before {
    top: 12px;
  }
}
.c-timeline__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 5px;
  width: 1px;
  height: 100%;
  background-color: #246EB8;
}
@media screen and (max-width: 767px) {
  .c-timeline__item::after {
    top: 14px;
  }
}
.c-timeline__item:last-child {
  padding-bottom: 0;
}
.c-timeline__item:last-child::after {
  height: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .c-timeline__item:last-child::after {
    height: calc(100% - 14px);
  }
}
.c-timeline__time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  color: #246EB8;
  font-family: "Ubuntu", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  padding-left: 29px;
}
@media screen and (max-width: 767px) {
  .c-timeline__time {
    width: 74px;
    font-size: 2rem;
  }
}
.c-timeline__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 14px 0 0 108px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-timeline__body {
    font-size: 1.4rem;
    margin: 3px 0 0 30px;
  }
}
/* -------------------------------------
        c-office
-----------------------------------------*/
.c-office + .c-office {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-office + .c-office {
    margin-top: 50px;
  }
}
.c-office__title {
  border-left: 3px solid #246EB8;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 7px;
}
@media screen and (max-width: 767px) {
  .c-office__title {
    font-size: 2rem;
  }
}
.c-office__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .c-office__container {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-office__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.c-office__text-area {
  width: 30.75%;
}
@media screen and (max-width: 767px) {
  .c-office__text-area {
    width: 100%;
  }
}
.c-office__img {
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-office__img {
    border-radius: 12px;
  }
}
.c-office__img + .c-office__body {
  margin-top: 20px;
}
.c-office__body {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-office__body {
    font-size: 1.4rem;
  }
}
.c-office__tel {
  margin-top: 15px;
}
.c-office__tel-item a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.c-office__tel-item a:hover, .c-office__tel-item a:focus-visible {
  opacity: 0.7;
}
.c-office__map-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-office__map-area {
    width: 100%;
  }
}
.c-office__map {
  position: relative;
  padding-bottom: 63.13%;
  height: 0;
  border-radius: 15px;
  overflow: hidden;
}
.c-office__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-office--noimage .c-office__map {
  padding-bottom: 38.939%;
}
@media screen and (max-width: 767px) {
  .c-office--noimage .c-office__map {
    padding-bottom: 63.13%;
  }
}

/* -------------------------------------
        c-fullmedia
-----------------------------------------*/
.c-fullmedia {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
}
@media screen and (max-width: 1200px) {
  .c-fullmedia {
    gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .c-fullmedia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
.c-fullmedia + .c-fullmedia {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .c-fullmedia + .c-fullmedia {
    margin-top: 60px;
  }
}
.c-fullmedia__text-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48%;
}
@media screen and (max-width: 992px) {
  .c-fullmedia__text-area {
    width: 100%;
  }
}
.c-fullmedia__title {
  display: inline;
  font-size: 3.4rem;
  line-height: 1.5;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64%, transparent), color-stop(64%, #F0F8FE));
  background: linear-gradient(transparent 64%, #F0F8FE 64%);
}
@media screen and (max-width: 767px) {
  .c-fullmedia__title {
    font-size: 2rem;
  }
}
.c-fullmedia__title + * {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .c-fullmedia__title + * {
    margin-top: 20px;
  }
}
.c-fullmedia__sub-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-fullmedia__sub-title {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
  }
}
.c-fullmedia__sub-title + * {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-fullmedia__sub-title + * {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-fullmedia__text {
    font-size: 1.4rem;
  }
}
.c-fullmedia__text + .c-fullmedia__text {
  margin-top: 20px;
}
.c-fullmedia__img-area {
  width: 100%;
  margin-right: auto;
  margin-left: calc(-50vw + 50%);
}
@media screen and (max-width: 992px) {
  .c-fullmedia__img-area {
    margin-left: auto;
  }
}
.c-fullmedia__img {
  border-radius: 0 15px 15px 0;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .c-fullmedia__img {
    border-radius: 12px;
  }
}
.c-fullmedia__img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
  max-height: 700px;
  min-height: 600px;
  border-radius: 0 15px 15px 0;
}
@media screen and (max-width: 992px) {
  .c-fullmedia__img img {
    border-radius: 12px;
    min-height: auto;
  }
}
.c-fullmedia__img figcaption {
  display: block;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .c-fullmedia__img figcaption {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .c-fullmedia__img figcaption {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
@media screen and (max-width: 992px) {
  .c-fullmedia .c-secondary-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-fullmedia .c-secondary-title + * {
    margin-top: 20px;
  }
}
.c-fullmedia__list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  background-color: #F0F8FE;
  border-radius: 15px;
  padding: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .c-fullmedia__list-box {
    gap: 20px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-fullmedia__list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 30px 35px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .c-fullmedia__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-fullmedia__list + .c-fullmedia__list {
    margin-top: 10px;
  }
}
.c-fullmedia__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .c-fullmedia__item {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-fullmedia__item {
    font-size: 1.5rem;
  }
}
.c-fullmedia__item + .c-fullmedia__item {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-fullmedia__item + .c-fullmedia__item {
    margin-top: 10px;
  }
}
.c-fullmedia__item .num {
  display: inline-block;
  color: #246EB8;
  font-family: "Outfit", sans-serif;
  margin-right: 10px;
}
@media screen and (max-width: 1400px) {
  .c-fullmedia__item br {
    display: none;
  }
}

.c-fullmedia--reverse {
  gap: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1200px) {
  .c-fullmedia--reverse {
    gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .c-fullmedia--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
  }
}
.c-fullmedia--reverse .c-fullmedia__img-area {
  margin-right: calc(-50vw + 50%);
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .c-fullmedia--reverse .c-fullmedia__img-area {
    margin-right: auto;
  }
}
.c-fullmedia--reverse .c-fullmedia__img {
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 992px) {
  .c-fullmedia--reverse .c-fullmedia__img {
    border-radius: 12px;
  }
}
.c-fullmedia--reverse .c-fullmedia__img img {
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 992px) {
  .c-fullmedia--reverse .c-fullmedia__img img {
    border-radius: 12px;
  }
}
.c-fullmedia--reverse figcaption {
  text-align: left;
}

@media screen and (max-width: 992px) {
  .c-fullmedia--sp-switch {
    gap: 0;
  }
}
@media screen and (max-width: 992px) {
  .c-fullmedia--sp-switch .c-fullmedia__text-area {
    display: contents;
  }
}
@media screen and (max-width: 992px) {
  .c-fullmedia--sp-switch .c-secondary-title {
    text-align: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 992px) {
  .c-fullmedia--sp-switch .c-fullmedia__sub-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 992px) {
  .c-fullmedia--sp-switch .c-fullmedia__img-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .c-fullmedia--sp-switch .c-fullmedia__body {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

/* -------------------------------------
        c-product
-----------------------------------------*/
.c-product__img {
  border: 2px solid #eee;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-product__img {
    border-radius: 12px;
  }
}
.c-product__body {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-product__body {
    margin-top: 5px;
  }
}
.c-product__name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-product__name {
    font-size: 1.4rem;
  }
}
.c-product__name--blue {
  color: #246EB8;
}
.c-product__text {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-product__text {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}

/* -------------------------------------
        c-voice
-----------------------------------------*/
.c-voice {
  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;
  gap: 50px;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  padding: 40px;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
}
@media screen and (max-width: 992px) {
  .c-voice {
    gap: 20px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-voice:hover, .c-voice:focus-visible {
  border-color: #246EB8;
}
.c-voice + .c-voice {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-voice + .c-voice {
    margin-top: 20px;
  }
}
.c-voice__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-voice__title {
  color: #246EB8;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-voice__title {
    font-size: 1.6rem;
  }
}
.c-voice__name {
  display: inline-block;
  font-size: 1.6rem;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-voice__name {
    font-size: 1.4rem;
  }
}
.c-voice__body {
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  .c-voice__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-voice__text {
    margin-top: 10px;
  }
}
.c-voice__img-area {
  width: 38%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .c-voice__img-area {
    width: 100%;
    max-width: 100%;
  }
}
.c-voice__img {
  position: relative;
  overflow: hidden;
  padding-top: 73%;
  border-radius: 15px;
}
.c-voice__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------
        c-line-title
-----------------------------------------*/
.c-line-title {
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-line-title {
    font-size: 2rem;
  }
}
.c-line-title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: calc(100% - 11px);
  background-color: #246EB8;
}
@media screen and (max-width: 767px) {
  .c-line-title::before {
    height: calc(100% - 6px);
  }
}

/* -------------------------------------
        c-recruit
-----------------------------------------*/
.c-recruit a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 2px solid #eee;
  border-radius: 15px;
  background-color: #fff;
  padding: 30px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .c-recruit a {
    padding: 20px 25px;
  }
}
.c-recruit a:hover, .c-recruit a:focus-visible {
  border-color: #246EB8;
}
.c-recruit__title {
  border-bottom: 1px solid #ddd;
  color: #246EB8;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .c-recruit__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-recruit__text {
    font-size: 1.4rem;
  }
}
.c-recruit__body {
  margin-top: 15px;
}
.c-recruit__tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.c-recruit__tag {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #246EB8;
  background-color: #F0F8FE;
  color: #246EB8;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  padding: 2px 14px;
}
@media screen and (max-width: 767px) {
  .c-recruit__tag {
    font-size: 1.2rem;
    padding: 2px 9px;
  }
}

/* -------------------------------------
        c-benefits
-----------------------------------------*/
.c-benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .c-benefits {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-benefits {
    gap: 20px;
  }
}
.c-benefits__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(25% - 37.5px);
  background-color: #fff;
  border-radius: 15px;
  line-height: 1.5;
  padding: 24px 20px;
}
@media screen and (max-width: 1200px) {
  .c-benefits__item {
    width: calc(25% - 22.5px);
  }
}
@media screen and (max-width: 992px) {
  .c-benefits__item {
    width: calc(33.3333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .c-benefits__item {
    width: calc(50% - 10px);
    padding: 30px 20px;
  }
}
.c-benefits__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.c-benefits__icon {
  display: inline-block;
  max-width: 45px;
  margin: 0 auto;
}
.c-benefits__title {
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-benefits__title {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}
.c-benefits__title small {
  font-size: 70%;
}
.c-benefits__text {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-benefits__text {
    font-size: 1.3rem;
  }
}

/* -------------------------------------
        c-select
-----------------------------------------*/
.c-select {
  position: relative;
}
.c-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 13px;
  height: 13px;
  background: url(../img/icon/icon_triangle.svg) no-repeat center/contain;
}
.c-select select {
  width: 100%;
  border: 1px solid #959595;
  border-radius: 5px;
  padding: 9px 15px;
  color: #7F7F7F;
  font-size: 1.4rem;
  cursor: pointer;
}
.c-select select:focus-visible {
  outline: 2px solid #222;
}

/* -------------------------------------
        c-tags
-----------------------------------------*/
.c-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.c-tags__item {
  display: inline-block;
  background-color: #F0F8FE;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 6px 8px;
}
@media screen and (max-width: 767px) {
  .c-tags__item {
    border-radius: 3px;
  }
}

.c-tags--larg .c-tags__item {
  font-size: 1.4rem;
  padding: 4px 14px;
}
@media screen and (max-width: 767px) {
  .c-tags--larg .c-tags__item {
    font-size: 1.2rem;
    padding: 4px 9px;
  }
}

a.c-tags__item {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a.c-tags__item:hover, a.c-tags__item:focus-visible {
  color: #246EB8;
  border-color: #246EB8;
}

.c-tags--blue .c-tags__item {
  background-color: #246EB8;
  border: 1px solid transparent;
  color: #fff;
}
.c-tags--blue a.c-tags__item {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-tags--blue a.c-tags__item:hover, .c-tags--blue a.c-tags__item:focus-visible {
  color: #246EB8;
  background-color: #fff;
  border-color: #246EB8;
}

/* -------------------------------------
        c-interview
-----------------------------------------*/
.c-interview + .c-interview {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-interview + .c-interview {
    margin-top: 30px;
  }
}
.c-interview__question {
  color: #246EB8;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-interview__question {
    font-size: 1.6rem;
  }
}
.c-interview__question::before {
  content: "";
  display: inline-block;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  width: 10px;
  height: 8px;
  background: url(../img/icon/icon_hexagon-blue.svg) no-repeat center/contain;
  margin-right: 10px;
}
.c-interview__answer {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-interview__answer {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

/* -------------------------------------
        c-progress
-----------------------------------------*/
.c-progress + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-progress + * {
    margin-top: 40px;
  }
}
.c-progress__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 54px;
}
@media screen and (max-width: 767px) {
  .c-progress__list {
    gap: 34px;
  }
}
@media screen and (max-width: 360px) {
  .c-progress__list {
    gap: 32px;
  }
}
.c-progress__item {
  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;
  position: relative;
  width: 140px;
  height: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #F0F8FE;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-progress__item {
    width: 95px;
    height: 95px;
  }
}
@media screen and (max-width: 370px) {
  .c-progress__item {
    width: 90px;
    height: 90px;
  }
}
.c-progress__item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -35px;
  width: 15px;
  height: 28px;
  background: url(../img/icon/icon_triangle-blue.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-progress__item::after {
    width: 10px;
    height: 19px;
    right: -23px;
  }
}
.c-progress__item:last-child::after {
  content: none;
}
.c-progress__item.active {
  background-color: #246EB8;
  color: #fff;
}
.c-progress__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-progress__text {
    font-size: 1.2rem;
  }
}

/* -------------------------------------
        c-form
-----------------------------------------*/
.c-form {
  max-width: 786px;
  margin: 50px auto 0;
}
.c-form .smf-form--simple-table .smf-item {
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .c-form .smf-form--simple-table .smf-item {
    padding: 18px 0;
    border-top: 1px solid #EDEDED;
  }
}
.c-form .smf-form--simple-table .smf-item.form-typetitle {
  padding: 0;
  margin-bottom: 28px;
  border: none;
}
@media screen and (max-width: 767px) {
  .c-form .smf-form--simple-table .smf-item.form-typetitle {
    margin-bottom: 20px;
  }
}
.c-form .smf-form--simple-table .smf-item__col--controls {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-form .smf-form--simple-table .smf-item__col--controls {
    font-size: 1.5rem;
  }
}
.c-form .smf-item__label__text {
  font-size: 1.7rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-form .smf-item__label__text {
    font-size: 1.6rem;
  }
}
.c-form .smf-form--simple-table textarea {
  font-family: "Notosans_subset", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-form .smf-form--simple-table textarea {
    font-size: 1.5rem;
  }
}
.c-form .form-flex .smf-item__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.c-form .smf-form .smf-text-control__control,
.c-form .smf-form .smf-textarea-control__control {
  width: 100%;
  background-color: #EFEEEE;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 1.4rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-form .smf-form .smf-text-control__control,
  .c-form .smf-form .smf-textarea-control__control {
    padding: 1.4rem 1.2rem;
  }
}
.c-form .smf-form .smf-text-control__control.postcode,
.c-form .smf-form .smf-textarea-control__control.postcode {
  width: 35%;
}
.c-form .smf-form .smf-text-control__control:focus {
  outline: 1px solid #246EB8;
}
.c-form .form-main-size .smf-item__col--controls {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 470px;
          flex: 1 1 470px;
  max-width: 470px;
}
.c-form .form-main-size .smf-item__col--controls .smf-placeholder, .c-form .form-main-size .smf-item__col--controls .smf-text-control__control {
  width: 100%;
}
.c-form .form-tel .smf-item__col--controls {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 256px;
          flex: 1 1 256px;
  max-width: 256px;
}
@media screen and (max-width: 767px) {
  .c-form .form-tel .smf-item__col--controls {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 400px;
            flex: 1 1 400px;
    max-width: 400px;
  }
}
.c-form .form-tel .smf-item__col--controls .smf-placeholder, .c-form .form-tel .smf-item__col--controls .smf-text-control__control {
  width: 100%;
}
.c-form .form-birth .smf-item__col--controls {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 502px;
          flex: 1 1 502px;
  max-width: 502px;
}
.c-form .form-birth .smf-item__col--controls .smf-placeholder, .c-form .form-birth .smf-item__col--controls .smf-text-control__control {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-form .form-birth .smf-item__col--controls .smf-placeholder:nth-of-type(1), .c-form .form-birth .smf-item__col--controls .smf-text-control__control:nth-of-type(1) {
    max-width: 100px;
  }
  .c-form .form-birth .smf-item__col--controls .smf-placeholder:nth-of-type(2), .c-form .form-birth .smf-item__col--controls .smf-placeholder:nth-of-type(3), .c-form .form-birth .smf-item__col--controls .smf-text-control__control:nth-of-type(2), .c-form .form-birth .smf-item__col--controls .smf-text-control__control:nth-of-type(3) {
    max-width: 62px;
  }
}
.c-form .form-season .smf-item__col--controls {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 432px;
          flex: 1 1 432px;
  max-width: 432px;
}
@media screen and (max-width: 767px) {
  .c-form .form-season .smf-item__col--controls {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 168px;
            flex: 1 1 168px;
    max-width: 168px;
  }
}
.c-form .form-season .smf-item__col--controls .smf-placeholder, .c-form .form-season .smf-item__col--controls .smf-text-control__control {
  width: 100%;
}
.c-form .form-season .smf-item__col--controls p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-form .form-season .smf-item__col--controls p {
    font-size: 1.4rem;
  }
}
.c-form .form-birth .smf-item__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
@media screen and (max-width: 767px) {
  .c-form .form-birth .smf-item__controls {
    gap: 10px;
  }
}
.c-form .form-license .smf-item__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form .form-license .smf-item__controls .smf-text-control {
  max-width: 140px;
  margin: 0 22px 0 18px;
}
@media screen and (max-width: 767px) {
  .c-form .form-license .smf-item__controls .smf-text-control {
    max-width: 120px;
    margin: 0 12px 0 12px;
  }
}
.c-form .form-season .smf-item__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .c-form .form-season .smf-item__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.c-form .smf-form .smf-radio-buttons-control__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-form .smf-form .smf-radio-buttons-control__control .smf-label:not(:first-child) {
  margin-left: 40px;
}
.c-form .smf-form .smf-radio-button-control:focus {
  outline: 1px solid #246EB8;
}
.c-form .smf-form .smf-radio-button-control__control:focus {
  border-color: #246EB8;
  outline: 1px solid #246EB8;
}
.c-form .smf-form .smf-radio-button-control__control {
  width: 16px;
  height: 16px;
}
.c-form .smf-form .smf-radio-button-control__control:checked {
  background-color: #fff;
  border-color: #ccc;
}
.c-form .smf-form .smf-radio-button-control__control:before {
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background-color: #246EB8;
}
.c-form .form-radio--column .smf-radio-buttons-control__control {
  display: block;
}
.c-form .form-radio--column .smf-radio-buttons-control__control .smf-label:not(:first-child) {
  margin: 8px 0 0 0;
}
.c-form .smf-form .smf-checkbox-control__control {
  width: 24px;
  height: 24px;
  border-color: #ccc;
  border-radius: 2px;
  margin-top: 2px;
}
.c-form .smf-form .smf-checkbox-control {
  gap: 8px;
}
.c-form .smf-form .smf-checkbox-control__control:checked {
  background-color: #fff;
}
.c-form .smf-form .smf-checkbox-control__control:before {
  border-color: #246EB8;
}
.c-form .smf-form .smf-checkbox-control__control:focus-visible {
  outline: 1px solid #246EB8;
}
.c-form .smf-form--simple-table .smf-item__col--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form .smf-form .smf-checkbox-control__control:before {
  top: calc(50% - 8px);
  left: calc(50% - 3px);
  width: 8px;
  height: 13px;
  border-color: #246EB8;
  border-width: 0 2px 2px 0;
}
.c-form .smf-form .smf-checkbox-control__control:checked {
  border-color: #ccc;
}
.c-form .smf-item__label {
  position: relative;
  font-size: 1.5rem;
}
.c-form .form_tel .smf-checkboxes-control {
  margin-top: 10px;
}
.c-form .req .smf-item__label::after {
  content: "必須";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #246EB8;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  padding: 5px 12px;
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .c-form .req .smf-item__label::after {
    font-size: 1.2rem;
    padding: 5px 8px;
    margin-left: 12px;
  }
}
.c-form .no-req .smf-item__label::before {
  content: "任意";
  background-color: #707070;
}
.c-form .form-file .smf-file-control__label {
  background-color: #F2F2F2;
  background-image: none;
  font-size: 1.3rem;
  border: 1px solid #000;
  padding: 6px 14px;
}
.c-form .form-file .smf-placeholder + .smf-placeholder {
  margin-top: 10px;
}
.c-form .form-file-text {
  font-size: 1.5rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-form .form-file-text {
    font-size: 1.4rem;
  }
}
.c-form .smf-form--simple-table .smf-item__col--label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 266px;
          flex: 0 0 266px;
  max-width: 266px;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-form .smf-form--simple-table .smf-item__col--label {
    max-width: 100%;
    padding-bottom: 10px;
  }
}
.c-form input::-webkit-input-placeholder {
  color: #AAAAAA;
}
.c-form input::-moz-placeholder {
  color: #AAAAAA;
}
.c-form input:-ms-input-placeholder {
  color: #AAAAAA;
}
.c-form input::-ms-input-placeholder {
  color: #AAAAAA;
}
.c-form input::placeholder {
  color: #AAAAAA;
}
@media screen and (max-width: 767px) {
  .c-form input::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
  .c-form input::-moz-placeholder {
    font-size: 1.4rem;
  }
  .c-form input:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .c-form input::-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .c-form input::placeholder {
    font-size: 1.4rem;
  }
}
.c-form .form-birth input::-webkit-input-placeholder, .c-form .form-license input::-webkit-input-placeholder {
  text-align: right;
}
.c-form .form-birth input::-moz-placeholder, .c-form .form-license input::-moz-placeholder {
  text-align: right;
}
.c-form .form-birth input:-ms-input-placeholder, .c-form .form-license input:-ms-input-placeholder {
  text-align: right;
}
.c-form .form-birth input::-ms-input-placeholder, .c-form .form-license input::-ms-input-placeholder {
  text-align: right;
}
.c-form .form-birth input::placeholder,
.c-form .form-license input::placeholder {
  text-align: right;
}
.c-form .smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-form .smf-action {
    gap: 16px;
  }
}
.c-form .smf-button-control {
  width: 100%;
}
.c-form .smf-action .smf-button-control + .smf-button-control {
  margin-left: 0;
}
.c-form .smf-button-control__control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 376px;
  width: 100%;
  border-radius: 48px;
  border: 2px solid #246EB8;
  background-color: #246EB8;
  background-image: none;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 17px 10px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-form .smf-button-control__control {
    max-width: 296px;
    font-size: 1.4rem;
    padding: 12px 10px;
  }
}
.c-form .smf-button-control__control:hover, .c-form .smf-button-control__control:focus {
  color: #246EB8;
  background-color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-form .smf-button-control__control[data-action=back] {
  border-color: #246EB8;
  background-color: #fff;
  color: #246EB8;
}
.c-form .smf-button-control__control[data-action=back]:hover, .c-form .smf-button-control__control[data-action=back]:focus {
  color: #fff;
  background-color: #246EB8;
  border-color: #246EB8;
}
.c-form .smf-form--simple-table + .smf-action {
  margin-top: 30px;
}
.c-form .form-hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: -99999px;
  width: 1px;
  height: 1px;
}

/* 完了画面のときだけ .c-choice を非表示 */
.p-form:has(form.snow-monkey-form[data-screen=complete]) .c-choice {
  display: none !important;
}

.wp-block-buttons {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .wp-block-buttons {
    margin-top: 60px;
  }
}

.wp-block-button {
  width: 100%;
  text-align: center;
}

.wp-block-button__link {
  max-width: 300px;
  width: 100%;
  font-size: 1.5rem;
  padding: 20px 20px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .wp-block-button__link {
    padding: 16px 20px;
  }
}
.wp-block-button__link:hover, .wp-block-button__link:focus-visible {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .wp-block-spacer {
    height: 50px !important;
  }
}

.c-form .smf-form--simple-table .smf-item.no-border {
  border: none;
  padding-top: 0;
  margin-top: 10px;
}

.c-form .smf-form--simple-table .smf-item.tel {
  padding-bottom: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

body.page-id-96 .grecaptcha-badge,
body.page-id-101 .grecaptcha-badge,
body.page-id-281 .grecaptcha-badge,
body.page-id-283 .grecaptcha-badge,
body.page-id-285 .grecaptcha-badge,
body.page-id-84 .grecaptcha-badge {
  visibility: visible;
}

/* -------------------------------------
        c-choice
-----------------------------------------*/
.c-choice {
  max-width: 834px;
  background-color: #F0F8FE;
  border-radius: 15px;
  padding: 40px 50px;
  margin-right: auto;
  margin-left: auto;
}
.c-choice__main-title {
  color: #246EB8;
  font-size: 1.5rem;
  font-weight: 500;
}
.c-choice__main-title::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background: url(../img/icon/icon_triangle-blue-s.svg) no-repeat center/contain;
  margin-right: 6px;
}
.c-choice__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 15px;
}
.c-choice__text {
  margin-top: 8px;
}
.c-choice__bottom {
  border-top: 1px solid #E0E0E0;
  padding-top: 20px;
  margin-top: 20px;
}
.c-choice__tag-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.c-choice__tag-item + .c-choice__tag-item {
  margin-top: 8px;
}
.c-choice__tag {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 88px;
  background-color: #246EB8;
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

/* -------------------------------------
        p-mv
-----------------------------------------*/
.p-mv {
  position: relative;
  background-color: rgba(6, 100, 194, 0.3);
  overflow: hidden;
}
.p-mv .p-mv__video {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.p-mv .p-mv__video.is-visible {
  opacity: 1;
}
.p-mv__video-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.p-mv__video-wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-mv__video-wrap video {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(-75%, 0%);
            transform: translate(-75%, 0%);
  }
}
.p-mv__text-area {
  position: absolute;
  bottom: 10%;
  left: 8%;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .p-mv__text-area {
    bottom: 20%;
    left: 20px;
  }
}
.p-mv__text-area .text-wrapper {
  display: inline-block;
  overflow: hidden;
}
.p-mv__text-area .text {
  display: inline-block;
  -webkit-transform: translateY(125%);
          transform: translateY(125%);
}
.p-mv__title {
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 3.4rem;
  }
}
.p-mv__text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.2;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    font-size: 1.6rem;
  }
}

/* -------------------------------------
        p-top-business
-----------------------------------------*/
.p-top-business {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .p-top-business {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business {
    padding-top: 50px;
  }
}
.p-top-business__main {
  position: relative;
}
.p-top-business__main::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -3.5vw;
  left: 0;
  right: 0;
  width: 100%;
  aspect-ratio: 160/29;
  background: url(../img/top/semicircle_bg.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .p-top-business__main::after {
    bottom: -1px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-business__main::after {
    aspect-ratio: 160/55;
  }
}
.p-top-business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 992px) {
  .p-top-business__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-business__text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 50px;
}
@media screen and (max-width: 992px) {
  .p-top-business__text-area {
    margin-right: 0;
  }
}
.p-top-business__text {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-top-business__text {
    font-size: 1.4rem;
  }
}
.p-top-business__slider {
  width: 64%;
  overflow: hidden;
  margin-left: auto;
  margin-right: calc(-50vw + 50%);
  padding: 100px 0 50px;
}
@media screen and (max-width: 992px) {
  .p-top-business__slider {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 50px 0;
  }
}
.p-top-business__division {
  background-color: #F0F8FE;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-top-business__division {
    padding-bottom: 50px;
  }
}
.p-top-business__division-title {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-business__division-title {
    margin-left: 0;
  }
}
.p-top-business__division-title .ja {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  font-weight: 500;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-top-business__division-title .ja {
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    font-size: 1.4rem;
    margin-left: 10px;
  }
}
.p-top-business__division-title .ja::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon/icon_line.svg) no-repeat center/contain;
  margin-right: 15px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-top-business__division-title .ja::before {
    margin-right: 10px;
  }
}
.p-top-business__division-title .en {
  font-family: "Outfit", sans-serif;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-top-business__division-title .en {
    font-size: 3rem;
  }
}
.p-top-business__division-container {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-top-business__division-container {
    margin-top: 25px;
  }
}
.p-top-business__btn {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .p-top-business__btn {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__btn {
    margin-top: 40px;
  }
}

/* -------------------------------------
        p-top-recruit
-----------------------------------------*/
.p-top-recruit {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    padding: 30px 0 50px;
  }
}
.p-top-recruit::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: calc(100% - 50px);
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#246EB8), to(#00A2EC));
  background: linear-gradient(90deg, #246EB8 0%, #00A2EC 100%);
  border-radius: 15px 0 0 15px;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .p-top-recruit::before {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit::before {
    width: calc(100% - 20px);
  }
}
.p-top-recruit::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url(../img/top/bg_pattern01.png) no-repeat right center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-recruit::after {
    background-position: center center;
  }
}
.p-top-recruit .l-inner {
  max-width: 1580px;
}
@media screen and (max-width: 767px) {
  .p-top-recruit .l-inner {
    max-width: none !important;
  }
}
.p-top-recruit__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 110px;
}
@media screen and (max-width: 1200px) {
  .p-top-recruit__content {
    padding-left: 60px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-recruit__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__content {
    padding-left: 30px;
  }
}
.p-top-recruit__text-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  max-width: 500px;
  width: 40%;
  margin-right: 40px;
}
@media screen and (max-width: 992px) {
  .p-top-recruit__text-area {
    display: contents;
    width: 100%;
    margin-right: 0;
  }
}
.p-top-recruit__title {
  font-family: "Outfit", sans-serif;
  color: #fff;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .p-top-recruit__title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 992px) {
  .p-top-recruit__title {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__title {
    font-size: 4rem;
  }
}
.p-top-recruit__lead {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .p-top-recruit__lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .p-top-recruit__lead {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__lead {
    font-size: 1.6rem;
  }
}
.p-top-recruit__text-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .p-top-recruit__text-wrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-top-recruit__text {
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__text {
    font-size: 1.4rem;
  }
}
.p-top-recruit__text + .p-top-recruit__text {
  margin-top: 20px;
}
.p-top-recruit__btn-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .p-top-recruit__btn-wrap {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__btn-wrap {
    margin-top: 30px;
  }
}
.p-top-recruit__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top-recruit__btn:hover .p-top-recruit__btn-icon::before, .p-top-recruit__btn:focus-visible .p-top-recruit__btn-icon::before {
  -webkit-animation: slideIn1 0.2s forwards;
          animation: slideIn1 0.2s forwards;
}
.p-top-recruit__btn:hover .p-top-recruit__btn-icon::after, .p-top-recruit__btn:focus-visible .p-top-recruit__btn-icon::after {
  opacity: 0;
  -webkit-animation: slideIn2 0.25s forwards;
          animation: slideIn2 0.25s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.p-top-recruit__btn-icon {
  position: relative;
  display: inline-block;
  width: 50px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 18px;
}
.p-top-recruit__btn-icon::before, .p-top-recruit__btn-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 17px;
  aspect-ratio: 13/10;
  background: url(../img/icon/icon_arrow-right.svg) no-repeat center/contain;
}
.p-top-recruit__btn-icon::after {
  opacity: 0;
}
.p-top-recruit__slider-area {
  width: 84%;
  margin-left: auto;
  margin-right: calc(-50vw + 50%);
}
@media screen and (min-width: 1921px) {
  .p-top-recruit__slider-area {
    margin-right: calc(-52vw + 50%);
  }
}
@media screen and (max-width: 1700px) {
  .p-top-recruit__slider-area {
    width: 72%;
  }
}
@media screen and (max-width: 992px) {
  .p-top-recruit__slider-area {
    width: 160vw;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-recruit__slider-area {
    width: 127vw;
  }
}

.my-carousel-progress {
  background: #ccc;
}

.my-carousel-progress-bar {
  background: #fff;
  height: 2px;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
  width: 0;
}

.splide__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  width: 75%;
  margin-top: 30px;
}

.my-carousel-progress {
  width: 100%;
  height: 2px;
  background-color: #75BBF0;
}
@media screen and (max-width: 992px) {
  .my-carousel-progress {
    width: 95%;
  }
}

.splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .splide__arrows {
    display: none;
  }
}

.splide__arrow {
  position: relative;
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  left: auto;
  right: auto;
}

.splide__arrow svg {
  fill: #fff;
}

.splide__arrow {
  background-color: transparent;
  border: 1px solid #fff;
}

/* -------------------------------------
        p-top-news
-----------------------------------------*/
.p-top-news {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    margin-top: 0;
    background-color: #F0F8FE;
  }
}
.p-top-news__container {
  max-width: 1280px;
  background-color: #F0F8FE;
  border-radius: 15px;
  padding: 40px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .p-top-news__container {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-news__container {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__container {
    border-radius: 0;
  }
}
.p-top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .p-top-news__inner {
    gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    max-width: 460px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top-news__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .p-top-news__head {
    padding-right: 0;
  }
}
.p-top-news__title {
  color: #246EB8;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-top-news__title {
    font-size: 3rem;
  }
}
.p-top-news__link {
  display: block;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.5;
  padding-right: 26px;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .p-top-news__link {
    margin-top: 2px;
  }
}
.p-top-news__link:hover .p-top-news__link-icon::before, .p-top-news__link:focus-visible .p-top-news__link-icon::before {
  -webkit-animation: slideIn1 0.2s forwards;
          animation: slideIn1 0.2s forwards;
}
.p-top-news__link:hover .p-top-news__link-icon::after, .p-top-news__link:focus-visible .p-top-news__link-icon::after {
  opacity: 0;
  -webkit-animation: slideIn2 0.25s forwards;
          animation: slideIn2 0.25s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.p-top-news__link-icon {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 26px;
  aspect-ratio: 10/7;
  overflow: hidden;
}
.p-top-news__link-icon::before, .p-top-news__link-icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  aspect-ratio: 10/18;
  background: url(../img/icon/icon_angle-right.svg) no-repeat center/contain;
}
.p-top-news__link-icon::after {
  opacity: 0;
}
.p-top-news__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 992px) {
  .p-top-news__list {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}
.p-top-news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid transparent;
  -webkit-box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.1);
  padding: 15px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.p-top-news__item a:hover, .p-top-news__item a:focus-visible {
  border-color: #246EB8;
}
.p-top-news__item-thumb-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 47.41%;
  max-width: 128px;
}
.p-top-news__item-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 68.75%;
}
.p-top-news__item-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.06em;
}
.p-top-news__item-time {
  display: block;
  color: #848484;
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-top-news__item-title {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 5px;
}

@keyframes slideIn1 {
  0% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  50% {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideIn2 {
  0% {
    -webkit-transform: translate(-25px, -50%);
            transform: translate(-25px, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    opacity: 1;
  }
}
/* -------------------------------------
        p-top-updates
-----------------------------------------*/
.p-top-updates {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-top-updates {
    padding: 50px 0;
  }
}
.p-top-updates__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .p-top-updates__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .p-top-updates__head .c-primary-title__ja {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-top-updates__head-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-updates__cate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .p-top-updates__cate-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-updates__cate-wrap {
    max-width: 350px;
  }
}
.p-top-updates__cate {
  display: inline-block;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #246EB8;
  color: #246EB8;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.1;
  padding: 7px 14px;
  cursor: pointer;
}
.p-top-updates__cate.is-active {
  background-color: #246EB8;
  color: #fff;
}
.p-top-updates__list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-updates__list {
    margin-top: 40px;
  }
}
.p-top-updates__item {
  display: none;
}
.p-top-updates__item.is-show {
  display: block;
}
.p-top-updates__btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-updates__btn {
    margin-top: 40px;
  }
}

/* -------------------------------------
        p-info
-----------------------------------------*/
.p-info {
  position: relative;
  background-color: #246EB8;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 50px 0;
  }
}
.p-info::before, .p-info::after {
  content: "";
  display: inline-block;
  position: absolute;
}
.p-info::before {
  top: 0;
  left: 0;
  width: 217px;
  aspect-ratio: 217/292;
  background: url(../img/common/info_bg-left.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-info::before {
    content: none;
  }
}
.p-info::after {
  bottom: 0;
  right: 0;
  width: 241px;
  aspect-ratio: 241/321;
  background: url(../img/common/info_bg-right.png) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-info::after {
    background-image: url(../img/common/info_bg-right-sp.png);
    width: 125px;
    aspect-ratio: 125/152;
    top: 0;
    bottom: auto;
  }
}
.p-info .l-inner {
  max-width: 1040px;
}
.p-info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-info__container {
    gap: 40px;
  }
}
.p-info__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48%;
  max-width: 400px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .p-info__head {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.p-info__title .ja {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-info__title .ja {
    font-size: 1.8rem;
  }
}
.p-info__title .en {
  display: block;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 7.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-info__title .en {
    font-size: 4rem;
  }
}
.p-info__text {
  font-weight: 500;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-info__text {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
.p-info__body {
  width: 48%;
  max-width: 415px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .p-info__body {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
}
.p-info__tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 992px) {
  .p-info__tel-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-info__tel-link {
    font-size: 3.8rem;
  }
}
.p-info__tel-link:hover, .p-info__tel-link:focus-visible {
  opacity: 0.7;
}
.p-info__tel-link::before {
  content: "";
  display: inline-block;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  width: 32px;
  aspect-ratio: 32/47;
  background: url(../img/icon/icon_tel.svg) no-repeat center/contain;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-info__tel-link::before {
    width: 20px;
  }
}
.p-info__tel-text {
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-info__tel-text {
    margin-top: 15px;
  }
}
.p-info__btn {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .p-info__btn {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-info__btn {
    margin-top: 30px;
  }
}

/* -------------------------------------
        p-top-company
-----------------------------------------*/
.p-top-company {
  padding: 120px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    padding: 50px 0;
  }
}
.p-top-company__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1200px) {
  .p-top-company__container {
    gap: 50px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-company__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.p-top-company__text-area {
  width: 43.6%;
  max-width: 523px;
}
@media screen and (max-width: 992px) {
  .p-top-company__text-area {
    display: contents;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .p-top-company .c-primary-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media screen and (max-width: 992px) {
  .p-top-company__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__text {
    font-size: 1.4rem;
  }
}
.p-top-company__btn {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .p-top-company__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__btn {
    margin-top: 40px;
  }
}
.p-top-company__link-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 992px) {
  .p-top-company__link-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__link-area {
    margin-top: 20px;
  }
}
.p-top-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 50px;
}
@media screen and (max-width: 767px) {
  .p-top-company__list {
    gap: 20px 18px;
  }
}
.p-top-company__item {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .p-top-company__item {
    width: calc(50% - 9px);
  }
}
.p-top-company__item a:hover .p-top-company__item-text, .p-top-company__item a:focus-visible .p-top-company__item-text {
  color: #246EB8;
}
.p-top-company__item a:hover .p-top-company__item-text .icon::before, .p-top-company__item a:focus-visible .p-top-company__item-text .icon::before {
  -webkit-animation: slideIn1 0.25s forwards;
          animation: slideIn1 0.25s forwards;
}
.p-top-company__item a:hover .p-top-company__item-text .icon::after, .p-top-company__item a:focus-visible .p-top-company__item-text .icon::after {
  opacity: 0;
  -webkit-animation: slideIn2 0.25s forwards;
          animation: slideIn2 0.25s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.p-top-company__item-img {
  position: relative;
  overflow: hidden;
  padding-top: 62.835%;
  border-radius: 15px;
}
.p-top-company__item-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-company__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-company__item-text {
    font-size: 1.6rem;
    margin-top: 6px;
  }
}
.p-top-company__item-text .icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 30px;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-left: 10px;
}
.p-top-company__item-text .icon::before, .p-top-company__item-text .icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  aspect-ratio: 13/10;
  background: url(../img/icon/icon_arrow-right.svg) no-repeat center/contain;
}
.p-top-company__item-text .icon::after {
  opacity: 0;
}

/* -------------------------------------
        p-bg
-----------------------------------------*/
.p-bg {
  width: 100%;
  height: 348px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-bg {
    height: 267px;
  }
}
.p-bg__img-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.8s ease-out;
  transition: -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
  transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  z-index: 1;
}
.p-bg__img {
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-bg__img {
    height: 160%;
    -o-object-position: 60% 50%;
       object-position: 60% 50%;
  }
}

/* -------------------------------------
        p-under-mv
-----------------------------------------*/
.p-under-mv {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#246EB8), to(#00A2EC));
  background: linear-gradient(90deg, #246EB8 0%, #00A2EC 100%);
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .p-under-mv {
    padding: 36px 0;
  }
}
.p-under-mv::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  max-width: 1200px;
  height: 100%;
  background: url(../img/under/under-mv-bg.png) no-repeat 0% 50%/cover;
}
@media screen and (max-width: 992px) {
  .p-under-mv::after {
    width: 31.5%;
    background: url(../img/under/under-mv-bg-sp.png) no-repeat 0% 50%/cover;
  }
}
@media screen and (max-width: 767px) {
  .p-under-mv::after {
    max-width: 130px;
  }
}
@media screen and (max-width: 576px) {
  .p-under-mv::after {
    width: 40%;
  }
}
.p-under-mv__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #fff;
  z-index: 10;
}
.p-under-mv__title .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-under-mv__title .en {
    font-size: 1.4rem;
  }
}
.p-under-mv__title .en::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon/icon_hexagon-white.svg) no-repeat center/contain;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-under-mv__title .en::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
.p-under-mv__title .ja {
  display: inline-block;
  font-size: 4.4rem;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-under-mv__title .ja {
    font-size: 2.6rem;
  }
}
.p-under-mv__breadcrumb {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-under-mv__breadcrumb {
    margin-top: 0;
  }
}

/* -------------------------------------
        p-company
-----------------------------------------*/
.p-company__media {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 60px;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .p-company__media {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
}
.p-company__media-text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-company__media-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  .p-company__media-title {
    font-size: 1.8rem;
  }
}
.p-company__media-title + * {
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  .p-company__media-text {
    font-size: 1.4rem;
  }
}
.p-company__media-text + .p-company__media-text {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .p-company__media-text + .p-company__media-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__media-text + .p-company__media-text {
    margin-top: 30px;
  }
}
.p-company__media-name {
  font-size: 2rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-company__media-name {
    font-size: 1.6rem;
  }
}
.p-company__media-name .name-position {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 7px;
}
.p-company__media-img {
  width: 42%;
  max-width: 463px;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-company__media-img {
    width: 100%;
    max-width: none;
  }
}
.p-company__media-img img {
  width: 100%;
}
.p-company__about-container {
  background-color: #F0F8FE;
  border-radius: 30px;
  padding: 100px 30px;
}
@media screen and (max-width: 767px) {
  .p-company__about-container {
    border-radius: 12px;
    padding: 40px 30px;
  }
}
.p-company__about-table {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-company__about-table {
    margin-top: 20px;
  }
}
.p-company__history-timeline {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-company__history-timeline {
    margin-top: 30px;
  }
}
.p-company__office-list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-company__office-list {
    margin-top: 30px;
  }
}

/* -------------------------------------
        p-sales
-----------------------------------------*/
.p-sales {
  overflow: hidden;
}
.p-sales__btn {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-sales__btn {
    margin-top: 40px;
  }
}

/* -------------------------------------
        p-business
-----------------------------------------*/
.p-business {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-business__section {
    padding-top: 40px;
  }
}
.p-business__section--last {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-business__section--last {
    padding-bottom: 50px;
  }
}

/* -------------------------------------
        p-product
-----------------------------------------*/
.p-product__box {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-product__box {
    margin-top: 30px;
  }
}
.p-product__box-container {
  max-width: 990px;
  background-color: #F0F8FE;
  border-radius: 15px;
  padding: 50px 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-product__box-container {
    padding: 40px 30px;
  }
}
.p-product__box-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product__box-title {
    font-size: 1.8rem;
  }
}
.p-product__box-text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-product__box-text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.p-product__box-btn {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product__box-btn {
    margin-top: 20px;
  }
}
.p-product__lineup {
  margin-top: 60px;
}
.p-product__lineup-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .p-product__lineup-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-product__lineup-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 992px) {
  .p-product__lineup-textarea .c-secondary-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-product__lineup-body {
    margin-top: 20px;
  }
}
.p-product__lineup-text + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-product__lineup-text {
    font-size: 1.4rem;
  }
}
.p-product__lineup-img {
  max-width: 576;
  width: 48%;
}
@media screen and (max-width: 992px) {
  .p-product__lineup-img {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

/* -------------------------------------
        p-system
-----------------------------------------*/
.p-system {
  overflow: hidden;
}
.p-system__section {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-system__section {
    padding: 40px 0 50px;
  }
}
.p-system__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-system__title {
    font-size: 2rem;
  }
}
.p-system__text-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-system__text-wrap {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-system__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-system__text + .p-system__text {
    margin-top: 20px;
  }
}
.p-system__slider {
  width: 100vw;
  margin: 50px calc(50% - 50vw) auto;
}
@media screen and (max-width: 767px) {
  .p-system__slider {
    margin-top: 30px;
  }
}

/* -------------------------------------
        p-recruit
-----------------------------------------*/
.p-recruit__intro {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-recruit__intro {
    margin-top: 30px;
  }
}
.p-recruit__intro-container {
  background-color: #F0F8FE;
  border-radius: 15px;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit__intro-container {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit__intro-text {
    font-size: 1.4rem;
  }
}
.p-recruit__intro-text + .p-recruit__intro-text {
  margin-top: 16px;
}
.p-recruit__type + .p-recruit__type {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-recruit__type + .p-recruit__type {
    margin-top: 50px;
  }
}
.p-recruit__type-wrap {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-recruit__type-wrap {
    margin-top: 50px;
  }
}
.p-recruit__type-list {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit__type-list {
    margin-top: 20px;
  }
}
.p-recruit__type-btn {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit__type-btn {
    margin-top: 30px;
  }
}
.p-recruit__attract-container {
  background-color: #F0F8FE;
  border-radius: 30px;
  padding: 100px 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit__attract-container {
    border-radius: 12px;
    padding: 40px 30px;
  }
}
.p-recruit__attract-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 100px;
  max-width: 990px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__attract-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.p-recruit__media-video-area {
  max-width: 367px;
  width: 38%;
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-recruit__media-video-area {
    max-width: 100%;
    width: 100%;
  }
}
.p-recruit__media-video-area img {
  width: 100%;
}
.p-recruit__media-video {
  position: relative;
  overflow: hidden;
  padding-top: 74.93%;
  cursor: pointer;
}
.p-recruit__media-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-recruit__media-text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit__media-text {
    font-size: 1.4rem;
  }
}
.p-recruit__media-text + .p-recruit__media-text {
  margin-top: 16px;
}
.p-recruit__media-img {
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.p-recruit__media-img img {
  border-radius: 15px;
}
.p-recruit__voice {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__voice {
    padding: 60px 0;
  }
}
.p-recruit__voice-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit__voice-wrap {
    margin-top: 20px;
  }
}
.p-recruit__voice-btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit__voice-btn {
    margin-top: 30px;
  }
}
.p-recruit__benefits {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__benefits {
    padding: 60px 0;
  }
}
.p-recruit__benefits-intro {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit__benefits-intro {
    margin-top: 20px;
  }
}
.p-recruit__benefits-title {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit__benefits-title {
    font-size: 2rem;
  }
}
.p-recruit__benefits-body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__benefits-text {
    font-size: 1.4rem;
  }
  .p-recruit__benefits-text + .p-recruit__benefits-text {
    margin-top: 20px;
  }
}
.p-recruit__benefits-list {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit__benefits-list {
    margin-top: 20px;
  }
}
.p-recruit__benefits-sec {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-recruit__benefits-sec {
    padding: 20px 0;
  }
}
.p-recruit__benefits-sec:first-of-type {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-recruit__benefits-sec:first-of-type {
    padding-top: 35px;
  }
}
.p-recruit__benefits-sec-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #246EB8;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-recruit__benefits-sec-title {
    font-size: 2rem;
  }
}
.p-recruit__archive-list .c-recruit + .c-recruit {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-recruit__archive-list .c-recruit + .c-recruit {
    margin-top: 20px;
  }
}
.p-recruit__pagination {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .p-recruit__pagination {
    margin-top: 60px;
  }
}
.p-recruit__single-btn {
  text-align: center;
  margin-top: 30px;
}

/* -------------------------------------
        p-sidebar
-----------------------------------------*/
.p-sidebar__container:not(:first-child) {
  margin-top: 40px;
}
.p-sidebar__title {
  background-color: #246EB8;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  padding: 9px 15px;
}
@media screen and (max-width: 767px) {
  .p-sidebar__title {
    font-size: 1.5rem;
  }
}
.p-sidebar__title + * {
  margin-top: 14px;
}
.p-sidebar__list {
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .p-sidebar__list li {
    font-size: 1.4rem;
  }
}
.p-sidebar__list li:not(:first-child) {
  margin-top: 8px;
}
.p-sidebar__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.p-sidebar__list li a:hover, .p-sidebar__list li a:focus {
  color: #246EB8;
}
.p-sidebar__banner-link {
  display: block;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-sidebar__banner-link:hover, .p-sidebar__banner-link:focus-visible {
  opacity: 0.7;
}
.p-sidebar__banner-link img {
  width: 100%;
  max-width: none;
}

/* -------------------------------------
        p-post-recruit
-----------------------------------------*/
.p-post-recruit {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-post-recruit {
    margin-top: 25px;
  }
}
.p-post-recruit > *:first-child {
  margin-top: 0;
}
.p-post-recruit h2 {
  background-color: #F0F8FE;
  border-left: 3px solid #246EB8;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 10px 22px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-post-recruit h2 {
    font-size: 1.8rem;
    border-left-width: 2px;
    padding: 8px 18px;
  }
}
.p-post-recruit h2 + * {
  margin-top: 20px;
}
.p-post-recruit p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-post-recruit p {
    font-size: 1.4rem;
  }
}
.p-post-recruit ul {
  padding-left: 1em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-post-recruit ul {
    padding-left: 0.8em;
  }
}
.p-post-recruit li {
  text-indent: -0.9em;
}
@media screen and (max-width: 767px) {
  .p-post-recruit li {
    font-size: 1.4rem;
    text-indent: -1em;
  }
}
.p-post-recruit li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #246EB8;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 3px;
}
.p-post-recruit li + li {
  margin-top: 3px;
}
.p-post-recruit a {
  text-decoration: underline;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-post-recruit a:hover, .p-post-recruit a:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        p-post-news
-----------------------------------------*/
.p-post-news {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-post-news {
    margin-top: 25px;
  }
}
.p-post-news > *:first-child {
  margin-top: 0;
}
.p-post-news p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-post-news p {
    font-size: 1.4rem;
  }
}
.p-post-news ul {
  padding-left: 1em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-post-news ul {
    padding-left: 0.8em;
  }
}
.p-post-news ul li {
  text-indent: -0.9em;
}
@media screen and (max-width: 767px) {
  .p-post-news ul li {
    font-size: 1.4rem;
    text-indent: -1em;
  }
}
.p-post-news ul li + .p-post-news ul li {
  margin-top: 3px;
}
.p-post-news ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #246EB8;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 3px;
}
.p-post-news ul li + li {
  margin-top: 3px;
}
.p-post-news ol {
  counter-reset: number;
  padding-left: 1.2em;
  margin-top: 20px;
}
.p-post-news ol li {
  counter-increment: number;
  text-indent: -0.7em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-post-news ol li {
    font-size: 1.4rem;
  }
}
.p-post-news ol li::before {
  content: counter(number) ". ";
  display: inline-block;
  color: #246EB8;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-post-news ol li::before {
    margin-right: 8px;
  }
}
.p-post-news ol li + li {
  margin-top: 3px;
}
.p-post-news figure {
  border-radius: 15px;
  overflow: hidden;
}
.p-post-news a {
  text-decoration: underline;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-post-news a:hover, .p-post-news a:focus-visible {
  opacity: 0.7;
}
.p-post-news h2 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 60px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-post-news h2 {
    font-size: 1.8rem;
    margin-top: 50px;
  }
}
.p-post-news h2 + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-post-news h2 + * {
    margin-top: 30px;
  }
}
.p-post-news h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #246EB8), color-stop(10%, #ccc));
  background: linear-gradient(to right, #246EB8 10%, #ccc 10%);
}
.p-post-news h3 {
  border-left: 2px solid #246EB8;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 12px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-post-news h3 {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
.p-post-news h3 + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-post-news h3 + * {
    margin-top: 30px;
  }
}

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .wp-block-columns {
    margin-top: 30px;
  }
}

.c-interview + .wp-block-columns {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-interview + .wp-block-columns {
    margin-top: 30px;
  }
}

a.c-btn {
  text-decoration: none;
}
a.c-btn:hover, a.c-btn:focus-visible {
  opacity: 1;
}

p.p-person__message-text {
  margin-top: 0;
}

figure.wp-block-table {
  border-radius: 0;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  figure.wp-block-table {
    margin-top: 30px;
  }
}

/* -------------------------------------
        p-article-head
-----------------------------------------*/
.p-article-head__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-article-head__title {
    font-size: 1.8rem;
  }
}
.p-article-head__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.p-article-head__time {
  font-family: "Outfit", sans-serif;
  display: inline-block;
  font-size: 1.4rem;
}
.p-article-head__thumb {
  border-radius: 15px;
  margin-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-article-head__thumb {
    margin-top: 30px;
  }
}
.p-article-head__thumb img {
  width: 100%;
}

.p-article-head--news .p-article-head__title {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .p-article-head--news .p-article-head__title {
    font-size: 1.8rem;
  }
}
.p-article-head--news .p-article-head__bottom {
  margin-top: 15px;
}

/* -------------------------------------
        p-news
-----------------------------------------*/
.p-news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 50px;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    gap: 50px 40px;
  }
}
@media screen and (max-width: 576px) {
  .p-news__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.p-news__pagination {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-news__pagination {
    margin-top: 60px;
  }
}
.p-news__pager {
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-news__pager {
    margin-right: 30px;
  }
}

/* -------------------------------------
        p-person
-----------------------------------------*/
.p-person__title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-person__title {
    font-size: 1.8rem;
  }
}
.p-person__title + * {
  margin-top: 30px;
}
.p-person__main-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding-top: 50.598%;
}
.p-person__main-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-person__box {
  background-color: #F0F8FE;
  border-radius: 15px;
  padding: 40px 50px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-person__box {
    padding: 20px 30px;
    margin-top: 30px;
  }
}
.p-person__head-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
}
.p-person__head-row + .p-person__head-row {
  margin-top: 10px;
}
.p-person__head-title {
  min-width: 88px;
  background-color: #246EB8;
  border-radius: 3px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: 2px;
}
@media screen and (max-width: 767px) {
  .p-person__head-title {
    min-width: 78px;
    font-size: 1.2rem;
  }
}
.p-person__head-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-person__head-data {
    font-size: 1.4rem;
  }
}
.p-person__head-data--name {
  color: #246EB8;
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-person__head-data--name {
    font-size: 1.6rem;
  }
}
.p-person__box-body {
  border-top: 1px solid #E0E0E0;
  padding-top: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-person__box-body {
    padding-top: 15px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-person__box-text {
    font-size: 1.4rem;
  }
}
.p-person__media {
  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;
  gap: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-person__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px;
    margin-top: 30px;
  }
}
.p-person__media-img-wrap {
  width: 43.9%;
  max-width: 366px;
}
@media screen and (max-width: 767px) {
  .p-person__media-img-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.p-person__media-img {
  position: relative;
  border-radius: 15px;
  padding-top: 121%;
  overflow: hidden;
}
.p-person__media-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-person__media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-person__interview {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-person__interview {
    margin-top: 30px;
  }
}
.p-person__img-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-person__img-area {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    margin-top: 30px;
  }
}
.p-person__img {
  position: relative;
  border-radius: 15px;
  padding-top: 65.2956%;
  overflow: hidden;
}
.p-person__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-person__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-person__message {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
  }
}
.p-person__message-img-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 151px;
}
@media screen and (max-width: 767px) {
  .p-person__message-img-wrap {
    width: 70px;
  }
}
.p-person__message-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 151px;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
@media screen and (max-width: 767px) {
  .p-person__message-img {
    width: 70px;
  }
}
.p-person__message-img img {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-person__message-bubble {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #F0F8FE;
  border-radius: 15px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-person__message-bubble {
    padding: 20px 25px;
  }
}
.p-person__message-bubble::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 27px solid #F0F8FE;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .p-person__message-bubble::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-person__message-text {
    font-size: 1.4rem;
  }
}
.p-person__btn {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-person__btn {
    margin-top: 60px;
  }
}

/* -------------------------------------
        p-recruit-recommend
-----------------------------------------*/
.p-recruit-recommend {
  background-color: #F0F8FE;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-recommend {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .p-recruit-recommend .l-grid--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -------------------------------------
        p-recruit-info
-----------------------------------------*/
.p-recruit-info {
  background: transparent url(../img/under/recruit-info_bg.jpg) no-repeat center center/cover;
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  .p-recruit-info {
    background-image: url(../img/under/recruit-info_bg-sp.jpg);
    padding: 60px 0;
  }
}
.p-recruit-info__title {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-recruit-info__title {
    font-size: 2rem;
  }
}
.p-recruit-info__btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 50px;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .p-recruit-info__btn-wrap {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-info__btn-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 40px;
  }
}

/* -------------------------------------
        p-contact
-----------------------------------------*/
.p-contact__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin: 60px 0 50px;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    margin: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.8rem;
  }
}
.p-contact__title + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-contact__title + * {
    margin-top: 30px;
  }
}
.p-contact__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #ccc;
  padding: 28px;
  -webkit-transition: border 0.25s, background-color 0.25s;
  transition: border 0.25s, background-color 0.25s;
}
@media screen and (max-width: 992px) {
  .p-contact__item a {
    gap: 20px;
    padding: 23px 18px;
  }
}
.p-contact__item a:hover, .p-contact__item a:focus-visible {
  border-color: #246EB8;
  background-color: #F0F8FE;
}
.p-contact__item-num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  color: #246EB8;
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
}
.p-contact__item-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-contact__item-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .p-contact__item-title {
    font-size: 1.8rem;
  }
}
.p-contact__item-title + * {
  margin-top: 10px;
}
.p-contact__item-text {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .p-contact__item-text {
    font-size: 1.4rem;
  }
}
.p-contact__thanks-icon {
  max-width: 107px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks-icon {
    max-width: 66px;
  }
}
.p-contact__thanks-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin: 60px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks-title {
    font-size: 1.8rem;
  }
}
.p-contact__thanks-text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks-text {
    text-align: left;
  }
}
.p-contact__thanks-btn {
  margin-top: 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks-btn {
    margin-right: 40px;
  }
}
.p-contact__bottom-text {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-contact__bottom-text {
    font-size: 1.4rem;
    margin-top: 30px;
  }
}
.p-contact__bottom-text a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-contact__bottom-text a:hover, .p-contact__bottom-text a:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        p-policy
-----------------------------------------*/
.p-policy__text {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-policy__text {
    font-size: 1.4rem;
  }
}
.p-policy__text + .p-policy__text {
  margin-top: 18px;
}
.p-policy__list {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-policy__list {
    font-size: 1.4rem;
  }
}
.p-policy__dl {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-policy__dl {
    font-size: 1.4rem;
  }
}
.p-policy__dl dd {
  margin-left: 18px;
}
@media screen and (max-width: 767px) {
  .p-policy__dl dd {
    margin-left: 16px;
  }
}
.p-policy__dl ul {
  margin-left: -18px;
}
@media screen and (max-width: 767px) {
  .p-policy__dl ul {
    margin-left: -16px;
  }
}
.p-policy__dl li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-policy__address {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-policy__address {
    font-size: 1.4rem;
  }
}
.p-policy__address-title {
  font-weight: 700;
}
.p-policy__ordered-list {
  counter-reset: number;
  padding-left: 1.2em;
  margin-top: 40px;
}
.p-policy__ordered-list li {
  counter-increment: number;
  text-indent: -0.7em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-policy__ordered-list li {
    font-size: 1.4rem;
  }
}
.p-policy__ordered-list li::before {
  content: counter(number) ". ";
  display: inline-block;
  color: #246EB8;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-policy__ordered-list li::before {
    margin-right: 8px;
  }
}
.p-policy__ordered-list li + li {
  margin-top: 12px;
}
.p-policy__main-title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 60px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-policy__main-title {
    font-size: 1.8rem;
    margin-top: 50px;
  }
}
.p-policy__main-title + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-policy__main-title + * {
    margin-top: 30px;
  }
}
.p-policy__main-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(7%, #246EB8), color-stop(7%, #ccc));
  background: linear-gradient(to right, #246EB8 7%, #ccc 7%);
}
.p-policy__title {
  border-left: 2px solid #246EB8;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 12px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-policy__title {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}
.p-policy__title + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-policy__title + * {
    margin-top: 20px;
  }
}
.p-policy a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-policy a:hover, .p-policy a:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        c-block-product
-----------------------------------------*/
.c-block-product {
  background-color: #F0F8FE;
  border-radius: 15px;
  padding: 40px 50px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-block-product {
    padding: 30px;
    margin-top: 30px;
  }
}
.c-block-product__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .c-block-product__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    font-size: 1.4rem;
  }
}
.c-block-product__row + .c-block-product__row {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-block-product__row + .c-block-product__row {
    margin-top: 25px;
  }
}
.c-block-product__row dt {
  min-width: 160px;
  color: #246EB8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-block-product__row dt {
    width: 100%;
    min-width: none;
  }
}
.c-block-product__row dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-block-product__row dd a {
  display: inline-block;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.c-block-product__row dd a:hover, .c-block-product__row dd a:focus-visible {
  opacity: 0.7;
}
.c-block-product__row dd p {
  margin-top: 0;
}
.c-block-product__row dd p + p {
  margin-top: 10px;
}

/* -------------------------------------
        c-block-bg
-----------------------------------------*/
.c-block-bg {
  background-color: #F0F8FE;
  border-radius: 15px;
  padding: 40px 50px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-block-bg {
    padding: 20px 30px;
    margin-top: 30px;
  }
}
.c-block-bg > *:first-child {
  margin-top: 0;
}
.c-block-bg p:first-of-type {
  margin-top: 0;
}

/* -------------------------------------
        c-block-table
-----------------------------------------*/
.c-block-table {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-block-table {
    margin-top: 30px;
  }
}
.c-block-table__inner {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.c-block-table th, .c-block-table td {
  width: 33.3333333333%;
  border: 1px solid #246EB8;
  line-height: 1.5;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .c-block-table th, .c-block-table td {
    font-size: 1.4rem;
    min-width: 278px;
  }
}
.c-block-table thead th {
  background-color: #246EB8;
  border-right: 1px solid #fff;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.c-block-table thead th:last-child {
  border: none;
}

/* -------------------------------------
        c-block-message
-----------------------------------------*/
.c-block-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-block-message {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
  }
}
.c-block-message p {
  margin-top: 0;
}
.c-block-message__img-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 151px;
}
@media screen and (max-width: 767px) {
  .c-block-message__img-area {
    width: 70px;
  }
}
.c-block-message__img {
  width: 151px;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}
@media screen and (max-width: 767px) {
  .c-block-message__img {
    width: 70px;
  }
}
.c-block-message__img img {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-block-message__name {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-block-message__name {
    font-size: 1rem;
  }
}
.c-block-message__bubble {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #F0F8FE;
  border-radius: 15px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .c-block-message__bubble {
    padding: 20px 25px;
  }
}
.c-block-message__bubble::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 27px solid #F0F8FE;
  border-left: 0;
}
@media screen and (max-width: 767px) {
  .c-block-message__bubble::before {
    content: none;
  }
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-onliy-pc {
    display: none;
  }
}

.u-onliy-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-onliy-sp {
    display: block;
  }
}

.u-onliy-tbsp {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-onliy-tbsp {
    display: inline-block;
  }
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-sp-mt40 {
  margin-top: 40px !important;
}

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

.u-text-accent-color {
  color: #92846F;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

.u-bg-blue {
  background-color: #F0F8FE !important;
}

.text-l {
  font-size: 2.4rem !important;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .text-l {
    font-size: 2rem !important;
  }
}

.u-btn-wrap {
  margin-top: 70px !important;
}
@media screen and (max-width: 767px) {
  .u-btn-wrap {
    margin-top: 60px !important;
  }
}

.u-btn-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-align-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

/* -------------------------------------
        fade
-----------------------------------------*/
.js-fadeUp, .js-fadeUp2 {
  opacity: 0;
}

.js-fadeUp-inView.show .js-fadeUp, .js-fadeUp-inView2.show .js-fadeUp {
  opacity: 1;
  -webkit-animation: fadeInUp 2s ease forwards;
          animation: fadeInUp 2s ease forwards;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
    visibility: visible;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    visibility: visible;
  }
}

.js-wipeAnimation {
  display: inline-block;
  opacity: 1 !important;
  clip-path: inset(0 100% 0 0);
}/*# sourceMappingURL=style.css.map */