@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
/* フォームのエラーのカラー */
/*赤*/
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .pctb {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 834px) {
  .tbsp02 {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* タブレットミニ以外 */
@media screen and (min-width: 600px) and (max-width: 834px) {
  .tb835-sp {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media print {
  .tb, .tb834, .sp, .w320 {
    display: none !important;
  }
  body {
    width: 1200px;
    -webkit-print-color-adjust: exact;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
/*--------------------------------------------------------

	リセット : html5reset-1.6.1.css

参考
https://coliss.com/articles/build-websites/operation/css/my-css-reset-by-ire.html
----------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html {
  font-size: 62.5%;
}

/*body設定*/
body {
  color: #000000;
  font-size: 1.8rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.75;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
  padding: 0;
  margin: 0;
  /*任意でフォントサイズを指定*/
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.5rem;
  }
}

/*IE用：游ゴシックの謎余白をなくすためフォントを別指定*/
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Meiryo, sans-serif;
  }
}
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

/*テーブル指定*/
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています marginを指定したら地獄*/
ul[class],
ol[class] {
  list-style: none;
}

/*引用符の表示が出ないようにしています*/
blockquote,
q {
  quotes: none;
}

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています。また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through;
}

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています。また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/*縦方向の揃え位置を中央揃えに指定しています*/
input,
select {
  vertical-align: middle;
}

/*画像を縦に並べたときに余白が出てしまわないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* タッチデバイスでのリンクやボタンの反応を向上 */
a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/*クラスの指定がない場合のリンクのデフォルト色を指定*/
/*すべての要素のfont-family, font-size, line-heightをその親から継承するようにリセット*/
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/*属性と状態のCSSリセット*/
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/*box-sizing*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*clearfix*/
/* For modern browsers */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

/*禁則処理の追加*/
p,
li,
dt,
dd,
th,
td,
pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict;
}

/*iOSでのsubmit, buttonのデザインをリセットするCSS*/
button,
input[type=submit],
input[type=button],
input[type=search] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}
button::focus,
input[type=submit]::focus,
input[type=button]::focus,
input[type=search]::focus {
  outline-offset: -2px;
}

/* Form */
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: vertical;
}

button,
input[type=submit],
input[type=button],
input[type=radio],
input[type=checkbox],
label,
select {
  cursor: pointer;
}

/** Form Select IE 11 */
select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

/** Selection */
::-moz-selection,
::selection {
  background-color: #b3d4fc;
  /* Change as appropriate */
  color: #000;
  /* Change as appropriate */
  text-shadow: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media print, screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

p, h1, h2, h3, h4, h5, dt, dd, a {
  font-display: swap;
}

/*マージンボトム*/
.mb00 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 599px) {
  .mb00 {
    margin-bottom: 0px !important;
  }
}

.mb05 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 599px) {
  .mb05 {
    margin-bottom: 5px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 599px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 15px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 599px) {
  .mb25 {
    margin-bottom: 20px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mb30 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 1024px) {
  .mb35 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb35 {
    margin-bottom: 25px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mb40 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 1024px) {
  .mb50 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 35px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1024px) {
  .mb60 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 1024px) {
  .mb70 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 45px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 50px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 1024px) {
  .mb90 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb90 {
    margin-bottom: 60px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mb100 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb100 {
    margin-bottom: 60px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 1024px) {
  .mb120 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb120 {
    margin-bottom: 70px !important;
  }
}

/*マージントップ*/
.mt00 {
  margin-top: 0px !important;
}
@media screen and (max-width: 599px) {
  .mt00 {
    margin-top: 0px !important;
  }
}

.mt05 {
  margin-top: 5px !important;
}
@media screen and (max-width: 599px) {
  .mt05 {
    margin-top: 5px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 599px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 599px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 599px) {
  .mt20 {
    margin-top: 15px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 599px) {
  .mt25 {
    margin-top: 20px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 1024px) {
  .mt30 {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt30 {
    margin-top: 20px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 1024px) {
  .mt35 {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt35 {
    margin-top: 25px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 1024px) {
  .mt40 {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt40 {
    margin-top: 30px !important;
  }
}

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.mlr-03 {
  margin-left: -0.3em;
  margin-right: -0.3em;
}

.mr-05 {
  margin-right: -0.5em;
}

.contents-wrapper {
  padding: 0 50px 190px;
  word-break: break-all;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .contents-wrapper {
    padding: 0 30px 190px;
  }
}
@media screen and (max-width: 599px) {
  .contents-wrapper {
    padding: 0 20px 190px;
  }
}
.contents-wrapper--pb00 {
  padding-bottom: 0 !important;
}

.w900 {
  position: relative;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.w1000 {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.w1100 {
  position: relative;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.w1400 {
  position: relative;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.w1500 {
  position: relative;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.entry-new {
  color: #be0000;
  font-size: 1.6rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.5em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .entry-new {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .entry-new {
    font-size: 1.4rem;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 90px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0070c6+0,15248c+100 */
  background: linear-gradient(to right, rgb(0, 112, 198) 0%, rgb(21, 36, 140) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  backdrop-filter: blur(3px);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 834px) {
  .header {
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .header {
    height: 70px;
  }
}
.header__logo {
  width: 223px;
  line-height: 0.1;
  margin-left: 35px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .header__logo {
    width: 200.7px;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 223px;
  }
}
@media screen and (max-width: 834px) {
  .header__logo {
    width: 178.4px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo {
    width: 156.1px;
    margin-left: 20px;
  }
}
.header__logo__link {
  display: block;
  aspect-ratio: 39/4;
  background-image: url(../img/common/logo_white.webp);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 1025px) {
  .header__logo__link:hover {
    opacity: 0.8;
  }
}
.header__nav {
  display: flex;
  margin-right: 35px;
}
@media screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav__list {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
@media print, screen and (max-width: 1200px) {
  .header__nav__list {
    margin-right: 40px;
  }
}
.header__nav__list__item {
  margin-left: 50px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .header__nav__list__item {
    margin-left: 40px;
  }
}
.header__nav__list__item__link {
  display: block;
  position: relative;
  color: #ffffff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 25px;
}
@media print, screen and (max-width: 1200px) {
  .header__nav__list__item__link {
    font-size: 1.5rem;
  }
}
.header__nav__list__item__link::before, .header__nav__list__item__link::after {
  position: absolute;
  content: "";
  bottom: -5px;
  width: 0;
  height: 4px;
  background-color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header__nav__list__item__link::before {
  left: 50%;
}
.header__nav__list__item__link::after {
  right: 50%;
}
@media print, screen and (min-width: 1025px) {
  .header__nav__list__item__link:hover::before, .header__nav__list__item__link:hover::after {
    width: 50%;
  }
}
.header__nav__list__item__link.now {
  color: #f29a00;
}
.header__nav__list__item__link--home {
  display: block;
  width: 27px;
  height: 25px;
  background-image: url(../img/common/icon_home_white.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 17px auto;
}
.header__nav__contact__btn {
  position: relative;
  display: block;
  color: #ffffff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.15;
  background-image: url(../img/common/icon_mail_white.svg);
  background-position: left 19px center;
  background-repeat: no-repeat;
  background-size: 28px auto;
  background-color: #f29a00;
  padding: 20px 55px 20px 60px;
}
@media print, screen and (max-width: 1200px) {
  .header__nav__contact__btn {
    font-size: 1.5rem;
    background-position: left 15px center;
    background-size: 26px auto;
    padding: 20px 52px 20px 54px;
  }
}
.header__nav__contact__btn::before {
  position: absolute;
  content: "";
  top: calc((100% - 8px) / 2);
  right: 23px;
  width: 19px;
  height: 8px;
  background-image: url(../img/common/arw02.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media print, screen and (max-width: 1200px) {
  .header__nav__contact__btn::before {
    right: 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .header__nav__contact__btn:hover {
    background-color: #f2b100;
  }
}
.header .header-menu {
  display: none;
  width: 90px;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .header .header-menu {
    display: block;
  }
}
@media screen and (max-width: 834px) {
  .header .header-menu {
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .header .header-menu {
    width: 70px;
  }
}
.header .header-menu__btn {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.header .header-menu__btn.on {
  background-color: #000000;
}
.header .header-menu__btn.on::before {
  width: 100vw;
}
.header .header-menu__btn.on .bar::before {
  width: 0;
}
.header .header-menu__btn.on .bar::after {
  width: 0;
}
.header .header-menu__btn .bar {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  width: 42.8%;
  height: 1px;
  background-color: #ffffff;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .header .header-menu__btn .bar {
    top: 41px;
  }
}
@media screen and (max-width: 599px) {
  .header .header-menu__btn .bar {
    top: 34px;
  }
}
.header .header-menu__btn .bar::before {
  position: absolute;
  content: "";
  left: 0;
  top: -12px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 834px) {
  .header .header-menu__btn .bar::before {
    top: -11px;
  }
}
@media screen and (max-width: 599px) {
  .header .header-menu__btn .bar::before {
    top: -10px;
  }
}
.header .header-menu__btn .bar::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -12px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 834px) {
  .header .header-menu__btn .bar::after {
    bottom: -11px;
  }
}
@media screen and (max-width: 599px) {
  .header .header-menu__btn .bar::after {
    bottom: -10px;
  }
}
.header--none {
  background: transparent;
  backdrop-filter: blur(0);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

body.open {
  height: 100%;
  overflow: hidden;
}
body.open .header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0070c6+0,15248c+100 */
  background: linear-gradient(to right, rgb(0, 112, 198) 0%, rgb(21, 36, 140) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body.open .header__logo__link {
  background-image: url(../img/common/logo_white.webp);
}

.menu-box {
  width: 100vw;
  height: calc(100vh - 90px);
  position: fixed;
  top: 90px;
  right: -100vw;
  z-index: 100;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0070c6+0,15248c+100 */
  background: linear-gradient(to right, rgb(0, 112, 198) 0%, rgb(21, 36, 140) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  overflow: scroll;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .menu-box {
    top: 80px;
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 599px) {
  .menu-box {
    top: 70px;
    height: calc(100vh - 70px);
  }
}
.menu-box.on {
  right: 0;
}
.menu-box__inner {
  max-width: 660px;
  padding: 50px 30px 120px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .menu-box__inner {
    padding: 30px 30px 120px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner {
    padding: 10px 20px 100px;
  }
}
.menu-box__inner__list__item {
  position: relative;
  border-bottom: 1px solid rgba(255, 254, 253, 0.2);
}
.menu-box__inner__list__item__link {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1em;
  padding: 30px 40px 30px 0px;
}
@media screen and (max-width: 834px) {
  .menu-box__inner__list__item__link {
    padding: 25px 37px 25px 0px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__list__item__link {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 35px 20px 0px;
  }
}
.menu-box__inner__list__item__link::before {
  position: absolute;
  content: "";
  top: calc((100% - 28px) / 2);
  right: 0;
  width: 28px;
  height: 28px;
  background-image: url(../img/common/arw04.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-color: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .menu-box__inner__list__item__link::before {
    top: calc((100% - 25.2px) / 2);
    width: 25.2px;
    height: 25.2px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__list__item__link::before {
    top: calc((100% - 22.4px) / 2);
    width: 22.4px;
    height: 22.4px;
  }
}
.menu-box__inner__list__item__link__en {
  color: #528ecf;
  font-size: 5.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .menu-box__inner__list__item__link__en {
    font-size: 4.95rem;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__list__item__link__en {
    font-size: 4.4rem;
  }
}
.menu-box__inner__list__item__link__en::first-letter {
  color: #97c0ed;
}
.menu-box__inner__list__item__link__jp {
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .menu-box__inner__list__item__link__jp {
    font-size: 1.62rem;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__list__item__link__jp {
    font-size: 1.44rem;
    font-weight: 500;
    margin-top: 5px;
    margin-left: 3px;
  }
}
.menu-box__inner__list__item__link--acc {
  width: 100%;
  text-align: left;
  background-color: inherit;
}
.menu-box__inner__list__item__link--acc::before {
  transform: rotate(90deg);
}
.menu-box__inner__list__item__link--acc.active::before {
  transform: rotate(-90deg);
}
.menu-box__inner__list__item__sub {
  display: none;
  padding-bottom: 30px;
  margin-top: -8px;
  margin-right: -20px;
}
@media screen and (max-width: 834px) {
  .menu-box__inner__list__item__sub {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__list__item__sub {
    padding-bottom: 20px;
    margin-right: 0;
  }
}
.menu-box__inner__list__item__sub > li {
  display: inline-block;
  font-size: 0;
  margin-top: 8px;
  margin-right: 20px;
}
@media screen and (max-width: 599px) {
  .menu-box__inner__list__item__sub > li {
    display: block;
    margin-right: 0;
  }
}
.menu-box__inner__list__item__sub__link {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.35;
  padding: 2px 0 2px 30px;
}
@media screen and (max-width: 834px) {
  .menu-box__inner__list__item__sub__link {
    padding: 2px 0 2px 30px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__list__item__sub__link {
    padding: 2px 0 2px 26px;
  }
}
.menu-box__inner__list__item__sub__link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url(../img/common/arw04_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 4px auto;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .menu-box__inner__list__item__sub__link::before {
    top: 2px;
    width: 19.8px;
    height: 19.8px;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__list__item__sub__link::before {
    top: 3px;
    width: 17.6px;
    height: 17.6px;
  }
}
.menu-box__inner__list__item__sub__link--blank::before {
  background-image: url(../img/common/icon_blank_white.svg);
  background-size: 63.6363636364% auto;
}

.top .header {
  background-color: transparent;
  backdrop-filter: none;
}
.top .header__logo__link {
  background-image: url(../img/common/logo_white.webp);
}
.top .header__nav__list__item__link {
  color: #fff;
}
.top .header__nav__list__item__link--home {
  background-image: url(../img/common/icon_home_white.webp);
}
.top .header .bar {
  background-color: #fff;
}
.top .header .bar::before {
  background-color: #fff;
}
.top .header .bar::after {
  background-color: #fff;
}

.footer {
  position: relative;
  background-color: #050f1f;
  padding: 100px 50px 15px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 95px 30px 15px;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 80px 20px 15px;
  }
}
.footer__inner {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.footer-box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
@media print, screen and (min-width: 1025px) {
  .footer-box {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1024px) {
  .footer-box {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .footer-box {
    padding-bottom: 60px;
  }
}
.footer-box__company {
  display: flex;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .footer-box__company {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .footer-box__company {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  .footer-box__company {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__company {
    margin-bottom: 30px;
  }
}
.footer-box__company__logo {
  max-width: 274px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (min-width: 1025px) {
  .footer-box__company__logo {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-box__company__logo {
    margin-right: 50px;
  }
}
@media screen and (max-width: 834px) {
  .footer-box__company__logo {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__company__logo {
    max-width: 232.9px;
    margin-bottom: 25px;
  }
}
.footer-box__company__logo__link {
  display: block;
  color: #ffffff;
}
.footer-box__company__logo__link img {
  width: 100%;
}
.footer-box__company__logo__link__text {
  display: block;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 834px) {
  .footer-box__company__logo__link__text {
    font-size: 2.1rem;
    text-align: center;
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__company__logo__link__text {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footer-box__company__logo__link:hover {
    opacity: 0.8;
  }
}
.footer-box__company__text {
  color: #ffffff;
}
.footer-box__company__text__address {
  margin-bottom: 3px;
}
@media screen and (max-width: 834px) {
  .footer-box__company__text__address {
    text-align: center;
  }
}
@media screen and (max-width: 834px) {
  .footer-box__company__text__num {
    text-align: center;
  }
}
.footer-box__company__text__num__link {
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .footer-box__company__text__num__link {
    text-decoration: underline;
  }
}
.footer-box__site {
  width: 360px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .footer-box__site {
    width: 100%;
  }
}
.footer-box__site__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  font-size: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .footer-box__site__list {
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__site__list {
    gap: 8px 20px;
  }
}
.footer-box__site__list > li {
  position: relative;
  width: calc((99.9% - 30px) / 2);
  line-height: 1.35;
  padding-left: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .footer-box__site__list > li {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__site__list > li {
    padding-left: 16px;
  }
}
.footer-box__site__list > li::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #f29a00;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .footer-box__site__list > li::before {
    top: 7px;
    width: 8px;
  }
}
.footer-box__site__list__link {
  color: #ffffff;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .footer-box__site__list__link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__site__list__link {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1025px) {
  .footer-box__site__list__link:hover {
    text-decoration: underline;
  }
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px 50px 0;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .footer-copyright {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .footer-copyright {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-copyright {
    font-size: 1.3rem;
    padding: 15px 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .footer-copyright {
    font-size: 1.2rem;
    padding: 15px 20px 0;
  }
}

.breadcrumbs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 50px;
  margin-top: -30px;
  margin-bottom: 135px;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs {
    padding: 0 30px;
  }
}
@media screen and (max-width: 834px) {
  .breadcrumbs {
    margin-top: 15px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
.breadcrumbs > li {
  position: relative;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .breadcrumbs > li {
    color: #000000;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs > li {
    font-size: 1.2rem;
  }
}
.breadcrumbs > li:not(:last-child) {
  padding-right: 38px;
}
@media screen and (max-width: 834px) {
  .breadcrumbs > li:not(:last-child) {
    padding-right: 28px;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs > li:not(:last-child) {
    padding-right: 23px;
  }
}
.breadcrumbs > li:not(:last-child)::after {
  content: ">";
  position: absolute;
  right: 15px;
  color: #ffffff;
}
@media screen and (max-width: 834px) {
  .breadcrumbs > li:not(:last-child)::after {
    right: 11px;
    color: #000000;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumbs > li:not(:last-child)::after {
    right: 8px;
  }
}
.breadcrumbs > li a {
  color: #ffffff;
}
@media screen and (max-width: 834px) {
  .breadcrumbs > li a {
    color: #005dad;
  }
}
@media print, screen and (min-width: 1025px) {
  .breadcrumbs > li a:hover {
    text-decoration: underline;
  }
}

.pagetitle {
  display: flex;
  align-items: center;
  position: relative;
  height: 430px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#15248c+0,0070c6+100 */
  background: linear-gradient(to right, rgb(21, 36, 140) 0%, rgb(0, 112, 198) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 80px 50px 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .pagetitle {
    height: 387px;
    padding: 80px 30px 0;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle {
    height: 301px;
    padding: 70px 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle {
    height: 215px;
    padding: 60px 20px 0;
  }
}
.pagetitle::before {
  position: absolute;
  content: "";
  top: 0;
  right: 134px;
  width: 672px;
  aspect-ratio: 672/563;
  background-image: url(../img/common/bg_pagetitle.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .pagetitle::before {
    right: 100px;
    width: 604.8px;
  }
}
@media print, screen and (max-width: 1200px) {
  .pagetitle::before {
    right: 70px;
    width: 537.6px;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle::before {
    right: 50px;
    width: 504px;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle::before {
    right: 30px;
    width: 403.2px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle::before {
    right: -40px;
    width: 302.4px;
  }
}
@media screen and (max-width: 320px) {
  .pagetitle::before {
    right: -50px;
    width: 268.8px;
  }
}
.pagetitle::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 476/215;
  background-image: url(../img/common/bg_pagetitle02.webp);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .pagetitle::after {
    background-position: right -40px center;
  }
}
@media print, screen and (max-width: 1200px) {
  .pagetitle::after {
    background-position: right -60px center;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle::after {
    background-position: right -80px center;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle::after {
    background-position: right -100px center;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle::after {
    background-position: right -120px center;
  }
}
.pagetitle__title {
  position: relative;
  display: flex;
  align-items: center;
  color: #ffffff;
  line-height: 1.15;
  padding-left: 120px;
  z-index: 2;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1500px) {
  .pagetitle__title {
    padding-left: 80px;
  }
}
@media print, screen and (max-width: 1300px) {
  .pagetitle__title {
    padding-left: 40px;
  }
}
@media print, screen and (max-width: 1200px) {
  .pagetitle__title {
    padding-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle__title {
    align-items: flex-start;
    flex-direction: column;
  }
}
.pagetitle__title__en {
  font-size: 10.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  letter-spacing: 0.025em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .pagetitle__title__en {
    font-size: 9.45rem;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle__title__en {
    font-size: 7.35rem;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__title__en {
    font-size: 5.25rem;
  }
}
.pagetitle__title__jp {
  position: relative;
  font-size: 2.1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding-left: 21px;
  margin-left: 26px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .pagetitle__title__jp {
    font-size: 1.89rem;
    margin-left: 6px;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle__title__jp {
    font-size: 1.47rem;
    padding-left: 18px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__title__jp {
    font-size: 1.05rem;
    padding-left: 16px;
    margin-left: 3px;
  }
}
.pagetitle__title__jp::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .pagetitle__title__jp::before {
    top: 8px;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle__title__jp::before {
    top: 6px;
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__title__jp::before {
    top: 4px;
    width: 6px;
    height: 6px;
  }
}

.hl01 {
  position: relative;
  font-size: 3.9rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.35;
  border-top: 4px solid #d9e1e7;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .hl01 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 834px) {
  .hl01 {
    font-size: 2.9rem;
    border-top: 3px solid #d9e1e7;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .hl01 {
    font-size: 2.4rem;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.hl01::before {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  width: 150px;
  height: 4px;
  background-color: #005dad;
}
@media screen and (max-width: 834px) {
  .hl01::before {
    top: -3px;
    width: 20%;
    height: 3px;
  }
}
@media screen and (max-width: 599px) {
  .hl01::before {
    width: 25%;
  }
}

.hl02 {
  position: relative;
  font-size: 3.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.35;
  border-bottom: 4px solid #d9e1e7;
  padding-bottom: 20px;
  margin-bottom: 40px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .hl02 {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 834px) {
  .hl02 {
    font-size: 2.6rem;
    border-bottom: 3px solid #d9e1e7;
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  .hl02 {
    font-size: 2.1rem;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
.hl02::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -4px;
  width: 150px;
  height: 4px;
  background-color: #005dad;
}
@media screen and (max-width: 834px) {
  .hl02::before {
    bottom: -3px;
    width: 20%;
    height: 3px;
  }
}
@media screen and (max-width: 599px) {
  .hl02::before {
    width: 25%;
  }
}

.hl03 {
  position: relative;
  color: #005dad;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 1px solid #d1dbe1;
  padding: 0 0 15px 75px;
  margin-bottom: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .hl03 {
    font-size: 2.2rem;
    padding: 0 0 12px 70px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 599px) {
  .hl03 {
    font-size: 1.8rem;
    padding: 0 0 12px 65px;
    margin-bottom: 20px;
  }
}
.hl03__num {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 64px;
  height: 26px;
  color: #ffffff;
  font-size: 2rem;
  line-height: 26px;
  text-align: center;
  background-color: #005dad;
  border-radius: 26px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .hl03__num {
    top: 1px;
    width: 59px;
    height: 24px;
    font-size: 1.8rem;
    line-height: 24px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 599px) {
  .hl03__num {
    width: 54px;
    height: 22px;
    font-size: 1.5rem;
    line-height: 22px;
  }
}

.hl04 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-bottom: 22px;
  margin-bottom: 40px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .hl04 {
    padding-bottom: 18px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  .hl04 {
    margin-bottom: 30px;
  }
}
.hl04::before {
  position: absolute;
  content: "";
  left: calc((100% - 50px) / 2);
  bottom: 0;
  width: 50px;
  height: 3px;
  background-color: #005dad;
}
@media screen and (max-width: 834px) {
  .hl04::before {
    left: calc((100% - 45px) / 2);
    width: 45px;
  }
}
@media screen and (max-width: 599px) {
  .hl04::before {
    left: calc((100% - 40px) / 2);
    width: 40px;
  }
}
.hl04__en {
  color: #005dad;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.025em;
  margin-bottom: 7px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .hl04__en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .hl04__en {
    font-size: 1.4rem;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 599px) {
  .hl04__en {
    font-size: 1.2rem;
  }
}
.hl04__jp {
  font-size: 3.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .hl04__jp {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 834px) {
  .hl04__jp {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .hl04__jp {
    font-size: 2rem;
  }
}

.hl05 {
  position: relative;
  font-size: 3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.35;
  padding-left: 25px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .hl05 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 834px) {
  .hl05 {
    font-size: 2.4rem;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .hl05 {
    font-size: 1.8rem;
    padding-left: 15px;
    margin-bottom: 25px;
  }
}
.hl05::before, .hl05::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
}
@media screen and (max-width: 599px) {
  .hl05::before, .hl05::after {
    width: 3px;
  }
}
.hl05::before {
  height: 100%;
  background-color: #005dad;
}
.hl05::after {
  height: 50%;
  background-color: #1d283a;
}
.hl05--border {
  border-bottom: 1px solid #d1dbe1;
  padding-bottom: 14px;
}
@media screen and (max-width: 834px) {
  .hl05--border {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .hl05--border {
    padding-bottom: 10px;
  }
}
.hl05--border::before {
  height: calc(100% - 14px);
}
@media screen and (max-width: 834px) {
  .hl05--border::before {
    height: calc(100% - 12px);
  }
}
@media screen and (max-width: 599px) {
  .hl05--border::before {
    height: calc(100% - 10px);
  }
}
.hl05--border::after {
  height: calc((100% - 14px) / 2);
}
@media screen and (max-width: 834px) {
  .hl05--border::after {
    height: calc((100% - 12px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .hl05--border::after {
    height: calc((100% - 10px) / 2);
  }
}

.hl06 {
  position: relative;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.35;
  padding-left: 26px;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .hl06 {
    font-size: 1.8rem;
    padding-left: 24px;
  }
}
@media screen and (max-width: 599px) {
  .hl06 {
    font-size: 1.6rem;
    padding-left: 22px;
  }
}
.hl06::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #005dad;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .hl06::before {
    top: 6px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 599px) {
  .hl06::before {
    top: 5px;
  }
}
.hl06::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #005dad;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .hl06::after {
    top: 9px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 599px) {
  .hl06::after {
    top: 8px;
  }
}

.hl07 {
  display: flex;
  align-items: center;
  line-height: 1;
  border-left: 3px solid #005dad;
  padding-left: 15px;
  margin-bottom: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .hl07 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .hl07 {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.hl07__jp {
  font-size: 4.5rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .hl07__jp {
    font-size: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .hl07__jp {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 599px) {
  .hl07__jp {
    font-size: 3rem;
  }
}
.hl07__en {
  color: #005dad;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  font-weight: bold;
  margin-left: 1em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .hl07__en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .hl07__en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .hl07__en {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-left: 2px;
  }
}

.hl08 {
  position: relative;
  margin-bottom: 40px;
  padding: 36px 0;
  font-size: 3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  border-top: 4px solid #c0d0de;
  border-bottom: 1px solid #c0d0de;
}
@media screen and (max-width: 1024px) {
  .hl08 {
    margin-bottom: 35px;
    padding: 28px 0;
    font-size: 2.7rem;
    border-top: 3px solid #c0d0de;
  }
}
@media screen and (max-width: 834px) {
  .hl08 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 599px) {
  .hl08 {
    margin-bottom: 30px;
    padding: 18px 0;
    font-size: 2rem;
    border-top: 2px solid #c0d0de;
  }
}
.hl08::before {
  content: "";
  position: absolute;
  width: 140px;
  height: 4px;
  top: -4px;
  left: 0;
  background-color: #005dad;
}
@media screen and (max-width: 1024px) {
  .hl08::before {
    width: 120px;
    height: 3px;
    top: -3px;
  }
}
@media screen and (max-width: 599px) {
  .hl08::before {
    width: 90px;
    height: 2px;
    top: -2px;
  }
}
.hl08__num {
  margin-right: 6px;
  font-family: "Jost", sans-serif;
  font-size: 3.4rem;
  color: #005dad;
  font-weight: 500;
  letter-spacing: normal;
}
@media screen and (max-width: 1024px) {
  .hl08__num {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 834px) {
  .hl08__num {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .hl08__num {
    font-size: 2.2rem;
  }
}

.hl09 {
  position: relative;
  color: #ffffff;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.35;
  background-color: #005dad;
  padding: 11px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .hl09 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .hl09 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .hl09 {
    font-size: 1.6rem;
    padding: 11px 20px 11px 23px;
  }
}
.hl09::before {
  position: absolute;
  content: "";
  top: calc((100% - 4px) / 2);
  left: 0;
  width: 17px;
  height: 4px;
  background-color: #ffffff;
}
@media screen and (max-width: 599px) {
  .hl09::before {
    top: calc((100% - 3px) / 2);
    width: 13px;
    height: 3px;
  }
}

#wysiwyg {
  /*デフォルトの処理*/
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: justify;
  border-bottom: 1px solid #d1dbe1;
  padding-bottom: 60px;
}
@media screen and (max-width: 599px) {
  #wysiwyg {
    font-size: 1.5rem;
    padding-bottom: 50px;
  }
}
#wysiwyg a {
  color: #005dad;
  text-decoration: underline;
}
#wysiwyg a:hover {
  text-decoration: none;
}
#wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#wysiwyg {
  /*各テンプレートを囲むbox【必須】*/
}
#wysiwyg .box {
  margin-bottom: 35px;
}
#wysiwyg .box:before, #wysiwyg .box:after {
  content: "";
  display: table;
}
#wysiwyg .box:after {
  clear: both;
}
@media screen and (max-width: 599px) {
  #wysiwyg .box {
    margin-bottom: 20px;
  }
}
#wysiwyg {
  /*背景色*/
}
#wysiwyg .bg-box01 {
  padding: 35px 40px !important;
  background-color: #f1f5f7;
}
@media screen and (max-width: 834px) {
  #wysiwyg .bg-box01 {
    padding: 30px 35px !important;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .bg-box01 {
    padding: 25px 30px !important;
  }
}
#wysiwyg {
  /*タイトル処理*/
}
#wysiwyg .title-line01 {
  position: relative;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.2em;
  border-bottom: 1px solid #d9e1e7;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .title-line01 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  #wysiwyg .title-line01 {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-line01 {
    font-size: 1.8rem;
  }
}
#wysiwyg .title-line01::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 150px;
  height: 2px;
  background-color: #005dad;
}
@media screen and (max-width: 834px) {
  #wysiwyg .title-line01::before {
    width: 20%;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-line01::before {
    width: 25%;
  }
}
#wysiwyg .title-obi {
  position: relative;
  color: #ffffff;
  font-size: 2.1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.2em;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#081366+0,005dad+100 */
  background: linear-gradient(to right, rgb(8, 19, 102) 0%, rgb(0, 93, 173) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 15px 20px 15px 30px;
}
@media screen and (max-width: 834px) {
  #wysiwyg .title-obi {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-obi {
    font-size: 1.6rem;
    padding: 13px 15px 13px 25px;
  }
}
#wysiwyg .title-obi::before {
  content: "";
  top: 0;
  left: 13px;
  width: 2px;
  height: calc(100% - 12px);
  background-color: #ffffff;
  position: absolute;
}
#wysiwyg .title-icon {
  margin-bottom: -5px;
  padding: 0 0 18px 24px;
  font-size: 2rem;
  line-height: 1.2em;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  border-bottom: 1px solid #d1dbe1;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-icon {
    font-size: 1.8rem;
    padding: 0 0 13px 22px;
  }
}
#wysiwyg .title-icon::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #005dad;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-icon::before {
    top: 5px;
    width: 14px;
    height: 14px;
  }
}
#wysiwyg .title-icon::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #005dad;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-icon::after {
    top: 8px;
    width: 8px;
    height: 8px;
  }
}
#wysiwyg .title-marker {
  margin-bottom: -10px;
  padding: 5px 0 13px 20px;
  font-size: 1.9rem;
  line-height: 1.2em;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  border-bottom: 1px solid #d1dbe1;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-marker {
    margin-bottom: -5px;
    padding: 3px 0 10px 15px;
    font-size: 1.7rem;
  }
}
#wysiwyg .title-marker::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #005dad;
}
#wysiwyg .title-icon02 {
  margin-bottom: -20px;
  padding-left: 28px;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-icon02 {
    margin-bottom: -10px;
    padding-left: 22px;
    font-size: 1.6rem;
  }
}
#wysiwyg .title-icon02::before, #wysiwyg .title-icon02::after {
  position: absolute;
  content: "";
  top: calc((100% - 3px) / 2);
  left: 0;
  height: 3px;
}
#wysiwyg .title-icon02::before {
  width: 16px;
  background-color: #60a5e0;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-icon02::before {
    width: 12px;
  }
}
#wysiwyg .title-icon02::after {
  width: 8px;
  background-color: #005dad;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-icon02::after {
    width: 6px;
  }
}
#wysiwyg {
  /*キャッチコピーの処理*/
}
#wysiwyg .copy01 {
  margin-bottom: -15px;
  color: #005dad;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy01 {
    margin-bottom: -5px;
    font-size: 1.7rem;
  }
}
#wysiwyg .copy02 {
  margin-bottom: -15px;
  font-size: 2rem;
  line-height: 1.7;
  color: #005dad;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: bold;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy02 {
    margin-bottom: -5px;
    font-size: 1.7rem;
  }
}
#wysiwyg {
  /*本文テキスト・写真回り込み処理*/
}
#wysiwyg .text {
  line-height: 2em;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .text {
    line-height: 1.8em;
  }
}
#wysiwyg .img-right {
  margin: 7px 0 20px 35px;
  width: auto;
  max-width: 28%;
  float: right;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .img-right {
    max-width: 33%;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-right {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
#wysiwyg .img-left {
  margin: 7px 35px 20px 0;
  width: auto;
  max-width: 28%;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .img-left {
    max-width: 33%;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-left {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
#wysiwyg {
  /*ボタン*/
}
#wysiwyg .btn-wrapper {
  text-align: center;
}
#wysiwyg .btn-wrapper a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#081366+0,005dad+100 */
  background: linear-gradient(to right, rgb(8, 19, 102) 0%, rgb(0, 93, 173) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 60px;
  padding: 20px 90px 20px 40px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  #wysiwyg .btn-wrapper a {
    font-size: 1.7rem;
    padding: 20px 75px 20px 25px;
  }
}
#wysiwyg .btn-wrapper a::before {
  position: absolute;
  content: "";
  top: calc((100% - 28px) / 2);
  right: 16px;
  width: 50px;
  height: 28px;
  background-image: url(../img/common/arw01_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 28px;
}
@media screen and (max-width: 599px) {
  #wysiwyg .btn-wrapper a::before {
    top: calc((100% - 25px) / 2);
    width: 45px;
    height: 25px;
    background-size: 17px auto;
  }
}
@media print, screen and (min-width: 1025px) {
  #wysiwyg .btn-wrapper a:hover {
    transform: translateX(3px);
  }
}
#wysiwyg .btn-wrapper.type02 a {
  color: #005dad;
  background: none;
  background-color: #ffffff;
  border: 1px solid #005dad;
}
#wysiwyg .btn-wrapper.type02 a::before {
  background-color: #005dad;
}
#wysiwyg {
  /*写真の処理*/
}
#wysiwyg .photo-3 {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .photo-3 {
    gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  #wysiwyg .photo-3 {
    gap: 15px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-3 {
    gap: 20px 0;
  }
}
#wysiwyg .photo-3::after {
  content: none;
}
#wysiwyg .photo-3 > li {
  width: calc((99.9% - 50px) / 3);
}
@media screen and (max-width: 1024px) {
  #wysiwyg .photo-3 > li {
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 834px) {
  #wysiwyg .photo-3 > li {
    width: calc((99.9% - 30px) / 3);
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-3 > li {
    width: 100%;
  }
}
#wysiwyg .photo-2 {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .photo-2 {
    gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  #wysiwyg .photo-2 {
    gap: 15px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-2 {
    gap: 20px 0;
  }
}
#wysiwyg .photo-2::after {
  content: none;
}
#wysiwyg .photo-2 > li {
  width: calc((99.9% - 25px) / 2);
}
@media screen and (max-width: 1024px) {
  #wysiwyg .photo-2 > li {
    width: calc((99.9% - 20px) / 2);
  }
}
@media screen and (max-width: 834px) {
  #wysiwyg .photo-2 > li {
    width: calc((99.9% - 15px) / 2);
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-2 > li {
    width: 100%;
  }
}
#wysiwyg .photo-1 {
  width: 100%;
  text-align: center;
}
#wysiwyg .caption {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.3em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .caption {
    margin-top: 5px;
    font-size: 1.3rem;
  }
}
#wysiwyg {
  /*リスト*/
}
#wysiwyg .list-wrapper {
  list-style: none;
  padding-left: 0;
}
#wysiwyg .list-wrapper > li {
  margin-top: 10px;
  padding-left: 18px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  text-align: justify;
  position: relative;
}
#wysiwyg .list-wrapper > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper > li {
    margin-top: 7px;
    padding-left: 13px;
    font-size: 1.5rem;
  }
}
#wysiwyg .list-wrapper > li::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #005dad;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper > li::before {
    width: 7px;
    height: 7px;
  }
}
#wysiwyg {
  /*テキストリンクリスト*/
}
#wysiwyg .link-list-wrapper {
  list-style: none;
  padding-left: 0;
}
#wysiwyg .link-list-wrapper > li {
  margin-top: 5px;
}
#wysiwyg .link-list-wrapper > li:first-child {
  margin-top: 0;
}
#wysiwyg .link-list-wrapper > li > a {
  display: inline-block;
  position: relative;
  color: #005dad;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: underline;
  padding-left: 25px;
}
@media screen and (max-width: 599px) {
  #wysiwyg .link-list-wrapper > li > a {
    padding-left: 23px;
  }
}
#wysiwyg .link-list-wrapper > li > a::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #005dad;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  #wysiwyg .link-list-wrapper > li > a::before {
    width: 14px;
    height: 14px;
  }
}
#wysiwyg .link-list-wrapper > li > a::after {
  position: absolute;
  content: "";
  top: 9px;
  left: 7px;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 599px) {
  #wysiwyg .link-list-wrapper > li > a::after {
    top: 8px;
    left: 5px;
    border-width: 3px 0 3px 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  #wysiwyg .link-list-wrapper > li > a:hover {
    text-decoration: none;
  }
}
#wysiwyg {
  /*テーブル*/
}
#wysiwyg .table {
  width: 100%;
  border: 1px solid #d1dbe1;
  border-collapse: collapse;
}
#wysiwyg .table thead th {
  padding: 15px 10px;
  font-weight: 500;
  line-height: 1.3em;
  color: #fefefe;
  text-align: center;
  vertical-align: middle;
  background-color: #005dad;
  border: 1px solid #d1dbe1;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table thead th {
    padding: 7px 5px 5px;
  }
}
#wysiwyg .table th {
  padding: 15px 10px;
  font-weight: 500;
  line-height: 1.3em;
  color: #005dad;
  text-align: center;
  vertical-align: middle;
  background-color: #f1f5f7;
  border: 1px solid #d1dbe1;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table th {
    padding: 7px 5px 5px;
  }
}
#wysiwyg .table td {
  padding: 15px;
  font-weight: 500;
  line-height: 1.3em;
  color: #000000;
  text-align: justify;
  vertical-align: middle;
  border: 1px solid #d1dbe1;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table td {
    padding: 7px 5px 5px;
  }
}
#wysiwyg {
  /*youtube*/
}
#wysiwyg .youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: relative;
}
#wysiwyg .youtube-wrapper::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
#wysiwyg .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#wysiwyg {
  /*以下テンプレート外*/
}
#wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
#wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
#wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}
#wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #005dad;
}
#wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #005dad;
}
#wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg ul {
  padding-left: 40px;
  list-style-type: disc;
}
#wysiwyg ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style-type: decimal;
}
#wysiwyg blockquote {
  padding-left: 1em;
}
#wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}
#wysiwyg hr {
  display: block;
}
#wysiwyg em {
  font-style: italic !important;
}
#wysiwyg strong {
  font-weight: bold !important;
}
#wysiwyg em strong, #wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

.bg-box01 {
  background-color: #f1f5f7;
  padding: 40px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .bg-box01 {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .bg-box01 {
    padding: 20px;
  }
}

.info-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  padding: 39px 72px 39px 20px;
  word-break: break-all;
}
@media screen and (max-width: 834px) {
  .info-box {
    padding: 34px 66px 34px 20px;
  }
}
@media screen and (max-width: 599px) {
  .info-box {
    flex-direction: column;
    padding: 29px 50px 29px 20px;
  }
}
.info-box::before {
  position: absolute;
  content: "";
  top: calc((100% - 32px) / 2);
  right: 20px;
  width: 32px;
  height: 32px;
  background-color: #f29a00;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .info-box::before {
    top: calc((100% - 26px) / 2);
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 599px) {
  .info-box::before {
    top: calc((100% - 20px) / 2);
    width: 20px;
    height: 20px;
  }
}
.info-box::after {
  position: absolute;
  content: "";
  top: calc((100% - 11px) / 2);
  right: 32px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 834px) {
  .info-box::after {
    top: calc((100% - 9px) / 2);
    right: 30px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 599px) {
  .info-box::after {
    top: calc((100% - 7px) / 2);
    right: 28px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.info-box__date {
  width: 125px;
  color: #005dad;
  font-size: 1.8rem;
  font-family: "Jost", sans-serif;
  font-weight: 800;
  line-height: 1.3;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .info-box__date {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .info-box__date {
    width: 100%;
    font-size: 1.6rem;
  }
}
.info-box__title {
  width: calc(99.9% - 125px);
  color: #000000;
  line-height: 1.5;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .info-box__title {
    width: 100%;
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  .info-box:hover {
    opacity: 0.8;
    transform: translateX(3px);
  }
}

.flow-box {
  display: flex;
  background-color: #eef3f5;
  padding: 45px 50px 45px 0;
}
@media screen and (max-width: 834px) {
  .flow-box {
    padding: 30px 35px 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .flow-box {
    flex-direction: column;
    padding: 0 20px 20px;
  }
}
.flow-box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  background-color: #1d283a;
  padding: 40px 10px;
}
@media screen and (max-width: 834px) {
  .flow-box__head {
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .flow-box__head {
    width: 100%;
    padding: 5px 10px;
  }
}
.flow-box__head__text {
  color: #ffffff;
  font-family: "Jost", sans-serif;
  text-align: center;
}
.flow-box__head__text__flow {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .flow-box__head__text__flow {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .flow-box__head__text__flow {
    display: inline-block;
    font-size: 1.3rem;
  }
}
.flow-box__head__text__num {
  display: block;
  font-size: 4.3rem;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .flow-box__head__text__num {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 599px) {
  .flow-box__head__text__num {
    display: inline-block;
    font-size: 3rem;
  }
}
.flow-box__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(99.9% - 100px);
  padding-left: 40px;
}
@media screen and (max-width: 834px) {
  .flow-box__body {
    width: calc(99.9% - 80px);
    padding-left: 35px;
  }
}
@media screen and (max-width: 599px) {
  .flow-box__body {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
}
.flow-box__body__title {
  color: #005dad;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .flow-box__body__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 834px) {
  .flow-box__body__title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .flow-box__body__title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
  }
}
.flow-box__body__contact-box {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 10px;
}
@media screen and (max-width: 834px) {
  .flow-box__body__contact-box {
    flex-direction: column;
  }
}
.flow-box__body__contact-box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  border-right: 1px solid #dbe6ea;
  padding: 20px 10px 20px 0;
}
@media screen and (max-width: 834px) {
  .flow-box__body__contact-box__head {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dbe6ea;
    padding: 10px 0 15px;
  }
}
@media screen and (max-width: 599px) {
  .flow-box__body__contact-box__head {
    padding: 5px 0 10px;
  }
}
.flow-box__body__contact-box__head__title {
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.flow-box__body__contact-box__body {
  width: calc(99.9% - 210px);
  padding: 20px 0 20px 30px;
}
@media screen and (max-width: 834px) {
  .flow-box__body__contact-box__body {
    width: 100%;
    padding: 15px 15px 10px;
  }
}
@media screen and (max-width: 599px) {
  .flow-box__body__contact-box__body {
    padding: 10px 10px 5px;
  }
}

.intro-box {
  display: flex;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .intro-box {
    flex-direction: column;
  }
}
.intro-box__img {
  width: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .intro-box__img {
    width: 45%;
  }
}
@media screen and (max-width: 834px) {
  .intro-box__img {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .intro-box__img {
    width: 100%;
  }
}
.intro-box__img img {
  width: 100%;
}
.intro-box__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 49.9%;
  padding-left: 5%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .intro-box__body {
    width: 54.9%;
  }
}
@media screen and (max-width: 834px) {
  .intro-box__body {
    width: 59.9%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .intro-box__body {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
}
.intro-box__body__catch {
  color: #005dad;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 2;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .intro-box__body__catch {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 834px) {
  .intro-box__body__catch {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .intro-box__body__catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .intro-box__body__catch {
    font-size: 1.8rem;
  }
}
.intro-box__body__catch.recruit-staff {
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.intro-box__body__catch__marker {
  background-color: #ffffff;
  padding: 2px 10px 4px;
}
.intro-box__body__text {
  margin-top: 20px;
}

.contact-wrap__title {
  position: relative;
  color: #ffffff;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.35;
  text-align: center;
  padding-top: 52px;
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .contact-wrap__title {
    font-size: 2.9rem;
    padding-top: 37px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .contact-wrap__title {
    font-size: 2.6rem;
    padding-top: 32px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 320px) {
  .contact-wrap__title {
    padding-top: 26px;
  }
}
.contact-wrap__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: calc((100% - 432px) / 2);
  width: 432px;
  height: 77px;
  background-image: url(../img/common/txt_contact.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 834px) {
  .contact-wrap__title::before {
    left: calc((100% - 345.6px) / 2);
    width: 345.6px;
    height: 61.6px;
  }
}
@media screen and (max-width: 599px) {
  .contact-wrap__title::before {
    left: calc((100% - 302.4px) / 2);
    width: 302.4px;
    height: 53.9px;
  }
}
@media screen and (max-width: 320px) {
  .contact-wrap__title::before {
    left: calc((100% - 259.2px) / 2);
    width: 259.2px;
    height: 46.2px;
  }
}
.contact-wrap__text {
  color: #ffffff;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .contact-wrap__text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .contact-wrap__text {
    margin-bottom: 25px;
  }
}
.contact-wrap__list {
  display: flex;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  gap: 0 20px;
}
@media screen and (max-width: 834px) {
  .contact-wrap__list {
    gap: 0 15px;
  }
}
@media screen and (max-width: 599px) {
  .contact-wrap__list {
    flex-direction: column;
    gap: 15px 0;
  }
}
.contact-wrap__list__item {
  width: calc((99.9% - 20px) / 2);
}
@media screen and (max-width: 834px) {
  .contact-wrap__list__item {
    width: calc((99.9% - 15px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .contact-wrap__list__item {
    width: 100%;
  }
}
.contact-wrap__box {
  text-align: center;
  background-color: #ffffff;
  padding: 35px 30px 40px;
}
@media screen and (max-width: 1024px) {
  .contact-wrap__box {
    padding: 30px 25px 35px;
  }
}
@media screen and (max-width: 834px) {
  .contact-wrap__box {
    padding: 25px 20px 30px;
  }
}
.contact-wrap__box__title {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.35;
}
@media screen and (max-width: 1024px) {
  .contact-wrap__box__title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .contact-wrap__box__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .contact-wrap__box__title {
    font-size: 1.8rem;
  }
}
.contact-wrap__box__tel__link {
  display: inline-block;
  color: #081366;
  font-size: 4.3rem;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 1;
  background-image: url(../img/common/icon_tel.webp);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 42px auto;
  padding: 0 0 0 54px;
}
@media screen and (max-width: 1024px) {
  .contact-wrap__box__tel__link {
    font-size: 4rem;
    background-size: 38px auto;
    padding: 0 0 0 49px;
  }
}
@media screen and (max-width: 834px) {
  .contact-wrap__box__tel__link {
    font-size: 3.3rem;
    background-size: 35px auto;
    padding: 1px 0 2px 46px;
  }
}
@media screen and (max-width: 599px) {
  .contact-wrap__box__tel__link {
    font-size: 3rem;
    background-size: 32px auto;
    padding: 1px 0 2px 42px;
  }
}
.contact-wrap__box__btn-box__btn {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------
pagination
----------------------------------------------------------*/
.pagination {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__list > li.now .pagination__link {
  color: #ffffff;
  background-color: #005dad;
}
.pagination__link {
  display: block;
  width: 56px;
  height: 56px;
  color: #000000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
  background-color: #dceaf4;
  border-radius: 50%;
  z-index: 0;
  margin-right: 7px;
  margin-left: 7px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .pagination__link {
    width: 45px;
    height: 45px;
    font-size: 1.6rem;
    line-height: 45px;
  }
}
@media screen and (max-width: 599px) {
  .pagination__link {
    width: 34px;
    height: 34px;
    font-size: 1.4rem;
    line-height: 34px;
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media print, screen and (min-width: 1025px) {
  .pagination__link:hover {
    color: #ffffff;
    background-color: #081366;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.pagination__prev, .pagination__next {
  display: block;
  position: relative;
  color: #000000;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .pagination__prev, .pagination__next {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .pagination__prev, .pagination__next {
    font-size: 1.4rem;
  }
}
.pagination__prev::before, .pagination__next::before {
  position: absolute;
  content: "";
  top: calc((100% - 8px) / 2);
}
@media screen and (max-width: 834px) {
  .pagination__prev::before, .pagination__next::before {
    top: calc((100% - 7px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .pagination__prev::before, .pagination__next::before {
    top: calc((100% - 6px) / 2);
  }
}
.pagination__prev {
  padding-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 834px) {
  .pagination__prev {
    padding-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 599px) {
  .pagination__prev {
    padding-left: 15px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 320px) {
  .pagination__prev {
    padding-left: 10px;
    margin-right: 5px;
  }
}
.pagination__prev::before {
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 834px) {
  .pagination__prev::before {
    width: 7px;
    height: 7px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@media screen and (max-width: 599px) {
  .pagination__prev::before {
    width: 6px;
    height: 6px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}
@media print, screen and (min-width: 1025px) {
  .pagination__prev:hover {
    transform: translateX(-3px);
  }
}
.pagination__next {
  padding-right: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 834px) {
  .pagination__next {
    padding-right: 25px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 599px) {
  .pagination__next {
    padding-right: 15px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 320px) {
  .pagination__next {
    padding-right: 10px;
    margin-left: 5px;
  }
}
.pagination__next::before {
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 834px) {
  .pagination__next::before {
    width: 7px;
    height: 7px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 599px) {
  .pagination__next::before {
    width: 6px;
    height: 6px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media print, screen and (min-width: 1025px) {
  .pagination__next:hover {
    transform: translateX(3px);
  }
}

/*iOSでのsubmit, buttonのデザインをリセットするCSS*/
button,
input[type=submit],
input[type=button],
input[type=search] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
button::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration {
  display: none;
}
button::focus,
input[type=submit]::focus,
input[type=button]::focus,
input[type=search]::focus {
  outline-offset: -2px;
}

input[type=search] {
  border: 1px solid #ddd;
}

/* Form */
input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-size: 1.5rem;
  border: none;
  border-radius: 0;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: vertical;
  padding: 18px 20px 17px;
  background-color: #f1f5f7;
  line-height: 1;
  width: 100%;
}
@media screen and (max-width: 599px) {
  input[type=text],
  input[type=email],
  input[type=tel],
  textarea,
  select {
    font-size: 1.4rem;
  }
}
input[type=text].w01,
input[type=email].w01,
input[type=tel].w01,
textarea.w01,
select.w01 {
  max-width: 45%;
}
@media screen and (max-width: 834px) {
  input[type=text].w01,
  input[type=email].w01,
  input[type=tel].w01,
  textarea.w01,
  select.w01 {
    max-width: 70%;
  }
}
@media screen and (max-width: 599px) {
  input[type=text].w01,
  input[type=email].w01,
  input[type=tel].w01,
  textarea.w01,
  select.w01 {
    max-width: 100%;
  }
}

button,
input[type=submit],
input[type=button],
input[type=radio],
input[type=checkbox],
label,
select {
  cursor: pointer;
}

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

label.radio {
  display: inline-block;
  position: relative;
  border-radius: 50%;
  font-size: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  label.radio {
    font-size: 14px;
  }
}

input[type=radio] + label.radio {
  width: 100%;
}
input[type=radio] + label.radio span {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 40px;
}
@media screen and (max-width: 834px) {
  input[type=radio] + label.radio span {
    padding: 3px 0 3px 34px;
  }
}
@media screen and (max-width: 599px) {
  input[type=radio] + label.radio span {
    padding: 2px 0 2px 28px;
  }
}
input[type=radio] + label.radio span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #f1f5f7;
  border: 2px solid #bfcbd3;
  border-radius: 50%;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 834px) {
  input[type=radio] + label.radio span::before {
    width: 26px;
    height: 26px;
  }
}
@media screen and (max-width: 599px) {
  input[type=radio] + label.radio span::before {
    width: 22px;
    height: 22px;
  }
}

input[type=radio]:checked + label.radio span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  width: 14px;
  height: 14px;
  margin: auto;
  background-color: #005dad;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  input[type=radio]:checked + label.radio span::after {
    left: 7px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 599px) {
  input[type=radio]:checked + label.radio span::after {
    left: 6px;
    width: 10px;
    height: 10px;
  }
}

/*-- checkbox ---*/
/** Form Select IE 11 */
select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

.form-tbl {
  width: 100%;
  font-size: 0;
  border-collapse: collapse;
  z-index: auto;
  box-sizing: border-box;
  border-top: 1px solid #d9e1e7;
  border-collapse: separate;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.form-tbl th,
.form-tbl td {
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .form-tbl th,
  .form-tbl td {
    display: block;
  }
}
.form-tbl__th {
  position: relative;
  width: 224px;
  color: #333333;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #d9e1e7;
  padding: 45px 0 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .form-tbl__th {
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .form-tbl__th {
    width: 100%;
    font-size: 1.4rem;
    border-bottom: none;
    padding: 35px 0 10px;
  }
}
.form-tbl__th__inr {
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 599px) {
  .form-tbl__th__inr {
    padding-left: 17px;
  }
}
.form-tbl__th__inr::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 5px solid #005dad;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .form-tbl__th__inr::before {
    top: 5px;
    width: 12px;
    height: 12px;
    border: 4px solid #005dad;
  }
}
.form-tbl__th .form-must {
  position: absolute;
  top: 49px;
  right: 0;
}
@media screen and (max-width: 599px) {
  .form-tbl__th .form-must {
    top: 38px;
  }
}
@media print, screen and (min-width: 600px) {
  .form-tbl__th--pt01 {
    padding: 30px 0 10px;
  }
}
@media print, screen and (min-width: 600px) {
  .form-tbl__th--pt01 .form-must {
    top: 35px;
  }
}
.form-tbl__td {
  border-bottom: 1px solid #d9e1e7;
  padding: 30px 0 30px 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .form-tbl__td {
    padding: 0 0 20px;
  }
}
.form-tbl__td textarea {
  height: 16em;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .form-tbl__td textarea {
    height: 14em;
  }
}
@media screen and (max-width: 599px) {
  .form-tbl__td textarea {
    height: 12em;
  }
}
.form-tbl__td :placeholder-shown {
  color: #a6b2ba;
}
.form-tbl__td { /*placeholderの色変更*/ }
.form-tbl__td ::-webkit-input-placeholder {
  color: #a6b2ba;
}
.form-tbl__td { /* Google Chrome, Safari, Opera 15+, Android, iOS */ }
.form-tbl__td :-moz-placeholder {
  color: #a6b2ba;
  opacity: 1;
}
.form-tbl__td { /* Firefox 18- */ }
.form-tbl__td ::-moz-placeholder {
  color: #a6b2ba;
  opacity: 1;
}
.form-tbl__td { /* Firefox 19+ */ }
.form-tbl__td :-ms-input-placeholder {
  color: #a6b2ba;
}
.form-tbl__td { /* IE 10+ */ }
.form-tbl__td ::-ms-expand {
  display: none;
}
.form-tbl__td__conf {
  font-size: 1.5rem;
  background-color: #f1f5f7;
  padding: 18px 20px 17px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .form-tbl__td__conf {
    font-size: 1.4rem;
  }
}

.form-must {
  display: inline-block;
  width: 44px;
  height: 20px;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  background-color: #f29a00;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .form-must {
    height: 18px;
    font-size: 1.3rem;
    line-height: 18px;
  }
}

.choice-btn-list {
  margin-top: -15px;
  margin-right: -30px;
}
@media screen and (max-width: 599px) {
  .choice-btn-list {
    margin-top: -10px;
    margin-right: 0;
  }
}
.choice-btn-list > li {
  display: inline-block;
  margin-top: 15px;
  margin-right: 40px;
}
@media screen and (max-width: 599px) {
  .choice-btn-list > li {
    display: block;
    margin-top: 10px;
    margin-right: 0;
  }
}

.form-agreement {
  text-align: center;
  line-height: 1.5;
  background-color: #eaeff2;
  padding: 45px 30px 50px;
  margin-top: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .form-agreement {
    padding: 20px 20px 25px;
    margin-top: 40px;
  }
}
.form-agreement__text {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .form-agreement__text {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
}
.form-agreement__text a {
  color: #005dad;
  text-decoration: underline;
}
.form-agreement__text a:hover {
  text-decoration: none;
}
.form-agreement input[type=checkbox] {
  display: none;
}
.form-agreement input[type=checkbox] + label {
  display: block;
  max-width: 150px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  background-color: #ffffff;
  padding: 14px 10px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .form-agreement input[type=checkbox] + label {
    font-size: 1.4rem;
  }
}
.form-agreement input[type=checkbox] + label span {
  display: inline-block;
  position: relative;
  padding: 4px 5px 4px 47px;
}
@media screen and (max-width: 599px) {
  .form-agreement input[type=checkbox] + label span {
    padding: 3px 5px 3px 40px;
  }
}
.form-agreement input[type=checkbox] + label span::before, .form-agreement input[type=checkbox] + label span::after {
  content: "";
  position: absolute;
}
.form-agreement input[type=checkbox] + label span::before {
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 3px solid #d9e1e7;
}
@media screen and (max-width: 599px) {
  .form-agreement input[type=checkbox] + label span::before {
    width: 26px;
    height: 26px;
  }
}
@media print, screen and (min-width: 1025px) {
  .form-agreement input[type=checkbox] + label:hover {
    transform: translateY(3px);
  }
}
.form-agreement input[type=checkbox]:checked + label span::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 9px;
  width: 12px;
  height: 20px;
  border-right: 5px solid #005dad;
  border-bottom: 5px solid #005dad;
  transform: rotate(35deg);
}
@media screen and (max-width: 599px) {
  .form-agreement input[type=checkbox]:checked + label span::after {
    left: 8px;
    width: 10px;
    height: 16px;
    border-right: 4px solid #005dad;
    border-bottom: 4px solid #005dad;
  }
}

.form-error-box {
  text-align: center;
  background-color: #fff4f4;
  border: 2px solid #e10000;
  padding: 25px 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .form-error-box {
    padding: 20px;
  }
}
.form-error-box__text {
  color: #e10000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .form-error-box__text {
    font-size: 1.4rem;
  }
}

.form-error-text {
  color: #e10000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 8px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .form-error-text {
    font-size: 1.4rem;
  }
}

.form-complete {
  text-align: center;
  background-color: #eaeff2;
  padding: 70px 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .form-complete {
    padding: 60px 30px;
  }
}
@media screen and (max-width: 599px) {
  .form-complete {
    padding: 50px 30px;
  }
}
.form-complete__copy {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 22px;
  margin-bottom: 29px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .form-complete__copy {
    font-size: 2.2rem;
    padding-bottom: 20px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 599px) {
  .form-complete__copy {
    font-size: 2rem;
    padding-bottom: 18px;
    margin-bottom: 25px;
  }
}
.form-complete__copy::before {
  position: absolute;
  content: "";
  left: calc((100% - 48px) / 2);
  bottom: 0;
  width: 48px;
  height: 3px;
  background-color: #005dad;
}
@media screen and (max-width: 834px) {
  .form-complete__copy::before {
    left: calc((100% - 46px) / 2);
    width: 46px;
  }
}
@media screen and (max-width: 599px) {
  .form-complete__copy::before {
    left: calc((100% - 44px) / 2);
    width: 44px;
    height: 2px;
  }
}

.btn-base {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#081366+0,005dad+100 */
  background: linear-gradient(to right, rgb(8, 19, 102) 0%, rgb(0, 93, 173) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 60px;
  padding: 20px 72px 20px 25px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 599px) {
  .btn-base {
    font-size: 1.7rem;
    padding: 20px 67px 20px 20px;
  }
}
.btn-base::before {
  position: absolute;
  content: "";
  top: calc((100% - 28px) / 2);
  right: 16px;
  width: 50px;
  height: 28px;
  background-image: url(../img/common/arw01_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 28px;
}
@media screen and (max-width: 599px) {
  .btn-base::before {
    top: calc((100% - 25px) / 2);
    width: 45px;
    height: 25px;
    background-size: 17px auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .btn-base:hover {
    transform: translateX(3px);
  }
}
.btn-base--white {
  color: #005dad;
  font-weight: bold;
  background: none;
  background-color: #ffffff;
}
.btn-base--white::before {
  background-color: none;
  z-index: 1;
}
.btn-base--white::after {
  position: absolute;
  content: "";
  top: calc((100% - 28px) / 2);
  right: 16px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to right, rgb(8, 19, 102) 0%, rgb(0, 93, 173) 100%);
  border-radius: 28px;
}
@media screen and (max-width: 599px) {
  .btn-base--white::after {
    top: calc((100% - 25px) / 2);
    width: 25px;
    height: 25px;
  }
}
.btn-base--gray {
  background: none;
  background-color: #6f6f6f;
}
.btn-base--back {
  padding: 20px 25px 20px 72px;
}
@media screen and (max-width: 599px) {
  .btn-base--back {
    padding: 20px 20px 20px 67px;
  }
}
.btn-base--back::before {
  right: auto;
  left: 16px;
  transform: rotate(180deg);
}
@media print, screen and (min-width: 1025px) {
  .btn-base--back:hover {
    transform: translateX(-3px);
  }
}
.btn-base--blank {
  padding: 20px 50px 20px 25px;
}
@media screen and (max-width: 599px) {
  .btn-base--blank {
    padding: 20px 45px 20px 20px;
  }
}
.btn-base--blank::before {
  width: 28px;
  background-image: url(../img/common/icon_blank_white.svg);
  background-size: 16px auto;
}
@media screen and (max-width: 599px) {
  .btn-base--blank::before {
    width: 25px;
    background-size: 14px auto;
  }
}
.btn-base__icon {
  background-position: left center;
  background-repeat: no-repeat;
}
.btn-base__icon.pdf {
  background-image: url(../img/common/icon_pdf.svg);
  background-size: 25px auto;
  padding: 3px 0 3px 40px;
}
@media screen and (max-width: 599px) {
  .btn-base__icon.pdf {
    background-size: 20px auto;
    padding: 1px 0 2px 32px;
  }
}
.btn-base__icon.mail {
  background-image: url(../img/common/icon_mail_white.svg);
  background-size: 27px auto;
  padding: 3px 0 3px 41px;
}
@media screen and (max-width: 599px) {
  .btn-base__icon.mail {
    background-size: 22px auto;
    padding: 1px 0 2px 36px;
  }
}

.sub-nav-wrap__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
.sub-nav-wrap__list__item {
  width: calc((100% - 6px) / 3);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .sub-nav-wrap__list__item {
    width: 100%;
  }
}
.sub-nav-wrap__list__item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #000000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  background-color: #eef3f5;
  padding: 22px 45px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .sub-nav-wrap__list__item__link {
    padding: 22px 42px;
  }
}
@media screen and (max-width: 599px) {
  .sub-nav-wrap__list__item__link {
    padding: 17px 42px;
  }
}
.sub-nav-wrap__list__item__link::before {
  position: absolute;
  content: "";
  top: calc((100% - 25px) / 2);
  right: 10px;
  width: 25px;
  height: 25px;
  background-color: #005dad;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .sub-nav-wrap__list__item__link::before {
    top: calc((100% - 22px) / 2);
    width: 22px;
    height: 22px;
  }
}
.sub-nav-wrap__list__item__link::after {
  position: absolute;
  content: "";
  top: calc((100% - 10px) / 2);
  right: 17px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .sub-nav-wrap__list__item__link::after {
    top: calc((100% - 8px) / 2);
    border-width: 4px 0 4px 6px;
  }
}
.sub-nav-wrap__list__item__link.active {
  color: #ffffff;
  background-color: #005dad !important;
}
.sub-nav-wrap__list__item__link.active::before {
  background-color: #ffffff;
}
.sub-nav-wrap__list__item__link.active::after {
  border-color: transparent transparent transparent #005dad;
}
@media print, screen and (min-width: 1025px) {
  .sub-nav-wrap__list__item__link:hover {
    background-color: #c9dff3;
  }
}
.sub-nav-wrap__list__item__link--blank::after {
  top: calc((100% - 13px) / 2) !important;
  right: 16px;
  width: 13px;
  height: 13px;
  background-image: url(../img/common/icon_blank_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: none !important;
}
@media screen and (max-width: 834px) {
  .sub-nav-wrap__list__item__link--blank::after {
    top: calc((100% - 12px) / 2) !important;
    right: 15px;
    width: 12px;
    height: 12px;
  }
}
.sub-nav-wrap__list.column4 .sub-nav-wrap__list__item {
  width: calc((100% - 9px) / 4);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .sub-nav-wrap__list.column4 .sub-nav-wrap__list__item {
    width: calc((100% - 3px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .sub-nav-wrap__list.column4 .sub-nav-wrap__list__item {
    width: 100%;
  }
}

.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.text-red {
  color: #be0000;
}

.text-light-blue {
  color: #41abde;
}

.text-bold {
  font-weight: bold;
}

.text-link {
  color: #005dad;
  text-decoration: underline;
}
@media print, screen and (min-width: 1025px) {
  .text-link:hover {
    text-decoration: none;
  }
}

.text-link02 {
  display: inline-block;
  position: relative;
  color: #005dad;
  font-weight: bold;
  line-height: 1.35;
  text-decoration: underline;
  padding-left: 26px;
}
.text-link02::before {
  position: absolute;
  content: "";
  top: calc((100% - 16px) / 2);
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #005dad;
  border-radius: 50%;
}
.text-link02::after {
  position: absolute;
  content: "";
  top: calc((100% - 6px) / 2);
  left: 6px;
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}
@media print, screen and (min-width: 1025px) {
  .text-link02:hover {
    text-decoration: none;
    transform: translateX(3px);
  }
}

.tel-link {
  color: #000000;
}
@media screen and (max-width: 1024px) {
  .tel-link {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 1025px) {
  .tel-link:hover {
    text-decoration: none;
  }
}

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

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

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

.text-catch {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.3rem;
  color: #005dad;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .text-catch {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .text-catch {
    font-size: 1.9rem;
  }
}

.ul-list > li {
  position: relative;
  line-height: 1.5;
  text-align: justify;
  padding-left: 18px;
  margin-top: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.ul-list > li:first-child {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .ul-list > li {
    padding-left: 13px;
    margin-top: 7px;
  }
}
.ul-list > li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #005dad;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .ul-list > li::before {
    width: 7px;
    height: 7px;
  }
}
.ul-list--square > li::before {
  border-radius: 0%;
}
.ul-list--ib {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
}
@media screen and (max-width: 599px) {
  .ul-list--ib {
    gap: 7px 15px;
  }
}
.ul-list--ib > li {
  margin-top: 0;
}

.info-list {
  border-top: 1px solid #d1dbe1;
}
@media screen and (max-width: 599px) {
  .info-list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.info-list > li {
  border-bottom: 1px solid #d1dbe1;
}

.flow-list__item {
  position: relative;
  margin-bottom: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .flow-list__item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .flow-list__item {
    margin-bottom: 30px;
  }
}
.flow-list__item::after {
  position: absolute;
  content: "";
  left: calc((100% - 30px) / 2);
  bottom: -32px;
  width: 30px;
  height: 14px;
  background-image: url(../img/common/arw03.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 834px) {
  .flow-list__item::after {
    left: calc((100% - 27px) / 2);
    bottom: -25px;
    width: 27px;
    height: 12.6px;
  }
}
@media screen and (max-width: 599px) {
  .flow-list__item::after {
    left: calc((100% - 24px) / 2);
    bottom: -22px;
    width: 24px;
    height: 11.2px;
  }
}
.flow-list__item:last-child {
  margin-bottom: 0;
}
.flow-list__item:last-child::after {
  display: none;
}

.faq-list__item {
  margin-top: 10px;
}
.faq-list__item:first-child {
  margin-top: 0;
}
.faq-list__item__inr {
  background-color: #ffffff;
}
.faq-list__item__q {
  position: relative;
  font-size: 2.1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.6;
  background-image: url(../img/common/icon_q.svg);
  background-position: left 50px top 33px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  padding: 29px 100px 29px 90px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .faq-list__item__q {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .faq-list__item__q {
    font-size: 1.8rem;
    background-position: left 30px top 28px;
    background-size: 25.5px auto;
    padding: 24px 77px 24px 69px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__q {
    font-size: 1.6rem;
    background-position: left 20px top 23px;
    background-size: 22.5px auto;
    padding: 19px 59px 19px 54px;
  }
}
.faq-list__item__q::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 50px;
  width: 30px;
  height: 2px;
  background-color: #5b7a94;
  margin: auto 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .faq-list__item__q::before {
    right: 30px;
    width: 27px;
    height: 1.8px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__q::before {
    right: 20px;
    width: 24px;
    height: 1.6px;
  }
}
.faq-list__item__q::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 50px;
  width: 30px;
  height: 2px;
  background-color: #5b7a94;
  margin: auto 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 834px) {
  .faq-list__item__q::after {
    right: 30px;
    width: 27px;
    height: 1.8px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__q::after {
    right: 20px;
    width: 24px;
    height: 1.6px;
  }
}
.faq-list__item__q.close::after {
  transform: rotate(90deg);
}
@media print, screen and (min-width: 1025px) {
  .faq-list__item__q.close:hover {
    background-color: #e0edf3;
  }
}
.faq-list__item .acc-box {
  position: relative;
}
.faq-list__item .acc-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50px;
  width: calc(100% - 100px);
  height: 1px;
  background-color: #e1e9ed;
}
@media screen and (max-width: 834px) {
  .faq-list__item .acc-box::before {
    left: 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item .acc-box::before {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.faq-list__item .acc-box__inr {
  background-image: url(../img/common/icon_a.svg);
  background-position: left 50px top 39px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  padding: 40px 50px 45px 90px;
}
@media screen and (max-width: 834px) {
  .faq-list__item .acc-box__inr {
    background-position: left 30px top 33px;
    background-size: 25.5px auto;
    padding: 30px 30px 35px 69px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item .acc-box__inr {
    background-position: left 20px top 23px;
    background-size: 22.5px auto;
    padding: 20px 20px 25px 54px;
  }
}

.table01 {
  width: 100%;
  border: 1px solid #d1dbe1;
  border-collapse: collapse;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.table01 th {
  color: #005dad;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.35;
  vertical-align: middle;
  background-color: #f1f5f7;
  border: 1px solid #d1dbe1;
  padding: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .table01 th {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .table01 th {
    padding: 15px;
  }
}
.table01 td {
  line-height: 1.8;
  text-align: justify;
  border: 1px solid #d1dbe1;
  padding: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .table01 td {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .table01 td {
    padding: 15px;
  }
}

@media screen and (max-width: 834px) {
  .tbl-sp-scroll {
    overflow-x: auto;
  }
  .tbl-sp-scroll table {
    width: 900px;
  }
}

/*--------------------------------------------------------
top
----------------------------------------------------------*/
body {
  position: relative;
}

.top-main {
  padding: 0 3% 0 8%;
  width: 100%;
  max-height: 100vh;
  aspect-ratio: 10/5;
  background-image: url(../img/top/main_bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-main {
    padding: 0 1% 0 5%;
    aspect-ratio: 10/6;
  }
}
@media screen and (max-width: 599px) {
  .top-main {
    padding: 0 0 0 20px;
    aspect-ratio: 10/7;
  }
}
.top-main__copy {
  width: 46%;
}
@media screen and (max-width: 599px) {
  .top-main__copy {
    margin-top: 4%;
  }
}
.top-main__copy__en {
  width: 100%;
  line-height: 0.1;
}
.top-main__copy__jp {
  margin: 7% 0;
  width: 55%;
  line-height: 0.1;
}
@media screen and (max-width: 1024px) {
  .top-main__copy__jp {
    width: 65%;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy__jp {
    width: 96%;
  }
}
.top-main__copy__sub {
  width: 60%;
  line-height: 0.1;
}
@media screen and (max-width: 1024px) {
  .top-main__copy__sub {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy__sub {
    width: 96%;
  }
}
.top-main__logo {
  width: 49%;
  position: relative;
  z-index: 9;
  opacity: 0;
  animation: logo-movie01 1s linear 0.75s 1 forwards;
}
@keyframes logo-movie01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__logo {
    width: 54%;
  }
}
.top-main__intro {
  padding: 0 3% 0 8%;
  width: 100%;
  max-height: 100vh;
  aspect-ratio: 10/5;
  background-image: url(../img/top/main_bg02.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  animation: intro-movie 1.5s linear 4s 1 forwards;
}
@keyframes intro-movie {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__intro {
    padding: 0 1% 0 5%;
    aspect-ratio: 10/6;
  }
}
@media screen and (max-width: 599px) {
  .top-main__intro {
    padding: 0 0 0 20px;
    aspect-ratio: 10/7;
  }
}
.top-main__intro__logo {
  width: 38%;
  opacity: 0;
  animation: logo-movie 1s linear 0.75s 1 forwards;
}
@keyframes logo-movie {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 599px) {
  .top-main__intro__logo {
    margin-top: 4%;
    width: 43%;
  }
}

.top-about-wrapper {
  background-image: url(../img/top/about_bg.webp);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 50px 340px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-about-wrapper {
    padding: 130px 30px 300px;
  }
}
@media screen and (max-width: 834px) {
  .top-about-wrapper {
    padding: 110px 30px 280px;
  }
}
@media screen and (max-width: 599px) {
  .top-about-wrapper {
    padding: 90px 20px 250px;
  }
}

.top-about-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top-about-box {
    flex-direction: column;
  }
}
.top-about-box__head {
  width: 400px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .top-about-box__head {
    width: 340px;
  }
}
@media screen and (max-width: 834px) {
  .top-about-box__head {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-about-box__head {
    margin-bottom: 30px;
  }
}
.top-about-box__head__title {
  color: #ffffff;
  font-size: 11rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .top-about-box__head__title {
    font-size: 9rem;
  }
}
@media screen and (max-width: 834px) {
  .top-about-box__head__title {
    font-size: 6.5rem;
    font-weight: 500;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .top-about-box__head__title {
    font-size: 5.5rem;
  }
}
.top-about-box__head__title::first-letter {
  color: #f29a00;
}
.top-about-box__body {
  width: calc(99.9% - 400px);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .top-about-box__body {
    width: calc(99.9% - 340px);
  }
}
@media screen and (max-width: 834px) {
  .top-about-box__body {
    width: 100%;
  }
}
.top-about-box__body__text {
  color: #ffffff;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-feature-settings: "palt";
  line-height: 2.25;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .top-about-box__body__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .top-about-box__body__text {
    font-size: 1.6rem;
  }
}

.bg-business-news {
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,ffffff+50,e5ebf2+85,e5ebf2+100&0+40,1+50,1+100 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgb(255, 255, 255) 50%, rgb(229, 235, 242) 85%, rgb(229, 235, 242) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  margin-top: -170px;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.bg-business-news__bg {
  display: block;
  position: absolute;
  content: "";
  top: 330px;
  left: 0;
  width: 100%;
  height: 1100px;
  background-color: #0f357e;
  clip-path: polygon(0% 40%, 100% 0%, 100% 60%, 0% 100%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .bg-business-news__bg {
    top: 280px;
    height: 1300px;
    clip-path: polygon(0% 30%, 100% 0%, 100% 70%, 0% 100%);
  }
}
@media screen and (max-width: 834px) {
  .bg-business-news__bg {
    top: 230px;
    height: 1100px;
    clip-path: polygon(0% 20%, 100% 0%, 100% 80%, 0% 100%);
  }
}
@media screen and (max-width: 599px) {
  .bg-business-news__bg {
    top: 200px;
    height: 1150px;
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
  }
}
@media screen and (max-width: 320px) {
  .bg-business-news__bg {
    top: 230px;
    height: 1000px;
  }
}

.top-business-wrapper {
  position: relative;
  padding: 130px 50px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-business-wrapper {
    padding: 130px 30px 0;
  }
}
@media screen and (max-width: 834px) {
  .top-business-wrapper {
    padding: 110px 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-business-wrapper {
    padding: 90px 20px 0;
  }
}
.top-business-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: calc((100% - 1640px) / 2);
  width: calc(100% - (100% - 1640px) / 2);
  height: 170px;
  background-color: #ffffff;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1700px) {
  .top-business-wrapper::before {
    left: 50px;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 1024px) {
  .top-business-wrapper::before {
    left: 30px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 599px) {
  .top-business-wrapper::before {
    left: 20px;
    width: calc(100% - 20px);
  }
}
.top-business-wrapper__title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  margin-bottom: 75px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top-business-wrapper__title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-business-wrapper__title {
    margin-bottom: 40px;
  }
}
.top-business-wrapper__title__en {
  font-size: 10rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-business-wrapper__title__en {
    font-size: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .top-business-wrapper__title__en {
    font-size: 6rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 599px) {
  .top-business-wrapper__title__en {
    font-size: 5rem;
  }
}
.top-business-wrapper__title__jp {
  color: #005dad;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-business-wrapper__title__jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .top-business-wrapper__title__jp {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-business-wrapper__title__jp {
    font-size: 1.5rem;
  }
}
.top-business-wrapper__list {
  display: flex;
  flex-direction: column;
  gap: 95px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .top-business-wrapper__list {
    gap: 70px 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-business-wrapper__list {
    gap: 50px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-business-wrapper__list {
    gap: 40px 0;
  }
}
@media screen and (max-width: 320px) {
  .top-business-wrapper__list {
    gap: 20px 0;
  }
}
.top-business-wrapper__list__item {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-business-wrapper__list__item:nth-child(even) .top-business-box {
  justify-content: flex-end;
}
.top-business-wrapper__list__item:nth-child(even) .top-business-box::before {
  left: 0;
  right: auto !important;
}
@media screen and (max-width: 1024px) {
  .top-business-wrapper__list__item:nth-child(even) .top-business-box::before {
    left: -30px;
  }
}
@media screen and (max-width: 599px) {
  .top-business-wrapper__list__item:nth-child(even) .top-business-box::before {
    left: -20px;
  }
}
.top-business-wrapper__list__item:nth-child(even) .top-business-box__link {
  margin-left: 0 !important;
  margin-right: 140px;
}
@media print, screen and (max-width: 1600px) {
  .top-business-wrapper__list__item:nth-child(even) .top-business-box__link {
    margin-right: 90px;
  }
}
@media print, screen and (max-width: 1400px) {
  .top-business-wrapper__list__item:nth-child(even) .top-business-box__link {
    margin-right: 40px;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-business-wrapper__list__item:nth-child(even) .top-business-box__link {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-business-wrapper__list__item:nth-child(even) .top-business-box__link {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-business-wrapper__list__item:nth-child(even) .top-business-box__link {
    margin-right: -20px;
  }
}

.top-business-box {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 470px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .top-business-box {
    min-height: auto;
    padding-top: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .top-business-box {
    padding-top: 320px;
  }
}
@media screen and (max-width: 834px) {
  .top-business-box {
    padding-top: 240px;
  }
}
@media screen and (max-width: 320px) {
  .top-business-box {
    padding-top: 200px;
  }
}
.top-business-box::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: calc(100% - 350px);
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .top-business-box::before {
    width: calc(100% - 250px);
  }
}
@media print, screen and (max-width: 1400px) {
  .top-business-box::before {
    width: calc(100% - 150px);
    height: 470px;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-business-box::before {
    width: calc(100% - 50px);
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-business-box::before {
    right: -30px;
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 834px) {
  .top-business-box::before {
    height: 320px;
  }
}
@media screen and (max-width: 599px) {
  .top-business-box::before {
    right: -20px;
    width: calc(100% + 40px);
    height: 280px;
  }
}
@media screen and (max-width: 320px) {
  .top-business-box::before {
    height: 240px;
  }
}
.top-business-box__link {
  position: relative;
  display: block;
  max-width: 600px;
  background-color: #ffffff;
  padding: 60px;
  margin-left: 140px;
  box-shadow: 0px 0px 28px 6px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 1600px) {
  .top-business-box__link {
    margin-left: 90px;
  }
}
@media print, screen and (max-width: 1400px) {
  .top-business-box__link {
    margin-left: 40px;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-business-box__link {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-business-box__link {
    padding: 40px;
    margin-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .top-business-box__link {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .top-business-box__link {
    width: 100%;
    padding: 30px;
    margin-left: -20px;
  }
}
@media screen and (max-width: 320px) {
  .top-business-box__link {
    width: calc(100% + 20px);
    padding: 20px;
  }
}
.top-business-box__link__num {
  color: #f29a00;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .top-business-box__link__num {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .top-business-box__link__num {
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 599px) {
  .top-business-box__link__num {
    font-size: 1.3rem;
  }
}
.top-business-box__link__title {
  color: #000000;
  font-size: 3.1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.35;
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .top-business-box__link__title {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 834px) {
  .top-business-box__link__title {
    font-size: 2.7rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-business-box__link__title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.top-business-box__link__text {
  color: #000000;
  line-height: 1.85;
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .top-business-box__link__text {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-business-box__link__text {
    margin-bottom: 25px;
  }
}
.top-business-box__link__text-box {
  text-align: right;
}
.top-business-box__link__text-box__text {
  position: relative;
  display: inline-block;
  color: #1667b1;
  font-size: 1.7rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1;
  background-image: url(../img/common/arw01.svg);
  background-position: right top 3px;
  background-repeat: no-repeat;
  background-size: 19px auto;
  padding: 0 47px 10px 0;
}
@media screen and (max-width: 599px) {
  .top-business-box__link__text-box__text {
    font-size: 1.4rem;
  }
}
.top-business-box__link__text-box__text::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #005dad;
}
@media print, screen and (min-width: 1025px) {
  .top-business-box__link:hover {
    background-color: #D7E7EE;
    transform: translateX(3px);
    box-shadow: none;
  }
}
@media print, screen and (min-width: 1025px) {
  .top-business-box__link.no-link:hover {
    background-color: #fff;
    transform: translateX(0px);
  }
}
.top-business-box--business01::before {
  background-image: url(../img/top/img_business01.webp);
}
.top-business-box--business02::before {
  background-image: url(../img/top/img_business02.webp);
}
.top-business-box--business03::before {
  background-image: url(../img/top/img_business03.webp);
}

.top-news-wrapper {
  padding: 125px 50px 130px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-news-wrapper {
    padding: 110px 30px 115px;
  }
}
@media screen and (max-width: 599px) {
  .top-news-wrapper {
    padding: 95px 20px 100px;
  }
}

.top-news-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top-news-box {
    flex-direction: column;
  }
}
.top-news-box__head {
  width: 440px;
  padding-top: 95px;
  padding-bottom: 114px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .top-news-box__head {
    width: 380px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news-box__head {
    width: 320px;
    padding-bottom: 139px;
  }
}
@media screen and (max-width: 834px) {
  .top-news-box__head {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.top-news-box__head__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 10px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top-news-box__head__title {
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-news-box__head__title {
    margin-bottom: 40px;
  }
}
.top-news-box__head__title__en {
  font-size: 10rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-news-box__head__title__en {
    font-size: 8rem;
  }
}
@media screen and (max-width: 834px) {
  .top-news-box__head__title__en {
    font-size: 6rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 599px) {
  .top-news-box__head__title__en {
    font-size: 5rem;
  }
}
.top-news-box__head__title__jp {
  position: relative;
  color: #005dad;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 23px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-news-box__head__title__jp {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .top-news-box__head__title__jp {
    font-size: 1.7rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-news-box__head__title__jp {
    font-size: 1.5rem;
  }
}
.top-news-box__head__title__jp::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 7px;
  width: 9px;
  height: 9px;
  background-color: #1666a1;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top-news-box__head__title__jp::before {
    display: none;
  }
}
.top-news-box__body {
  width: calc(99.9% - 440px);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1200px) {
  .top-news-box__body {
    width: calc(99.9% - 380px);
  }
}
@media screen and (max-width: 1024px) {
  .top-news-box__body {
    width: calc(99.9% - 320px);
  }
}
@media screen and (max-width: 834px) {
  .top-news-box__body {
    width: 100%;
  }
}
@media print, screen and (min-width: 835px) {
  .top-news-box__btn-box {
    position: absolute;
    top: 280px;
    left: 0;
    width: 100%;
    max-width: 260px;
  }
}
@media screen and (max-width: 834px) {
  .top-news-box__btn-box {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-news-box__btn-box {
    margin-top: 40px;
  }
}
.top-news-box__btn-box__btn {
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 834px) {
  .top-news-box__btn-box__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.top-bnr-wrapper {
  padding: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-bnr-wrapper__btn-box {
  margin-bottom: 10px;
}
.top-bnr-wrapper__btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-bnr-wrapper__btn-list__item {
  width: calc((99.9% - 10px) / 2);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .top-bnr-wrapper__btn-list__item {
    width: 100%;
  }
}

.top-bnr-box {
  position: relative;
  display: block;
  padding: 268px 50px 50px;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1400px) {
  .top-bnr-box {
    padding: 218px 50px 50px;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-bnr-box {
    padding: 168px 40px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-bnr-box {
    padding: 168px 30px 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-bnr-box {
    padding: 168px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-bnr-box {
    padding: 98px 20px 20px;
  }
}
@media screen and (max-width: 320px) {
  .top-bnr-box {
    padding: 38px 20px 20px;
  }
}
.top-bnr-box::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.top-bnr-box::after {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background-image: url(../img/common/arw01_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px auto;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-bnr-box::after {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    background-size: 15px auto;
  }
}
@media screen and (max-width: 599px) {
  .top-bnr-box::after {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background-size: 13px auto;
    border: 1px solid #ffffff;
  }
}
.top-bnr-box__body {
  position: relative;
  color: #ffffff;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.top-bnr-box__body__en {
  position: relative;
  font-size: 1.7rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
  padding-left: 17px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-bnr-box__body__en {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-bnr-box__body__en {
    font-size: 1.5rem;
  }
}
.top-bnr-box__body__en::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #f29a00;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-bnr-box__body__en::before {
    top: 2px;
  }
}
.top-bnr-box__body__title {
  font-size: 4.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-bnr-box__body__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .top-bnr-box__body__title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-bnr-box__body__title {
    font-size: 2.2rem;
  }
}
.top-bnr-box__body__text {
  font-size: 1.6rem;
  line-height: 1.85;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-bnr-box__body__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 599px) {
  .top-bnr-box__body__text {
    font-size: 1.4rem;
  }
}
.top-bnr-box--bnr01::before {
  background-image: url(../img/top/img_bnr01.webp);
}
.top-bnr-box--bnr02::before {
  background-image: url(../img/top/img_bnr02.webp);
}
.top-bnr-box--bnr03::before {
  background-image: url(../img/top/img_bnr03.webp);
}
@media print, screen and (min-width: 1025px) {
  .top-bnr-box:hover::before {
    transform: scale(1.1);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

.top-contact-wrapper {
  position: relative;
  background-image: url(../img/common/bg_contact.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 50px 130px;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-contact-wrapper {
    padding: 95px 30px 115px;
  }
}
@media screen and (max-width: 599px) {
  .top-contact-wrapper {
    padding: 80px 20px 100px;
  }
}
.top-contact-wrapper::before, .top-contact-wrapper::after {
  position: absolute;
  content: "";
  width: 567px;
  height: 347px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .top-contact-wrapper::before, .top-contact-wrapper::after {
    width: 453.6px;
    height: 277.6px;
  }
}
@media screen and (max-width: 834px) {
  .top-contact-wrapper::before, .top-contact-wrapper::after {
    width: 340.2px;
    height: 208.2px;
  }
}
@media screen and (max-width: 599px) {
  .top-contact-wrapper::before, .top-contact-wrapper::after {
    width: 226.8px;
    height: 138.8px;
  }
}
@media screen and (max-width: 320px) {
  .top-contact-wrapper::before, .top-contact-wrapper::after {
    width: 170.1px;
    height: 104.1px;
  }
}
.top-contact-wrapper::before {
  top: 0;
  left: 0;
  background-image: url(../img/common/bg_contact01.webp);
}
.top-contact-wrapper::after {
  right: 0;
  bottom: 0;
  background-image: url(../img/common/bg_contact02.webp);
}
.top-contact-wrapper__kitakyuman {
  position: absolute;
  right: 2%;
  bottom: -55.3%;
  width: 316px;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .top-contact-wrapper__kitakyuman {
    bottom: -45.9%;
    width: 284.4px;
  }
}
@media print, screen and (max-width: 1500px) {
  .top-contact-wrapper__kitakyuman {
    bottom: -41.6%;
    width: 268.6px;
  }
}
@media print, screen and (max-width: 1400px) {
  .top-contact-wrapper__kitakyuman {
    bottom: -38.4%;
    width: 252.8px;
  }
}
@media print, screen and (max-width: 1300px) {
  .top-contact-wrapper__kitakyuman {
    bottom: -35%;
    width: 237px;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-contact-wrapper__kitakyuman {
    right: 1%;
    bottom: -24.3%;
    width: 189.6px;
  }
}
@media print, screen and (max-width: 1100px) {
  .top-contact-wrapper__kitakyuman {
    bottom: -24.3%;
    width: 158px;
  }
}
@media screen and (max-width: 1024px) {
  .top-contact-wrapper__kitakyuman {
    bottom: -27%;
    width: 126.4px;
  }
}
@media screen and (max-width: 834px) {
  .top-contact-wrapper__kitakyuman {
    right: auto;
    left: 2%;
    bottom: -24%;
    width: 110.6px;
  }
}
@media screen and (max-width: 599px) {
  .top-contact-wrapper__kitakyuman {
    left: 3%;
    bottom: -18%;
    width: 94.8px;
  }
}
@media screen and (max-width: 320px) {
  .top-contact-wrapper__kitakyuman {
    left: 2%;
  }
}
.top-contact-wrapper__kitakyuman img {
  width: 100%;
}

#floating-bnr {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 50;
}

.floating-bnr-box__btn {
  display: block;
  color: #ececfd;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.15;
  background-image: url(../img/common/icon_blank_white.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-color: #f29a00;
  padding: 23px 60px 23px 30px;
}
@media screen and (max-width: 1024px) {
  .floating-bnr-box__btn {
    font-size: 1.9rem;
    background-position: right 18px center;
    background-size: 22px auto;
    padding: 21px 55px 21px 25px;
  }
}
@media screen and (max-width: 834px) {
  .floating-bnr-box__btn {
    font-size: 1.7rem;
    background-position: right 15px center;
    background-size: 20px auto;
    padding: 18px 48px 18px 25px;
  }
}
@media screen and (max-width: 599px) {
  .floating-bnr-box__btn {
    font-size: 1.5rem;
    text-align: center;
    background-position: right 10px center;
    background-size: 16px auto;
    padding: 13px 35px 13px 20px;
  }
}
.floating-bnr-box__btn__fc {
  color: #f7ff9b;
}
@media print, screen and (min-width: 1025px) {
  .floating-bnr-box__btn:hover {
    background-color: #f2b100;
  }
}

/*--------------------------------------------------------
お知らせ
----------------------------------------------------------*/
.info-detail-box {
  position: relative;
  border-top: 1px solid #d9e1e7;
  padding-top: 27px;
  margin-bottom: 40px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .info-detail-box {
    padding-top: 22px;
    margin-bottom: 35px;
  }
}
.info-detail-box::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 150px;
  height: 3px;
  background-color: #005dad;
}
@media screen and (max-width: 834px) {
  .info-detail-box::before {
    width: 20%;
  }
}
@media screen and (max-width: 599px) {
  .info-detail-box::before {
    width: 25%;
  }
}
.info-detail-box__parts {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.info-detail-box__parts__date {
  color: #005dad;
  font-size: 1.7rem;
  font-family: "Jost", sans-serif;
  font-weight: 800;
  line-height: 1.3;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .info-detail-box__parts__date {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .info-detail-box__parts__date {
    font-size: 1.5rem;
  }
}
.info-detail-box__parts .entry-new {
  margin-left: 1.25em;
}
.info-detail-box__title {
  font-size: 3.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .info-detail-box__title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 599px) {
  .info-detail-box__title {
    font-size: 2.1rem;
  }
}

.info-btn-box {
  margin-top: 60px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .info-btn-box {
    margin-top: 50px;
  }
}
.info-btn-box__btn {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------
事業紹介
----------------------------------------------------------*/
/* index */
.business-wrapper {
  margin-bottom: 130px;
}
@media screen and (max-width: 1024px) {
  .business-wrapper {
    margin-bottom: 105px;
  }
}
@media screen and (max-width: 834px) {
  .business-wrapper {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 599px) {
  .business-wrapper {
    margin-bottom: 70px;
  }
}
.business-wrapper__intro {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .business-wrapper__intro {
    flex-direction: column;
  }
}
.business-wrapper__intro__img {
  width: 36.4%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .business-wrapper__intro__img {
    width: 42.4%;
  }
}
@media screen and (max-width: 599px) {
  .business-wrapper__intro__img {
    width: 100%;
  }
}
.business-wrapper__intro__img img {
  width: 100%;
}
.business-wrapper__intro__body {
  width: 63.5%;
  padding-right: 5%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .business-wrapper__intro__body {
    width: 57.5%;
  }
}
@media screen and (max-width: 599px) {
  .business-wrapper__intro__body {
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
  }
}
.business-wrapper__intro__body__catch {
  color: #005dad;
  font-size: 3rem;
  line-height: 1.6;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  margin-bottom: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .business-wrapper__intro__body__catch {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .business-wrapper__intro__body__catch {
    font-size: 2.3rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .business-wrapper__intro__body__catch {
    font-size: 2rem;
  }
}
.business-wrapper__intro__body__text {
  text-align: justify;
}

.business-details-wrapper {
  background-color: #eef3f5;
  padding-bottom: 130px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .business-details-wrapper {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 599px) {
  .business-details-wrapper {
    padding-bottom: 70px;
  }
}
.business-details-wrapper__title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 1;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 60px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .business-details-wrapper__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .business-details-wrapper__title {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.business-details-wrapper__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: calc((100% - 84px) / 2);
  width: 84px;
  height: 3px;
  background-color: #005dad;
}
@media screen and (max-width: 1024px) {
  .business-details-wrapper__title::before {
    left: calc((100% - 82px) / 2);
    width: 82px;
  }
}
@media screen and (max-width: 834px) {
  .business-details-wrapper__title::before {
    left: calc((100% - 80px) / 2);
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .business-details-wrapper__title::before {
    left: calc((100% - 64px) / 2);
    width: 64px;
  }
}
.business-details-wrapper__title__jp {
  font-size: 4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  letter-spacing: 0.075em;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .business-details-wrapper__title__jp {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 834px) {
  .business-details-wrapper__title__jp {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 599px) {
  .business-details-wrapper__title__jp {
    font-size: 2.8rem;
  }
}
.business-details-wrapper__title__en {
  color: #005dad;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-top: 17px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .business-details-wrapper__title__en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .business-details-wrapper__title__en {
    font-size: 1.4rem;
    margin-top: 14px;
  }
}
@media screen and (max-width: 599px) {
  .business-details-wrapper__title__en {
    font-size: 1.2rem;
    margin-top: 12px;
  }
}
.business-details-wrapper__list {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .business-details-wrapper__list {
    gap: 70px 0;
  }
}
@media screen and (max-width: 599px) {
  .business-details-wrapper__list {
    gap: 60px 0;
  }
}
.business-details-wrapper__list__item {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.business-details-wrapper__list__item:nth-child(even) .business-details-box {
  flex-direction: row-reverse;
  margin-left: 0 !important;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .business-details-wrapper__list__item:nth-child(even) .business-details-box {
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .business-details-wrapper__list__item:nth-child(even) .business-details-box {
    margin-right: -20px;
  }
}
.business-details-wrapper__list__item:nth-child(even) .business-details-box .business-details-box__body {
  padding: 50px 80px 70px 130px;
}
@media print, screen and (max-width: 1600px) {
  .business-details-wrapper__list__item:nth-child(even) .business-details-box .business-details-box__body {
    padding: 50px 70px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .business-details-wrapper__list__item:nth-child(even) .business-details-box .business-details-box__body {
    padding: 30px 50px 40px;
  }
}
@media screen and (max-width: 834px) {
  .business-details-wrapper__list__item:nth-child(even) .business-details-box .business-details-box__body {
    padding: 30px 60px 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .business-details-wrapper__list__item:nth-child(even) .business-details-box .business-details-box__body {
    padding: 20px 40px 0 20px;
  }
}

.business-details-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .business-details-box {
    margin-left: -30px;
  }
}
@media screen and (max-width: 599px) {
  .business-details-box {
    margin-left: -20px;
  }
}
.business-details-box__img {
  position: relative;
  overflow: hidden;
  width: calc(99.9% - 800px);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .business-details-box__img {
    width: 51.5%;
  }
}
@media screen and (max-width: 1024px) {
  .business-details-box__img {
    width: calc(99.9% - 480px);
  }
}
@media screen and (max-width: 834px) {
  .business-details-box__img {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 599px) {
  .business-details-box__img {
    width: calc(100% - 20px);
  }
}
.business-details-box__img::before {
  display: block;
  content: "";
  aspect-ratio: 90/41;
}
.business-details-box__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.business-details-box__body {
  width: 800px;
  padding: 50px 130px 70px 80px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .business-details-box__body {
    width: 48.4%;
    padding: 50px 70px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .business-details-box__body {
    width: 480px;
    padding: 30px 50px 40px;
  }
}
@media screen and (max-width: 834px) {
  .business-details-box__body {
    width: 100%;
    padding: 30px 30px 0 60px;
  }
}
@media screen and (max-width: 599px) {
  .business-details-box__body {
    padding: 20px 20px 0 40px;
  }
}
.business-details-box__body__title {
  position: relative;
  padding-top: 50px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .business-details-box__body__title {
    padding-top: 8.4%;
  }
}
@media screen and (max-width: 1024px) {
  .business-details-box__body__title {
    padding-top: 32px;
  }
}
@media screen and (max-width: 834px) {
  .business-details-box__body__title {
    padding-top: 35px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .business-details-box__body__title {
    padding-top: 26px;
    margin-bottom: 10px;
  }
}
.business-details-box__body__title__jp {
  position: relative;
  font-size: 3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.3;
  z-index: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .business-details-box__body__title__jp {
    font-size: clamp(2.6rem, 2.5vw, 3rem);
  }
}
@media screen and (max-width: 1024px) {
  .business-details-box__body__title__jp {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 599px) {
  .business-details-box__body__title__jp {
    font-size: 2.1rem;
  }
}
.business-details-box__body__title__en {
  position: absolute;
  top: 0;
  left: -6px;
  color: #ffffff;
  font-size: 8.7rem;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  line-height: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media print, screen and (max-width: 1600px) {
  .business-details-box__body__title__en {
    left: -4px;
    font-size: clamp(5rem, 4.8vw, 8.7rem);
  }
}
@media screen and (max-width: 1024px) {
  .business-details-box__body__title__en {
    left: -3px;
    font-size: 5.7rem;
  }
}
@media screen and (max-width: 834px) {
  .business-details-box__body__title__en {
    left: -4px;
    font-size: 6.09rem;
  }
}
@media screen and (max-width: 599px) {
  .business-details-box__body__title__en {
    left: -2px;
    font-size: 4.35rem;
  }
}
.business-details-box__body__btn-box {
  margin-top: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .business-details-box__body__btn-box {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .business-details-box__body__btn-box {
    margin-top: 20px;
  }
}
.business-details-box__body__btn-box__btn {
  max-width: 260px;
}
@media screen and (max-width: 599px) {
  .business-details-box__body__btn-box__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* 人材派遣・エンジニア派遣 */
.business-common-intro-wrapper {
  position: relative;
  padding: 100px 50px 70px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .business-common-intro-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-intro-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .business-common-intro-wrapper {
    padding: 100px 30px 60px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-intro-wrapper {
    padding: 100px 20px 50px;
  }
}
.business-common-intro-wrapper::before {
  position: absolute;
  content: "";
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #eef3f5;
}
.business-common-intro-wrapper__hl07 {
  margin-top: -22px;
}
@media screen and (max-width: 1024px) {
  .business-common-intro-wrapper__hl07 {
    margin-top: -20px;
  }
}
@media screen and (max-width: 834px) {
  .business-common-intro-wrapper__hl07 {
    margin-top: -17px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-intro-wrapper__hl07 {
    margin-top: -22px;
  }
}

.business-common-feature-wrapper {
  padding: 90px 0 110px;
}
@media screen and (max-width: 1024px) {
  .business-common-feature-wrapper {
    padding: 80px 0 95px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-feature-wrapper {
    padding: 70px 0 80px;
  }
}
.business-common-feature-wrapper__read {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .business-common-feature-wrapper__read {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-feature-wrapper__read {
    margin-bottom: 30px;
  }
}
.business-common-feature-wrapper__list {
  /*--display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  @include fadeover();

  @include mq(tb){
      gap: 30px 0;
  }
  @include mq(tb834){
      gap: 10px 0;
  }--*/
}
.business-common-feature-wrapper__list > li {
  position: relative;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .business-common-feature-wrapper__list > li {
    width: 100%;
  }
}
.business-common-feature-wrapper__list > li::before {
  position: absolute;
  content: "";
  top: 25px;
  left: 25px;
  width: 48px;
  height: 48px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .business-common-feature-wrapper__list > li::before {
    top: 20px;
    left: 20px;
    width: 43.2px;
    height: 43.2px;
  }
}
@media screen and (max-width: 834px) {
  .business-common-feature-wrapper__list > li::before {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-feature-wrapper__list > li::before {
    top: 15px;
    left: 15px;
    width: 28.8px;
    height: 28.8px;
  }
}
.business-common-feature-wrapper__list > li:nth-child(even) .business-common-feature-box {
  background-color: #e3ecf0;
}
.business-common-feature-wrapper__list > li:nth-child(1)::before {
  background-image: url(../img/business/num01.webp);
}
.business-common-feature-wrapper__list > li:nth-child(2)::before {
  width: 50px;
  background-image: url(../img/business/num02.webp);
}
@media screen and (max-width: 1024px) {
  .business-common-feature-wrapper__list > li:nth-child(2)::before {
    width: 45px;
  }
}
@media screen and (max-width: 834px) {
  .business-common-feature-wrapper__list > li:nth-child(2)::before {
    width: 50px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-feature-wrapper__list > li:nth-child(2)::before {
    width: 30px;
  }
}
.business-common-feature-wrapper__list > li:nth-child(3)::before {
  background-image: url(../img/business/num03.webp);
}
.business-common-feature-wrapper__movie {
  margin-top: 60px;
  padding: 50px;
  background-color: #eef3f5;
}
@media screen and (max-width: 1024px) {
  .business-common-feature-wrapper__movie {
    padding: 40px;
  }
}
@media screen and (max-width: 834px) {
  .business-common-feature-wrapper__movie {
    margin-top: 45px;
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-feature-wrapper__movie {
    margin-top: 35px;
    padding: 20px;
  }
}
.business-common-feature-wrapper__movie__inr {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.business-common-feature-wrapper__movie__inr iframe {
  width: 100%;
  height: 100%;
}
.business-common-feature-wrapper__movie__inr.no-movie {
  display: grid;
  place-content: center;
  font-size: 2rem;
  color: #fff;
  background-color: #6a6a6a;
}

.business-common-img-box {
  display: flex;
  flex-direction: row-reverse;
  background-color: #005dad;
  margin-top: 60px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .business-common-img-box {
    flex-wrap: wrap;
  }
}
.business-common-img-box__img {
  position: relative;
  width: 50%;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .business-common-img-box__img {
    width: 100%;
  }
}
.business-common-img-box__img::before {
  display: block;
  content: "";
  aspect-ratio: 137/88;
}
.business-common-img-box__img::after {
  position: absolute;
  content: "";
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  background-image: url(../img/business/box-decoration.webp);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 599px) {
  .business-common-img-box__img::after {
    display: none;
  }
}
.business-common-img-box__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.business-common-img-box__body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 49.9%;
  color: #ffffff;
  padding: 60px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .business-common-img-box__body {
    padding: 50px 30px 50px 50px;
  }
}
@media screen and (max-width: 834px) {
  .business-common-img-box__body {
    padding: 40px 20px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-img-box__body {
    width: 100%;
    padding: 20px 30px 30px;
  }
}
@media screen and (max-width: 320px) {
  .business-common-img-box__body {
    padding: 20px;
  }
}
.business-common-img-box__body__title {
  position: relative;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #4388c3;
  padding-bottom: 25px;
  margin-bottom: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .business-common-img-box__body__title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .business-common-img-box__body__title {
    font-size: 2.3rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-img-box__body__title {
    font-size: 1.9rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.business-common-img-box__body__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 3px;
  background-color: #00b0f1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .business-common-img-box__body__title::before {
    width: 50px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-img-box__body__title::before {
    width: 40px;
  }
}
.business-common-img-box__body__title.no-border {
  padding-bottom: 0;
  border-bottom: none;
}
.business-common-img-box__body__title.no-border::before {
  display: none;
}
.business-common-img-box__body__btn-box__btn {
  width: 100%;
  max-width: 310px;
}
@media screen and (max-width: 599px) {
  .business-common-img-box__body__btn-box__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.business-common-feature-box {
  display: flex;
  align-items: center;
  background-color: #eef3f5;
  padding: 45px 45px 45px 70px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .business-common-feature-box {
    padding: 35px 35px 35px 60px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-feature-box {
    padding: 25px 20px 20px;
    flex-wrap: wrap;
  }
}
.business-common-feature-box__head {
  width: 260px;
  border-right: 1px solid #d3dee2;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .business-common-feature-box__head {
    width: 230px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-feature-box__head {
    width: 100%;
    border-right: none;
    margin-bottom: 10px;
  }
}
.business-common-feature-box__head__title {
  color: #005dad;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.45;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .business-common-feature-box__head__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 599px) {
  .business-common-feature-box__head__title {
    font-size: 1.7rem;
    text-align: center;
  }
}
.business-common-feature-box__body {
  width: calc(100% - 260px);
  padding-left: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .business-common-feature-box__body {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 599px) {
  .business-common-feature-box__body {
    width: 100%;
    padding-left: 0;
  }
}

.business-common-case-wrapper {
  background-color: #f2f6f8;
  padding: 100px 50px 120px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .business-common-case-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-case-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .business-common-case-wrapper {
    padding: 85px 30px 95px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-case-wrapper {
    padding: 70px 20px 70px;
  }
}
.business-common-case-wrapper__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .business-common-case-wrapper__list {
    gap: 30px;
  }
}
@media screen and (max-width: 834px) {
  .business-common-case-wrapper__list {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-case-wrapper__list {
    gap: 20px 0;
  }
}
.business-common-case-wrapper__list > li {
  width: calc((99.9% - 80px) / 3);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .business-common-case-wrapper__list > li {
    width: calc((99.9% - 60px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .business-common-case-wrapper__list > li {
    width: calc((99.9% - 40px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .business-common-case-wrapper__list > li {
    width: 100%;
  }
}

.business-common-case-box {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.business-common-case-box__img img {
  width: 100%;
}
.business-common-case-box__category {
  margin-top: 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .business-common-case-box__category {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-case-box__category {
    margin-top: 10px;
  }
}
.business-common-case-box__category__text {
  width: 130px;
  color: #8092a1;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border: 1px solid #8092a1;
  padding: 5px 5px 4px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .business-common-case-box__category__text {
    width: 110px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .business-common-case-box__category__text {
    font-size: 1.4rem;
  }
}
.business-common-case-box__body {
  margin-top: 15px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .business-common-case-box__body {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-case-box__body {
    margin-top: 5px;
  }
}

.business-common-flow-wrapper {
  padding: 100px 0 110px;
}
@media screen and (max-width: 1024px) {
  .business-common-flow-wrapper {
    padding: 90px 0 95px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-flow-wrapper {
    padding: 80px 0 80px;
  }
}

.business-common-faq-wrapper {
  background-color: #f2f6f8;
  padding: 100px 50px 120px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .business-common-faq-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-faq-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .business-common-faq-wrapper {
    padding: 90px 30px 100px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-faq-wrapper {
    padding: 75px 20px 80px;
  }
}

.business-common-contact-wrapper {
  position: relative;
  background-image: url(../img/common/bg_contact.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 50px 130px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .business-common-contact-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-contact-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .business-common-contact-wrapper {
    padding: 95px 30px 115px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-contact-wrapper {
    padding: 80px 20px 100px;
  }
}
.business-common-contact-wrapper::before, .business-common-contact-wrapper::after {
  position: absolute;
  content: "";
  width: 567px;
  height: 347px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .business-common-contact-wrapper::before, .business-common-contact-wrapper::after {
    width: 453.6px;
    height: 277.6px;
  }
}
@media screen and (max-width: 834px) {
  .business-common-contact-wrapper::before, .business-common-contact-wrapper::after {
    width: 340.2px;
    height: 208.2px;
  }
}
@media screen and (max-width: 599px) {
  .business-common-contact-wrapper::before, .business-common-contact-wrapper::after {
    width: 226.8px;
    height: 138.8px;
  }
}
@media screen and (max-width: 320px) {
  .business-common-contact-wrapper::before, .business-common-contact-wrapper::after {
    width: 170.1px;
    height: 104.1px;
  }
}
.business-common-contact-wrapper::before {
  top: 0;
  left: 0;
  background-image: url(../img/common/bg_contact01.webp);
}
.business-common-contact-wrapper::after {
  right: 0;
  bottom: 0;
  background-image: url(../img/common/bg_contact02.webp);
}

/*------------------外国人-----------------*/
.business-support-title {
  background-color: #eef3f5;
  position: relative;
  color: #000;
  font-size: 2.5rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.2em;
  padding: 16px 20px 18px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .business-support-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .business-support-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .business-support-title {
    font-size: 1.8rem;
    padding: 13px 15px 13px 25px;
    margin-bottom: 15px;
  }
}
.business-support-title::before {
  content: "";
  top: 0;
  left: 13px;
  width: 3px;
  height: calc(100% - 12px);
  background-color: #005dad;
  position: absolute;
}
.business-support-title img {
  padding: 2px 0 0 25px;
}
@media screen and (max-width: 599px) {
  .business-support-title img {
    max-width: 144px;
    width: 50%;
    padding: 1px 0 0 15px;
  }
}

.business-support-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .business-support-list {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .business-support-list {
    gap: 15px;
  }
}
.business-support-list__item {
  width: calc((100% - 30px) / 2);
  background-color: #eef3f5;
}
@media screen and (max-width: 1024px) {
  .business-support-list__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .business-support-list__item {
    width: 100%;
  }
}
.business-support-list__item__icon {
  display: block;
  max-width: 97px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 23px;
}
@media screen and (max-width: 1024px) {
  .business-support-list__item__icon {
    margin-bottom: 18px;
    max-width: 77px;
  }
}
@media screen and (max-width: 599px) {
  .business-support-list__item__icon {
    margin-bottom: 12px;
    max-width: 57px;
  }
}
.business-support-list__item__inner {
  padding: 35px 40px 40px;
}
@media screen and (max-width: 1024px) {
  .business-support-list__item__inner {
    padding: 25px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .business-support-list__item__inner {
    padding: 17px 20px 20px;
  }
}
.business-support-list__item__title {
  color: #005dad;
  font-size: 2.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 1024px) {
  .business-support-list__item__title {
    font-size: 2rem;
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 599px) {
  .business-support-list__item__title {
    font-size: 1.7rem;
    margin-bottom: 16px;
  }
}
.business-support-list__item__bg-box {
  padding: 27px 30px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .business-support-list__item__bg-box {
    padding: 23px 25px;
  }
}
@media screen and (max-width: 599px) {
  .business-support-list__item__bg-box {
    padding: 20px 20px;
  }
}

.business-support-img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
@media screen and (max-width: 599px) {
  .business-support-img-list {
    gap: 5px;
  }
}
.business-support-img-list li {
  width: calc((100% - 21px) / 4);
}
@media screen and (max-width: 599px) {
  .business-support-img-list li {
    width: calc((100% - 5px) / 2);
  }
}

/*--------------------------------------------------------
会社情報
----------------------------------------------------------*/
/* index */
.company-policy-wrapper {
  padding: 0 0 95px;
}
@media screen and (max-width: 1024px) {
  .company-policy-wrapper {
    padding: 0 0 85px;
  }
}
@media screen and (max-width: 599px) {
  .company-policy-wrapper {
    padding: 0 0 75px;
  }
}
.company-policy-wrapper__bg-box {
  padding-top: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .company-policy-wrapper__bg-box {
    padding-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .company-policy-wrapper__bg-box {
    padding-top: 14px;
  }
}
@media screen and (max-width: 320px) {
  .company-policy-wrapper__bg-box {
    padding-top: 12px;
  }
}
.company-policy-wrapper__bg-box__inr {
  position: relative;
  background-color: #f2f6f8;
  padding: 85px 90px 90px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .company-policy-wrapper__bg-box__inr {
    padding: 75px 70px 70px;
  }
}
@media screen and (max-width: 834px) {
  .company-policy-wrapper__bg-box__inr {
    padding: 65px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .company-policy-wrapper__bg-box__inr {
    padding: 45px 20px 30px;
  }
}
.company-policy-wrapper__bg-box__catch {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  color: #005dad;
  font-size: 4.8rem;
  font-family: "Overpass", sans-serif !important;
  font-weight: 300;
  font-style: italic;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .company-policy-wrapper__bg-box__catch {
    top: -20px;
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 599px) {
  .company-policy-wrapper__bg-box__catch {
    top: -14px;
    font-size: 3rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 320px) {
  .company-policy-wrapper__bg-box__catch {
    top: -12px;
    font-size: 2.6rem;
  }
}
.company-policy-wrapper__bg-box__catch__fc01 {
  color: #f29a00;
  font-weight: 600;
}
.company-policy-wrapper__bg-box__list {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .company-policy-wrapper__bg-box__list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 834px) {
  .company-policy-wrapper__bg-box__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .company-policy-wrapper__bg-box__list {
    margin-bottom: 30px;
  }
}
.company-policy-wrapper__bg-box__list > li {
  position: relative;
  border-bottom: 1px solid #d5dee8;
  padding: 30px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .company-policy-wrapper__bg-box__list > li {
    padding: 22px 0;
  }
}
@media screen and (max-width: 599px) {
  .company-policy-wrapper__bg-box__list > li {
    padding: 15px 0;
  }
}
.company-policy-wrapper__bg-box__list > li:nth-child(1) {
  padding-top: 0 !important;
}
.company-policy-wrapper__bg-box__list > li::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 130px;
  height: 1px;
  background-color: #005dad;
}
@media screen and (max-width: 834px) {
  .company-policy-wrapper__bg-box__list > li::before {
    width: 110px;
  }
}
@media screen and (max-width: 599px) {
  .company-policy-wrapper__bg-box__list > li::before {
    width: 90px;
  }
}
@media screen and (max-width: 320px) {
  .company-policy-wrapper__bg-box__list > li::before {
    width: 80px;
  }
}
.company-policy-wrapper__bg-box__img01 img {
  width: 100%;
}

.company-policy-box {
  display: flex;
}
.company-policy-box__head {
  width: 130px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .company-policy-box__head {
    width: 110px;
  }
}
@media screen and (max-width: 599px) {
  .company-policy-box__head {
    width: 90px;
  }
}
@media screen and (max-width: 320px) {
  .company-policy-box__head {
    width: 80px;
  }
}
.company-policy-box__head__title {
  color: #005dad;
  font-size: 3rem;
  font-family: "Overpass", sans-serif !important;
  font-weight: 400;
  font-style: italic;
  line-height: 1;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .company-policy-box__head__title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 599px) {
  .company-policy-box__head__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 320px) {
  .company-policy-box__head__title {
    font-size: 2.2rem;
  }
}
.company-policy-box__head__title::first-letter {
  color: #f29a00;
  font-weight: 700;
}
.company-policy-box__body {
  width: calc(99.9% - 130px);
  padding-left: 15px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .company-policy-box__body {
    width: calc(99.9% - 110px);
  }
}
@media screen and (max-width: 599px) {
  .company-policy-box__body {
    width: calc(99.9% - 90px);
    padding-left: 12px;
  }
}
@media screen and (max-width: 320px) {
  .company-policy-box__body {
    width: calc(99.9% - 80px);
    padding-left: 10px;
  }
}
.company-policy-box__body__text {
  font-size: 1.9rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .company-policy-box__body__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .company-policy-box__body__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 320px) {
  .company-policy-box__body__text {
    font-size: 1.6rem;
  }
}
.company-policy-box__body__note-list > li {
  color: #7290a4;
  text-indent: -1em;
  line-height: 1.5;
  padding-left: 1em;
  margin-bottom: 5px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .company-policy-box__body__note-list > li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 320px) {
  .company-policy-box__body__note-list > li {
    font-size: 1.4rem;
  }
}
.company-policy-box__body__note-list > li:last-child {
  margin-bottom: 0;
}

.company-greeting-wrapper {
  position: relative;
  background-color: #f2f6f8;
  padding: 90px 50px 80px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .company-greeting-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .company-greeting-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .company-greeting-wrapper {
    padding: 80px 30px 70px;
  }
}
@media screen and (max-width: 599px) {
  .company-greeting-wrapper {
    padding: 75px 20px 65px;
  }
}
.company-greeting-wrapper::before, .company-greeting-wrapper::after {
  position: absolute;
  content: "";
  width: 568px;
  height: 347px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .company-greeting-wrapper::before, .company-greeting-wrapper::after {
    width: 454.4px;
    height: 277.6px;
  }
}
@media screen and (max-width: 834px) {
  .company-greeting-wrapper::before, .company-greeting-wrapper::after {
    width: 340.8px;
    height: 208.2px;
  }
}
@media screen and (max-width: 599px) {
  .company-greeting-wrapper::before, .company-greeting-wrapper::after {
    width: 227.2px;
    height: 138.8px;
  }
}
@media screen and (max-width: 320px) {
  .company-greeting-wrapper::before, .company-greeting-wrapper::after {
    width: 170.4px;
    height: 104.1px;
  }
}
.company-greeting-wrapper::before {
  top: 0;
  left: 0;
  background-image: url(../img/company/bg01_01.webp);
}
.company-greeting-wrapper::after {
  right: 0;
  bottom: 0;
  background-image: url(../img/company/bg01_02.webp);
}
.company-greeting-wrapper__text {
  font-size: 1.7rem;
}
@media screen and (max-width: 599px) {
  .company-greeting-wrapper__text {
    font-size: 1.6rem;
  }
}
.company-greeting-wrapper__img01 {
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.company-greeting-wrapper__img01 img {
  width: 100%;
  max-width: 900px;
}
.company-greeting-wrapper__name {
  line-height: 1;
  text-align: right;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.company-greeting-wrapper__name__txt {
  font-size: 2.4rem;
  vertical-align: text-bottom;
  margin-left: 0.8em;
}
@media screen and (max-width: 834px) {
  .company-greeting-wrapper__name__txt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .company-greeting-wrapper__name__txt {
    font-size: 2rem;
  }
}
.company-greeting-wrapper__name-img {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  .company-greeting-wrapper__name-img img {
    width: 90%;
  }
}

.company-outline-wrapper {
  padding: 95px 0 125px;
}
@media screen and (max-width: 1024px) {
  .company-outline-wrapper {
    padding: 85px 0 105px;
  }
}
@media screen and (max-width: 599px) {
  .company-outline-wrapper {
    padding: 80px 0 90px;
  }
}
.company-outline-wrapper__table01 tbody th {
  width: 220px;
}
@media screen and (max-width: 1024px) {
  .company-outline-wrapper__table01 tbody th {
    width: 20%;
  }
}
.company-outline-wrapper__btn-box01 {
  margin-top: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .company-outline-wrapper__btn-box01 {
    margin-top: 40px;
  }
}
.company-outline-wrapper__btn-box01__btn {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.company-outline-wrapper__btn-box02 {
  margin-top: 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .company-outline-wrapper__btn-box02 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .company-outline-wrapper__btn-box02 {
    margin-top: 30px;
  }
}
.company-outline-wrapper__btn-box02__btn {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.company-access-wrapper {
  background-color: #f2f6f8;
  padding: 100px 50px 120px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .company-access-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .company-access-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .company-access-wrapper {
    padding: 90px 30px 110px;
  }
}
@media screen and (max-width: 599px) {
  .company-access-wrapper {
    padding: 80px 20px 100px;
  }
}
.company-access-wrapper__map {
  position: relative;
  width: 100%;
  aspect-ratio: 11/5;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .company-access-wrapper__map {
    aspect-ratio: 5/3;
  }
}
@media screen and (max-width: 599px) {
  .company-access-wrapper__map {
    aspect-ratio: 5/4;
  }
}
.company-access-wrapper__map iframe,
.company-access-wrapper__map object,
.company-access-wrapper__map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------
求職者の方へ
----------------------------------------------------------*/
/* index */
.recruit-intro-wrapper {
  position: relative;
  padding: 100px 50px 70px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .recruit-intro-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-intro-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-intro-wrapper {
    padding: 100px 30px 60px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-intro-wrapper {
    padding: 100px 20px 50px;
  }
}
.recruit-intro-wrapper::before {
  position: absolute;
  content: "";
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #eef3f5;
}
.recruit-intro-wrapper__hl07 {
  margin-top: -22px;
}
@media screen and (max-width: 1024px) {
  .recruit-intro-wrapper__hl07 {
    margin-top: -20px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-intro-wrapper__hl07 {
    margin-top: -17px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-intro-wrapper__hl07 {
    margin-top: -22px;
  }
}
.recruit-intro-wrapper__box {
  display: flex;
  background-color: #ffffff;
  padding: 10px;
  margin-top: 40px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .recruit-intro-wrapper__box {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.recruit-intro-wrapper__box__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  background-color: #005dad;
  padding: 40px 0 40px 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-intro-wrapper__box__head {
    width: 270px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-intro-wrapper__box__head {
    width: 240px;
    padding: 30px 0 30px 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-intro-wrapper__box__head {
    width: 100%;
    padding: 10px 20px;
  }
}
.recruit-intro-wrapper__box__head__title {
  color: #ffffff;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 500;
  line-height: 1.6;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-intro-wrapper__box__head__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .recruit-intro-wrapper__box__head__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .recruit-intro-wrapper__box__head__title {
    font-size: 1.6rem;
    text-align: center;
  }
}
.recruit-intro-wrapper__box__body {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(99.9% - 300px);
  padding: 20px 20px 20px 85px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-intro-wrapper__box__body {
    width: calc(99.9% - 270px);
  }
}
@media screen and (max-width: 834px) {
  .recruit-intro-wrapper__box__body {
    width: calc(99.9% - 240px);
    padding: 20px 20px 20px 75px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-intro-wrapper__box__body {
    width: 100%;
    padding: 20px 10px 10px;
  }
}
.recruit-intro-wrapper__box__body::before {
  position: absolute;
  content: "";
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  background-image: url(../img/recruit/img_recruit01_02.webp);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 599px) {
  .recruit-intro-wrapper__box__body::before {
    display: none;
  }
}

.recruit-merit-wrapper {
  padding: 100px 50px 100px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .recruit-merit-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-merit-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-merit-wrapper {
    padding: 85px 30px 85px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-merit-wrapper {
    padding: 70px 20px 70px;
  }
}
.recruit-merit-wrapper__list {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}
@media screen and (max-width: 1024px) {
  .recruit-merit-wrapper__list {
    gap: 50px 0;
  }
}
@media screen and (max-width: 834px) {
  .recruit-merit-wrapper__list {
    gap: 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .recruit-merit-wrapper__list {
    gap: 30px 0;
  }
}
@media print, screen and (min-width: 835px) {
  .recruit-merit-wrapper__list > li:nth-child(even) .recruit-merit-box {
    flex-direction: row-reverse;
  }
}
.recruit-merit-wrapper__list > li:nth-child(even) .recruit-merit-box::before {
  right: auto;
  left: 0;
}

.recruit-merit-box {
  display: flex;
  position: relative;
  background-color: #f2f6f8;
}
@media screen and (max-width: 834px) {
  .recruit-merit-box {
    flex-direction: column;
  }
}
.recruit-merit-box::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#15248c+0,0070c6+100 */
  background: linear-gradient(to bottom, rgb(21, 36, 140) 0%, rgb(0, 112, 198) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .recruit-merit-box::before {
    width: 100%;
    height: 4px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#15248c+0,0070c6+100 */
    background: linear-gradient(to right, rgb(21, 36, 140) 0%, rgb(0, 112, 198) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}
@media screen and (max-width: 599px) {
  .recruit-merit-box::before {
    height: 3px;
  }
}
.recruit-merit-box__img {
  position: relative;
  width: 50%;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .recruit-merit-box__img {
    width: 100%;
  }
}
.recruit-merit-box__img::before {
  display: block;
  content: "";
  aspect-ratio: 350/247;
}
.recruit-merit-box__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.recruit-merit-box__body {
  width: 49.9%;
  padding: 100px 50px 50px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .recruit-merit-box__body {
    width: 100%;
    padding: 30px 30px 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-merit-box__body {
    padding: 20px 20px 30px;
  }
}
.recruit-merit-box__body__merit {
  color: #f29a00;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-merit-box__body__merit {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .recruit-merit-box__body__merit {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-merit-box__body__merit {
    font-size: 1.3rem;
  }
}
.recruit-merit-box__body__catch {
  color: #005dad;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-merit-box__body__catch {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .recruit-merit-box__body__catch {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .recruit-merit-box__body__catch {
    font-size: 1.8rem;
  }
}
.recruit-merit-box__body__bg-box {
  background-color: #ffffff;
  padding: 30px 40px 30px 30px;
  margin-top: 22px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 834px) {
  .recruit-merit-box__body__bg-box {
    margin-top: 17px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-merit-box__body__bg-box {
    padding: 20px 30px 20px 20px;
  }
}

.recruit-dispatch-wrapper {
  position: relative;
  background-color: #f2f6f8;
  padding: 100px 50px 120px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .recruit-dispatch-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-dispatch-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-dispatch-wrapper {
    padding: 85px 30px 105px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-dispatch-wrapper {
    padding: 70px 20px 90px;
  }
}
.recruit-dispatch-wrapper__box {
  display: flex;
  flex-direction: row-reverse;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .recruit-dispatch-wrapper__box {
    flex-direction: column;
  }
}
.recruit-dispatch-wrapper__box__img {
  width: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-dispatch-wrapper__box__img {
    width: 45%;
  }
}
@media screen and (max-width: 834px) {
  .recruit-dispatch-wrapper__box__img {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .recruit-dispatch-wrapper__box__img {
    width: 100%;
  }
}
.recruit-dispatch-wrapper__box__img img {
  width: 100%;
}
.recruit-dispatch-wrapper__box__body {
  width: 49.9%;
  padding-right: 4%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-dispatch-wrapper__box__body {
    width: 54.9%;
  }
}
@media screen and (max-width: 834px) {
  .recruit-dispatch-wrapper__box__body {
    width: 59.9%;
    padding-right: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-dispatch-wrapper__box__body {
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
  }
}

.recruit-introduction-wrapper {
  padding: 100px 50px 165px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .recruit-introduction-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-introduction-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-introduction-wrapper {
    padding: 85px 30px 125px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-introduction-wrapper {
    padding: 70px 20px 85px;
  }
}
.recruit-introduction-wrapper__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-introduction-wrapper__list {
    gap: 20px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-introduction-wrapper__list {
    gap: 25px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-introduction-wrapper__list {
    gap: 20px;
  }
}
.recruit-introduction-wrapper__list > li {
  width: calc((99.9% - 75px) / 4);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-introduction-wrapper__list > li {
    width: calc((99.9% - 60px) / 4);
  }
}
@media screen and (max-width: 834px) {
  .recruit-introduction-wrapper__list > li {
    width: calc((99.9% - 25px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .recruit-introduction-wrapper__list > li {
    width: 100%;
  }
}
.recruit-introduction-wrapper__box {
  display: flex;
  flex-direction: row-reverse;
  background-color: #005dad;
  margin-top: 60px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .recruit-introduction-wrapper__box {
    flex-wrap: wrap;
    margin-top: 40px;
  }
}
.recruit-introduction-wrapper__box__img {
  position: relative;
  width: 52.7%;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .recruit-introduction-wrapper__box__img {
    width: 100%;
  }
}
.recruit-introduction-wrapper__box__img::before {
  display: block;
  content: "";
  aspect-ratio: 58/33;
}
.recruit-introduction-wrapper__box__img::after {
  position: absolute;
  content: "";
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  background-image: url(../img/recruit/img_recruit06_02.webp);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 599px) {
  .recruit-introduction-wrapper__box__img::after {
    display: none;
  }
}
.recruit-introduction-wrapper__box__img img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(-50%);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.recruit-introduction-wrapper__box__body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 47.2%;
  color: #ffffff;
  padding: 60px 20px 60px 60px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-introduction-wrapper__box__body {
    padding: 50px 30px 50px 50px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-introduction-wrapper__box__body {
    padding: 30px 20px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-introduction-wrapper__box__body {
    width: 100%;
    padding: 20px 30px 30px;
  }
}
@media screen and (max-width: 320px) {
  .recruit-introduction-wrapper__box__body {
    padding: 20px;
  }
}
.recruit-introduction-wrapper__box__body__title {
  font-size: 2.5rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 500;
  line-height: 1.6;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-introduction-wrapper__box__body__title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 834px) {
  .recruit-introduction-wrapper__box__body__title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .recruit-introduction-wrapper__box__body__title {
    font-size: 1.9rem;
  }
}
.recruit-introduction-wrapper__box__body__btn-box {
  margin-top: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .recruit-introduction-wrapper__box__body__btn-box {
    margin-top: 20px;
  }
}
.recruit-introduction-wrapper__box__body__btn-box__btn {
  width: 100%;
  max-width: 310px;
}
@media screen and (max-width: 599px) {
  .recruit-introduction-wrapper__box__body__btn-box__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.recruit-introduction-box {
  position: relative;
  background-color: #f2f6f8;
  padding: 25px 20px 20px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-introduction-box {
    padding: 20px 15px 15px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-introduction-box {
    padding: 25px 20px 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-introduction-box {
    padding: 20px 15px 15px;
  }
}
.recruit-introduction-box__new {
  position: absolute;
  top: -14px;
  right: -18px;
  width: 64px;
  height: 64px;
  color: #ffffff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 64px;
  text-align: center;
  background-color: #f29a00;
  border-radius: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-introduction-box__new {
    top: -9px;
    right: -13px;
    width: 54px;
    height: 54px;
    line-height: 54px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-introduction-box__new {
    top: -12px;
    right: -16px;
    width: 59px;
    height: 59px;
    line-height: 59px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-introduction-box__new {
    top: -9px;
    right: -13px;
    width: 54px;
    height: 54px;
    line-height: 54px;
  }
}
.recruit-introduction-box__head {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .recruit-introduction-box__head {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-introduction-box__head {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-introduction-box__head {
    margin-bottom: 20px;
  }
}
.recruit-introduction-box__head__title {
  font-size: 2.1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-introduction-box__head__title {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 599px) {
  .recruit-introduction-box__head__title {
    font-size: 1.7rem;
  }
}
.recruit-introduction-box__body {
  background-color: #ffffff;
  padding: 20px 25px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-introduction-box__body {
    padding: 20px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-introduction-box__body {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-introduction-box__body {
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-introduction-box__body__ul-list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
  }
}
@media screen and (max-width: 320px) {
  .recruit-introduction-box__body__ul-list {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .recruit-introduction-box__body__ul-list > li {
    width: calc((99.9% - 10px) / 2);
    margin-top: 0;
  }
}
@media screen and (max-width: 320px) {
  .recruit-introduction-box__body__ul-list > li {
    width: 100%;
    margin-top: 7px;
  }
}

.recruit-benefits-wrapper {
  position: relative;
  background-color: #f2f6f8;
  padding: 100px 50px 120px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .recruit-benefits-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-benefits-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-benefits-wrapper {
    padding: 85px 30px 105px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-benefits-wrapper {
    padding: 70px 20px 90px;
  }
}
.recruit-benefits-wrapper__box {
  display: flex;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .recruit-benefits-wrapper__box {
    flex-direction: column;
  }
}
.recruit-benefits-wrapper__box__img {
  width: 50%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-benefits-wrapper__box__img {
    width: 45%;
  }
}
@media screen and (max-width: 834px) {
  .recruit-benefits-wrapper__box__img {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .recruit-benefits-wrapper__box__img {
    width: 100%;
  }
}
.recruit-benefits-wrapper__box__img img {
  width: 100%;
}
.recruit-benefits-wrapper__box__body {
  width: 49.9%;
  padding-left: 4%;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-benefits-wrapper__box__body {
    width: 54.9%;
  }
}
@media screen and (max-width: 834px) {
  .recruit-benefits-wrapper__box__body {
    width: 59.9%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-benefits-wrapper__box__body {
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
  }
}
.recruit-benefits-wrapper__box__body__btn-box {
  position: relative;
  margin-top: 30px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .recruit-benefits-wrapper__box__body__btn-box {
    margin-top: 20px;
  }
}
.recruit-benefits-wrapper__box__body__btn-box__btn {
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 599px) {
  .recruit-benefits-wrapper__box__body__btn-box__btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.recruit-flow-wrapper {
  padding: 100px 0 110px;
}
@media screen and (max-width: 1024px) {
  .recruit-flow-wrapper {
    padding: 90px 0 95px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-flow-wrapper {
    padding: 80px 0 80px;
  }
}

.recruit-faq-wrapper {
  background-color: #f2f6f8;
  padding: 100px 50px 120px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .recruit-faq-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-faq-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-faq-wrapper {
    padding: 90px 30px 100px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-faq-wrapper {
    padding: 75px 20px 80px;
  }
}

.recruit-contact-wrapper {
  position: relative;
  background-image: url(../img/common/bg_contact.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 50px 130px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .recruit-contact-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-contact-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-contact-wrapper {
    padding: 95px 30px 115px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-contact-wrapper {
    padding: 80px 20px 100px;
  }
}
.recruit-contact-wrapper::before, .recruit-contact-wrapper::after {
  position: absolute;
  content: "";
  width: 567px;
  height: 347px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .recruit-contact-wrapper::before, .recruit-contact-wrapper::after {
    width: 453.6px;
    height: 277.6px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-contact-wrapper::before, .recruit-contact-wrapper::after {
    width: 340.2px;
    height: 208.2px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-contact-wrapper::before, .recruit-contact-wrapper::after {
    width: 226.8px;
    height: 138.8px;
  }
}
@media screen and (max-width: 320px) {
  .recruit-contact-wrapper::before, .recruit-contact-wrapper::after {
    width: 170.1px;
    height: 104.1px;
  }
}
.recruit-contact-wrapper::before {
  top: 0;
  left: 0;
  background-image: url(../img/common/bg_contact01.webp);
}
.recruit-contact-wrapper::after {
  right: 0;
  bottom: 0;
  background-image: url(../img/common/bg_contact02.webp);
}

/* 福利厚生 */
.welfare-list-wrapper {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper {
    padding: 70px 0;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper {
    padding: 50px 0;
  }
}
.welfare-list-wrapper__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__list {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__list {
    gap: 10px;
  }
}
.welfare-list-wrapper__list__item {
  position: relative;
  padding: 150px 40px 35px;
  width: calc((100% - 30px) / 2);
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  background-color: #eef3f5;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__list__item {
    padding: 130px 30px 25px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 834px) {
  .welfare-list-wrapper__list__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__list__item {
    padding: 105px 20px 20px;
    width: 100%;
  }
}
.welfare-list-wrapper__list__item::before, .welfare-list-wrapper__list__item::after {
  content: "";
  position: absolute;
  width: 97px;
  height: 97px;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__list__item::before, .welfare-list-wrapper__list__item::after {
    width: 90px;
    height: 90px;
    top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__list__item::before, .welfare-list-wrapper__list__item::after {
    width: 74px;
    height: 74px;
    top: 20px;
  }
}
.welfare-list-wrapper__list__item::before {
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.welfare-list-wrapper__list__item::after {
  background: linear-gradient(to bottom, rgb(8, 19, 102) 0%, rgb(0, 93, 173) 100%);
}
.welfare-list-wrapper__list__item:nth-child(1)::before {
  background-image: url(../img/recruit/welfare/icon05.svg);
  background-size: 43px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__list__item:nth-child(1)::before {
    background-size: 36.55px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__list__item:nth-child(1)::before {
    background-size: 30.1px auto;
  }
}
.welfare-list-wrapper__list__item:nth-child(2)::before {
  background-image: url(../img/recruit/welfare/icon06.svg);
  background-size: 36px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__list__item:nth-child(2)::before {
    background-size: 30.6px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__list__item:nth-child(2)::before {
    background-size: 25.2px auto;
  }
}
.welfare-list-wrapper__list__item:nth-child(3)::before {
  background-image: url(../img/recruit/welfare/icon01.svg);
  background-size: 47px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__list__item:nth-child(3)::before {
    background-size: 39.95px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__list__item:nth-child(3)::before {
    background-size: 32.9px auto;
  }
}
.welfare-list-wrapper__list__item:nth-child(4)::before {
  background-image: url(../img/recruit/welfare/icon02.svg);
  background-size: 35px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__list__item:nth-child(4)::before {
    background-size: 29.75px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__list__item:nth-child(4)::before {
    background-size: 24.5px auto;
  }
}
.welfare-list-wrapper__list__item:nth-child(5)::before {
  background-image: url(../img/recruit/welfare/icon03.svg);
  background-size: 41px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__list__item:nth-child(5)::before {
    background-size: 34.85px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__list__item:nth-child(5)::before {
    background-size: 28.7px auto;
  }
}
.welfare-list-wrapper__list__item:nth-child(6)::before {
  background-image: url(../img/recruit/welfare/icon04.svg);
  background-size: 33px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__list__item:nth-child(6)::before {
    background-size: 28.05px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__list__item:nth-child(6)::before {
    background-size: 23.1px auto;
  }
}
.welfare-list-wrapper__list__item:nth-child(7) {
  width: 100%;
}
.welfare-list-wrapper__list__item:nth-child(7)::before {
  background-image: url(../img/recruit/welfare/icon07.svg);
  background-size: 41px auto;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__list__item:nth-child(7)::before {
    background-size: 34.85px auto;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__list__item:nth-child(7)::before {
    background-size: 28.7px auto;
  }
}
.welfare-list-wrapper__list__item .text-base {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__list__item .text-base {
    text-align: left;
  }
}
.welfare-list-wrapper__list__item__ttl {
  margin-bottom: 20px;
  display: grid;
  place-content: center;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.2rem;
  color: #005dad;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__list__item__ttl {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__list__item__ttl {
    margin-bottom: 6px;
    font-size: 1.7rem;
    text-align: center;
  }
}
.welfare-list-wrapper__list__item.w-100 {
  width: 100%;
  padding: 40px 40px 40px 170px;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__list__item.w-100 {
    padding: 30px 30px 30px 148px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__list__item.w-100 {
    padding: 105px 20px 20px;
  }
}
.welfare-list-wrapper__list__item.w-100::before, .welfare-list-wrapper__list__item.w-100::after {
  top: calc(50% - 48px);
  left: 40px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__list__item.w-100::before, .welfare-list-wrapper__list__item.w-100::after {
    top: 25px;
    left: 30px;
    top: calc(50% - 45px);
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__list__item.w-100::before, .welfare-list-wrapper__list__item.w-100::after {
    top: 20px;
    left: 0;
    margin: auto;
  }
}
.welfare-list-wrapper__list__item.w-100 .welfare-list-wrapper__list__item__ttl {
  display: block;
  place-content: left;
  text-align: left;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__list__item.w-100 .welfare-list-wrapper__list__item__ttl {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__list__item.w-100 .welfare-list-wrapper__list__item__ttl {
    display: grid;
    place-content: center;
    text-align: center;
    margin-bottom: 6px;
  }
}
.welfare-list-wrapper__list__item.w-100 p {
  text-align: left;
}
.welfare-list-wrapper__point {
  position: relative;
  padding: 55px 40px 40px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  background-color: #faf5ed;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__point {
    padding: 35px 30px 30px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__point {
    width: 100%;
    padding: 25px 20px 20px;
    margin-bottom: 50px;
  }
}
.welfare-list-wrapper__point__title {
  color: #f29a00;
  place-content: center;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__point__title {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__point__title {
    margin-bottom: 6px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__point .text-center {
    text-align: justify !important;
  }
}
.welfare-list-wrapper__point__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .welfare-list-wrapper__point__list {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
}
.welfare-list-wrapper__point__list__item {
  width: calc((100% - 60px) / 3);
  background-color: #fff;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__point__list__item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .welfare-list-wrapper__point__list__item {
    width: 100%;
    margin-bottom: 10px;
    min-height: 118px;
  }
  .welfare-list-wrapper__point__list__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__point__list__item {
    min-height: 103px;
  }
}
.welfare-list-wrapper__point__list__item__number {
  width: 75px;
  background-color: #f29a00;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__point__list__item__number {
    width: 65px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__point__list__item__number {
    width: 50px;
  }
}
.welfare-list-wrapper__point__list__item__number p {
  font-family: "Jost", sans-serif;
  font-size: 3.7rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: normal;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__point__list__item__number p {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__point__list__item__number p {
    font-size: 2.5rem;
  }
}
.welfare-list-wrapper__point__list__item__number p span {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__point__list__item__number p span {
    font-size: 1.3rem;
  }
}
.welfare-list-wrapper__point__list__item__inner {
  width: calc(100% - 75px);
  padding: 30px 24px;
  display: flex;
  align-items: center;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__point__list__item__inner {
    width: calc(100% - 65px);
    padding: 25px 20px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__point__list__item__inner {
    width: calc(100% - 50px);
    padding: 20px 16px;
  }
}
.welfare-list-wrapper__point__list__item__inner p {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
}
.welfare-list-wrapper__point__list__item__inner p .marker {
  color: #f29a00;
  background: linear-gradient(transparent 60%, #fff6ae 60%);
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__point__list__item__inner p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__point__list__item__inner p {
    font-size: 1.5rem;
  }
}
.welfare-list-wrapper__point__list__item__inner.icon01 {
  background-image: url(../img/recruit/welfare/icon00-1.svg);
  background-size: 83px auto;
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__point__list__item__inner.icon01 {
    background-size: 60px auto;
  }
}
.welfare-list-wrapper__point__list__item__inner.icon02 {
  background-image: url(../img/recruit/welfare/icon00-2.svg);
  background-size: 78px auto;
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__point__list__item__inner.icon02 {
    background-size: 57px auto;
  }
}
.welfare-list-wrapper__point__list__item__inner.icon03 {
  background-image: url(../img/recruit/welfare/icon00-3.svg);
  background-size: 83px auto;
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__point__list__item__inner.icon03 {
    background-size: 60px auto;
  }
}
.welfare-list-wrapper__giftee-benefit {
  border-radius: 5px;
  border: 2px solid #f29a00;
  margin-top: 115px;
  position: relative;
  padding-top: 55px;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit {
    margin-top: 90px;
    padding-top: 45px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit {
    margin-top: 90px;
    padding-top: 35px;
  }
}
.welfare-list-wrapper__giftee-benefit__ttl {
  position: absolute;
  top: -20px;
  left: 50%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: max-content;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  font-size: 3.7rem;
  text-align: center;
  line-height: 1.6;
  color: #f29a00;
  letter-spacing: normal;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__ttl {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__ttl {
    top: -28px;
    padding: 0 5px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.welfare-list-wrapper__giftee-benefit__ttl__min-text {
  font-size: 2.2rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__ttl__min-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__ttl__min-text {
    font-size: 1.6rem;
  }
}
.welfare-list-wrapper__giftee-benefit__text {
  margin: 0 50px 40px;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__text {
    margin: 0 35px 40px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__text {
    margin: 0 20px 30px;
  }
}
.welfare-list-wrapper__giftee-benefit__lead {
  background-color: #fef4e7;
  border-radius: 5px;
  padding: 40px;
  display: flex;
  gap: 35px;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0 50px 80px;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__lead {
    padding: 30px;
    gap: 28px;
    margin: 0 35px 75px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__lead {
    display: block;
    padding: 20px;
    margin: 0 20px 70px;
  }
}
.welfare-list-wrapper__giftee-benefit__lead__ttl {
  flex-shrink: 0;
  margin-bottom: 10px;
}
.welfare-list-wrapper__giftee-benefit__lead__ttl mark {
  background: linear-gradient(transparent 60%, #fff 60%);
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.7;
  color: #f29a00;
  letter-spacing: normal;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__lead__ttl mark {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__lead__ttl mark {
    font-size: 1.8rem;
  }
}
.welfare-list-wrapper__giftee-benefit__lead .text-base {
  flex: 1;
  min-width: 0;
  line-height: 1.8;
}
.welfare-list-wrapper__giftee-benefit__step {
  background-color: #f4f4f4;
  padding: 70px 50px 30px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__step {
    padding: 60px 35px 30px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__step {
    padding: 55px 20px 20px;
  }
}
.welfare-list-wrapper__giftee-benefit__step__ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: max-content;
  display: inline-block;
  padding: 10px 50px 14px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: #f29a00;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__step__ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 834px) {
  .welfare-list-wrapper__giftee-benefit__step__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__step__ttl {
    font-size: 1.7rem;
    padding: 7px 26px 9px;
  }
}
.welfare-list-wrapper__giftee-benefit__step__ttl::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/recruit/welfare/triangle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  bottom: -13px;
  left: calc(50% - 7px);
}
.welfare-list-wrapper__giftee-benefit__step__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .welfare-list-wrapper__giftee-benefit__step__list {
    gap: 20px;
  }
}
.welfare-list-wrapper__giftee-benefit__step__list__item {
  width: calc((100% - 90px) / 4);
  border-radius: 5px;
  background-color: #fff;
  padding: 5px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .welfare-list-wrapper__giftee-benefit__step__list__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__step__list__item {
    width: 100%;
  }
}
.welfare-list-wrapper__giftee-benefit__step__list__item::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/recruit/welfare/triangle.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 8px);
  right: -23px;
}
@media screen and (max-width: 834px) {
  .welfare-list-wrapper__giftee-benefit__step__list__item::before {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__step__list__item::before {
    display: block;
    width: 12px;
    height: 12px;
    transform: rotate(90deg);
    right: calc(50% - 6px);
    top: auto;
    bottom: -16px;
  }
}
.welfare-list-wrapper__giftee-benefit__step__list__item:last-child::before {
  display: none;
}
.welfare-list-wrapper__giftee-benefit__step__list__item__ttl {
  display: flex;
  align-items: center;
  background-color: #faf3ab;
  margin-bottom: 14px;
}
.welfare-list-wrapper__giftee-benefit__step__list__item__ttl p {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1;
  color: #e18f00;
  padding: 0 10px 2px 10px;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__step__list__item__ttl p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__step__list__item__ttl p {
    font-size: 1.7rem;
  }
}
.welfare-list-wrapper__giftee-benefit__step__list__item__ttl span {
  height: 100%;
  background-color: #f29a00;
  border-radius: 5px 25px 25px 5px;
  padding: 10px 15px 10px 9px;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__step__list__item__ttl span {
    padding: 7px 13px 7px 9px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__step__list__item__ttl span {
    padding: 6px 10px 6px 9px;
  }
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__step__list__item__ttl span img {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__step__list__item__ttl span img {
    width: 80%;
  }
}
.welfare-list-wrapper__giftee-benefit__step__list__item__img {
  max-width: 150px;
  width: 100%;
  margin: auto;
}
.welfare-list-wrapper__giftee-benefit__step__list__item__text {
  font-weight: 600;
  font-size: 1.7rem;
  line-height: 1.5;
  text-align: center;
  color: #000;
  margin: 13px 0 20px;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__step__list__item__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__step__list__item__text {
    font-size: 1.5rem;
    margin: 10px 0 17px;
  }
}
.welfare-list-wrapper__giftee-benefit__step__text {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__step__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__step__text {
    font-size: 1.6rem;
  }
}
.welfare-list-wrapper__giftee-benefit__service {
  margin: 67px 50px 55px;
  background-color: #fef4e7;
  padding: 60px 50px 50px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__service {
    margin: 60px 35px 45px;
    padding: 50px 35px 35px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__service {
    margin: 40px 20px 32px;
    padding: 40px 17px 20px;
  }
}
@media screen and (max-width: 320px) {
  .welfare-list-wrapper__giftee-benefit__service {
    padding: 40px 14px 20px;
  }
}
.welfare-list-wrapper__giftee-benefit__service__ttl {
  position: absolute;
  top: -20px;
  left: 50px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #f29a00;
  font-style: normal;
  background: linear-gradient(transparent 95%, #f29a00 5%);
  padding-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__service__ttl {
    font-size: 2.2rem;
    left: 35px;
  }
}
@media screen and (max-width: 834px) {
  .welfare-list-wrapper__giftee-benefit__service__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__service__ttl {
    font-size: 1.8rem;
    top: -13px;
    left: 20px;
    background: linear-gradient(transparent 93%, #f29a00 7%);
  }
}
@media screen and (max-width: 320px) {
  .welfare-list-wrapper__giftee-benefit__service__ttl {
    font-size: 1.7rem;
    left: 14px;
  }
}
.welfare-list-wrapper__giftee-benefit__service__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__service__list {
    gap: 20px;
  }
}
.welfare-list-wrapper__giftee-benefit__service__list__item {
  padding-left: 53px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
  position: relative;
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__service__list__item {
    padding-left: 38px;
  }
}
.welfare-list-wrapper__giftee-benefit__service__list__item::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: -8px;
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__service__list__item::before {
    width: 30px;
    height: 30px;
    top: -4px;
  }
}
.welfare-list-wrapper__giftee-benefit__service__list__item:nth-child(1)::before {
  background-image: url(../img/recruit/welfare/service_icon01.webp);
}
.welfare-list-wrapper__giftee-benefit__service__list__item:nth-child(2)::before {
  background-image: url(../img/recruit/welfare/service_icon02.webp);
}
.welfare-list-wrapper__giftee-benefit__service__list__item:nth-child(3)::before {
  background-image: url(../img/recruit/welfare/service_icon03.webp);
}
.welfare-list-wrapper__giftee-benefit__service__list__item:nth-child(4)::before {
  background-image: url(../img/recruit/welfare/service_icon04.webp);
}
.welfare-list-wrapper__giftee-benefit__service__list__item:nth-child(5)::before {
  background-image: url(../img/recruit/welfare/service_icon05.webp);
}
.welfare-list-wrapper__giftee-benefit__service__list__item:nth-child(6)::before {
  background-image: url(../img/recruit/welfare/service_icon06.webp);
}
.welfare-list-wrapper__giftee-benefit__message {
  display: flex;
  align-items: stretch;
  margin: 0 50px 60px;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__message {
    margin: 0 35px 48px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__message {
    flex-wrap: wrap;
    margin: 0 20px 23px;
  }
}
.welfare-list-wrapper__giftee-benefit__message__ttl {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  background-color: #f29a00;
  padding: 30px 50px;
  border-radius: 5px;
  margin-right: 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__message__ttl {
    font-size: 2.1rem;
    margin-right: 30px;
    padding: 25px 40px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__message__ttl {
    display: block;
    width: 100%;
    font-size: 1.7rem;
    margin: 0 0 17px 0;
    padding: 15px 20px;
  }
}
.welfare-list-wrapper__giftee-benefit__message__ttl::before, .welfare-list-wrapper__giftee-benefit__message__ttl::after {
  position: absolute;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  font-size: 7.5rem;
  color: #f9ddb8;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__message__ttl::before, .welfare-list-wrapper__giftee-benefit__message__ttl::after {
    font-size: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__message__ttl::before, .welfare-list-wrapper__giftee-benefit__message__ttl::after {
    font-size: 5rem;
  }
}
.welfare-list-wrapper__giftee-benefit__message__ttl::before {
  content: "”";
  right: 10px;
  top: -30px;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__message__ttl::before {
    top: -25px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__message__ttl::before {
    top: -20px;
  }
}
.welfare-list-wrapper__giftee-benefit__message__ttl::after {
  content: "“";
  left: 10px;
  bottom: -60px;
}
@media screen and (max-width: 1024px) {
  .welfare-list-wrapper__giftee-benefit__message__ttl::after {
    bottom: -45px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-list-wrapper__giftee-benefit__message__ttl::after {
    bottom: -37px;
  }
}
.welfare-list-wrapper__giftee-benefit__message__text {
  display: flex;
  align-items: center;
}

.welfare-insurance-wrapper {
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .welfare-insurance-wrapper {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-insurance-wrapper {
    padding-bottom: 40px;
  }
}
.welfare-insurance-wrapper.last {
  padding-bottom: 160px;
}
@media screen and (max-width: 1024px) {
  .welfare-insurance-wrapper.last {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-insurance-wrapper.last {
    padding-bottom: 90px;
  }
}
.welfare-insurance-wrapper__box {
  margin-bottom: 20px;
  padding: 35px 40px;
  background-color: #f2f6f8;
}
@media screen and (max-width: 1024px) {
  .welfare-insurance-wrapper__box {
    margin-bottom: 15px;
    padding: 25px 30px;
  }
}
@media screen and (max-width: 599px) {
  .welfare-insurance-wrapper__box {
    padding: 20px 25px;
  }
}

/* スタッフ紹介 */
.staff-message-wrapper {
  padding: 90px 0 120px;
}
@media screen and (max-width: 1024px) {
  .staff-message-wrapper {
    padding: 70px 0 100px;
  }
}
@media screen and (max-width: 599px) {
  .staff-message-wrapper {
    padding: 60px 0 90px;
  }
}
.staff-message-wrapper__read {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 834px) {
  .staff-message-wrapper__read {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 599px) {
  .staff-message-wrapper__read {
    margin-bottom: 30px;
  }
}
.staff-message-wrapper__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .staff-message-wrapper__list {
    gap: 30px;
  }
}
@media screen and (max-width: 834px) {
  .staff-message-wrapper__list {
    gap: 30px;
  }
}
@media screen and (max-width: 599px) {
  .staff-message-wrapper__list {
    gap: 20px;
  }
}
.staff-message-wrapper__list__box {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 50px;
  background-color: #f2f6f8;
}
@media screen and (max-width: 1024px) {
  .staff-message-wrapper__list__box {
    gap: 40px;
    padding: 40px;
  }
}
@media screen and (max-width: 834px) {
  .staff-message-wrapper__list__box {
    flex-direction: column-reverse;
    gap: 25px;
    padding: 35px;
  }
}
@media screen and (max-width: 599px) {
  .staff-message-wrapper__list__box {
    gap: 20px;
    padding: 25px;
  }
}
.staff-message-wrapper__list__box:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .staff-message-wrapper__list__box:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.staff-message-wrapper__list__box__ph {
  max-width: 450px;
}
@media screen and (max-width: 1024px) {
  .staff-message-wrapper__list__box__ph {
    max-width: 360px;
  }
}
@media screen and (max-width: 834px) {
  .staff-message-wrapper__list__box__ph {
    max-width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .staff-message-wrapper__list__box__ph {
    max-width: 100%;
  }
}
.staff-message-wrapper__list__box__body {
  flex: 1;
}
.staff-message-wrapper__list__box__body__name {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.8rem;
  color: #005dad;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .staff-message-wrapper__list__box__body__name {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 599px) {
  .staff-message-wrapper__list__box__body__name {
    font-size: 1.7rem;
  }
}
.staff-message-wrapper__list__box__body__name .job {
  display: inline-block;
  margin-right: 20px;
  padding: 4px 10px 7px;
  font-size: 1.7rem;
  color: #fff;
  background-color: #005dad;
}
@media screen and (max-width: 599px) {
  .staff-message-wrapper__list__box__body__name .job {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    width: fit-content;
    font-size: 1.6rem;
  }
}
.staff-message-wrapper__list__box__body__ttl {
  margin-bottom: 20px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .staff-message-wrapper__list__box__body__ttl {
    margin-bottom: 16px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .staff-message-wrapper__list__box__body__ttl {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
}

/*--------------------------------------------------------
お問い合わせ　※企業の方（client）、個人の方（contact）共通※
----------------------------------------------------------*/
@media screen and (max-width: 834px) {
  .contact-nav {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .contact-nav {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.contact-nav__list {
  display: flex;
  border-bottom: 1px solid #005dad;
}
.contact-nav__list__item {
  width: 50%;
}
.contact-nav__list__item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #005dad;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background-color: #f1f5f7;
  padding: 27px 50px 25px;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
@media screen and (max-width: 834px) {
  .contact-nav__list__item__link {
    font-size: 1.8rem;
    padding: 24px 45px 22px;
  }
}
@media screen and (max-width: 599px) {
  .contact-nav__list__item__link {
    font-size: 1.6rem;
    padding: 22px 35px 20px;
  }
}
.contact-nav__list__item__link::before {
  position: absolute;
  content: "";
  top: calc((100% - 25px) / 2);
  right: 20px;
  width: 25px;
  height: 25px;
  background-color: #005dad;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .contact-nav__list__item__link::before {
    top: calc((100% - 23px) / 2);
    right: 15px;
    width: 23px;
    height: 23px;
  }
}
@media screen and (max-width: 599px) {
  .contact-nav__list__item__link::before {
    top: calc((100% - 21px) / 2);
    right: 10px;
    width: 21px;
    height: 21px;
  }
}
.contact-nav__list__item__link::after {
  position: absolute;
  content: "";
  top: calc((100% - 10px) / 2);
  right: 27px;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
}
@media screen and (max-width: 834px) {
  .contact-nav__list__item__link::after {
    right: 21px;
  }
}
@media screen and (max-width: 599px) {
  .contact-nav__list__item__link::after {
    top: calc((100% - 8px) / 2);
    right: 16px;
    border-width: 4px 0 4px 7px;
  }
}
.contact-nav__list__item__link.active {
  color: #ffffff;
  background-color: #005dad !important;
}
.contact-nav__list__item__link.active::before {
  background-color: #ffffff;
}
.contact-nav__list__item__link.active::after {
  top: calc((100% - 6px) / 2);
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #005dad transparent transparent transparent;
}
@media screen and (max-width: 599px) {
  .contact-nav__list__item__link.active::after {
    top: calc((100% - 5px) / 2);
    border-width: 7px 4px 0 4px;
  }
}
@media print, screen and (min-width: 1025px) {
  .contact-nav__list__item__link:hover {
    padding: 24px 50px 22px;
    margin-top: 6px;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
  }
}

.form-btn-box {
  position: relative;
  margin-top: 60px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .form-btn-box {
    margin-top: 50px;
  }
}
.form-btn-box__btn {
  width: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.form-btn-box__edit {
  width: 100%;
  max-width: 220px;
}
@media print, screen and (min-width: 835px) {
  .form-btn-box__edit {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 834px) {
  .form-btn-box__edit {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .form-btn-box__edit {
    margin-top: 30px;
  }
}
.form-btn-box__send-btn {
  width: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------
プライバシーポリシー
----------------------------------------------------------*/
.privacy-wrapper__note {
  color: #c10000;
  font-size: 1.8rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 3px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 599px) {
  .privacy-wrapper__note {
    font-size: 1.7rem;
  }
}

/*--------------------------------------------------------
ネストライブの強み
----------------------------------------------------------*/
/* index */
.strength-reason-wrapper {
  padding: 0 0 110px;
}
@media screen and (max-width: 1024px) {
  .strength-reason-wrapper {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 599px) {
  .strength-reason-wrapper {
    padding: 0 0 70px;
  }
}
.strength-reason-wrapper__box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .strength-reason-wrapper__box {
    flex-direction: column-reverse;
  }
}
.strength-reason-wrapper__box__img {
  margin-right: 60px;
  max-width: 490px;
}
@media screen and (max-width: 1024px) {
  .strength-reason-wrapper__box__img {
    margin-right: 40px;
    max-width: 400px;
  }
}
@media screen and (max-width: 834px) {
  .strength-reason-wrapper__box__img {
    margin-right: 30px;
    max-width: 320px;
  }
}
@media screen and (max-width: 599px) {
  .strength-reason-wrapper__box__img {
    margin-top: 25px;
    margin-right: 0;
    max-width: 86%;
  }
}
.strength-reason-wrapper__box__body__en {
  margin-bottom: 6px;
  font-family: "Jost", sans-serif;
  color: #b2cad3;
  font-weight: 500;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 1024px) {
  .strength-reason-wrapper__box__body__en {
    margin-bottom: 0;
  }
}
.strength-reason-wrapper__box__body__catch {
  margin-bottom: 26px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 3.2rem;
  color: #005dad;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .strength-reason-wrapper__box__body__catch {
    margin-bottom: 16px;
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 834px) {
  .strength-reason-wrapper__box__body__catch {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .strength-reason-wrapper__box__body__catch {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.strength-reason-wrapper__box__body__txt {
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.strength-feature-wrapper {
  position: relative;
  padding: 90px 50px 120px;
  background-color: #f1f5f7;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .strength-feature-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .strength-feature-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .strength-feature-wrapper {
    padding: 70px 30px 100px;
  }
}
@media screen and (max-width: 599px) {
  .strength-feature-wrapper {
    padding: 60px 20px 90px;
  }
}
.strength-feature-wrapper__box {
  display: flex;
}
@media screen and (max-width: 599px) {
  .strength-feature-wrapper__box {
    flex-direction: column;
  }
}
.strength-feature-wrapper__box__body {
  margin-top: -6px;
  flex: 1;
}
@media screen and (max-width: 599px) {
  .strength-feature-wrapper__box__body {
    margin-top: 0;
  }
}
.strength-feature-wrapper__box__body__txt {
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.strength-feature-wrapper__box__body > .btn-base {
  margin-top: 30px;
  justify-content: flex-start;
  max-width: 260px;
}
@media screen and (max-width: 1024px) {
  .strength-feature-wrapper__box__body > .btn-base {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .strength-feature-wrapper__box__body > .btn-base {
    margin: 15px auto 0;
  }
}
.strength-feature-wrapper__box__ph {
  margin-left: 50px;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .strength-feature-wrapper__box__ph {
    margin-left: 35px;
    max-width: 420px;
  }
}
@media screen and (max-width: 834px) {
  .strength-feature-wrapper__box__ph {
    margin-left: 25px;
    max-width: 350px;
  }
}
@media screen and (max-width: 599px) {
  .strength-feature-wrapper__box__ph {
    margin-top: 25px;
    margin-left: 0;
    max-width: 100%;
  }
}
.strength-feature-wrapper__box02 {
  display: flex;
  align-items: center;
  padding: 40px 64px 38px 60px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .strength-feature-wrapper__box02 {
    padding: 35px 50px;
  }
}
@media screen and (max-width: 834px) {
  .strength-feature-wrapper__box02 {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 599px) {
  .strength-feature-wrapper__box02 {
    padding: 20px 25px 30px;
    flex-direction: column;
  }
}
.strength-feature-wrapper__box02__body {
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  flex: 1;
}
.strength-feature-wrapper__box02__body__ttl {
  margin-bottom: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.6rem;
  color: #005dad;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .strength-feature-wrapper__box02__body__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 834px) {
  .strength-feature-wrapper__box02__body__ttl {
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .strength-feature-wrapper__box02__body__ttl {
    margin-bottom: 6px;
    font-size: 1.9rem;
  }
}
.strength-feature-wrapper__box02__body__txt {
  line-height: 1.9;
}
.strength-feature-wrapper__box02__img {
  margin-left: 65px;
  max-width: 430px;
}
@media screen and (max-width: 1024px) {
  .strength-feature-wrapper__box02__img {
    margin-left: 50px;
    max-width: 340px;
  }
}
@media screen and (max-width: 834px) {
  .strength-feature-wrapper__box02__img {
    margin-left: 40px;
    max-width: 280px;
  }
}
@media screen and (max-width: 599px) {
  .strength-feature-wrapper__box02__img {
    margin-top: 15px;
    margin-left: 0;
    max-width: 100%;
  }
}
.strength-feature-wrapper__box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media print, screen and (max-width: 1260px) {
  .strength-feature-wrapper__box-list {
    gap: 25px;
  }
}
@media screen and (max-width: 834px) {
  .strength-feature-wrapper__box-list {
    gap: 15px;
  }
}
@media screen and (max-width: 599px) {
  .strength-feature-wrapper__box-list {
    flex-direction: column;
  }
}
.strength-feature-wrapper__box-list__item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 40px;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  background-color: #fff;
}
@media print, screen and (max-width: 1260px) {
  .strength-feature-wrapper__box-list__item {
    padding: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .strength-feature-wrapper__box-list__item {
    padding: 30px;
  }
}
@media screen and (max-width: 834px) {
  .strength-feature-wrapper__box-list__item {
    padding: 25px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .strength-feature-wrapper__box-list__item {
    width: 100%;
    padding: 20px;
  }
}
.strength-feature-wrapper__box-list__item__ttl-inner {
  width: 260px;
}
@media screen and (max-width: 834px) {
  .strength-feature-wrapper__box-list__item__ttl-inner {
    width: 100%;
  }
}
.strength-feature-wrapper__box-list__item__num {
  position: absolute;
  top: 24px;
  right: 36px;
  font-family: "Jost", sans-serif;
  font-size: 5.7rem;
  color: #e5eef2;
  font-weight: 400;
  line-height: 1;
  letter-spacing: normal;
}
@media print, screen and (max-width: 1260px) {
  .strength-feature-wrapper__box-list__item__num {
    top: 30px;
    right: 30px;
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .strength-feature-wrapper__box-list__item__num {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 834px) {
  .strength-feature-wrapper__box-list__item__num {
    top: 10px;
    right: 10px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 599px) {
  .strength-feature-wrapper__box-list__item__num {
    top: 16px;
    right: 8px;
    font-size: 3.4rem;
  }
}
.strength-feature-wrapper__box-list__item__ttl {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.2rem;
  color: #005dad;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .strength-feature-wrapper__box-list__item__ttl {
    margin-bottom: 14px;
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 599px) {
  .strength-feature-wrapper__box-list__item__ttl {
    margin-bottom: 12px;
    font-size: 1.7rem;
  }
}
.strength-feature-wrapper__box-list__item__txt {
  text-align: justify;
  line-height: 1.9;
}
.strength-feature-wrapper__box-list__item ul {
  width: calc(100% - 260px);
}
@media screen and (max-width: 834px) {
  .strength-feature-wrapper__box-list__item ul {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .strength-feature-wrapper__box-list__item ul {
    width: 100%;
  }
}

.strength-voice-wrapper {
  padding: 90px 0 120px;
}
@media screen and (max-width: 1024px) {
  .strength-voice-wrapper {
    padding: 70px 0 100px;
  }
}
@media screen and (max-width: 599px) {
  .strength-voice-wrapper {
    padding: 60px 0 90px;
  }
}
.strength-voice-wrapper__box-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strength-voice-wrapper__box-list__item {
  display: flex;
  padding: 50px;
  background-color: #eef3f5;
}
@media screen and (max-width: 1024px) {
  .strength-voice-wrapper__box-list__item {
    padding: 35px;
  }
}
@media screen and (max-width: 599px) {
  .strength-voice-wrapper__box-list__item {
    flex-direction: column;
    align-items: center;
    padding: 20px 25px;
  }
}
.strength-voice-wrapper__box-list__item__img {
  width: 160px;
}
@media screen and (max-width: 1024px) {
  .strength-voice-wrapper__box-list__item__img {
    width: 130px;
  }
}
@media screen and (max-width: 599px) {
  .strength-voice-wrapper__box-list__item__img {
    width: 110px;
    margin-bottom: 16px;
  }
}
.strength-voice-wrapper__box-list__item__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(99.9% - 160px);
  padding-left: 38px;
}
@media screen and (max-width: 1024px) {
  .strength-voice-wrapper__box-list__item__body {
    width: calc(99.9% - 130px);
    padding-left: 26px;
  }
}
@media screen and (max-width: 599px) {
  .strength-voice-wrapper__box-list__item__body {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
.strength-voice-wrapper__box-list__item__body__name {
  margin-bottom: 16px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.4rem;
  color: #005dad;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .strength-voice-wrapper__box-list__item__body__name {
    margin-bottom: 6px;
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .strength-voice-wrapper__box-list__item__body__name {
    font-size: 1.8rem;
  }
}
.strength-voice-wrapper__box-list__item__body__txt {
  text-align: justify;
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}/*# sourceMappingURL=style.css.map */