@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;
  }
}
/* タブレットのみ */
@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: 1080px;
    -webkit-print-color-adjust: exact;
  }
  .header {
    position: absolute !important;
  }
  /*　------- ↓その他参考例　---------
  .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;
  }
}

.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: 834px) {
  .contents-wrapper {
    padding: 0 30px 150px;
  }
}
@media screen and (max-width: 599px) {
  .contents-wrapper {
    padding: 0 20px 110px;
  }
}
.contents-wrapper--pb00 {
  padding-bottom: 0 !important;
}

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

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

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

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

.header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 90px;
  /* 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+ */
  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 {
  position: absolute;
  top: 21px;
  left: 40px;
  width: 203px;
  line-height: 0.1;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    top: 19px;
    left: 30px;
  }
}
@media screen and (max-width: 834px) {
  .header__logo {
    top: 21px;
    width: 162.4px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo {
    width: 142.1px;
    top: 19px;
    left: 20px;
  }
}
.header__logo__link {
  position: relative;
  display: block;
  aspect-ratio: 203/53;
  background-image: url(../img/common/logo_white.webp);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 1;
  will-change: opacity;
  -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 (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;
}
.header--none .header__logo::before {
  background-color: transparent;
}

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(21, 36, 140) 0%, rgb(0, 112, 198) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
body.open .header__logo::before {
  background-color: transparent;
}
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(21, 36, 140) 0%, rgb(0, 112, 198) 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/arw03.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 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;
    background-size: 8px auto;
  }
}
@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;
    background-size: 6px auto;
  }
}
.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--blank::before {
  background-image: url(../img/common/icon_blank.svg);
  background-size: 18px auto;
}
@media screen and (max-width: 834px) {
  .menu-box__inner__list__item__link--blank::before {
    background-size: 16px auto;
  }
}
@media screen and (max-width: 599px) {
  .menu-box__inner__list__item__link--blank::before {
    background-size: 14px auto;
  }
}
.menu-box__inner__bnr-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 599px) {
  .menu-box__inner__bnr-list {
    gap: 10px 0;
    margin-top: 30px;
  }
}
.menu-box__inner__bnr-list__item {
  width: calc((99.9% - 20px) / 2);
}
@media screen and (max-width: 599px) {
  .menu-box__inner__bnr-list__item {
    width: 100%;
  }
}

.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: 80px 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%;
    align-items: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 834px) {
  .footer-box__company {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__company {
    margin-bottom: 30px;
  }
}
.footer-box__company__logo {
  max-width: 203px;
  -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: 172.55px;
    margin-bottom: 25px;
  }
}
.footer-box__company__logo__link {
  display: block;
  color: #ffffff;
}
.footer-box__company__logo__link img {
  width: 100%;
}
@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;
  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: 1024px) {
  .footer-box__site {
    width: 100%;
    margin-top: 0;
  }
}
.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-box__site__btn-box {
  margin-top: 30px;
}
.footer-box__site__btn-box__btn {
  display: block;
  max-width: 310px;
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1;
  background-image: url(../img/common/icon_blank_white.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border: 1px solid #ffffff;
  padding: 19px 40px 19px 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__btn-box__btn {
    max-width: 279px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .footer-box__site__btn-box__btn {
    background-position: right 15px center;
    background-size: 18px auto;
    padding: 17px 33px 17px 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .footer-box__site__btn-box__btn {
    max-width: 248px;
    font-size: 1.4rem;
    background-position: right 10px center;
    background-size: 16px auto;
    padding: 17px 26px 17px 20px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footer-box__site__btn-box__btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

.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: 0;
  width: 633px;
  aspect-ratio: 633/430;
  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 screen and (max-width: 1024px) {
  .pagetitle::before {
    right: -40px;
    width: 569.7px;
  }
}
@media screen and (max-width: 834px) {
  .pagetitle::before {
    right: -60px;
    width: 443.1px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle::before {
    right: -80px;
    width: 316.5px;
  }
}
@media screen and (max-width: 320px) {
  .pagetitle::before {
    right: -120px;
  }
}
.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 {
  line-height: 1;
  text-align: center;
  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;
}
.hl01__en {
  display: block;
  color: #1064b0;
  font-size: 9.5rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  -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__en {
    font-size: 8.6rem;
  }
}
@media screen and (max-width: 834px) {
  .hl01__en {
    font-size: 7.6rem;
  }
}
@media screen and (max-width: 599px) {
  .hl01__en {
    font-size: 5.2rem;
  }
}
.hl01__jp {
  display: block;
  color: #587b9a;
  font-size: 2.3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  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;
}
@media screen and (max-width: 1024px) {
  .hl01__jp {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 834px) {
  .hl01__jp {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 599px) {
  .hl01__jp {
    font-size: 1.5rem;
    margin-top: 8px;
  }
}
.hl01--white .hl01__en {
  color: #ffffff;
}
.hl01--white .hl01__jp {
  color: #ffffff;
}
.hl01--type02 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .hl01--type02 {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 835px) {
  .hl01--type02 .hl01__jp {
    margin-top: 0;
    margin-left: 0.8em;
  }
}
.hl01--type03 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .hl01--type03 {
    flex-direction: column;
  }
}
.hl01--type03 .hl01__en {
  color: #ffffff;
}
.hl01--type03 .hl01__en::first-letter {
  color: #f29a00;
}
.hl01--type03 .hl01__jp {
  color: #ffffff;
}
@media print, screen and (min-width: 835px) {
  .hl01--type03 .hl01__jp {
    position: relative;
    padding-left: 1.2em;
    margin-top: 0;
    margin-left: 0.8em;
  }
}
.hl01--type03 .hl01__jp::before {
  position: absolute;
  content: "/";
  top: -6px;
  left: 0;
  width: 0.5em;
  height: 1.2em;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .hl01--type03 .hl01__jp::before {
    display: none;
  }
}

.hl02 {
  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) {
  .hl02 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 834px) {
  .hl02 {
    font-size: 2.4rem;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .hl02 {
    font-size: 1.8rem;
    padding-left: 15px;
    margin-bottom: 25px;
  }
}
.hl02::before, .hl02::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
}
@media screen and (max-width: 599px) {
  .hl02::before, .hl02::after {
    width: 3px;
  }
}
.hl02::before {
  height: 100%;
  background-color: #005dad;
}
.hl02::after {
  height: 50%;
  background-color: #1d283a;
}
.hl02--border {
  border-bottom: 1px solid #d1dbe1;
  padding-bottom: 14px;
}
@media screen and (max-width: 834px) {
  .hl02--border {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .hl02--border {
    padding-bottom: 10px;
  }
}
.hl02--border::before {
  height: calc(100% - 14px);
}
@media screen and (max-width: 834px) {
  .hl02--border::before {
    height: calc(100% - 12px);
  }
}
@media screen and (max-width: 599px) {
  .hl02--border::before {
    height: calc(100% - 10px);
  }
}
.hl02--border::after {
  height: calc((100% - 14px) / 2);
}
@media screen and (max-width: 834px) {
  .hl02--border::after {
    height: calc((100% - 12px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .hl02--border::after {
    height: calc((100% - 10px) / 2);
  }
}

.hl03 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-top: 43px;
  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: 1024px) {
  .hl03 {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .hl03 {
    padding-top: 37px;
    margin-bottom: 30px;
  }
}
.hl03::before {
  position: absolute;
  content: "";
  top: 0;
  left: calc((100% - 26px) / 2 + 5px);
  width: 26px;
  background-image: url(../img/common/mark02.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 13/14;
  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) {
  .hl03::before {
    left: calc((100% - 23.4px) / 2 + 5px);
    width: 23.4px;
  }
}
@media screen and (max-width: 599px) {
  .hl03::before {
    left: calc((100% - 20.8px) / 2 + 5px);
    width: 20.8px;
  }
}
.hl03__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) {
  .hl03__jp {
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 834px) {
  .hl03__jp {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .hl03__jp {
    font-size: 2rem;
  }
}
.hl03__en {
  color: #005dad;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.025em;
  margin-top: 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) {
  .hl03__en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .hl03__en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .hl03__en {
    font-size: 1.2rem;
    margin-top: 4px;
  }
}
.hl03--fc01 .hl03__en {
  color: #abb9c7;
}

.hl04 {
  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;
  -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 {
    font-size: 1.8rem;
    padding-left: 24px;
  }
}
@media screen and (max-width: 599px) {
  .hl04 {
    font-size: 1.6rem;
    padding-left: 22px;
  }
}
.hl04::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #005dad;
  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) {
  .hl04::before {
    top: 6px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 599px) {
  .hl04::before {
    top: 5px;
  }
}
.hl04::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #005dad;
  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) {
  .hl04::after {
    top: 9px;
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 599px) {
  .hl04::after {
    top: 8px;
  }
}

.flow-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ecf2f6;
  padding: 30px 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) {
  .flow-box {
    padding: 25px 35px;
  }
}
@media screen and (max-width: 834px) {
  .flow-box {
    align-items: flex-start;
    padding: 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .flow-box {
    padding: 25px 20px;
  }
}
.flow-box::before, .flow-box::after {
  position: absolute;
  content: "";
  left: 109px;
  width: 2px;
  height: calc((100% - 140px) / 2);
  border-left: 2px dotted #1064b0;
  -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) {
  .flow-box::before, .flow-box::after {
    left: 91.5px;
    height: calc((100% - 115px) / 2);
  }
}
@media screen and (max-width: 834px) {
  .flow-box::before, .flow-box::after {
    left: 74px;
  }
}
@media screen and (max-width: 599px) {
  .flow-box::before, .flow-box::after {
    left: 51.5px;
  }
}
.flow-box::before {
  top: 0;
}
@media screen and (max-width: 834px) {
  .flow-box::before {
    height: 30px;
  }
}
@media screen and (max-width: 599px) {
  .flow-box::before {
    height: 25px;
  }
}
.flow-box::after {
  bottom: 0;
}
@media screen and (max-width: 834px) {
  .flow-box::after {
    height: calc(100% - 90px - 30px);
  }
}
@media screen and (max-width: 599px) {
  .flow-box::after {
    height: calc(100% - 65px - 25px);
  }
}
.flow-box__num {
  position: relative;
  width: 140px;
  -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) {
  .flow-box__num {
    width: 115px;
  }
}
@media screen and (max-width: 834px) {
  .flow-box__num {
    width: 90px;
  }
}
@media screen and (max-width: 599px) {
  .flow-box__num {
    width: 65px;
  }
}
.flow-box__num img {
  width: 100%;
}
.flow-box__body {
  display: flex;
  align-items: center;
  width: calc(99.9% - 140px);
  padding-left: 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) {
  .flow-box__body {
    width: calc(99.9% - 115px);
    padding-left: 35px;
  }
}
@media screen and (max-width: 834px) {
  .flow-box__body {
    flex-direction: column;
    align-items: flex-start;
    width: calc(99.9% - 90px);
    padding-top: 10px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .flow-box__body {
    width: calc(99.9% - 65px);
    padding-left: 20px;
  }
}
.flow-box__body__item {
  width: 224px;
  -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) {
  .flow-box__body__item {
    width: 184px;
  }
}
@media screen and (max-width: 834px) {
  .flow-box__body__item {
    width: 100%;
  }
}
.flow-box__body__item__text {
  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;
}
@media screen and (max-width: 1024px) {
  .flow-box__body__item__text {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 834px) {
  .flow-box__body__item__text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .flow-box__body__item__text {
    font-size: 1.9rem;
  }
}
.flow-box__body__detail {
  position: relative;
  width: calc(99.9% - 224px);
  padding: 20px 0 20px 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) {
  .flow-box__body__detail {
    width: calc(99.9% - 184px);
    padding: 15px 0 15px 35px;
  }
}
@media screen and (max-width: 834px) {
  .flow-box__body__detail {
    width: 100%;
    padding: 15px 0 0;
    margin-top: 20px;
  }
}
.flow-box__body__detail::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #b3c3ce;
}
@media screen and (max-width: 834px) {
  .flow-box__body__detail::before {
    width: 100%;
    height: 1px;
  }
}
.flow-box__body__detail__text {
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .flow-box__body__detail__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 834px) {
  .flow-box__body__detail__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .flow-box__body__detail__text {
    font-size: 1.5rem;
  }
}

.step-box {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 30px 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) {
  .step-box {
    padding: 25px 35px;
  }
}
@media screen and (max-width: 834px) {
  .step-box {
    align-items: flex-start;
    padding: 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .step-box {
    padding: 25px 20px;
  }
}
.step-box::before, .step-box::after {
  position: absolute;
  content: "";
  left: 109px;
  width: 2px;
  height: calc((100% - 140px) / 2);
  border-left: 2px dotted #1064b0;
  -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) {
  .step-box::before, .step-box::after {
    left: 91.5px;
    height: calc((100% - 115px) / 2);
  }
}
@media screen and (max-width: 834px) {
  .step-box::before, .step-box::after {
    left: 74px;
  }
}
@media screen and (max-width: 599px) {
  .step-box::before, .step-box::after {
    left: 51.5px;
  }
}
.step-box::before {
  top: 0;
}
@media screen and (max-width: 834px) {
  .step-box::before {
    height: 30px;
  }
}
@media screen and (max-width: 599px) {
  .step-box::before {
    height: 25px;
  }
}
.step-box::after {
  bottom: 0;
}
@media screen and (max-width: 834px) {
  .step-box::after {
    height: calc(100% - 90px - 30px);
  }
}
@media screen and (max-width: 599px) {
  .step-box::after {
    height: calc(100% - 65px - 25px);
  }
}
.step-box__num {
  position: relative;
  width: 140px;
  -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) {
  .step-box__num {
    width: 115px;
  }
}
@media screen and (max-width: 834px) {
  .step-box__num {
    width: 90px;
  }
}
@media screen and (max-width: 599px) {
  .step-box__num {
    width: 65px;
  }
}
.step-box__num img {
  width: 100%;
}
.step-box__body {
  width: calc(99.9% - 140px);
  padding-left: 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) {
  .step-box__body {
    width: calc(99.9% - 115px);
    padding-left: 35px;
  }
}
@media screen and (max-width: 834px) {
  .step-box__body {
    width: calc(99.9% - 90px);
    padding-top: 15px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .step-box__body {
    width: calc(99.9% - 65px);
    padding-top: 10x;
    padding-left: 20px;
  }
}
.step-box__body__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.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .step-box__body__title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 834px) {
  .step-box__body__title {
    font-size: 1.9rem;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 599px) {
  .step-box__body__title {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
}
.step-box__body__text {
  line-height: 1.5;
}

.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: 834px) {
  .intro-box__img {
    width: 45%;
  }
}
@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: 834px) {
  .intro-box__body {
    width: 54.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: #ffffff;
  font-size: 2.9rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 2;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  -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.7rem;
  }
}
@media screen and (max-width: 834px) {
  .intro-box__body__catch {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .intro-box__body__catch {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 320px) {
  .intro-box__body__catch {
    font-size: 1.8rem;
  }
}
.intro-box__body__catch__marker {
  background-color: #005dad;
  padding: 2px 10px 4px;
}
.intro-box__body__text {
  margin-top: 20px;
}

.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;
}

.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+ */
  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: 28px 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: 23px auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .btn-base:hover {
    transform: translateX(3px);
  }
}
.btn-base--white {
  color: #1064b0;
  background: none;
  background-color: #faf7f5;
}
.btn-base--white::before {
  background-image: url(../img/common/arw01.svg);
  background-color: rgba(16, 99, 176, 0.2);
}
.btn-base__icon {
  background-position: left center;
  background-repeat: no-repeat;
}
.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;
  }
}

.btn-base02 {
  display: flex;
  align-items: 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;
  border-bottom: 1px solid #ffffff;
  padding: 0 55px 15px 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: 599px) {
  .btn-base02 {
    font-size: 1.7rem;
    padding: 0 50px 15px 0;
  }
}
.btn-base02::before {
  position: absolute;
  content: "";
  top: calc((100% - 28px - 15px) / 2);
  right: 0;
  width: 50px;
  height: 28px;
  background-image: url(../img/common/arw01_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px auto;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 28px;
}
@media screen and (max-width: 599px) {
  .btn-base02::before {
    top: calc((100% - 25px - 15px) / 2);
    width: 45px;
    height: 25px;
    background-size: 23px auto;
  }
}
@media print, screen and (min-width: 1025px) {
  .btn-base02:hover {
    transform: translateX(3px);
  }
}

.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;
  }
}

.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;
}

.ul-list {
  display: flex;
  flex-direction: column;
  gap: 8px 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: 599px) {
  .ul-list {
    gap: 6px 0;
  }
}
.ul-list > li {
  position: relative;
  line-height: 1.5;
  text-align: justify;
  padding-left: 18px;
  -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) {
  .ul-list > li {
    padding-left: 13px;
  }
}
.ul-list > li::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #005dad;
}
@media screen and (max-width: 599px) {
  .ul-list > li::before {
    top: 7px;
    width: 7px;
    height: 7px;
  }
}
.ul-list--circle > li::before {
  border-radius: 50%;
}
.ul-list--ib {
  flex-wrap: wrap;
  flex-direction: row;
  gap: 8px 30px;
}
@media screen and (max-width: 599px) {
  .ul-list--ib {
    gap: 6px 25px;
  }
}

.list-check {
  display: flex;
  flex-direction: column;
  gap: 8px 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: 599px) {
  .list-check {
    gap: 6px 0;
  }
}
.list-check > li {
  position: relative;
  line-height: 1.5;
  text-align: justify;
  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;
}
.list-check > li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #005dad;
  border-radius: 50%;
}
@media screen and (max-width: 599px) {
  .list-check > li::before {
    top: 4px;
  }
}
.list-check > li::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(35deg);
}
@media screen and (max-width: 599px) {
  .list-check > li::after {
    top: 7px;
  }
}
.list-check--orange > li::before {
  background-color: #f29a00;
}

.faq-list__item {
  margin-top: 10px;
}
.faq-list__item:first-child {
  margin-top: 0;
}
.faq-list__item__inr {
  background-color: #eff4f7;
}
.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: #eff4f7;
  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 {
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1795d3+0,1795d3+22,ffffff+100 */
  background: linear-gradient(to bottom, rgb(23, 149, 211) 0%, rgb(23, 149, 211) 17%, rgb(255, 255, 255) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 130px 50px 95px;
  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-about-wrapper {
    padding: 110px 30px 85px;
  }
}
@media screen and (max-width: 834px) {
  .top-about-wrapper {
    padding: 90px 30px 90px;
  }
}
@media screen and (max-width: 599px) {
  .top-about-wrapper {
    padding: 80px 20px 85px;
  }
}
.top-about-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50px;
  width: 784px;
  background-image: url(../img/top/bg_about.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 392/319;
}
@media screen and (max-width: 1024px) {
  .top-about-wrapper::before {
    left: 30px;
    width: 627.2px;
  }
}
@media screen and (max-width: 834px) {
  .top-about-wrapper::before {
    left: 20px;
    width: 470.4px;
  }
}
@media screen and (max-width: 599px) {
  .top-about-wrapper::before {
    left: 10px;
    width: 313.6px;
  }
}
.top-about-wrapper::after {
  position: absolute;
  content: "";
  top: 27px;
  left: calc((100% - 682px) / 2);
  width: 682px;
  background-image: url(../img/top/bg_about02.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 341/344;
}
.top-about-wrapper__title {
  font-size: 12rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: linear-gradient(180deg, #b9cfe2 0%, #a8c8e0 40%, #9ac5e1 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  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) {
  .top-about-wrapper__title {
    font-size: 10.8rem;
  }
}
@media screen and (max-width: 834px) {
  .top-about-wrapper__title {
    font-size: 8.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-about-wrapper__title {
    font-size: 5.7rem;
  }
}
.top-about-wrapper__read {
  color: #ffffff;
  font-size: 2.1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 2;
  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) {
  .top-about-wrapper__read {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 834px) {
  .top-about-wrapper__read {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .top-about-wrapper__read {
    font-size: 1.6rem;
  }
}
.top-about-wrapper__policy {
  position: relative;
  display: flex;
  background-color: #ffffff;
  padding: 100px 100px 0;
  margin-top: 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 print, screen and (max-width: 1200px) {
  .top-about-wrapper__policy {
    padding: 80px 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-about-wrapper__policy {
    margin-top: 70px;
  }
}
@media screen and (max-width: 834px) {
  .top-about-wrapper__policy {
    flex-direction: column;
    padding: 60px 60px 104px;
  }
}
@media screen and (max-width: 599px) {
  .top-about-wrapper__policy {
    padding: 40px 40px 104px;
    margin-top: 50px;
  }
}
.top-about-wrapper__policy__head {
  width: 34%;
  -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-wrapper__policy__head {
    width: 100%;
  }
}
.top-about-wrapper__policy__head__title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.top-about-wrapper__policy__head__title__en {
  position: relative;
  color: #1064b0;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.025em;
  line-height: 1;
  padding-left: 11px;
  margin-bottom: 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) {
  .top-about-wrapper__policy__head__title__en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .top-about-wrapper__policy__head__title__en {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .top-about-wrapper__policy__head__title__en {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
}
.top-about-wrapper__policy__head__title__en::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #1064b0;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .top-about-wrapper__policy__head__title__en::before {
    top: 4px;
  }
}
.top-about-wrapper__policy__head__title__jp {
  font-size: 4.4rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 35px;
  -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__policy__head__title__jp {
    font-size: 3.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .top-about-wrapper__policy__head__title__jp {
    font-size: 3.1rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .top-about-wrapper__policy__head__title__jp {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}
.top-about-wrapper__policy__head__btn-box {
  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: 834px) {
  .top-about-wrapper__policy__head__btn-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-top: 0;
  }
}
.top-about-wrapper__policy__head__btn-box__btn {
  justify-content: left;
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 834px) {
  .top-about-wrapper__policy__head__btn-box__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.top-about-wrapper__policy__body {
  width: 65.9%;
  padding-left: 100px;
  -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-wrapper__policy__body {
    padding-left: 80px;
  }
}
@media screen and (max-width: 834px) {
  .top-about-wrapper__policy__body {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.top-about-wrapper__policy__body__list > li {
  position: relative;
  border-top: 1px solid #d7e6f3;
  -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-about-wrapper__policy__body__list > li::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #1064b0;
  -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-about-box {
  padding-top: 35px;
  padding-bottom: 35px;
  -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 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-about-box {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.top-about-box__title {
  color: #1064b0;
  font-size: 4.9rem;
  font-family: "Overpass", sans-serif !important;
  font-weight: 300;
  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 print, screen and (max-width: 1200px) {
  .top-about-box__title {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-about-box__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .top-about-box__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-about-box__title {
    font-size: 2.5rem;
  }
}
.top-about-box__title::first-letter {
  color: #f29a00;
  font-weight: 600;
}
.top-about-box__text {
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  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 print, screen and (max-width: 1200px) {
  .top-about-box__text {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-about-box__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .top-about-box__text {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-about-box__text {
    font-size: 1.6rem;
  }
}

.top-strength-wrapper {
  background-image: url(../img/top/bg_strength.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 50px 190px;
  -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-strength-wrapper {
    background-position: right 40% center;
    padding: 110px 30px 150px;
  }
}
@media screen and (max-width: 834px) {
  .top-strength-wrapper {
    background-position: right 26% center;
    padding: 90px 30px 130px;
  }
}
@media screen and (max-width: 599px) {
  .top-strength-wrapper {
    background-image: url(../img/top/bg_strength_sp.webp);
    background-position: right center;
    padding: 80px 20px 80px;
  }
}
.top-strength-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 print, screen and (max-width: 1200px) {
  .top-strength-wrapper__list {
    gap: 25px;
  }
}
@media screen and (max-width: 834px) {
  .top-strength-wrapper__list {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-strength-wrapper__list {
    gap: 30px 0px;
  }
}
.top-strength-wrapper__list__item {
  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 print, screen and (max-width: 1200px) {
  .top-strength-wrapper__list__item {
    width: calc((99.9% - 50px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .top-strength-wrapper__list__item {
    width: calc((99.9% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .top-strength-wrapper__list__item {
    width: 100%;
  }
}
.top-strength-wrapper__btn-box {
  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;
}
.top-strength-wrapper__btn-box__btn {
  justify-content: flex-start;
  width: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.strength-box {
  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;
}
.strength-box__img {
  position: relative;
  -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;
}
.strength-box__img::before {
  position: absolute;
  content: "";
  left: calc((100% - 26px) / 2);
  bottom: -14px;
  width: 26px;
  background-image: url(../img/common/mark01.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 13/14;
  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) {
  .strength-box__img::before {
    left: calc((100% - 23.4px) / 2);
    bottom: -12px;
    width: 23.4px;
  }
}
@media screen and (max-width: 834px) {
  .strength-box__img::before {
    left: calc((100% - 20.8px) / 2);
    bottom: -11px;
    width: 20.8px;
  }
}
.strength-box__img img {
  width: 100%;
}
.strength-box__body {
  padding-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: 1024px) {
  .strength-box__body {
    padding-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .strength-box__body {
    padding-top: 20px;
  }
}
.strength-box__body__title {
  color: #ffffff;
  font-size: 2.9rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  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: 1300px) {
  .strength-box__body__title {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .strength-box__body__title {
    font-size: 2.5rem;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 834px) {
  .strength-box__body__title {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 599px) {
  .strength-box__body__title {
    font-size: 2.1rem;
    margin-bottom: 15px;
  }
}
.strength-box__body__text {
  color: #ffffff;
}

.top-business-wrapper {
  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: 1024px) {
  .top-business-wrapper {
    padding: 100px 30px 50px;
  }
}
@media screen and (max-width: 834px) {
  .top-business-wrapper {
    padding: 80px 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-business-wrapper {
    padding: 60px 20px 0;
  }
}
.top-business-wrapper__read {
  max-width: 920px;
  margin: 0 auto 40px;
}
.top-business-wrapper__list {
  display: flex;
  flex-direction: column;
  gap: 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: 834px) {
  .top-business-wrapper__list {
    margin-left: -30px;
    margin-right: -30px;
    gap: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-business-wrapper__list {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.top-business-wrapper__list__item:nth-child(even) .business-box {
  justify-content: flex-start;
}

.business-box {
  display: flex;
  justify-content: flex-end;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 100px 0 100px;
  -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) {
  .business-box {
    padding: 70px 70px 0 70px;
  }
}
@media screen and (max-width: 1024px) {
  .business-box {
    padding: 50px 50px 0 50px;
  }
}
@media screen and (max-width: 834px) {
  .business-box {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 599px) {
  .business-box {
    padding: 50px 40px;
  }
}
.business-box__body {
  width: 39.5%;
  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: 1200px) {
  .business-box__body {
    width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .business-box__body {
    width: 50%;
  }
}
@media screen and (max-width: 834px) {
  .business-box__body {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.business-box__body__title {
  position: relative;
  display: flex;
  align-items: center;
  /* 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: 24px 30px 24px 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 print, screen and (max-width: 1400px) {
  .business-box__body__title {
    padding: 22px 25px 22px 65px;
  }
}
@media screen and (max-width: 1024px) {
  .business-box__body__title {
    padding: 24px 30px 24px 75px;
  }
}
@media screen and (max-width: 834px) {
  .business-box__body__title {
    padding: 19px 30px 19px 55px;
  }
}
@media screen and (max-width: 599px) {
  .business-box__body__title {
    padding: 14px 20px 14px 35px;
  }
}
.business-box__body__title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50px;
  width: 2px;
  height: calc(100% - 25px);
  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 print, screen and (max-width: 1400px) {
  .business-box__body__title::before {
    left: 40px;
    height: calc(100% - 22px);
  }
}
@media screen and (max-width: 1024px) {
  .business-box__body__title::before {
    left: 50px;
    height: calc(100% - 25px);
  }
}
@media screen and (max-width: 834px) {
  .business-box__body__title::before {
    left: 30px;
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 599px) {
  .business-box__body__title::before {
    left: 20px;
    height: calc(100% - 15px);
  }
}
.business-box__body__title__jp {
  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: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  -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) {
  .business-box__body__title__jp {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .business-box__body__title__jp {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 834px) {
  .business-box__body__title__jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .business-box__body__title__jp {
    font-size: 2rem;
  }
}
.business-box__body__title__en {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.8rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-left: 0.8em;
  -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) {
  .business-box__body__title__en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .business-box__body__title__en {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .business-box__body__title__en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .business-box__body__title__en {
    font-size: 1.2rem;
  }
}
.business-box__body__inr {
  padding: 35px 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 print, screen and (max-width: 1400px) {
  .business-box__body__inr {
    padding: 30px 40px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .business-box__body__inr {
    padding: 35px 50px 50px;
  }
}
@media screen and (max-width: 834px) {
  .business-box__body__inr {
    padding: 25px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .business-box__body__inr {
    padding: 15px 20px 20px;
  }
}
.business-box__body__inr__bg-box {
  background-color: #f1f5f9;
  padding: 30px 35px;
  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: 1024px) {
  .business-box__body__inr__bg-box {
    padding: 25px 30px;
  }
}
@media screen and (max-width: 834px) {
  .business-box__body__inr__bg-box {
    padding: 20px 25px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .business-box__body__inr__bg-box {
    padding: 15px 20px;
    margin-top: 10px;
  }
}
.business-box--business01 {
  background-image: url(../img/top/img_business01.webp);
}
.business-box--business02 {
  background-image: url(../img/top/img_business02.webp);
}

.top-case-wrapper {
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6eff5+0,eff4f7+100 */
  background: linear-gradient(to bottom, rgb(230, 239, 245) 0%, rgb(239, 244, 247) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 120px 50px 125px;
  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-case-wrapper {
    padding: 110px 30px 105px;
  }
}
@media screen and (max-width: 599px) {
  .top-case-wrapper {
    padding: 90px 20px 70px;
  }
}
.top-case-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  right: 50px;
  width: 784px;
  background-image: url(../img/top/bg_case.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 392/319;
}
@media screen and (max-width: 1024px) {
  .top-case-wrapper::before {
    right: 30px;
    width: 627.2px;
  }
}
@media screen and (max-width: 834px) {
  .top-case-wrapper::before {
    right: 20px;
    width: 470.4px;
  }
}
@media screen and (max-width: 599px) {
  .top-case-wrapper::before {
    right: 10px;
    width: 313.6px;
  }
}
.top-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 print, screen and (max-width: 1200px) {
  .top-case-wrapper__list {
    gap: 25px;
  }
}
@media screen and (max-width: 834px) {
  .top-case-wrapper__list {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-case-wrapper__list {
    gap: 20px 0px;
  }
}
.top-case-wrapper__list__item {
  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 print, screen and (max-width: 1200px) {
  .top-case-wrapper__list__item {
    width: calc((99.9% - 50px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .top-case-wrapper__list__item {
    width: calc((99.9% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .top-case-wrapper__list__item {
    width: 100%;
  }
}
.top-case-wrapper__btn-box {
  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;
}
.top-case-wrapper__btn-box__btn {
  width: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.case-box {
  word-break: break-all;
  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;
}
.case-box__img {
  -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;
}
.case-box__img img {
  width: 100%;
}
.case-box__body {
  padding: 30px 40px 35px;
  -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) {
  .case-box__body {
    padding: 25px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .case-box__body {
    padding: 20px 20px 25px;
  }
}
.case-box__body__title {
  position: relative;
  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.3;
  border-bottom: 1px solid #d0dde5;
  padding-bottom: 20px;
  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) {
  .case-box__body__title {
    font-size: 2.2rem;
    padding-bottom: 18px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 599px) {
  .case-box__body__title {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.case-box__body__title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 60px;
  height: 2px;
  background-color: #0a4ca5;
  -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) {
  .case-box__body__title::before {
    width: 22%;
  }
}
@media screen and (max-width: 834px) {
  .case-box__body__title::before {
    width: 19%;
  }
}
@media screen and (max-width: 599px) {
  .case-box__body__title::before {
    width: 50px;
  }
}
.case-box__body .sub-text {
  background-color: #f1f5f9;
  margin-top: 15px;
  padding: 12px 20px;
  color: #005dad;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .case-box__body .sub-text {
    padding: 10px 15px;
    font-size: 1.4rem;
  }
}

.top-flow-wrapper {
  padding: 110px 50px 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) {
  .top-flow-wrapper {
    padding: 90px 30px 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-flow-wrapper {
    padding: 70px 20px 50px;
  }
}
.top-flow-wrapper__read {
  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: 834px) {
  .top-flow-wrapper__read {
    text-align: center;
  }
}
.top-flow-wrapper__read__text {
  position: relative;
  display: inline-block;
  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;
  line-height: 1.3;
  background-color: #f29a00;
  padding: 8px 15px;
  margin-right: 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) {
  .top-flow-wrapper__read__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .top-flow-wrapper__read__text {
    font-size: 1.4rem;
    padding: 8px 10px;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-flow-wrapper__read__text {
    font-size: 1.2rem;
    padding: 8px 5px;
    margin-right: 10px;
    margin-left: 10px;
  }
}
.top-flow-wrapper__read__text::before {
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  width: 21px;
  height: 100%;
  background-color: #f29a00;
  clip-path: polygon(0% 0%, 0% 100%, 100% 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-flow-wrapper__read__text::before {
    right: -15px;
    width: 16px;
  }
}
@media screen and (max-width: 599px) {
  .top-flow-wrapper__read__text::before {
    right: -10px;
    width: 11px;
  }
}
.top-flow-wrapper__read__text::after {
  display: none;
  position: absolute;
  content: "";
  top: 0;
  height: 100%;
  background-color: #f29a00;
  clip-path: polygon(0% 100%, 100% 100%, 100% 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-flow-wrapper__read__text::after {
    display: block;
    left: -15px;
    width: 16px;
  }
}
@media screen and (max-width: 599px) {
  .top-flow-wrapper__read__text::after {
    left: -10px;
    width: 11px;
  }
}
.top-flow-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-flow-wrapper__list__item:nth-child(even) .flow-box {
  background-color: #ffffff;
}
.top-flow-wrapper__list__item:nth-child(1) .flow-box::before {
  display: none;
}
.top-flow-wrapper__list__item:last-child .flow-box::after {
  display: none;
}

.top-recruit-wrapper {
  background-color: #f1f5f9;
  padding: 100px 50px 100px;
  -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-recruit-wrapper {
    padding: 85px 30px 85px;
  }
}
@media screen and (max-width: 599px) {
  .top-recruit-wrapper {
    padding: 70px 20px 70px;
  }
}

.recruit-img-box {
  display: flex;
  flex-direction: row-reverse;
  background-image: url(../img/top/bg_recruit.webp);
  background-position: center 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 screen and (max-width: 599px) {
  .recruit-img-box {
    flex-wrap: wrap;
  }
}
.recruit-img-box__img {
  position: relative;
  width: 54%;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 16% 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: 599px) {
  .recruit-img-box__img {
    width: 100%;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
  }
}
.recruit-img-box__img::before {
  display: block;
  content: "";
  aspect-ratio: 65/38;
}
.recruit-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;
}
.recruit-img-box__body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 45.9%;
  color: #ffffff;
  padding: 92px 40px 92px 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 print, screen and (max-width: 1200px) {
  .recruit-img-box__body {
    padding: 70px 40px 70px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-img-box__body {
    padding: 50px 30px 50px 50px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-img-box__body {
    padding: 40px 20px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-img-box__body {
    width: 100%;
    padding: 20px 30px 30px;
  }
}
.recruit-img-box__body__title {
  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.3;
  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) {
  .recruit-img-box__body__title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .recruit-img-box__body__title {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-img-box__body__title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.recruit-img-box__body__title::first-letter {
  color: #f29a00;
}
.recruit-img-box__body__btn-box {
  margin-top: 28px;
  -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-img-box__body__btn-box {
    margin-top: 18px;
  }
}
.recruit-img-box__body__btn-box__btn {
  width: 100%;
  max-width: 214px;
}

.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: 100px 50px 110px;
  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: 85px 30px 95px;
  }
}
@media screen and (max-width: 599px) {
  .top-contact-wrapper {
    padding: 70px 20px 80px;
  }
}
.top-contact-wrapper__kitakyuman {
  position: absolute;
  right: 2%;
  bottom: -73.3%;
  width: 355px;
  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: -58.5%;
    width: 284px;
  }
}
@media print, screen and (max-width: 1500px) {
  .top-contact-wrapper__kitakyuman {
    bottom: -55.6%;
    width: 269.8px;
  }
}
@media print, screen and (max-width: 1400px) {
  .top-contact-wrapper__kitakyuman {
    bottom: -52.1%;
    width: 252.05px;
  }
}
@media print, screen and (max-width: 1300px) {
  .top-contact-wrapper__kitakyuman {
    bottom: -48.8%;
    width: 237.85px;
  }
}
@media print, screen and (max-width: 1200px) {
  .top-contact-wrapper__kitakyuman {
    right: 1%;
    bottom: -39%;
    width: 191.7px;
  }
}
@media print, screen and (max-width: 1100px) {
  .top-contact-wrapper__kitakyuman {
    bottom: -24.3%;
    width: 159.75px;
  }
}
@media screen and (max-width: 1024px) {
  .top-contact-wrapper__kitakyuman {
    bottom: -27%;
    width: 127.8px;
  }
}
@media screen and (max-width: 834px) {
  .top-contact-wrapper__kitakyuman {
    right: auto;
    left: 2%;
    bottom: -24%;
    width: 110.05px;
  }
}
@media screen and (max-width: 599px) {
  .top-contact-wrapper__kitakyuman {
    left: 3%;
    bottom: -18%;
    width: 95.85px;
  }
}
@media screen and (max-width: 320px) {
  .top-contact-wrapper__kitakyuman {
    left: 2%;
  }
}
.top-contact-wrapper__kitakyuman img {
  width: 100%;
}

/*--------------------------------------------------------
業務請負の事例
----------------------------------------------------------*/
.case-reason-wrapper {
  padding: 0 0 120px;
}
@media screen and (max-width: 1024px) {
  .case-reason-wrapper {
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 599px) {
  .case-reason-wrapper {
    padding: 0 0 70px;
  }
}
.case-reason-wrapper__box {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .case-reason-wrapper__box {
    flex-direction: column;
  }
}
.case-reason-wrapper__box__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(99.9% - 550px);
  padding-left: 5.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) {
  .case-reason-wrapper__box__body {
    width: 54.9%;
  }
}
@media screen and (max-width: 834px) {
  .case-reason-wrapper__box__body {
    width: 59.9%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .case-reason-wrapper__box__body {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
}
.case-reason-wrapper__box__body__en {
  color: #b2cad3;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 6px;
}
@media screen and (max-width: 1024px) {
  .case-reason-wrapper__box__body__en {
    margin-bottom: 0;
  }
}
.case-reason-wrapper__box__body__catch {
  color: #005dad;
  font-size: 3.2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-bottom: 26px;
}
@media screen and (max-width: 1024px) {
  .case-reason-wrapper__box__body__catch {
    font-size: 2.9rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 834px) {
  .case-reason-wrapper__box__body__catch {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .case-reason-wrapper__box__body__catch {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.case-reason-wrapper__box__body__txt {
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.case-reason-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) {
  .case-reason-wrapper__box__img {
    width: 45%;
  }
}
@media screen and (max-width: 834px) {
  .case-reason-wrapper__box__img {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .case-reason-wrapper__box__img {
    width: 100%;
  }
}
.case-reason-wrapper__box__img img {
  width: 100%;
}

.case-strength-wrapper {
  position: relative;
  background-color: #eff4f7;
  padding: 75px 50px 120px;
  overflow: hidden;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .case-strength-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .case-strength-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .case-strength-wrapper {
    padding: 75px 30px 100px;
  }
}
@media screen and (max-width: 834px) {
  .case-strength-wrapper {
    padding: 65px 30px 100px;
  }
}
@media screen and (max-width: 599px) {
  .case-strength-wrapper {
    padding: 55px 20px 80px;
  }
}
.case-strength-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: calc((100% - 140px) / 2);
  width: 140px;
  height: 4px;
  background-color: #005dad;
  -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) {
  .case-strength-wrapper::before {
    left: calc((100% - 120px) / 2);
    width: 120px;
  }
}
@media screen and (max-width: 599px) {
  .case-strength-wrapper::before {
    left: calc((100% - 100px) / 2);
    width: 100px;
    height: 3px;
  }
}
.case-strength-wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 785px;
  background-image: url(../img/case/bg_strength.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 785/639;
  -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) {
  .case-strength-wrapper::after {
    width: 628px;
  }
}
@media screen and (max-width: 834px) {
  .case-strength-wrapper::after {
    width: 471px;
  }
}
@media screen and (max-width: 599px) {
  .case-strength-wrapper::after {
    width: 314px;
  }
}
.case-strength-wrapper__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 45px;
  -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) {
  .case-strength-wrapper__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .case-strength-wrapper__title {
    margin-bottom: 35px;
  }
}
.case-strength-wrapper__title__jp {
  font-size: 3.4rem;
  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) {
  .case-strength-wrapper__title__jp {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .case-strength-wrapper__title__jp {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 599px) {
  .case-strength-wrapper__title__jp {
    font-size: 2.2rem;
  }
}
.case-strength-wrapper__title__en {
  color: #005dad;
  font-size: 1.6rem;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.025em;
  margin-top: 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) {
  .case-strength-wrapper__title__en {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .case-strength-wrapper__title__en {
    font-size: 1.4rem;
    margin-top: 3px;
  }
}
@media screen and (max-width: 599px) {
  .case-strength-wrapper__title__en {
    font-size: 1.3rem;
  }
}
.case-strength-wrapper__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 print, screen and (max-width: 1200px) {
  .case-strength-wrapper__list {
    gap: 25px;
  }
}
@media screen and (max-width: 834px) {
  .case-strength-wrapper__list {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .case-strength-wrapper__list {
    gap: 20px 0px;
  }
}
.case-strength-wrapper__list__item {
  width: calc((99.9% - 60px) / 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 print, screen and (max-width: 1200px) {
  .case-strength-wrapper__list__item {
    width: calc((99.9% - 50px) / 3);
  }
}
@media screen and (max-width: 834px) {
  .case-strength-wrapper__list__item {
    width: calc((99.9% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .case-strength-wrapper__list__item {
    width: 100%;
  }
}

.case-strength-box {
  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;
}
.case-strength-box__img img {
  width: 100%;
}
.case-strength-box__body {
  position: relative;
  padding: 17px 35px 35px;
  -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) {
  .case-strength-box__body {
    padding: 17px 30px 30px;
  }
}
@media screen and (max-width: 834px) {
  .case-strength-box__body {
    padding: 15px 25px 30px;
  }
}
@media screen and (max-width: 599px) {
  .case-strength-box__body {
    padding: 13px 20px 25px;
  }
}
.case-strength-box__body::before {
  position: absolute;
  content: "";
  top: -14px;
  left: 35px;
  width: 26px;
  background-image: url(../img/common/mark01.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 13/14;
  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) {
  .case-strength-box__body::before {
    top: -13px;
    left: 30px;
    width: 23.4px;
  }
}
@media screen and (max-width: 834px) {
  .case-strength-box__body::before {
    left: 25px;
  }
}
@media screen and (max-width: 599px) {
  .case-strength-box__body::before {
    top: -12px;
    left: 20px;
    width: 20.8px;
  }
}
.case-strength-box__body__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -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;
}
.case-strength-box__body__title__txt {
  width: calc(99.9% - 68px);
  color: #005dad;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "FP-ヒラギノ明朝 StdN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, "ＭＳ ゴシック", serif;
  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: 1024px) {
  .case-strength-box__body__title__txt {
    width: calc(99.9% - 63px);
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 599px) {
  .case-strength-box__body__title__txt {
    width: calc(99.9% - 58px);
    font-size: 1.92rem;
  }
}
.case-strength-box__body__title__num {
  width: 68px;
  color: #e5eef2;
  font-size: 5.7rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  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;
}
@media screen and (max-width: 1024px) {
  .case-strength-box__body__title__num {
    width: 63px;
    font-size: 5.13rem;
  }
}
@media screen and (max-width: 599px) {
  .case-strength-box__body__title__num {
    width: 58px;
    font-size: 4.56rem;
  }
}
.case-strength-box__body__text {
  line-height: 1.85;
  margin-top: 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;
}

.case-study-wrapper {
  padding: 100px 0 0;
}
@media screen and (max-width: 1024px) {
  .case-study-wrapper {
    padding: 80px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .case-study-wrapper {
    padding: 60px 0 0;
  }
}

.case-study-box {
  background-color: #eff4f7;
  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) {
  .case-study-box {
    padding: 60px 50px;
  }
}
@media screen and (max-width: 834px) {
  .case-study-box {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 599px) {
  .case-study-box {
    padding: 30px 20px;
  }
}
.case-study-box__title01 {
  display: flex;
  margin-bottom: 20px;
  gap: 0 14px;
  -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) {
  .case-study-box__title01 {
    gap: 0 13px;
  }
}
@media screen and (max-width: 599px) {
  .case-study-box__title01 {
    margin-bottom: 10px;
    gap: 0 12px;
  }
}
.case-study-box__title01__num {
  width: 80px;
  height: 30px;
  color: #005dad;
  font-size: 1.6rem;
  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;
  border: 2px solid #005dad;
  border-radius: 30px;
  padding: 4px 5px 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) {
  .case-study-box__title01__num {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 834px) {
  .case-study-box__title01__num {
    width: 72px;
    height: 27px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .case-study-box__title01__num {
    width: 64px;
    height: 24px;
    font-size: 1.3rem;
    padding: 3px 5px 0;
  }
}
.case-study-box__title01__text {
  display: flex;
  align-items: center;
  width: calc(99.9% - 80px - 14px);
  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.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) {
  .case-study-box__title01__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .case-study-box__title01__text {
    width: calc(99.9% - 72px - 13px);
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .case-study-box__title01__text {
    width: calc(99.9% - 64px - 12px);
    font-size: 1.4rem;
  }
}
.case-study-box__title02 {
  color: #005dad;
  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.35;
  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) {
  .case-study-box__title02 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 834px) {
  .case-study-box__title02 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .case-study-box__title02 {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
}
.case-study-box__solution {
  display: flex;
  background-color: #ffffff;
  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;
}
@media screen and (max-width: 599px) {
  .case-study-box__solution {
    flex-direction: column;
  }
}
.case-study-box__solution__head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  background-color: #005dad;
  -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) {
  .case-study-box__solution__head {
    width: 110px;
  }
}
@media screen and (max-width: 834px) {
  .case-study-box__solution__head {
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .case-study-box__solution__head {
    width: 100%;
  }
}
.case-study-box__solution__head__title {
  color: #ffffff;
  font-size: 1.9rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  -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) {
  .case-study-box__solution__head__title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .case-study-box__solution__head__title {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 599px) {
  .case-study-box__solution__head__title {
    font-size: 1.6rem;
  }
}
.case-study-box__solution__head--orange {
  background-color: #f29a00;
}
.case-study-box__solution__body {
  width: calc(99.9% - 140px);
  padding: 24px 30px 24px 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) {
  .case-study-box__solution__body {
    width: calc(99.9% - 110px);
    padding: 19px 20px 19px 30px;
  }
}
@media screen and (max-width: 834px) {
  .case-study-box__solution__body {
    width: calc(99.9% - 80px);
    padding: 14px 10px 14px 20px;
  }
}
@media screen and (max-width: 599px) {
  .case-study-box__solution__body {
    width: 100%;
    padding: 20px 10px 10px;
  }
}
.case-study-box__title03 {
  position: relative;
  color: #005dad;
  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;
  margin-bottom: 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) {
  .case-study-box__title03 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 834px) {
  .case-study-box__title03 {
    font-size: 1.9rem;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .case-study-box__title03 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.case-study-box__title03::before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #005dad;
  -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) {
  .case-study-box__title03::before {
    top: 12px;
  }
}
@media screen and (max-width: 599px) {
  .case-study-box__title03::before {
    top: 11px;
  }
}
.case-study-box__title03__icon {
  position: relative;
  display: inline-block;
  background-image: url(../img/common/icon_light.svg);
  background-position: left top 1px;
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-color: #eff4f7;
  padding: 2px 18px 2px 24px;
  -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) {
  .case-study-box__title03__icon {
    background-size: 14px auto;
    padding: 2px 17px 2px 23px;
  }
}
@media screen and (max-width: 834px) {
  .case-study-box__title03__icon {
    background-position: left top 2px;
    background-size: 13px auto;
    padding: 2px 16px 2px 22px;
  }
}
@media screen and (max-width: 599px) {
  .case-study-box__title03__icon {
    background-size: 12px auto;
    padding: 2px 15px 2px 21px;
  }
}
.case-study-box--bg02 {
  background-color: #f2f2f2;
}
.case-study-box--bg02 .case-study-box__title03__icon {
  background-color: #f2f2f2;
}

/*--------------------------------------------------------
会社案内
----------------------------------------------------------*/
/* index */
.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: #eff4f7;
  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 {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 785px;
  background-image: url(../img/company/bg_company.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  aspect-ratio: 785/639;
  -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 {
    width: 628px;
  }
}
@media screen and (max-width: 834px) {
  .company-greeting-wrapper::before {
    width: 471px;
  }
}
@media screen and (max-width: 599px) {
  .company-greeting-wrapper::before {
    width: 314px;
  }
}
.company-greeting-wrapper__text {
  font-size: 1.7rem;
  line-height: 1.85;
}
@media screen and (max-width: 599px) {
  .company-greeting-wrapper__text {
    font-size: 1.6rem;
  }
}
.company-greeting-wrapper__name-img {
  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-img img {
  width: 100%;
  max-width: 285px;
  -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-greeting-wrapper__name-img img {
    max-width: 228px;
  }
}
@media screen and (max-width: 599px) {
  .company-greeting-wrapper__name-img img {
    max-width: 199.5px;
  }
}

.company-outline-wrapper {
  padding: 95px 0 120px;
}
@media screen and (max-width: 1024px) {
  .company-outline-wrapper {
    padding: 85px 0 100px;
  }
}
@media screen and (max-width: 599px) {
  .company-outline-wrapper {
    padding: 75px 0 80px;
  }
}
.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__other-list {
  display: flex;
  flex-wrap: wrap;
  gap: 46px 38px;
  -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-outline-wrapper__other-list {
    gap: 41px 33px;
  }
}
@media screen and (max-width: 834px) {
  .company-outline-wrapper__other-list {
    gap: 30px 0;
  }
}
.company-outline-wrapper__other-list > li {
  width: calc((99.9% - 38px) / 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) {
  .company-outline-wrapper__other-list > li {
    width: calc((99.9% - 33px) / 2);
  }
}
@media screen and (max-width: 834px) {
  .company-outline-wrapper__other-list > li {
    width: 100%;
  }
}

.company-other-box {
  background-color: #eff4f7;
  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) {
  .company-other-box {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .company-other-box {
    padding: 20px;
  }
}
.company-other-box__dl {
  display: flex;
  flex-direction: column;
  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: 599px) {
  .company-other-box__dl {
    gap: 8px 0;
  }
}
.company-other-box__dl__inr {
  display: flex;
}
.company-other-box__dl__inr__dt {
  width: 95px;
  color: #005dad;
  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.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) {
  .company-other-box__dl__inr__dt {
    width: 85px;
  }
}
.company-other-box__dl__inr__dd {
  width: calc(99.9% - 95px);
  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) {
  .company-other-box__dl__inr__dd {
    width: calc(99.9% - 85px);
  }
}

.company-base-wrapper {
  background-color: #f2f6f8;
  padding: 90px 50px 120px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .company-base-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .company-base-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .company-base-wrapper {
    padding: 80px 30px 110px;
  }
}
@media screen and (max-width: 599px) {
  .company-base-wrapper {
    padding: 70px 20px 100px;
  }
}
.company-base-wrapper__img img {
  width: 100%;
}

.company-access-wrapper {
  background-color: #fff;
  padding: 90px 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: 80px 30px 110px;
  }
}
@media screen and (max-width: 599px) {
  .company-access-wrapper {
    padding: 70px 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%;
}

/*--------------------------------------------------------
求職者の方へ
----------------------------------------------------------*/
.recruit-intro-wrapper {
  padding: 0 50px 120px;
  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: 0 30px 100px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-intro-wrapper {
    padding: 0 20px 80px;
  }
}
.recruit-intro-wrapper__box {
  display: flex;
  background-color: #eff4f7;
  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 {
  background-color: #eff4f7;
  padding: 85px 50px 135px;
  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: 75px 30px 115px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-merit-wrapper {
    padding: 65px 20px 95px;
  }
}
.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: #ffffff;
}
@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: #eff4f7;
  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 {
  padding: 90px 0 120px;
}
@media screen and (max-width: 1024px) {
  .recruit-dispatch-wrapper {
    padding: 80px 0 105px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-dispatch-wrapper {
    padding: 70px 0 80px;
  }
}
.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: 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: 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: 54.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: 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-base-wrapper {
  background-color: #f2f6f8;
  padding: 90px 50px 120px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .recruit-base-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-base-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-base-wrapper {
    padding: 80px 30px 105px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-base-wrapper {
    padding: 70px 20px 90px;
  }
}
.recruit-base-wrapper__img img {
  width: 100%;
}

.recruit-employee-wrapper {
  padding: 90px 0 120px;
}
@media screen and (max-width: 1024px) {
  .recruit-employee-wrapper {
    padding: 80px 0 105px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-employee-wrapper {
    padding: 70px 0 90px;
  }
}
.recruit-employee-wrapper__list {
  display: flex;
  flex-direction: column;
  gap: 40px 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) {
  .recruit-employee-wrapper__list {
    gap: 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .recruit-employee-wrapper__list {
    gap: 20px 0;
  }
}
.recruit-employee-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;
}
.recruit-employee-wrapper__list__item:nth-child(even) .recruit-voice-box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .recruit-employee-wrapper__list__item:nth-child(even) .recruit-voice-box {
    flex-direction: column-reverse;
  }
}

.recruit-staff-wrapper {
  background-color: #eff4f7;
  padding: 90px 50px 120px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .recruit-staff-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-staff-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-staff-wrapper {
    padding: 80px 30px 105px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-staff-wrapper {
    padding: 70px 20px 90px;
  }
}
.recruit-staff-wrapper__list {
  display: flex;
  flex-direction: column;
  gap: 40px 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) {
  .recruit-staff-wrapper__list {
    gap: 30px 0;
  }
}
@media screen and (max-width: 599px) {
  .recruit-staff-wrapper__list {
    gap: 20px 0;
  }
}
.recruit-staff-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;
}
.recruit-staff-wrapper__list__item .recruit-voice-box {
  background-color: #ffffff;
}
.recruit-staff-wrapper__list__item:nth-child(even) .recruit-voice-box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .recruit-staff-wrapper__list__item:nth-child(even) .recruit-voice-box {
    flex-direction: column-reverse;
  }
}

.recruit-voice-box {
  display: flex;
  gap: 50px;
  padding: 50px;
  background-color: #eff4f7;
  -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-voice-box {
    gap: 40px;
    padding: 40px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-voice-box {
    gap: 30px;
    padding: 35px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-voice-box {
    flex-direction: column-reverse;
    gap: 20px 0;
    padding: 25px 20px;
  }
}
.recruit-voice-box__img {
  width: 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: 834px) {
  .recruit-voice-box__img {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .recruit-voice-box__img {
    width: 100%;
  }
}
.recruit-voice-box__img img {
  width: 100%;
}
.recruit-voice-box__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(54.9% - 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: 1024px) {
  .recruit-voice-box__body {
    width: calc(54.9% - 40px);
  }
}
@media screen and (max-width: 834px) {
  .recruit-voice-box__body {
    width: calc(59.9% - 30px);
  }
}
@media screen and (max-width: 599px) {
  .recruit-voice-box__body {
    width: 100%;
  }
}
.recruit-voice-box__body__prof {
  color: #005dad;
  font-size: 1.8rem;
  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;
  font-feature-settings: "palt";
  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) {
  .recruit-voice-box__body__prof {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 834px) {
  .recruit-voice-box__body__prof {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-voice-box__body__prof {
    font-size: 1.5rem;
  }
}
.recruit-voice-box__body__prof .job {
  display: inline-block;
  font-size: 1.7rem;
  color: #fff;
  background-color: #005dad;
  padding: 4px 10px 7px;
  margin-right: 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-voice-box__body__prof .job {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 834px) {
  .recruit-voice-box__body__prof .job {
    display: block;
    width: fit-content;
    font-size: 1.5rem;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-voice-box__body__prof .job {
    font-size: 1.4rem;
  }
}
.recruit-voice-box__body__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.4;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  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) {
  .recruit-voice-box__body__title {
    font-size: 2.2rem;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 834px) {
  .recruit-voice-box__body__title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-voice-box__body__title {
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
}

.recruit-benefits-wrapper {
  padding: 100px 0 120px;
}
@media screen and (max-width: 1024px) {
  .recruit-benefits-wrapper {
    padding: 90px 0 105px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-benefits-wrapper {
    padding: 80px 0 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-step-wrapper {
  background-color: #f2f6f8;
  padding: 100px 50px 120px;
  margin-left: -50px;
  margin-right: -50px;
}
@media screen and (max-width: 1024px) {
  .recruit-step-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-step-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit-step-wrapper {
    padding: 90px 30px 105px;
  }
}
@media screen and (max-width: 599px) {
  .recruit-step-wrapper {
    padding: 80px 20px 90px;
  }
}
.recruit-step-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;
}
.recruit-step-wrapper__list__item:nth-child(even) .step-box {
  background-color: transparent;
}
.recruit-step-wrapper__list__item:nth-child(1) .step-box::before {
  display: none;
}
.recruit-step-wrapper__list__item:last-child .step-box::after {
  display: none;
}

.recruit-faq-wrapper {
  padding: 100px 0 0;
}
@media screen and (max-width: 1024px) {
  .recruit-faq-wrapper {
    padding: 90px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .recruit-faq-wrapper {
    padding: 75px 0 0;
  }
}/*# sourceMappingURL=style.css.map */