@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

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

/**
 * pxをemに変換する
 *
 * @param {number} $size 変換元のpx
 * @param {number} $parent-font-size 親のfont-size
 *
 * @return {string} Xem
 */
/**
 * メディアクエリー用のミックスイン
 *
 * @param {number} $min 最小幅
 * @param {number} $max 最大幅
 * @param {string} $template あらかじめ設定されたテンプレートの指定
 */
/**
 * Line Clampを実装する
 *
 * @param {number} $rows 行数
 */
/*
 * スクロールバーを非表示にする
 */
/*
 * Transitionの簡易設定
 *
 * @param {string} $timing-function イージング
 * @param {string} $duration アニメーション遷移時間
 * @param {...list} $props アニメーションさせるプロパティ
 */
/**
 * hoverとfocusの同時設定
 */
/* margin
========================================================================== */
.hp_m0 {
  margin: 0px !important;
}

.hp_m5 {
  margin: 5px !important;
}

.hp_m10 {
  margin: 10px !important;
}

.hp_m15 {
  margin: 15px !important;
}

.hp_m20 {
  margin: 20px !important;
}

.hp_m25 {
  margin: 25px !important;
}

.hp_m30 {
  margin: 30px !important;
}

.hp_m35 {
  margin: 35px !important;
}

.hp_m40 {
  margin: 40px !important;
}

.hp_m45 {
  margin: 45px !important;
}

.hp_m50 {
  margin: 50px !important;
}

.hp_m55 {
  margin: 55px !important;
}

.hp_m60 {
  margin: 60px !important;
}

.hp_m65 {
  margin: 65px !important;
}

.hp_m70 {
  margin: 70px !important;
}

.hp_m75 {
  margin: 75px !important;
}

.hp_m80 {
  margin: 80px !important;
}

.hp_m85 {
  margin: 85px !important;
}

.hp_m90 {
  margin: 90px !important;
}

.hp_m95 {
  margin: 95px !important;
}

.hp_m100 {
  margin: 100px !important;
}

.hp_m105 {
  margin: 105px !important;
}

.hp_m110 {
  margin: 110px !important;
}

.hp_m115 {
  margin: 115px !important;
}

.hp_m120 {
  margin: 120px !important;
}

.hp_m125 {
  margin: 125px !important;
}

.hp_m130 {
  margin: 130px !important;
}

.hp_m135 {
  margin: 135px !important;
}

.hp_m140 {
  margin: 140px !important;
}

.hp_m145 {
  margin: 145px !important;
}

.hp_m150 {
  margin: 150px !important;
}

.hp_m155 {
  margin: 155px !important;
}

.hp_m160 {
  margin: 160px !important;
}

.hp_m165 {
  margin: 165px !important;
}

.hp_m170 {
  margin: 170px !important;
}

.hp_m175 {
  margin: 175px !important;
}

.hp_m180 {
  margin: 180px !important;
}

.hp_m185 {
  margin: 185px !important;
}

.hp_m190 {
  margin: 190px !important;
}

.hp_m195 {
  margin: 195px !important;
}

.hp_m200 {
  margin: 200px !important;
}

.hp_m205 {
  margin: 205px !important;
}

.hp_m210 {
  margin: 210px !important;
}

.hp_m215 {
  margin: 215px !important;
}

.hp_m220 {
  margin: 220px !important;
}

.hp_m225 {
  margin: 225px !important;
}

.hp_m230 {
  margin: 230px !important;
}

.hp_m235 {
  margin: 235px !important;
}

.hp_m240 {
  margin: 240px !important;
}

.hp_m245 {
  margin: 245px !important;
}

.hp_m250 {
  margin: 250px !important;
}

.hp_m255 {
  margin: 255px !important;
}

.hp_m260 {
  margin: 260px !important;
}

.hp_m265 {
  margin: 265px !important;
}

.hp_m270 {
  margin: 270px !important;
}

.hp_m275 {
  margin: 275px !important;
}

.hp_m280 {
  margin: 280px !important;
}

.hp_m285 {
  margin: 285px !important;
}

.hp_m290 {
  margin: 290px !important;
}

.hp_m295 {
  margin: 295px !important;
}

.hp_m300 {
  margin: 300px !important;
}

/*
  margin-top
  */
.hp_MT5 {
  margin-top: -5px !important;
}

.hp_MT10 {
  margin-top: -10px !important;
}

.hp_MT15 {
  margin-top: -15px !important;
}

.hp_MT20 {
  margin-top: -20px !important;
}

.hp_MT25 {
  margin-top: -25px !important;
}

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

.hp_MT35 {
  margin-top: -35px !important;
}

.hp_MT40 {
  margin-top: -40px !important;
}

.hp_MT45 {
  margin-top: -45px !important;
}

.hp_MT50 {
  margin-top: -50px !important;
}

.hp_MT55 {
  margin-top: -55px !important;
}

.hp_MT60 {
  margin-top: -60px !important;
}

.hp_MT65 {
  margin-top: -65px !important;
}

.hp_MT70 {
  margin-top: -70px !important;
}

.hp_MT75 {
  margin-top: -75px !important;
}

.hp_MT80 {
  margin-top: -80px !important;
}

.hp_MT85 {
  margin-top: -85px !important;
}

.hp_MT90 {
  margin-top: -90px !important;
}

.hp_MT95 {
  margin-top: -95px !important;
}

.hp_MT100 {
  margin-top: -100px !important;
}

.hp_MT105 {
  margin-top: -105px !important;
}

.hp_MT110 {
  margin-top: -110px !important;
}

.hp_MT115 {
  margin-top: -115px !important;
}

.hp_MT120 {
  margin-top: -120px !important;
}

.hp_MT125 {
  margin-top: -125px !important;
}

.hp_MT130 {
  margin-top: -130px !important;
}

.hp_MT135 {
  margin-top: -135px !important;
}

.hp_MT140 {
  margin-top: -140px !important;
}

.hp_MT145 {
  margin-top: -145px !important;
}

.hp_MT150 {
  margin-top: -150px !important;
}

.hp_MT155 {
  margin-top: -155px !important;
}

.hp_MT160 {
  margin-top: -160px !important;
}

.hp_MT165 {
  margin-top: -165px !important;
}

.hp_MT170 {
  margin-top: -170px !important;
}

.hp_MT175 {
  margin-top: -175px !important;
}

.hp_MT180 {
  margin-top: -180px !important;
}

.hp_MT185 {
  margin-top: -185px !important;
}

.hp_MT190 {
  margin-top: -190px !important;
}

.hp_MT195 {
  margin-top: -195px !important;
}

.hp_MT200 {
  margin-top: -200px !important;
}

.hp_MT205 {
  margin-top: -205px !important;
}

.hp_MT210 {
  margin-top: -210px !important;
}

.hp_MT215 {
  margin-top: -215px !important;
}

.hp_MT220 {
  margin-top: -220px !important;
}

.hp_MT225 {
  margin-top: -225px !important;
}

.hp_MT230 {
  margin-top: -230px !important;
}

.hp_MT235 {
  margin-top: -235px !important;
}

.hp_MT240 {
  margin-top: -240px !important;
}

.hp_MT245 {
  margin-top: -245px !important;
}

.hp_MT250 {
  margin-top: -250px !important;
}

.hp_MT255 {
  margin-top: -255px !important;
}

.hp_MT260 {
  margin-top: -260px !important;
}

.hp_MT265 {
  margin-top: -265px !important;
}

.hp_MT270 {
  margin-top: -270px !important;
}

.hp_MT275 {
  margin-top: -275px !important;
}

.hp_MT280 {
  margin-top: -280px !important;
}

.hp_MT285 {
  margin-top: -285px !important;
}

.hp_MT290 {
  margin-top: -290px !important;
}

.hp_MT295 {
  margin-top: -295px !important;
}

.hp_MT300 {
  margin-top: -300px !important;
}

.hp_mt0 {
  margin-top: 0px !important;
}

.hp_mt5 {
  margin-top: 5px !important;
}

.hp_mt10 {
  margin-top: 10px !important;
}

.hp_mt15 {
  margin-top: 15px !important;
}

.hp_mt20 {
  margin-top: 20px !important;
}

.hp_mt25 {
  margin-top: 25px !important;
}

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

.hp_mt35 {
  margin-top: 35px !important;
}

.hp_mt40 {
  margin-top: 40px !important;
}

.hp_mt45 {
  margin-top: 45px !important;
}

.hp_mt50 {
  margin-top: 50px !important;
}

.hp_mt55 {
  margin-top: 55px !important;
}

.hp_mt60 {
  margin-top: 60px !important;
}

.hp_mt65 {
  margin-top: 65px !important;
}

.hp_mt70 {
  margin-top: 70px !important;
}

.hp_mt75 {
  margin-top: 75px !important;
}

.hp_mt80 {
  margin-top: 80px !important;
}

.hp_mt85 {
  margin-top: 85px !important;
}

.hp_mt90 {
  margin-top: 90px !important;
}

.hp_mt95 {
  margin-top: 95px !important;
}

.hp_mt100 {
  margin-top: 100px !important;
}

.hp_mt105 {
  margin-top: 105px !important;
}

.hp_mt110 {
  margin-top: 110px !important;
}

.hp_mt115 {
  margin-top: 115px !important;
}

.hp_mt120 {
  margin-top: 120px !important;
}

.hp_mt125 {
  margin-top: 125px !important;
}

.hp_mt130 {
  margin-top: 130px !important;
}

.hp_mt135 {
  margin-top: 135px !important;
}

.hp_mt140 {
  margin-top: 140px !important;
}

.hp_mt145 {
  margin-top: 145px !important;
}

.hp_mt150 {
  margin-top: 150px !important;
}

.hp_mt155 {
  margin-top: 155px !important;
}

.hp_mt160 {
  margin-top: 160px !important;
}

.hp_mt165 {
  margin-top: 165px !important;
}

.hp_mt170 {
  margin-top: 170px !important;
}

.hp_mt175 {
  margin-top: 175px !important;
}

.hp_mt180 {
  margin-top: 180px !important;
}

.hp_mt185 {
  margin-top: 185px !important;
}

.hp_mt190 {
  margin-top: 190px !important;
}

.hp_mt195 {
  margin-top: 195px !important;
}

.hp_mt200 {
  margin-top: 200px !important;
}

.hp_mt205 {
  margin-top: 205px !important;
}

.hp_mt210 {
  margin-top: 210px !important;
}

.hp_mt215 {
  margin-top: 215px !important;
}

.hp_mt220 {
  margin-top: 220px !important;
}

.hp_mt225 {
  margin-top: 225px !important;
}

.hp_mt230 {
  margin-top: 230px !important;
}

.hp_mt235 {
  margin-top: 235px !important;
}

.hp_mt240 {
  margin-top: 240px !important;
}

.hp_mt245 {
  margin-top: 245px !important;
}

.hp_mt250 {
  margin-top: 250px !important;
}

.hp_mt255 {
  margin-top: 255px !important;
}

.hp_mt260 {
  margin-top: 260px !important;
}

.hp_mt265 {
  margin-top: 265px !important;
}

.hp_mt270 {
  margin-top: 270px !important;
}

.hp_mt275 {
  margin-top: 275px !important;
}

.hp_mt280 {
  margin-top: 280px !important;
}

.hp_mt285 {
  margin-top: 285px !important;
}

.hp_mt290 {
  margin-top: 290px !important;
}

.hp_mt295 {
  margin-top: 295px !important;
}

.hp_mt300 {
  margin-top: 300px !important;
}

@media (max-width: 47.9375em) {
  .hp_mt_sp0 {
    margin-top: 0px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp5 {
    margin-top: 5px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp10 {
    margin-top: 10px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp15 {
    margin-top: 15px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp20 {
    margin-top: 20px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp25 {
    margin-top: 25px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp30 {
    margin-top: 30px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp35 {
    margin-top: 35px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp40 {
    margin-top: 40px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp45 {
    margin-top: 45px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp50 {
    margin-top: 50px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp55 {
    margin-top: 55px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp60 {
    margin-top: 60px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp65 {
    margin-top: 65px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp70 {
    margin-top: 70px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp75 {
    margin-top: 75px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp80 {
    margin-top: 80px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp85 {
    margin-top: 85px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp90 {
    margin-top: 90px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp95 {
    margin-top: 95px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp100 {
    margin-top: 100px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp105 {
    margin-top: 105px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp110 {
    margin-top: 110px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp115 {
    margin-top: 115px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp120 {
    margin-top: 120px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp125 {
    margin-top: 125px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp130 {
    margin-top: 130px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp135 {
    margin-top: 135px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp140 {
    margin-top: 140px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp145 {
    margin-top: 145px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp150 {
    margin-top: 150px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp155 {
    margin-top: 155px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp160 {
    margin-top: 160px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp165 {
    margin-top: 165px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp170 {
    margin-top: 170px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp175 {
    margin-top: 175px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp180 {
    margin-top: 180px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp185 {
    margin-top: 185px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp190 {
    margin-top: 190px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp195 {
    margin-top: 195px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp200 {
    margin-top: 200px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp205 {
    margin-top: 205px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp210 {
    margin-top: 210px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp215 {
    margin-top: 215px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp220 {
    margin-top: 220px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp225 {
    margin-top: 225px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp230 {
    margin-top: 230px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp235 {
    margin-top: 235px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp240 {
    margin-top: 240px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp245 {
    margin-top: 245px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp250 {
    margin-top: 250px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp255 {
    margin-top: 255px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp260 {
    margin-top: 260px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp265 {
    margin-top: 265px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp270 {
    margin-top: 270px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp275 {
    margin-top: 275px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp280 {
    margin-top: 280px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp285 {
    margin-top: 285px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp290 {
    margin-top: 290px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp295 {
    margin-top: 295px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mt_sp300 {
    margin-top: 300px !important;
  }
}

/*
  margin-right
  */
.hp_MR5 {
  margin-right: -5px !important;
}

.hp_MR10 {
  margin-right: -10px !important;
}

.hp_MR15 {
  margin-right: -15px !important;
}

.hp_MR20 {
  margin-right: -20px !important;
}

.hp_MR25 {
  margin-right: -25px !important;
}

.hp_MR30 {
  margin-right: -30px !important;
}

.hp_MR35 {
  margin-right: -35px !important;
}

.hp_MR40 {
  margin-right: -40px !important;
}

.hp_MR45 {
  margin-right: -45px !important;
}

.hp_MR50 {
  margin-right: -50px !important;
}

.hp_MR55 {
  margin-right: -55px !important;
}

.hp_MR60 {
  margin-right: -60px !important;
}

.hp_MR65 {
  margin-right: -65px !important;
}

.hp_MR70 {
  margin-right: -70px !important;
}

.hp_MR75 {
  margin-right: -75px !important;
}

.hp_MR80 {
  margin-right: -80px !important;
}

.hp_MR85 {
  margin-right: -85px !important;
}

.hp_MR90 {
  margin-right: -90px !important;
}

.hp_MR95 {
  margin-right: -95px !important;
}

.hp_MR100 {
  margin-right: -100px !important;
}

.hp_MR105 {
  margin-right: -105px !important;
}

.hp_MR110 {
  margin-right: -110px !important;
}

.hp_MR115 {
  margin-right: -115px !important;
}

.hp_MR120 {
  margin-right: -120px !important;
}

.hp_MR125 {
  margin-right: -125px !important;
}

.hp_MR130 {
  margin-right: -130px !important;
}

.hp_MR135 {
  margin-right: -135px !important;
}

.hp_MR140 {
  margin-right: -140px !important;
}

.hp_MR145 {
  margin-right: -145px !important;
}

.hp_MR150 {
  margin-right: -150px !important;
}

.hp_MR155 {
  margin-right: -155px !important;
}

.hp_MR160 {
  margin-right: -160px !important;
}

.hp_MR165 {
  margin-right: -165px !important;
}

.hp_MR170 {
  margin-right: -170px !important;
}

.hp_MR175 {
  margin-right: -175px !important;
}

.hp_MR180 {
  margin-right: -180px !important;
}

.hp_MR185 {
  margin-right: -185px !important;
}

.hp_MR190 {
  margin-right: -190px !important;
}

.hp_MR195 {
  margin-right: -195px !important;
}

.hp_MR200 {
  margin-right: -200px !important;
}

.hp_MR205 {
  margin-right: -205px !important;
}

.hp_MR210 {
  margin-right: -210px !important;
}

.hp_MR215 {
  margin-right: -215px !important;
}

.hp_MR220 {
  margin-right: -220px !important;
}

.hp_MR225 {
  margin-right: -225px !important;
}

.hp_MR230 {
  margin-right: -230px !important;
}

.hp_MR235 {
  margin-right: -235px !important;
}

.hp_MR240 {
  margin-right: -240px !important;
}

.hp_MR245 {
  margin-right: -245px !important;
}

.hp_MR250 {
  margin-right: -250px !important;
}

.hp_MR255 {
  margin-right: -255px !important;
}

.hp_MR260 {
  margin-right: -260px !important;
}

.hp_MR265 {
  margin-right: -265px !important;
}

.hp_MR270 {
  margin-right: -270px !important;
}

.hp_MR275 {
  margin-right: -275px !important;
}

.hp_MR280 {
  margin-right: -280px !important;
}

.hp_MR285 {
  margin-right: -285px !important;
}

.hp_MR290 {
  margin-right: -290px !important;
}

.hp_MR295 {
  margin-right: -295px !important;
}

.hp_MR300 {
  margin-right: -300px !important;
}

.hp_mr0 {
  margin-right: 0px !important;
}

.hp_mr5 {
  margin-right: 5px !important;
}

.hp_mr10 {
  margin-right: 10px !important;
}

.hp_mr15 {
  margin-right: 15px !important;
}

.hp_mr20 {
  margin-right: 20px !important;
}

.hp_mr25 {
  margin-right: 25px !important;
}

.hp_mr30 {
  margin-right: 30px !important;
}

.hp_mr35 {
  margin-right: 35px !important;
}

.hp_mr40 {
  margin-right: 40px !important;
}

.hp_mr45 {
  margin-right: 45px !important;
}

.hp_mr50 {
  margin-right: 50px !important;
}

.hp_mr55 {
  margin-right: 55px !important;
}

.hp_mr60 {
  margin-right: 60px !important;
}

.hp_mr65 {
  margin-right: 65px !important;
}

.hp_mr70 {
  margin-right: 70px !important;
}

.hp_mr75 {
  margin-right: 75px !important;
}

.hp_mr80 {
  margin-right: 80px !important;
}

.hp_mr85 {
  margin-right: 85px !important;
}

.hp_mr90 {
  margin-right: 90px !important;
}

.hp_mr95 {
  margin-right: 95px !important;
}

.hp_mr100 {
  margin-right: 100px !important;
}

.hp_mr105 {
  margin-right: 105px !important;
}

.hp_mr110 {
  margin-right: 110px !important;
}

.hp_mr115 {
  margin-right: 115px !important;
}

.hp_mr120 {
  margin-right: 120px !important;
}

.hp_mr125 {
  margin-right: 125px !important;
}

.hp_mr130 {
  margin-right: 130px !important;
}

.hp_mr135 {
  margin-right: 135px !important;
}

.hp_mr140 {
  margin-right: 140px !important;
}

.hp_mr145 {
  margin-right: 145px !important;
}

.hp_mr150 {
  margin-right: 150px !important;
}

.hp_mr155 {
  margin-right: 155px !important;
}

.hp_mr160 {
  margin-right: 160px !important;
}

.hp_mr165 {
  margin-right: 165px !important;
}

.hp_mr170 {
  margin-right: 170px !important;
}

.hp_mr175 {
  margin-right: 175px !important;
}

.hp_mr180 {
  margin-right: 180px !important;
}

.hp_mr185 {
  margin-right: 185px !important;
}

.hp_mr190 {
  margin-right: 190px !important;
}

.hp_mr195 {
  margin-right: 195px !important;
}

.hp_mr200 {
  margin-right: 200px !important;
}

.hp_mr205 {
  margin-right: 205px !important;
}

.hp_mr210 {
  margin-right: 210px !important;
}

.hp_mr215 {
  margin-right: 215px !important;
}

.hp_mr220 {
  margin-right: 220px !important;
}

.hp_mr225 {
  margin-right: 225px !important;
}

.hp_mr230 {
  margin-right: 230px !important;
}

.hp_mr235 {
  margin-right: 235px !important;
}

.hp_mr240 {
  margin-right: 240px !important;
}

.hp_mr245 {
  margin-right: 245px !important;
}

.hp_mr250 {
  margin-right: 250px !important;
}

.hp_mr255 {
  margin-right: 255px !important;
}

.hp_mr260 {
  margin-right: 260px !important;
}

.hp_mr265 {
  margin-right: 265px !important;
}

.hp_mr270 {
  margin-right: 270px !important;
}

.hp_mr275 {
  margin-right: 275px !important;
}

.hp_mr280 {
  margin-right: 280px !important;
}

.hp_mr285 {
  margin-right: 285px !important;
}

.hp_mr290 {
  margin-right: 290px !important;
}

.hp_mr295 {
  margin-right: 295px !important;
}

.hp_mr300 {
  margin-right: 300px !important;
}

/*
  margin-bottom
  */
.hp_MB5 {
  margin-bottom: -5px !important;
}

.hp_MB10 {
  margin-bottom: -10px !important;
}

.hp_MB15 {
  margin-bottom: -15px !important;
}

.hp_MB20 {
  margin-bottom: -20px !important;
}

.hp_MB25 {
  margin-bottom: -25px !important;
}

.hp_MB30 {
  margin-bottom: -30px !important;
}

.hp_MB35 {
  margin-bottom: -35px !important;
}

.hp_MB40 {
  margin-bottom: -40px !important;
}

.hp_MB45 {
  margin-bottom: -45px !important;
}

.hp_MB50 {
  margin-bottom: -50px !important;
}

.hp_MB55 {
  margin-bottom: -55px !important;
}

.hp_MB60 {
  margin-bottom: -60px !important;
}

.hp_MB65 {
  margin-bottom: -65px !important;
}

.hp_MB70 {
  margin-bottom: -70px !important;
}

.hp_MB75 {
  margin-bottom: -75px !important;
}

.hp_MB80 {
  margin-bottom: -80px !important;
}

.hp_MB85 {
  margin-bottom: -85px !important;
}

.hp_MB90 {
  margin-bottom: -90px !important;
}

.hp_MB95 {
  margin-bottom: -95px !important;
}

.hp_MB100 {
  margin-bottom: -100px !important;
}

.hp_MB105 {
  margin-bottom: -105px !important;
}

.hp_MB110 {
  margin-bottom: -110px !important;
}

.hp_MB115 {
  margin-bottom: -115px !important;
}

.hp_MB120 {
  margin-bottom: -120px !important;
}

.hp_MB125 {
  margin-bottom: -125px !important;
}

.hp_MB130 {
  margin-bottom: -130px !important;
}

.hp_MB135 {
  margin-bottom: -135px !important;
}

.hp_MB140 {
  margin-bottom: -140px !important;
}

.hp_MB145 {
  margin-bottom: -145px !important;
}

.hp_MB150 {
  margin-bottom: -150px !important;
}

.hp_MB155 {
  margin-bottom: -155px !important;
}

.hp_MB160 {
  margin-bottom: -160px !important;
}

.hp_MB165 {
  margin-bottom: -165px !important;
}

.hp_MB170 {
  margin-bottom: -170px !important;
}

.hp_MB175 {
  margin-bottom: -175px !important;
}

.hp_MB180 {
  margin-bottom: -180px !important;
}

.hp_MB185 {
  margin-bottom: -185px !important;
}

.hp_MB190 {
  margin-bottom: -190px !important;
}

.hp_MB195 {
  margin-bottom: -195px !important;
}

.hp_MB200 {
  margin-bottom: -200px !important;
}

.hp_MB205 {
  margin-bottom: -205px !important;
}

.hp_MB210 {
  margin-bottom: -210px !important;
}

.hp_MB215 {
  margin-bottom: -215px !important;
}

.hp_MB220 {
  margin-bottom: -220px !important;
}

.hp_MB225 {
  margin-bottom: -225px !important;
}

.hp_MB230 {
  margin-bottom: -230px !important;
}

.hp_MB235 {
  margin-bottom: -235px !important;
}

.hp_MB240 {
  margin-bottom: -240px !important;
}

.hp_MB245 {
  margin-bottom: -245px !important;
}

.hp_MB250 {
  margin-bottom: -250px !important;
}

.hp_MB255 {
  margin-bottom: -255px !important;
}

.hp_MB260 {
  margin-bottom: -260px !important;
}

.hp_MB265 {
  margin-bottom: -265px !important;
}

.hp_MB270 {
  margin-bottom: -270px !important;
}

.hp_MB275 {
  margin-bottom: -275px !important;
}

.hp_MB280 {
  margin-bottom: -280px !important;
}

.hp_MB285 {
  margin-bottom: -285px !important;
}

.hp_MB290 {
  margin-bottom: -290px !important;
}

.hp_MB295 {
  margin-bottom: -295px !important;
}

.hp_MB300 {
  margin-bottom: -300px !important;
}

.hp_mb0 {
  margin-bottom: 0px !important;
}

.hp_mb5 {
  margin-bottom: 5px !important;
}

.hp_mb10 {
  margin-bottom: 10px !important;
}

.hp_mb15 {
  margin-bottom: 15px !important;
}

.hp_mb20 {
  margin-bottom: 20px !important;
}

.hp_mb25 {
  margin-bottom: 25px !important;
}

.hp_mb30 {
  margin-bottom: 30px !important;
}

.hp_mb35 {
  margin-bottom: 35px !important;
}

.hp_mb40 {
  margin-bottom: 40px !important;
}

.hp_mb45 {
  margin-bottom: 45px !important;
}

.hp_mb50 {
  margin-bottom: 50px !important;
}

.hp_mb55 {
  margin-bottom: 55px !important;
}

.hp_mb60 {
  margin-bottom: 60px !important;
}

.hp_mb65 {
  margin-bottom: 65px !important;
}

.hp_mb70 {
  margin-bottom: 70px !important;
}

.hp_mb75 {
  margin-bottom: 75px !important;
}

.hp_mb80 {
  margin-bottom: 80px !important;
}

.hp_mb85 {
  margin-bottom: 85px !important;
}

.hp_mb90 {
  margin-bottom: 90px !important;
}

.hp_mb95 {
  margin-bottom: 95px !important;
}

.hp_mb100 {
  margin-bottom: 100px !important;
}

.hp_mb105 {
  margin-bottom: 105px !important;
}

.hp_mb110 {
  margin-bottom: 110px !important;
}

.hp_mb115 {
  margin-bottom: 115px !important;
}

.hp_mb120 {
  margin-bottom: 120px !important;
}

.hp_mb125 {
  margin-bottom: 125px !important;
}

.hp_mb130 {
  margin-bottom: 130px !important;
}

.hp_mb135 {
  margin-bottom: 135px !important;
}

.hp_mb140 {
  margin-bottom: 140px !important;
}

.hp_mb145 {
  margin-bottom: 145px !important;
}

.hp_mb150 {
  margin-bottom: 150px !important;
}

.hp_mb155 {
  margin-bottom: 155px !important;
}

.hp_mb160 {
  margin-bottom: 160px !important;
}

.hp_mb165 {
  margin-bottom: 165px !important;
}

.hp_mb170 {
  margin-bottom: 170px !important;
}

.hp_mb175 {
  margin-bottom: 175px !important;
}

.hp_mb180 {
  margin-bottom: 180px !important;
}

.hp_mb185 {
  margin-bottom: 185px !important;
}

.hp_mb190 {
  margin-bottom: 190px !important;
}

.hp_mb195 {
  margin-bottom: 195px !important;
}

.hp_mb200 {
  margin-bottom: 200px !important;
}

.hp_mb205 {
  margin-bottom: 205px !important;
}

.hp_mb210 {
  margin-bottom: 210px !important;
}

.hp_mb215 {
  margin-bottom: 215px !important;
}

.hp_mb220 {
  margin-bottom: 220px !important;
}

.hp_mb225 {
  margin-bottom: 225px !important;
}

.hp_mb230 {
  margin-bottom: 230px !important;
}

.hp_mb235 {
  margin-bottom: 235px !important;
}

.hp_mb240 {
  margin-bottom: 240px !important;
}

.hp_mb245 {
  margin-bottom: 245px !important;
}

.hp_mb250 {
  margin-bottom: 250px !important;
}

.hp_mb255 {
  margin-bottom: 255px !important;
}

.hp_mb260 {
  margin-bottom: 260px !important;
}

.hp_mb265 {
  margin-bottom: 265px !important;
}

.hp_mb270 {
  margin-bottom: 270px !important;
}

.hp_mb275 {
  margin-bottom: 275px !important;
}

.hp_mb280 {
  margin-bottom: 280px !important;
}

.hp_mb285 {
  margin-bottom: 285px !important;
}

.hp_mb290 {
  margin-bottom: 290px !important;
}

.hp_mb295 {
  margin-bottom: 295px !important;
}

.hp_mb300 {
  margin-bottom: 300px !important;
}

@media (max-width: 47.9375em) {
  .hp_mb_sp0 {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp5 {
    margin-bottom: 5px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp10 {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp15 {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp20 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp25 {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp30 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp35 {
    margin-bottom: 35px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp40 {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp45 {
    margin-bottom: 45px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp50 {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp55 {
    margin-bottom: 55px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp60 {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp65 {
    margin-bottom: 65px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp70 {
    margin-bottom: 70px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp75 {
    margin-bottom: 75px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp80 {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp85 {
    margin-bottom: 85px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp90 {
    margin-bottom: 90px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp95 {
    margin-bottom: 95px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp100 {
    margin-bottom: 100px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp105 {
    margin-bottom: 105px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp110 {
    margin-bottom: 110px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp115 {
    margin-bottom: 115px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp120 {
    margin-bottom: 120px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp125 {
    margin-bottom: 125px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp130 {
    margin-bottom: 130px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp135 {
    margin-bottom: 135px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp140 {
    margin-bottom: 140px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp145 {
    margin-bottom: 145px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp150 {
    margin-bottom: 150px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp155 {
    margin-bottom: 155px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp160 {
    margin-bottom: 160px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp165 {
    margin-bottom: 165px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp170 {
    margin-bottom: 170px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp175 {
    margin-bottom: 175px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp180 {
    margin-bottom: 180px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp185 {
    margin-bottom: 185px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp190 {
    margin-bottom: 190px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp195 {
    margin-bottom: 195px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp200 {
    margin-bottom: 200px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp205 {
    margin-bottom: 205px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp210 {
    margin-bottom: 210px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp215 {
    margin-bottom: 215px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp220 {
    margin-bottom: 220px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp225 {
    margin-bottom: 225px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp230 {
    margin-bottom: 230px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp235 {
    margin-bottom: 235px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp240 {
    margin-bottom: 240px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp245 {
    margin-bottom: 245px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp250 {
    margin-bottom: 250px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp255 {
    margin-bottom: 255px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp260 {
    margin-bottom: 260px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp265 {
    margin-bottom: 265px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp270 {
    margin-bottom: 270px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp275 {
    margin-bottom: 275px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp280 {
    margin-bottom: 280px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp285 {
    margin-bottom: 285px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp290 {
    margin-bottom: 290px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp295 {
    margin-bottom: 295px !important;
  }
}

@media (max-width: 47.9375em) {
  .hp_mb_sp300 {
    margin-bottom: 300px !important;
  }
}

/*
  margin-left
  */
.hp_ML5 {
  margin-left: -5px !important;
}

.hp_ML10 {
  margin-left: -10px !important;
}

.hp_ML15 {
  margin-left: -15px !important;
}

.hp_ML20 {
  margin-left: -20px !important;
}

.hp_ML25 {
  margin-left: -25px !important;
}

.hp_ML30 {
  margin-left: -30px !important;
}

.hp_ML35 {
  margin-left: -35px !important;
}

.hp_ML40 {
  margin-left: -40px !important;
}

.hp_ML45 {
  margin-left: -45px !important;
}

.hp_ML50 {
  margin-left: -50px !important;
}

.hp_ML55 {
  margin-left: -55px !important;
}

.hp_ML60 {
  margin-left: -60px !important;
}

.hp_ML65 {
  margin-left: -65px !important;
}

.hp_ML70 {
  margin-left: -70px !important;
}

.hp_ML75 {
  margin-left: -75px !important;
}

.hp_ML80 {
  margin-left: -80px !important;
}

.hp_ML85 {
  margin-left: -85px !important;
}

.hp_ML90 {
  margin-left: -90px !important;
}

.hp_ML95 {
  margin-left: -95px !important;
}

.hp_ML100 {
  margin-left: -100px !important;
}

.hp_ML105 {
  margin-left: -105px !important;
}

.hp_ML110 {
  margin-left: -110px !important;
}

.hp_ML115 {
  margin-left: -115px !important;
}

.hp_ML120 {
  margin-left: -120px !important;
}

.hp_ML125 {
  margin-left: -125px !important;
}

.hp_ML130 {
  margin-left: -130px !important;
}

.hp_ML135 {
  margin-left: -135px !important;
}

.hp_ML140 {
  margin-left: -140px !important;
}

.hp_ML145 {
  margin-left: -145px !important;
}

.hp_ML150 {
  margin-left: -150px !important;
}

.hp_ML155 {
  margin-left: -155px !important;
}

.hp_ML160 {
  margin-left: -160px !important;
}

.hp_ML165 {
  margin-left: -165px !important;
}

.hp_ML170 {
  margin-left: -170px !important;
}

.hp_ML175 {
  margin-left: -175px !important;
}

.hp_ML180 {
  margin-left: -180px !important;
}

.hp_ML185 {
  margin-left: -185px !important;
}

.hp_ML190 {
  margin-left: -190px !important;
}

.hp_ML195 {
  margin-left: -195px !important;
}

.hp_ML200 {
  margin-left: -200px !important;
}

.hp_ML205 {
  margin-left: -205px !important;
}

.hp_ML210 {
  margin-left: -210px !important;
}

.hp_ML215 {
  margin-left: -215px !important;
}

.hp_ML220 {
  margin-left: -220px !important;
}

.hp_ML225 {
  margin-left: -225px !important;
}

.hp_ML230 {
  margin-left: -230px !important;
}

.hp_ML235 {
  margin-left: -235px !important;
}

.hp_ML240 {
  margin-left: -240px !important;
}

.hp_ML245 {
  margin-left: -245px !important;
}

.hp_ML250 {
  margin-left: -250px !important;
}

.hp_ML255 {
  margin-left: -255px !important;
}

.hp_ML260 {
  margin-left: -260px !important;
}

.hp_ML265 {
  margin-left: -265px !important;
}

.hp_ML270 {
  margin-left: -270px !important;
}

.hp_ML275 {
  margin-left: -275px !important;
}

.hp_ML280 {
  margin-left: -280px !important;
}

.hp_ML285 {
  margin-left: -285px !important;
}

.hp_ML290 {
  margin-left: -290px !important;
}

.hp_ML295 {
  margin-left: -295px !important;
}

.hp_ML300 {
  margin-left: -300px !important;
}

.hp_ml0 {
  margin-left: 0px !important;
}

.hp_ml5 {
  margin-left: 5px !important;
}

.hp_ml10 {
  margin-left: 10px !important;
}

.hp_ml15 {
  margin-left: 15px !important;
}

.hp_ml20 {
  margin-left: 20px !important;
}

.hp_ml25 {
  margin-left: 25px !important;
}

.hp_ml30 {
  margin-left: 30px !important;
}

.hp_ml35 {
  margin-left: 35px !important;
}

.hp_ml40 {
  margin-left: 40px !important;
}

.hp_ml45 {
  margin-left: 45px !important;
}

.hp_ml50 {
  margin-left: 50px !important;
}

.hp_ml55 {
  margin-left: 55px !important;
}

.hp_ml60 {
  margin-left: 60px !important;
}

.hp_ml65 {
  margin-left: 65px !important;
}

.hp_ml70 {
  margin-left: 70px !important;
}

.hp_ml75 {
  margin-left: 75px !important;
}

.hp_ml80 {
  margin-left: 80px !important;
}

.hp_ml85 {
  margin-left: 85px !important;
}

.hp_ml90 {
  margin-left: 90px !important;
}

.hp_ml95 {
  margin-left: 95px !important;
}

.hp_ml100 {
  margin-left: 100px !important;
}

.hp_ml105 {
  margin-left: 105px !important;
}

.hp_ml110 {
  margin-left: 110px !important;
}

.hp_ml115 {
  margin-left: 115px !important;
}

.hp_ml120 {
  margin-left: 120px !important;
}

.hp_ml125 {
  margin-left: 125px !important;
}

.hp_ml130 {
  margin-left: 130px !important;
}

.hp_ml135 {
  margin-left: 135px !important;
}

.hp_ml140 {
  margin-left: 140px !important;
}

.hp_ml145 {
  margin-left: 145px !important;
}

.hp_ml150 {
  margin-left: 150px !important;
}

.hp_ml155 {
  margin-left: 155px !important;
}

.hp_ml160 {
  margin-left: 160px !important;
}

.hp_ml165 {
  margin-left: 165px !important;
}

.hp_ml170 {
  margin-left: 170px !important;
}

.hp_ml175 {
  margin-left: 175px !important;
}

.hp_ml180 {
  margin-left: 180px !important;
}

.hp_ml185 {
  margin-left: 185px !important;
}

.hp_ml190 {
  margin-left: 190px !important;
}

.hp_ml195 {
  margin-left: 195px !important;
}

.hp_ml200 {
  margin-left: 200px !important;
}

.hp_ml205 {
  margin-left: 205px !important;
}

.hp_ml210 {
  margin-left: 210px !important;
}

.hp_ml215 {
  margin-left: 215px !important;
}

.hp_ml220 {
  margin-left: 220px !important;
}

.hp_ml225 {
  margin-left: 225px !important;
}

.hp_ml230 {
  margin-left: 230px !important;
}

.hp_ml235 {
  margin-left: 235px !important;
}

.hp_ml240 {
  margin-left: 240px !important;
}

.hp_ml245 {
  margin-left: 245px !important;
}

.hp_ml250 {
  margin-left: 250px !important;
}

.hp_ml255 {
  margin-left: 255px !important;
}

.hp_ml260 {
  margin-left: 260px !important;
}

.hp_ml265 {
  margin-left: 265px !important;
}

.hp_ml270 {
  margin-left: 270px !important;
}

.hp_ml275 {
  margin-left: 275px !important;
}

.hp_ml280 {
  margin-left: 280px !important;
}

.hp_ml285 {
  margin-left: 285px !important;
}

.hp_ml290 {
  margin-left: 290px !important;
}

.hp_ml295 {
  margin-left: 295px !important;
}

.hp_ml300 {
  margin-left: 300px !important;
}

.brPc {
  display: block;
}
@media (max-width: 79.9375em) {
  .brPc {
    display: none;
  }
}

.brPcTb {
  display: block;
}
@media (max-width: 47.9375em) {
  .brPcTb {
    display: none;
  }
}

.brPcSp {
  display: block;
}
@media (max-width: 79.9375em) {
  .brPcSp {
    display: none;
  }
}
@media (max-width: 47.9375em) {
  .brPcSp {
    display: block;
  }
}

.brTb {
  display: none;
}
@media (max-width: 79.9375em) {
  .brTb {
    display: block;
  }
}
@media (max-width: 47.9375em) {
  .brTb {
    display: none;
  }
}

.brTbSp {
  display: none;
}
@media (max-width: 79.9375em) {
  .brTbSp {
    display: block;
  }
}

.brSp {
  display: none;
}
@media (max-width: 47.9375em) {
  .brSp {
    display: block;
  }
}

html {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  line-height: 1.8;
  color: #333;
}

p {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

.header {
  box-sizing: border-box;
  padding: 20px 0 20px 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.3);
}
@media (min-width: 95em) {
  .header {
    padding-left: calc(50% - 700px);
  }
}
@media (max-width: 47.9375em) {
  .header {
    flex-direction: column;
    padding: 10px 0;
  }
}
.header.is_top {
  position: absolute;
  background-color: transparent;
}
.header.is_top.is_hide {
  position: fixed;
  transform: translateY(-100%);
}
.header.is_top.is_transition {
  transition: transform 0.3s;
}
.header.is_top.is_show {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(0);
}
.header__link {
  display: flex;
  max-width: 236px;
  transition: all 0.3s;
}
@media (max-width: 47.9375em) {
  .header__link {
    align-self: flex-start;
  }
}
.header__link:hover {
  opacity: 0.6;
}
.header__linkImg {
  width: 100%;
  display: block;
}
@media (max-width: 47.9375em) {
  .header__linkImg {
    margin: 0 0 5px 10px;
  }
}
.header__nav {
  border-radius: 100px 0 0 100px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}
@media (max-width: 47.9375em) {
  .header__nav {
    display: inline-block;
    width: auto;
    align-self: flex-end;
  }
}
.header__navList {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding: 0 0 0 25px;
  margin: 0;
}
@media (max-width: 47.9375em) {
  .header__navList {
    padding-left: 10px;
    margin-left: auto;
  }
}
.header__navListItem {
  position: relative;
  transition: all 0.3s;
}
.header__navListItem:nth-child(2) .header__navListItemLink {
  width: 125px;
}
@media (max-width: 47.9375em) {
  .header__navListItem:nth-child(2) .header__navListItemLink {
    width: 80px;
  }
}
.header__navListItem:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header__navListItemLink {
  display: block;
  width: 120px;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  color: #666666;
  font-size: 12px;
  transition: all 0.3s;
}
@media (max-width: 47.9375em) {
  .header__navListItemLink {
    padding: 10px;
    width: 80px;
  }
}
.header__navListItemLink:hover {
  font-weight: bold;
}
.header__navListItemLink:hover .dropdown {
  display: block;
}
.header .is_border {
  position: relative;
}
.header .is_border::after {
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background: #CACACA;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 47.9375em) {
  .header .is_border::after {
    width: 1px;
  }
}
.header .is_border02 {
  position: relative;
}
.header .is_border02::after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  background: #CACACA;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 47.9375em) {
  .header .is_border02::after {
    display: none;
  }
}
.header .is_bule {
  color: #fff;
  background: #79B8E6;
}
.header .is_grayish {
  color: #fff;
  background: #4F697C;
}
.header .dropdown {
  visibility: hidden;
  opacity: 0;
  width: 250px;
  position: absolute;
  top: 50px;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
  z-index: -1;
}
@media (max-width: 47.9375em) {
  .header .dropdown {
    top: 30px;
  }
}
.header .dropdown.is_service {
  width: 400px;
}
@media (max-width: 47.9375em) {
  .header .dropdown.is_service {
    width: 170px;
  }
}
.header .dropdown.is_company {
  width: 250px;
}
@media (max-width: 47.9375em) {
  .header .dropdown.is_company {
    width: 130px;
  }
}
.header .dropdown__list {
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  background: #fff;
  border-radius: 100px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  list-style: none;
  padding: 0 15px;
  margin: 20px 0 0;
}
@media (max-width: 47.9375em) {
  .header .dropdown__list {
    display: block;
    padding: 5px;
    border-radius: 10px;
  }
}
.header .dropdown__listItemLink {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  color: #666666;
  font-size: 10px;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 47.9375em) {
  .header .dropdown__listItemLink {
    padding: 10px;
  }
}
.header .dropdown__listItemLink:hover {
  font-weight: bold;
}
.header .is_positionLeft {
  left: -20px;
}

.footerLink {
  display: flex;
  justify-content: center;
  gap: 0 60px;
  padding: 100px 20px;
  background: linear-gradient(180deg, transparent 0%, transparent 40%, #E2F3FF 40%, #E2F3FF 100%);
}
@media (max-width: 79.9375em) {
  .footerLink {
    gap: 0 30px;
  }
}
@media (max-width: 47.9375em) {
  .footerLink {
    align-items: center;
    flex-flow: column;
    gap: 30px 0;
    background: linear-gradient(180deg, transparent 0%, transparent 30%, #E2F3FF 30%, #E2F3FF 100%);
    padding: 70px 20px 50px;
  }
}

.linkImage {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 245px;
  max-width: 570px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
@media (max-width: 56.25em) {
  .linkImage {
    height: 200px;
  }
}
.linkImage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 101, 195, 0.6);
  pointer-events: none;
  transition: all 0.3s;
}
.linkImage:hover::after {
  background: rgba(34, 97, 154, 0.9);
}
.linkImage:hover .linkImage__text {
  background-color: #fff;
  color: #246EAA;
}
.linkImage__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.linkImage__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.linkImage__title {
  width: 100%;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  margin: 0 0 35px;
  color: #fff;
}
@media (max-width: 56.25em) {
  .linkImage__title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.linkImage__text {
  border: 1px solid #fff;
  border-radius: 100px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  width: fit-content;
  padding: 5px 23px;
  margin: 0;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 56.25em) {
  .linkImage__text {
    font-size: 14px;
    padding: 5px 15px;
  }
}

.footer {
  color: #fff;
  background: #333333;
  width: 100%;
  padding: 80px 0 32px;
}
@media (max-width: 47.9375em) {
  .footer {
    padding: 30px 0;
  }
}
.footer__copy {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.footer__inner {
  display: flex;
  justify-content: flex-start;
  margin: 0 auto 40px;
  padding: 0 54px 0 106px;
  width: 100%;
  max-width: 1200px;
  gap: 0 50px;
}
@media (max-width: 79.9375em) {
  .footer__inner {
    padding: 0 20px;
    max-width: 950px;
  }
}
@media (max-width: 59.375em) {
  .footer__inner {
    max-width: 600px;
  }
}
@media (max-width: 47.9375em) {
  .footer__inner {
    flex-direction: column-reverse;
    justify-content: flex-start;
    gap: 50px 0;
    padding: 0;
    max-width: 400px;
  }
}
.footer__innerNav {
  display: flex;
  justify-content: flex-start;
  gap: 0 50px;
}
@media (max-width: 79.9375em) {
  .footer__innerNav {
    gap: 0 30px;
  }
}
@media (max-width: 59.375em) {
  .footer__innerNav {
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px 0;
    padding: 0 20px 0;
  }
}
.footer__box {
  margin: 0 20px 0 0;
}
@media (max-width: 79.9375em) {
  .footer__box {
    margin: 0;
  }
}
@media (max-width: 47.9375em) {
  .footer__box {
    padding: 0 20px 0;
  }
}
.footer__link {
  display: block;
  width: fit-content;
  transition: all 0.3s;
}
.footer__link:hover {
  opacity: 0.8;
}
.footer__img {
  display: block;
  max-width: 224px;
  width: 100%;
  margin: auto;
}
.footer__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.footer__text {
  font-size: 14px;
  line-height: 1;
}
.footer__boxInner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0 30px;
}
.footer__icon {
  max-width: 43px;
  width: 100%;
}
.footer__navTitle {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.footer__navTitle.is_link {
  position: relative;
  display: inline-block;
  transition: all 0.3s;
}
.footer__navTitle.is_link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #68B2DB;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
}
.footer__navTitle.is_link:hover {
  color: #68B2DB;
}
.footer__navTitle.is_link:hover::after {
  opacity: 1;
}
.footer__navTitle + .footer__navList {
  margin-top: 10px;
}
.footer__navList {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
  gap: 5px 75px;
  padding: 0;
  margin: 0;
}
@media (max-width: 79.9375em) {
  .footer__navList {
    gap: 5px 30px;
  }
}
@media (max-width: 47.9375em) {
  .footer__navList {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px 0;
  }
}
.footer__navList.is_noTitle {
  margin-top: 43px;
}
@media (max-width: 59.375em) {
  .footer__navList.is_noTitle {
    margin-top: 0;
  }
}
.footer__navListItem {
  list-style: none;
  display: grid;
  align-items: center;
  width: fit-content;
}
.footer__navListItemLink {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  position: relative;
  transition: all 0.15s;
}
.footer__navListItemLink::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #68B2DB;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
}
.footer__navListItemLink:hover {
  color: #68B2DB;
}
.footer__navListItemLink:hover::after {
  opacity: 1;
}

.contentWidth {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
.contentWidth.is_small {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.breadcrumb {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  line-height: 1;
}
.breadcrumb__text {
  font-size: 12px;
  line-height: 50px;
}
.breadcrumb__color {
  color: #246eaa;
  padding: 10px;
}
.breadcrumb__current {
  color: #246eaa;
}
.breadcrumb__link:hover, .breadcrumb__link:focus {
  text-decoration: underline;
}
.breadcrumb__link.is_noLink:hover, .breadcrumb__link.is_noLink:focus {
  text-decoration: none;
}

.table {
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-top: 60px;
  padding: 20px 40px 50px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
@media (max-width: 47.9375em) {
  .table {
    padding: 10px 10px 30px;
  }
}
.table__heading {
  padding: 20px 10px;
  width: 170px;
  font-size: 16px;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 47.9375em) {
  .table__heading {
    padding: 15px 10px;
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
.table__heading.is_business {
  vertical-align: baseline;
}
.table__row {
  position: relative;
}
.table__row::after {
  content: "";
  width: 100%;
  display: block;
  height: 3px;
  background-image: linear-gradient(90deg, #BCBCBC 50%, transparent 50%);
  background-size: 6px 6px;
  background-repeat: repeat-x;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.table__title {
  display: block;
  font-weight: bold;
}
.table__data {
  padding: 20px;
  font-size: 16px;
}
@media (max-width: 47.9375em) {
  .table__data {
    padding: 15px;
    display: block;
    padding: 5px 5px 20PX 20PX;
    font-size: 15px;
  }
}
.table__data.is_business {
  padding-left: 145px;
}
.table__list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1em;
}
.table__list + .table__title {
  margin-top: 1em;
}
.table__btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* TOPのメインビジュアル jumbotronTop */
.jumbotronTop {
  background-image: url("../images/img__topMv.webp");
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100vh;
  padding: 270px 0 305px;
  position: relative;
  display: grid;
  place-content: center;
}
.jumbotronTop__heading {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 79.9375em) {
  .jumbotronTop__heading {
    padding: 0 10px;
  }
}
@media (max-width: 79.9375em) {
  .jumbotronTop__heading {
    padding: 0 5px;
  }
}
.jumbotronTop__headingTitle {
  margin: 0 0 10px;
  background: linear-gradient(90deg, #31A7CC 0%, #1D6EB9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.05em;
  font-family: "Cormorant Garamond";
}
@media (max-width: 79.9375em) {
  .jumbotronTop__headingTitle {
    font-size: 42px;
  }
}
@media (max-width: 47.9375em) {
  .jumbotronTop__headingTitle {
    font-size: 25px;
  }
}
.jumbotronTop__headingText {
  margin: 0;
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.057;
  /* 45.254px */
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP";
}
@media (max-width: 79.9375em) {
  .jumbotronTop__headingText {
    font-size: 18px;
  }
}
@media (max-width: 47.9375em) {
  .jumbotronTop__headingText {
    font-size: 12px;
  }
}
.jumbotronTop .scroll {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -178px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 47.9375em) {
  .jumbotronTop .scroll {
    bottom: -115px;
  }
}
.jumbotronTop .scroll__text {
  color: #333;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.05em;
  margin: 0 auto 30px;
}
@media (max-width: 47.9375em) {
  .jumbotronTop .scroll__text {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.jumbotronTop .scroll__bar {
  display: block;
  width: 1px;
  height: 150px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 47.9375em) {
  .jumbotronTop .scroll__bar {
    height: 100px;
  }
}
.jumbotronTop .scroll__bar::before {
  content: "";
  display: block;
  width: 100%;
  height: 74px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 47.9375em) {
  .jumbotronTop .scroll__bar::before {
    height: 51px;
  }
}

.jumbotron {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16/5;
  max-height: 500px;
  min-height: 150px;
  overflow: hidden;
}
.jumbotron__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  justify-content: flex-end;
}
.jumbotron__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #579CDB calc(100% - 764px), rgba(87, 156, 219, 0) calc(100% - 764px + 20%)), linear-gradient(0deg, rgba(112, 167, 218, 0.1) 0%, rgba(112, 167, 218, 0.1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media (max-width: 100em) {
  .jumbotron__bg::before {
    background: linear-gradient(90deg, #579CDB 50%, rgba(87, 156, 219, 0) 80.66%), linear-gradient(0deg, rgba(112, 167, 218, 0.1) 0%, rgba(112, 167, 218, 0.1) 100%);
  }
}
.jumbotron__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/img__jumbotronLine.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 100em) {
  .jumbotron__bg::after {
    right: calc(800px - 100%);
    background-position: right;
  }
}
.jumbotron__img {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: -3;
}
.jumbotron__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  color: #FFF;
  max-width: 1240px;
  padding: 90px 20px 100px;
  margin: auto;
  z-index: 1;
}
@media (max-width: 79.9375em) {
  .jumbotron__content {
    padding: 30px 0 20px 20px;
  }
}
@media (max-width: 47.9375em) {
  .jumbotron__content {
    padding: 15px 10px 10px;
  }
}
.jumbotron__titleEn {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  font-family: Garamond;
  font-family: "Cormorant Garamond";
  letter-spacing: 2px;
}
@media (max-width: 79.9375em) {
  .jumbotron__titleEn {
    font-size: 36px;
  }
}
@media (max-width: 47.9375em) {
  .jumbotron__titleEn {
    font-size: 28px;
    line-height: 1.2;
  }
}
.jumbotron__titleJp {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 3.6px;
}
@media (max-width: 79.9375em) {
  .jumbotron__titleJp {
    font-size: 20px;
  }
}
@media (max-width: 47.9375em) {
  .jumbotron__titleJp {
    font-size: 16px;
  }
}
.jumbotron__subtext {
  font-size: 16px;
  letter-spacing: 2.4px;
}
@media (max-width: 47.9375em) {
  .jumbotron__subtext {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

/* 見出しパーツ */
/* heading01 */
.heading01 {
  width: 100%;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 47.9375em) {
  .heading01 {
    padding: 0 10px;
  }
}
.heading01__title {
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #7DD5E8 0%, #1D6EB9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 10px;
  font-family: "Cormorant Garamond";
}
@media (max-width: 79.9375em) {
  .heading01__title {
    font-size: 42px;
  }
}
@media (max-width: 47.9375em) {
  .heading01__title {
    font-size: 32px;
  }
}
.heading01__titleSub {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3em;
  margin: 0;
}
@media (max-width: 79.9375em) {
  .heading01__titleSub {
    font-size: 18px;
  }
}
@media (max-width: 47.9375em) {
  .heading01__titleSub {
    font-size: 16px;
  }
}

.heading02 {
  margin-top: 50px;
  font-family: "Noto Sans JP";
}
@media (max-width: 47.9375em) {
  .heading02 {
    margin-top: 30px;
  }
}
.heading02__title {
  text-align: center;
  color: #246EAA;
  margin: 0 auto;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media (max-width: 47.9375em) {
  .heading02__title {
    font-size: 24px;
  }
}
.heading02__subtitle {
  margin: 30px auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media (max-width: 79.9375em) {
  .heading02__subtitle {
    margin: 15px auto 0;
  }
}
@media (max-width: 47.9375em) {
  .heading02__subtitle {
    font-size: 15px;
    margin: 10px auto 0;
  }
}
.heading02__subtitle.is_textBig {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 47.9375em) {
  .heading02__subtitle.is_textBig {
    font-size: 16px;
  }
}
.heading02__subtitle.is_textBold {
  font-weight: 700;
}
@media (max-width: 47.9375em) {
  .heading02__subtitle.is_textBold {
    font-size: 14px;
  }
}

.heading3 {
  display: flex;
  padding-bottom: 7px;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  border-bottom: 2px solid #66A3DB;
  font-family: "Noto Sans JP";
}
.heading3__num {
  color: #66A3DB;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  font-family: "Noto Serif JP";
  margin-bottom: 10px;
}
.heading3__heading {
  font-size: 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: 2px;
  font-weight: normal;
}
@media (max-width: 47.9375em) {
  .heading3__heading {
    font-size: 18px;
  }
}
.heading3__text {
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
  letter-spacing: 1.2px;
  color: #666;
}
@media (max-width: 47.9375em) {
  .heading3__text {
    font-size: 10px;
  }
}

.textCenter {
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8; /* 28.8px */
  letter-spacing: 0.15em;
  margin: 0;
  padding: 0 20px;
}
@media (max-width: 47.9375em) {
  .textCenter {
    font-size: 14px;
    padding: 0 10px;
  }
}

/* ボタンパーツ */
.button {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  width: 100%;
  max-width: 220px;
  padding: 21px 0;
  color: #666;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4; /* 19.6px */
  letter-spacing: 0.1em;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 100px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
}
.button:hover, .button:focus {
  color: #FFFFFF;
  background: #22619A;
}

/* contentsSlider */
.contentsSlider {
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 47.9375em) {
  .contentsSlider {
    padding: 40px 0;
  }
}
.contentsSlider__inner {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (max-width: 79.9375em) {
  .contentsSlider__inner {
    max-width: 740px;
    padding: 0 30px;
  }
}
@media (max-width: 47.9375em) {
  .contentsSlider__inner {
    align-items: center;
    max-width: auto;
    padding: 0 15px;
  }
}
.contentsSlider__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: flex-end;
}
.contentsSlider__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #579CDB calc(100% - 770px), rgba(87, 156, 219, 0) calc(100% - 770px + 20%)), linear-gradient(0deg, rgba(112, 167, 218, 0.1) 0%, rgba(112, 167, 218, 0.1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 100em) {
  .contentsSlider__bg::before {
    background: linear-gradient(90deg, #579CDB 50%, rgba(87, 156, 219, 0) 80.66%), linear-gradient(0deg, rgba(112, 167, 218, 0.1) 0%, rgba(112, 167, 218, 0.1) 100%);
  }
}
@media (max-width: 47.9375em) {
  .contentsSlider__bg::before {
    background: linear-gradient(90deg, #579CDB 50%, rgba(87, 156, 219, 0.1) 100%), linear-gradient(0deg, rgba(112, 167, 218, 0.1) 0%, rgba(112, 167, 218, 0.1) 100%);
  }
}
.contentsSlider__bgImg {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: -3;
}
@media (max-width: 47.9375em) {
  .contentsSlider__bgImg {
    right: -100px;
  }
}
.contentsSlider__boxText {
  width: 100%;
  max-width: 520px;
  display: flex;
  flex-flow: column;
  gap: 20px 0;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 79.9375em) {
  .contentsSlider__boxText {
    gap: 20px 0;
  }
}
@media (max-width: 47.9375em) {
  .contentsSlider__boxText {
    gap: 10px 0;
  }
}
.contentsSlider__title {
  margin: 0;
  font-family: "Cormorant Garamond";
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media (max-width: 47.9375em) {
  .contentsSlider__title {
    font-size: 26px;
  }
}
.contentsSlider__subtitle {
  margin: 0;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
@media (max-width: 47.9375em) {
  .contentsSlider__subtitle {
    font-size: 16px;
  }
}
.contentsSlider__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media (max-width: 47.9375em) {
  .contentsSlider__text {
    font-size: 14px;
  }
}

/* 逆バージョン */
.is_reverse .contentsSlider__inner {
  align-items: flex-end;
}
@media (max-width: 47.9375em) {
  .is_reverse .contentsSlider__inner {
    align-items: center;
  }
}
.is_reverse .contentsSlider__bg {
  justify-content: flex-start;
}
.is_reverse .contentsSlider__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #579CDB calc(100% - 764px), rgba(87, 156, 219, 0) calc(100% - 764px + 20%)), linear-gradient(0deg, rgba(112, 167, 218, 0.1) 0%, rgba(112, 167, 218, 0.1) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 100em) {
  .is_reverse .contentsSlider__bg::before {
    background: linear-gradient(270deg, #579CDB 50%, rgba(87, 156, 219, 0) 73.72%), linear-gradient(0deg, rgba(112, 167, 218, 0.1) 0%, rgba(112, 167, 218, 0.1) 100%);
  }
}
@media (max-width: 47.9375em) {
  .is_reverse .contentsSlider__bgImg {
    right: unset;
    left: -100px;
  }
}

/* sliderList swiper */
.sliderList {
  position: relative;
}
.sliderList .swiper-slide {
  width: 100%;
  height: auto;
}
.sliderList .swiper-slide a {
  width: 100%;
  height: 100%;
}

/* swiperの共通のcss */
.swiper-wrapper {
  padding: 0;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 30px;
  width: 60px;
  margin-top: -30px;
  margin-bottom: 0;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 7px;
  width: 60px;
  margin: auto;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url("../images/icon__arrowLeft.svg");
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url("../images/icon__arrowRight.svg");
}

/* 矢印の位置調整 */
.sliderList .swiper-button-prev {
  left: -42px;
}
@media (max-width: 47.9375em) {
  .sliderList .swiper-button-prev {
    left: -30px;
  }
}
.sliderList .swiper-button-next {
  right: -42px;
}
@media (max-width: 47.9375em) {
  .sliderList .swiper-button-next {
    right: -30px;
  }
}

/* contentsSliderのsliderList */
.is_contentsSlider {
  max-width: 800px;
}
@media (max-width: 79.9375em) {
  .is_contentsSlider {
    max-width: 490px;
  }
}
@media (max-width: 47.9375em) {
  .is_contentsSlider {
    max-width: 246px;
  }
}
.is_contentsSlider .swiper-slide {
  max-width: 246px;
}

/* 採用情報のスライダー */
.is_recrute {
  width: 100%;
  max-width: 1205px;
  margin: 0 auto;
}
@media (max-width: 79.9375em) {
  .is_recrute {
    max-width: 645px;
  }
}
@media (max-width: 47.9375em) {
  .is_recrute {
    max-width: 300px;
  }
}
.is_recrute .swiper-slide {
  max-width: 370px;
  height: 100%;
}
@media (max-width: 79.9375em) {
  .is_recrute .swiper-slide {
    max-width: 300px;
  }
}

.recruit__inner {
  width: 100%;
  padding: 0 0 65px;
  background-image: url("../images/img__recruitBG.jpg");
  background-size: 100% 90%;
  background-repeat: no-repeat;
  background-position: bottom;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 47.9375em) {
  .recruit__inner {
    padding-bottom: 30px;
  }
}

/* cardIcon */
.cardIcon {
  display: block;
  box-sizing: border-box;
  padding: 13px 12px 15px;
  border-radius: 6px;
  background: rgba(248, 248, 248, 0.9);
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  font-size: 14px;
  font-family: "Noto Sans JP";
  position: relative;
  transition: all 0.2s ease-in-out;
}
.cardIcon:hover {
  background: #22619A;
}
.cardIcon:hover .cardIcon__title {
  color: #FFFFFF;
}
.cardIcon:hover .cardIcon__subtitle {
  color: #FFFFFF;
}
.cardIcon:hover .cardIcon__button {
  color: #22609A;
  background: rgba(248, 248, 248, 0.9);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
}
.cardIcon:hover .cardIcon__icon path {
  stroke: #FFFFFF;
}
.cardIcon:hover .cardIcon__icon.is_fillWhite path {
  fill: #FFFFFF;
}
.cardIcon:hover .cardIcon__icon.is_fillWhite path.is_fillPathNone {
  fill: none;
}
.cardIcon__innerImg {
  height: 70px;
  margin: 0 0 10px;
}
.cardIcon__icon {
  margin: auto;
  transition: all 0.2s ease-in-out;
  height: 100%;
  aspect-ratio: 1/1;
}
.cardIcon__icon path {
  transition: inherit;
}
.cardIcon__icon.is_fillWhite path {
  transition: inherit;
}
.cardIcon__icon.is_fillWhite path.is_fillPathNone {
  transition: inherit;
}
.cardIcon__innerText {
  height: 41px;
}
.cardIcon__title {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.05em;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.cardIcon__subtitle {
  color: #747474;
  letter-spacing: 0.05em;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.cardIcon__button {
  font-size: 14px;
  color: #666666;
  letter-spacing: 1.4px;
  width: fit-content;
  padding: 10px 25px;
  background: rgba(248, 248, 248, 0.2);
  border-radius: 50px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18), 0px -2px 2px 0px rgba(255, 255, 255, 0.8);
  margin: 17px auto 0;
  transition: all 0.2s ease-in-out;
}
.cardIcon .is__smallTile {
  font-size: 12px;
}

/* cardImageAndLink */
.cardImageAndLink {
  display: block;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 0 0 36px;
  font-family: "Noto Sans JP";
  text-decoration: none;
  background: #fff;
  position: relative;
  transition: all 0.3s;
}
.cardImageAndLink:hover {
  background: #E9F0F7;
}
.cardImageAndLink:hover.is_transparent {
  background: #fff;
}
.cardImageAndLink:hover .cardImageAndLink__button {
  color: #fff;
  background: #246EAA;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
}
.cardImageAndLink.is_transparent {
  background: rgba(255, 255, 255, 0.7);
}
.cardImageAndLink__img {
  width: 100%;
  margin: 0 0 25px;
}
.cardImageAndLink__title {
  text-align: center;
  margin: 0 0 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
.cardImageAndLink__inner {
  height: 105px;
  margin: 0 0 10px;
}
.cardImageAndLink__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.15em;
  padding: 0 30px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.cardImageAndLink__button {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  color: #666666;
  line-height: 1.4;
  letter-spacing: 0.1em;
  width: fit-content;
  padding: 10px 33px;
  border-radius: 50px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.18), 0px -2px 3px 0px rgba(255, 255, 255, 0.85);
  transition: all 0.3s;
}

.cardText {
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  background: rgba(248, 248, 248, 0.2);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18), 0px -2px 2px 0px rgba(255, 255, 255, 0.8);
  padding: 27px 0 20px;
  letter-spacing: 0.15em;
  line-height: 1.8;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}
.cardText__inner {
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cardText__title {
  width: 100%;
  text-align: center;
  padding: 0 14px;
  line-height: 1.3;
}
.cardText__titleSub {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
  letter-spacing: 0px;
}
.cardText__text {
  width: 100%;
  padding: 0 27px;
}
@media (max-width: 47.9375em) {
  .cardText__text {
    padding: 0 14px;
    font-size: 14px;
  }
}
.cardText__list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px 40px;
  margin: 30px auto 0;
}
@media (max-width: 47.9375em) {
  .cardText__list {
    margin-top: 20px;
  }
}

/* imageAndText */
.imageAndText {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  line-height: 1.8;
  letter-spacing: 0.2em;
}
@media (max-width: 79.9375em) {
  .imageAndText {
    max-width: none;
    justify-content: space-between;
  }
}
.imageAndText__img {
  width: 100%;
  height: auto;
}
.imageAndText__innerImg {
  width: 100%;
  max-width: 735px;
  margin: 0 130px 0 0;
  display: flex;
  flex-direction: column;
  /* 縦方向に配置 */
  justify-content: center;
  /* 縦方向に中央配置 */
  align-items: center;
  /* 縦方向に中央配置 */
}
@media (max-width: 79.9375em) {
  .imageAndText__innerImg {
    max-width: none;
    min-width: 300px;
    width: 100%;
    flex: 1;
    margin: 0 25px 0 0;
  }
}
@media (max-width: 47.9375em) {
  .imageAndText__innerImg {
    margin: 0 0 15px;
  }
}
@media (max-width: 47.9375em) {
  .imageAndText {
    justify-content: start;
    flex-flow: column;
  }
}
.imageAndText__title {
  font-size: 26px;
  margin: 0 0 35px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 79.9375em) {
  .imageAndText__title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
@media (max-width: 47.9375em) {
  .imageAndText__title {
    margin: 0 0 10px;
  }
}
@media (max-width: 47.9375em) {
  .imageAndText {
    margin: 0 0 30px;
  }
}
.imageAndText__inner {
  width: 100%;
  max-width: 735px;
  display: flex;
  justify-content: flex-start;
  align-self: center;
}
@media (max-width: 79.9375em) {
  .imageAndText__inner {
    max-width: none;
    min-width: 300px;
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-self: center;
  }
}
.imageAndText__InnerText {
  width: 100%;
  max-width: 530px;
  padding: 65px 0 55px;
  box-sizing: border-box;
}
@media (max-width: 79.9375em) {
  .imageAndText__InnerText {
    max-width: none;
    padding: 0 10px 0 0;
  }
}
@media (max-width: 47.9375em) {
  .imageAndText__InnerText {
    max-width: none;
    padding: 0 10px;
  }
}
.imageAndText__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 79.9375em) {
  .imageAndText__text {
    font-size: 14px;
  }
}
.imageAndText__text.is_textBottom {
  margin: 0 0 30px 0;
}
@media (max-width: 79.9375em) {
  .imageAndText__text.is_textBottom {
    margin: 0;
  }
}
.imageAndText.is_reverse {
  justify-self: flex-end;
  flex-direction: row-reverse;
}
@media (max-width: 47.9375em) {
  .imageAndText.is_reverse {
    flex-direction: row;
    justify-content: start;
    flex-flow: column;
  }
}
.imageAndText.is_reverse .imageAndText__inner {
  justify-content: flex-end;
}
.imageAndText.is_reverse .imageAndText__innerImg {
  margin: 0 0 0 130px;
}
@media (max-width: 79.9375em) {
  .imageAndText.is_reverse .imageAndText__innerImg {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 47.9375em) {
  .imageAndText.is_reverse .imageAndText__innerImg {
    margin: 0 0 15px;
  }
}
.imageAndText.is_reverse .imageAndText__InnerText {
  padding: 0 0 0 42px;
}
@media (max-width: 79.9375em) {
  .imageAndText.is_reverse .imageAndText__InnerText {
    padding: 0 0 0 10px;
  }
}
@media (max-width: 47.9375em) {
  .imageAndText.is_reverse .imageAndText__InnerText {
    padding: 0 10px;
  }
}

.js_markerBlue {
  display: inline;
  background-image: linear-gradient(90deg, rgba(75, 190, 255, 0.7), rgba(75, 190, 255, 0.7));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 100%;
  transition: all 2s ease-in-out;
}
.js_markerBlue.inview {
  background-size: 100% 100%;
}

.about {
  font-family: "Noto Serif JP";
  color: #ffffff;
  width: 100%;
  height: auto;
  position: relative;
  /* aboutの部分 メッセージ部分 */
}
.about__bg {
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: -5;
}
.about__bgImg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__inner {
  width: 100%;
  margin: -100vh 0 0;
  position: relative;
  overflow: hidden;
}
.about__message {
  width: 100%;
  padding: 175px 0 160px;
  position: relative;
}
@media (max-width: 47.9375em) {
  .about__message {
    padding: 70px 0;
  }
}
.about__message::before {
  content: "";
  display: block;
  background: url("../images/img__topBgSvg01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 540px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.about__message::after {
  content: "";
  display: block;
  background: url("../images/img__topBgSvg02.svg");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 540px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: -2;
}
.about__messageInner {
  display: grid;
  gap: 30px 0;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 55px;
}
@media (max-width: 79.9375em) {
  .about__messageInner {
    max-width: 768px;
    padding: 0 20px;
    gap: 20px 0;
  }
}
@media (max-width: 47.9375em) {
  .about__messageInner {
    max-width: none;
    gap: 10px 0;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
.about__messageText {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.3;
  /* 41.4px */
  letter-spacing: 0.15em;
  margin: 0;
}
@media (max-width: 47.9375em) {
  .about__messageText {
    font-size: 15px;
    line-height: 1.8;
  }
}
.about__messageSign {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Apparat";
  margin: 0 auto;
}
@media (max-width: 47.9375em) {
  .about__messageSign {
    font-size: 24px;
  }
}
.about__imgAndText {
  width: 100%;
  position: relative;
  padding: 0 0 50px;
}
.about__imgAndText::before {
  content: "";
  display: block;
  background: url("../images/img__topBgSvg03.svg");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 800px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -110px;
  left: 0;
  z-index: -2;
}
.about__imgAndText::after {
  content: "";
  display: block;
  background: url("../images/img__topBgSvg04.svg");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 800px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100px;
  right: -100px;
  z-index: -2;
}
@media (max-width: 79.9375em) {
  .about__imgAndText::after {
    right: -130px;
  }
}
.about__imgAndTextTextCenter {
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin: 0;
  padding: 0 20px;
}
@media (max-width: 79.9375em) {
  .about__imgAndTextTextCenter {
    font-size: 20px;
    padding: 0 10px;
  }
}
@media (max-width: 47.9375em) {
  .about__imgAndTextTextCenter {
    letter-spacing: 0.1em;
    font-size: 16px;
    padding: 0 5px;
  }
}
.about__imgAndTextImg {
  display: block;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.btn {
  position: relative;
  width: 220px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  z-index: 0;
  transition: all 0.3s;
}
.btn:hover, .btn:focus {
  background: #22619A;
}
.btn:hover .btn__text, .btn:focus .btn__text {
  color: #FFFFFF;
}
.btn__text {
  display: inline-block;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.4px;
  margin-top: 0;
  transition: all 0.3s;
}
.btn.is_midium {
  max-width: 300px;
  width: 100%;
}
.btn.is_large {
  max-width: 500px;
  width: 100%;
}

.leftTextBtnRightImg {
  display: grid;
  grid-template-columns: 8fr 5fr;
  gap: 10px 40px;
  padding: 0 10px;
  margin-top: 30px;
}
@media (max-width: 47.9375em) {
  .leftTextBtnRightImg {
    grid-template-columns: 1fr;
    margin-top: 20px;
    padding: 0;
  }
}
.leftTextBtnRightImg__btn {
  display: flex;
  justify-content: flex-end;
  align-self: end;
}
@media (max-width: 47.9375em) {
  .leftTextBtnRightImg__btn {
    justify-content: center;
  }
}
.leftTextBtnRightImg__imgContainer {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media (max-width: 47.9375em) {
  .leftTextBtnRightImg__imgContainer {
    grid-column: 1/2;
  }
}
.leftTextBtnRightImg__img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.recruitMessage {
  max-width: 570px;
  margin: 20px auto 0;
  color: #333;
  text-align: center;
  font-feature-settings: "palt" on;
  font-family: "Noto Serif JP";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 9px;
}
@media (max-width: 47.9375em) {
  .recruitMessage {
    margin-top: 10px;
    max-width: 330px;
    font-size: 30px;
    line-height: 1.8;
  }
}

.typeOfPerson {
  max-width: 915px;
  margin: 30px auto 0;
  padding: 50px 0 40px;
  background-image: url(../images/bg__typeOfPerson.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 40px;
}
@media (max-width: 47.9375em) {
  .typeOfPerson {
    padding: 50px 0 40px;
    background-size: cover;
    background-position: center;
  }
}
.typeOfPerson__text {
  max-width: 480px;
}
@media (max-width: 47.9375em) {
  .typeOfPerson__text {
    padding: 0 5px;
  }
}
.typeOfPerson__text + .typeOfPerson__text {
  margin-top: 40px;
}

.recruit__centeredText {
  margin-top: 50px;
  text-align: center;
}
.recruit__btn {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.recruitList {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 62.5em) {
  .recruitList {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 47.9375em) {
  .recruitList {
    grid-template-columns: 1fr;
  }
}

.tag {
  display: inline-block;
  border-radius: 30px;
  padding: 7px;
  color: #fff;
  background-color: #66A3DB;
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 1;
}

.privacy__title {
  width: 100%;
  padding: 0;
  margin: 60px 0 0;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8; /* 46.8px */
  letter-spacing: 0.1em;
}
@media (max-width: 79.9375em) {
  .privacy__title {
    line-height: 1.3;
    margin-top: 40px;
  }
}
@media (max-width: 47.9375em) {
  .privacy__title {
    padding: 0;
    font-size: 20px;
    margin-top: 30px;
  }
}
.privacy__text {
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  margin-top: 20px;
}
@media (max-width: 47.9375em) {
  .privacy__text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
}
.privacy__text.is_textNote {
  margin: 0 auto;
}
.privacy__list {
  width: 100%;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
}
@media (max-width: 47.9375em) {
  .privacy__list {
    margin: 10px 0 0;
  }
}
.privacy__listItem {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media (max-width: 47.9375em) {
  .privacy__listItem {
    font-size: 14px;
    line-height: 1.6;
  }
}
.privacy__list.is_listLink .privacy__listItem {
  color: #5689b0;
}
.privacy__list.is_listLink .privacy__listItemLink {
  color: #5689b0;
  border-bottom: 1px #5689b0 solid;
  transition: all 0.3s;
}
.privacy__list.is_listLink .privacy__listItemLink:hover {
  color: #007DC4;
  border-bottom: 1px #007DC4 solid;
}
.privacy__contact {
  width: 100%;
  border: 1px solid #246eaa;
  padding: 30px 0px;
  margin: 40px auto 0;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 47.9375em) {
  .privacy__contact {
    padding: 20px 0px;
  }
}
.privacy__contactTitle {
  width: 100%;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8; /* 46.8px */
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0;
}
@media (max-width: 47.9375em) {
  .privacy__contactTitle {
    font-size: 20px;
  }
}
.privacy__contactAddress {
  width: 100%;
  padding: 0 40px;
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.15em;
}
@media (max-width: 47.9375em) {
  .privacy__contactAddress {
    margin-top: 10px;
    padding: 0 10px;
    font-size: 14px;
  }
}
.privacy__contactAddressText {
  white-space: pre-line;
}
.privacy__contactAddressLink {
  color: #246eaa;
  border-bottom: 1px solid #246eaa;
  transition: all 0.3s;
}
.privacy__contactAddressLink:hover, .privacy__contactAddressLink:focus {
  color: #007DC4;
  border-bottom: 1px #007DC4 solid;
}
.privacy__contactAddressLink:visited {
  color: #246eaa;
}

.topMessage {
  background-image: url(../images/img__topMv.webp);
  background-position: center;
  background-size: cover;
  margin-top: 50px;
  padding: 60px 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 47.9375em) {
  .topMessage {
    padding: 30px 10px;
    margin-top: 25px;
  }
}
.topMessage__card {
  max-width: 950px;
  width: 100%;
  padding: 60px 90px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 47.9375em) {
  .topMessage__card {
    padding: 30px 20px;
  }
}
.topMessage__text {
  font-size: 20px;
  letter-spacing: 3.6px;
  line-height: 38px;
}
@media (max-width: 47.9375em) {
  .topMessage__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.6px;
  }
}
.topMessage__text + .topMessage__text {
  margin-top: 38px;
}
@media (max-width: 47.9375em) {
  .topMessage__text + .topMessage__text {
    margin-top: 15px;
  }
}
.topMessage__signature {
  font-size: 18px;
  line-height: 38px;
  text-align: right;
  margin-top: 30px;
  line-height: 1.5;
}
@media (max-width: 47.9375em) {
  .topMessage__signature {
    margin-top: 20px;
    font-size: 16px;
  }
}

.contact__inputFields {
  max-width: 590px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
.contact__require, .contact__optional {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-left: 10px;
  padding: 5px;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.8px;
}
.contact__require {
  background-color: #FB7C8A;
}
.contact__optional {
  background-color: #68B2DB;
}
.contact__agree {
  width: 100%;
  background-color: #E2F3FF;
  margin-top: 30px;
  padding: 40px 20px;
  text-align: center;
}
.contact__agree .wpcf7-form-control-wrap .wpcf7-list-item label {
  margin-top: 20px;
}
.contact__link, .contact__link:visited {
  display: inline-block;
  margin-top: 20px;
  color: #5689B0;
  text-decoration: underline;
}
.contact__confirmText {
  display: block;
  padding: 10px;
  border-bottom: 2px solid #68B2DB;
}
.contact__btnWrapper p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 20px;
}
.contact__btnWrapper p .btn {
  color: #666;
}
.contact__btnWrapper p .btn:hover, .contact__btnWrapper p .btn:focus {
  color: #fff;
}
.contact .wpcf7 label {
  display: block;
  margin-top: 40px;
}
@media (max-width: 47.9375em) {
  .contact .wpcf7 label {
    margin-top: 20px;
  }
}
.contact .wpcf7 input[type=text],
.contact .wpcf7 input[type=email],
.contact .wpcf7 textarea {
  width: 100%;
  padding: 15px 20px;
  border-radius: 10px;
  border: 2px solid #5689B0;
  background: #FFF;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media (max-width: 47.9375em) {
  .contact .wpcf7 input[type=text],
  .contact .wpcf7 input[type=email],
  .contact .wpcf7 textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.contact .wpcf7 input[type=text]::placeholder,
.contact .wpcf7 input[type=email]::placeholder,
.contact .wpcf7 textarea::placeholder {
  color: #bfbfbf;
}
.contact .wpcf7 input[type=text] + input,
.contact .wpcf7 input[type=text] + textarea,
.contact .wpcf7 input[type=email] + input,
.contact .wpcf7 input[type=email] + textarea,
.contact .wpcf7 textarea + input,
.contact .wpcf7 textarea + textarea {
  margin-top: 40px;
}
.contact .wpcf7 input[type=submit] {
  border: none;
}
.contact .wpcf7 input[type=submit]:hover, .contact .wpcf7 input[type=submit]:focus {
  color: #fff;
}
.contact .wpcf7 input[type=submit].wpcf7-submit:disabled {
  color: #bbb;
  box-shadow: none;
  appearance: none;
  background-color: #fff;
}
.contact .wpcf7 input[type=submit].wpcf7-submit:disabled:hover, .contact .wpcf7 input[type=submit].wpcf7-submit:disabled:focus {
  opacity: 1;
  background-color: #fff;
}
.contact .wpcf7 .wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block;
}
@media (max-width: 47.9375em) {
  .contact .wpcf7 .wpcf7-form-control-wrap {
    margin-top: 5px;
  }
}
.contact .wpcf7 .wpcf7-form-control-wrap label {
  position: relative;
}
.contact .wpcf7 .wpcf7-form-control-wrap input[type=checkbox] {
  margin-top: 30px;
  display: none;
}
.contact .wpcf7 .wpcf7-form-control-wrap input[type=checkbox]:checked {
  color: #fff;
}
.contact .wpcf7 .wpcf7-form-control-wrap input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: no-repeat center center url("../images/icon__checkbox.svg");
}
.contact .wpcf7 .wpcf7-form-control-wrap input[type=checkbox] + .wpcf7-list-item-label {
  display: inline-block;
  margin-left: 40px;
  color: #1D428B;
  cursor: pointer;
  user-select: none;
}
.contact .wpcf7 .wpcf7-form-control-wrap input[type=checkbox] + .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  left: 0;
  width: 30px;
  height: 30px;
  background: no-repeat center center url("../images/icon__checkboxOff.svg");
  transition: all 0.2s;
}
.contact .wpcf7 .wpcf7-spinner {
  position: absolute;
}

.overview__map {
  width: 100%;
  margin: 60px auto 0;
}
@media (max-width: 47.9375em) {
  .overview__map {
    height: 300px;
    margin: 25px auto 0;
  }
}
.overview__mapBtn .btn {
  margin: 20px auto 0;
}
.overview__address {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  width: 100%;
  margin: 30px auto 0;
}
@media (max-width: 47.9375em) {
  .overview__address {
    max-width: 300px;
    flex-direction: column;
    align-items: flex-start;
    margin: 25px auto 0;
    gap: 15px;
  }
}
.overview__addressBox {
  display: flex;
  max-width: 461px;
  margin: 0;
  justify-content: flex-start;
  align-items: center;
  gap: 0 22px;
  font-family: "Noto Sans";
  font-weight: 400;
  font-style: normal;
}
.overview__addressImg {
  width: 40px;
}
@media (max-width: 47.9375em) {
  .overview__addressImg {
    width: 30px;
  }
}
.overview__addressText {
  font-size: 20px;
  letter-spacing: 0.01em;
  line-height: 1.5;
}
@media (max-width: 47.9375em) {
  .overview__addressText {
    font-size: 16px;
  }
}
.overview__addressText.is_zipcode {
  font-size: 16px;
}
.overview__addressLink {
  font-size: 24px;
  letter-spacing: 0.01em;
  border-bottom: 1px solid #246EAA;
  color: #246EAA;
  transition: all 0.3s;
}
@media (max-width: 47.9375em) {
  .overview__addressLink {
    font-size: 16px;
  }
}
.overview__addressLink:hover {
  color: #007DC4;
  border-bottom: 1px #007DC4 solid;
}

/*# sourceMappingURL=style.css.map */
