@charset "UTF-8";
/*html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.comTwitter: @rich_clark*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul, li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type=submit],
input[type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
}
button:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input[type=radio] {
  display: none;
}

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

/* カラー */
/* テーマカラー */
/* テキストカラー */
/* ボーダーカラー */
/* フォント */
/* スペーサー */
/* コンテンツ・ページ幅 */
/* ブレークポイント */
/*========================================
  ## レスポンシブサイズ
  指定のブレイクポイントの間だけサイズがレスポンシブ変化します。
  フォントサイズ等で使用する。
  元ネタはここ。
  https://min-max-calculator.9elements.com/

  [ 引数一覧 ]
  $from: 開始フォントサイズ
  $to: 終了フォントサイズ
  $bMax: 開始ブレイクポイント | 省略可 | デフォルトはmd
  $bMin: 終了ブレイクポイント | 省略可 | デフォルトはsm

  [ 使い方 ]
  font-size: rf(18,16) //最大サイズ18px から 最低サイズ16pxまでなめらかに変化する。
========================================*/
*,
::after,
::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #1e1d1d;
  background-color: #fff;
  font-feature-settings: "palt";
  font-kerning: normal;
}

p {
  line-height: 1.6;
}

small {
  font-size: 87.5%;
}

/*==================================
  共通スタイル
==================================*/
.wrapper {
  flex-grow: 1;
}

/* ページ幅・コンテンツ幅 */
.u-page-width,
.u-content-width {
  margin-inline: auto;
  width: 100%;
}

.u-page-width:not(.padding-inner) {
  max-width: 1200px;
}
.u-page-width.padding-inner {
  max-width: calc(1200px + 5rem);
}

.u-content-width:not(.padding-inner) {
  max-width: 1040px;
}
.u-content-width.padding-inner {
  max-width: calc(1040px + 5rem);
}

.u-padding-inner {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .u-padding-inner {
    padding: 0 1.5rem;
  }
}
@media (max-width: 576px) {
  .u-padding-inner {
    padding: 0 12.5px;
  }
}

.u-visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.u-cover-image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.u-cover-image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

@media not all and (max-width: 767px) {
  .u-sp-only {
    display: none;
  }
}

/* テキスト系 */
.u-bold {
  font-weight: bold !important;
}

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

.u-text-danger {
  color: #C0365F;
}

.u-text-muted {
  color: #b3b3b3;
}

.u-link {
  color: #1a73e8 !important;
  transition: 0.25s opacity ease-in-out;
}
@media (hover: hover) {
  .u-link:hover {
    opacity: 0.7;
  }
}

/* セクション系 */
.u-section-margin {
  margin: 120px 0;
}
@media (max-width: 767px) {
  .u-section-margin {
    margin: 80px 0;
  }
}
@media (max-width: 576px) {
  .u-section-margin {
    margin: 60px 0;
  }
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-group {
  margin-bottom: 2rem;
}
.form-header {
  margin-bottom: 3rem;
}
.form-footer {
  margin-top: 3rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #3f72ca;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(46, 91, 168, 0.25);
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f9f9f9;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.form-control::placeholder {
  color: #ccc;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

.custom-select {
  display: inline-block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #3f72ca;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(46, 91, 168, 0.25);
}

.c-badge {
  display: inline-block;
  padding: 0.4em 0.4em 0.25em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.c-badge-primary {
  color: #fff;
  background-color: #2E5BA8;
}

.c-badge-secondary {
  color: #fff;
  background-color: #454343;
}

.c-badge-danger {
  color: #fff;
  background-color: #C0365F;
}

.c-badge-light {
  color: #fff;
  background-color: #b3b3b3;
}

/* margin */
.u-my-0,
.u-mt-0 {
  margin-top: 0rem !important;
}
.u-my-1,
.u-mt-1 {
  margin-top: 0.25rem !important;
}
.u-my-2,
.u-mt-2 {
  margin-top: 0.5rem !important;
}
.u-my-3,
.u-mt-3 {
  margin-top: 1rem !important;
}
.u-my-4,
.u-mt-4 {
  margin-top: 1.5rem !important;
}
.u-my-5,
.u-mt-5 {
  margin-top: 3rem !important;
}
.u-my-auto,
.u-mt-auto {
  margin-top: auto !important;
}

.u-my-0,
.u-mb-0 {
  margin-bottom: 0rem !important;
}
.u-my-1,
.u-mb-1 {
  margin-bottom: 0.25rem !important;
}
.u-my-2,
.u-mb-2 {
  margin-bottom: 0.5rem !important;
}
.u-my-3,
.u-mb-3 {
  margin-bottom: 1rem !important;
}
.u-my-4,
.u-mb-4 {
  margin-bottom: 1.5rem !important;
}
.u-my-5,
.u-mb-5 {
  margin-bottom: 3rem !important;
}
.u-my-auto,
.u-mb-auto {
  margin-bottom: auto !important;
}

.u-mx-0,
.u-ml-0 {
  margin-left: 0rem !important;
}
.u-mx-1,
.u-ml-1 {
  margin-left: 0.25rem !important;
}
.u-mx-2,
.u-ml-2 {
  margin-left: 0.5rem !important;
}
.u-mx-3,
.u-ml-3 {
  margin-left: 1rem !important;
}
.u-mx-4,
.u-ml-4 {
  margin-left: 1.5rem !important;
}
.u-mx-5,
.u-ml-5 {
  margin-left: 3rem !important;
}
.u-mx-auto,
.u-ml-auto {
  margin-left: auto !important;
}

.u-mx-0,
.u-mr-0 {
  margin-right: 0rem !important;
}
.u-mx-1,
.u-mr-1 {
  margin-right: 0.25rem !important;
}
.u-mx-2,
.u-mr-2 {
  margin-right: 0.5rem !important;
}
.u-mx-3,
.u-mr-3 {
  margin-right: 1rem !important;
}
.u-mx-4,
.u-mr-4 {
  margin-right: 1.5rem !important;
}
.u-mx-5,
.u-mr-5 {
  margin-right: 3rem !important;
}
.u-mx-auto,
.u-mr-auto {
  margin-right: auto !important;
}

.m-0 {
  margin: 0rem !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}

/* padding */
.u-py-0,
.u-pt-0 {
  padding-top: 0rem !important;
}
.u-py-1,
.u-pt-1 {
  padding-top: 0.25rem !important;
}
.u-py-2,
.u-pt-2 {
  padding-top: 0.5rem !important;
}
.u-py-3,
.u-pt-3 {
  padding-top: 1rem !important;
}
.u-py-4,
.u-pt-4 {
  padding-top: 1.5rem !important;
}
.u-py-5,
.u-pt-5 {
  padding-top: 3rem !important;
}
.u-py-auto,
.u-pt-auto {
  padding-top: auto !important;
}

.u-py-0,
.u-pb-0 {
  padding-bottom: 0rem !important;
}
.u-py-1,
.u-pb-1 {
  padding-bottom: 0.25rem !important;
}
.u-py-2,
.u-pb-2 {
  padding-bottom: 0.5rem !important;
}
.u-py-3,
.u-pb-3 {
  padding-bottom: 1rem !important;
}
.u-py-4,
.u-pb-4 {
  padding-bottom: 1.5rem !important;
}
.u-py-5,
.u-pb-5 {
  padding-bottom: 3rem !important;
}
.u-py-auto,
.u-pb-auto {
  padding-bottom: auto !important;
}

.u-px-0,
.u-pl-0 {
  padding-left: 0rem !important;
}
.u-px-1,
.u-pl-1 {
  padding-left: 0.25rem !important;
}
.u-px-2,
.u-pl-2 {
  padding-left: 0.5rem !important;
}
.u-px-3,
.u-pl-3 {
  padding-left: 1rem !important;
}
.u-px-4,
.u-pl-4 {
  padding-left: 1.5rem !important;
}
.u-px-5,
.u-pl-5 {
  padding-left: 3rem !important;
}
.u-px-auto,
.u-pl-auto {
  padding-left: auto !important;
}

.u-px-0,
.u-pr-0 {
  padding-right: 0rem !important;
}
.u-px-1,
.u-pr-1 {
  padding-right: 0.25rem !important;
}
.u-px-2,
.u-pr-2 {
  padding-right: 0.5rem !important;
}
.u-px-3,
.u-pr-3 {
  padding-right: 1rem !important;
}
.u-px-4,
.u-pr-4 {
  padding-right: 1.5rem !important;
}
.u-px-5,
.u-pr-5 {
  padding-right: 3rem !important;
}
.u-px-auto,
.u-pr-auto {
  padding-right: auto !important;
}

.u-p-0 {
  padding: 0rem !important;
}
.u-p-1 {
  padding: 0.25rem !important;
}
.u-p-2 {
  padding: 0.5rem !important;
}
.u-p-3 {
  padding: 1rem !important;
}
.u-p-4 {
  padding: 1.5rem !important;
}
.u-p-5 {
  padding: 3rem !important;
}
.u-p-auto {
  padding: auto !important;
}

/*==================================
  ボタン
==================================*/
.c-btn {
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 1.4;
  font-size: 1rem;
  font-weight: 400;
  color: #1e1d1d;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.c-btn:disabled {
  cursor: not-allowed;
}
.c-btn-block {
  display: block;
  width: 100%;
}

.c-btn-primary {
  color: #fff;
  background-color: #2E5BA8;
  border-color: #2E5BA8;
}
@media (hover: hover) {
  .c-btn-primary:hover {
    color: #fff;
    background-color: #234580;
    border-color: #234580;
  }
}
.c-btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 91, 168, 0.5);
}
.c-btn-primary:disabled {
  color: #fff;
  background-color: #3f72ca;
  border-color: #3f72ca;
}

.c-btn-outline-primary {
  color: #2E5BA8;
  background-color: transparent;
  background-color: none;
  border-color: #2E5BA8;
}
@media (hover: hover) {
  .c-btn-outline-primary:hover {
    color: #fff;
    background-color: #2E5BA8;
    border-color: #2E5BA8;
  }
}
.c-btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(46, 91, 168, 0.5);
}
.c-btn-outline-primary:disabled {
  color: #3f72ca;
  background-color: transparent;
  background-color: none;
  border-color: #3f72ca;
}

.c-btn-secondary {
  color: #fff;
  background-color: #454343;
  border-color: #454343;
}
@media (hover: hover) {
  .c-btn-secondary:hover {
    color: #fff;
    background-color: #2b2a2a;
    border-color: #2b2a2a;
  }
}
.c-btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 67, 67, 0.5);
}
.c-btn-secondary:disabled {
  color: #fff;
  background-color: #5f5c5c;
  border-color: #5f5c5c;
}

.c-btn-outline-secondary {
  color: #454343;
  background-color: transparent;
  background-color: none;
  border-color: #454343;
}
@media (hover: hover) {
  .c-btn-outline-secondary:hover {
    color: #fff;
    background-color: #454343;
    border-color: #454343;
  }
}
.c-btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(69, 67, 67, 0.5);
}
.c-btn-outline-secondary:disabled {
  color: #5f5c5c;
  background-color: transparent;
  background-color: none;
  border-color: #5f5c5c;
}

.c-btn-danger {
  color: #fff;
  background-color: #C0365F;
  border-color: #C0365F;
}
@media (hover: hover) {
  .c-btn-danger:hover {
    color: #fff;
    background-color: #982b4b;
    border-color: #982b4b;
  }
}
.c-btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 54, 95, 0.5);
}
.c-btn-danger:disabled {
  color: #fff;
  background-color: #d0597c;
  border-color: #d0597c;
}

.c-btn-outline-danger {
  color: #C0365F;
  background-color: transparent;
  background-color: none;
  border-color: #C0365F;
}
@media (hover: hover) {
  .c-btn-outline-danger:hover {
    color: #fff;
    background-color: #C0365F;
    border-color: #C0365F;
  }
}
.c-btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(192, 54, 95, 0.5);
}
.c-btn-outline-danger:disabled {
  color: #d0597c;
  background-color: transparent;
  background-color: none;
  border-color: #d0597c;
}

.c-btn-light {
  color: #fff;
  background-color: #b3b3b3;
  border-color: #b3b3b3;
}
@media (hover: hover) {
  .c-btn-light:hover {
    color: #fff;
    background-color: #999999;
    border-color: #999999;
  }
}
.c-btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 179, 179, 0.5);
}
.c-btn-light:disabled {
  color: #fff;
  background-color: #cccccc;
  border-color: #cccccc;
}

.c-btn-outline-light {
  color: #b3b3b3;
  background-color: transparent;
  background-color: none;
  border-color: #b3b3b3;
}
@media (hover: hover) {
  .c-btn-outline-light:hover {
    color: #fff;
    background-color: #b3b3b3;
    border-color: #b3b3b3;
  }
}
.c-btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 179, 179, 0.5);
}
.c-btn-outline-light:disabled {
  color: #cccccc;
  background-color: transparent;
  background-color: none;
  border-color: #cccccc;
}

/*==================================
  ヘッダー
==================================*/
.c-header {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 29, 126, 0.55);
  z-index: 1000;
}
@media (max-width: 992px) {
  .c-header {
    display: none;
  }
}

.c-header__logo {
  margin-left: 7.1428571429%;
  width: 125px;
}

.c-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-header__nav {
  display: flex;
}

.c-header__nav--list {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1200px) {
  .c-header__nav--list {
    gap: 20px;
  }
}

.c-header__nav--list__item {
  position: relative;
}
.c-header__nav--list__item::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 30px;
  background-color: #2E5BA8;
}
@media (max-width: 1200px) {
  .c-header__nav--list__item::after {
    right: -10px;
    height: 20px;
  }
}
.c-header__nav--list__item:last-child::after {
  display: none;
}
.c-header__nav--list__item a {
  color: #2E5BA8;
}
@media (max-width: 1200px) {
  .c-header__nav--list__item a {
    font-size: 14px;
  }
}

.c-header__nav--contact {
  margin-left: 50px;
  background-color: #C0365F;
}
@media (max-width: 1200px) {
  .c-header__nav--contact {
    margin-left: 30px;
  }
}
.c-header__nav--contact a {
  color: #fff;
  display: inline-block;
  padding: 24px 40px;
}

/*==================================
  フッター
==================================*/
.c-footer {
  padding: 40px 0;
  background: rgb(64, 134, 205);
  background: linear-gradient(180deg, rgb(64, 134, 205) 0%, rgb(144, 221, 240) 100%);
}

.c-footer__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 40px;
}

.c-footer__list--item {
  position: relative;
}
.c-footer__list--item::before {
  content: "";
  height: 30px;
  width: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .c-footer__list--item::before {
    display: none;
  }
}
.c-footer__list--item:last-child::before {
  display: none;
}
.c-footer__list--item a {
  color: #fff;
  font-size: 14px;
}

.c-footer__logo {
  margin-bottom: 15px;
}
.c-footer__logo img {
  width: 120px;
}

/* 下記は必要に応じて:Bootstrapベース */
body {
  background: url(../img/body_bg.png) repeat-y center/100%;
}

.c-mainVisual {
  position: relative;
  border-bottom: 5px solid #2E5BA8;
}
.c-mainVisual::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 20px solid #2E5BA8;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .c-mainVisual::after {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #2E5BA8;
  }
}

.c-mainVisual_image {
  width: 100%;
  display: block;
}
.c-mainVisual_image img {
  width: 100%;
}

.c-mainVisual_btn {
  position: absolute;
  top: 59%;
  left: 7.1428571429%;
  width: 34.4285714286%;
  display: block;
}
@media (max-width: 767px) {
  .c-mainVisual_btn {
    width: 86.6666666667%;
    left: 50%;
    transform: translateX(-50%);
    top: 66%;
  }
}
.c-mainVisual_btn img {
  width: 100%;
}

.c-mainVisual_merit {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 80%;
}
@media (max-width: 767px) {
  .c-mainVisual_merit {
    width: 100%;
  }
}
.c-mainVisual_merit img {
  width: 100%;
}

.c-about {
  padding: 78px 0;
  background: rgb(64, 134, 205);
  background: linear-gradient(180deg, rgb(64, 134, 205) 0%, rgb(144, 221, 240) 100%);
}
@media (max-width: 767px) {
  .c-about {
    padding: 40px 0 35px;
  }
}

.c-about__contents {
  display: flex;
  color: #fff;
  padding-bottom: 92px;
}
@media (max-width: 767px) {
  .c-about__contents {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }
}

.c-about__contents--truck {
  width: 230px;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .c-about__contents--truck {
    width: 32%;
  }
}

.c-about__contents--title {
  font-size: 44px;
  font-weight: 900;
  flex-shrink: 0;
  margin-right: 32px;
  letter-spacing: -0.05em;
  line-height: 1.5227272727;
  -webkit-text-decoration-color: #fff500;
          text-decoration-color: #fff500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 8px;
  text-underline-offset: 8px;
}
@media (max-width: 767px) {
  .c-about__contents--title {
    font-size: clamp(24px, 10vw - 36px, 44px);
    line-height: 1.5333333333;
    text-decoration-thickness: 4px;
    text-underline-offset: 4px;
    margin-right: 0;
  }
}

.c-about__contents--text {
  font-weight: 900;
  font-size: clamp(14px, 1vw + 8px, 16px);
  line-height: 2.1875;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .c-about__contents--text {
    margin-top: 30px;
    padding: 0 12.5px;
  }
  .c-about__contents--text br {
    display: none;
  }
}

.c-about__detail--title {
  padding: 24px 0 20px;
  background-color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .c-about__detail--title {
    margin-bottom: 35px;
    padding: 12px 0 6px;
  }
}
.c-about__detail--title img {
  width: 465px;
}
@media (max-width: 767px) {
  .c-about__detail--title img {
    width: 61.8666666667%;
  }
}

.c-about__detail--list {
  width: 100%;
  max-width: 590px;
  margin: auto;
}
@media (max-width: 767px) {
  .c-about__detail--list {
    width: 77.3333333333%;
    padding: 0 12.5px;
  }
}

.c-about__detail--list__item {
  padding-left: 44px;
  background: url(../img/icon-check.svg) no-repeat left top/34px;
  font-size: clamp(14px, 7vw - 28px, 28px);
  font-weight: 900;
  margin-bottom: 32px;
  color: #002D79;
}
@media (max-width: 767px) {
  .c-about__detail--list__item {
    padding-left: 25px;
    padding-top: 1px;
    background-size: 18px;
    margin-bottom: 20px;
  }
}
.c-about__detail--list__item small {
  font-size: 80%;
}

.c-point {
  padding: 40px 0 60px;
}
@media (max-width: 767px) {
  .c-point {
    padding: 30px 0;
  }
}

.c-point--title {
  text-align: center;
  margin-bottom: 74px;
}
@media (max-width: 767px) {
  .c-point--title {
    margin-bottom: 72px;
  }
  .c-point--title img {
    width: 70.6666666667%;
  }
}

.c-point__list {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .c-point__list {
    margin-bottom: 20px;
  }
}

.c-point__list--item {
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .c-point__list--item {
    margin-bottom: 43px;
  }
  .c-point__list--item:last-child {
    margin-bottom: 0;
  }
}
.c-point__list--item::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 71.4285714286%;
  height: 100%;
  display: block;
  background-color: #e2f1fe;
  z-index: -1;
}
@media (max-width: 992px) {
  .c-point__list--item::before {
    width: calc(100% - 25px);
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-point__list--item .item__inner {
  display: flex;
  gap: 80px;
}
@media (max-width: 992px) {
  .c-point__list--item .item__inner {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.c-point__list--item picture {
  transform: skewX(-15deg);
  overflow: hidden;
  width: 36.5384615385%;
  flex-shrink: 0;
}
@media (max-width: 992px) {
  .c-point__list--item picture {
    width: 71.3333333333%;
    transform: skewX(0);
    margin-left: -1.5rem;
    margin-top: -30px;
  }
}
@media (max-width: 576px) {
  .c-point__list--item picture {
    margin-left: -12.5px;
  }
}
.c-point__list--item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: skewX(15deg) scale(1.3);
}
@media (max-width: 992px) {
  .c-point__list--item picture img {
    transform: skewX(0);
  }
}
.c-point__list--item .textBox {
  padding: 56px 0 46px;
}
@media (max-width: 992px) {
  .c-point__list--item .textBox {
    padding: 0 12.5px 30px;
  }
}
.c-point__list--item .textBox h3 {
  font-size: clamp(20px, 5vw - 10px, 30px);
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #2E5BA8;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .c-point__list--item .textBox h3 {
    margin-bottom: 10px;
  }
}
.c-point__list--item .textBox p {
  font-size: clamp(14px, 1vw + 8px, 16px);
  line-height: 1.875;
}
@media (max-width: 992px) {
  .c-point__list--item .textBox p {
    line-height: 1.4285714286;
  }
}
.c-point__list--item:nth-child(2n)::before {
  left: 0;
  right: auto;
}
@media (max-width: 992px) {
  .c-point__list--item:nth-child(2n)::before {
    left: 50%;
  }
}
@media (max-width: 992px) {
  .c-point__list--item:nth-child(2n) .item__inner {
    flex-flow: column-reverse;
  }
}

.u-btn__cta {
  display: inline-block;
}
@media (max-width: 576px) {
  .u-btn__cta {
    padding: 0 12.5px;
  }
}

.c-interview {
  background: url(../img/interview_bg.png) repeat-y center/100%;
  padding: 24px 0 60px;
}

.c-interview__title {
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .c-interview__title {
    margin-bottom: 15px;
  }
}
.c-interview__title img {
  max-width: 777px;
  width: 100%;
}

.c-interview__list {
  display: flex;
  justify-content: center;
  gap: 36px;
}
@media (max-width: 992px) {
  .c-interview__list {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.c-interview__list--item {
  position: relative;
  padding-left: 22px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .c-interview__list--item {
    padding-top: 75px;
  }
}
.c-interview__list--item .faceicon {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
}
@media (max-width: 767px) {
  .c-interview__list--item .faceicon {
    width: 150px;
    height: 150px;
  }
}
.c-interview__list--item .textBox {
  position: relative;
  background-color: #e5f7ff;
  width: 230px;
  padding: 72px 16px 30px;
  height: 100%;
}
@media (max-width: 767px) {
  .c-interview__list--item .textBox {
    width: 280px;
    padding: 88px 17px 20px 25px;
  }
}
.c-interview__list--item .tag {
  color: #fff;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 2;
  padding: 6px;
  font-size: 13px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .c-interview__list--item .tag {
    font-size: 16px;
  }
}
.c-interview__list--item .tag::before {
  transform: skewX(-35deg) translate(-10px);
  content: "";
  position: absolute;
  width: 140px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #2E5BA8;
}
@media (max-width: 767px) {
  .c-interview__list--item .tag::before {
    width: 150px;
    transform: skewX(-35deg) translate(-5px);
  }
}
.c-interview__list--item h3 {
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.05em;
  -webkit-text-decoration-color: #fff500;
          text-decoration-color: #fff500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 0px;
  color: #2E5BA8;
  margin-bottom: 25px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .c-interview__list--item h3 {
    font-size: 20px;
    line-height: 1.5;
    text-underline-offset: 2px;
  }
}
.c-interview__list--item p {
  font-size: 14px;
  line-height: 1.5714285714;
  min-height: 148px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .c-interview__list--item p {
    min-height: auto;
  }
}
.c-interview__list--item button {
  display: block;
  margin: auto;
  font-weight: 500;
  border: 1px solid #2E5BA8;
  padding: 13px 34px 12px 14px;
  border-radius: 6px;
  color: #2E5BA8;
  line-height: 1;
  background: url(../img/icon-arrow.svg) no-repeat right 16px top 13px/14px;
}
@media (max-width: 767px) {
  .c-interview__list--item button {
    padding: 13px 44px 12px 24px;
    background-position: right 22px top 13px;
  }
}

.c-work {
  padding: 18px 0 50px;
  position: relative;
}
@media (max-width: 767px) {
  .c-work {
    padding: 68px 0 40px;
  }
}

.c-work__heading {
  display: flex;
  align-items: flex-end;
  gap: 36px;
  justify-content: flex-end;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .c-work__heading {
    margin-bottom: 40px;
  }
}

.c-work__heading--image {
  width: 26.6346153846%;
}
.c-work__heading--image.--sp {
  display: none;
}
@media (max-width: 767px) {
  .c-work__heading--image {
    width: 27.2%;
  }
  .c-work__heading--image.--pc {
    display: none;
  }
  .c-work__heading--image.--sp {
    display: inline-block;
  }
}

.c-work__heading--textBox {
  width: 63.4615384615%;
}
@media (max-width: 767px) {
  .c-work__heading--textBox {
    width: 100%;
  }
  .c-work__heading--textBox .heading {
    display: inline-block;
    width: 67%;
    margin-left: 2.8571428571%;
  }
}
.c-work__heading--textBox .sub {
  color: #2E5BA8;
  letter-spacing: 0.2em;
  font-size: clamp(14px, 1vw + 8px, 16px);
  font-weight: 900;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .c-work__heading--textBox .sub {
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.c-work__heading--textBox h2 {
  color: #2E5BA8;
  letter-spacing: -0.05em;
  font-size: clamp(24px, 3vw + 6px, 30px);
  font-weight: 900;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-work__heading--textBox h2 {
    gap: 8px;
    margin-bottom: 20px;
  }
}
.c-work__heading--textBox h2::after {
  content: "";
  display: block;
  width: calc(100% - 220px);
  height: 2px;
  background-color: #2E5BA8;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .c-work__heading--textBox h2::after {
    width: calc(100% - 180px);
  }
}
.c-work__heading--textBox .text {
  max-width: 540px;
  font-size: clamp(14px, 1vw + 8px, 16px);
  font-weight: 500;
  line-height: 1.875;
}

.c-work__flow--title {
  display: flex;
  align-items: center;
  gap: 36px;
  justify-content: flex-end;
  margin-bottom: 36px;
  position: relative;
}
@media (max-width: 767px) {
  .c-work__flow--title {
    flex-flow: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.c-work__flow--title::after {
  content: "";
  display: block;
  width: 38.4615384615%;
  height: 2px;
  background-color: #2E5BA8;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .c-work__flow--title::after {
    position: absolute;
    width: calc(100% - 130px);
    right: 0;
    top: 14px;
  }
}
.c-work__flow--title h2 {
  color: #2E5BA8;
  letter-spacing: -0.05em;
  font-size: clamp(24px, 3vw + 6px, 30px);
  font-weight: 900;
  flex-shrink: 0;
}
.c-work__flow--title p {
  font-size: clamp(14px, 1vw + 8px, 16px);
  font-weight: 500;
  line-height: 1.875;
}
@media (max-width: 992px) {
  .c-work__flow--title p br {
    display: none;
  }
}

.c-work__flow--list {
  text-align: center;
}

.c-work__flow--list__item {
  max-width: 852px;
  display: inline-block;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .c-work__flow--list__item {
    margin-bottom: 0;
  }
}
.c-work__flow--list__item img {
  width: 100%;
}
@media (max-width: 767px) {
  .c-work__flow--list__item img {
    margin-bottom: -8px;
  }
}

.c-support {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .c-support {
    margin-bottom: 40px;
  }
}

.c-support__heading {
  display: flex;
  align-items: flex-end;
  gap: 36px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .c-support__heading {
    flex-flow: column;
    gap: 20px;
  }
}

.c-support__heading--image {
  width: 26.6346153846%;
}
@media (max-width: 767px) {
  .c-support__heading--image {
    width: 100%;
  }
}
.c-support__heading--image img {
  width: 100%;
}

.c-support__heading--textBox {
  width: 63.4615384615%;
}
@media (max-width: 767px) {
  .c-support__heading--textBox {
    width: 100%;
  }
}
.c-support__heading--textBox .sub {
  color: #2E5BA8;
  letter-spacing: 0.2em;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .c-support__heading--textBox .sub {
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}
.c-support__heading--textBox h2 {
  color: #2E5BA8;
  letter-spacing: -0.05em;
  font-size: clamp(24px, 3vw + 6px, 30px);
  font-weight: 900;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-support__heading--textBox h2 {
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
.c-support__heading--textBox h2::after {
  content: "";
  display: block;
  width: calc(100% - 450px);
  height: 2px;
  background-color: #2E5BA8;
  margin-top: -2px;
}
.c-support__heading--textBox .text {
  font-size: clamp(14px, 1vw + 8px, 16px);
  font-weight: 500;
  line-height: 1.875;
}

.c-faq {
  position: relative;
  color: #fff;
}
@media (max-width: 992px) {
  .c-faq {
    padding-right: 12.5px;
  }
}
.c-faq::before {
  content: "";
  display: block;
  width: 30%;
  height: 100%;
  position: absolute;
  background-color: #2E5BA8;
  z-index: -1;
}
@media (max-width: 992px) {
  .c-faq::before {
    display: none;
  }
}

.c-faq__inner {
  background-color: #2E5BA8;
  padding: 60px 80px 60px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .c-faq__inner {
    flex-flow: column;
    align-items: center;
    padding: 60px 25px 50px;
  }
}

.c-faq__title {
  position: relative;
  display: inline-block;
  z-index: 2;
}
@media (max-width: 992px) {
  .c-faq__title {
    margin-bottom: 58px;
  }
}
.c-faq__title h2 {
  font-size: clamp(25px, 3vw + 10px, 30px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1;
  margin-left: 24px;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .c-faq__title h2 {
    margin: 0;
  }
}
.c-faq__title span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.17);
  font-size: 120px;
  font-weight: 900;
  letter-spacing: -0.05em;
  z-index: -1;
}
@media (max-width: 992px) {
  .c-faq__title span {
    font-size: 100px;
  }
}
.c-faq__title span small {
  font-size: 90px;
}
@media (max-width: 992px) {
  .c-faq__title span small {
    font-size: 75px;
  }
}

.c-faq__list {
  display: flex;
  gap: 50px;
}
@media (max-width: 767px) {
  .c-faq__list {
    flex-flow: column;
    gap: 40px;
  }
}

.c-faq__list--item {
  max-width: 320px;
  padding-left: 33px;
  position: relative;
}
@media (max-width: 767px) {
  .c-faq__list--item {
    padding-left: 0;
  }
}
.c-faq__list--item .q {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .c-faq__list--item .q {
    font-size: 20px;
    padding-left: 33px;
  }
}
.c-faq__list--item .q::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #fff500;
}
.c-faq__list--item .a {
  font-size: 14px;
  line-height: 2.1428571429;
}

.c-cta {
  padding: 75px 0 60px;
}
@media (max-width: 992px) {
  .c-cta {
    padding: 40px 0 0;
  }
}

.c-cta__inner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
}
@media (max-width: 992px) {
  .c-cta__inner {
    flex-flow: column;
    align-items: center;
    gap: 0;
  }
}

.c-cta__btnwrapper {
  text-align: center;
}
.c-cta__btnwrapper p {
  font-size: clamp(18px, 3vw - 0px, 24px);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #2E5BA8;
  margin-bottom: 8px;
}
@media (max-width: 576px) {
  .c-cta__btnwrapper p {
    font-size: 4.7vw;
  }
}

.c-cta__illust {
  width: 264px;
}
@media (max-width: 992px) {
  .c-cta__illust {
    width: 100%;
  }
}

body.modalopen {
  overflow: hidden;
}

.c-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
}

.c-modal_close {
  width: 105px;
  position: absolute;
  top: -50px;
  right: 0;
  display: block;
  z-index: 10;
  cursor: pointer;
  background-color: #333333;
  color: #fff;
  text-align: center;
  padding: 6px 16px 4px;
  border-radius: 5px;
  border: 2px solid #fff;
}
@media (max-width: 767px) {
  .c-modal_close {
    padding: 14px 16px 8px;
    top: -70px;
  }
}

.c-modal_inner {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  width: 90%;
  background-color: #fff;
  max-width: 730px;
  padding: 60px 0 80px;
}
@media (max-width: 767px) {
  .c-modal_inner {
    padding: 0 0 60px;
  }
}

.c-modal_contents--heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  background-color: #2E5BA8;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .c-modal_contents--heading {
    padding: 50px 16px 30px;
  }
}
.c-modal_contents--heading .faceicon {
  width: 220px;
  height: 220px;
  display: block;
  border: 4px solid #fff;
  border-radius: 50%;
  margin-top: -40px;
  margin-bottom: -40px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-modal_contents--heading .faceicon {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 150px;
  }
}
.c-modal_contents--heading .faceicon img {
  width: 100%;
}
.c-modal_contents--heading .textBox {
  color: #fff;
}
@media (max-width: 767px) {
  .c-modal_contents--heading .textBox table tr {
    display: flex;
    flex-flow: column;
  }
}
.c-modal_contents--heading .textBox table td {
  padding: 5px 30px 5px 0;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-modal_contents--heading .textBox table td {
    padding: 5px 0;
  }
}

.c-modal_contents--message {
  text-align: center;
  margin: auto;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .c-modal_contents--message {
    display: none;
  }
}
.c-modal_contents--message h2 {
  font-size: 18px;
  font-weight: 900;
  color: #2E5BA8;
  padding: 22px 40px;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 450px;
}
.c-modal_contents--message h2::after, .c-modal_contents--message h2::before {
  content: "";
  width: 25px;
  height: 65px;
  display: block;
  position: absolute;
}
.c-modal_contents--message h2::before {
  left: 0;
  top: 0;
  border-left: 8px solid rgba(46, 91, 168, 0.22);
  border-top: 8px solid rgba(46, 91, 168, 0.22);
}
.c-modal_contents--message h2::after {
  bottom: 0;
  right: 0;
  border-right: 8px solid rgba(46, 91, 168, 0.22);
  border-bottom: 8px solid rgba(46, 91, 168, 0.22);
}

.c-modal_contents-textBox {
  margin-bottom: 42px;
  width: 100%;
  max-width: 610px;
  margin: 20px auto 40px;
  padding-inline: 15px;
}
.c-modal_contents-textBox:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .c-modal_contents-textBox {
    margin-bottom: 24px;
  }
}
.c-modal_contents-textBox p {
  font-size: 14px;
  padding-left: 20px;
}
.c-modal_contents-textBox .title {
  position: relative;
  font-weight: bold;
  color: #2E5BA8;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .c-modal_contents-textBox .title {
    font-size: 15px;
  }
}
.c-modal_contents-textBox .title::before {
  content: "Q. ";
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .c-modal_contents-textBox .title {
    margin-bottom: 8px;
  }
}
.c-modal_contents-image {
  width: 45%;
  text-align: center;
}
@media (max-width: 767px) {
  .c-modal_contents-image {
    width: 100%;
  }
}
.c-modal_contents-image img {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .c-modal_contents-image img {
    width: 50%;
  }
}

.c-form {
  padding: 60px 0;
}
.c-form .c-form__inner {
  max-width: 700px;
}

.c-birthdate-form {
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1;
}
@media (max-width: 767px) {
  .c-birthdate-form {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .c-birthdate-form .custom-select {
    width: 30%;
  }
  .c-birthdate-form .custom-select:first-child {
    width: 80%;
  }
}

.c-btn-submit {
  background-color: #c0365f;
  color: #fff;
  padding: 16px 32px 12px;
  line-height: 1;
  font-size: clamp(16px, 2vw + 4px, 20px);
}

.thanks-page__title {
  font-size: clamp(20px, 2vw + 8px, 24px);
  margin-bottom: 16px;
}
/*# sourceMappingURL=style.css.map */