@charset "UTF-8";
/* ==========================================================================
リセット
========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

/* HTML5 display definitions
----------------------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
----------------------------------------------------------------- */
a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
----------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1rem;
  line-height: 1;
  margin: 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
----------------------------------------------------------------- */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
----------------------------------------------------------------- */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
----------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  outline: none;
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  border: none;
  padding: 0;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* Others
----------------------------------------------------------------- */
a, abbr, address, aside, article, body, button, caption, cite, code, div, del, dl, dt, dd, em, font, form, figure, footer, fieldset, header, h1, h2, h3, h4, h5, h6, html, img, iframe, input, legend, li, label, main, nav, object, ol, option, optgroup, p, pre, q, s, sub, sup, select, span, section, tt, textarea, table, tbody, tfoot, thead, tr, th, td, ul, var, ::before, ::after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ==========================================================================
グローバル変数
=========================================================================*/
/*-==========================================================================
mixin
==========================================================================*/
/*-==========================================================================
ブレイクポイント
==========================================================================*/
/* less_than_xx */
/* more_than_xx */
/*-==========================================================================
hover
==========================================================================*/
/*-==========================================================================
背景画像
==========================================================================*/
/*-==========================================================================
余白設定(セクション等)
==========================================================================*/
/******************************************************************
* unit　単位付きの値から単位を除いた数値を返す
* @param {number} $_value 単位付き or 単位無しの値
*******************************************************************/
/**
* rem変換 ※375以下ではvwとする
* @param {number} $_number 数値
* 例) 32pxをremに変換 (32);
*/
/******************************************************************
* unit　単位付きの値から単位を除いた数値を返す
* @param {number} $_value 単位付き or 単位無しの値
*******************************************************************/
/******************************************************************
* setVw　vw値を返す
* @param {number} $_size 計算したい値(単位無し)
* @param {number} $_base 基準となる値(単位無し)
* @param {number} $_min	最小値(単位有)　※値がマイナスでも、大小は絶対値で考える
* @param {number} $_min	最大値(単位有)　※値がマイナスでも、大小は絶対値で考える
*******************************************************************/
/* ==========================================================================
汎用CSS
========================================================================== */
/* サイト全体のフォントサイズや色に関する設定
----------------------------------------------------------------- */
html {
  color: #0b3569;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-justify: inter-ideograph;
  vertical-align: baseline;
  scroll-behavior: smooth;
  scroll-padding-top: calc(min(3.4375rem, 14.6666666667vw) + min(1.875rem, 8vw));
}
@media screen and (max-width: 992px) {
  html {
    scroll-padding-top: calc(min(5.625rem, 24vw) + min(1.25rem, 5.3333333333vw));
  }
}
@media screen and (max-width: 576px) {
  html {
    scroll-padding-top: calc(min(3.4375rem, 14.6666666667vw) + min(1.25rem, 5.3333333333vw));
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

::-moz-selection {
  color: #464646;
  background-color: #fff9b7;
}

::selection {
  color: #464646;
  background-color: #fff9b7;
}

::-moz-selection {
  color: #464646;
  background-color: #fff9b7;
}

.f-common-wrap {
  overflow: clip;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

hr {
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  text-align: inherit;
  margin: 0 0 0 0;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul li {
  list-style-type: none;
  text-align: justify;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  width: 100%;
  text-align: justify;
}

button {
  background-color: transparent;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0;
}

label {
  cursor: pointer;
}

address {
  font-style: normal;
}

/* ==========================================================================
アニメーション
========================================================================== */
/* fadeIm fadeOut
----------------------------------------------------------------- */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-==========================================================================
特定の画面幅で表示・非表示するクラス（CSSの順番の上書きの関係で、utilityフォルダには置かず、こちらに記載)
==========================================================================*/
@media screen and (min-width: 1401px) {
  .f-visible-1400 {
    display: block;
  }
}
@media screen and (max-width: 1400px) {
  .f-visible-1400 {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .f-visible-1400pc {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .f-visible-1400pc {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-1400pclp {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-1400pclp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .f-visible-lp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .f-visible-lp {
    display: none !important;
  }
}

@media screen and (min-width: 993px) {
  .f-visible-lptbsp {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .f-visible-lptbsp {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .f-visible-tb {
    display: none !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 768px) {
  .f-visible-tb {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-tb {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .f-visible-1400pclptb {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .f-visible-1400pclptb {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .f-visible-tbsp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .f-visible-tbsp {
    display: block;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-1400pclptbsp {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-1400pclptbsp {
    display: none !important;
  }
}

@media screen and (min-width: 577px) {
  .f-visible-sp {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .f-visible-sp {
    display: block;
  }
}

/* ==========================================================================
ヘッダー
========================================================================== */
.l-header {
  width: 100%;
  height: min(6.25rem, 26.6666666667vw);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 992px) {
  .l-header {
    height: min(5.625rem, 24vw);
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: min(3.4375rem, 14.6666666667vw);
  }
}

/* ==========================================================================
フッター
========================================================================== */
.l-footer {
  background-color: #3c92ec;
  padding-top: min(6.8125rem, 29.0666666667vw);
}
@media screen and (max-width: 992px) {
  .l-footer {
    padding-top: min(5.875rem, 25.0666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .l-footer {
    padding-top: min(4.9375rem, 21.0666666667vw);
  }
}
.l-footer.l-footer--remove-top {
  padding-top: 0 !important;
}

/* ==========================================================================
ページタイトル
=========================================================================*/
.l-page-title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -80px;
  width: 100%;
  height: 345px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-page-title {
    margin-top: 0;
    height: 270px;
  }
}
.l-page-title .l-page-title-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .l-page-title .l-page-title-inner {
    width: 100%;
    margin-top: 30px;
  }
}
.l-page-title .l-page-title-inner .l-page-title-jp {
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
}
.l-page-title .l-page-title-inner .l-page-title-en {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
}

/* ==========================================================================
セクション
=========================================================================*/
.l-sec-small {
  padding-block: 1rem;
}

.l-sec-medium {
  padding-block: 4rem;
}
@media screen and (max-width: 992px) {
  .l-sec-medium {
    padding-block: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-medium {
    padding-block: 2.5rem;
  }
}

.l-sec-large {
  padding-block: 6.5rem;
}
@media screen and (max-width: 992px) {
  .l-sec-large {
    padding-block: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-large {
    padding-block: 4.5rem;
  }
}

.l-sec-xlarge {
  padding-block: 10.5rem;
}
@media screen and (max-width: 992px) {
  .l-sec-xlarge {
    padding-block: 8rem;
  }
}
@media screen and (max-width: 576px) {
  .l-sec-xlarge {
    padding-block: 7rem;
  }
}

.l-sec-xxlarge {
  padding-block: 17rem;
}
@media screen and (max-width: 992px) {
  .l-sec-xxlarge {
    padding-block: 13rem;
  }
}
@media screen and (max-width: 768px) {
  .l-sec-xxlarge {
    padding-block: 11.5rem;
  }
}

.l-sec-remove-top {
  padding-top: 0 !important;
}

.l-sec-remove-bottom {
  padding-bottom: 0 !important;
}

.l-sec-color {
  background-color: #f3f8fe;
}

/* ==========================================================================
コンテナーボックス
=========================================================================*/
.l-container,
.l-container-small,
.l-container-large {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6%;
  padding-right: 6%;
}
@media screen and (max-width: 576px) {
  .l-container,
  .l-container-small,
  .l-container-large {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.l-container {
  max-width: 980px;
}
.l-container--left-only {
  padding-right: 0 !important;
  margin-inline: auto 0 !important;
  max-width: min(77.6875rem, 331.4666666667vw) !important;
}
@media screen and (min-width: 1367px) {
  .l-container--left-only {
    min-width: min(min(77.6875rem, 331.4666666667vw) + (100vw - min(85.375rem, 364.2666666667vw)) / 2);
  }
}

.l-container-small {
  max-width: 720px;
}

.l-container-large {
  max-width: 1120px;
}

/*-==========================================================================
FlexBox
==========================================================================*/
/* FlexBox （カスタマイズ可）
----------------------------------------------------------------- */
.c-flex,
.c-flex--align-items-center,
.c-flex--flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-flex .c-flex-2-clm,
.c-flex--align-items-center .c-flex-2-clm,
.c-flex--flex-start .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-2-clm,
  .c-flex--align-items-center .c-flex-2-clm,
  .c-flex--flex-start .c-flex-2-clm {
    width: 100%;
  }
}
.c-flex .c-flex-3-clm,
.c-flex--align-items-center .c-flex-3-clm,
.c-flex--flex-start .c-flex-3-clm {
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-3-clm,
  .c-flex--align-items-center .c-flex-3-clm,
  .c-flex--flex-start .c-flex-3-clm {
    width: 100%;
  }
}
.c-flex .c-flex-4-clm,
.c-flex--align-items-center .c-flex-4-clm,
.c-flex--flex-start .c-flex-4-clm {
  width: 20%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-4-clm,
  .c-flex--align-items-center .c-flex-4-clm,
  .c-flex--flex-start .c-flex-4-clm {
    width: 100%;
  }
}
.c-flex .c-flex-5-clm,
.c-flex--align-items-center .c-flex-5-clm,
.c-flex--flex-start .c-flex-5-clm {
  width: 15%;
}
@media screen and (max-width: 576px) {
  .c-flex .c-flex-5-clm,
  .c-flex--align-items-center .c-flex-5-clm,
  .c-flex--flex-start .c-flex-5-clm {
    width: 100%;
  }
}
.c-flex .c-flex-flex-1,
.c-flex--align-items-center .c-flex-flex-1,
.c-flex--flex-start .c-flex-flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 576px) {
  .c-flex,
  .c-flex--align-items-center,
  .c-flex--flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-flex--align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-flex--flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2.5rem 5%;
}

/* FlexBox(既存のtemplateの仕組みを踏襲)
----------------------------------------------------------------- */
.c-flex-small,
.c-flex-medium,
.c-flex-large,
.c-flex-collapse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-flex-small {
  gap: 1.25rem 1.25rem;
}
.c-flex-small .c-flex-5-clm,
.c-flex-small .c-flex-5-clm-sp {
  width: calc((100% - 80px) / 5);
}
.c-flex-small .c-flex-4-clm {
  width: calc((100% - 60px) / 4);
}
.c-flex-small .c-flex-3-clm {
  width: calc((100% - 40px) / 3);
}
.c-flex-small .c-flex-2-clm {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .c-flex-small .c-flex-5-clm-sp {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 576px) {
  .c-flex-small .c-flex-5-clm,
  .c-flex-small .c-flex-4-clm,
  .c-flex-small .c-flex-3-clm,
  .c-flex-small .c-flex-2-clm {
    width: 100%;
  }
  .c-flex-small .c-flex-5-clm-sp {
    width: calc((100% - 20px) / 2);
  }
}

.c-flex-medium {
  gap: 2.5rem 2.5rem;
}
.c-flex-medium .c-flex-3-clm {
  width: calc((100% - 80px) / 3);
}
.c-flex-medium .c-flex-2-clm {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 576px) {
  .c-flex-medium .c-flex-3-clm,
  .c-flex-medium .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-large {
  gap: 2.5rem 3.75rem;
}
.c-flex-large .c-flex-3-clm {
  width: calc((100% - 120px) / 3);
}
.c-flex-large .c-flex-2-clm {
  width: calc((100% - 60px) / 2);
}
@media screen and (max-width: 576px) {
  .c-flex-large .c-flex-3-clm,
  .c-flex-large .c-flex-2-clm {
    width: 100%;
  }
}

.c-flex-collapse .c-flex-5-clm {
  width: 20%;
}
.c-flex-collapse .c-flex-4-clm {
  width: 25%;
}
.c-flex-collapse .c-flex-3-clm {
  width: 33.3333333333%;
}
.c-flex-collapse .c-flex-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-flex-collapse .c-flex-5-clm,
  .c-flex-collapse .c-flex-4-clm,
  .c-flex-collapse .c-flex-3-clm,
  .c-flex-collapse .c-flex-2-clm {
    width: 100%;
  }
}

/*-==========================================================================
グリッド
==========================================================================*/
/* グリッド　
----------------------------------------------------------------- */
.c-grid-small,
.c-grid-medium,
.c-grid-large,
.c-grid-collapse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.c-grid-small > * {
  margin-left: 1%;
}
.c-grid-small > *:first-child {
  margin-left: 0;
}
.c-grid-small .c-grid-5-clm,
.c-grid-small .c-grid-5-clm-sp {
  width: 19.2%;
}
.c-grid-small .c-grid-4-clm {
  width: 24.25%;
}
.c-grid-small .c-grid-3-clm {
  width: 32.6666666667%;
}
.c-grid-small .c-grid-2-clm {
  width: 49.5%;
}
@media screen and (max-width: 576px) {
  .c-grid-small > * {
    margin-top: 1rem;
    margin-left: 0;
  }
  .c-grid-small > *:first-child {
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm,
  .c-grid-small .c-grid-4-clm,
  .c-grid-small .c-grid-3-clm,
  .c-grid-small .c-grid-2-clm {
    width: 100%;
  }
  .c-grid-small .c-grid-5-clm-sp {
    width: 48%;
    margin-top: 0;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(n+3) {
    margin-top: 1rem;
  }
  .c-grid-small .c-grid-5-clm-sp:nth-child(odd) {
    margin-right: 4%;
  }
}

.c-grid-medium > * {
  margin-left: 4%;
}
.c-grid-medium > *:first-child {
  margin-left: 0;
}
.c-grid-medium .c-grid-3-clm {
  width: 30.6666666667%;
}
.c-grid-medium .c-grid-2-clm {
  width: 48%;
}
@media screen and (max-width: 576px) {
  .c-grid-medium > * {
    margin-top: 1.875rem;
    margin-left: 0;
  }
  .c-grid-medium > *:first-child {
    margin-top: 0;
  }
  .c-grid-medium .c-grid-3-clm,
  .c-grid-medium .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-large > * {
  margin-left: 6%;
}
.c-grid-large > *:first-child {
  margin-left: 0;
}
.c-grid-large .c-grid-3-clm {
  width: 96%;
}
.c-grid-large .c-grid-2-clm {
  width: 47%;
}
@media screen and (max-width: 576px) {
  .c-grid-large > * {
    margin-top: 2.5rem;
    margin-left: 0;
  }
  .c-grid-large > *:first-child {
    margin-top: 0;
  }
  .c-grid-large .c-grid-3-clm,
  .c-grid-large .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-collapse .c-grid-5-clm {
  width: 20%;
}
.c-grid-collapse .c-grid-4-clm {
  width: 25%;
}
.c-grid-collapse .c-grid-3-clm {
  width: 33.3333333333%;
}
.c-grid-collapse .c-grid-2-clm {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .c-grid-collapse .c-grid-5-clm,
  .c-grid-collapse .c-grid-4-clm,
  .c-grid-collapse .c-grid-3-clm,
  .c-grid-collapse .c-grid-2-clm {
    width: 100%;
  }
}

.c-grid-pdf:nth-child(n+6) {
  margin-top: 1.875rem;
}
.c-grid-pdf:nth-of-type(6n) {
  margin-left: 0 !important;
}

/* ==========================================================================
リスト
=========================================================================*/
.c-list-num {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num > li:nth-of-type(n + 2) {
  margin-top: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 576px) {
  .c-list-num > li:nth-of-type(n + 2) {
    margin-top: min(1.875rem, 8vw);
  }
}
.c-list-num > li dt {
  font-weight: 700;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.6666666667;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(0.1875rem, 0.8vw);
}
@media screen and (max-width: 576px) {
  .c-list-num > li dt {
    font-size: min(1rem, 4.2666666667vw);
  }
}
.c-list-num > li dt:before {
  content: counter(number) ".";
  counter-increment: number;
}
.c-list-num > li dd {
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.8888888889;
  margin-top: min(0.625rem, 2.6666666667vw);
}
@media screen and (max-width: 576px) {
  .c-list-num > li dd {
    font-size: min(1rem, 4.2666666667vw);
  }
}
.c-list-num > li dd li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(0.25rem, 1.0666666667vw);
}
.c-list-num > li dd li::before {
  content: "・";
}

.c-list-num-divider {
  counter-reset: number;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.c-list-num-divider li {
  border-bottom: 1px solid;
  position: relative;
  padding-left: 2.5rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.c-list-num-divider li:before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  display: inline-block;
  color: #0b3569;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  margin-left: -2rem;
}

.c-list-dot li {
  text-indent: -1em;
  margin-left: 1em;
}
.c-list-dot li:before {
  content: "・";
  font-weight: 700;
}

/* ==========================================================================
テーブル
=========================================================================*/
.c-tb-pattern1 tr {
  border-bottom: 1px solid;
}
.c-tb-pattern1 tr:first-child {
  border-top: 1px solid;
}
.c-tb-pattern1 tr th, .c-tb-pattern1 tr td {
  padding: 1rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th, .c-tb-pattern1 tr td {
    line-height: 1.7;
  }
}
.c-tb-pattern1 tr th {
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern1 tr th {
    text-align: left;
  }
}

.c-tb-pattern2 {
  border: 1px solid;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr {
    border-top: 1px solid;
  }
  .c-tb-pattern2 tr:first-child {
    border: none;
  }
}
.c-tb-pattern2 tr th, .c-tb-pattern2 tr td {
  border: 1px solid;
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th, .c-tb-pattern2 tr td {
    display: block;
    border: none;
    line-height: 1.7;
  }
}
.c-tb-pattern2 tr th {
  color: #0b3569;
  font-weight: 700;
  text-align: center;
  vertical-align: top;
  width: 30%;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern2 tr th {
    width: 100%;
    padding: 1rem 0;
  }
}
.c-tb-pattern2 tr td dl {
  margin: 0;
}
.c-tb-pattern2 tr td dl dt {
  font-weight: 700;
  float: left;
  width: 50px;
  min-width: 50px;
}
.c-tb-pattern2 tr td dl dd {
  margin-left: 50px;
}

.c-tb-pattern3 {
  overflow: auto;
}
@media screen and (max-width: 576px) {
  .c-tb-pattern3 {
    max-height: 445px;
  }
}
.c-tb-pattern3::-webkit-scrollbar {
  width: 8px;
}
.c-tb-pattern3::-webkit-scrollbar:horizontal {
  height: 8px;
}
.c-tb-pattern3::-webkit-scrollbar-thumb {
  background: #0b3569;
  border-radius: 4px;
}
.c-tb-pattern3::-webkit-scrollbar-thumb:horizontal {
  background: #0b3569;
  border-radius: 4px;
}
.c-tb-pattern3 table {
  width: 100%;
  min-width: 720px;
}
.c-tb-pattern3 table th, .c-tb-pattern3 table td {
  border: solid 1px;
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 700;
}
.c-tb-pattern3 table th {
  color: #0b3569;
}
.c-tb-pattern3 table td {
  font-weight: 400;
  padding: 0.5rem 1.5rem;
}
.c-tb-pattern3 table .first {
  font-weight: 700;
}

/* ==========================================================================
モーダルウィンドウ
=========================================================================*/
.c-modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.c-modal-bg {
  background: rgba(70, 70, 70, 0.7);
  height: 100vh;
  width: 100%;
}

.c-modal-content {
  color: #fff;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
  max-width: 720px;
}
@media screen and (max-width: 1200px) {
  .c-modal-content {
    width: 90%;
  }
}

.c-modal-content-inner {
  position: relative;
}
.c-modal-content-inner .c-modal-close {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0;
  position: absolute;
  top: -1.5rem;
  right: 0;
}

.c-modal-open {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-modal-open:hover {
  opacity: 0.7;
}
.c-modal-open:before {
  content: "+";
  display: block;
  color: #0b3569;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  text-align: center;
  line-height: 0.8;
  padding: 4px;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* ==========================================================================
ナビ
=========================================================================*/
.c-page-nav {
  margin-top: 2.5rem;
}
.c-page-nav .c-page-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: no-wrap;
      -ms-flex-wrap: no-wrap;
          flex-wrap: no-wrap;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-page-nav .c-page-nav-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
  max-width: 240px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu {
    max-width: initial;
    width: 98%;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
  display: block;
  color: #0b3569;
  line-height: 3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a {
    line-height: 3rem;
  }
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 1px #0b3569;
  border-bottom: solid 1px #0b3569;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover {
  color: #fff;
}
.c-page-nav .c-page-nav-wrap .c-page-nav-wrap__menu a:hover:after {
  border-color: #fff;
}

.c-page-nav-tag {
  margin: auto;
}
.c-page-nav-tag .c-page-nav-tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  text-align: center;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu {
  display: inline-block;
  background-color: #0b3569;
  margin: 2px;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a {
  display: block;
  color: #fff;
  line-height: 3;
  padding: 0 3rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-page-nav-tag .c-page-nav-tag-wrap .c-page-nav-tag-wrap__menu a:hover {
  opacity: 0.7;
}

.c-related-nav {
  padding: 3.75rem 0;
}
@media screen and (max-width: 576px) {
  .c-related-nav {
    padding: 2.5rem 0;
  }
}
.c-related-nav .c-related-nav__ttl {
  color: #0b3569;
  border-left: 4px solid #0b3569;
  line-height: 1.5;
  padding-left: 12px;
}

.c-related-tmb {
  position: relative;
}
.c-related-tmb .c-related-tmb__ttl {
  text-align: center;
  color: #0b3569;
  background-color: #fff;
  background-image: url(/recruit/resource/images/ico_arrow_right_main.svg);
  background-size: 10px auto;
  background-position: center right 22px;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: 700;
  line-height: 3.375;
}
.c-related-tmb a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-related-tmb a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
パンくずリスト
=========================================================================*/
.c-breadcrumb,
.c-breadcrumb-ft {
  font-size: 12px;
  line-height: 32px;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb,
  .c-breadcrumb-ft {
    font-size: 10px;
  }
}
.c-breadcrumb .c-breadcrumb-wrap,
.c-breadcrumb-ft .c-breadcrumb-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb .c-breadcrumb-wrap,
  .c-breadcrumb-ft .c-breadcrumb-wrap {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list {
  white-space: nowrap;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
  width: 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img,
  .c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:first-child img {
    width: 9px;
  }
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2),
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2) {
  padding-left: 16px;
  position: relative;
}
.c-breadcrumb .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before,
.c-breadcrumb-ft .c-breadcrumb-wrap .c-breadcrumb-wrap__list:nth-child(n+2):before {
  content: "";
  width: 3px;
  height: 3px;
  border: 0px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin: auto;
}

.c-breadcrumb-ft .c-breadcrumb-wrap {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* ==========================================================================
メールフォーム
=========================================================================*/
/* 入力>確認>完了のnav
----------------------------------------------------------------- */
ul.p-contact-nav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.875rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.p-contact-nav::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #0b3569;
  aspect-ratio: 1/360;
  max-width: 1px;
  width: 100%;
  max-width: 300px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
ul.p-contact-nav li {
  display: block;
  border: 1px solid;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  max-width: 100px;
  height: 100px;
  width: 100%;
}
ul.p-contact-nav li.p-contact-nav__active {
  border: 2px solid #0b3569;
}
ul.p-contact-nav li.p-contact-nav__active span {
  color: #0b3569;
}
ul.p-contact-nav li span {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
}

/* フォーム
----------------------------------------------------------------- */
.c-form-wrap table {
  font-size: 16px;
  font-size: 1rem;
}
.c-form-wrap table tr {
  border-bottom: 1px solid;
}
.c-form-wrap table tr:first-child {
  border-top: 1px solid;
}
.c-form-wrap table tr th,
.c-form-wrap table tr td {
  padding: 1.25rem 0;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr th,
  .c-form-wrap table tr td {
    display: block;
  }
}
.c-form-wrap table tr th {
  font-weight: 700;
  text-align: left;
  vertical-align: top;
  position: relative;
  width: 44%;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr th {
    padding: 1.25rem 0 0;
    width: 100%;
  }
}
.c-form-wrap table tr th.c-form-required:after {
  content: "必須";
  display: inline-block;
  background-color: #0b3569;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  width: 44px;
  text-align: center;
  margin-left: 14px;
  vertical-align: middle;
  padding-bottom: 1px;
}
@media screen and (max-width: 992px) {
  .c-form-wrap table tr td {
    padding: 8px 0 1.25rem 0;
  }
}
.c-form-wrap div.c-form-required {
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required {
    text-align: center;
  }
}
.c-form-wrap div.c-form-required::after {
  content: "必須";
  display: inline-block;
  background-color: #0b3569;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 21px;
  width: 44px;
  text-align: center;
  margin-left: 14px;
}
@media screen and (max-width: 992px) {
  .c-form-wrap div.c-form-required::after {
    top: 0.35rem;
    margin-left: 0.2rem;
  }
}
@media screen and (max-width: 576px) {
  .c-form-wrap div.c-form-required::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
    top: auto;
    bottom: -30px;
  }
}

.c-form-radio,
.c-form-checkbox {
  display: inline-block;
  border: 3px solid;
  margin: -4px 8px 0 0;
  height: 24px;
  width: 24px;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c-form-radio:not(:disabled),
.c-form-checkbox:not(:disabled) {
  cursor: pointer;
}

.c-form-radio {
  border-radius: 50%;
}
.c-form-radio:checked {
  border: 7px solid;
}

.c-form-checkbox {
  background-color: #fff;
  position: relative;
}
.c-form-checkbox:checked:before {
  content: "";
  background-image: url(/recruit/resource/images/ico_form_cheaked.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 19px;
  display: block;
  position: absolute;
  left: 1px;
  top: -3px;
}
@media screen and (max-width: 768px) {
  .c-form-checkbox:checked:before {
    top: -5px;
  }
}

.c-form-radio-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px 1.25rem;
}

.c-form-input,
.c-form-select,
.c-form-textarea {
  display: inline-block;
  border: 1px solid;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  vertical-align: middle;
  padding: 4px 8px;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .c-form-input,
  .c-form-select,
  .c-form-textarea {
    max-width: 100%;
  }
}

.c-form-select,
.c-form-input {
  height: 40px;
}

.c-form-select-wrap {
  position: relative;
}
.c-form-select-wrap select.c-form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.c-form-select-wrap:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-right: solid 1px #0b3569;
  border-bottom: solid 1px #0b3569;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}

.c-form-privacy {
  margin-top: 2.5rem;
  padding: 2.5rem 3.75rem;
}
@media screen and (max-width: 576px) {
  .c-form-privacy {
    padding: 1.875rem 5% 3.125rem;
  }
}
.c-form-privacy .c-form-privacy-panel {
  background-color: #fff;
  border: 1px solid;
  font-size: 14px;
  height: 180px;
  margin-top: 1rem;
  padding: 2rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
  margin-left: auto;
  margin-right: auto;
}

.c-form-privacy-checkbox {
  cursor: pointer;
}

.p-contact-not-sale-txt {
  text-align: center;
}
.p-contact-not-sale-txt p {
  color: #0b3569;
  border-bottom: 4px solid;
  display: inline-block;
  margin: 0 auto;
  font-weight: 700;
}

.p-contact-not-sale-cheackbox {
  border: 1px solid #0b3569;
  padding: 2rem 0;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 576px) {
  .p-contact-not-sale-cheackbox {
    padding: 2.5rem 0 3.125rem;
  }
}

/*-==========================================================================
背景
==========================================================================*/
.c-bg-white {
  background-color: #fff !important;
}

.c-bg-black {
  background-color: #464646 !important;
}

.c-bg-main {
  background-color: #0b3569 !important;
}

.c-bg-light {
  background-color: #ced7e1 !important;
}

.c-bg-bg {
  background-color: #f3f8fe !important;
}

.c-bg-selection_txt {
  background-color: #464646 !important;
}

.c-bg-selection_bg {
  background-color: #fff9b7 !important;
}

.c-bg-key-color1 {
  background-color: #ffe200 !important;
}

.c-bg-key-color2 {
  background-color: #3c92ec !important;
}

.c-bg-key-color3 {
  background-color: #d0b90b !important;
}

.c-bg-key-color4 {
  background-color: #51debe !important;
}

/* ==========================================================================
ボタン
=========================================================================*/
.c-btn {
  font-weight: 700;
  font-size: min(1.25rem, 5.3333333333vw);
  letter-spacing: 0em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: min(0.75rem, 3.2vw);
  width: min(21.375rem, 91.2vw);
  height: min(4.625rem, 19.7333333333vw);
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover::after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media (hover: hover), (hover: none) {
  .c-btn:active::after {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@media screen and (max-width: 992px) {
  .c-btn {
    width: min(19.375rem, 82.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-btn {
    width: min(16.5625rem, 70.6666666667vw);
    height: min(3.5625rem, 15.2vw);
    font-size: min(1.0625rem, 4.5333333333vw);
    border-radius: min(0.5rem, 2.1333333333vw);
  }
}
.c-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(60, 146, 236)), to(rgb(81, 222, 190)));
  background-image: -webkit-linear-gradient(left, rgb(60, 146, 236) 0%, rgb(81, 222, 190) 100%);
  background-image: linear-gradient(90deg, rgb(60, 146, 236) 0%, rgb(81, 222, 190) 100%);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(60, 146, 236);
  z-index: -1;
}
.c-btn span {
  content: "";
  display: block;
  width: min(2.125rem, 9.0666666667vw);
  height: min(2.125rem, 9.0666666667vw);
  background-image: url(../images/_origin/icon_btn_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: min(1.5625rem, 6.6666666667vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .c-btn span {
    width: min(1.625rem, 6.9333333333vw);
    height: min(1.625rem, 6.9333333333vw);
    right: min(0.9375rem, 4vw);
  }
}

.c-btn2 {
  font-weight: 500;
  font-size: min(0.75rem, 3.2vw);
  letter-spacing: 0em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(0.5rem, 2.1333333333vw);
  color: #fff;
  height: min(2.9375rem, 12.5333333333vw);
  width: min(12.0625rem, 51.4666666667vw);
  border-radius: 100vh;
  border: min(0.0625rem, 0.2666666667vw) solid #fff;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.c-btn2::after {
  content: "";
  display: block;
  background-image: url(../images/_origin/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: min(0.8125rem, 3.4666666667vw);
  height: min(0.8125rem, 3.4666666667vw);
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn2:hover {
    background-color: #fff;
    color: #3c92ec;
  }
  .c-btn2:hover::after {
    background-image: url(../images/_origin/icon_link_color.svg);
  }
}
@media (hover: hover), (hover: none) {
  .c-btn2:active {
    background-color: #fff;
    color: #3c92ec;
  }
  .c-btn2:active::after {
    background-image: url(../images/_origin/icon_link_color.svg);
  }
}

@-webkit-keyframes light {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1.35);
            transform: scale(1.1, 1.35);
  }
}

@keyframes light {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1, 1.35);
            transform: scale(1.1, 1.35);
  }
}
.c-btn3 {
  font-weight: 700;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: min(0.75rem, 3.2vw);
  width: min(21.375rem, 91.2vw);
  height: min(4.625rem, 19.7333333333vw);
  text-align: center;
  position: relative;
  gap: min(2rem, 8.5333333333vw);
  background-color: #ffe200;
  position: relative;
  padding-right: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 576px) {
  .c-btn3 {
    width: min(16.5625rem, 70.6666666667vw);
    height: min(3.5625rem, 15.2vw);
    font-size: min(1.0625rem, 4.5333333333vw);
    border-radius: min(0.5rem, 2.1333333333vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn3:hover::before {
    border: min(0.0625rem, 0.2666666667vw) solid #d0b90b;
    -webkit-animation: light 0.8s infinite;
            animation: light 0.8s infinite;
  }
}
@media (hover: hover), (hover: none) {
  .c-btn3:active::before {
    border: min(0.0625rem, 0.2666666667vw) solid #d0b90b;
    -webkit-animation: light 0.8s infinite;
            animation: light 0.8s infinite;
  }
}
.c-btn3::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: min(0.75rem, 3.2vw);
  z-index: 1;
}
.c-btn3::after {
  content: "";
  display: block;
  background-image: url(../images/_origin/icon_btn_main.svg);
  width: min(2.125rem, 9.0666666667vw);
  height: min(2.125rem, 9.0666666667vw);
  position: absolute;
  top: 50%;
  right: min(1.25rem, 5.3333333333vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .c-btn3::after {
    width: min(1.625rem, 6.9333333333vw);
    height: min(1.625rem, 6.9333333333vw);
  }
}
.c-btn3.c-btn3--small-radius {
  height: min(3.75rem, 16vw);
  font-size: min(1.125rem, 4.8vw);
  width: min(11.875rem, 50.6666666667vw);
  border-radius: 100vh;
  padding-left: min(2rem, 8.5333333333vw);
  padding-right: 0;
}
@media screen and (max-width: 992px) {
  .c-btn3.c-btn3--small-radius {
    height: min(3.375rem, 14.4vw);
    width: min(10.6875rem, 45.6vw);
    font-size: min(1rem, 4.2666666667vw);
    padding-left: min(1.5rem, 6.4vw);
  }
}
@media screen and (max-width: 768px) {
  .c-btn3.c-btn3--small-radius {
    height: min(2.0625rem, 8.8vw);
    width: min(6.5rem, 27.7333333333vw);
    font-size: min(0.625rem, 2.6666666667vw);
    gap: min(1.125rem, 4.8vw);
    padding-left: min(1rem, 4.2666666667vw);
  }
}
.c-btn3.c-btn3--small-radius::before {
  border-radius: 100vh;
}
.c-btn3.c-btn3--small-radius::after {
  position: static;
  -webkit-transform: translate(0);
          transform: translate(0);
  width: min(1.375rem, 5.8666666667vw);
  height: min(1.375rem, 5.8666666667vw);
}
@media screen and (max-width: 992px) {
  .c-btn3.c-btn3--small-radius::after {
    width: min(1.1875rem, 5.0666666667vw);
    height: min(1.1875rem, 5.0666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-btn3.c-btn3--small-radius::after {
    width: min(0.75rem, 3.2vw);
    height: min(0.75rem, 3.2vw);
  }
}

/* ==========================================================================
カード
=========================================================================*/
.c-card-small,
.c-card-medium {
  border: 1px solid;
}

.c-card-small {
  padding: 1rem;
}

.c-card-medium {
  padding: 2.5rem;
}

.c-card-pattern1 {
  border: 1px solid rgba(11, 53, 105, 0.2);
}
.c-card-pattern1 .c-card-pattern1-head {
  background-color: rgba(11, 53, 105, 0.2);
  text-align: center;
  padding: 2rem 1rem;
}
.c-card-pattern1 .c-card-pattern1-head .c-card-pattern1-head__ttl {
  color: #0b3569;
}
.c-card-pattern1 .c-card-pattern1__txt {
  padding: 2.5rem;
}
.c-card-pattern1 .c-card-pattern1__txt-sm {
  padding: 1.5rem;
}

.c-card-pattern2 {
  border: 4px solid;
  padding: 1.5rem;
  text-align: center;
}
.c-card-pattern2 .c-card-pattern2__ttl {
  font-size: 30px;
  font-size: 1.875rem;
}
.c-card-pattern2 .c-card-pattern2__ttl span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 8px;
}
.c-card-pattern2 .c-card-pattern2__sub-ttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
.c-card-pattern2 .c-card-pattern2__txt {
  text-align: left;
  margin-top: 1rem;
}

/* ==========================================================================
テキスト・タイトル
=========================================================================*/
/* テキスト
----------------------------------------------------------------- */
.c-txt-bold {
  font-weight: 700;
}

.c-txt-base {
  font-size: 1rem;
}

.c-txt-small {
  font-size: 14px;
}

.c-txt-large {
  font-size: 20px;
  font-size: 1.25rem;
}

.c-txt-link {
  color: #0b3569;
  text-decoration: underline;
}
.c-txt-link:hover {
  text-decoration: none;
}

.c-txt-center {
  text-align: center !important;
}

.c-txt-left {
  text-align: left !important;
}

.c-txt-right {
  text-align: right !important;
}

.c-txt-white {
  color: #fff !important;
}

.c-txt-black {
  color: #464646 !important;
}

.c-txt-main {
  color: #0b3569 !important;
}

.c-txt-light {
  color: #ced7e1 !important;
}

.c-txt-bg {
  color: #f3f8fe !important;
}

.c-txt-selection_txt {
  color: #464646 !important;
}

.c-txt-selection_bg {
  color: #fff9b7 !important;
}

.c-txt-key-color1 {
  color: #ffe200 !important;
}

.c-txt-key-color2 {
  color: #3c92ec !important;
}

.c-txt-key-color3 {
  color: #d0b90b !important;
}

.c-txt-key-color4 {
  color: #51debe !important;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}

h3 {
  font-size: 26px;
  font-size: 1.625rem;
}

h4 {
  font-size: 20px;
  font-size: 1.25rem;
}

h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

.c-txt-lead {
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}

/* 見出し・タイトル
----------------------------------------------------------------- */
.c-ttl-main-bg {
  background-color: #0b3569;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.75rem 5%;
}
@media screen and (max-width: 576px) {
  .c-ttl-main-bg {
    padding: 2.5rem 5%;
  }
}

.c-ttl-main {
  color: #fff;
  text-align: center;
}
.c-ttl-main span {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

.c-ttl-sub {
  color: #0b3569;
  border-bottom: 1px solid #0b3569;
  padding-bottom: 8px;
}

.c-section-head {
  position: relative;
  padding-left: min(4.25rem, 18.1333333333vw);
  margin-bottom: min(4rem, 17.0666666667vw);
  z-index: 1;
  padding-top: min(3.125rem, 13.3333333333vw);
}
@media screen and (max-width: 992px) {
  .c-section-head {
    padding-top: min(2.5rem, 10.6666666667vw);
    padding-left: min(3.125rem, 13.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-section-head {
    margin-bottom: min(2.5rem, 10.6666666667vw);
  }
}
.c-section-head.c-section-head--no-mb {
  margin-bottom: 0 !important;
}
.c-section-head.c-section-head--large {
  padding-top: min(4.3125rem, 18.4vw);
}
@media screen and (max-width: 992px) {
  .c-section-head.c-section-head--large {
    padding-top: min(3.375rem, 14.4vw);
  }
}
.c-section-head.c-section-head--large .c-section-head__sub {
  font-size: min(2.125rem, 9.0666666667vw);
}
@media screen and (max-width: 992px) {
  .c-section-head.c-section-head--large .c-section-head__sub {
    font-size: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .c-section-head.c-section-head--large .c-section-head__sub {
    font-size: min(1.375rem, 5.8666666667vw);
  }
}
.c-section-head.c-section-head--large .c-section-head__title {
  font-size: min(3.5rem, 14.9333333333vw);
}
@media screen and (max-width: 992px) {
  .c-section-head.c-section-head--large .c-section-head__title {
    font-size: min(3.125rem, 13.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-section-head.c-section-head--large .c-section-head__title {
    font-size: min(2.375rem, 10.1333333333vw);
  }
}
.c-section-head.c-section-head--large::before {
  width: min(9.9375rem, 42.4vw);
  height: min(12.5rem, 53.3333333333vw);
}
@media screen and (max-width: 992px) {
  .c-section-head.c-section-head--large::before {
    width: min(8.9375rem, 38.1333333333vw);
    height: min(11.25rem, 48vw);
  }
}
@media screen and (max-width: 576px) {
  .c-section-head.c-section-head--large::before {
    width: min(5.8125rem, 24.8vw);
    height: min(7.3125rem, 31.2vw);
  }
}
.c-section-head::before {
  content: "";
  display: block;
  background-image: url(../images/_origin/icon_head.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: min(7.1875rem, 30.6666666667vw);
  height: min(9rem, 38.4vw);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .c-section-head::before {
    width: min(5.8125rem, 24.8vw);
    height: min(7.3125rem, 31.2vw);
  }
}
.c-section-head__sub {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: min(1.75rem, 7.4666666667vw);
  letter-spacing: 0.04em;
  line-height: 1;
  font-style: italic;
  display: block;
}
@media screen and (max-width: 992px) {
  .c-section-head__sub {
    font-size: min(1.375rem, 5.8666666667vw);
  }
}
.c-section-head__title {
  font-weight: 700;
  font-size: min(3rem, 12.8vw);
  letter-spacing: 0em;
  line-height: 1;
  display: block;
  margin-top: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 992px) {
  .c-section-head__title {
    font-size: min(2.375rem, 10.1333333333vw);
    line-height: 1.3;
  }
}
@media screen and (max-width: 576px) {
  .c-section-head__title {
    font-weight: 700;
    font-size: min(2.375rem, 10.1333333333vw);
    letter-spacing: 0em;
    line-height: 1.3684210526;
    margin-top: min(0.875rem, 3.7333333333vw);
  }
}

.c-section-head2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(0.75rem, 3.2vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  min-height: min(9.0625rem, 38.6666666667vw);
  position: relative;
  margin-bottom: min(4rem, 17.0666666667vw);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .c-section-head2 {
    margin-bottom: min(3rem, 12.8vw);
  }
}
@media screen and (max-width: 576px) {
  .c-section-head2 {
    gap: min(0.625rem, 2.6666666667vw);
    min-height: min(7.25rem, 30.9333333333vw);
    margin-bottom: min(2.5rem, 10.6666666667vw);
  }
}
.c-section-head2::before {
  content: "";
  display: block;
  width: min(7.9375rem, 33.8666666667vw);
  height: min(9.0625rem, 38.6666666667vw);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/_origin/icon_head_bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .c-section-head2::before {
    width: min(6.375rem, 27.2vw);
    height: min(7.25rem, 30.9333333333vw);
  }
}
.c-section-head2__sub {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: min(1.625rem, 6.9333333333vw);
  letter-spacing: 0.04em;
  line-height: 1;
  font-style: italic;
}
@media screen and (max-width: 576px) {
  .c-section-head2__sub {
    font-size: min(1.25rem, 5.3333333333vw);
  }
}
.c-section-head2__catch {
  font-weight: 700;
  font-size: min(2.375rem, 10.1333333333vw);
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .c-section-head2__catch {
    font-size: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 768px) {
  .c-section-head2__catch--tb-center {
    line-height: 1.2;
    text-align: center;
    margin-bottom: min(2.375rem, 10.1333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-section-head2__catch--sp-center {
    line-height: 1.2;
    text-align: center;
    margin-bottom: min(1.875rem, 8vw);
  }
}

.c-section-head3 {
  font-weight: 700;
  font-size: min(1.75rem, 7.4666666667vw);
  letter-spacing: 0em;
  line-height: 1.5;
  color: #3c92ec;
  text-align: center;
  padding-bottom: min(1.875rem, 8vw);
  position: relative;
}
@media screen and (max-width: 576px) {
  .c-section-head3 {
    font-size: min(1.5rem, 6.4vw);
    padding-bottom: min(1.75rem, 7.4666666667vw);
  }
}
.c-section-head3::before {
  content: "";
  display: block;
  width: 100%;
  height: min(0.15625rem, 0.6666666667vw);
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/_origin/border_dots.svg);
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 576px) {
  .c-section-head3::before {
    background-image: url(../images/_origin/border_dots_sp.svg);
  }
}

/* 電話番号
----------------------------------------------------------------- */
.c-txt-tel {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .c-txt-tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-txt-tel img {
  margin-right: 4px;
  width: 21px;
  vertical-align: baseline;
}
@media screen and (max-width: 992px) {
  .c-txt-tel img {
    width: 14px;
  }
}
.c-txt-tel a[href^="tel:"] {
  color: #0b3569;
  display: inline-block;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .c-txt-tel a[href^="tel:"] {
    pointer-events: auto;
  }
}

/*-==========================================================================
  メンバーコンテンツ
==========================================================================*/
.c-member {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: min(3.4375rem, 14.6666666667vw);
}
@media screen and (max-width: 1200px) {
  .c-member {
    gap: min(2.125rem, 9.0666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-member {
    grid-template-columns: 1fr;
    gap: min(5rem, 21.3333333333vw);
  }
}
.c-member__item:nth-of-type(3n - 1) {
  position: relative;
  top: min(4.75rem, 20.2666666667vw);
}
@media screen and (max-width: 576px) {
  .c-member__item:nth-of-type(3n - 1) {
    top: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-member__link:hover .c-member__img-wrap img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-member__link:hover .c-member__bottom img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@media (hover: hover), (hover: none) {
  .c-member__link:active .c-member__img-wrap img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .c-member__link:active .c-member__bottom img {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
.c-member__img-wrap {
  width: 100%;
  margin-bottom: max(-1.875rem, -8vw);
  background-image: url(../images/_origin/img_member_bg.svg);
  background-size: 100% 100%;
  overflow: hidden;
  -webkit-mask-image: url(../images/_origin/img_member_bg.svg);
          mask-image: url(../images/_origin/img_member_bg.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 576px) {
  .c-member__img-wrap {
    margin-bottom: max(-2.5rem, -10.6666666667vw);
    -webkit-transform: translateX(4%);
            transform: translateX(4%);
    margin-bottom: max(-3.125rem, -13.3333333333vw);
  }
}
.c-member__img-wrap img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 576px) {
  .c-member__img-wrap img {
    width: 96%;
  }
}
.c-member__information {
  margin-bottom: max(-1.875rem, -8vw);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .c-member__information {
    margin-bottom: max(-3.125rem, -13.3333333333vw);
  }
}
.c-member__label {
  font-weight: 500;
  font-size: min(1rem, 4.2666666667vw);
  letter-spacing: 0em;
  line-height: 1.0625;
  display: block;
  width: min(10.1875rem, 43.4666666667vw);
  height: min(2.6875rem, 11.4666666667vw);
  background-color: #fff;
  border: min(0.0625rem, 0.2666666667vw) solid #0b3569;
  border-radius: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(0.625rem, 2.6666666667vw);
}
@media screen and (max-width: 1200px) {
  .c-member__label {
    font-size: min(0.6875rem, 2.9333333333vw);
    width: min(7rem, 29.8666666667vw);
    height: min(1.8125rem, 7.7333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-member__label {
    font-size: min(1.125rem, 4.8vw);
    width: min(10.9375rem, 46.6666666667vw);
    height: min(2.875rem, 12.2666666667vw);
  }
}
.c-member__label::before {
  content: "";
  display: block;
  width: min(1.625rem, 6.9333333333vw);
  height: min(1.625rem, 6.9333333333vw);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .c-member__label::before {
    width: min(1rem, 4.2666666667vw);
    height: min(1rem, 4.2666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-member__label::before {
    width: min(1.625rem, 6.9333333333vw);
    height: min(1.625rem, 6.9333333333vw);
  }
}
.c-member__label.c-member__label--sales::before {
  background-image: url(../images/_origin/icon_sales.svg);
}
.c-member__label.c-member__label--skills::before {
  background-image: url(../images/_origin/icon_skills.svg);
}
.c-member__label.c-member__label--productions::before {
  background-image: url(../images/_origin/icon_productions.svg);
}
.c-member__catch {
  font-weight: 700;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0em;
  line-height: 1.5909090909;
  margin-top: min(0.9375rem, 4vw);
}
@media screen and (max-width: 1200px) {
  .c-member__catch {
    font-weight: 700;
    font-size: min(1rem, 4.2666666667vw);
    letter-spacing: 0em;
    line-height: 1.5;
    margin-top: min(0.6875rem, 2.9333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-member__catch {
    font-weight: 700;
    font-size: min(1.5rem, 6.4vw);
    letter-spacing: 0em;
    line-height: 1.4583333333;
    margin-top: min(1.125rem, 4.8vw);
  }
}
.c-member__bottom {
  margin-top: min(0.5rem, 2.1333333333vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .c-member__bottom {
    margin-top: min(1.125rem, 4.8vw);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-member__bottom img {
  width: min(3.6875rem, 15.7333333333vw);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 1200px) {
  .c-member__bottom img {
    width: min(2.25rem, 9.6vw);
  }
}
@media screen and (max-width: 576px) {
  .c-member__bottom img {
    width: min(3.9375rem, 16.8vw);
  }
}
.c-member__bottom-text {
  font-weight: 500;
  font-size: min(1rem, 4.2666666667vw);
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .c-member__bottom-text {
    font-weight: 500;
    font-size: min(0.6875rem, 2.9333333333vw);
    letter-spacing: 0em;
    line-height: 1.4545454545;
  }
}
@media screen and (max-width: 576px) {
  .c-member__bottom-text {
    font-weight: 500;
    font-size: min(1.125rem, 4.8vw);
    letter-spacing: 0em;
    line-height: 1.3333333333;
  }
}

/*-==========================================================================
  下層MV
==========================================================================*/
.c-second-mv {
  height: min(37.1875rem, 158.6666666667vw);
}
@media screen and (max-width: 992px) {
  .c-second-mv {
    height: min(31.0625rem, 132.5333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-second-mv {
    height: min(29.875rem, 127.4666666667vw);
  }
}
.c-second-mv.c-second-mv--small {
  height: min(31.875rem, 136vw);
}
@media screen and (max-width: 992px) {
  .c-second-mv.c-second-mv--small {
    height: min(26.75rem, 114.1333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-second-mv.c-second-mv--small {
    height: min(22.5rem, 96vw);
  }
}
.c-second-mv.c-second-mv--small .c-section-head {
  top: 55%;
}
.c-second-mv.c-second-mv--business {
  background-image: url(../images/half/img_mv_business_half.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/webp/img_mv_business.webp)) {
  .c-second-mv.c-second-mv--business {
    background-image: url(../images/webp/img_mv_business.webp);
  }
}
@supports (background-image: url(../images/avif/img_mv_business.avif)) {
  .c-second-mv.c-second-mv--business {
    background-image: url(../images/avif/img_mv_business.avif);
  }
}
@media screen and (max-width: 992px) {
  .c-second-mv.c-second-mv--business {
    background-image: url(../images/half/img_mv_business_lp_half.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../images/webp/img_mv_business_lp.webp)) {
    .c-second-mv.c-second-mv--business {
      background-image: url(../images/webp/img_mv_business_lp.webp);
    }
  }
  @supports (background-image: url(../images/avif/img_mv_business_lp.avif)) {
    .c-second-mv.c-second-mv--business {
      background-image: url(../images/avif/img_mv_business_lp.avif);
    }
  }
}
@media screen and (max-width: 576px) {
  .c-second-mv.c-second-mv--business {
    background-image: url(../images/half/img_mv_business_sp_half.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../images/webp/img_mv_business_sp.webp)) {
    .c-second-mv.c-second-mv--business {
      background-image: url(../images/webp/img_mv_business_sp.webp);
    }
  }
  @supports (background-image: url(../images/avif/img_mv_business_sp.avif)) {
    .c-second-mv.c-second-mv--business {
      background-image: url(../images/avif/img_mv_business_sp.avif);
    }
  }
}
.c-second-mv.c-second-mv--culture {
  background-image: url(../images/half/img_mv_culture_half.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/webp/img_mv_culture.webp)) {
  .c-second-mv.c-second-mv--culture {
    background-image: url(../images/webp/img_mv_culture.webp);
  }
}
@supports (background-image: url(../images/avif/img_mv_culture.avif)) {
  .c-second-mv.c-second-mv--culture {
    background-image: url(../images/avif/img_mv_culture.avif);
  }
}
@media screen and (max-width: 992px) {
  .c-second-mv.c-second-mv--culture {
    background-image: url(../images/half/img_mv_culture_lp_half.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../images/webp/img_mv_culture_lp.webp)) {
    .c-second-mv.c-second-mv--culture {
      background-image: url(../images/webp/img_mv_culture_lp.webp);
    }
  }
  @supports (background-image: url(../images/avif/img_mv_culture_lp.avif)) {
    .c-second-mv.c-second-mv--culture {
      background-image: url(../images/avif/img_mv_culture_lp.avif);
    }
  }
}
@media screen and (max-width: 576px) {
  .c-second-mv.c-second-mv--culture {
    background-image: url(../images/half/img_mv_culture_sp_half.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../images/webp/img_mv_culture_sp.webp)) {
    .c-second-mv.c-second-mv--culture {
      background-image: url(../images/webp/img_mv_culture_sp.webp);
    }
  }
  @supports (background-image: url(../images/avif/img_mv_culture_sp.avif)) {
    .c-second-mv.c-second-mv--culture {
      background-image: url(../images/avif/img_mv_culture_sp.avif);
    }
  }
}
.c-second-mv.c-second-mv--interview {
  background-image: url(../images/half/img_mv_interview_half.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/webp/img_mv_interview.webp)) {
  .c-second-mv.c-second-mv--interview {
    background-image: url(../images/webp/img_mv_interview.webp);
  }
}
@supports (background-image: url(../images/avif/img_mv_interview.avif)) {
  .c-second-mv.c-second-mv--interview {
    background-image: url(../images/avif/img_mv_interview.avif);
  }
}
@media screen and (max-width: 992px) {
  .c-second-mv.c-second-mv--interview {
    background-image: url(../images/half/img_mv_interview_lp_half.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../images/webp/img_mv_interview_lp.webp)) {
    .c-second-mv.c-second-mv--interview {
      background-image: url(../images/webp/img_mv_interview_lp.webp);
    }
  }
  @supports (background-image: url(../images/avif/img_mv_interview_lp.avif)) {
    .c-second-mv.c-second-mv--interview {
      background-image: url(../images/avif/img_mv_interview_lp.avif);
    }
  }
}
@media screen and (max-width: 576px) {
  .c-second-mv.c-second-mv--interview {
    background-image: url(../images/half/img_mv_interview_sp_half.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../images/webp/img_mv_interview_sp.webp)) {
    .c-second-mv.c-second-mv--interview {
      background-image: url(../images/webp/img_mv_interview_sp.webp);
    }
  }
  @supports (background-image: url(../images/avif/img_mv_interview_sp.avif)) {
    .c-second-mv.c-second-mv--interview {
      background-image: url(../images/avif/img_mv_interview_sp.avif);
    }
  }
}
.c-second-mv.c-second-mv--guideline {
  background-image: url(../images/half/img_mv_guideline_half.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/webp/img_mv_guideline.webp)) {
  .c-second-mv.c-second-mv--guideline {
    background-image: url(../images/webp/img_mv_guideline.webp);
  }
}
@supports (background-image: url(../images/avif/img_mv_guideline.avif)) {
  .c-second-mv.c-second-mv--guideline {
    background-image: url(../images/avif/img_mv_guideline.avif);
  }
}
@media screen and (max-width: 992px) {
  .c-second-mv.c-second-mv--guideline {
    background-image: url(../images/half/img_mv_guideline_lp_half.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../images/webp/img_mv_guideline_lp.webp)) {
    .c-second-mv.c-second-mv--guideline {
      background-image: url(../images/webp/img_mv_guideline_lp.webp);
    }
  }
  @supports (background-image: url(../images/avif/img_mv_guideline_lp.avif)) {
    .c-second-mv.c-second-mv--guideline {
      background-image: url(../images/avif/img_mv_guideline_lp.avif);
    }
  }
}
@media screen and (max-width: 576px) {
  .c-second-mv.c-second-mv--guideline {
    background-image: url(../images/half/img_mv_guideline_sp_half.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../images/webp/img_mv_guideline_sp.webp)) {
    .c-second-mv.c-second-mv--guideline {
      background-image: url(../images/webp/img_mv_guideline_sp.webp);
    }
  }
  @supports (background-image: url(../images/avif/img_mv_guideline_sp.avif)) {
    .c-second-mv.c-second-mv--guideline {
      background-image: url(../images/avif/img_mv_guideline_sp.avif);
    }
  }
}
.c-second-mv.c-second-mv--policy {
  background-image: url(../images/half/img_mv_policy_half.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/webp/img_mv_policy.webp)) {
  .c-second-mv.c-second-mv--policy {
    background-image: url(../images/webp/img_mv_policy.webp);
  }
}
@supports (background-image: url(../images/avif/img_mv_policy.avif)) {
  .c-second-mv.c-second-mv--policy {
    background-image: url(../images/avif/img_mv_policy.avif);
  }
}
@media screen and (max-width: 992px) {
  .c-second-mv.c-second-mv--policy {
    background-image: url(../images/half/img_mv_policy_lp_half.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../images/webp/img_mv_policy_lp.webp)) {
    .c-second-mv.c-second-mv--policy {
      background-image: url(../images/webp/img_mv_policy_lp.webp);
    }
  }
  @supports (background-image: url(../images/avif/img_mv_policy_lp.avif)) {
    .c-second-mv.c-second-mv--policy {
      background-image: url(../images/avif/img_mv_policy_lp.avif);
    }
  }
}
@media screen and (max-width: 576px) {
  .c-second-mv.c-second-mv--policy {
    background-image: url(../images/half/img_mv_policy_sp_half.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
  }
  @supports (background-image: url(../images/webp/img_mv_policy_sp.webp)) {
    .c-second-mv.c-second-mv--policy {
      background-image: url(../images/webp/img_mv_policy_sp.webp);
    }
  }
  @supports (background-image: url(../images/avif/img_mv_policy_sp.avif)) {
    .c-second-mv.c-second-mv--policy {
      background-image: url(../images/avif/img_mv_policy_sp.avif);
    }
  }
}
.c-second-mv__inner {
  position: relative;
  height: 100%;
}
.c-second-mv .l-container-large {
  height: 100%;
}
.c-second-mv .c-section-head {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(max(-1.875rem, -8vw), -50%);
          transform: translate(max(-1.875rem, -8vw), -50%);
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}
.c-second-mv .c-section-head.is-active {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
}
.c-second-mv .c-anchor-list {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .c-second-mv .c-anchor-list {
    display: none;
  }
}

.c-second-mv-anchor {
  display: none;
}
@media screen and (max-width: 576px) {
  .c-second-mv-anchor {
    display: block;
    width: 86.9333333333%;
    margin-inline: auto;
    margin-bottom: max(-4rem, -17.0666666667vw);
    position: relative;
    top: max(-4rem, -17.0666666667vw);
  }
}

/*-==========================================================================
  アンカーリンク
==========================================================================*/
.c-anchor-list {
  background-color: #f3f8fe;
  padding-block: min(3.0625rem, 13.0666666667vw) min(0.375rem, 1.6vw);
  border-radius: min(1.125rem, 4.8vw) min(1.125rem, 4.8vw) 0 0;
}
@media screen and (max-width: 992px) {
  .c-anchor-list {
    padding-block: min(2.1875rem, 9.3333333333vw) 0;
  }
}
@media screen and (max-width: 576px) {
  .c-anchor-list {
    padding-block: min(1.6875rem, 7.2vw) 0;
    padding-inline: min(1.875rem, 8vw);
    position: relative;
    z-index: 1;
  }
}
.c-anchor-list::before {
  content: "";
  display: none;
}
@media screen and (max-width: 576px) {
  .c-anchor-list::before {
    display: block;
    background-color: #f3f8fe;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: min(4rem, 17.0666666667vw);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}
.c-anchor-list__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(5.25rem, 22.4vw);
}
@media screen and (max-width: 992px) {
  .c-anchor-list__inner {
    gap: min(3.3125rem, 14.1333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-anchor-list__inner {
    gap: min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-anchor-list__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(1.25rem, 5.3333333333vw);
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .c-anchor-list__inner.c-anchor-list__inner--col {
    display: grid;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    gap: min(1.25rem, 5.3333333333vw) min(2.5rem, 10.6666666667vw);
  }
}
.c-anchor-list__link {
  font-weight: 700;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.1666666667;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1rem, 4.2666666667vw);
}
@media screen and (max-width: 992px) {
  .c-anchor-list__link {
    font-size: min(1rem, 4.2666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .c-anchor-list__link {
    font-size: min(0.8125rem, 3.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-anchor-list__link {
    font-size: min(0.875rem, 3.7333333333vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-anchor-list__link:hover::after {
    background-image: url(../images/_origin/icon_btn_main.svg);
  }
}
@media (hover: hover), (hover: none) {
  .c-anchor-list__link:active::after {
    background-image: url(../images/_origin/icon_btn_main.svg);
  }
}
.c-anchor-list__link::after {
  content: "";
  display: block;
  width: min(1.75rem, 7.4666666667vw);
  height: min(1.75rem, 7.4666666667vw);
  background-image: url(../images/_origin/icon_btn_border.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media screen and (max-width: 576px) {
  .c-anchor-list__link::after {
    width: min(1.4375rem, 6.1333333333vw);
    height: min(1.4375rem, 6.1333333333vw);
  }
}

/*-==========================================================================
  セクションボックスコンテンツ
==========================================================================*/
.c-section-box {
  background-color: #fff;
  padding: min(4rem, 17.0666666667vw) min(4.375rem, 18.6666666667vw);
  border-radius: min(1.25rem, 5.3333333333vw);
  position: relative;
}
@media screen and (max-width: 992px) {
  .c-section-box {
    padding: min(3rem, 12.8vw) min(2.125rem, 9.0666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .c-section-box {
    padding: min(2.5rem, 10.6666666667vw) min(1.875rem, 8vw);
  }
}
.c-section-box.c-section-box--transparent {
  opacity: 0;
}
.c-section-box__head {
  font-weight: 700;
  font-size: min(1.75rem, 7.4666666667vw);
  letter-spacing: 0em;
  line-height: 1.5;
  color: #3c92ec;
  text-align: center;
  padding-bottom: min(2.5rem, 10.6666666667vw);
  margin-bottom: min(2.5rem, 10.6666666667vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-section-box__head {
    text-align: left;
    padding-bottom: min(1.75rem, 7.4666666667vw);
    margin-bottom: min(1.75rem, 7.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-section-box__head {
    font-size: min(1.5rem, 6.4vw);
  }
}
.c-section-box__head.c-section-box__head--all-center {
  text-align: center !important;
}
.c-section-box__head::before {
  content: "";
  display: block;
  width: 100%;
  height: min(0.15625rem, 0.6666666667vw);
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/_origin/border_dots.svg);
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 576px) {
  .c-section-box__head::before {
    background-image: url(../images/_origin/border_dots_sp.svg);
  }
}
.c-section-box__head-point {
  font-size: min(1.25rem, 5.3333333333vw);
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: min(0.5rem, 2.1333333333vw);
}
.c-section-box__head-point::before, .c-section-box__head-point::after {
  content: "";
  display: block;
  height: min(1.5rem, 6.4vw);
  border-left: min(0.125rem, 0.5333333333vw) solid #3c92ec;
  border-radius: 100vh;
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.c-section-box__head-point::before {
  left: 0;
  -webkit-transform: translate(max(-1.25rem, -5.3333333333vw), max(-0.375rem, -1.6vw)) rotate(-30deg);
          transform: translate(max(-1.25rem, -5.3333333333vw), max(-0.375rem, -1.6vw)) rotate(-30deg);
}
.c-section-box__head-point::after {
  right: 0;
  -webkit-transform: translate(min(1.25rem, 5.3333333333vw), max(-0.375rem, -1.6vw)) rotate(30deg);
          transform: translate(min(1.25rem, 5.3333333333vw), max(-0.375rem, -1.6vw)) rotate(30deg);
}
.c-section-box__flex-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.6875rem, 11.4666666667vw);
}
@media screen and (max-width: 992px) {
  .c-section-box__flex-inner {
    gap: min(1.5625rem, 6.6666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .c-section-box__flex-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(2.1875rem, 9.3333333333vw);
  }
}
.c-section-box__text-wrap {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-section-box__img-wrap {
  width: min(27.9375rem, 119.2vw);
}
@media screen and (max-width: 1200px) {
  .c-section-box__img-wrap {
    width: min(23.75rem, 101.3333333333vw);
  }
}
@media screen and (max-width: 992px) {
  .c-section-box__img-wrap {
    width: min(17.8125rem, 76vw);
  }
}
@media screen and (max-width: 768px) {
  .c-section-box__img-wrap {
    width: 100%;
  }
}
.c-section-box__img-wrap img {
  width: 100%;
}
.c-section-box__text {
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.7777777778;
}
@media screen and (max-width: 576px) {
  .c-section-box__text {
    font-size: min(1rem, 4.2666666667vw);
  }
}
.c-section-box.c-section-box--color {
  background-color: #f3f8fe;
}
.c-section-box__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(2.9375rem, 12.5333333333vw);
}
@media screen and (max-width: 992px) {
  .c-section-box__list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .c-section-box__list {
    gap: min(2rem, 8.5333333333vw);
  }
}
.c-section-box__item {
  background-color: #fff;
  padding: min(2.375rem, 10.1333333333vw);
}
@media screen and (max-width: 576px) {
  .c-section-box__item {
    padding: min(2rem, 8.5333333333vw) min(1.5rem, 6.4vw);
  }
}
.c-section-box__list-head {
  font-weight: 700;
  font-size: min(1.75rem, 7.4666666667vw);
  letter-spacing: 0em;
  line-height: 1.2857142857;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.75rem, 3.2vw);
}
@media screen and (max-width: 576px) {
  .c-section-box__list-head {
    font-size: min(1.25rem, 5.3333333333vw);
  }
}
.c-section-box__list-head::before {
  content: "";
  display: block;
  min-width: min(3rem, 12.8vw);
  height: min(2.5rem, 10.6666666667vw);
  background-image: url(../images/_origin/icon_book.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: max(-0.125rem, -0.5333333333vw);
}
@media screen and (max-width: 576px) {
  .c-section-box__list-head::before {
    min-width: min(1.75rem, 7.4666666667vw);
    height: min(1.75rem, 7.4666666667vw);
    top: 0;
  }
}
.c-section-box__list-text {
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.7777777778;
  margin-top: min(1.5rem, 6.4vw);
}
@media screen and (max-width: 576px) {
  .c-section-box__list-text {
    font-size: min(1rem, 4.2666666667vw);
    margin-top: min(1rem, 4.2666666667vw);
  }
}
.c-section-box__number {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: min(1.625rem, 6.9333333333vw);
  letter-spacing: 0.04em;
  line-height: 1;
  font-style: italic;
  background-color: #3c92ec;
  color: #fff;
  border-radius: 100vh;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: min(0.5625rem, 2.4vw) min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 576px) {
  .c-section-box__number {
    font-size: min(1.4625rem, 6.24vw);
  }
}

/* ==========================================================================
ヘッダーコンテンツ
========================================================================== */
.c-header-contents {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: min(2.1875rem, 9.3333333333vw) min(1.8125rem, 7.7333333333vw);
}
@media screen and (max-width: 992px) {
  .c-header-contents {
    padding-inline: min(1.8125rem, 7.7333333333vw) min(1.6875rem, 7.2vw);
  }
}
@media screen and (max-width: 768px) {
  .c-header-contents {
    padding-inline: min(0.6875rem, 2.9333333333vw) min(1rem, 4.2666666667vw);
  }
}
.c-header-contents__logo {
  position: relative;
  z-index: 3;
  width: min(27.625rem, 117.8666666667vw);
}
@media screen and (max-width: 992px) {
  .c-header-contents__logo {
    width: min(25.25rem, 107.7333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-header-contents__logo {
    width: min(9.1875rem, 39.2vw);
  }
}
.c-header-contents__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(4rem, 17.0666666667vw);
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .c-header-contents__right {
    gap: min(2rem, 8.5333333333vw);
  }
}
.c-header-contents__menu-btn {
  cursor: pointer;
  width: min(6.125rem, 26.1333333333vw);
  height: min(2.5rem, 10.6666666667vw);
  width: min(2.5rem, 10.6666666667vw);
  height: min(2.5rem, 10.6666666667vw);
  position: relative;
  background-color: transparent;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .c-header-contents__menu-btn {
    width: min(2.125rem, 9.0666666667vw);
    height: min(2.125rem, 9.0666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .c-header-contents__menu-btn {
    width: min(1.25rem, 5.3333333333vw);
    height: min(1.25rem, 5.3333333333vw);
  }
}
.c-header-contents__menu-btn.is-active span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
          transform: translate(-50%, -50%) rotate(35deg);
}
.c-header-contents__menu-btn.is-active span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.c-header-contents__menu-btn.is-active span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
          transform: translate(-50%, -50%) rotate(-35deg);
}
.c-header-contents__menu-btn span {
  display: block;
  width: 100%;
  height: min(0.125rem, 0.5333333333vw);
  background-color: #fff;
  border-radius: 100vh;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.c-header-contents__menu-btn span:first-of-type {
  -webkit-transform: translate(-50%, calc(-50% - min(0.75rem, 3.2vw)));
          transform: translate(-50%, calc(-50% - min(0.75rem, 3.2vw)));
}
@media screen and (max-width: 768px) {
  .c-header-contents__menu-btn span:first-of-type {
    -webkit-transform: translate(-50%, calc(-50% - min(0.4375rem, 1.8666666667vw)));
            transform: translate(-50%, calc(-50% - min(0.4375rem, 1.8666666667vw)));
  }
}
.c-header-contents__menu-btn span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-header-contents__menu-btn span:last-of-type {
  -webkit-transform: translate(-50%, calc(-50% + min(0.75rem, 3.2vw)));
          transform: translate(-50%, calc(-50% + min(0.75rem, 3.2vw)));
}
@media screen and (max-width: 768px) {
  .c-header-contents__menu-btn span:last-of-type {
    -webkit-transform: translate(-50%, calc(-50% + min(0.4375rem, 1.8666666667vw)));
            transform: translate(-50%, calc(-50% + min(0.4375rem, 1.8666666667vw)));
  }
}

.c-header-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: min(26.875rem, 114.6666666667vw);
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .c-header-menu {
    width: 100%;
  }
}
.c-header-menu__menu-bg {
  background-color: #3c92ec;
  border-radius: 0 0 0 min(0.625rem, 2.6666666667vw);
  width: min(6.25rem, 26.6666666667vw);
  height: min(6.25rem, 26.6666666667vw);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.5s, height 0.5s;
  transition: width 0.5s, height 0.5s;
}
@media screen and (max-width: 992px) {
  .c-header-menu__menu-bg {
    width: min(5.625rem, 24vw);
    height: min(5.625rem, 24vw);
  }
}
@media screen and (max-width: 768px) {
  .c-header-menu__menu-bg {
    width: min(3.4375rem, 14.6666666667vw);
    height: min(3.4375rem, 14.6666666667vw);
  }
}
.c-header-menu__menu-bg.is-active {
  width: 100%;
  height: 100%;
}
.c-header-menu__inner {
  display: none;
  margin-top: min(9.5625rem, 40.8vw);
  padding-bottom: min(4.5625rem, 19.4666666667vw);
  padding-inline: min(3.3125rem, 14.1333333333vw) min(3.75rem, 16vw);
  max-height: calc(100dvh - min(9.5625rem, 40.8vw));
  overflow-y: auto;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.c-header-menu__inner.is-display {
  display: block;
}
.c-header-menu__inner.is-active {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  .c-header-menu__inner {
    margin-top: 0;
    padding-top: min(8.125rem, 34.6666666667vw);
    height: 100dvh;
    max-height: none;
  }
}
.c-header-menu__item:first-of-type .c-header-menu__link {
  padding-top: 0;
}
.c-header-menu__link {
  display: block;
  color: #fff;
  padding-block: min(1.6875rem, 7.2vw);
  border-bottom: min(0.0625rem, 0.2666666667vw) solid #fff;
  position: relative;
}
.c-header-menu__link::before {
  content: "";
  display: block;
  background-image: url(../images/_origin/icon_btn_border_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: min(2.0625rem, 8.8vw);
  height: min(2.0625rem, 8.8vw);
  position: absolute;
  bottom: min(1.5rem, 6.4vw);
  right: 0;
  pointer-events: none;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-header-menu__link:hover::before {
    background-image: url(../images/_origin/icon_btn_white_blue.svg);
  }
}
@media (hover: hover), (hover: none) {
  .c-header-menu__link:active::before {
    background-image: url(../images/_origin/icon_btn_white_blue.svg);
  }
}
.c-header-menu__link-sub {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: min(0.8rem, 3.4133333333vw);
  letter-spacing: 0.04em;
  line-height: 1;
  font-style: italic;
}
.c-header-menu__link-head {
  font-weight: 700;
  font-size: min(1.3125rem, 5.6vw);
  letter-spacing: 0em;
  line-height: 1;
  display: block;
}
.c-header-menu__bottom {
  margin-top: min(5.25rem, 22.4vw);
}
.c-header-menu__bottom img {
  width: 100%;
}
.c-header-menu .c-btn2 {
  margin-top: min(1.3125rem, 5.6vw);
}
.c-header-menu__policy {
  font-weight: 500;
  font-size: min(1rem, 4.2666666667vw);
  letter-spacing: 0em;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.5rem, 2.1333333333vw);
  margin-top: min(4rem, 17.0666666667vw);
}
@media (hover: hover) and (pointer: fine) {
  .c-header-menu__policy:hover {
    opacity: 0.65;
  }
}
@media (hover: hover), (hover: none) {
  .c-header-menu__policy:active {
    opacity: 0.65;
  }
}

/*-==========================================================================
フッターコンテンツ
==========================================================================*/
.c-footer-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: min(3.25rem, 13.8666666667vw);
  border-bottom: min(0.03125rem, 0.1333333333vw) solid #fff;
  position: relative;
  color: #fff;
  gap: min(3.5rem, 14.9333333333vw);
}
@media screen and (max-width: 768px) {
  .c-footer-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding-bottom: min(2.25rem, 9.6vw);
    gap: min(2.5rem, 10.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-footer-contents {
    max-width: min(16.5rem, 70.4vw);
    margin-inline: auto;
  }
}
.c-footer-contents__info img {
  width: min(19.9375rem, 85.0666666667vw);
  height: auto;
}
@media screen and (max-width: 992px) {
  .c-footer-contents__info img {
    width: min(17.8125rem, 76vw);
  }
}
@media screen and (max-width: 768px) {
  .c-footer-contents__info img {
    width: min(16.5rem, 70.4vw);
  }
}
.c-footer-contents .c-btn2 {
  margin-top: min(4.25rem, 18.1333333333vw);
}
@media screen and (max-width: 768px) {
  .c-footer-contents .c-btn2 {
    margin-top: min(1.875rem, 8vw);
    font-size: min(0.875rem, 3.7333333333vw);
    width: min(14.125rem, 60.2666666667vw);
    height: min(3.5rem, 14.9333333333vw);
  }
}
.c-footer-contents__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(2.6875rem, 11.4666666667vw);
  margin-top: min(2rem, 8.5333333333vw);
}
@media screen and (max-width: 1200px) {
  .c-footer-contents__nav {
    display: grid;
    grid-template-columns: -webkit-max-content -webkit-max-content;
    grid-template-columns: max-content max-content;
    gap: min(2.875rem, 12.2666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .c-footer-contents__nav {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
  }
}
.c-footer-contents__head {
  font-weight: 700;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-footer-contents__head:hover {
    opacity: 0.65;
  }
}
@media (hover: hover), (hover: none) {
  .c-footer-contents__head:active {
    opacity: 0.65;
  }
}
@media screen and (max-width: 768px) {
  .c-footer-contents__head {
    font-size: min(1.125rem, 4.8vw);
    text-align: center;
    display: block;
    padding-block: min(1.25rem, 5.3333333333vw);
  }
}
.c-footer-contents__link-wrap {
  margin-top: min(0.3125rem, 1.3333333333vw);
}
@media screen and (max-width: 768px) {
  .c-footer-contents__link-wrap {
    display: none;
  }
}
.c-footer-contents__link {
  font-weight: 500;
  font-size: min(0.875rem, 3.7333333333vw);
  letter-spacing: 0em;
  line-height: 1.2857142857;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(0.25rem, 1.0666666667vw);
  padding-block: min(0.3125rem, 1.3333333333vw);
}
@media (hover: hover) and (pointer: fine) {
  .c-footer-contents__link:hover {
    opacity: 0.65;
  }
}
@media (hover: hover), (hover: none) {
  .c-footer-contents__link:active {
    opacity: 0.65;
  }
}

.c-footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-block: min(2.8125rem, 12vw) min(4.375rem, 18.6666666667vw);
}
@media screen and (max-width: 992px) {
  .c-footer-bottom {
    padding-block: min(2.1875rem, 9.3333333333vw) min(2.8125rem, 12vw);
  }
}
@media screen and (max-width: 768px) {
  .c-footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(2.0625rem, 8.8vw);
    padding-block: min(1.625rem, 6.9333333333vw) min(3.75rem, 16vw);
  }
}
.c-footer-bottom__policy {
  font-weight: 500;
  font-size: min(0.875rem, 3.7333333333vw);
  letter-spacing: 0em;
  line-height: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.5rem, 2.1333333333vw);
}
@media (hover: hover) and (pointer: fine) {
  .c-footer-bottom__policy:hover {
    opacity: 0.65;
  }
}
@media (hover: hover), (hover: none) {
  .c-footer-bottom__policy:active {
    opacity: 0.65;
  }
}
.c-footer-bottom__copy {
  font-weight: "Jost", sans-serif;
  font-size: min(0.875rem, 3.7333333333vw);
  letter-spacing: 0.06em;
  line-height: 1;
  color: #fff;
}

/*-==========================================================================
ページトップ
==========================================================================*/
.c-page-top {
  font-weight: 400;
  font-size: min(0.75rem, 3.2vw);
  letter-spacing: 0em;
  line-height: 1;
  display: none;
  background-color: #0b3569;
  aspect-ratio: 64/72;
  width: min(4rem, 17.0666666667vw);
  height: auto;
  position: fixed;
  bottom: min(1.25rem, 5.3333333333vw);
  right: min(1.25rem, 5.3333333333vw);
  z-index: 50;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
@media screen and (max-width: 576px) {
  .c-page-top {
    width: min(3.125rem, 13.3333333333vw);
    bottom: min(0.625rem, 2.6666666667vw);
    right: min(0.625rem, 2.6666666667vw);
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-page-top:hover {
    -webkit-transform: translateY(max(-0.375rem, -1.6vw));
            transform: translateY(max(-0.375rem, -1.6vw));
  }
}
@media (hover: hover), (hover: none) {
  .c-page-top:active {
    -webkit-transform: translateY(max(-0.375rem, -1.6vw));
            transform: translateY(max(-0.375rem, -1.6vw));
  }
}
.c-page-top__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  gap: min(0.25rem, 1.0666666667vw);
  color: #fff;
}
.c-page-top__btn::before {
  content: "";
  display: block;
  background-color: #fff;
  aspect-ratio: 19/16;
  width: min(1.1875rem, 5.0666666667vw);
  height: auto;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and (max-width: 576px) {
  .c-page-top__btn::before {
    width: min(0.875rem, 3.7333333333vw);
  }
}

.c-page-top-position {
  position: absolute;
  bottom: min(0.9375rem, 4vw);
  right: max(-0.9375rem, -4vw);
}

.c-bottom-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(2.625rem, 11.2vw);
  position: relative;
}
@media screen and (max-width: 992px) {
  .c-bottom-contents {
    gap: min(1.5rem, 6.4vw);
  }
}
@media screen and (max-width: 576px) {
  .c-bottom-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-bottom-contents::before {
  content: "";
  display: block;
  background-color: #3c92ec;
  width: 100%;
  height: 75%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .c-bottom-contents::before {
    height: 80%;
  }
}
.c-bottom-contents__item {
  display: block;
  border-radius: min(1.125rem, 4.8vw);
  aspect-ratio: 466/285;
  width: min(29.125rem, 124.2666666667vw);
  height: auto;
  color: #fff;
  padding-top: min(2.5rem, 10.6666666667vw);
  padding-left: min(2.1875rem, 9.3333333333vw);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .c-bottom-contents__item {
    width: min(25rem, 106.6666666667vw);
  }
}
@media screen and (max-width: 992px) {
  .c-bottom-contents__item {
    width: min(18.75rem, 80vw);
    padding-top: min(1.25rem, 5.3333333333vw);
    padding-left: min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .c-bottom-contents__item {
    width: min(16.25rem, 69.3333333333vw);
    padding-top: min(1.25rem, 5.3333333333vw);
    padding-left: min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-bottom-contents__item {
    width: 85%;
    margin-inline: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-bottom-contents__item:hover::before {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .c-bottom-contents__item:hover .c-bottom-contents__btn {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (hover: hover), (hover: none) {
  .c-bottom-contents__item:active::before {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  .c-bottom-contents__item:active .c-bottom-contents__btn {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.c-bottom-contents__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-bottom-contents__item.c-bottom-contents__item--do::before {
  background-image: url(../images/half/img_footer_do_half.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/webp/img_footer_do.webp)) {
  .c-bottom-contents__item.c-bottom-contents__item--do::before {
    background-image: url(../images/webp/img_footer_do.webp);
  }
}
@supports (background-image: url(../images/avif/img_footer_do.avif)) {
  .c-bottom-contents__item.c-bottom-contents__item--do::before {
    background-image: url(../images/avif/img_footer_do.avif);
  }
}
.c-bottom-contents__item.c-bottom-contents__item--business::before {
  background-image: url(../images/half/img_footer_business_half.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/webp/img_footer_business.webp)) {
  .c-bottom-contents__item.c-bottom-contents__item--business::before {
    background-image: url(../images/webp/img_footer_business.webp);
  }
}
@supports (background-image: url(../images/avif/img_footer_business.avif)) {
  .c-bottom-contents__item.c-bottom-contents__item--business::before {
    background-image: url(../images/avif/img_footer_business.avif);
  }
}
.c-bottom-contents__item.c-bottom-contents__item--culture::before {
  background-image: url(../images/half/img_footer_culture_half.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/webp/img_footer_culture.webp)) {
  .c-bottom-contents__item.c-bottom-contents__item--culture::before {
    background-image: url(../images/webp/img_footer_culture.webp);
  }
}
@supports (background-image: url(../images/avif/img_footer_culture.avif)) {
  .c-bottom-contents__item.c-bottom-contents__item--culture::before {
    background-image: url(../images/avif/img_footer_culture.avif);
  }
}
.c-bottom-contents__sub {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0.04em;
  line-height: 1;
  font-style: italic;
}
@media screen and (max-width: 1200px) {
  .c-bottom-contents__sub {
    font-size: min(1.125rem, 4.8vw);
  }
}
@media screen and (max-width: 992px) {
  .c-bottom-contents__sub {
    font-size: min(1rem, 4.2666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .c-bottom-contents__sub {
    font-size: min(1.125rem, 4.8vw);
  }
}
.c-bottom-contents__head {
  font-weight: 700;
  font-size: min(2.25rem, 9.6vw);
  letter-spacing: 0em;
  line-height: 0.9722222222;
  margin-top: min(1rem, 4.2666666667vw);
}
@media screen and (max-width: 1200px) {
  .c-bottom-contents__head {
    font-size: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 992px) {
  .c-bottom-contents__head {
    font-size: min(1.5rem, 6.4vw);
  }
}
@media screen and (max-width: 768px) {
  .c-bottom-contents__head {
    font-size: min(1.3125rem, 5.6vw);
    margin-top: min(0.5rem, 2.1333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .c-bottom-contents__head {
    font-size: min(1.75rem, 7.4666666667vw);
    margin-top: min(0.625rem, 2.6666666667vw);
  }
}
.c-bottom-contents__btn {
  width: min(4rem, 17.0666666667vw);
  height: min(4rem, 17.0666666667vw);
  background-image: url(../images/_origin/icon_btn_color.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: min(1.125rem, 4.8vw);
  bottom: min(1.125rem, 4.8vw);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 1200px) {
  .c-bottom-contents__btn {
    width: min(3.125rem, 13.3333333333vw);
    height: min(3.125rem, 13.3333333333vw);
  }
}
@media screen and (max-width: 992px) {
  .c-bottom-contents__btn {
    width: min(2.625rem, 11.2vw);
    height: min(2.625rem, 11.2vw);
  }
}
@media screen and (max-width: 576px) {
  .c-bottom-contents__btn {
    width: min(3.125rem, 13.3333333333vw);
    height: min(3.125rem, 13.3333333333vw);
  }
}

/* ==========================================================================
トップページ
========================================================================== */
.p-bg {
  background-color: #fff;
}

/* Mv
----------------------------------------------------------------- */
.p-mv {
  width: 100%;
  position: relative;
  padding-bottom: min(6.5rem, 27.7333333333vw);
}
@media screen and (max-width: 992px) {
  .p-mv {
    padding-bottom: min(5rem, 21.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-mv {
    padding-bottom: min(4.5rem, 19.2vw);
  }
}
.p-mv__bg {
  width: 100%;
  height: 100svh;
  min-height: max(min(48.75rem, 208vw), 57.1010248902vw);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../images/_origin/img_top_mv1.png), url(../images/_origin/img_top_mv2.png), url(../images/_origin/img_top_mv3.png), url(../images/_origin/img_top_mv4.png);
  background-size: max(min(25.625rem, 109.3333333333vw), 30.0146412884vw), max(min(22.3125rem, 95.2vw), 26.1346998536vw), max(min(15.8125rem, 67.4666666667vw), 18.5212298682vw), max(min(21.4375rem, 91.4666666667vw), 25.1098096633vw);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: max(-1.25rem, -5.3333333333vw) min(1.875rem, 8vw), calc(100% - min(3.25rem, 13.8666666667vw)) min(4.375rem, 18.6666666667vw), min(3.6875rem, 15.7333333333vw) calc(100% - min(5rem, 21.3333333333vw)), calc(100% - min(0.625rem, 2.6666666667vw)) calc(100% - min(5rem, 21.3333333333vw));
}
@media screen and (max-width: 1200px) {
  .p-mv__bg {
    min-height: max(min(45.625rem, 194.6666666667vw), 60.7613469985vw);
  }
}
@media screen and (max-width: 992px) {
  .p-mv__bg {
    min-height: max(min(55rem, 234.6666666667vw), 107.3170731707vw);
    background-position: -4.8780487805vw min(4.375rem, 18.6666666667vw), calc(100% + 2.4390243902vw) 19.512195122vw, -0.3658536585vw calc(100% - min(5.625rem, 24vw)), calc(100% + 1.8292682927vw) calc(100% - min(3.75rem, 16vw));
    background-size: min(min(25.625rem, 109.3333333333vw), 50vw), min(min(22.3125rem, 95.2vw), 43.5365853659vw), min(min(15.8125rem, 67.4666666667vw), 30.8536585366vw), min(min(21.375rem, 91.2vw), 41.7073170732vw);
  }
}
@media screen and (max-width: 576px) {
  .p-mv__bg {
    min-height: min(40.625rem, 173.3333333333vw);
    background-position: -5.3333333333vw min(2.6875rem, 11.4666666667vw), calc(100% + 5.3333333333vw) 24vw, -0.8vw calc(100% - min(6.875rem, 29.3333333333vw)), calc(100% + 4vw) calc(100% - min(2.8125rem, 12vw));
    background-size: 45.3333333333vw, 44.2666666667vw, 37.6vw, 41.3333333333vw;
  }
}
.p-mv__inner {
  width: 100%;
  height: 100svh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 5vh;
  min-height: max(min(48.75rem, 208vw), 57.1010248902vw);
}
@media screen and (max-width: 1200px) {
  .p-mv__inner {
    min-height: max(min(45.625rem, 194.6666666667vw), 60.7613469985vw);
  }
}
@media screen and (max-width: 992px) {
  .p-mv__inner {
    min-height: max(min(55rem, 234.6666666667vw), 107.3170731707vw);
  }
}
@media screen and (max-width: 576px) {
  .p-mv__inner {
    min-height: min(40.625rem, 173.3333333333vw);
    padding-bottom: 0;
  }
}
.p-mv__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.875rem, 8vw);
}
@media screen and (max-width: 768px) {
  .p-mv__head {
    gap: min(1.125rem, 4.8vw);
  }
}
.p-mv__head-img-sub {
  width: max(min(20.625rem, 88vw), 24.1581259151vw);
}
@media screen and (max-width: 576px) {
  .p-mv__head-img-sub {
    width: max(min(14.8125rem, 63.2vw), 63.2vw);
  }
}
.p-mv__head-img-catch {
  width: max(min(41.8125rem, 178.4vw), 48.9751098097vw);
  max-width: 90%;
}
@media screen and (max-width: 576px) {
  .p-mv__head-img-catch {
    width: max(min(18.25rem, 77.8666666667vw), 77.8666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-mv__head-img-catch--pc {
    display: none !important;
  }
}
.p-mv__head-img-catch--sp {
  display: none;
}
@media screen and (max-width: 576px) {
  .p-mv__head-img-catch--sp {
    display: block !important;
  }
}
.p-mv__scroll {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: min(1.25rem, 5.3333333333vw);
  letter-spacing: 0.04em;
  line-height: 1;
  font-style: italic;
  position: relative;
  top: calc((100svh - min(9.0625rem, 38.6666666667vw)) / 3.5);
}
@media screen and (max-width: 576px) {
  .p-mv__scroll {
    top: calc((100svh - min(9.0625rem, 38.6666666667vw)) / 2.7);
    font-size: min(1rem, 4.2666666667vw);
  }
}
.p-mv__scroll::before {
  content: "";
  display: block;
  background-color: #0b3569;
  height: min(3.1875rem, 13.6vw);
  width: min(0.0625rem, 0.2666666667vw);
  position: absolute;
  bottom: max(-0.9375rem, -4vw);
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-animation: lineGrowShrink 2s ease-in-out infinite;
          animation: lineGrowShrink 2s ease-in-out infinite;
}
@media screen and (max-width: 576px) {
  .p-mv__scroll::before {
    -webkit-animation: lineGrowShrinkSp 2s ease-in-out infinite;
            animation: lineGrowShrinkSp 2s ease-in-out infinite;
    height: min(2.5rem, 10.6666666667vw);
  }
}
.p-mv__text {
  font-weight: 500;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  padding-block: min(6.5rem, 27.7333333333vw);
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-mv__text {
    font-weight: 500;
    font-size: min(1.125rem, 4.8vw);
    letter-spacing: 0.04em;
    line-height: 1.7777777778;
    padding-block: min(4.5rem, 19.2vw);
  }
}
.p-mv__text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.6)), color-stop(85%, rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0.6) 85%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 15%, rgba(255, 255, 255, 0.6) 85%, rgba(255, 255, 255, 0) 100%);
  display: none;
}
@media screen and (max-width: 1200px) {
  .p-mv__text::before {
    display: block;
  }
}

@-webkit-keyframes lineGrowShrink {
  0% {
    -webkit-transform: translate(-50%, 100%) scaleY(0);
            transform: translate(-50%, 100%) scaleY(0);
    opacity: 0;
    bottom: max(-0.9375rem, -4vw);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  30% {
    -webkit-transform: translate(-50%, 100%) scaleY(1);
            transform: translate(-50%, 100%) scaleY(1);
    opacity: 1;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  31% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-50%, 100%) scaleY(0);
            transform: translate(-50%, 100%) scaleY(0);
  }
  80% {
    bottom: max(-3.125rem, -13.3333333333vw);
  }
  90% {
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(-50%, 100%) scaleY(0);
            transform: translate(-50%, 100%) scaleY(0);
  }
}

@keyframes lineGrowShrink {
  0% {
    -webkit-transform: translate(-50%, 100%) scaleY(0);
            transform: translate(-50%, 100%) scaleY(0);
    opacity: 0;
    bottom: max(-0.9375rem, -4vw);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  30% {
    -webkit-transform: translate(-50%, 100%) scaleY(1);
            transform: translate(-50%, 100%) scaleY(1);
    opacity: 1;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  31% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-50%, 100%) scaleY(0);
            transform: translate(-50%, 100%) scaleY(0);
  }
  80% {
    bottom: max(-3.125rem, -13.3333333333vw);
  }
  90% {
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(-50%, 100%) scaleY(0);
            transform: translate(-50%, 100%) scaleY(0);
  }
}
@-webkit-keyframes lineGrowShrinkSp {
  0% {
    -webkit-transform: translate(-50%, 100%) scaleY(0);
            transform: translate(-50%, 100%) scaleY(0);
    opacity: 0;
    bottom: max(-0.3125rem, -1.3333333333vw);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  30% {
    -webkit-transform: translate(-50%, 100%) scaleY(1);
            transform: translate(-50%, 100%) scaleY(1);
    opacity: 1;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  31% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-50%, 100%) scaleY(0);
            transform: translate(-50%, 100%) scaleY(0);
  }
  80% {
    bottom: max(-3.125rem, -13.3333333333vw);
  }
  90% {
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(-50%, 100%) scaleY(0);
            transform: translate(-50%, 100%) scaleY(0);
  }
}
@keyframes lineGrowShrinkSp {
  0% {
    -webkit-transform: translate(-50%, 100%) scaleY(0);
            transform: translate(-50%, 100%) scaleY(0);
    opacity: 0;
    bottom: max(-0.3125rem, -1.3333333333vw);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  30% {
    -webkit-transform: translate(-50%, 100%) scaleY(1);
            transform: translate(-50%, 100%) scaleY(1);
    opacity: 1;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  31% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  50% {
    opacity: 1;
  }
  60% {
    -webkit-transform: translate(-50%, 100%) scaleY(0);
            transform: translate(-50%, 100%) scaleY(0);
  }
  80% {
    bottom: max(-3.125rem, -13.3333333333vw);
  }
  90% {
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: translate(-50%, 100%) scaleY(0);
            transform: translate(-50%, 100%) scaleY(0);
  }
}
/* Business
----------------------------------------------------------------- */
.p-buisiness {
  position: relative;
  padding-top: min(6.5rem, 27.7333333333vw);
  z-index: 1;
}
.p-buisiness::before {
  content: "";
  display: block;
  background-color: #f3f8fe;
  width: 85.8711566618%;
  height: calc(100% + min(6.5rem, 27.7333333333vw));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .p-buisiness::before {
    width: 87.8048780488%;
    height: calc(100% + min(5rem, 21.3333333333vw));
  }
}
@media screen and (max-width: 576px) {
  .p-buisiness::before {
    width: 100%;
    height: calc(100% + min(4.5rem, 19.2vw));
  }
}

.p-section-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: min(min(6.125rem, 26.1333333333vw), 7.1742313324vw);
}
@media screen and (max-width: 768px) {
  .p-section-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(5rem, 21.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-section-wrap {
    gap: min(4.5rem, 19.2vw);
  }
}
.p-section-wrap__contents {
  min-width: min(26.0625rem, 111.2vw);
}
@media screen and (max-width: 992px) {
  .p-section-wrap__contents {
    min-width: min(18.75rem, 80vw);
  }
}
@media screen and (max-width: 768px) {
  .p-section-wrap__contents {
    width: 100%;
    max-width: min(26.0625rem, 111.2vw);
    min-width: auto;
  }
}
@media screen and (max-width: 576px) {
  .p-section-wrap__contents {
    max-width: none;
    width: 94%;
  }
}
.p-section-wrap__img-wrap {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .p-section-wrap__img-wrap {
    width: 100%;
  }
}
.p-section-wrap__img-wrap img {
  border-radius: min(1.875rem, 8vw) 0 0 min(1.875rem, 8vw);
  width: 100%;
  height: 100%;
  max-height: min(27.375rem, 116.8vw);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .p-section-wrap__img-wrap img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-section-wrap__img-wrap img {
    aspect-ratio: 718/432;
    border-radius: min(1.25rem, 5.3333333333vw) 0 0 min(1.25rem, 5.3333333333vw);
    height: auto;
  }
}
.p-section-wrap .c-btn {
  margin-top: min(6.5rem, 27.7333333333vw);
}
@media screen and (max-width: 992px) {
  .p-section-wrap .c-btn {
    margin-top: min(4.625rem, 19.7333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-section-wrap .c-btn {
    margin-top: min(4.5rem, 19.2vw);
    margin-inline: auto;
  }
}

.p-link-list__item {
  position: relative;
}
.p-link-list__item::before {
  background-image: url(../images/_origin/icon_btn_border.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: min(1rem, 4.2666666667vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: min(2.125rem, 9.0666666667vw);
  height: min(2.125rem, 9.0666666667vw);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-link-list__item:hover::before {
    background-image: url(../images/_origin/icon_btn_main.svg);
  }
}
@media (hover: hover), (hover: none) {
  .p-link-list__item:active::before {
    background-image: url(../images/_origin/icon_btn_main.svg);
  }
}
.p-link-list__link {
  font-weight: 700;
  font-size: min(1.25rem, 5.3333333333vw);
  letter-spacing: 0em;
  line-height: 1.2;
  border-bottom: min(0.0625rem, 0.2666666667vw) solid #ced7e1;
  padding-block: min(1.875rem, 8vw);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 992px) {
  .p-link-list__link {
    padding-block: min(1.75rem, 7.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-link-list__link {
    padding-block: min(1.875rem, 8vw);
    font-size: min(1.125rem, 4.8vw);
  }
}

/* What We DO
----------------------------------------------------------------- */
/* Life
----------------------------------------------------------------- */
.p-life {
  position: relative;
  margin-top: min(4.75rem, 20.2666666667vw);
  padding-top: min(6.5rem, 27.7333333333vw);
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .p-life {
    margin-top: 0;
  }
}
.p-life::before {
  content: "";
  display: block;
  background-color: #f3f8fe;
  width: 100%;
  height: min(32.1875rem, 137.3333333333vw);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .p-life::before {
    height: min(37.8125rem, 161.3333333333vw);
  }
}

.p-head-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-head-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(4.6875rem, 20vw);
  }
}

.p-slider {
  margin-top: min(6.5rem, 27.7333333333vw);
}
@media screen and (max-width: 992px) {
  .p-slider {
    margin-top: min(5rem, 21.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-slider {
    margin-top: min(4.5rem, 19.2vw);
  }
}
.p-slider__slide {
  margin-inline: min(0.75rem, 3.2vw);
}
.p-slider__slide:nth-of-type(even) {
  position: relative;
  top: min(3.375rem, 14.4vw);
}
.p-slider__slide img {
  width: 100%;
  height: auto;
}
.p-slider .slick-list {
  padding-bottom: min(3.375rem, 14.4vw);
}

/* Job Information
----------------------------------------------------------------- */
.p-requirements {
  height: min(21.8125rem, 93.0666666667vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: min(1.25rem, 5.3333333333vw);
  padding-inline: min(7.875rem, 33.6vw);
  border: min(0.625rem, 2.6666666667vw) solid #ffe200;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .p-requirements:hover::before {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
@media (hover: hover), (hover: none) {
  .p-requirements:active::before {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
.p-requirements::before {
  background-image: url(../images/half/img_top_requirements_half.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@supports (background-image: url(../images/webp/img_top_requirements.webp)) {
  .p-requirements::before {
    background-image: url(../images/webp/img_top_requirements.webp);
  }
}
@supports (background-image: url(../images/avif/img_top_requirements.avif)) {
  .p-requirements::before {
    background-image: url(../images/avif/img_top_requirements.avif);
  }
}
@media screen and (max-width: 1200px) {
  .p-requirements {
    padding-inline: min(3.75rem, 16vw);
  }
}
@media screen and (max-width: 992px) {
  .p-requirements {
    height: min(26.125rem, 111.4666666667vw);
    padding-inline: 0;
    padding-top: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-requirements {
    height: min(22.875rem, 97.6vw);
  }
}
.p-requirements .p-head-flex {
  position: relative;
  z-index: 1;
  top: max(-1.5625rem, -6.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-requirements .p-head-flex {
    padding-inline: min(2.5rem, 10.6666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-requirements .p-head-flex {
    padding-inline: 0;
    gap: min(3.1875rem, 13.6vw);
  }
}
@media screen and (max-width: 576px) {
  .p-requirements .p-head-flex {
    gap: min(2.8125rem, 12vw);
  }
}
.p-requirements .p-head-flex .c-section-head {
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-requirements .p-head-flex .c-section-head {
    left: max(-0.5rem, -2.1333333333vw);
  }
}

/* ==========================================================================
3分でわかる原製作所
========================================================================== */
/* おいしさの舞台裏
----------------------------------------------------------------- */
.p-behind .c-section-box {
  opacity: 0;
}
.p-behind .c-section-box:nth-of-type(n + 2) {
  margin-block: 4rem;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 992px) {
  .p-behind .c-section-box:nth-of-type(n + 2) {
    margin-block: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .p-behind .c-section-box:nth-of-type(n + 2) {
    margin-block: 2.5rem;
  }
}

.p-point-list {
  margin-block: 4rem;
  margin-bottom: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-point-list {
    margin-block: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .p-point-list {
    margin-block: 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-point-list {
    gap: min(1.375rem, 5.8666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-point-list {
    gap: min(1rem, 4.2666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-point-list {
    grid-template-columns: 1fr;
    gap: min(2.5rem, 10.6666666667vw);
  }
}
.p-point-list__item {
  background-color: #f3f8fe;
  position: relative;
  margin-top: min(4.375rem, 18.6666666667vw);
  padding-inline: min(1.5rem, 6.4vw);
  padding-bottom: min(2.3125rem, 9.8666666667vw);
  border-radius: min(0.625rem, 2.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-point-list__item {
    margin-top: min(3.125rem, 13.3333333333vw);
    padding-inline: min(0.8125rem, 3.4666666667vw);
    padding-bottom: min(1.375rem, 5.8666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-point-list__item {
    padding-inline: min(1.5rem, 6.4vw);
    padding-bottom: min(1.875rem, 8vw);
    margin-top: min(4.0625rem, 17.3333333333vw);
  }
}
.p-point-list__item::before {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: min(11.4375rem, 48.8vw);
  height: auto;
  background-color: #f3f8fe;
  position: absolute;
  top: max(-4.375rem, -18.6666666667vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 100vh;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .p-point-list__item::before {
    width: min(7.5625rem, 32.2666666667vw);
    top: max(-3.125rem, -13.3333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-point-list__item::before {
    width: min(10.0625rem, 42.9333333333vw);
    top: max(-4.0625rem, -17.3333333333vw);
  }
}
.p-point-list__item img {
  width: min(5.9375rem, 25.3333333333vw);
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -75%);
          transform: translate(-50%, -75%);
}
@media screen and (max-width: 992px) {
  .p-point-list__item img {
    width: min(3.875rem, 16.5333333333vw);
  }
}
@media screen and (max-width: 576px) {
  .p-point-list__item img {
    width: min(5.25rem, 22.4vw);
  }
}
.p-point-list__head {
  font-weight: 700;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
  margin-top: min(2.625rem, 11.2vw);
}
@media screen and (max-width: 992px) {
  .p-point-list__head {
    font-size: min(1rem, 4.2666666667vw);
    margin-top: min(1.75rem, 7.4666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-point-list__head {
    font-size: min(1.25rem, 5.3333333333vw);
    margin-top: min(2.5rem, 10.6666666667vw);
  }
}
.p-point-list__text {
  font-weight: 500;
  font-size: min(1rem, 4.2666666667vw);
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: min(1.4375rem, 6.1333333333vw);
}
@media screen and (max-width: 992px) {
  .p-point-list__text {
    font-size: min(0.75rem, 3.2vw);
    margin-top: min(1.125rem, 4.8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-point-list__text {
    font-size: min(0.875rem, 3.7333333333vw);
  }
}

/* ユニットクーラー
----------------------------------------------------------------- */
.p-cooler .c-section-box:nth-of-type(n + 2) {
  margin-block: 6.5rem;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 992px) {
  .p-cooler .c-section-box:nth-of-type(n + 2) {
    margin-block: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-cooler .c-section-box:nth-of-type(n + 2) {
    margin-block: 4.5rem;
  }
}

.p-voice {
  margin-block: 4rem;
  margin-bottom: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: min(2.75rem, 11.7333333333vw);
}
@media screen and (max-width: 992px) {
  .p-voice {
    margin-block: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .p-voice {
    margin-block: 2.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-voice {
    gap: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 992px) {
  .p-voice {
    gap: min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-voice {
    grid-template-columns: 1fr;
    max-width: min(25rem, 106.6666666667vw);
    margin-inline: auto;
    gap: min(2.375rem, 10.1333333333vw);
  }
}
.p-voice__item {
  position: relative;
  padding-bottom: min(7.1875rem, 30.6666666667vw);
}
.p-voice__text {
  font-weight: 500;
  font-size: min(1rem, 4.2666666667vw);
  letter-spacing: 0em;
  line-height: 1.5;
  padding-block: min(2.5rem, 10.6666666667vw);
  padding-inline: min(1.5rem, 6.4vw);
  background-color: #fff;
  height: min(13.3125rem, 56.8vw);
  border: min(0.625rem, 2.6666666667vw);
  position: relative;
  border-radius: min(0.625rem, 2.6666666667vw);
}
@media screen and (max-width: 1200px) {
  .p-voice__text {
    padding-block: min(1.25rem, 5.3333333333vw);
    height: min(12.375rem, 52.8vw);
    font-size: min(0.875rem, 3.7333333333vw);
  }
}
@media screen and (max-width: 992px) {
  .p-voice__text {
    font-size: min(0.75rem, 3.2vw);
    height: min(9.75rem, 41.6vw);
  }
}
@media screen and (max-width: 768px) {
  .p-voice__text {
    font-size: min(0.9375rem, 4vw);
  }
}
@media screen and (max-width: 576px) {
  .p-voice__text {
    font-size: min(0.85625rem, 3.6533333333vw);
    height: min(9.8125rem, 41.8666666667vw);
    padding-top: min(1.875rem, 8vw);
  }
}
.p-voice__text::before {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 41% 0, 0 100%);
          clip-path: polygon(100% 0, 41% 0, 0 100%);
  width: min(3.5625rem, 15.2vw);
  height: min(1.75rem, 7.4666666667vw);
  position: absolute;
  bottom: 0;
  right: min(1.875rem, 8vw);
  -webkit-transform: translateY(80%);
          transform: translateY(80%);
}
.p-voice__img-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-voice__img-wrap.p-voice__img-wrap--small img {
  height: min(8.625rem, 36.8vw);
}
.p-voice__img-wrap img {
  width: auto;
  height: min(9.375rem, 40vw);
}

.p-label {
  margin-block: 4rem;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(0.625rem, 2.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-label {
    margin-block: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .p-label {
    margin-block: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-label {
    gap: min(0.3125rem, 1.3333333333vw);
  }
}
.p-label::before, .p-label::after {
  content: "";
  aspect-ratio: 49/91;
  display: block;
  min-width: min(2.5rem, 10.6666666667vw);
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .p-label::before, .p-label::after {
    min-width: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-label::before, .p-label::after {
    min-width: min(1.5625rem, 6.6666666667vw);
  }
}
.p-label::before {
  background-image: url(../images/_origin/icon_label_left.svg);
}
.p-label::after {
  background-image: url(../images/_origin/icon_label_right.svg);
}
.p-label__text {
  font-weight: 700;
  font-size: min(1.375rem, 5.8666666667vw);
  letter-spacing: 0em;
  line-height: 1.6363636364;
  color: #fff;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(81, 222, 190)), to(rgb(60, 146, 236)));
  background: -webkit-linear-gradient(left, rgb(81, 222, 190) 0%, rgb(60, 146, 236) 100%);
  background: linear-gradient(90deg, rgb(81, 222, 190) 0%, rgb(60, 146, 236) 100%);
  border-radius: min(0.625rem, 2.6666666667vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: min(1.875rem, 8vw);
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .p-label__text {
    font-size: min(1.25rem, 5.3333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-label__text {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .p-label__text {
    font-size: min(1rem, 4.2666666667vw);
    padding: min(1.125rem, 4.8vw);
  }
}
@media screen and (max-width: 768px) {
  .p-label__text br {
    display: none !important;
  }
}

.p-partner {
  margin-block: 4rem;
  margin-bottom: 0 !important;
  background-color: #f3f8fe;
  border: min(0.25rem, 1.0666666667vw) solid #fff;
  padding: min(0.9375rem, 4vw);
}
@media screen and (max-width: 992px) {
  .p-partner {
    margin-block: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .p-partner {
    margin-block: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-partner {
    padding: min(0.625rem, 2.6666666667vw);
  }
}
.p-partner__wrap {
  background-color: #fff;
  padding-block: min(3.75rem, 16vw) min(13.75rem, 58.6666666667vw);
  padding-inline: min(3.75rem, 16vw);
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-partner__wrap {
    padding-block: min(2.5rem, 10.6666666667vw) min(17.4375rem, 74.4vw);
    padding-inline: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-partner__wrap {
    padding-bottom: min(3.125rem, 13.3333333333vw);
  }
}
.p-partner__head {
  font-weight: 700;
  font-size: min(1.25rem, 5.3333333333vw);
  letter-spacing: 0em;
  line-height: 1;
  border: min(0.0625rem, 0.2666666667vw) solid #0b3569;
  padding: min(0.5rem, 2.1333333333vw) min(0.625rem, 2.6666666667vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-partner__head {
    font-size: min(1.125rem, 4.8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-partner__head {
    width: calc(100% - min(0.625rem, 2.6666666667vw));
    text-align: center;
    margin-inline: auto;
  }
}
.p-partner__list {
  margin-top: min(1.125rem, 4.8vw);
}
@media screen and (max-width: 576px) {
  .p-partner__list {
    margin-top: min(1.375rem, 5.8666666667vw);
  }
}
.p-partner__list-item {
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.6111111111;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(0.125rem, 0.5333333333vw);
}
@media screen and (max-width: 768px) {
  .p-partner__list-item {
    font-size: min(1rem, 4.2666666667vw);
  }
}
.p-partner__list-item::before {
  content: "・";
}
.p-partner__list-item:nth-of-type(n + 2) {
  margin-top: min(0.625rem, 2.6666666667vw);
}
.p-partner__img-wrap {
  position: absolute;
  bottom: min(3.125rem, 13.3333333333vw);
  right: min(5.75rem, 24.5333333333vw);
  width: min(21.625rem, 92.2666666667vw);
}
@media screen and (max-width: 992px) {
  .p-partner__img-wrap {
    bottom: min(2.75rem, 11.7333333333vw);
    right: min(3.125rem, 13.3333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-partner__img-wrap {
    right: min(1.875rem, 8vw);
    bottom: min(1.25rem, 5.3333333333vw);
    width: min(18.75rem, 80vw);
  }
}
@media screen and (max-width: 576px) {
  .p-partner__img-wrap {
    position: static;
    width: 100%;
    margin-top: min(2.5rem, 10.6666666667vw);
  }
}
.p-partner__img-wrap img {
  width: 100%;
}

/* 仕事の流れ
----------------------------------------------------------------- */
.p-flow__item {
  padding-block: 4rem;
  background-color: #fff;
  border-radius: min(1.25rem, 5.3333333333vw);
  border: min(0.0625rem, 0.2666666667vw) solid #0b3569;
  padding-inline: min(3.75rem, 16vw);
  list-style: none;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-flow__item {
    padding-block: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .p-flow__item {
    padding-block: 2.5rem;
  }
}
.p-flow__item:nth-of-type(n + 2) {
  margin-block: 6.5rem;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 992px) {
  .p-flow__item:nth-of-type(n + 2) {
    margin-block: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-flow__item:nth-of-type(n + 2) {
    margin-block: 4.5rem;
  }
}
.p-flow__item:not(:last-of-type)::before {
  padding-block: 6.5rem;
  padding-bottom: 0 !important;
  content: "";
  display: block;
  border-left: min(0.25rem, 1.0666666667vw) dotted #0b3569;
  position: absolute;
  bottom: 0;
  left: min(6.875rem, 29.3333333333vw);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media screen and (max-width: 992px) {
  .p-flow__item:not(:last-of-type)::before {
    padding-block: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-flow__item:not(:last-of-type)::before {
    padding-block: 4.5rem;
  }
}
@media screen and (max-width: 992px) {
  .p-flow__item:not(:last-of-type)::before {
    left: min(4.875rem, 20.8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-flow__item:not(:last-of-type)::before {
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
            transform: translate(-50%, 100%);
  }
}
@media screen and (max-width: 992px) {
  .p-flow__item {
    padding-inline: min(1.875rem, 8vw);
  }
}
.p-flow__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.25rem, 9.6vw);
}
@media screen and (max-width: 576px) {
  .p-flow__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: min(1.625rem, 6.9333333333vw);
  }
}
.p-flow__img-wrap {
  width: min(6.625rem, 28.2666666667vw);
}
.p-flow__img-wrap img {
  width: 100%;
}
.p-flow__text-wrap {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-flow__head {
  font-weight: 700;
  font-size: min(1.75rem, 7.4666666667vw);
  letter-spacing: 0em;
  line-height: 1;
  color: #3c92ec;
}
@media screen and (max-width: 768px) {
  .p-flow__head {
    font-size: min(1.5rem, 6.4vw);
  }
}
@media screen and (max-width: 576px) {
  .p-flow__head {
    font-weight: 700;
    font-size: min(1.625rem, 6.9333333333vw);
    letter-spacing: 0em;
    line-height: 1.4615384615;
    text-align: center;
  }
}
.p-flow__text {
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.7777777778;
  margin-top: min(1rem, 4.2666666667vw);
}
@media screen and (max-width: 768px) {
  .p-flow__text {
    font-size: min(1rem, 4.2666666667vw);
  }
}
.p-flow__img-group {
  padding-block: 2.5rem;
  padding-bottom: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(3.125rem, 13.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-flow__img-group {
    padding-block: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .p-flow__img-group {
    padding-block: 1.75rem;
  }
}
@media screen and (max-width: 992px) {
  .p-flow__img-group {
    gap: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-flow__img-group {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: min(1.5rem, 6.4vw) !important;
  }
}
.p-flow__img-group:has(picture:nth-of-type(3)) {
  gap: min(1.875rem, 8vw);
}
@media screen and (max-width: 992px) {
  .p-flow__img-group:has(picture:nth-of-type(3)) {
    gap: min(1.125rem, 4.8vw);
  }
}
.p-flow__img-group picture {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
}
@media screen and (max-width: 576px) {
  .p-flow__img-group picture {
    width: 100%;
  }
}
.p-flow__img-group img {
  width: 100%;
}

/* ==========================================================================
働きやすい環境
========================================================================== */
/* 社風・風土・制度
----------------------------------------------------------------- */
.p-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: min(4rem, 17.0666666667vw) min(2.8125rem, 12vw);
  margin-top: min(4rem, 17.0666666667vw);
}
@media screen and (max-width: 1200px) {
  .p-list {
    grid-template-columns: 1fr 1fr;
    gap: min(2.5rem, 10.6666666667vw) min(2rem, 8.5333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-list {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 576px) {
  .p-list {
    margin-top: min(2.5rem, 10.6666666667vw);
  }
}
.p-list__item {
  background-color: #fff;
  border-radius: min(1.25rem, 5.3333333333vw);
  border: min(0.0625rem, 0.2666666667vw) solid #0b3569;
  padding-inline: min(1.5625rem, 6.6666666667vw);
  padding-block: min(1.5625rem, 6.6666666667vw) min(2.1875rem, 9.3333333333vw);
}
@media screen and (max-width: 576px) {
  .p-list__item {
    padding-inline: min(1.875rem, 8vw);
  }
}
.p-list__item img {
  display: block;
  width: 80%;
  height: min(10.5625rem, 45.0666666667vw);
  -o-object-fit: contain;
     object-fit: contain;
  padding-block: min(1.875rem, 8vw);
  margin-inline: auto;
}
@media screen and (max-width: 576px) {
  .p-list__item img {
    height: min(8rem, 34.1333333333vw);
    padding-block: 0 !important;
  }
}
.p-list__item img.p-list__lg-img {
  padding-block: min(1.3125rem, 5.6vw);
}
.p-list__large-img {
  padding: 0 !important;
}
.p-list__small-img {
  height: min(7.5rem, 32vw) !important;
  padding: 0 !important;
  padding-top: min(1.25rem, 5.3333333333vw) !important;
}
.p-list__head {
  font-weight: 700;
  font-size: min(1.75rem, 7.4666666667vw);
  letter-spacing: 0em;
  line-height: 1.2857142857;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-top: min(1.875rem, 8vw);
}
@media screen and (max-width: 576px) {
  .p-list__head {
    font-size: min(1.625rem, 6.9333333333vw);
  }
}
.p-list__head span {
  position: relative;
}
.p-list__head span::before {
  content: "";
  display: block;
  width: 100%;
  height: min(0.5625rem, 2.4vw);
  background-color: #ffe200;
  position: absolute;
  bottom: min(0.1875rem, 0.8vw);
  left: 0;
  z-index: -1;
}
.p-list__text {
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.7777777778;
  margin-top: min(1.875rem, 8vw);
}
@media screen and (max-width: 576px) {
  .p-list__text {
    font-size: min(1rem, 4.2666666667vw);
    margin-top: min(1.5rem, 6.4vw);
  }
}
.p-list__detail {
  margin-top: min(1.875rem, 8vw);
}
@media screen and (max-width: 768px) {
  .p-list__detail {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 576px) {
  .p-list__detail {
    margin-top: min(1.5rem, 6.4vw);
    width: 100%;
  }
}
.p-list__detail-item {
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.7777777778;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(0.1875rem, 0.8vw);
}
@media screen and (max-width: 576px) {
  .p-list__detail-item {
    font-size: min(1rem, 4.2666666667vw);
  }
}
.p-list__detail-item::before {
  content: "■";
}

/* ==========================================================================
私たちの仕事
========================================================================== */
.p-intro {
  aspect-ratio: 1120/540;
  border-radius: min(1.25rem, 5.3333333333vw);
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-intro {
    aspect-ratio: 703/338;
  }
}
@media screen and (max-width: 768px) {
  .p-intro {
    aspect-ratio: 325/255;
  }
}
.p-intro.p-intro--sales {
  background-image: url(../images/half/img_interview_sales_intro_half.jpg);
  background-size: 110%;
  background-position: 50% 40%;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/webp/img_interview_sales_intro.webp)) {
  .p-intro.p-intro--sales {
    background-image: url(../images/webp/img_interview_sales_intro.webp);
  }
}
@supports (background-image: url(../images/avif/img_interview_sales_intro.avif)) {
  .p-intro.p-intro--sales {
    background-image: url(../images/avif/img_interview_sales_intro.avif);
  }
}
@media screen and (max-width: 768px) {
  .p-intro.p-intro--sales {
    background-size: 150%;
    background-position: 50% 70%;
  }
}
.p-intro.p-intro--technical {
  background-image: url(../images/half/img_interview_technical_intro_half.jpg);
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/webp/img_interview_technical_intro.webp)) {
  .p-intro.p-intro--technical {
    background-image: url(../images/webp/img_interview_technical_intro.webp);
  }
}
@supports (background-image: url(../images/avif/img_interview_technical_intro.avif)) {
  .p-intro.p-intro--technical {
    background-image: url(../images/avif/img_interview_technical_intro.avif);
  }
}
@media screen and (max-width: 768px) {
  .p-intro.p-intro--technical {
    background-size: 130%;
    background-position: 50% 50%;
  }
}
.p-intro.p-intro--manufacturing {
  background-image: url(../images/half/img_interview_manufacturing_intro_half.jpg);
  background-size: 110%;
  background-position: 0 45%;
  background-repeat: no-repeat;
}
@supports (background-image: url(../images/webp/img_interview_manufacturing_intro.webp)) {
  .p-intro.p-intro--manufacturing {
    background-image: url(../images/webp/img_interview_manufacturing_intro.webp);
  }
}
@supports (background-image: url(../images/avif/img_interview_manufacturing_intro.avif)) {
  .p-intro.p-intro--manufacturing {
    background-image: url(../images/avif/img_interview_manufacturing_intro.avif);
  }
}
@media screen and (max-width: 768px) {
  .p-intro.p-intro--manufacturing {
    background-size: 130%;
    background-position: 0 45%;
  }
}
.p-intro__text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(0.5rem, 2.1333333333vw);
  position: absolute;
  bottom: min(3.375rem, 14.4vw);
  left: min(4.375rem, 18.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-intro__text-wrap {
    bottom: min(2.625rem, 11.2vw);
    left: min(2.625rem, 11.2vw);
  }
}
@media screen and (max-width: 768px) {
  .p-intro__text-wrap {
    bottom: min(1.5rem, 6.4vw);
    left: min(1rem, 4.2666666667vw);
    gap: min(0.25rem, 1.0666666667vw);
  }
}
.p-intro__text {
  font-weight: 700;
  font-size: min(2.625rem, 11.2vw);
  letter-spacing: 0em;
  line-height: 1;
  color: #fff;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
  padding-block: min(0.375rem, 1.6vw) min(0.5rem, 2.1333333333vw);
  padding-inline: min(1rem, 4.2666666667vw);
}
@media screen and (max-width: 992px) {
  .p-intro__text {
    font-size: min(2.125rem, 9.0666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-intro__text {
    font-size: min(1.3125rem, 5.6vw);
    padding-left: min(0.5rem, 2.1333333333vw);
  }
}
.p-intro__text::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgb(81, 222, 190)), to(rgb(60, 146, 236)));
  background: -webkit-linear-gradient(left, rgb(81, 222, 190) 0%, rgb(60, 146, 236) 100%);
  background: linear-gradient(90deg, rgb(81, 222, 190) 0%, rgb(60, 146, 236) 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.p-info {
  font-weight: 500;
  font-size: min(1.25rem, 5.3333333333vw);
  letter-spacing: 0em;
  line-height: 1;
  text-align: right;
  margin-top: min(1.5rem, 6.4vw);
}
@media screen and (max-width: 992px) {
  .p-info {
    font-size: min(1.125rem, 4.8vw);
    margin-top: min(1.125rem, 4.8vw);
  }
}
@media screen and (max-width: 768px) {
  .p-info {
    font-size: min(1rem, 4.2666666667vw);
    margin-top: min(0.875rem, 3.7333333333vw);
  }
}

.p-explain {
  position: relative;
  padding-block: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-explain {
    padding-block: min(2rem, 8.5333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-explain {
    padding-block: min(1.75rem, 7.4666666667vw);
  }
}
.p-explain::before, .p-explain::after {
  content: "";
  display: block;
  width: 100%;
  height: min(0.15625rem, 0.6666666667vw);
  position: absolute;
  left: 0;
  background-image: url(../images/_origin/border_dots.svg);
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 576px) {
  .p-explain::before, .p-explain::after {
    background-image: url(../images/_origin/border_dots_sp.svg);
  }
}
.p-explain::before {
  top: 0;
}
.p-explain::after {
  bottom: 0;
}
.p-explain__head {
  font-weight: 700;
  font-size: min(1.75rem, 7.4666666667vw);
  letter-spacing: 0em;
  line-height: 1;
  color: #3c92ec;
  text-align: center;
  padding-top: min(2rem, 8.5333333333vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-explain__head {
    font-weight: 700;
    font-size: min(1.5rem, 6.4vw);
    letter-spacing: 0em;
    line-height: 1.5416666667;
  }
}
.p-explain__head::before {
  content: "";
  display: block;
  aspect-ratio: 46/14;
  width: min(2.875rem, 12.2666666667vw);
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../images/_origin/icon_head_point.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-explain__head::before {
    width: min(2.5625rem, 10.9333333333vw);
  }
}
.p-explain__text {
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.7777777778;
  margin-top: min(2.5rem, 10.6666666667vw);
  padding-inline: min(4.25rem, 18.1333333333vw);
}
@media screen and (max-width: 992px) {
  .p-explain__text {
    margin-top: min(2rem, 8.5333333333vw);
    padding-inline: min(3rem, 12.8vw);
  }
}
@media screen and (max-width: 768px) {
  .p-explain__text {
    font-weight: 500;
    font-size: min(1rem, 4.2666666667vw);
    letter-spacing: 0em;
    line-height: 1.75;
    margin-top: min(1.75rem, 7.4666666667vw);
    padding-inline: 0;
  }
}

.p-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(3.75rem, 16vw);
}
@media screen and (max-width: 992px) {
  .p-contents {
    gap: min(2.625rem, 11.2vw);
  }
}
@media screen and (max-width: 768px) {
  .p-contents {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: min(1.75rem, 7.4666666667vw);
    padding-inline: min(1.25rem, 5.3333333333vw);
  }
}
.p-contents:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-contents:nth-of-type(n + 2) {
  margin-top: min(6.5rem, 27.7333333333vw);
}
@media screen and (max-width: 992px) {
  .p-contents:nth-of-type(n + 2) {
    margin-top: min(5rem, 21.3333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-contents:nth-of-type(n + 2) {
    margin-top: min(4.5rem, 19.2vw);
  }
}
.p-contents__text-wrap {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-contents__head {
  font-weight: 700;
  font-size: min(1.75rem, 7.4666666667vw);
  letter-spacing: 0em;
  line-height: 1.5;
  color: #3c92ec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(0.8rem, 3.4133333333vw);
}
@media screen and (max-width: 768px) {
  .p-contents__head {
    font-weight: 700;
    font-size: min(1.5rem, 6.4vw);
    letter-spacing: 0em;
    line-height: 1.5;
  }
}
.p-contents__head::before {
  content: "";
  display: block;
  min-width: min(1.4375rem, 6.1333333333vw);
  height: min(1.625rem, 6.9333333333vw);
  background: -webkit-linear-gradient(135deg, rgb(81, 222, 190) 0%, rgb(60, 146, 236) 100%);
  background: linear-gradient(-45deg, rgb(81, 222, 190) 0%, rgb(60, 146, 236) 100%);
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  position: relative;
  top: min(0.5625rem, 2.4vw);
}
@media screen and (max-width: 768px) {
  .p-contents__head::before {
    top: min(0.375rem, 1.6vw);
  }
}
.p-contents__text {
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.7777777778;
  margin-top: min(1.5rem, 6.4vw);
}
@media screen and (max-width: 768px) {
  .p-contents__text {
    font-weight: 500;
    font-size: min(1rem, 4.2666666667vw);
    letter-spacing: 0em;
    line-height: 1.75;
  }
}
.p-contents__img-wrap {
  width: min(31.25rem, 133.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-contents__img-wrap {
    width: min(20rem, 85.3333333333vw);
  }
}
@media screen and (max-width: 768px) {
  .p-contents__img-wrap {
    width: 100%;
  }
}
.p-contents__img-wrap img {
  width: 100%;
  border-radius: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 576px) {
  .p-contents__img-wrap img {
    border-radius: min(0.625rem, 2.6666666667vw);
  }
}

@media screen and (max-width: 768px) {
  .p-point-contents {
    padding-inline: min(1.25rem, 5.3333333333vw);
  }
}

.p-point {
  background-color: #fff;
  padding-block: min(4rem, 17.0666666667vw);
  padding-inline: min(4.375rem, 18.6666666667vw);
  border-radius: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-point {
    padding-block: min(3rem, 12.8vw);
    padding-inline: min(3rem, 12.8vw);
  }
}
@media screen and (max-width: 768px) {
  .p-point {
    padding-block: min(2.5rem, 10.6666666667vw);
    padding-inline: min(1.75rem, 7.4666666667vw);
  }
}
.p-point:nth-of-type(n + 2) {
  margin-top: min(2.5rem, 10.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-point:nth-of-type(n + 2) {
    margin-top: min(2rem, 8.5333333333vw);
  }
}
.p-point:has(.p-point__text-wrap) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(5rem, 21.3333333333vw);
  padding-right: min(6.0625rem, 25.8666666667vw);
}
@media screen and (max-width: 992px) {
  .p-point:has(.p-point__text-wrap) {
    gap: min(2rem, 8.5333333333vw);
    padding-right: min(3rem, 12.8vw);
  }
}
@media screen and (max-width: 768px) {
  .p-point:has(.p-point__text-wrap) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: min(1.75rem, 7.4666666667vw);
    gap: min(1.75rem, 7.4666666667vw);
  }
}
.p-point.p-point--color {
  background-color: #f3f8fe;
}
.p-point__head {
  font-weight: 700;
  font-size: min(1.25rem, 5.3333333333vw);
  letter-spacing: 0em;
  line-height: 1;
  color: #fff;
  width: min(15.6875rem, 66.9333333333vw);
  min-height: min(3.25rem, 13.8666666667vw);
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding-inline: min(1.25rem, 5.3333333333vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #51debe;
  border-radius: 100vh;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-point__head {
    font-size: min(1.125rem, 4.8vw);
    width: min(14.125rem, 60.2666666667vw);
    margin-inline: auto;
    padding-block: min(1rem, 4.2666666667vw);
  }
}
.p-point:nth-of-type(2) .p-point__head {
  background-color: #3c92ec;
}
.p-point__head::before {
  content: "";
  display: block;
  width: min(1.0625rem, 4.5333333333vw);
  height: min(0.6875rem, 2.9333333333vw);
  background-color: inherit;
  position: absolute;
  bottom: min(0.0625rem, 0.2666666667vw);
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-clip-path: polygon(85% 0, 0 0, 100% 100%);
          clip-path: polygon(85% 0, 0 0, 100% 100%);
}
.p-point__text {
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.7777777778;
  margin-top: min(1.5rem, 6.4vw);
}
@media screen and (max-width: 768px) {
  .p-point__text {
    font-weight: 500;
    font-size: min(1rem, 4.2666666667vw);
    letter-spacing: 0em;
    line-height: 1.75;
    margin-top: min(1.25rem, 5.3333333333vw);
  }
}
.p-point__text-wrap {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-point__intro {
  font-weight: 700;
  font-size: min(1.75rem, 7.4666666667vw);
  letter-spacing: 0em;
  line-height: 1;
  color: #3c92ec;
  margin-top: min(1.75rem, 7.4666666667vw);
}
@media screen and (max-width: 768px) {
  .p-point__intro {
    font-weight: 700;
    font-size: min(1.5rem, 6.4vw);
    letter-spacing: 0em;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p-point__intro--nowrap {
    white-space: nowrap;
  }
}
.p-point__img-wrap {
  width: min(15.125rem, 64.5333333333vw);
}
@media screen and (max-width: 992px) {
  .p-point__img-wrap {
    width: min(11.5rem, 49.0666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-point__img-wrap {
    width: 75.1879699248%;
  }
}
.p-point__img-wrap img {
  width: 100%;
  border-radius: 100vh;
}
.p-point__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: min(min(4.6875rem, 20vw), 5.859375vw) min(min(3.75rem, 16vw), 4.6875vw);
  margin-top: min(2.5rem, 10.6666666667vw);
  counter-reset: list;
}
@media screen and (max-width: 1200px) {
  .p-point__list {
    gap: min(min(4.0625rem, 17.3333333333vw), 5.078125vw) min(min(2.5rem, 10.6666666667vw), 3.125vw);
  }
}
@media screen and (max-width: 992px) {
  .p-point__list {
    gap: min(min(4.0625rem, 17.3333333333vw), 5.078125vw) min(min(1.25rem, 5.3333333333vw), 1.5625vw);
  }
}
@media screen and (max-width: 768px) {
  .p-point__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(4.75rem, 20.2666666667vw);
  }
}
.p-point__list-item {
  background-color: #fff;
  border: min(0.0625rem, 0.2666666667vw) solid #0b3569;
  width: min(min(16.5625rem, 70.6666666667vw), 20.703125vw);
  height: min(min(8.4375rem, 36vw), 10.546875vw);
  list-style: none;
  counter-increment: list;
  padding-inline: min(min(1.125rem, 4.8vw), 1.40625vw);
  padding-top: min(min(1.25rem, 5.3333333333vw), 1.5625vw);
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-point__list-item {
    width: min(min(17.9375rem, 76.5333333333vw), 22.421875vw);
    height: min(min(9.6875rem, 41.3333333333vw), 12.109375vw);
  }
}
@media screen and (max-width: 768px) {
  .p-point__list-item {
    width: 100%;
    height: auto;
    padding-block: min(1.625rem, 6.9333333333vw);
    padding-inline: min(1.25rem, 5.3333333333vw);
  }
}
.p-point__list-item:nth-of-type(4) {
  margin-left: min(min(2.8125rem, 12vw), 3.515625vw);
}
@media screen and (max-width: 992px) {
  .p-point__list-item:nth-of-type(4) {
    margin-left: min(min(2.1875rem, 9.3333333333vw), 2.734375vw);
  }
}
@media screen and (max-width: 768px) {
  .p-point__list-item:nth-of-type(4) {
    margin-left: 0;
  }
}
.p-point__list-item:nth-of-type(4)::after {
  content: "";
  display: block;
  aspect-ratio: 979/239;
  width: min(min(60.5625rem, 258.4vw), 75.703125vw);
  height: auto;
  background-image: url(../images/_origin/img_interview_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: max(max(-10rem, -42.6666666667vw), -12.5vw);
  left: max(max(-3.125rem, -13.3333333333vw), -3.90625vw);
}
@media screen and (max-width: 1200px) {
  .p-point__list-item:nth-of-type(4)::after {
    width: min(min(58.0625rem, 247.7333333333vw), 72.578125vw);
    top: max(max(-9.375rem, -40vw), -11.71875vw);
  }
}
@media screen and (max-width: 992px) {
  .p-point__list-item:nth-of-type(4)::after {
    width: min(min(60.3125rem, 257.3333333333vw), 75.390625vw);
    top: max(max(-9.375rem, -40vw), -11.71875vw);
  }
}
@media screen and (max-width: 768px) {
  .p-point__list-item:nth-of-type(4)::after {
    background-image: url(../images/_origin/icon_arrow_color_double.svg);
    aspect-ratio: unset;
    width: min(1.125rem, 4.8vw);
    height: min(3.5rem, 14.9333333333vw);
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, min(0.625rem, 2.6666666667vw));
            transform: translate(-50%, min(0.625rem, 2.6666666667vw));
  }
}
@media screen and (max-width: 768px) {
  .p-point__list-item:nth-of-type(4)::before {
    top: max(-0.625rem, -2.6666666667vw) !important;
    -webkit-transform: translate(-50%, -100%) !important;
            transform: translate(-50%, -100%) !important;
  }
}
.p-point__list-item:not(:nth-of-type(3n))::before {
  content: "";
  display: block;
  aspect-ratio: 41/18;
  width: min(min(2.5625rem, 10.9333333333vw), 3.203125vw);
  height: auto;
  background-image: url(../images/_origin/icon_arrow_color.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: max(max(-0.625rem, -2.6666666667vw), -0.78125vw);
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
@media screen and (max-width: 1200px) {
  .p-point__list-item:not(:nth-of-type(3n))::before {
    width: min(min(2.1875rem, 9.3333333333vw), 2.734375vw);
    right: max(max(-0.25rem, -1.0666666667vw), -0.3125vw);
  }
}
@media screen and (max-width: 992px) {
  .p-point__list-item:not(:nth-of-type(3n))::before {
    width: min(min(1.375rem, 5.8666666667vw), 1.71875vw);
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-point__list-item:not(:nth-of-type(3n))::before {
    background-image: url(../images/_origin/icon_arrow_color2.svg);
    height: min(3.5rem, 14.9333333333vw);
    width: min(1.125rem, 4.8vw);
    right: auto;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, min(0.625rem, 2.6666666667vw));
            transform: translate(-50%, min(0.625rem, 2.6666666667vw));
  }
}
.p-point__list-head {
  font-weight: 700;
  font-size: min(1.25rem, 5.3333333333vw);
  letter-spacing: 0em;
  line-height: 1;
  font-size: min(min(1.25rem, 5.3333333333vw), 1.5625vw);
  gap: min(min(0.5rem, 2.1333333333vw), 0.625vw);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .p-point__list-head {
    font-size: min(min(1.4375rem, 6.1333333333vw), 1.796875vw);
  }
}
@media screen and (max-width: 768px) {
  .p-point__list-head {
    font-size: min(1.125rem, 4.8vw);
    gap: min(0.5rem, 2.1333333333vw);
  }
}
.p-point__list-head::before {
  content: counter(list);
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1;
  font-size: min(min(1.125rem, 4.8vw), 1.40625vw);
  font-style: italic;
  color: #fff;
  width: min(min(1.5rem, 6.4vw), 1.875vw);
  height: min(min(1.5rem, 6.4vw), 1.875vw);
  background-color: #51debe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: min(0.125rem, 0.5333333333vw);
}
@media screen and (max-width: 768px) {
  .p-point__list-head::before {
    width: min(1.375rem, 5.8666666667vw);
    height: min(1.375rem, 5.8666666667vw);
    font-size: min(1rem, 4.2666666667vw);
  }
}
.p-point__list-text {
  font-weight: 500;
  font-size: min(1rem, 4.2666666667vw);
  letter-spacing: 0em;
  line-height: 1.75;
  font-size: min(min(1rem, 4.2666666667vw), 1.25vw);
  margin-top: min(min(0.75rem, 3.2vw), 0.9375vw);
}
@media screen and (max-width: 992px) {
  .p-point__list-text {
    font-size: min(min(1.1rem, 4.6933333333vw), 1.375vw);
  }
}
@media screen and (max-width: 768px) {
  .p-point__list-text {
    font-size: min(0.875rem, 3.7333333333vw);
    margin-top: min(0.75rem, 3.2vw);
  }
}

.p-message {
  background-color: #fff;
  padding-block: min(4rem, 17.0666666667vw);
  padding-inline: min(4.5625rem, 19.4666666667vw);
  border-radius: min(1.25rem, 5.3333333333vw);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(3.3125rem, 14.1333333333vw);
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .p-message {
    padding-block: min(3.125rem, 13.3333333333vw);
    padding-inline: min(3.125rem, 13.3333333333vw);
  }
}
@media screen and (max-width: 992px) {
  .p-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(2.5rem, 10.6666666667vw);
    padding-block: min(2.5rem, 10.6666666667vw);
    padding-inline: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-message {
    gap: min(1.75rem, 7.4666666667vw);
  }
}
.p-message__text-wrap {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-message__head {
  font-weight: 700;
  font-size: min(1.75rem, 7.4666666667vw);
  letter-spacing: 0em;
  line-height: 1.5;
  color: #3c92ec;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-message__head {
    font-size: min(1.5625rem, 6.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-message__head {
    font-size: min(1.5rem, 6.4vw);
  }
}
.p-message__head::before, .p-message__head::after {
  content: "";
  display: block;
  width: min(0.125rem, 0.5333333333vw);
  height: min(2.8125rem, 12vw);
  background-color: #3c92ec;
  position: absolute;
  bottom: min(0.3125rem, 1.3333333333vw);
}
@media screen and (max-width: 768px) {
  .p-message__head::before, .p-message__head::after {
    height: min(2.375rem, 10.1333333333vw);
    bottom: 0;
  }
}
.p-message__head::before {
  left: max(-2.375rem, -10.1333333333vw);
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}
@media screen and (max-width: 768px) {
  .p-message__head::before {
    left: max(-0.9375rem, -4vw);
  }
}
.p-message__head::after {
  right: max(-1.875rem, -8vw);
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}
@media screen and (max-width: 768px) {
  .p-message__head::after {
    right: max(-0.9375rem, -4vw);
  }
}
.p-message__text {
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.7777777778;
  margin-top: min(1.875rem, 8vw);
}
@media screen and (max-width: 576px) {
  .p-message__text {
    font-weight: 500;
    font-size: min(1rem, 4.2666666667vw);
    letter-spacing: 0em;
    line-height: 1.75;
    margin-top: min(1.75rem, 7.4666666667vw);
  }
}
.p-message__img-wrap {
  width: min(19.5rem, 83.2vw);
}
@media screen and (max-width: 1200px) {
  .p-message__img-wrap {
    width: min(17.5rem, 74.6666666667vw);
  }
}
@media screen and (max-width: 992px) {
  .p-message__img-wrap {
    width: min(18.75rem, 80vw);
  }
}
@media screen and (max-width: 768px) {
  .p-message__img-wrap {
    width: 100%;
  }
}
.p-message__img-wrap img {
  width: 100%;
}

.p-information {
  display: grid;
  grid-template-columns: min(12.375rem, 52.8vw) 1fr;
  gap: min(1.5rem, 6.4vw) 0;
}
@media screen and (max-width: 992px) {
  .p-information {
    grid-template-columns: min(9.1875rem, 39.2vw) 1fr;
    gap: min(1rem, 4.2666666667vw) 0;
  }
}
@media screen and (max-width: 576px) {
  .p-information {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.p-information__subject {
  font-weight: 700;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.7777777778;
  color: #3c92ec;
  background-color: #f3f8fe;
  padding-right: min(0.875rem, 3.7333333333vw);
  padding-left: min(4.5rem, 19.2vw);
  padding-block: min(1.875rem, 8vw);
  border-radius: min(0.625rem, 2.6666666667vw) 0 0 min(0.625rem, 2.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-information__subject {
    padding-left: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-information__subject {
    border-radius: min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0 0;
    padding-inline: min(1.25rem, 5.3333333333vw);
    padding-block: min(1.25rem, 5.3333333333vw) min(0.9375rem, 4vw);
  }
  .p-information__subject:nth-of-type(n + 2) {
    margin-top: min(1rem, 4.2666666667vw);
  }
}
.p-information--white .p-information__subject {
  background-color: #fff;
}
.p-information__data {
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.7777777778;
  background-color: #f3f8fe;
  padding-right: min(4.5rem, 19.2vw);
  padding-block: min(1.875rem, 8vw);
  border-radius: 0 min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw) 0;
}
@media screen and (max-width: 992px) {
  .p-information__data {
    padding-right: min(1.875rem, 8vw);
  }
}
@media screen and (max-width: 576px) {
  .p-information__data {
    font-size: min(1rem, 4.2666666667vw);
    line-height: 1.7;
    border-radius: 0 0 min(0.625rem, 2.6666666667vw) min(0.625rem, 2.6666666667vw);
    padding-block: 0 min(1.25rem, 5.3333333333vw);
    padding-inline: min(1.25rem, 5.3333333333vw);
  }
}
.p-information--white .p-information__data {
  background-color: #fff;
}

.p-contact {
  padding-block: 4rem;
  margin-block: 6.5rem;
  margin-bottom: 0 !important;
  border: min(0.0625rem, 0.2666666667vw) solid #0b3569;
  border-radius: min(1.25rem, 5.3333333333vw);
  padding-inline: min(4.375rem, 18.6666666667vw);
}
@media screen and (max-width: 992px) {
  .p-contact {
    padding-block: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .p-contact {
    padding-block: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .p-contact {
    margin-block: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-contact {
    margin-block: 4.5rem;
  }
}
@media screen and (max-width: 992px) {
  .p-contact {
    padding-inline: min(2.5rem, 10.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-contact {
    padding-inline: min(1.25rem, 5.3333333333vw);
    padding-block: min(3.125rem, 13.3333333333vw) min(2.625rem, 11.2vw);
  }
}
.p-contact__head-wrap {
  padding-bottom: min(2.5rem, 10.6666666667vw);
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-contact__head-wrap {
    padding-bottom: min(1.75rem, 7.4666666667vw);
  }
}
.p-contact__head-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: min(0.15625rem, 0.6666666667vw);
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/_origin/border_dots.svg);
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 576px) {
  .p-contact__head-wrap::before {
    background-image: url(../images/_origin/border_dots_sp.svg);
  }
}
.p-contact__sub-head {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: min(1.5rem, 6.4vw);
  letter-spacing: 0.04em;
  line-height: 0;
  font-style: italic;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .p-contact__sub-head {
    font-size: min(1rem, 4.2666666667vw);
  }
}
.p-contact__head {
  font-weight: 700;
  font-size: min(2.375rem, 10.1333333333vw);
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
  margin-top: min(1.75rem, 7.4666666667vw);
}
@media screen and (max-width: 576px) {
  .p-contact__head {
    font-size: min(1.8125rem, 7.7333333333vw);
    margin-top: min(1.125rem, 4.8vw);
  }
}
.p-contact__intro {
  font-weight: 500;
  font-size: min(1.5rem, 6.4vw);
  letter-spacing: 0em;
  line-height: 1.5;
  text-align: center;
  margin-top: min(2.5rem, 10.6666666667vw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .p-contact__intro {
    font-size: min(1.375rem, 5.8666666667vw);
  }
}
@media screen and (max-width: 768px) {
  .p-contact__intro {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .p-contact__intro {
    font-size: min(1rem, 4.2666666667vw);
    margin-top: min(1.25rem, 5.3333333333vw);
  }
}
.p-contact__text {
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.5555555556;
  margin-top: min(2rem, 8.5333333333vw);
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .p-contact__text {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .p-contact__text {
    font-size: min(1rem, 4.2666666667vw);
    margin-top: min(1.25rem, 5.3333333333vw);
  }
}
.p-contact__btn {
  margin-block: 4rem;
  margin-bottom: 0 !important;
  display: block;
  width: 90%;
  border-radius: 100vh;
  background-color: #f3f8fe;
  padding-block: min(1.875rem, 8vw);
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .p-contact__btn {
    margin-block: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .p-contact__btn {
    margin-block: 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .p-contact__btn {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .p-contact__btn {
    margin-top: min(1.25rem, 5.3333333333vw);
  }
}
.p-contact__tel {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: min(3.125rem, 13.3333333333vw);
  letter-spacing: 0.04em;
  line-height: 1;
  font-style: italic;
  color: #3c92ec;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.125rem, 4.8vw);
}
@media screen and (max-width: 992px) {
  .p-contact__tel {
    font-size: min(2.5rem, 10.6666666667vw);
    gap: min(0.625rem, 2.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-contact__tel {
    font-size: min(1.8125rem, 7.7333333333vw);
  }
}
.p-contact__tel::before {
  content: "";
  display: block;
  width: min(2.5rem, 10.6666666667vw);
  height: min(2.5rem, 10.6666666667vw);
  background-image: url(../images/_origin/icon_tel.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  .p-contact__tel::before {
    width: min(2.125rem, 9.0666666667vw);
    height: min(2.125rem, 9.0666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-contact__tel::before {
    width: min(1.75rem, 7.4666666667vw);
    height: min(1.75rem, 7.4666666667vw);
  }
}
.p-contact__btn-explain {
  font-weight: 700;
  font-size: min(1.25rem, 5.3333333333vw);
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
  margin-top: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-contact__btn-explain {
    font-size: min(1.125rem, 4.8vw);
    margin-top: min(0.625rem, 2.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-contact__btn-explain {
    font-size: min(0.875rem, 3.7333333333vw);
  }
}

.p-btn {
  padding-block: 6.5rem;
  padding-bottom: 0 !important;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .p-btn {
    padding-block: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .p-btn {
    padding-block: 4.5rem;
  }
}

/* ==========================================================================
プライバシーポリシー
========================================================================== */
.p-box {
  background-color: #fff;
  padding: min(5rem, 21.3333333333vw) min(4.5rem, 19.2vw);
  border-radius: min(1.25rem, 5.3333333333vw);
}
@media screen and (max-width: 992px) {
  .p-box {
    padding: min(2.5rem, 10.6666666667vw);
  }
}
@media screen and (max-width: 576px) {
  .p-box {
    padding: min(1.875rem, 8vw) min(1.5rem, 6.4vw);
  }
}

.p-policy {
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.8888888889;
  padding-bottom: min(3.5rem, 14.9333333333vw);
  margin-bottom: min(3.5rem, 14.9333333333vw);
  position: relative;
}
@media screen and (max-width: 576px) {
  .p-policy {
    font-size: min(1rem, 4.2666666667vw);
    padding-bottom: min(2.5rem, 10.6666666667vw);
    margin-bottom: min(2.5rem, 10.6666666667vw);
  }
}
.p-policy::before {
  content: "";
  display: block;
  width: 100%;
  height: min(0.15625rem, 0.6666666667vw);
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/_origin/border_dots.svg);
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 576px) {
  .p-policy::before {
    background-image: url(../images/_origin/border_dots_sp.svg);
  }
}

.p-bottom {
  font-weight: 500;
  font-size: min(1.125rem, 4.8vw);
  letter-spacing: 0em;
  line-height: 1.8888888889;
  position: relative;
  margin-top: min(5rem, 21.3333333333vw);
  padding-top: min(5rem, 21.3333333333vw);
}
@media screen and (max-width: 576px) {
  .p-bottom {
    font-size: min(1rem, 4.2666666667vw);
    padding-top: min(2.5rem, 10.6666666667vw);
    margin-top: min(2.5rem, 10.6666666667vw);
  }
}
.p-bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: min(0.15625rem, 0.6666666667vw);
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/_origin/border_dots.svg);
  background-size: contain;
  background-repeat: repeat-x;
}
@media screen and (max-width: 576px) {
  .p-bottom::before {
    background-image: url(../images/_origin/border_dots_sp.svg);
  }
}
.p-bottom__head {
  font-weight: 700;
}
.p-bottom__intro {
  margin-top: min(0.625rem, 2.6666666667vw);
}
.p-bottom__text {
  margin-top: min(2.5rem, 10.6666666667vw);
}

/* ==========================================================================
よくある質問パターン
========================================================================== */
/* パターン１
----------------------------------------------------------------- */
.p-faq-pattern1 .p-faq-question {
  vertical-align: middle;
  position: relative;
  margin-top: 3.75rem;
  padding: 0.5rem 0.5rem 0.5rem 4.375rem;
  border-bottom: 1px solid #0b3569;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .p-faq-pattern1 .p-faq-question {
    padding: 0.5357142rem 0.5rem 0.5357142rem 4.375rem;
  }
}
@media screen and (max-width: 576px) {
  .p-faq-pattern1 .p-faq-question {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-faq-pattern1 .p-faq-question::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #0b3569;
  width: 50px;
  height: 50px;
}
.p-faq-pattern1 .p-faq-question::after {
  content: "Q";
  display: block;
  position: absolute;
  left: 0;
  bottom: 9px;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-faq-pattern1 .p-faq-question::after {
    bottom: 4px;
  }
}
.p-faq-pattern1 .p-faq-answer {
  position: relative;
  margin: 1.25rem 0 0 4.375rem;
  padding-left: 4.375rem;
}
.p-faq-pattern1 .p-faq-answer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(11, 53, 105, 0.2);
  width: 50px;
  height: 50px;
}
.p-faq-pattern1 .p-faq-answer::after {
  content: "A";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  color: #0b3569;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-faq-pattern1 .p-faq-answer::after {
    top: -3px;
  }
}
@media screen and (max-width: 576px) {
  .p-faq-pattern1 .p-faq-answer::after {
    top: -10px;
  }
}
@media screen and (max-width: 992px) {
  .p-faq-pattern1 .p-faq-answer {
    top: -4px;
  }
}
@media screen and (max-width: 576px) {
  .p-faq-pattern1 .p-faq-answer {
    margin: 1.25rem 0 0;
    padding-left: 4.375rem;
  }
  .p-faq-pattern1 .p-faq-answer::before {
    left: 0;
    top: 0;
  }
  .p-faq-pattern1 .p-faq-answer::after {
    left: 0;
    top: -4px;
  }
}

/* パターン２
----------------------------------------------------------------- */
/*アコーディオン全体*/
.p-faq-pattern2 .p-faq-pattern2-content {
  margin: 1rem 0;
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 {
  /*アコーディオンタイトル*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-question2 {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.125rem;
  padding: 3% 3rem 3% 4rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*アイコンの＋と×*/
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-question2 span {
  font-size: 1.25rem;
  display: block;
  position: absolute;
  top: 20px;
  left: 1.75rem;
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-question2::before, .p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-question2::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #464646;
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-question2::before {
  top: 48%;
  right: 1.125rem;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-question2::after {
  top: 48%;
  right: 1.125rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-question2.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-question2.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-faq-pattern2 .p-faq-pattern2-content .p-faq-area2 .p-faq-answer2 {
  display: none;
  /*はじめは非表示*/
  margin: 0 3% 3% 3%;
  padding: 3%;
}

/* パターン３
----------------------------------------------------------------- */
/*アコーディオン全体*/
.p-faq-pattern3 .p-faq-pattern3-content {
  margin: 1rem 0;
}
.p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 {
  border: 1px solid;
  /*アコーディオンタイトル*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}
.p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 .p-faq-question3 {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.125rem;
  padding: 3% 3% 3% 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  /*アイコンの＋と×*/
}
.p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 .p-faq-question3::before, .p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 .p-faq-question3::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #464646;
}
.p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 .p-faq-question3::before {
  top: 48%;
  left: 18px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 .p-faq-question3::after {
  top: 48%;
  left: 18px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 .p-faq-question3.close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 .p-faq-question3.close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-faq-pattern3 .p-faq-pattern3-content .p-faq-area3 .p-faq-answer3 {
  display: none;
  /*はじめは非表示*/
  margin: 0 3% 3% 3%;
  padding: 3%;
}

/* ==========================================================================
 スクロール
=========================================================================*/
.u-scroll-anchor {
  display: block;
}
@media screen and (max-width: 992px) {
  .u-scroll-anchor {
    padding-top: 3.75rem;
    margin-top: -3.75rem;
  }
}

/* ==========================================================================
マージン・パディング
=========================================================================*/
/* マージン
----------------------------------------------------------------- */
.u-margin-auto {
  margin: auto;
}

.u-margin-remove {
  margin: 0 !important;
}

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

.u-margin-xxsmall-top {
  margin-top: 10px;
}

.u-margin-xsmall-top {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .u-margin-xsmall-top {
    margin-top: 14px;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xsmall-top {
    margin-top: 10px;
  }
}

.u-margin-small-top {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .u-margin-small-top {
    margin-top: 1.25rem;
  }
}

.u-margin-medium-small-top {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .u-margin-medium-small-top {
    margin-top: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-small-top {
    margin-top: 1.875rem;
  }
}

.u-margin-medium-top {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .u-margin-medium-top {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-medium-top {
    margin-top: 2.5rem;
  }
}

.u-margin-large-top {
  margin-top: 4rem;
}
@media screen and (max-width: 576px) {
  .u-margin-large-top {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-large-top {
    margin-top: 2.5rem;
  }
}

.u-margin-xlarge-top {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .u-margin-xlarge-top {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xlarge-top {
    margin-top: 3.75rem;
  }
}

.u-margin-xxlarge-top {
  margin-top: 6.5rem;
}
@media screen and (max-width: 768px) {
  .u-margin-xxlarge-top {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-margin-xxlarge-top {
    margin-top: 5rem;
  }
}

.u-margin-small-bottom {
  margin-bottom: 1.25rem;
}

/* パディング
----------------------------------------------------------------- */
.u-padding-remove {
  padding: 0 !important;
}

.u-padding-small {
  padding: 1.25rem;
}

.u-padding-medium {
  padding: 2.5rem;
}

.u-padding-large {
  padding: 3.75rem;
}
@media screen and (max-width: 576px) {
  .u-padding-large {
    padding: 2.5rem;
  }
}

.u-padding-top-xlarge {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .u-padding-top-xlarge {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-top-xlarge {
    padding-top: 3.75rem;
  }
}

.u-padding-xxlarge-top {
  padding-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .u-padding-xxlarge-top {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .u-padding-xxlarge-top {
    padding-top: 5rem;
  }
}

.u-padding-small-bottom {
  padding-bottom: 1.25rem;
}/*# sourceMappingURL=main.css.map */