@charset "UTF-8"

/* --------------------------------------------------

  サイト全体で共通のスタイル

-------------------------------------------------- */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


/* サイト全体で共通のウェブフォント */
@charset "UTF-8";

/* サイト全体で共通のフォント */

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&subset=japanese");
/* 英字用 */
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/* サイト全体で共通のアニメーション */
@charset "UTF-8";

/* サイト全体で共通のアニメーション */



/* tableのswipeアイコンの動き */

@keyframes table-swipe {
  0% {
    opacity: 0;
    transform: translate(-20px, 5px) rotate(0);
  }
  75% {
    opacity: 1;
    transform: translate(20px, -5px) rotate(15deg);
  }
  100% {
    opacity: 1;
    transform: translate(20px, -5px) rotate(15deg);
  }
}

/* リンクフェードイン */
@keyframes link-underline {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* フェードイン */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* scroll */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  75% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
  }
}

/* サイト全体で共通の HTML 要素のスタイル */
@charset "UTF-8";


/* サイト全体で共通の要素のスタイル */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  line-break: strict;
  overflow-wrap: break-word;
  word-break: break-word;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html {
  background-color: #ffffff;
  color: #0B0B0B;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.78em;
  scroll-behavior: smooth;
}
/* 多言語対応 */
html:lang(ja) {
  font-family: 'Noto Sans JP', sans-serif;
}

html.is-hamburger-nav-open {
  overflow: hidden;
}

body {
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1;
}

::selection {
  background-color: rgba(28, 70, 141, 0.2);
}

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

a:hover, a:focus {
  text-decoration: none;
}

button {
  color: #0B0B0B;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .05em;
  line-height: 1;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: top;
}

sub {
  font-size: 1.1rem;
  vertical-align: sub;
}

sup {
  font-size: 1.1rem;
  vertical-align: super;
}

blockquote, q {
  quotes: none;
}

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

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

ol, ul {
  list-style: none;
}

/* === アクセシビリティ対応 */

/* キーボード操作時のみ[outline]を表示 */
:focus:not(:focus-visible) {
  outline: 0;
}

/* アクセシビリティ対応 === */

@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

.content {
  overflow: hidden;
}

/* Cookieバナーのリンク用 */
#hs-banner-parent #hs-eu-cookie-confirmation a {
  color: #1C468D !important;
  text-decoration: underline !important;
  text-decoration-color: #1C468D !important;
  text-underline-offset: 4px !important;
}
/* ==========================================================================

  utility

========================================================================== */

.block {
  display: block;
  text-decoration: none;
}

.block, .block:active, .block:visited {
  color: inherit;
}

.inline-block {
  display: inline-block;
}

.break {
  word-wrap: break-word;
}

.full {
  box-sizing: border-box;
  width: 100%;
}

.stick {
  margin: 0 !important;
}

.stick-bottom {
  margin-bottom: 0 !important;
}

.stick-left {
  margin-left: 0 !important;
}

.stick-right {
  margin-right: 0 !important;
}

.stick-top {
  margin-top: 0 !important;
}

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

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

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

.text-lower {
  text-transform: lowercase;
}

.text-upper {
  text-transform: uppercase;
}

.word {
  display: inline-block;
}

.pc-only {
  display: block;
}
@media print, screen and (max-width: 760px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media print, screen and (max-width: 760px) {
  .sp-only {
    display: block;
  }
}

.hs_cos_wrapper_type_icon {
  display: none;
}

.hs_error_rollup {
  color: red;
  margin-top: 50px;
  text-align: center;
}

/* === アクセシビリティ対応用 */

/*
  視覚的に非表示にしつつ、スクリーンリーダーで読み上げ可能にする。
  UIコンポーネントであってもキーボードフォーカスは不可だが、スクリーンリーダーではフォーカス可能。
*/
.visually-hidden-element {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(0 0 99.9% 99.9%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

/* アクセシビリティ対応用 === */

/* サイト全体で共通な自然なスタイル */
/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


.natural {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}
.natural:first-child {
  margin-top: 0;
}
.natural:last-child {
  margin-bottom: 0;
}

.natural--bg {
  box-sizing: border-box;
  padding: 30px;
  background-color: #F2F3F4;
}
@media screen and (max-width:767px) {
  .natural--bg {
    padding: 20px;
  }
}
/* 背景色ありのスタイル */
.dnd-section-color--bg .natural--bg {
  background-color: #ffffff;
}

.natural pre, .natural h1, .natural h2, .natural h3, .natural h4, .natural h5, .natural h6, .natural .solid, .natural hr, .natural blockquote {
  display: block;
}

/* elements settings */
.natural pre+pre,.natural h1+pre,.natural h2+pre,.natural h3+pre,.natural h4+pre,.natural h5+pre,.natural h6+pre,.natural .solid+pre,.natural hr+pre,.natural blockquote+pre,.natural table+pre,.natural pre+h1,.natural h1+h1,.natural h2+h1,.natural h3+h1,.natural h4+h1,.natural h5+h1,.natural h6+h1,.natural .solid+h1,.natural hr+h1,.natural blockquote+h1,.natural table+h1,.natural pre+h2,.natural h1+h2,.natural h2+h2,.natural h3+h2,.natural h4+h2,.natural h5+h2,.natural h6+h2,.natural .solid+h2,.natural hr+h2,.natural blockquote+h2,.natural table+h2,.natural pre+h3,.natural h1+h3,.natural h2+h3,.natural h3+h3,.natural h4+h3,.natural h5+h3,.natural h6+h3,.natural .solid+h3,.natural hr+h3,.natural blockquote+h3,.natural table+h3,.natural pre+h4,.natural h1+h4,.natural h2+h4,.natural h3+h4,.natural h4+h4,.natural h5+h4,.natural h6+h4,.natural .solid+h4,.natural hr+h4,.natural blockquote+h4,.natural table+h4,.natural pre+h5,.natural h1+h5,.natural h2+h5,.natural h3+h5,.natural h4+h5,.natural h5+h5,.natural h6+h5,.natural .solid+h5,.natural hr+h5,.natural blockquote+h5,.natural table+h5,.natural pre+h6,.natural h1+h6,.natural h2+h6,.natural h3+h6,.natural h4+h6,.natural h5+h6,.natural h6+h6,.natural .solid+h6,.natural hr+h6,.natural blockquote+h6,.natural table+h6,.natural pre+.solid,.natural h1+.solid,.natural h2+.solid,.natural h3+.solid,.natural h4+.solid,.natural h5+.solid,.natural h6+.solid,.natural .solid+.solid,.natural hr+.solid,.natural blockquote+.solid,.natural table+.solid,.natural pre+hr,.natural h1+hr,.natural h2+hr,.natural h3+hr,.natural h4+hr,.natural h5+hr,.natural h6+hr,.natural .solid+hr,.natural hr+hr,.natural blockquote+hr,.natural table+hr,.natural pre+blockquote,.natural h1+blockquote,.natural h2+blockquote,.natural h3+blockquote,.natural h4+blockquote,.natural h5+blockquote,.natural h6+blockquote,.natural .solid+blockquote,.natural hr+blockquote,.natural blockquote+blockquote,.natural table+blockquote,.natural pre+table,.natural h1+table,.natural h2+table,.natural h3+table,.natural h4+table,.natural h5+table,.natural h6+table,.natural .solid+table,.natural hr+table,.natural blockquote+table,.natural table+table {
  margin-top: 38px;
}

.natural ol:not(:first-child),
.natural ul:not(:first-child),
.natural dl:not(:first-child),
.natural figure:not(:first-child) {
  display: block;
}
.natural p:not(:last-child),
.natural ol:not(:last-child),
.natural ul:not(:last-child),
.natural dl:not(:last-child),
.natural figure:not(:last-child) {
  display: block;
}


/* heading */
.natural h2 {
  margin-top: 60px;
  margin-bottom: 25px;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .natural h2 {
    margin-top: 80px;
    margin-bottom: 45px;
    font-size: 3.2rem;
  }
}
.natural h2:first-child {
  margin-top: 0;
}
.natural h2:last-child {
  margin-bottom: 0;
}

.natural h3 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .natural h3 {
    margin-top: 55px;
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
.natural h3:first-child {
  margin-top: 0;
}
.natural h3:last-child {
  margin-bottom: 0;
}

.natural h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #0F0F0F;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .natural h4 {
    margin-top: 45px;
    margin-bottom: 25px;
    font-size: 2.0rem;
  }
}
.natural h4:first-child {
  margin-top: 0;
}
.natural h4:last-child {
  margin-bottom: 0;
}

.natural h5 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #0F0F0F;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .natural h5 {
    font-size: 1.8rem;
  }
}
.natural h5:first-child {
  margin-top: 0;
}
.natural h5:last-child {
  margin-bottom: 0;
}

/* paragraph */
.natural p {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #0F0F0F;
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .natural p {
    font-size: 1.5rem;
  }
}
.natural p:first-child {
  margin-top: 0;
}
.natural p:last-child {
  margin-bottom: 0;
}

.natural--white p {
  color: #ffffff;
}

/* text decoration tags */
.natural strong {
  font-weight: 700;
}

.natural em {
  font-style: italic;
}

/* figure / caption / image */
.natural figure figcaption,
.natural caption {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .05em;
}
@media screen and (max-width:767px) {
  .natural figure figcaption,
  .natural caption {
    font-size: 1.2rem;
    line-height: 1.9;
  }
}
.natural figure figcaption:first-child,
.natural caption:first-child {
  margin-top: 0
}

.natural figure {
  max-width: 750px;
  margin: 20px auto;
}
@media screen and (min-width:768px) {
  .natural figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.natural figure:first-child {
  margin-top: 0;
}
.natural figure:last-child {
  margin-bottom: 0;
}

.natural img {
  max-width: 100%;
  min-height: 10px;
  vertical-align: top;
}
@media screen and (min-width:768px) {
  .natural img {
    max-width: 650px;
  }
}

/* link */
.natural a:not(.cta_button):not(.js-no-icon) {
  display: inline;
  position: relative;
  border-bottom: 1px solid #1C468D;
  color: #0F0F0F;
  text-decoration: none;
  word-break: break-all;
  transition: .3s;
}
@media screen and (min-width: 1050px) {
  .natural a:not(.cta_button):not(.js-no-icon):hover {
    color: #1C468D;
  }
}

/*
  external link
  ※.js-no-iconは_natural.jsで付与している
*/
.natural a:not(.cta_button):not(.js-no-icon)[target="_blank"] {
	padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .natural a:not(.cta_button):not(.js-no-icon)[target="_blank"] {
    padding-left: 14px;
  }
}
.natural a:not(.cta_button):not(.js-no-icon)[target="_blank"]::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 1px;
  width: 10px;
  height: 10px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20class%3D%22link-icon%20is-exlink%22%20aria-hidden%3D%22true%22%3E%20%3Cpath%20class%3D%22link-icon__path%22%20d%3D%22M-782.765%2C0H-792.3a.8.8%2C0%2C0%2C0-.794.8V3.259h-5.82a1.053%2C1.053%2C0%2C0%2C0-1.053%2C1.053V16.947A1.054%2C1.054%2C0%2C0%2C0-798.917%2C18h12.636a1.053%2C1.053%2C0%2C0%2C0%2C1.053-1.053v-5.82h2.463a.8.8%2C0%2C0%2C0%2C.8-.794V.8A.8.8%2C0%2C0%2C0-782.765%2C0Zm-3.967%2C16.5h-11.733V4.763h5.369v5.57a.793.793%2C0%2C0%2C0%2C.794.794h5.57Zm3.259-6.873h-8.119V1.5h8.119Z%22%20transform%3D%22translate(799.969)%22%20fill%3D%22%231C468D%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .natural a:not(.cta_button):not(.js-no-icon)[target="_blank"]::before {
    top: 5px;
    width: 12px;
    height: 12px;
  }
}

/* list */
.natural ul,
.natural ol {
  margin-top: 10px;
  margin-left: 1.3em;
}

.natural > ul,
.natural > ol,
.natural > .hs_cos_wrapper_type_rich_text > ul,
.natural > .hs_cos_wrapper_type_rich_text > ol {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  padding: 15px 20px 15px 42px;
  border: 1px solid #C8C9CB;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .natural > ul,
  .natural > ol,
  .natural > .hs_cos_wrapper_type_rich_text > ul,
  .natural > .hs_cos_wrapper_type_rich_text > ol {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 20px 35px 20px 55px;
  }
}
.natural > ul:first-child,
.natural > ol:first-child,
.natural > .hs_cos_wrapper_type_rich_text > ul:first-child,
.natural > .hs_cos_wrapper_type_rich_text > ol:first-child {
  margin-top: 0;
}
.natural > ul:last-child,
.natural > ol:last-child,
.natural > .hs_cos_wrapper_type_rich_text > ul:last-child,
.natural > .hs_cos_wrapper_type_rich_text > ol:last-child {
  margin-bottom: 0;
}

.natural > ul li,
.natural > .hs_cos_wrapper_type_rich_text > ul li {
  position: relative;
  margin-top: calc( 20px - (((1em * 1.85) - 1em) / 2) );
  margin-bottom: calc( 20px - (((1em * 1.85) - 1em) / 2) );
  color: #0F0F0F;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .natural > ul li,
  .natural > .hs_cos_wrapper_type_rich_text > ul li {
    font-size: 1.5rem;
  }
}
.natural > ul li:first-child,
.natural > .hs_cos_wrapper_type_rich_text > ul li:first-child {
  margin-top: 0;
}
.natural > ul li:last-child,
.natural > .hs_cos_wrapper_type_rich_text > ul li:last-child {
  margin-bottom: 0;
}

/* normal list style */
.natural > ul:not([style*="list-style-type"]),
.natural > .hs_cos_wrapper_type_rich_text > ul:not([style*="list-style-type"]) {
  padding-left: 35px;
}
@media screen and (min-width: 768px) {
  .natural > ul:not([style*="list-style-type"]),
  .natural > .hs_cos_wrapper_type_rich_text > ul:not([style*="list-style-type"]) {
    padding-left: 51px;
  }
}
.natural > ul:not([style*="list-style-type"]) li::before,
.natural > .hs_cos_wrapper_type_rich_text > ul:not([style*="list-style-type"]) li::before {
  content: "";
  display: block;
  position: absolute;
  top: .8em;
  left: -15px;
  width: 5px;
  height: 5px;
  background-color: #C8C9CB;
}

/* 番号付きリスト */
.natural ol {
  list-style-type: decimal;
}

.natural ol li {
  display: list-item;
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.85;
  list-style: inherit;
  color: #0F0F0F;
}
@media screen and (min-width: 768px) {
  .natural ol li {
    font-size: 1.5rem;
  }
}

/* pre */
.natural pre {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 20px 18px;
  border: 1px solid #C8C9CB;
  border-radius: 5px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.85;
  white-space: normal;
  color: #0F0F0F;
}
@media screen and (min-width: 768px) {
  .natural pre {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 26px 35px 28px;
    font-size: 1.5rem;
  }
}
.natural pre:first-child {
  margin-top: 0;
}
.natural pre:last-child {
  margin-bottom: 0;
}

/* table */
.natural .js-table-scroll {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
  .natural .js-table-scroll {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}
.natural .js-table-scroll:first-child {
  margin-top: 0;
}
.natural .js-table-scroll:last-child {
  margin-bottom: 0;
}

.natural table {
  width: 100%;
  height: auto !important;
  border: 1px solid #C8C9CB !important;
  border-right: none !important;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) {
  .natural table {
    max-width: 100%;
  }
}
.natural .js-table-scroll table {
  min-width: 610px;
}

.natural table tr {
  height: auto !important;
}
.natural table tr:not(:last-child) {
  border-bottom: 1px solid #C8C9CB;
}

.natural table td {
  height: auto !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  color: #0F0F0F;
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 1.85;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #C8C9CB;
}
@media screen and (min-width: 768px) {
  .natural table td {
    padding: 15px !important;
    font-size: 1.5rem;
  }
}

/* blockquote */
.natural blockquote {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 45px;
  border-top: 1px solid #C8C9CB;
  border-bottom: 1px solid #C8C9CB;
}
@media screen and (min-width: 768px) {
  .natural blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 25px 60px;
  }
}
.natural blockquote:first-child {
  margin-top: 0;
}
.natural blockquote:last-child {
  margin-bottom: 0;
}

.natural blockquote::before,
.natural blockquote::after {
  content: "";
  position: absolute;
  width: 18.65px;
  height: 13.09px;
  background: url(//45711086.fs1.hubspotusercontent-na1.net/hubfs/45711086/raw_assets/public/rocky_ichimaru_co_jp/01_JP/assets/images/common/ico_blockquote.svg) no-repeat;
  background-size: contain;
}
.natural blockquote::before {
  top: 16px;
  left: 16px;
}
.natural blockquote::after {
  top: 16px;
  right: 16px;
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .natural blockquote::before,
  .natural blockquote::after {
    position: absolute;
    width: 25.87px;
    height: 18.16px;
  }
  .natural blockquote::before {
    left: 20px;
  }
  .natural blockquote::after {
    right: 20px;
    transform: rotate(180deg);
  }
}

/* hr */
.natural hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .natural hr {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/* サイト全体で共通のレイアウトスタイル */
@charset "UTF-8";

/* エレベーター */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


.elevator {
  padding-top: 10px;
}
.page-content .elevator {
  margin-bottom: 20px;
}

.is-no-breadcrumb .elevator__nav {
  justify-content: flex-end;
}

.elevator__nav__breadcrumb {
  overflow: auto;
  box-sizing: border-box;
  scrollbar-width: none;       /* Firefox 対応 */
}
.elevator__nav__breadcrumb::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}

.elevator__nav__breadcrumb .hs-breadcrumb-menu {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 0 auto;
  padding: 0;
  font-size: 1.2rem;
  letter-spacing: .05em;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .elevator__nav__breadcrumb .hs-breadcrumb-menu {
    font-size: 1.4rem;
  }
}

.elevator__nav__breadcrumb .hs-breadcrumb-menu__item,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item {
  float: none;
  padding: 0;
  color: #0F0F0F;
  white-space: nowrap;
}

.elevator__nav__breadcrumb .hs-breadcrumb-menu__item:not(:first-child),
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item:not(:first-child) {
  position: relative;
  margin-left: 15px;
  padding-left: 16px;
}
.elevator__nav__breadcrumb .hs-breadcrumb-menu-item.last-crumb .hs-breadcrumb-label {
  opacity: .5;
}

.elevator__nav__breadcrumb .hs-breadcrumb-menu__item:not(:first-child)::before,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item:not(:first-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  width: 6px;
  height: 8px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%228%22%20viewBox%3D%220%200%206%208%22%3E%20%3Cpath%20d%3D%22M3.334%2C1A.8.8%2C0%2C0%2C1%2C4.666%2C1L7.171%2C4.756A.8.8%2C0%2C0%2C1%2C6.505%2C6H1.495A.8.8%2C0%2C0%2C1%2C.829%2C4.756Z%22%20transform%3D%22translate(6)%20rotate(90)%22%20fill%3D%22%231c468d%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .elevator__nav__breadcrumb .hs-breadcrumb-menu__item:not(:first-child)::before,
  .elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item:not(:first-child)::before {
    top: calc(50% - 3px);
  }
}

.elevator__nav__breadcrumb .hs-breadcrumb-menu__item:first-child span.hs-breadcrumb-label,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item:first-child span.hs-breadcrumb-label {
  color: #0F0F0F;
}

.elevator__nav__breadcrumb .hs-breadcrumb-menu__item__anchor,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item a.hs-breadcrumb-label,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item__anchor,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item a.hs-breadcrumb-label {
  color: #0F0F0F;
  transition: all .3s;
}

.elevator__nav__breadcrumb .hs-breadcrumb-menu__item__anchor__icon,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item a.hs-breadcrumb-label__icon,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item__anchor__icon,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item a.hs-breadcrumb-label__icon {
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  width: 6px;
  height: 8px;
}

.elevator__nav__breadcrumb .hs-breadcrumb-menu__item__anchor__icon__arrow,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item a.hs-breadcrumb-label__icon__arrow,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item__anchor__icon__arrow,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item a.hs-breadcrumb-label__icon__arrow {
  fill: #1C468D;
}

.elevator__nav__breadcrumb .hs-breadcrumb-menu__item__anchor:hover,
.elevator__nav__breadcrumb .hs-breadcrumb-menu__item a.hs-breadcrumb-label:hover,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item__anchor:hover,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item a.hs-breadcrumb-label:hover {
  color: #1C468D;
}

.elevator__nav__breadcrumb .hs-breadcrumb-menu__item .hs-breadcrumb-menu-divider,
.elevator__nav__breadcrumb .hs-breadcrumb-menu .hs-breadcrumb-menu-item .hs-breadcrumb-menu-divider {
  display: none;
}
@charset "UTF-8";

/* フッター */

.footer {
  overflow: hidden;
  color: #ffffff;
  background-color: #1B212C;
}

.footer--no-nav {
  text-align: center;
  padding-top: 28px;
  padding-bottom: 28px;
}

@media screen and (min-width: 1050px) {
  .footer--no-nav {
    padding-top: 37.5px;
    padding-bottom: 37.5px;
  }
}

.footer__above__nav {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
.footer__above__nav__columns {
  padding: 42px 20px 30px;
}
@media screen and (min-width: 768px) {
  .footer__above__nav__columns {
    display: grid;
    grid-template-columns: 310px 1fr;
    padding: 40px 50px 37px;
  }
}

@media screen and (min-width: 1050px) {
  .footer__above__nav__columns {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 100px 37px;
  }
}

.footer__above__nav__columns__column:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__hamburger-nav .footer__above__nav__columns__column:nth-child(1) {
  padding-top: 0;
}

.footer__above__nav__columns__column:nth-child(3) {
  padding: 40px 0;
}

@media screen and (min-width: 1050px) {
  .footer__above__nav__columns__column:nth-child(3) {
    padding: 0;
  }
}

.header__hamburger-nav .footer__above__nav__columns__column:nth-child(3) {
  padding-bottom: 0;
}

.footer__above__nav__logo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
}
@media screen and (min-width: 768px) {
  .footer__above__nav__logo {
    width: 280px;
    margin-left: 0;
    margin-right: 0;
  }
}


.footer__above__nav__logo__anchor,
.footer__above__nav__logo a {
  display: block;
}

.footer__above__nav__logo__anchor img,
.footer__above__nav__logo a img {
  max-width: 100%;
  vertical-align: bottom;
}


.footer__above__nav__sns {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .footer__above__nav__sns {
    margin-top: 0;
  }
}

.footer__above__nav__sns__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .footer__above__nav__sns__list {
    gap: 10px;
    justify-content: end;
    margin-right: 0;
  }
}

.footer__above__nav__sns__list__item {
  width: 44px;
  height: 44px;
}
@media screen and (min-width: 768px) {
  .footer__above__nav__sns__list__item {
    width: 50px;
    height: 50px;
  }
}

.footer__above__nav__sns__list__item__anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 51px;
  border: 1px solid rgba(255,255,255,0.15);
}

.footer__above__nav__sns__list__item__anchor__icon {
  width: 24px;
  height: 20px;
  opacity: 1;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .footer__above__nav__sns__list__item__anchor__icon {
    width: 26px;
    height: 24px;
  }
}
@media screen and (min-width: 1050px) {
  .footer__above__nav__sns__list__item__anchor:focus .footer__above__nav__sns__list__item__anchor__icon,
  .footer__above__nav__sns__list__item__anchor:hover .footer__above__nav__sns__list__item__anchor__icon {
    opacity: .7;
  }
}


@media screen and (min-width: 768px) {
  .footer__center__nav__category__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 50px;
    border: none;
  }
}
@media screen and (min-width: 1050px) {
  .footer__center__nav__category__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.footer__center__nav__category__list__item:not(:first-child) {
  border-top: 1px solid rgba(255, 255, 255, .15);
}
.footer__center__nav__category__list__item.footer__center__nav__category__list__item--has-menu {
  display: grid;
  grid-template-columns: 1fr 54px;
}
@media screen and (min-width: 768px) {
  .footer__center__nav__category__list__item:not(:first-child) {
    border: none;
  }
  .footer__center__nav__category__list__item.footer__center__nav__category__list__item--has-menu {
    display: block;
  }
}

.footer__center__nav__category__list__item__anchor {
  display: block;
  position: relative;
  padding: 24px 20px 25px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
}
.footer__center__nav__category__list__item__anchor.arrow-link .arrow-link__icon {
  top: 0;
}
@media screen and (min-width: 768px) {
  .footer__center__nav__category__list__item__anchor {
    width: fit-content;
    padding: 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1050px) {
  .footer__center__nav__category__list__item__anchor.arrow-link .arrow-link__icon {
    width: 20px;
    height: 20px;
  }
  .footer__center__nav__category__list__item__anchor.arrow-link:focus .arrow-link__icon,
  .footer__center__nav__category__list__item__anchor.arrow-link:hover .arrow-link__icon {
    top: 0;
    left: -1px;
    width: 22px;
    height: 22px;
  }
  .footer__center__nav__category__list__item__anchor.arrow-link .arrow-link__icon__inner {
    width: 12px;
    height: 12px;
  }
}

.footer__center__nav__category__list__item__anchor__icon {
  position: absolute;
  top: calc(50% - 5px);
  right: 40px;
}

.footer__center__nav__category__list__item__subnav-button {
  position: relative;
  width: 54px;
  height: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
}
.footer__center__nav__category__list__item__subnav-button::before,
.footer__center__nav__category__list__item__subnav-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #ffffff;
  transition: .3s;
}
.footer__center__nav__category__list__item__subnav-button::before {
  transform: translate(-50%, -50%);
}
.footer__center__nav__category__list__item__subnav-button::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.footer__center__nav__category__list__item__subnav-button.is-open::after {
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .footer__center__nav__category__list__item__subnav-button {
    display: none;
  }
}


@media screen and (min-width: 768px) {
  .footer__center__nav__category__list__item__anchor__icon {
    display: none;
  }
}

.footer__center__nav__category__list__item__anchor__icon__path {
  fill: #ffffff;
}

.footer__center__nav__category__list__item__subnav__wrapper {
  display: none;
  grid-column: 1 / 3;
}
@media screen and (min-width: 768px) {
  .footer__center__nav__category__list__item__subnav__wrapper {
    display: block !important;
  }
}

.footer__center__nav__category__list__item__subnav__wrapper__inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .footer__center__nav__category__list__item__subnav__wrapper__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer__center__nav__category__list__item__subnav {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 22px;
  }
}

.footer__center__nav__category__list__item__subnav__list__item {
  border-top: 1px  dotted rgba(255, 255, 255, .15);
}
@media screen and (min-width: 768px) {
  .footer__center__nav__category__list__item__subnav__list__item {
    border-top: none;
  }
}

.footer__center__nav__category__list__item__subnav__list__item__anchor {
  display: block;
  padding: 19px 10px 18.5px;
  color: #DDDDDD;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: .03em;
  opacity: 1;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .footer__center__nav__category__list__item__subnav__list__item__anchor {
    width: fit-content;
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: .05em;
  }
}
@media screen and (min-width: 1050px) {
  .footer__center__nav__category__list__item__subnav__list__item__anchor:focus,
  .footer__center__nav__category__list__item__subnav__list__item__anchor:hover {
    opacity: .7;
  }
}

.footer__center__nav__category__list__item__subnav__list__item__anchor__inner {
  display: block;
  position: relative;
  padding-left: 17px;
}
.footer__center__nav__category__list__item__subnav__list__item__anchor__inner::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 7.5px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.514%22%20height%3D%227.134%22%20viewBox%3D%220%200%208.514%207.134%22%3E%20%3Cpath%20d%3D%22M22154.914%2C7606.567V7605h-2.412a.5.5%2C0%2C0%2C1-.5-.5v-2a.5.5%2C0%2C0%2C1%2C.5-.5h2.412v-1.568a.5.5%2C0%2C0%2C1%2C.779-.417l4.6%2C3.07a.5.5%2C0%2C0%2C1%2C0%2C.829l-4.6%2C3.07a.5.5%2C0%2C0%2C1-.779-.417Z%22%20transform%3D%22translate(-22152%20-7599.933)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation-duration: 0.6s;
}
@media screen and (min-width: 768px) {
  .footer__center__nav__category__list__item__subnav__list__item__anchor__inner {
    padding-left: 0;
  }
  .footer__center__nav__category__list__item__subnav__list__item__anchor__inner::after {
    content: none;
  }
}


@media screen and (min-width: 768px) {
  .footer__center__nav {
    padding: 70px 50px 60px;
  }
}
@media screen and (min-width: 1050px) {
  .footer__center__nav {
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 100px 60px;
  }
}


.footer__below {
  border-top: 1px solid rgba(255,255,255,0.15);
}
.footer__below__columns {
  padding: 29px 20px;
}
@media screen and (min-width: 768px) {
  .footer__below__columns {
    padding: 35px 50px 30px;
  }
}
@media screen and (min-width: 1050px) {
  .footer__below__columns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1450px;
    margin-left: auto;
    margin-right: auto;
    padding: 36px 100px 38px;
  }
}

.footer__below__columns__column:nth-child(2) {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .footer__below__columns__column:nth-child(2) {
    margin-top: 0;
  }
}

.footer__below__copyright {
  margin-top: 31px;
  color: #DDDDDD;
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  letter-spacing: .03em;
  line-height: 1.5;
  text-align: center;
}
.footer--no-nav .footer__below__copyright {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .footer__below__copyright {
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1050px) {
  .footer__below__copyright {
    margin-top: 0;
    text-align: left;
  }
  .footer--no-nav .footer__below__copyright {
    text-align: right;
  }
}


.footer__below__extra-nav__list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 25px;
}
@media screen and (min-width: 768px) {
  .footer__below__extra-nav__list {
    gap: 20px 30px;
  }
}

.footer__below__extra-nav__list__item__anchor {
  display: block;
  position: relative;
  color: #DDDDDD;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .03em;
  opacity: 1;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .footer__below__extra-nav__list__item__anchor {
    font-size: 1.3rem;
  }
}
.footer__below__extra-nav__list__item__anchor[target="_blank"] {
  padding-left: 14px;
}

.footer__below__extra-nav__list__item__anchor__inner__icon {
  position: absolute;
  top: 7px;
  left: 0;
}
.footer__below__extra-nav__list__item__anchor__inner__icon__path {
  fill: #ffffff;
}

@media screen and (min-width: 1050px) {
  .footer__below__extra-nav__list__item__anchor:hover {
    opacity: .7;
  }
}


.page-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .page-top {
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (min-width: 1050px) {
  .page-top {
    bottom: 17px;
    right: 17px;
  }
}

.page-top__anchor {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1.5;
  color: #0B0B0B;
  border-radius: 70px;
}
@media screen and (min-width: 768px) {
  .page-top__anchor {
    width: 70px;
    height: 70px;
  }
}
.page-top__anchor::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  box-shadow: 2px 6px 20px rgba(53, 57, 64, .1);
  border-radius: 70px;
  transition: width .3s, height .3s;
}
@media screen and (min-width: 768px) {
  .page-top__anchor::before {
    width: 70px;
    height: 70px;
  }
}
@media screen and (min-width: 1050px) {
  .page-top__anchor:focus::before,
  .page-top__anchor:hover::before {
    width: 76px;
    height: 76px;
  }
}
.page-top__anchor__inner {
  display: none;
  position: relative;
  margin-top: 7px;
  z-index: 1;
}
.page-top__anchor__icon {
  display: block;
  position: relative;
  width: 8px;
  height: 11px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.211%22%20height%3D%2210.546%22%20viewBox%3D%220%200%207.211%2010.546%22%3E%20%3Cpath%20d%3D%22M-3727.5-6640.393v-1.6h-4a.5.5%2C0%2C0%2C1-.5-.5v-2a.5.5%2C0%2C0%2C1%2C.5-.5h4v-1.607a.5.5%2C0%2C0%2C1%2C.762-.425l5.045%2C3.1a.5.5%2C0%2C0%2C1%2C0%2C.853l-5.045%2C3.1a.5.5%2C0%2C0%2C1-.262.075A.5.5%2C0%2C0%2C1-3727.5-6640.393Z%22%20transform%3D%22translate(6647.104%20-3721.455)%20rotate(-90)%22%20fill%3D%22%231c468d%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .page-top__anchor__inner {
    display: block;
  }
}
.page-top__anchor__inner__icon .page-top__anchor__inner__icon__path {
  fill: #ffffff;
}

/* フッターボタン */
.footer__main__content__cta__conversion__item__button {
  display: block;
  padding: 17px 0;
  width: 200px;
  margin: 0 auto;
  font-family: 'Figtree', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.25em;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  text-align: center;
}
@charset "UTF-8";

/* ヘッダー */

.header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  width: calc(100% - 20px);
  min-height: 58px;
  margin-top: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 6px 20px rgba(53, 57, 64, .09);
  z-index: 99;
  transition: border-radius .3s;
}
.is-hamburger-nav-open .header {
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 768px) {
  .header {
    width: calc(100% - 40px);
    min-height: 70px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    display: block;
  }
  .header.menu-open {
    border-radius: 10px 10px 0 0;
  }
}

.container.header__container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .container.header__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .container.header__container {
    padding-left: 25px;
    padding-right: 15px;
  }
}

.header__columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 46px);
}
@media screen and (min-width: 768px) {
  .header__columns {
    width: calc(100% - 55px);
  }
}
@media screen and (min-width: 1200px) {
  .header__columns {
    width: 100%;
    min-height: 70px;
  }
}

.header__columns__column:nth-child(1) {
  display: flex;
  align-items: center;
  width: 100%;
}

.header__columns__column.header__columns__column--lang-cta {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  z-index: 100;
}
@media screen and (min-width: 1200px) {
  /* ロゴ画像 */
  .header__columns__column:nth-child(1) {
    width: auto;
  }
  .header__columns__column.header__columns__column--nav {
    flex: 1;
    display: flex;
    justify-content: end;
  }
  .header__columns__column.header__columns__column--lang-cta {
    gap: 12px;
  }
}
@media screen and (min-width: 1380px) {
  .header__columns__column.header__columns__column--lang-cta {
    gap: 17px;
  }
}

.header__logo {
  width: 195px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .header__logo {
    width: 190px;
  }
}
@media screen and (min-width: 1380px) {
  .header__logo {
    width: 225px;
  }
}
.header__logo__anchor,
.header__logo a {
  display: block;
}

.header__logo__anchor img,
.header__logo a img {
  max-width: 100%;
  vertical-align: bottom;
}

.header__main {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  pointer-events: none;
  transition: opacity .3s;
  pointer-events: auto;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 1200px) {
  .header__main {
    opacity: 1;
    visibility: visible;
    position: static;
    padding: 0;
    pointer-events: auto;
  }
}

.header__main.is-active {
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: auto;
  z-index: 100;
}
.header__main.is-active::before {
  content: "";
  background-color: #F2F3F4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  border-radius: 10px 10px 0 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .header__main.is-active::before {
    height: 500px;
  }
}

.header__main__logo {
  display: flex;
  align-items: center;
  width: 100%;
  height: 58px;
  padding-left: 15px;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 768px) {
  .header__main__logo {
    height: 70px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header__main__logo {
    display: none;
  }
}

.header__main__logo a {
  display: block;
  max-width: 195px;
}
@media screen and (min-width: 768px) {
  .header__main__logo a {
    max-width: 230px;
  }
}

.header__main__logo img {
  max-width: 100%;
}

.header__main__content__wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  background-color: #F2F3F4;
}
@media screen and (min-width: 1200px) {
  .header__main__content__wrap {
    justify-content: flex-end;
    background-color: #ffffff;
  }
}

.is-hamburger-nav-open .header__main__content {
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  height: calc(100vh - 68px);
}
@media screen and (min-width: 768px) {
  .is-hamburger-nav-open .header__main__content {
    height: calc(100vh - 90px);
  }
}
@media screen and (min-width: 1200px) {
  .is-hamburger-nav-open .header__main__content {
    overflow: auto;
  }
}

.header__main__content__navigation {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .header__main__content__navigation {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .header__main__content__navigation__nav {
    margin-right: auto;
    margin-left: auto;
  }
}

.header__main__content__navigation__nav__list {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1200px) {
  .header__main__content__navigation__nav__list {
    grid-auto-flow: column;
    grid-template-columns: auto;
    width: fit-content;
    margin-left: auto;
    margin-right: 16px;
  }
}
@media screen and (min-width: 1380px) {
  .header__main__content__navigation__nav__list {
    margin-right: 24px;
  }
}

.header__main__content__navigation__nav__list__item {
  border-bottom: 1px solid #C8C9CB;
}
.header__main__content__navigation__nav__list__item__anchor {
  display: block;
  position: relative;
  padding: 26px 25px 26.5px 25px;
  color: #0B0B0B;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.5em;
  transition: color .3s;
}
@media screen and (min-width: 768px) {
  .header__main__content__navigation__nav__list__item__anchor {
    padding: 25px 39.5px 26.5px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__main__content__navigation__nav__list__item {
    margin-top: 17px;
    border-bottom: none;
  }
  .header__main__content__navigation__nav__list__item:not(:last-child) {
    margin-right: 15px;
  }
  .header__main__content__navigation__nav__list__item__anchor {
    padding: 8px 0px 24px;
    color: #0B0B0B;
    font-size: 1.3rem;
  }
  .is-open .header__main__content__navigation__nav__list__item__anchor,
  .header__main__content__navigation__nav__list__item__anchor:focus,
  .header__main__content__navigation__nav__list__item__anchor:hover {
    color :#1C468D;
  }
  
  .header__main__content__navigation__nav__list__item__anchor::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0, 1);
    transform-origin: center top;
    width: 100%;
    height: 2px;
    background-color: #1C468D;
    transition: transform .3s;
  }
  .is-open .header__main__content__navigation__nav__list__item__anchor::after,
  .header__main__content__navigation__nav__list__item__anchor:focus::after,
  .header__main__content__navigation__nav__list__item__anchor:hover::after {
    transform: scale(1, 1);
  }
}
@media screen and (min-width: 1380px) {
  .header__main__content__navigation__nav__list__item:not(:last-child) {
    margin-right: 25px;
  }
  .header__main__content__navigation__nav__list__item__anchor {
    font-size: 1.4rem;
  }
}

.header__main__content__navigation__nav__list__item:first-child {
  border-top: 1px solid #F2F3F4;
}
.header__main__content__navigation__nav__list__item.header__main__content__navigation__nav__list__item--has-menu {
  display: grid;
  grid-template-columns: 1fr 68px;
}
@media screen and (min-width: 768px) {
  .header__main__content__navigation__nav__list__item:first-child {
    border-top: none;
  }
  .header__main__content__navigation__nav__list__item.header__main__content__navigation__nav__list__item--has-menu {
    grid-template-columns: 1fr 98px;
  }
}
@media screen and (min-width: 1200px) {
  .header__main__content__navigation__nav__list__item.header__main__content__navigation__nav__list__item--has-menu {
    display: block;
  }
}

.header__main__content__navigation__nav__list__item__anchor__icon--has-menu {
  position: relative;
  width: 68px;
  height: 100%;
  padding: 0;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 768px) {
  .header__main__content__navigation__nav__list__item__anchor__icon--has-menu {
    width: 98px;
  }
}
@media screen and (min-width: 1200px) {
  .header__main__content__navigation__nav__list__item__anchor__icon--has-menu {
    display: none;
  }
}
.header__main__content__navigation__nav__list__item__anchor__icon--has-menu::before,
.header__main__content__navigation__nav__list__item__anchor__icon--has-menu::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #1C468D;
  transition: .3s;
}
.header__main__content__navigation__nav__list__item__anchor__icon--has-menu::before {
  transform: translate(-50%, -50%);
}
.header__main__content__navigation__nav__list__item__anchor__icon--has-menu::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.header__main__content__navigation__nav__list__item__anchor__icon--has-menu.is-open::after {
  transform: translate(-50%, -50%);
}

.header__main__content__navigation__nav__list__item__anchor__inner {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1050px) {
  .header__main__content__navigation__nav__list__item__anchor .arrow-link__icon,
  .header__main__content__navigation__nav__list__item__anchor .arrow-link__icon__inner {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .header__main__content__navigation__nav__list__item__anchor__inner.arrow-link__text {
    padding-left: 0;
  }
  .header__main__content__navigation__nav__list__item__anchor .arrow-link__icon {
    display: none;
  }
}


.header__main__content__navigation__subnav__wrapper {
  display: none;
  grid-column: 1 / 3;
  border-top: 1px solid #C8C9CB;
}
@media screen and (min-width: 1200px) {
  .header__main__content__navigation__subnav__wrapper {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 35px 0 61px;
    background-color: #F2F3F4;
    border-top: none;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
  .header__main__content__navigation__subnav__wrapper.is-active {
    opacity: 1;
    visibility: visible;
  }
  .header__main__content__navigation__subnav__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 320px;
    width: 1px;
    height: 100%;
    background-color: #C8C9CB;
  }
  .header__main__content__navigation__subnav__wrapper__inner {
    display: grid;
    grid-template-columns: 320px 1fr;
  }
}
.header__main__content__navigation__subnav__title {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__main__content__navigation__subnav__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 29px;
  }
}
.header__main__content__navigation__subnav__title__inner {
  color: #1C468D;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
}
.header__main__content__navigation__subnav__title__deco {
  display: block;
  color: #A5A7AA;
  font-family: 'Figtree', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .03em;
  text-align: center;
}

.header__main__content__navigation__subnav {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 768px) {
  .header__main__content__navigation__subnav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .header__main__content__navigation__subnav {
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 80px;
    padding-right: 80px;
    gap: 0 40px;
  }
}

.header__main__content__navigation__subnav__list__item .arrow-link__icon {
  top: 7px;
  width: 9px;
  height: 7.5px;
  background-color: transparent;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.516%22%20height%3D%227.134%22%20viewBox%3D%220%200%208.516%207.134%22%3E%20%3Cpath%20d%3D%22M-5729.083%2C893.566V892h-2.417a.5.5%2C0%2C0%2C1-.5-.5v-2a.5.5%2C0%2C0%2C1%2C.5-.5h2.417v-1.567a.5.5%2C0%2C0%2C1%2C.777-.416l4.6%2C3.066a.5.5%2C0%2C0%2C1%2C0%2C.833l-4.6%2C3.065a.493.493%2C0%2C0%2C1-.276.085A.5.5%2C0%2C0%2C1-5729.083%2C893.566Z%22%20transform%3D%22translate(5732%20-886.933)%22%20fill%3D%22%231c468d%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) {
  .header__main__content__navigation__subnav__list__item .arrow-link__icon {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #1C468D;
    background-image: none;
  }
  .header__main__content__navigation__subnav__list__item .arrow-link:focus .arrow-link__icon,
  .header__main__content__navigation__subnav__list__item .arrow-link:hover .arrow-link__icon {
    top: -2px;
    left: -2px;
    width: 28px;
    height: 28px;
  }
}
.header__main__content__navigation__subnav__list__item .arrow-link__icon__inner {
  display: none;
}
@media screen and (min-width: 1200px) {
  .header__main__content__navigation__subnav__list__item .arrow-link__icon__inner {
    display: block;
  }
}
.header__main__content__navigation__subnav__list__item .arrow-link__text {
  padding-left:  17px;
}
@media screen and (min-width: 1200px) {
  .header__main__content__navigation__subnav__list__item .arrow-link__text {
    padding-left:  35px;
  }
}

.header__main__content__navigation__subnav__list__item:not(:last-child) {
  border-bottom: 1px dotted #C8C9CB;
}
@media screen and (min-width: 768px) {
  .header__main__content__navigation__subnav__list__item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media screen and (min-width: 1200px) {
  .header__main__content__navigation__subnav__list__item,
  .header__main__content__navigation__subnav__list__item:not(:last-child),
  .header__main__content__navigation__subnav__list__item:nth-last-child(-n+2) {
    border-bottom: 1px solid #C8C9CB;
  }
}

.header__main__content__navigation__subnav__list__item__anchor {
  display: block;
  position: relative;
  padding: 20px 10px 19.5px 10px;
  color: #0B0B0B;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1.5em;
}
@media screen and (min-width: 1200px) {
  .header__main__content__navigation__subnav__list__item__anchor {
    padding: 26px 0px 18.5px;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: .05em;
    
  }
}

/* ハンバーガーナビ */
.header__hamburger {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #1C468D;
  border-radius: 6px;
  appearance: none;
  cursor: pointer;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .header__hamburger {
    right: 10px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger__inner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}

.header__hamburger__inner__line {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 2px;
  background-color: #fff;
  transition: all .3s;
}

.header__hamburger__inner__line:nth-child(1) {
  top: 2px;
}
.is-active .header__hamburger__inner__line:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__hamburger__inner__line:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.is-active .header__hamburger__inner__line:nth-child(2) {
  opacity: 0;
  transform: translateX(-50%, 10px);
}

.header__hamburger__inner__line:nth-child(3) {
  bottom: 2px;
}
.is-active .header__hamburger__inner__line:nth-child(3) {
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .is-active .header__hamburger__inner__line:nth-child(1),
  .is-active .header__hamburger__inner__line:nth-child(3) {
    width: 20px;
  }
}

/* CTAボタン */
.header__cta {
  display: none;
}

/* SP時のハンバーガーメニュー内のボタン */
.header__main__content__cta {
  width: calc(100% - 50px);
  margin: 30px auto 92px;
  
}
@media screen and (min-width: 768px) {
  .header__main__content__cta {
    width: calc(100% - 80px);
    margin-top: 40px;
  }
}
@media screen and (min-width: 1050px) {
  .header__main__content__cta {
    width: calc(100% - 80px);
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  /* PC ヘッダーナビゲーションのCTAボタンを表示 */
  .header__cta {
    display: block;
  }
  /* TB/SP ヘッダーナビゲーションのCTAボタンを非表示 */
  .header__main__content__cta {
    display: none;
  }
}
.header__main__content__cta__conversion__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .header__main__content__cta__conversion__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .header__main__content__cta__conversion__list {
    grid-template-columns: auto auto;
    gap: 5px;
  }
}

.header__main__content__cta__conversion__list__item .cta_button {
  display: block;
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box !important;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .03em;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  transition: color .3s, background-color .3s;
  visibility: hidden;
}
.header__main.is-active .header__main__content__cta__conversion__list__item .cta_button {
  visibility: visible;
}
.header__main__content__cta__conversion__list .header__main__content__cta__conversion__list__item:nth-child(1) .cta_button {
  border: 1px solid #0B0B0B;
  background-color: #0B0B0B;
}
.header__main__content__cta__conversion__list .header__main__content__cta__conversion__list__item:nth-child(2) .cta_button {
  border: 1px solid #1C468D;
  background-color: #1C468D;
}
@media screen and (min-width: 1200px) {
  .header__main__content__cta__conversion__list__item .cta_button {
    width: fit-content;
    padding: 15px 8.5px;
    font-size: 1.2rem;
    visibility: visible;
  }
  .header__main__content__cta__conversion__list .header__main__content__cta__conversion__list__item .cta_button:focus,
  .header__main__content__cta__conversion__list .header__main__content__cta__conversion__list__item .cta_button:hover {
    background-color: #ffffff;
  }
  .header__main__content__cta__conversion__list .header__main__content__cta__conversion__list__item:nth-child(1) .cta_button:focus,
  .header__main__content__cta__conversion__list .header__main__content__cta__conversion__list__item:nth-child(1) .cta_button:hover {
    color: #0B0B0B;
  }
  .header__main__content__cta__conversion__list .header__main__content__cta__conversion__list__item:nth-child(2) .cta_button:focus,
  .header__main__content__cta__conversion__list .header__main__content__cta__conversion__list__item:nth-child(2) .cta_button:hover {
    color: #1C468D;
  }
}
@media screen and (min-width: 1380px) { 
  .header__main__content__cta__conversion__list__item .cta_button {
    padding: 15px 14px;
  }
}

.header__main__content__cta__conversion__list__item .cta-deco {
  display: none;
}

.header__main__content__cta__conversion__list__item .cta-text::after {
  content: none;
}
.header__main__content__cta__conversion__list__item .cta-text br {
  display: none !important;
}

/* 言語リンク */
.header__language {
  display: flex;
  align-items: center;
  position: relative;
}
.header__language__button {
  width: 52px;
  height: fit-content;
  padding: 3px 5px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 17px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header__language__button {
    width: 58px;
    padding: 3.5px 5px;
  }
}

.header__language__wrap {
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  padding-top: 8px;
  visibility: hidden;
  opacity: 0;
  transition: visibility .3s, opacity .3s;
}
.header__language__wrap.is-open {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1050px) {
  .header__language:hover .header__language__wrap {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .header__language__wrap {
    top: 29px;
  }
}

.header__language__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 3px 15px rgba(53, 57, 64, 0.08);
}

.header__language__list__item:not(:first-child) {
  margin-top: 7px;
}

.header__language__button__inner,
.header__language__list__item__anchor {
  color: #0B0B0B;
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  transition: color .3s;
}
.header__language__button__inner {
  display: block;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-right: 13px;
}
.header__language__button__inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 6px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.414%22%20height%3D%225.707%22%20viewBox%3D%220%200%209.414%205.707%22%3E%20%3Cpath%20d%3D%22M-19167.84-20797.477a1%2C1%2C0%2C0%2C1-.707-.293l-4-4%2C1.414-1.414%2C3.293%2C3.293%2C3.293-3.293%2C1.414%2C1.414-4%2C4A1%2C1%2C0%2C0%2C1-19167.84-20797.477Z%22%20transform%3D%22translate(19172.547%2020803.184)%22%20fill%3D%22%231c468d%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1200px) {
  .header__language__button__inner,
  .header__language__list__item__anchor {
    font-size: 1.4rem;
  }
  .header__language__list__item__anchor:focus,
  .header__language__list__item__anchor:hover {
    color: #1C468D;
  }
}
@charset "UTF-8";

/* フッターCTA */

.footer-cta {
  position: relative;
  margin-top: 20px;
  padding: 60px 20px 50px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .footer-cta {
    margin-top: 0;
    padding: 80px 50px 60px;
  }
}
@media screen and (min-width: 1050px) {
  .footer-cta {
    margin-top: 20px;
    padding: 100px 50px 65px;
  }
}

.footer-cta__backimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  border-top-left-radius: 800px 300px;
  border-top-right-radius: 800px 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s;
}
.footer-cta__backimg.is-active {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .footer-cta__backimg {
    border-top-left-radius: 980px 278px;
    border-top-right-radius: 980px 278px;
  }
}
@media screen and (min-width: 1050px) {
  .footer-cta__backimg {
    border-top-left-radius: 1030px 245px;
    border-top-right-radius: 1030px 245px;
  }
}
.footer-cta__backimg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0E2F65;
  opacity: .22;
}

.footer-cta__backimg__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105%;
  height: 105%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 3s;
}
.footer-cta__backimg.is-active .footer-cta__backimg__inner {
  width: 100%;
  height: 100%;
}

.footer-cta__deco {
  position: absolute;
  top: calc(50% + 14px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  white-space: nowrap;
  font-family: 'Figtree', sans-serif;
  font-size: 9rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .03em;
  opacity: .05;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .footer-cta__deco {
    font-size: 14rem;
  }
}
@media screen and (min-width: 1050px) {
  .footer-cta__deco {
    top: calc(50% + 30px);
    font-size: 17.5rem;
  }
}

.footer-cta__list {
  display: flex;
  justify-content: center;
  gap: 34px;
}
@media screen and (min-width: 768px) {
  .footer-cta__list {
    gap: 90px;
  }
}
@media screen and (min-width: 1050px) {
  .footer-cta__list{
    gap: 210px;
  }
}
.footer-cta__list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  border-top-left-radius: 800px 300px;
  border-top-right-radius: 800px 300px;
  background-color: #1C468D;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .footer-cta__list::before {
    border-top-left-radius: 980px 278px;
    border-top-right-radius: 980px 278px;
  }
}
@media screen and (min-width: 1050px) {
  .footer-cta__list::before {
    border-top-left-radius: 1030px 245px;
    border-top-right-radius: 1030px 245px;
  }
}

.footer-cta__list__item {
  position: relative;
  width: 140px;
  height: 140px;
}
@media screen and (min-width: 768px) {
  .footer-cta__list__item {
    width: 210px;
    height: 210px;
  }
}
@media screen and (min-width: 1050px) {
  .footer-cta__list__item {
    width: 230px;
    height: 230px;
  }
}

.footer-cta__list__item .cta_button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
}
.footer-cta__list__item .cta_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 50%;
  transition: width .3s, height .3s;
}
@media screen and (min-width: 1050px) {
  .footer-cta__list__item .cta_button:focus::before,
  .footer-cta__list__item .cta_button:hover::before {
    width: calc(100% + 20px);
    height: calc(100% + 20px);
  }
}

.footer-cta__list__item .cta-icon {
  width: 24px;
  height: 22px;
  margin-bottom: 14px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.footer-cta__list__item--contact .cta-icon {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240.162%22%20height%3D%2229.791%22%20viewBox%3D%220%200%2040.162%2029.791%22%3E%20%3Cpath%20d%3D%22M-480.385-7397.2a4.938%2C4.938%2C0%2C0%2C1-4.934-4.934v-18.878c0-.01%2C0-.021%2C0-.03v-1.015a4.94%2C4.94%2C0%2C0%2C1%2C4.934-4.934h30.294a4.941%2C4.941%2C0%2C0%2C1%2C4.934%2C4.934v19.923a4.94%2C4.94%2C0%2C0%2C1-4.934%2C4.934Zm-2.134-4.934a2.137%2C2.137%2C0%2C0%2C0%2C2.134%2C2.134h30.294a2.137%2C2.137%2C0%2C0%2C0%2C2.134-2.134v-19.923a2.137%2C2.137%2C0%2C0%2C0-2.134-2.134h-30.294a2.137%2C2.137%2C0%2C0%2C0-2.134%2C2.134v.294l17.316%2C11.881%2C12.317-7.722a1.4%2C1.4%2C0%2C0%2C1%2C1.931.441%2C1.4%2C1.4%2C0%2C0%2C1-.444%2C1.929l-13.873%2C8.7-17.247-11.833Z%22%20transform%3D%22translate(485.319%207426.994)%22%20fill%3D%22%231c468d%22%2F%3E%3C%2Fsvg%3E');
}
.footer-cta__list__item--document .cta-icon {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2231.743%22%20height%3D%2238.99%22%20viewBox%3D%220%200%2031.743%2038.99%22%3E%20%3Cpath%20d%3D%22M-924.735-7379.9a4.268%2C4.268%2C0%2C0%2C1-4.264-4.264v-30.462a4.268%2C4.268%2C0%2C0%2C1%2C4.264-4.264h17.694a4.229%2C4.229%2C0%2C0%2C1%2C3.014%2C1.249l5.522%2C5.522a4.235%2C4.235%2C0%2C0%2C1%2C1.249%2C3.016v24.938a4.268%2C4.268%2C0%2C0%2C1-4.264%2C4.264Zm-1.465-34.726v30.462a1.465%2C1.465%2C0%2C0%2C0%2C1.465%2C1.463h23.216a1.465%2C1.465%2C0%2C0%2C0%2C1.463-1.463v-24.938a1.454%2C1.454%2C0%2C0%2C0-.428-1.035l-5.522-5.524a1.464%2C1.464%2C0%2C0%2C0-.743-.4v6.8h2.931a1.4%2C1.4%2C0%2C0%2C1%2C1.4%2C1.4%2C1.4%2C1.4%2C0%2C0%2C1-1.4%2C1.4h-4.331a1.4%2C1.4%2C0%2C0%2C1-1.4-1.4v-8.228h-15.186A1.466%2C1.466%2C0%2C0%2C0-926.2-7414.631Zm6.815%2C23.659a1.4%2C1.4%2C0%2C0%2C1-1.4-1.4%2C1.4%2C1.4%2C0%2C0%2C1%2C1.4-1.4H-912a1.4%2C1.4%2C0%2C0%2C1%2C1.4%2C1.4%2C1.4%2C1.4%2C0%2C0%2C1-1.4%2C1.4Zm0-6a1.4%2C1.4%2C0%2C0%2C1-1.4-1.4%2C1.4%2C1.4%2C0%2C0%2C1%2C1.4-1.4h12.518a1.4%2C1.4%2C0%2C0%2C1%2C1.4%2C1.4%2C1.4%2C1.4%2C0%2C0%2C1-1.4%2C1.4Z%22%20transform%3D%22translate(928.999%207418.895)%22%20fill%3D%22%231c468d%22%2F%3E%3C%2Fsvg%3E');
}

@media screen and (min-width: 768px) {
  .footer-cta__list__item .cta-icon {
    width: 38px;
    height: 34px;
    margin-bottom: 23px;
  }
}

@media screen and (min-width: 1050px) {
  .footer-cta__list__item .cta-icon {
    width: 43px;
    height: 40px;
    margin-bottom: 18px;
  }
}

.footer-cta__list__item .cta-text {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
  overflow: visible;
  z-index: 1;
}
.footer-cta__list__item .cta-text::before {
  content: attr(data-text);
  display: block;
  font-family: 'Figtree', sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .03em;
  text-align: center;
}
.footer-cta__list__item .cta-text::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .footer-cta__list__item .cta-text {
    font-size: 1.2rem;
  }
  .footer-cta__list__item .cta-text::before {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1050px) {
  .footer-cta__list__item .cta-text::before {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .footer-cta__list__item .cta-text br {
    display: none !important;
  }
}

/* vendors */
/* Slider */
.slick-slider {
  outline: none;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slide div {
  vertical-align: bottom;
}

.slick-slider:focus {
  outline: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* テンプレート独自のスタイル */
@charset "UTF-8";

/* lp */

/* variables */
.lp-form {
  --select-max-width: 350px; /* select要素の最大幅 */
  --input-error-color: #CB0303; /* エラーテキストの文字色 */
}

/* === Offset HubSpot default style */

/* 複数カラム時（MAX:3カラム） */
.lp-form form :is(fieldset.form-columns-2, fieldset.form-columns-3) .hs-form-field {
  float: none;
  width: 100%;
}

/* .input */
.lp-form form fieldset .hs-form-field > .input {
  margin-right: 0;
}
.lp-form form fieldset .hs-form-field > .input .hs-input:not(input[type="checkbox"], input[type="radio"]) {
  float: none;
  width: 100% !important;
}
.lp-form form fieldset .hs-form-field.hs-fieldtype-booleancheckbox .input input[type="checkbox"] {
  float: none;
}
.lp-form .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none;
}

/* Offset HubSpot default style === */


/* === Original form style */

.content--lp .dnd-section-color {
  padding-top: 80px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .content--lp .dnd-section-color {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.section.lp-form {
  margin-top: 0;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .section.lp-form {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1050px) {
  .section.lp-form {
    margin-bottom: 140px;
  }
}

/* form fieldset (フォームの行) */
.lp-form form fieldset {
  max-width: none;
}
.lp-form form fieldset:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .lp-form form fieldset:not(:first-child) {
    margin-top: 40px;
  }
}

/* form column */
.lp-form form .hs-form-field:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field:not(:first-child) {
    margin-top: 40px;
  }

  /* 「1つのチェックボックス」フィールド以外 */
  .lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox) {
    display: grid;
    grid-template-columns: 200px 1fr;
    column-gap: 40px;
  }
}

/* form field label */
/* 「1つのチェックボックス」フィールド以外 */
.lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox) > label {
  display: block;
  grid-row-start: 1;
  grid-row-end: 10;
  width: 200px;
  height: fit-content;
  padding-left: 12px;
  border-left: 3px solid #1C468D;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox) > label {
    width: 100%;
    font-size: 1.3rem;
  }
}

/* contact property : require */
.lp-form form .hs-form-field label .hs-form-required {
  color: var(--input-error-color);
}

/* help text */
.lp-form form .hs-form-field .hs-field-desc {
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0F0F0F;
  font-size: 1.3rem;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field .hs-field-desc {
    margin-top: 0;
    font-size: 1.6rem;
  }
}


/* === from input  */

/* form input : parent div element */
/* 「1つのチェックボックス」フィールド以外 */
.lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox) > .input {
  display: block;
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field:not(.hs-fieldtype-booleancheckbox) > .input {
    margin-top: 0;
  }
}

/* form input : parts [basic] */
.lp-form form .hs-form-field .input :is(input[type="text"], input[type="tel"], input[type="email"], input[type="number"], textarea) {
  box-sizing: border-box;
  width: 100% !important;
  padding: 9px 14px 10px;
  border: 1px solid #C8C9CB;
  border-radius: 5px;
  background: none transparent;
  font-family: 'Noto Sans JP', sans-serif;
  color: #0F0F0F;
  font-size: 1.3rem;
  letter-spacing: .05em;
  vertical-align: middle;
  appearance: none;
}
.lp-form form > .hs-phone > .input > .hs-fieldtype-intl-phone.hs-input input:is(input[type="tel"]) {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field .input :is(input[type="text"], input[type="tel"], input[type="email"], input[type="number"], textarea) {
    padding: 11px 14px 13px;
    font-size: 1.6rem;
  }
}
/* checkbox, radio button */
@media screen and (max-width: 767px) {
  .lp-form form .hs-form-field .input :is(input[type="checkbox"], input[type="radio"]) {
    position: relative;
    top: 2px;
  }
}
/* placeholder */
.lp-form form .hs-form-field .input :is(input[type="text"], input[type="tel"], input[type="email"], input[type="number"], textarea)::placeholder {
  color: #0F0F0F;
  opacity: .6;
}

/* contact property : parts [basic] on error */
.lp-form form .hs-form-field .input :is(input[type="text"], input[type="tel"], input[type="email"], input[type="number"], textarea).error {
  border-color: var(--input-error-color);
}

/* form input : form parts [number] */
.lp-form form .hs-form-field .input[type="number"] {
  max-width: var(--select-max-width);
}

/* form input : parts [radio button] */
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field.hs-fieldtype-radio .input .inputs-list {
    display: flex;
    flex-wrap: wrap;
  }

  .lp-form form .hs-form-field.hs-fieldtype-radio .input .inputs-list .hs-form-radio {
    display: inline-block;
  }

  .lp-form form .hs-form-field.hs-fieldtype-radio .input .inputs-list .hs-form-radio:not(:last-child) {
    margin-right: 25px;
  }
}

.lp-form form .hs-form-field.hs-fieldtype-radio .input .inputs-list .hs-form-radio label span {
  padding-left: 10px;
  color: #0F0F0F;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .lp-form form .hs-form-field.hs-fieldtype-radio .input .inputs-list .hs-form-radio label span {
    font-size: 1.3rem;
  }
}

/* form input : parts [checkbox] */
.lp-form form .hs-form-field .input .hs-form-checkbox:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field .input .hs-form-checkbox:not(:first-child) {
    margin-top: 20px;
  }
}

.lp-form form .hs-form-field .input .hs-form-checkbox span {
  display: inline-flex;
  width: calc(100% - 25px);
  padding-left: 5px;
  color: #0F0F0F;
  font-size: 1.3rem;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field .input .hs-form-checkbox span {
    font-size: 1.6rem;
    letter-spacing: .05em;
    line-height: 1.5;
  }
}

/* form input : boolean checkbox (1つのチェックボックス、個人情報チェックボックス) */
.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox {
  text-align: center;
}
.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input label > span {
  display: inline;
  margin-left: 0;
  padding-left: 5px;
  color: #0F0F0F;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.85;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input label > span {
    font-size: 1.6rem;
    padding-left: 8px;
  }
}
/* 出現条件不明だが一応残す */
.lp-form form .hs-form-field.hs-fieldtype-booleancheckbox .input label > span .aInput {
  text-decoration: underline;
}

/* contact property : form parts (textarea) */
.lp-form form .hs-form-field .input textarea {
  min-height: 120px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field .input textarea {
    min-height: 200px;
  }
}

/* form input : form parts [select] */
.lp-form form .hs-form-field.hs-fieldtype-select .input {
  position: relative;
  max-width: var(--select-max-width);
}

.lp-form form .hs-form-field.hs-fieldtype-select > .input::before {
  content: '';
  position: absolute;
  top: 18px;
  right: 15px;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCA2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzBmMGYwZjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggaWQ9IuWQiOS9k18xNCIgZGF0YS1uYW1lPSLlkIjkvZMgMTQiIGNsYXNzPSJjbHMtMSIgZD0iTTUsNGw1LTRWMkw1LDZaTTAsMlYwTDUsNFY2WiIvPjwvZz48L2c+PC9zdmc+");
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field.hs-fieldtype-select > .input::before {
    top: 23px;
    right: 20px;
  }
}

.lp-form form .hs-form-field.hs-fieldtype-select > .input select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-height: 40px;
  padding: 11px 30px 11px 14px;
  border: 1px solid #C8C9CB;
  border-radius: 5px;
  color: #0F0F0F;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.5;
  appearance: none;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field.hs-fieldtype-select > .input select {
    max-height: 50px;
    padding: 12px 40px 14px 14px;
    font-size: 1.6rem;
    font-weight: 400;
  }
}

/* form input : form parts [select] (電話番号の国別コードドロップダウン) */
.lp-form form .hs-form-field .hs-fieldtype-intl-phone .select_lang_code {
  position: relative;
  max-width: 515px;
  margin-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field .hs-fieldtype-intl-phone .select_lang_code {
    margin-bottom: 15px;
  }
}

.lp-form form .hs-form-field .hs-fieldtype-intl-phone .select_lang_code::before {
  content: '';
  position: absolute;
  top: 18px;
  right: 15px;
  width: 10px;
  height: 6px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCA2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzBmMGYwZjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggaWQ9IuWQiOS9k18xNCIgZGF0YS1uYW1lPSLlkIjkvZMgMTQiIGNsYXNzPSJjbHMtMSIgZD0iTTUsNGw1LTRWMkw1LDZaTTAsMlYwTDUsNFY2WiIvPjwvZz48L2c+PC9zdmc+");
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field .hs-fieldtype-intl-phone .select_lang_code::before {
    top: 19px;
    right: 15px;
  }
}

.lp-form form .hs-form-field .hs-fieldtype-intl-phone .select_lang_code select {
  display: block;
  box-sizing: border-box;
  float: none !important;
  width: 100% !important;
  max-height: 40px;
  padding: 8px 30px 11px 14px;
  border: 1px solid #C8C9CB;
  border-radius: 5px;
  color: #0F0F0F;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.5;
  appearance: none;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-form-field .hs-fieldtype-intl-phone .select_lang_code select {
    max-height: 40px;
    padding: 9px 40px 5px 15px;
    font-size: 1.5rem;
  }
}

/* from input (parent div) === */


/* error message */
.lp-form form .hs-error-msgs {
  width: 100%;
  margin-top: 10px;
  color: var(--input-error-color);
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.85;
}
@media screen and (max-width: 767px) {
  .lp-form form .hs-error-msgs {
    font-size: 1.3rem;
  }
}

/* === date picker (カレンダー) */

/* 本体 */
.lp-form form .hs-form-field.hs-fieldtype-date .input .hs-dateinput .fn-date-picker.pika-single {
  border: 1px solid #C8C9CB;
}
/* 月/年 部分 */
.lp-form form .fn-date-picker .pika-label {
  color: #0F0F0F;
  font-size: 1.5rem;
  font-weight: 400;
}
/* 前月/翌月ボタン */
.lp-form form .fn-date-picker .pika-next,
.lp-form form .fn-date-picker .pika-prev {
  position: absolute;
  background-size: inherit;
  opacity: 1;
  transition: .3s;
}
/* 前月 */
.lp-form form .fn-date-picker .pika-prev {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2212%22%20viewBox%3D%220%200%206%2012%22%3E%20%3Cpath%20d%3D%22M6%2C0l6%2C6H0Z%22%20transform%3D%22translate(0%2012)%20rotate(-90)%22%20fill%3D%22%23113975%22%2F%3E%3C%2Fsvg%3E');
  left: 0;
  top: 0;
}
/* 翌月 */
.lp-form form .fn-date-picker .pika-next {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2212%22%20viewBox%3D%220%200%206%2012%22%3E%20%3Cpath%20d%3D%22M6%2C0l6%2C6H0Z%22%20transform%3D%22translate(6)%20rotate(90)%22%20fill%3D%22%23113975%22%2F%3E%3C%2Fsvg%3E');
  right: 0;
  top: 0;
}
/* 曜日 */
.lp-form form .fn-date-picker .pika-table th {
  color: #0F0F0F;
  font-size: 1.2rem;
  font-weight: 500;
}
.lp-form form .fn-date-picker .pika-table th abbr {
  text-decoration: none;
  cursor: inherit;
}
/* 日ボタン */
.lp-form form .fn-date-picker .pika-button {
  border-radius: 2px;
  background-color: #F2F3F4;
  color: #0F0F0F;
  font-size: 1.3rem;
  font-weight: 500;
}
.lp-form form .fn-date-picker .pika-button:focus,
.lp-form form .fn-date-picker .pika-button:hover {
  background: #909090 !important;
}
/* 今日の日付 */
.lp-form form .fn-date-picker .is-today .pika-button {
  color: #113975;
}
/* 選択した日付 */
.lp-form form .fn-date-picker .is-selected .pika-button {
  background: #113975;
  box-shadow: none;
  color: #fff;
}

/* date picker (カレンダー) === */


/* === データのプライバシーと同意 */
.lp-form .legal-consent-container {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .lp-form .legal-consent-container {
    margin-top: 50px;
  }
  .lp-form form fieldset:has(.legal-consent-container) {
    margin-top: 45px;
  }
}

/* コミュニケーション同意/プライバシー/処理同意 テキスト */
.lp-form form .legal-consent-container .hs-richtext {
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .lp-form form .legal-consent-container .hs-richtext {
    font-size: 1.4rem;
  }
}
.lp-form form .legal-consent-container .hs-richtext:not(:first-child) {
  margin-top: 20px;
}
.lp-form form .legal-consent-container .hs-richtext:not(:last-child) {
  margin-bottom: 20px;
}
/* プライバシー/処理同意 テキストが存在する場合の余白 */
.lp-form form .legal-consent-container div:has(.hs-dependent-field) + .hs-richtext {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .lp-form form .legal-consent-container div:has(.hs-dependent-field) + .hs-richtext {
    margin-top: 40px;
  }
}

/* line-height分の余白を相殺 */
.lp-form form .legal-consent-container .hs-richtext::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
}
.lp-form form .legal-consent-container .hs-richtext::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
}

/* strong */
.lp-form form .legal-consent-container .hs-richtext strong {
  font-weight: 700;
}

/* link */
.lp-form form .legal-consent-container .hs-richtext a {
  display: inline;
  position: relative;
  border-bottom: 1px solid #1C468D;
  text-decoration: none;
  transition: color .3s;
}
@media screen and (min-width: 1050px) {
  .lp-form form .legal-consent-container .hs-richtext a:hover {
    color: #1C468D;
  }
}
/* 外部リンク */
.lp-form form .legal-consent-container .hs-richtext a[target="_blank"] {
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .lp-form form .legal-consent-container .hs-richtext a[target="_blank"] {
    padding-left: 20px;
  }
}
/* 外部リンクアイコン */
.lp-form form .legal-consent-container .hs-richtext a[target="_blank"]::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 1px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20class%3D%22link-icon%20is-exlink%22%20aria-hidden%3D%22true%22%3E%20%3Cpath%20class%3D%22link-icon__path%22%20d%3D%22M-782.765%2C0H-792.3a.8.8%2C0%2C0%2C0-.794.8V3.259h-5.82a1.053%2C1.053%2C0%2C0%2C0-1.053%2C1.053V16.947A1.054%2C1.054%2C0%2C0%2C0-798.917%2C18h12.636a1.053%2C1.053%2C0%2C0%2C0%2C1.053-1.053v-5.82h2.463a.8.8%2C0%2C0%2C0%2C.8-.794V.8A.8.8%2C0%2C0%2C0-782.765%2C0Zm-3.967%2C16.5h-11.733V4.763h5.369v5.57a.793.793%2C0%2C0%2C0%2C.794.794h5.57Zm3.259-6.873h-8.119V1.5h8.119Z%22%20transform%3D%22translate(799.969)%22%20fill%3D%22%231C468D%22%3E%3C%2Fpath%3E%20%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .lp-form form .legal-consent-container .hs-richtext a[target="_blank"]::before {
    top: 10px;
    left: 2px;
    width: 12px;
    height: 12px;
  }
}

/* 個人情報の取扱について同意する チェックボックス部分 */
.lp-form form .legal-consent-container .hs-dependent-field {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .lp-form form .legal-consent-container .hs-dependent-field {
    margin-top: 40px;
  }
}

.lp-form form .legal-consent-container .hs-dependent-field .field.hs-form-field {
  margin-bottom: 0;
}

/* error massage */
.lp-form .legal-consent-container .hs-error-msgs label {
  color: var(--input-error-color);
}

/* データのプライバシーと同意 === */

/* reCAPTCHA === */
.lp-form form .hs-form-field.hs-recaptcha {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* === submit button */

.lp-form form .hs-submit {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-submit {
    margin-top: 40px;
  }
}

.lp-form form .hs-submit .actions {
  position: relative;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.lp-form form .hs-submit .actions input {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 15px 30px 14px;
  border: none;
  background-color: #1C468D;
  border-radius: 10px;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5em;
  text-align: center;
  appearance: none;
  cursor: pointer;
  transition: background-color .3s;
}
@media screen and (min-width: 768px) {
  .lp-form form .hs-submit .actions input {
    padding: 19px 30px 17px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1050px) {
  .lp-form form .hs-submit .actions input:focus,
  .lp-form form .hs-submit .actions input:hover {
    background-color: #113975;
  }
}

/* submit button === */

/* Original form style === */



.lp-form form .checkbox-title {
  display: inline-block;
  float: left;
  width: 100%;
  padding-top: 9px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.85;
  border-top: 1px solid #0B0B0B;
}
@media screen and (min-width: 768px) {
  .lp-form form .checkbox-title {
    font-size: 1.6rem;
    width: 200px;
  }
}

.hs_error_rollup {
  margin-top: 30px;
  color: var(--input-error-color);
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .hs_error_rollup {
    font-size: 1.5rem;
  }
}
@charset "UTF-8";

/* news */

.section.section--news-post {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .section.section--news-post {
    margin-top: 80px;
  }
}

.content--news-post {
  position: relative;
  padding-top: 78px;
  padding-bottom: 5px;
}
.content--news-post::before {
  content: "";
  position: absolute;
  top: -96px;
  right: -181px;
  width: 330px;
  height: 330px;
  box-sizing: border-box;
  border: 35px solid #F2F3F4;
  border-radius: 400px;
  opacity: .5;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .content--news-post {
    padding-top: 110px;
  }
  .content--news-post::before {
    top: -162px;
    right: -247px;
    width: 534px;
    height: 534px;
    border: 60px solid #F2F3F4;
  }
}
@media screen and (min-width: 1050px) {
  .content--news-post::before {
    top: -368px;
    right: -258px;
    width: 670px;
    height: 670px;
  }
}

/* === article / 記事詳細 */

.news-article {
  position: relative;
}

.news-article__head__date {
  display: block;
  color: #7B7C7E;
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: 1.5em;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .news-article__head__date {
    font-size: 1.6rem;
  }
}

.news-article__head__heading {
  color: #0B0B0B;
  font-size: 2.0rem;
  letter-spacing: .05em;
  line-height: 1.5em;
  font-weight: 700;
  margin-top: 6px;
}

@media screen and (min-width: 768px) {
  .news-article__head__heading {
    font-size: 3.0rem;
  }
}

.news-article__head__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .news-article__head__category-list {
    margin-top: 25px;
  }
}

.news-article__head__category-list__item__anchor {
  display: inline-block;
  box-sizing: border-box;
  min-width: 65px;
  padding: 2px 19px 3px;
  background-color: #1C468D;
  border-radius: 13px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news-article__head__category-list__item__anchor {
    font-size: 1.3rem;
  }
}

.news-article__head__thumbnail {
  margin-top: 25px;
  margin-bottom: 50px;
  margin-right: -20px;
  margin-left: -20px;
}

@media screen and (min-width: 768px) {
  .news-article__head__thumbnail {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
  }
}

.news-article__head__thumbnail img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

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

/* news-article__body__content */
.news-article__body__content.natural {
  padding-bottom: 0.6em; /* 最後のコンテンツが微妙に切れてしまうため対策 */
}

.news-article__body__content h2, .news-article__body__summary__body h2 {
  font-size: 2.0rem;
  letter-spacing: .05em;
  line-height: 1.5em;
  font-weight: 700;
  color: #0B0B0B;
  background-color: #F2F3F4;
  border-left: 4px solid #1C468D;
  padding: 13px 15px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content h2, .news-article__body__summary__body h2 {
    font-size: 2.5rem;
    border-left: 5px solid #1C468D;
    padding: 9px 20px;
  }
}

.news-article__body__content h2:not(:first-child), .news-article__body__summary__body h2:not(:first-child) {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content h2:not(:first-child), .news-article__body__summary__body h2:not(:first-child) {
    margin-top: 60px;
  }
}

.news-article__body__content h2:not(:last-child), .news-article__body__summary__body h2:not(:last-child) {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content h2:not(:last-child), .news-article__body__summary__body h2:not(:last-child) {
    margin-bottom: 30px;
  }
}

.news-article__body__content h3, .news-article__body__summary__body h3 {
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: 1.875em;
  line-height: 1.875em;
  font-weight: 700;
  color: #0B0B0B;
  position: relative;
  padding-bottom: 4px;
  margin-top: -.5em;
}

.news-article__body__content h3::after, .news-article__body__summary__body h3::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.875) * .5em);
}

@media screen and (min-width: 768px) {
  .news-article__body__content h3, .news-article__body__summary__body h3 {
    font-size: 2.2rem;
  }
}

.news-article__body__content h3::after, .news-article__body__summary__body h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #113975;
  border-bottom: 1px solid #113975;
  height: 2px;
}

.news-article__body__content h3:not(:first-child), .news-article__body__summary__body h3:not(:first-child) {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content h3:not(:first-child), .news-article__body__summary__body h3:not(:first-child) {
    margin-top: 40px;
  }
}

.news-article__body__content h3:not(:last-child), .news-article__body__summary__body h3:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content h3:not(:last-child), .news-article__body__summary__body h3:not(:last-child) {
    margin-bottom: 25px;
  }
}

.news-article__body__content h4, .news-article__body__summary__body h4 {
  font-size: 1.7rem;
  letter-spacing: .05em;
  line-height: 1.5em;
  font-weight: 700;
  color: #0B0B0B;
  padding-left: 12px;
  border-left: 3px solid #1C468D;
  margin-top: -.5em;
  margin-bottom: -.5em;
}
@media screen and (min-width: 768px) {
  .news-article__body__content h4, .news-article__body__summary__body h4 {
    font-size: 1.8rem;
  }
}

.news-article__body__content h4::before, .news-article__body__summary__body h4::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
}

.news-article__body__content h4::after, .news-article__body__summary__body h4::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
}

.news-article__body__content h4:not(:first-child), .news-article__body__summary__body h4:not(:first-child) {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content h4:not(:first-child), .news-article__body__summary__body h4:not(:first-child) {
    margin-top: 40px;
  }
}

.news-article__body__content h4:not(:last-child), .news-article__body__summary__body h4:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content h4:not(:last-child), .news-article__body__summary__body h4:not(:last-child) {
    margin-bottom: 25px;
  }
}

.news-article__body__content h5, .news-article__body__summary__body h5 {
  color: #0B0B0B;
}

.news-article__body__content p, .news-article__body__summary__body p {
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.85;
  color: #0F0F0F;
  margin-top: -.5em;
  margin-bottom: -.5em;
}

.news-article__body__content p::before, .news-article__body__summary__body p::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * .5em);
}

.news-article__body__content p::after, .news-article__body__summary__body p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * .5em);
}

@media screen and (min-width: 768px) {
  .news-article__body__content p, .news-article__body__summary__body p {
    font-size: 1.5rem;
  }
}

.news-article__body__content p:not(:first-child), .news-article__body__summary__body p:not(:first-child) {
  margin-top: 20px;
}

.news-article__body__content p:not(:last-child), .news-article__body__summary__body p:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content p:not(:last-child), .news-article__body__summary__body p:not(:last-child) {
    margin-bottom: 30px;
  }
}

.news-article__body__content img, .news-article__body__summary__body img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .news-article__body__content img, .news-article__body__summary__body img {
    max-width: 500px;
  }
}

.news-article__body__content img:not(:first-child), .news-article__body__summary__body img:not(:first-child) {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content img:not(:first-child), .news-article__body__summary__body img:not(:first-child) {
    margin-top: 40px;
  }
}

.news-article__body__content img:not(:last-child), .news-article__body__summary__body img:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .news-article__body__content img:not(:last-child), .news-article__body__summary__body img:not(:last-child) {
    margin-bottom: 40px;
  }
}

.news-article__body__summary {
  margin-top: 50px;
  border: 1px solid #C8C9CB;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .news-article__body__summary {
    margin-top: 60px;
  }
}

.news-article__body__summary__head {
  background-color: #F1F1ED;
  border-radius: 5px 5px 0 0;
  padding: 11px 20px 10px;
}

@media screen and (min-width: 768px) {
  .news-article__body__summary__head {
    padding: 14px 30px;
  }
}

.news-article__body__summary__head__heading {
  font-size: 1.8rem;
  letter-spacing: .05em;
  font-weight: 700;
  color: #0F0F0F;
}

@media screen and (min-width: 768px) {
  .news-article__body__summary__head__heading {
    font-size: 2.2rem;
  }
}

.news-article__body__summary__body {
  padding: 20px;
}

@media screen and (min-width: 768px) {
  .news-article__body__summary__body {
    padding: 30px;
  }
}

.news-article__body__cta__anchor {
  display: block;
}

.news-article__body__cta__content img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

.news-article__body__cta:not(:first-child) {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .news-article__body__cta:not(:first-child) {
    margin-top: 80px;
  }
}

.news-article__body__cta:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .news-article__body__cta:not(:last-child) {
    margin-bottom: 80px;
  }
}

.news-article__foot {
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid #C8C9CB;
}

@media screen and (min-width: 768px) {
  .news-article__foot {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .news-article__foot__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (min-width: 768px) {
  .news-article__foot__nav__list__item {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.news-article__foot__nav__list__item--prev {
  margin-right: auto;
}

.news-article__foot__nav__list__item--next {
  margin-left: auto;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #C8C9CB;
}

@media screen and (min-width: 768px) {
  .news-article__foot__nav__list__item--next {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: 1px dotted #C8C9CB;
  }
}

.news-article__foot__nav__list__item--next .news-article__foot__nav__list__item__heading {
  text-align: right;
}

.news-article__foot__nav__list__item__heading {
  color: #0F0F0F;
  font-size: 1.6rem;
  letter-spacing: .05em;
  font-weight: 700;
}

.news-article__foot__nav__list__item__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.news-article__foot__nav__list__item__block__image {
  width: 100%;
  max-width: 110px;
}

@media screen and (min-width: 768px) {
  .news-article__foot__nav__list__item__block__image {
    max-width: 120px;
  }
}

.news-article__foot__nav__list__item__block__image img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

.news-article__foot__nav__list__item__block__heading {
  width: 100%;
  margin-left: 15px;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.6em;
  font-weight: 500;
  -webkit-transition: color .3s;
  transition: color .3s;
}

@media screen and (min-width: 768px) {
  .news-article__foot__nav__list__item__block__heading {
    max-width: 210px;
  }
}

a:hover .news-article__foot__nav__list__item__block__heading {
  color: #0B0B0B;
}

.news-article__foot__back {
  margin-top: 60px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .news-article__foot__back {
    margin-top: 80px;
  }
}

.news-article__foot__back__anchor {
  color: #0F0F0F;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.4em;
  font-weight: 500;
  position: relative;
  padding-left: 38px;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.news-article__foot__back__anchor__icon {
  display: block;
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.news-article__foot__back__anchor__icon__circle {
  fill: #3C4046;
  -webkit-transition: fill .3s;
  transition: fill .3s;
}

a:hover .news-article__foot__back__anchor__icon__circle {
  fill: #0B0B0B;
}

.news-article__foot__back__anchor:hover {
  color: #0B0B0B;
}
/* article / 記事詳細 === */


/* === archive / 記事一覧 */

@media screen and (min-width: 768px) {
  .news-archive {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .news-archive__menu {
    width: 155px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 1050px) {
  .news-archive__menu {
    width: 190px;
    margin-right: 20px;
  }
}
.news-archive__menu__laptop-wider__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .news-archive__menu__laptop-wider__list {
  grid-template-columns: 1fr;
  gap: 18px;
  margin-left: 5px;
  padding-top: 19px;
  padding-bottom: 19px;
  }
}
.news-archive__menu__laptop-wider__list::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #E9E9EA;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .news-archive__menu__laptop-wider__list::after {
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 5px;
  }
}

.news-archive__menu__laptop-wider__list__item{
  position: relative;
  display: flex;
  align-items: end;
}
.news-archive__menu__laptop-wider__list__item__bar {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #E9E9EA;
}
.news-archive__menu__laptop-wider__list__item:nth-child(1) .news-archive__menu__laptop-wider__list__item__bar,
.news-archive__menu__laptop-wider__list__item:nth-child(3n+1) .news-archive__menu__laptop-wider__list__item__bar {
  border-radius: 5px 0 0 5px;
}
.news-archive__menu__laptop-wider__list__item:nth-child(3n) .news-archive__menu__laptop-wider__list__item__bar {
  border-radius: 0 5px 5px 0;
}
@media screen and (min-width: 768px) {
  .news-archive__menu__laptop-wider__list__item{
    padding-left: 34px;
  }
  .news-archive__menu__laptop-wider__list__item__bar {
    display: contents;
  }
}

.news-archive__menu__laptop-wider__list__item__anchor {
  position: relative;
  width: 100%;
  padding: 18px 15px 18px;
  border: none;
  background: none;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  transition: color .3s;
  appearance: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .news-archive__menu__laptop-wider__list__item__anchor {
    text-align: left;
    padding: 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1050px) {
  .news-archive__menu__laptop-wider__list__item__anchor:focus,
  .news-archive__menu__laptop-wider__list__item__anchor:hover {
    color: #1C468D;
  }
}

.news-archive__menu__laptop-wider__list__item.is-active .news-archive__menu__laptop-wider__list__item__anchor {
  position: relative;
  color: #1C468D;
  font-weight: 700;
}

.news-archive__menu__laptop-wider__list__item.is-active .tab_icon {
  content: '';
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 12px;
  height: 12px;
  background-color: #1C468D;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .news-archive__menu__laptop-wider__list__item.is-active .tab_icon {
    left: -5px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
  }
}


@media screen and (min-width: 768px) {
  .news-archive__content {
    width: calc(100% - 170px);
    margin-top: -37px;
  }
}
@media screen and (min-width: 1050px) {
  .news-archive__content {
    width: calc(100% - 210px);
  }
}

.news-archive__content__list {
  position: relative;
}
.news-archive__content__list__item {
  border-bottom: 1px solid #C8C9CB;
}

.news-archive__content__list__item__anchor {
  display: block;
  position: relative;
  padding: 30px 45px 34px 10px;
  color: #0F0F0F;
}
@media screen and (min-width: 768px) {
  .news-archive__content__list__item__anchor {
    padding: 37px 45px 38px 10px;
  }
}

/* 背景色ありのスタイル */
.news-archive__content__list__item__content__head {
  display: flex;
  align-items: flex-start;
}

.news-archive__content__list__item__content__head__date {
  flex-shrink: 0;
  width: 74px;
  margin-top: 5px;
  color: #7B7C7E;
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: .03em;
}
@media screen and (min-width: 768px) {
  .news-archive__content__list__item__content__head__date {
     width: 83px;
     margin-top: 7px;
     font-size: 1.4rem;
  }
}

.news-archive__content__list__item__content__head__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.news-archive__content__list__item__content__head__category__inner {
  display: inline-block;
  box-sizing: border-box;
  min-width: 65px;
  padding: 2px 19px 3px;
  background-color: #1C468D;
  border-radius: 13px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .news-archive__content__list__item__content__head__category__inner {
    font-size: 1.3rem;
  }  
}

.news-archive__content__list__item__content__body {
  margin-top: 24px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news-archive__content__list__item__content__body {
    margin-top: 27px;
  }
}


.news-archive__content__list__item__content__body .paragraph {
  line-height: 1.6;
  transition: color .3s;
}

@media screen and (min-width: 1050px) {
  .news-archive__content__list__item__anchor:hover .news-archive__content__list__item__content__body .paragraph {
    color: #1C468D;
  }
}

.news-archive__content__list__item__anchor .link-button__anchor__icon {
  background-color: transparent;
}
.news-archive__content__list__item__anchor .link-button__anchor__icon,
.news-archive__content__list__item__anchor .link-button__anchor__icon__inner {
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: none;
}
.news-archive__content__list__item__anchor .link-button__anchor__icon__inner::before,
.news-archive__content__list__item__anchor .link-button__anchor__icon__inner::after {
  width: 10px;
  height: 8px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.546%22%20height%3D%227.211%22%20viewBox%3D%220%200%209.546%207.211%22%3E%20%3Cpath%20d%3D%22M-5564.5-2215.394V-2217h-3a.5.5%2C0%2C0%2C1-.5-.5v-2a.5.5%2C0%2C0%2C1%2C.5-.5h3v-1.605a.5.5%2C0%2C0%2C1%2C.762-.425l5.046%2C3.1a.5.5%2C0%2C0%2C1%2C0%2C.851l-5.046%2C3.1a.492.492%2C0%2C0%2C1-.261.075A.5.5%2C0%2C0%2C1-5564.5-2215.394Z%22%20transform%3D%22translate(5568%202222.106)%22%20fill%3D%22%231c468d%22%2F%3E%20%3C%2Fsvg%3E');
}
@media screen and (min-width: 1050px) {
  .news-archive__content__list__item__anchor:focus .link-button__anchor__icon__inner::before,
  .news-archive__content__list__item__anchor:hover .link-button__anchor__icon__inner::before {
    animation-name: movieToLeft;
    animation-delay: 0s;
  }
  .news-archive__content__list__item__anchor:focus .link-button__anchor__icon__inner::after,
  .news-archive__content__list__item__anchor:hover .link-button__anchor__icon__inner::after {
    animation-name: movieToRight;
    animation-delay: 0s;
  }
}
@keyframes movieToRight {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(550%, -50%);
  }
}
@keyframes movieToLeft {
  0% {
    transform: translate(-650%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.news-archive__pagination {
  width: 100%;
}
.news-archive__pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .news-archive__pager {
    margin-top: 75px;
  }
}

.news-archive__pager__item:not(:first-child) {
  margin-left: 15px;
}

.news-archive__pager__item__anchor {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  font-family: 'Figtree', sans-serif;
  letter-spacing: .1em;
  color: #0F0F0F;
  padding-left: 5px;
  padding-right: 5px;
  transition: color .3s;
}
@media screen and (min-width: 768px) {
  .news-archive__pager__item__anchor {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1050px) {
  .news-archive__pager__item__anchor:hover {
    color: #1C468D;
  }
}

.news-archive__pager__item.is-current .news-archive__pager__item__anchor {
  color: #1C468D;
  font-weight: 700;
}

.news-archive__pager__item__anchor__icon {
  display: block;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .news-archive__pager__item__anchor__icon {
    width: 28px;
    height: 28px;
  }
}

.news-archive__pager__item__anchor--prev {
  transform: rotate(180deg);
}
.news-archive__pager__item__anchor--prev,
.news-archive__pager__item__anchor--next {
  position: relative;
  width: 24px;
  height: 24px;
  padding-left: 0;
  padding-right: 0;
}
.news-archive__pager__item .arrow-link__icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-archive__pager__item .arrow-link__icon {
  width: 24px;
  height: 24px;
}
.news-archive__pager__item .arrow-link__icon__inner {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 768px) {
  .news-archive__pager__item__anchor--prev,
  .news-archive__pager__item__anchor--next {
    width: 28px;
    height: 28px;
  }
  .news-archive__pager__item .arrow-link__icon {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1050px) {
  .news-archive__pager__item__anchor--prev,
  .news-archive__pager__item__anchor--next {
    width: 32px;
    height: 32px;
  }
  .news-archive__pager__item .arrow-link:focus .arrow-link__icon,
  .news-archive__pager__item .arrow-link:hover .arrow-link__icon {
    width: 32px;
    height: 32px;
  }
}

/* archive / 記事一覧 === */

/* サイト全体で共通のエレメント */
@charset "utf-8";

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


/* カラム */











  /* [.columns] wrapper element */
@media screen and (min-width: 768px) {
  .columns:not(.columns--one) {
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
  }
}

/* [.columns] item element */
@media screen and (max-width: 767px) {
  .columns__column:not(:first-child) {
    margin-top: 35px;
  }
}
@media screen and (min-width: 768px) {
  .columns:not(.columns--one) .columns__column {
    box-sizing: border-box;
    padding-right: 25px;
    padding-left: 25px;
  }
}

/* 1カラム */
@media screen and (min-width: 768px) {
  .columns--one > .columns__column:nth-child(n+2) {
    margin-top: 55px;
  }
}

/* 2カラム */
@media screen and (min-width:768px) {
  .columns--two > .columns__column {
    width: 50%
  }
  .columns--two > .columns__column:nth-child(n+3){
    margin-top: 55px;
  }
}

/* 3カラム */
@media screen and (min-width:768px) {
  .columns--three > .columns__column {
    width: 50%;
  }
  .columns--three > .columns__column:nth-child(n+3) {
    margin-top: 55px;
  }
}
@media screen and (min-width:1050px) {
  .columns--three > .columns__column {
    width: calc(100% / 3);
  }
  .columns--three > .columns__column:nth-child(3) {
    margin-top: 0;
  }
}

/* 4カラム */
.columns.columns--four {
  margin-right: -15px;
  margin-left: -15px;
}
.columns--four > .columns__column {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width:768px) {
  .columns--four > .columns__column {
    width: 50%;
  }
  .columns--four > .columns__column:nth-child(n+3) {
    margin-top: 55px;
  }
}
@media screen and (min-width:1050px) {
  .columns--four > .columns__column {
    width: calc(100% / 4);
  }
  .columns--four > .columns__column:is(:nth-child(3), :nth-child(4)) {
    margin-top: 0;
  }
}

/* 1:2カラム */
@media screen and (min-width:768px) {
  .columns--one-two {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (min-width:1050px) {
  .columns--one-two {
    margin-right: -25px;
    margin-left: -25px;
  }
}

@media screen and (max-width:767px) {
  .columns--one-two > .columns__column:nth-child(2) {
    margin-top: 25px;
  }
}
@media screen and (min-width:768px) {
  .columns--one-two > .columns__column {
    padding-left: 15px;
    padding-right: 15px;
  }
  .columns--one-two > .columns__column:nth-child(odd) {
    flex: 1;
  }
  .columns--one-two > .columns__column:nth-child(even) {
    flex: 2;
  }
}
@media screen and (min-width:1050px) {
  .columns--one-two > .columns__column {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* カラム左右反転 */
@media screen and (min-width:768px) {
  .columns--reverse > .columns__column:nth-child(1) {
    order: 2;
  }
  .columns--reverse > .columns__column:nth-child(2) {
    order: 1;
  }
}
@charset "UTF-8";

/* コンテナ */

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: calc(1050px + 20px * 2);
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: calc(1050px + 50px * 2);
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 1050px) {
  .container {
    max-width: calc(1050px + 100px * 2);
    padding-right: 100px;
    padding-left: 100px;
  }
}

.container--full {
  max-width: none;
}
/* ==========================================================================

  entry-button

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


.entry-button:not(:last-child) {
  margin-top: ;
  margin-bottom: ;

}
@media screen and (min-width: 768px) {
  .entry-button:not(:last-child) {
    margin-top: ;
    margin-bottom: ;
  }
}

.entry-button.rich-button-center {
  text-align: center;
}
.entry-button a {
  display: block;
  box-sizing: border-box;
  position: relative;
  min-width: inherit;
  max-width: 450px;
  margin: 0 auto;
  padding: 15px 59px 11px 24px;
  background-color: #1C468D;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.85;
  text-align: left;
  border-radius: 10px;
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .entry-button a {
    display: inline-block;
    min-width: 450px;
    padding: 15px 95px 9px 25px;
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1050px) {
  .entry-button a:focus,
  .entry-button a:hover {
    background-color: rgba(28, 70, 141, .7);
  }
}

.entry-button.is-active a {
  pointer-events: inherit;
}

.entry-button__decoration-text {
  content: attr(data-entry);
  display: block;
  width: 100%;
  font-family: 'Figtree', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1;
  text-transform: uppercase;
  transition: .5s;
  opacity: .7;
}

/* link icon */
.entry-button .entry-button__icon {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .entry-button .entry-button__icon {
    right: 20px;
    width: 28px;
    height: 28px;
  }
}

.entry-button .arrow-link__icon {
  top: 50%;
  left: auto;
  right: 20px;
  transform: translateY(-50%);
}
.entry-button .arrow-link__icon {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 30px;
}
.entry-button .arrow-link__icon__inner {
  width: 25px;
  height: 25px;
}
@media screen and (min-width: 768px) {
  .entry-button .arrow-link__icon {
    width: 38px;
    height: 38px;
  }
}
.entry-button .arrow-link__icon__inner::before,
.entry-button .arrow-link__icon__inner::after {
  width: 10px;
  height: 8px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.557%22%20height%3D%2210.47%22%20viewBox%3D%220%200%2014.557%2010.47%22%3E%20%3Cpath%20d%3D%22M22014.5%2C9522.731V9520.5h-4.5a1%2C1%2C0%2C0%2C1-1-1v-2a.994.994%2C0%2C0%2C1%2C1-.994h4.5v-2.239a1%2C1%2C0%2C0%2C1%2C1.514-.856l7.053%2C4.233a1%2C1%2C0%2C0%2C1%2C0%2C1.72l-7.053%2C4.228a.994.994%2C0%2C0%2C1-1.514-.856Z%22%20transform%3D%22translate(-22009.002%20-9513.265)%22%20fill%3D%22%231c468d%22%2F%3E%3C%2Fsvg%3E');
}
@media screen and (min-width: 768px) {
  .entry-button .arrow-link__icon__inner::before,
  .entry-button .arrow-link__icon__inner::after {
    width: 13px;
    height: 10px;
  }
}

.entry-button .entry-button__icon__circle {
  fill: #ffffff;
}
.entry-button .entry-button__icon__path {
  fill: #3C4046;
}
/* link icon : external link */
.entry-button .entry-button__icon.is-exlink {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .entry-button .entry-button__icon.is-exlink {
    width: 22px;
    height: 22px;
  }
}
.entry-button .entry-button__icon.is-exlink .entry-button__icon__path {
  fill: #ffffff;
}
/* ==========================================================================

    figure

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


.section-image-caption {
	margin-bottom: 40px;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.section-image-caption {
		margin-bottom: 25px;
		margin-top: 25px;
	}
}






.figure:not(:first-child) {
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.figure:not(:first-child) {
		margin-top: 30px;
	}
}

.figure {
	text-align: center;
	margin: 0 auto;
}

.figure img {
	max-width: 100%;
	height: auto;
}
.section-image-caption .figure img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
	.figure img {
		max-width: 100% !important;
	}
}

.figcaption {
  color: #0F0F0F;
  margin-top: 15px;
	font-size: 1.4rem;
	letter-spacing: .05em;
	line-height: 1.4;
	text-align: left;
}

.figure.figure--smallbottom:not(:last-child) {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.figure.figure--smallbottom:not(:last-child) {
		margin-bottom: 25px;
	}
}
@charset "UTF-8";

/* 見出し */

.heading-1 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1.4;
}
@charset "UTF-8";

/* h2 */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */







.section-heading2 {
  margin-top: 60px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .section-heading2 {
    margin-top: 80px;
    margin-bottom: 45px;
  }
}

.heading-2 {
  margin-top: 60px;
  margin-bottom: 25px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .heading-2 {
    margin-top: 80px;
    margin-bottom: 45px;
    font-size: 3.2rem;
  }
}
.heading-2:first-child {
  margin-top: 0;
}
.heading-2:last-child {
  margin-bottom: 0;
}

.heading-2.heading-2--decoration.slidein-text {
  overflow: visible;
}
.heading-2__inner {
  overflow: hidden;
}

/*
  === child elements in modules
  モジュール内に配置する際のエレメントスタイルとは異なる場合のスタイル
*/
.heading-2.heading--child {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .heading-2.heading--child {
    margin-top: 35px;
    margin-bottom: 30px;
  }
}
.heading-2.heading--child:first-child {
  margin-top: 0;
}
.heading-2.heading--child:last-child {
  margin-bottom: 0;
}
.heading-2.heading--child + * {
  margin-top: 0;
}
/* child elements in modules === */

.heading-2__deco {
  display: block;
  position: relative;
  width: fit-content;
  margin-bottom: 1px;
  overflow: hidden;
  color: #1C468D;
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  text-transform: uppercase;
}
.text-center .heading-2__deco {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .heading-2__deco {
    margin-bottom: 6px;
    font-size: 1.4rem;
  }
}
.heading-2__deco__inner {
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .heading-2__deco__inner {
    padding-left: 24px;
  }
}
.heading-2__deco__inner::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 11px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2219.049%22%20viewBox%3D%220%200%2024%2019.049%22%3E%20%3Cpath%20d%3D%22M23.4%2C6.885H21.362A9.716%2C9.716%2C0%2C0%2C0%2C12%2C0%2C9.716%2C9.716%2C0%2C0%2C0%2C2.638%2C6.885H.6a.593.593%2C0%2C0%2C0-.6.586v4.106a.593.593%2C0%2C0%2C0%2C.6.587H2.638A9.716%2C9.716%2C0%2C0%2C0%2C12%2C19.049a9.716%2C9.716%2C0%2C0%2C0%2C9.362-6.885H23.4a.593.593%2C0%2C0%2C0%2C.6-.587V7.471a.593.593%2C0%2C0%2C0-.6-.586M12%2C1.488a8.211%2C8.211%2C0%2C0%2C1%2C7.765%2C5.4H4.235A8.211%2C8.211%2C0%2C0%2C1%2C12%2C1.488m0%2C16.073a8.21%2C8.21%2C0%2C0%2C1-7.765-5.4h15.53A8.211%2C8.211%2C0%2C0%2C1%2C12%2C17.561%22%20fill%3D%22%231c468d%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.heading-2--reverse .heading-2__deco__inner::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2219.049%22%20viewBox%3D%220%200%2024%2019.049%22%3E%20%3Cpath%20d%3D%22M23.4%2C6.885H21.362A9.716%2C9.716%2C0%2C0%2C0%2C12%2C0%2C9.716%2C9.716%2C0%2C0%2C0%2C2.638%2C6.885H.6a.593.593%2C0%2C0%2C0-.6.586v4.106a.593.593%2C0%2C0%2C0%2C.6.587H2.638A9.716%2C9.716%2C0%2C0%2C0%2C12%2C19.049a9.716%2C9.716%2C0%2C0%2C0%2C9.362-6.885H23.4a.593.593%2C0%2C0%2C0%2C.6-.587V7.471a.593.593%2C0%2C0%2C0-.6-.586M12%2C1.488a8.211%2C8.211%2C0%2C0%2C1%2C7.765%2C5.4H4.235A8.211%2C8.211%2C0%2C0%2C1%2C12%2C1.488m0%2C16.073a8.21%2C8.21%2C0%2C0%2C1-7.765-5.4h15.53A8.211%2C8.211%2C0%2C0%2C1%2C12%2C17.561%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
}
@media screen and (min-width: 768px) {
  .heading-2__deco__inner::before {
    top: 4px;
  }
  .home-heading-2 .heading-2__deco__inner::before {
    width: 16px;
    height: 13px;
  }
}

.heading-2--reverse {
  color: #ffffff;
}
.heading-2--reverse .heading-2__deco {
  color: #ffffff;
}


/* 見出しのスライドイン */
.slidein-text {
  overflow: hidden;
}
.slidein-text__inner {
  overflow: hidden;
  display: block;
}
.slidein-text__inner.slidein-text-switch {
  display: block;
  transition: .4s ease-in-out;
  transform: translate3d(0,100%,0) skewY(12deg);
  transform-origin: left;
}
.slidein-text__inner.slidein-text-switch.slidein-text-on {
  transform: translate3d(0,0,0) skewY(0);
}
@charset "UTF-8";

/* h3 */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */







.section-heading3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section-heading3 {
    margin-top: 55px;
    margin-bottom: 30px;
  }
}

.heading-3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .heading-3 {
    margin-top: 55px;
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
}
.heading-3:first-child {
  margin-top: 0;
}
.heading-3:last-child {
  margin-bottom: 0;
}

.heading-3::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);;
}
.heading-3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);;
}

/*
  === child elements in modules
  モジュール内に配置する際のエレメントスタイルとは異なる場合のスタイル
*/
.heading-3.heading--child {
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .heading-3.heading--child {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
.heading-3.heading--child:first-child {
  margin-top: 0;
}
.heading-3.heading--child:last-child {
  margin-bottom: 0;
}
.heading-3.heading--child + * {
  margin-top: 0;
}
/* child elements in modules === */
@charset "UTF-8";

/* h4 */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */







.section-heading4 {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .section-heading4 {
    margin-top: 45px;
    margin-bottom: 25px;
  }
}

.heading-4 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #0B0B0B;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .heading-4 {
    margin-top: 45px;
    margin-bottom: 25px;
    font-size: 2.0rem;
  }
}
.heading-4:first-child {
  margin-top: 0;
}
.heading-4:last-child {
  margin-bottom: 0;
}

.heading-4::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);;
}
.heading-4::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);;
}

/*
  === child elements in modules
  モジュール内に配置する際のエレメントスタイルとは異なる場合のスタイル
*/
.heading-4.heading--child {
  margin-top: 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .heading-4.heading--child {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
.heading-4.heading--child:first-child {
  margin-top: 0;
}
.heading-4.heading--child:last-child {
  margin-bottom: 0;
}
.heading-4.heading--child + * {
  margin-top: 0;
}
/* child elements in modules === */
@charset "UTF-8";

/* h5 */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */





.section-heading5 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.heading-5 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #0B0B0B;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .heading-5 {
    font-size: 1.8rem;
  }
}
.heading-5:first-child {
  margin-top: 0;
}
.heading-5:last-child {
  margin-bottom: 0;
}

.heading-5::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);;
}
.heading-5::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);;
}

/*
  === child elements in modules
  モジュール内に配置する際のエレメントスタイルとは異なる場合のスタイル
*/
.heading-5.heading--child {
  margin-top: 25px;
  margin-bottom: 20px;
}
.heading-5.heading--child:first-child {
  margin-top: 20px;
}
.heading-5.heading--child:last-child {
  margin-bottom: 20px;
}
.heading-5.heading--child + * {
  margin-top: 0;
}
/* child elements in modules === */
/* ==========================================================================

  heading link

========================================================================== */

.section-heading-link {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-heading-link {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.heading-link {
  position: relative;
}
.heading-link:not(:first-child) {
  margin-top: 20px;
}
.heading-link:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .heading-link:not(:last-child) {
    margin-bottom: 30px;
  }
  .heading-link:not(:first-child) {
    margin-top: 30px;
  }
}
/* 見出しレベル別　アイコン位置調整 */
.heading-2.heading-link a {
  padding-left: 34px;
}
.heading-3.heading-link a {
  padding-left: 34px;
}
.heading-4.heading-link a,
.heading-5.heading-link a {
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .heading-2.heading-link a {
    padding-left: 43px;
  }
  .heading-3.heading-link a {
    padding-left: 38px;
  }
  .heading-4.heading-link a,
  .heading-5.heading-link a {
    padding-left: 34px;
  }
}

.heading-link a {
  color: #0B0B0B;
  display: inline-block;
  text-decoration: none;
  transition: color .5s;
}
@media screen and (min-width: 1050px) {
  .bl-hover .heading-link a,
  .heading-link a:hover {
    color: #1C468D;
  }
}

.heading-link .link-icon {
  display: block;
  position: absolute;
  left: 0;
}
/* 見出しレベル別　アイコン位置調整 */
.heading-2.heading-link .link-icon {
  top: 9px;
}
.heading-3.heading-link .link-icon {
  top: 2px;
}
.heading-4.heading-link .link-icon {
  top: 2px;
}
.heading-5.heading-link .link-icon {
  top: 1px;
}
@media screen and (min-width: 768px) {
  .heading-2.heading-link .link-icon {
    top: 15px;
  }
  .heading-3.heading-link .link-icon {
    top: 4px;
  }
  .heading-4.heading-link .link-icon {
    top: 3px;
  }
  .heading-5.heading-link .link-icon {
    top: 1px;
  }
}

.heading-2.heading-link .arrow-link__icon {
  top: 5px;
}
.heading-2.heading-link .arrow-link__icon,
.heading-3.heading-link .arrow-link__icon {
  width: 24px;
  height: 24px;
  border-radius: 50px;
}

.heading-5.heading-link .arrow-link__icon {
  top: 1px;
}
.heading-4.heading-link .arrow-link__icon,
.heading-5.heading-link .arrow-link__icon {
  width: 20px;
  height: 20px;
  border-radius: 50px;
}
.heading-2.heading-link .arrow-link__icon__inner,
.heading-3.heading-link .arrow-link__icon__inner,
.heading-4.heading-link .arrow-link__icon__inner,
.heading-5.heading-link .arrow-link__icon__inner {
  width: 15px;
  height: 15px;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .heading-2.heading-link .arrow-link__icon {
    top: 9px;
    width: 32px;
    height: 32px;
  }
  .heading-3.heading-link .arrow-link__icon {
    top: 4px;
    width: 28px;
    height: 28px;
  }
  .heading-4.heading-link .arrow-link__icon {
    top: 5px;
  }
  .heading-5.heading-link .arrow-link__icon {
    top: 4px;
  }
  .heading-4.heading-link .arrow-link__icon
  .heading-5.heading-link .arrow-link__icon {
    width: 24px;
    height: 24px;
  }
}

/* link heading : PDF, external link */
.heading-2.heading-link .has-exlink,
.heading-2.heading-link .has-pdf {
  padding-left: 27px;
}
.heading-3.heading-link .has-exlink,
.heading-4.heading-link .has-exlink,
.heading-5.heading-link .has-exlink,
.heading-3.heading-link .has-pdf,
.heading-4.heading-link .has-pdf,
.heading-5.heading-link .has-pdf {
  padding-left: 24px;
}
@media screen and (min-width: 768px) {
  .heading-2.heading-link .has-exlink,
  .heading-2.heading-link .has-pdf {
    padding-left: 32px;
  }
  .heading-3.heading-link .has-exlink,
  .heading-3.heading-link .has-pdf {
    padding-left: 27px;
  }
}

/* link icon : PDF */
.heading-2.heading-link .is-pdf.link-icon {
  top: 8px;
  width: 17px;
  height: 17.44px;
}
:is(.heading-3, .heading-4, .heading-5).heading-link .is-pdf.link-icon {
  top: 5px;
  width: 16px;
  height: 16.41px;
}
.heading-4.heading-link .is-pdf.link-icon {
  top: 4px;
}
.heading-5.heading-link .is-pdf.link-icon {
  top: 3px;
}
@media screen and (min-width: 768px) {
  .heading-2.heading-link .is-pdf.link-icon {
    top: 16px;
    width: 20px;
    height: 20.52px;
  }
  .heading-3.heading-link .is-pdf.link-icon {
    top: 11px;
    width: 17px;
    height: 17.44px;
  }
  .heading-4.heading-link .is-pdf.link-icon {
    top: 7px;
  }
  .heading-5.heading-link .is-pdf.link-icon {
    top: 5px;
  }
}

/* link icon : external link */
.heading-2.heading-link .is-exlink.link-icon {
  top: 9px;
  width: 16px;
  height: 16px;
}
:is(.heading-3, .heading-4, .heading-5).heading-link .is-exlink.link-icon {
  top: 7px;
  width: 14px;
  height: 14px;
}
:is(.heading-4, .heading-5).heading-link .is-exlink.link-icon {
  top: 5px;
}
@media screen and (min-width: 768px) {
  .heading-2.heading-link .is-exlink.link-icon {
    top: 17px;
    width: 18px;
    height: 18px;
  }
  .heading-3.heading-link .is-exlink.link-icon {
    top: 11px;
    width: 16px;
    height: 16px;
  }
  .heading-4.heading-link .is-exlink.link-icon {
    top: 8px;
  }
  .heading-5.heading-link .is-exlink.link-icon {
    top: 7px;
  }
}
@charset "UTF-8";

/* リード文 */

.section-lead {
  margin-top: 75px;
  margin-bottom: 55px;
}
@media screen and (min-width: 768px) {
  .section-lead {
    margin-top: 55px;
  }
}

.lead {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .lead {
    font-size: 1.6rem;
  }
}

.lead:not(:first-child) {
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  .lead:not(:first-child) {
    margin-top: 55px;
  }
}
.lead:not(:last-child) {
  margin-bottom: 55px;
}

.lead.text-center {
  margin-right: auto;
  margin-left: auto;
}
.lead.text-right {
  margin-left: auto;
}
/* ==========================================================================

    link

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */



/* 文中リンク */
.link {
  display: inline-block;
  position: relative;
  color: #0F0F0F;
  text-decoration: none;
  word-break: break-all;
  transition: .5s;
}
.link:hover {
  color: #1C468D;
  text-decoration: none;
}
.link::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1C468D;
  transition: .5s;
}
.link:hover::after {
  background-color: #1C468D;
}

/* 外部リンクアイコン付き文中リンク */
.link--window {
  padding-left: 20px;
}
.link--window::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS45NjkiIGhlaWdodD0iMTEuOTY5IiB2aWV3Qm94PSIwIDAgMTEuOTY5IDExLjk2OSI+CiAgPHBhdGggaWQ9IuODkeOCuV82NDIxIiBkYXRhLW5hbWU9IuODkeOCuSA2NDIxIiBkPSJNLTc4OC41MjksMGgtNi4zNDJhLjUyOC41MjgsMCwwLDAtLjUyOC41MjlWMi4xNjdoLTMuODdhLjcuNywwLDAsMC0uNy43djguNGEuNy43LDAsMCwwLC43LjdoOC40YS43LjcsMCwwLDAsLjctLjdWNy40aDEuNjM4QS41MjguNTI4LDAsMCwwLTc4OCw2Ljg3MVYuNTI5QS41MjkuNTI5LDAsMCwwLTc4OC41MjksMFptLTIuNjM4LDEwLjk2OWgtNy44di03LjhoMy41N3YzLjdhLjUyNy41MjcsMCwwLDAsLjUyOC41MjhoMy43Wk0tNzg5LDYuNGgtNS40VjFoNS40WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzk5Ljk2OSkiIGZpbGw9IiM0MTQxNDEiLz4KPC9zdmc+Cg==") no-repeat center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* 見出しリンクアイコン */
.arrow-link-wrap {
  display: flex;
  position: relative;
}
.arrow-link__icon {
  flex-shrink: 0;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: #1C468D;
  border-radius: 50%;
  transition: .3s;
}
.arrow-link--white .arrow-link__icon {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .arrow-link__icon {
    top: 3px;
  }
}
@media screen and (min-width: 1050px) {
  .arrow-link__icon {
    width: 24px;
    height: 24px;
  }
}
.arrow-link__icon__inner {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: auto 0;
  line-height: 1;
}
@media screen and (min-width: 1050px) {
  .arrow-link__icon__inner {
    width: 15px;
    height: 15px;
  }
}
.arrow-link__icon__inner::before,
.arrow-link__icon__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 7.5px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.514%22%20height%3D%227.134%22%20viewBox%3D%220%200%208.514%207.134%22%3E%20%3Cpath%20d%3D%22M22154.914%2C7606.567V7605h-2.412a.5.5%2C0%2C0%2C1-.5-.5v-2a.5.5%2C0%2C0%2C1%2C.5-.5h2.412v-1.568a.5.5%2C0%2C0%2C1%2C.779-.417l4.6%2C3.07a.5.5%2C0%2C0%2C1%2C0%2C.829l-4.6%2C3.07a.5.5%2C0%2C0%2C1-.779-.417Z%22%20transform%3D%22translate(-22152%20-7599.933)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation-duration: 0.6s;
}
.arrow-link--white .arrow-link__icon__inner::before,
.arrow-link--white .arrow-link__icon__inner::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.515%22%20height%3D%227.133%22%20viewBox%3D%220%200%208.515%207.133%22%3E%20%3Cpath%20d%3D%22M571.916-6404.436V-6406H569.5a.5.5%2C0%2C0%2C1-.5-.5v-2a.5.5%2C0%2C0%2C1%2C.5-.5h2.415v-1.567a.5.5%2C0%2C0%2C1%2C.779-.415l4.6%2C3.065a.5.5%2C0%2C0%2C1%2C0%2C.832l-4.6%2C3.067a.5.5%2C0%2C0%2C1-.276.084A.5.5%2C0%2C0%2C1%2C571.916-6404.436Z%22%20transform%3D%22translate(-569%206411.067)%22%20fill%3D%22%23172131%22%2F%3E%3C%2Fsvg%3E');
}
.arrow-link__icon__inner::after {
  transform: translate(-450%, -50%);
}

@media screen and (min-width: 1050px) {
  .arrow-link:focus .arrow-link__icon__inner::before,
  .arrow-link:hover .arrow-link__icon__inner::before {
    animation-name: movieToLeft;
    animation-delay: 0s;
  }
  .arrow-link:focus .arrow-link__icon__inner::after,
  .arrow-link:hover .arrow-link__icon__inner::after {
    animation-name: movieToRight;
    animation-delay: 0s;
  }
}
@keyframes movieToRight {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(350%, -50%);
  }
}
@keyframes movieToLeft {
  0% {
    transform: translate(-450%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.arrow-link__text {
  padding-left: 28px;
  color: #0B0B0B;
  transition: color .3s;
}
.arrow-link--white .arrow-link__text {
  color: #ffffff;
}
@media screen and (min-width: 1050px) {
  .arrow-link:focus .arrow-link__text ,
  .arrow-link:hover .arrow-link__text {
    color: #1C468D;
  }
  .arrow-link.arrow-link--white:focus .arrow-link__text ,
  .arrow-link.arrow-link--white:hover .arrow-link__text {
    color: #ffffff;
  }
}
/* ==========================================================================

  リンクボタン

========================================================================== */

.section-button {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-button {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.link-button {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 280px;
  min-height: 60px;
}
.link-button:not(:first-child) {
  margin-top: 30px;
}
.link-button:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .link-button {
    min-height: 80px;
  }
  .link-button:not(:first-child) {
    margin-top: 40px;
  }
  .link-button:not(:last-child) {
    margin-bottom: 40px;
  }
}

.link-button__anchor {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: fit-content;
  color: #0B0B0B;
  font-family: 'Figtree', 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
  word-break: break-all;
  transition: color .3s;
}

@media screen and (min-width: 768px) {
  .link-button__anchor {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1050px) {
  .link-button__anchor:hover,
  :is(a:hover, .bl-hover) .link-button__anchor:hover,
  .bl-hot:focus .link-button__anchor,
  .bl-hot:hover .link-button__anchor {
    color: #1C468D;
  }
}

.link-button__anchor__wrap {
  display: flex;
  position: relative;
}
.link-button__anchor__icon {
  flex-shrink: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: #1C468D;
  border-radius: 50px;
  transition: .3s;
}
.link-button--reverse .link-button__anchor__icon {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .link-button__anchor__icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 1050px) {
  .bl-hot:focus .link-button__anchor .link-button__anchor__icon,
  .bl-hot:hover .link-button__anchor .link-button__anchor__icon,
  .link-button__anchor:focus .link-button__anchor__icon,
  .link-button__anchor:hover .link-button__anchor__icon {
    top: calc(50% - 5px);
    right: -5px;
    width: 90px;
    height: 90px;
  }
}
.link-button__anchor__icon__inner {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  margin: auto 0;
  border-radius: 50px;
  line-height: 1;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .link-button__anchor__icon__inner {
    width: 40px;
    height: 40px;
  }
}

.link-button__anchor__icon__inner::before,
.link-button__anchor__icon__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 10px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.514%22%20height%3D%227.134%22%20viewBox%3D%220%200%208.514%207.134%22%3E%20%3Cpath%20d%3D%22M22154.914%2C7606.567V7605h-2.412a.5.5%2C0%2C0%2C1-.5-.5v-2a.5.5%2C0%2C0%2C1%2C.5-.5h2.412v-1.568a.5.5%2C0%2C0%2C1%2C.779-.417l4.6%2C3.07a.5.5%2C0%2C0%2C1%2C0%2C.829l-4.6%2C3.07a.5.5%2C0%2C0%2C1-.779-.417Z%22%20transform%3D%22translate(-22152%20-7599.933)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  animation-duration: 0.6s;
}
.link-button__anchor__icon--new-tab .link-button__anchor__icon__inner::before,
.link-button__anchor__icon--new-tab .link-button__anchor__icon__inner::after {
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cpath%20d%3D%22M-782.765%2C0H-792.3a.8.8%2C0%2C0%2C0-.794.8V3.259h-5.82a1.053%2C1.053%2C0%2C0%2C0-1.053%2C1.053V16.947A1.054%2C1.054%2C0%2C0%2C0-798.917%2C18h12.636a1.053%2C1.053%2C0%2C0%2C0%2C1.053-1.053v-5.82h2.463a.8.8%2C0%2C0%2C0%2C.8-.794V.8A.8.8%2C0%2C0%2C0-782.765%2C0Zm-3.967%2C16.5h-11.733V4.763h5.369v5.57a.793.793%2C0%2C0%2C0%2C.794.794h5.57Zm3.259-6.873h-8.119V1.5h8.119Z%22%20transform%3D%22translate(799.969)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
}
.link-button__anchor__icon--pdf .link-button__anchor__icon__inner::before,
.link-button__anchor__icon--pdf .link-button__anchor__icon__inner::after {
  width: 18px;
  height: 19px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221.543%22%20viewBox%3D%220%200%2021%2021.543%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20width%3D%2221%22%20height%3D%2221.543%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20d%3D%22M13.784%2C21.543H2.515a.815.815%2C0%2C0%2C1-.815-.815V.815A.815.815%2C0%2C0%2C1%2C2.515%2C0H18.808a.816.816%2C0%2C0%2C1%2C.815.815V15.707a.82.82%2C0%2C0%2C1-.239.576L14.36%2C21.306a.815.815%2C0%2C0%2C1-.576.237M3.329%2C19.914H13.446l4.548-4.546V1.629H3.329Z%22%20transform%3D%22translate(1.378%20-0.001)%22%20fill%3D%22%23fff%22%2F%3E%20%3Crect%20width%3D%2217.01%22%20height%3D%228.4%22%20transform%3D%22translate(0%204.41)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20d%3D%22M1.325%2C8.516v-5.2H3.172a2.536%2C2.536%2C0%2C0%2C1%2C1.01.181%2C1.291%2C1.291%2C0%2C0%2C1%2C.626.543%2C1.907%2C1.907%2C0%2C0%2C1%2C.214.95%2C2%2C2%2C0%2C0%2C1-.212.969%2C1.3%2C1.3%2C0%2C0%2C1-.621.563%2C2.4%2C2.4%2C0%2C0%2C1-.994.181h-.92v1.81Zm.95-2.6h.809A1.063%2C1.063%2C0%2C0%2C0%2C3.809%2C5.7a.882.882%2C0%2C0%2C0%2C.243-.686A.867.867%2C0%2C0%2C0%2C3.8%2C4.329a1.116%2C1.116%2C0%2C0%2C0-.748-.215h-.78Z%22%20transform%3D%22translate(0.461%202.688)%22%20fill%3D%22%231c468d%22%2F%3E%20%3Cpath%20d%3D%22M3.933%2C8.516v-5.2H5.877a2.748%2C2.748%2C0%2C0%2C1%2C1.322.31%2C2.256%2C2.256%2C0%2C0%2C1%2C.905.891%2C2.783%2C2.783%2C0%2C0%2C1%2C.329%2C1.4%2C2.783%2C2.783%2C0%2C0%2C1-.329%2C1.4A2.267%2C2.267%2C0%2C0%2C1%2C7.2%2C8.2a2.748%2C2.748%2C0%2C0%2C1-1.322.31Zm.95-.847h1a1.56%2C1.56%2C0%2C0%2C0%2C.842-.212%2C1.306%2C1.306%2C0%2C0%2C0%2C.509-.6%2C2.646%2C2.646%2C0%2C0%2C0%2C0-1.872%2C1.306%2C1.306%2C0%2C0%2C0-.509-.6%2C1.56%2C1.56%2C0%2C0%2C0-.842-.212h-1Z%22%20transform%3D%22translate(2.574%202.688)%22%20fill%3D%22%231c468d%22%2F%3E%20%3Cpath%20d%3D%22M6.967%2C8.514v-5.2h3.2v.929H7.916V5.354H9.654v.92H7.916V8.514Z%22%20transform%3D%22translate(5.032%202.689)%22%20fill%3D%22%231c468d%22%2F%3E%20%3Cpath%20d%3D%22M9.554%2C14.063H7.925V9.041a.816.816%2C0%2C0%2C1%2C.815-.816h5.024V9.856H9.554Z%22%20transform%3D%22translate(6.422%206.664)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}

.link-button--reverse .link-button__anchor__icon__inner::before,
.link-button--reverse .link-button__anchor__icon__inner::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.557%22%20height%3D%2210.47%22%20viewBox%3D%220%200%2014.557%2010.47%22%3E%20%3Cpath%20d%3D%22M22014.5%2C9522.731V9520.5h-4.5a1%2C1%2C0%2C0%2C1-1-1v-2a.994.994%2C0%2C0%2C1%2C1-.994h4.5v-2.239a1%2C1%2C0%2C0%2C1%2C1.514-.856l7.053%2C4.233a1%2C1%2C0%2C0%2C1%2C0%2C1.72l-7.053%2C4.228a.994.994%2C0%2C0%2C1-1.514-.856Z%22%20transform%3D%22translate(-22009.002%20-9513.265)%22%20fill%3D%22%231c468d%22%2F%3E%3C%2Fsvg%3E');
}
.link-button--reverse .link-button__anchor__icon--new-tab .link-button__anchor__icon__inner::before,
.link-button--reverse .link-button__anchor__icon--new-tab .link-button__anchor__icon__inner::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%3E%20%3Cpath%20d%3D%22M-782.765%2C0H-792.3a.8.8%2C0%2C0%2C0-.794.8V3.259h-5.82a1.053%2C1.053%2C0%2C0%2C0-1.053%2C1.053V16.947A1.054%2C1.054%2C0%2C0%2C0-798.917%2C18h12.636a1.053%2C1.053%2C0%2C0%2C0%2C1.053-1.053v-5.82h2.463a.8.8%2C0%2C0%2C0%2C.8-.794V.8A.8.8%2C0%2C0%2C0-782.765%2C0Zm-3.967%2C16.5h-11.733V4.763h5.369v5.57a.793.793%2C0%2C0%2C0%2C.794.794h5.57Zm3.259-6.873h-8.119V1.5h8.119Z%22%20transform%3D%22translate(799.969)%22%20fill%3D%22%231c468d%22%2F%3E%3C%2Fsvg%3E');
}
.link-button--reverse .link-button__anchor__icon--pdf .link-button__anchor__icon__inner::before,
.link-button--reverse .link-button__anchor__icon--pdf .link-button__anchor__icon__inner::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221%22%20height%3D%2221.543%22%20viewBox%3D%220%200%2021%2021.543%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20width%3D%2221%22%20height%3D%2221.543%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20d%3D%22M13.784%2C21.543H2.515a.815.815%2C0%2C0%2C1-.815-.815V.815A.815.815%2C0%2C0%2C1%2C2.515%2C0H18.808a.816.816%2C0%2C0%2C1%2C.815.815V15.707a.82.82%2C0%2C0%2C1-.239.576L14.36%2C21.306a.815.815%2C0%2C0%2C1-.576.237M3.329%2C19.914H13.446l4.548-4.546V1.629H3.329Z%22%20transform%3D%22translate(1.378%20-0.001)%22%20fill%3D%22%231c468d%22%2F%3E%20%3Cpath%20d%3D%22M0%2C0H17.01V8.4H0Z%22%20transform%3D%22translate(0%204.41)%22%20fill%3D%22%231c468d%22%2F%3E%20%3Cpath%20d%3D%22M1.325%2C8.516v-5.2H3.172a2.536%2C2.536%2C0%2C0%2C1%2C1.01.181%2C1.291%2C1.291%2C0%2C0%2C1%2C.626.543%2C1.907%2C1.907%2C0%2C0%2C1%2C.214.95%2C2%2C2%2C0%2C0%2C1-.212.969%2C1.3%2C1.3%2C0%2C0%2C1-.621.563%2C2.4%2C2.4%2C0%2C0%2C1-.994.181h-.92v1.81Zm.95-2.6h.809A1.063%2C1.063%2C0%2C0%2C0%2C3.809%2C5.7a.882.882%2C0%2C0%2C0%2C.243-.686A.867.867%2C0%2C0%2C0%2C3.8%2C4.329a1.116%2C1.116%2C0%2C0%2C0-.748-.215h-.78Z%22%20transform%3D%22translate(0.461%202.688)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20d%3D%22M3.933%2C8.516v-5.2H5.877a2.748%2C2.748%2C0%2C0%2C1%2C1.322.31%2C2.256%2C2.256%2C0%2C0%2C1%2C.905.891%2C2.783%2C2.783%2C0%2C0%2C1%2C.329%2C1.4%2C2.783%2C2.783%2C0%2C0%2C1-.329%2C1.4A2.267%2C2.267%2C0%2C0%2C1%2C7.2%2C8.2a2.748%2C2.748%2C0%2C0%2C1-1.322.31Zm.95-.847h1a1.56%2C1.56%2C0%2C0%2C0%2C.842-.212%2C1.306%2C1.306%2C0%2C0%2C0%2C.509-.6%2C2.646%2C2.646%2C0%2C0%2C0%2C0-1.872%2C1.306%2C1.306%2C0%2C0%2C0-.509-.6%2C1.56%2C1.56%2C0%2C0%2C0-.842-.212h-1Z%22%20transform%3D%22translate(2.574%202.688)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20d%3D%22M6.967%2C8.514v-5.2h3.2v.929H7.916V5.354H9.654v.92H7.916V8.514Z%22%20transform%3D%22translate(5.032%202.689)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20d%3D%22M9.554%2C14.063H7.925V9.041a.816.816%2C0%2C0%2C1%2C.815-.816h5.024V9.856H9.554Z%22%20transform%3D%22translate(6.422%206.664)%22%20fill%3D%22%231c468d%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
.link-button__anchor__icon__inner::after {
  transform: translate(-650%, -50%);
}
@media screen and (min-width: 768px) {
  .link-button__anchor__icon__inner::before,
  .link-button__anchor__icon__inner::after {
    width: 16px;
    height: 12px;
  }
  .link-button__anchor__icon--new-tab .link-button__anchor__icon__inner::before,
  .link-button__anchor__icon--new-tab .link-button__anchor__icon__inner::after {
    width: 18px;
    height: 18px;
  }
  .link-button__anchor__icon--pdf .link-button__anchor__icon__inner::before,
  .link-button__anchor__icon--pdf .link-button__anchor__icon__inner::after {
    width: 21px;
    height: 22px;
  }
}
@media screen and (min-width: 1050px) {
  .bl-hot:focus .link-button__anchor .link-button__anchor__icon__inner::before,
  .bl-hot:hover .link-button__anchor .link-button__anchor__icon__inner::before,
  .link-button__anchor:focus .link-button__anchor__icon__inner::before,
  .link-button__anchor:hover .link-button__anchor__icon__inner::before {
    animation-name: movieToLeft;
    animation-delay: 0s;
  }
  .bl-hot:focus .link-button__anchor .link-button__anchor__icon__inner::after,
  .bl-hot:hover .link-button__anchor .link-button__anchor__icon__inner::after,
  .link-button__anchor:focus .link-button__anchor__icon__inner::after,
  .link-button__anchor:hover .link-button__anchor__icon__inner::after {
    animation-name: movieToRight;
    animation-delay: 0s;
  }
}
@keyframes movieToRight {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(550%, -50%);
  }
}
@keyframes movieToLeft {
  0% {
    transform: translate(-650%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.link-button__anchor__inner {
  position: relative;
  padding-right: 72px;
  text-transform: uppercase;
  color: #0B0B0B;
  text-decoration-line: underline;
  text-underline-offset: 7px;
  text-decoration-color: #0B0B0B;
  line-height: 1.85;
  transition: .3s;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .link-button__anchor__inner {
    padding-right: 98px;
    text-decoration-thickness: 2px;
    text-underline-offset: 9px;
  }
}
.link-button--reverse .link-button__anchor__inner {
  color: #ffffff;
  text-decoration-color: #ffffff;
}
@media screen and (min-width: 1050px) {
  .bl-hot:focus .link-button__anchor .link-button__anchor__inner,
  .bl-hot:hover .link-button__anchor .link-button__anchor__inner,
  .link-button__anchor:focus .link-button__anchor__inner,
  .link-button__anchor:hover .link-button__anchor__inner {
    color: #1C468D;
    text-decoration-color: #1C468D;
  }
  .bl-hot:focus .link-button--reverse .link-button__anchor .link-button__anchor__inner,
  .bl-hot:hover .link-button--reverse .link-button__anchor .link-button__anchor__inner,
  .link-button--reverse .link-button__anchor:focus .link-button__anchor__inner ,
  .link-button--reverse .link-button__anchor:hover .link-button__anchor__inner {
    color: #ffffff;
    text-decoration-color: #ffffff;
  }
}

/* align center */
.link-button.rich-button-center {
  margin-right: auto;
  margin-left: auto;
}

/* === MAX 3column list */
.section-button__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-button__list .link-button {
  width: 280px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .section-button__list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section-button__list .link-button:not(:last-child) {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1050px) {
  .section-button__list .link-button:not(:last-child) {
    margin-bottom: 0;
  }
}

/* center */
.section-button__list.rich-button-center {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .section-button__list.rich-button-center {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .section-button__list.rich-button-center .link-button {
    margin-right: 20px;
    margin-left: 20px;
  }
}

/* MAX 3column list === */
/* ==========================================================================

  link icon

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


.link-icon {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .link-icon {
    width: 28px;
    height: 28px;
  }
}

/* link icon : arrow background circle */
.link-icon:not(.is-pdf, .is-exlink)::before {
  content: "";
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #1C468D;
  border-radius: 50%;
  transition: background-color .5s;
}
@media screen and (min-width: 1050px) {
  :is(a:hover, .bl-hover) .link-icon::before {
    background-color: #1C468D;
  }
}

/* link icon : arrow svg */
.link-icon__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 6px;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .link-icon__arrow {
    width: 6px;
    height: 8px;
  }
}
/* link icon : arrow path */
.link-icon__arrow__path {
  fill: #1C468D;
  transition: background-color .5s;
}
@media screen and (min-width: 1050px) {
  :is(a:hover, .bl-hover) .link-icon__arrow__path {
    fill: #ffffff;
  }
}

/* link icon : PDF */
.link-icon.is-pdf {
  width: 16px;
  height: 16.4px;
}
.link-icon.is-pdf .link-icon__path {
  fill: #1C468D;
}
.link-icon.is-pdf .link-icon__path--reverse {
  fill: #ffffff;
}

/* link icon : external link */
.link-icon.is-exlink {
  width: 14px;
  height: 14px;
}
.link-icon.is-exlink .link-icon__path {
  fill: #1C468D;
}

/* link style : reverse */
.link-icon.link-icon--reverse::before {
  background-color: #1C468D;
}
.link-icon.link-icon--reverse .link-icon__arrow__path {
  fill: #ffffff;
}

/* link icon : white color */
.link-icon.link-icon--white::before {
  border-color: #ffffff;
}
@media screen and (min-width: 1050px) {
  :is(a:hover, .bl-hover) .link-icon.link-icon--white::before {
    background-color: transparent;
  }
}
.link-icon.link-icon--white .link-icon__arrow__path {
  fill: #ffffff;
}
/* ==========================================================================

  テキストボタン

========================================================================== */

.section-text-button {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .section-text-button {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.link-text {
  font-family: 'Figtree', 'Noto Sans JP', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
}
.link-text:not(:first-child) {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .link-text:not(:first-child) {
    margin-top: 20px;
  }
}
.link-text:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .link-text:not(:last-child) {
    margin-bottom: 20px;
  }
}

.link-text__anchor {
  --icon-margin: 18px; /* 位置調整用の変数 */

  display: inline-block;
  position: relative;
  padding-left: var(--icon-margin);
  transition: color .3s;
}
.link-text__anchor__inner {
  color: #0B0B0B;
  background-image: linear-gradient(90deg, #1C468D, #1C468D);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: .3s;
}
.link-text.link-text--reverse .link-text__anchor__inner {
  background-image: linear-gradient(90deg, #ffffff, #ffffff);
}
@media screen and (min-width: 1050px) {
  .link-text__anchor:focus .link-text__anchor__inner,
  .link-text__anchor:hover .link-text__anchor__inner,
  .has-link-text:focus .link-text__anchor__inner,
  .has-link-text:hover .link-text__anchor__inner {
    color: #1C468D;
    background-size: 100% 1px;
  }
  .link-text.link-text--reverse .link-text__anchor:focus .link-text__anchor__inner,
  .link-text.link-text--reverse .link-text__anchor:hover .link-text__anchor__inner {
    color: #ffffff;
  }
}

/* link icon */
.link-text__anchor__icon {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 10px;
}
.link-text__anchor__icon__path {
  fill: #1C468D;
}
.link-text__anchor__icon__path--reverse {
  fill: #ffffff;
}

/* link icon : PDF */
.link-text__anchor.is-pdf {
  --icon-margin: 26px; /* 位置調整用の変数 */

  padding-left: var(--icon-margin);
}
.link-text__anchor.is-pdf::before {
  left: var(--icon-margin);
  width: calc(100% - var(--icon-margin));
}
.link-text__anchor.is-pdf .link-text__anchor__icon {
  top: 2px;
  width: 16px;
  height: 16.4px;
}
/* link icon : external link */
.link-text__anchor.is-exlink {
  --icon-margin: 22px; /* 位置調整用の変数 */

  padding-left: var(--icon-margin);
}
.link-text__anchor.is-exlink::before {
  left: var(--icon-margin);
  width: calc(100% - var(--icon-margin));
}
.link-text__anchor.is-exlink .link-text__anchor__icon {
  top: 3px;
  left: 2px;
  width: 14px;
  height: 14px;
}

/* reverse style */
.link-text.link-text--reverse .link-text__anchor,
.link-text.link-text--reverse .link-text__anchor__inner {
  color: #ffffff;
}
.link-text.link-text--reverse .link-text__anchor::before {
  background-color: #ffffff;
}
.link-text.link-text--reverse .link-text__anchor__icon__path {
  fill: #ffffff;
}

/* align center */
.link-text.link-text--center {
  text-align: center;
}
@charset "UTF-8";

/* 段落 */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */




.section-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph {
  color: #0F0F0F;
  font-size: 1.3rem;
  letter-spacing: .05em;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .paragraph {
    font-size: 1.5rem;
  }
}
.paragraph::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.85) * .5em);
}
.paragraph::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.85) * .5em);
}

.paragraph:not(:first-child) {
  margin-top: 20px;
}
.paragraph:not(:last-child) {
  margin-bottom: 20px;
}

/* adjust margin-top when "heading + paragraph" */
.heading-2 + .paragraph::before,
.heading-3 + .paragraph::before,
.heading-4 + .paragraph::before,
.heading-5 + .paragraph::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc(((1 - 1.85) * .5em) * 2);
}

.paragraph--reverse {
  color: #ffffff;
}

.paragraph.text-center {
  margin-right: auto;
  margin-left: auto;
}
.paragraph.text-right {
  margin-left: auto;
}
@charset "UTF-8";

/* セクション */

.section {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .section {
    margin-top: 100px;
    margin-bottom: 120px;
  }
}

.section:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (min-width: 1050px) {
  .section:not(:last-child) {
    margin-bottom: 80px;
  }
}

.dnd-section-color {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .dnd-section-color {
    padding-bottom: 120px;
    padding-top: 80px;
  }
}
/* 最初のモジュール */
.dnd-section-color .hs_cos_wrapper_type_module--first>div {
  margin-top: 0;
}
/* 最後のモジュール */
.dnd-section-color .hs_cos_wrapper_type_module--last>div {
  margin-bottom: 0;
}

.dnd-section-color--bg {
  background-color: #F2F3F4;
}
/* ==========================================================================

  アクセシビリティ対策：本文へのスキップリンク

========================================================================== */

.skip-link-to-main {
  position: absolute;
}
.skip-link-to-main:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(1px, 1px, 1px,1px);
  overflow: hidden;
}
.skip-link-to-main:focus {
  display: block;
  top: 6px;
  left: 10px;
  z-index: 9999;
  margin: 0;
  padding: 13px 20px;
  border-right: 1px solid #C8C9CB;
  border-bottom: 1px solid #C8C9CB;
  border-left: 1px solid #C8C9CB;
  border-radius: 0 0 3px 3px;
  background-color: #F2F3F4;
  text-decoration: underline;
}
/* ==========================================================================

    tag-list

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */





.tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -7.5px;
}

.tag-list:not(:last-child) {
  margin-bottom: 20px;
}

.tag-list__item {
  margin: 7.5px 0;
  padding: 9px 20px;
  border-radius: 50px;
  background-color: #C8C9CB;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.85;
  text-align: center;
}
_:-ms-fullscreen, :root .tag-list__item {
  padding: 10px 20px 2px 20px;
}

.tag-list__item:not(:last-child) {
  margin-right: 15px;
}

.heading-icon-columns .heading-4:not(:last-child) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .tag-list__item {
    padding: 6px 15px;
    font-size: 1.3rem;
  }
}
/* ==========================================================================

    view

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */



.view--is-desktop {
	display: block;
}
@media screen and (max-width:1049px) {
	.view--is-desktop {
		display: none !important;
	}
}
.view--is-desktop-lower {
		display: block
}
@media screen and (max-width:767px) {
	.view--is-desktop-lower {
		display: none !important;
	}
}

.view--is-laptop {
	display: none
}
@media screen and (min-width:768px) and (max-width:1049px) {
	.view--is-laptop {
		display: block
	}
}

.view--is-laptop-lower {
	display: none
}
@media screen and (max-width:1049px) {
	.view--is-laptop-lower {
		display: block
	}
}

.view--is-palmtop {
	display: none !important;
}
@media screen and (max-width:767px) {
	.view--is-palmtop {
		display: block !important;
	}
}

/* サイト全体で共通のモジュール */
/* basic */
/* ==========================================================================

    table

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */



.table {
  width: 100%;
}

/* SWIPE icon */
.js-table-scroll__icon {
  display: none;
}

.js-table-scroll__icon__arrow {
  display: none;
}
@media screen and (max-width:600px) {
  .js-table-scroll {
    margin-right: -20px;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
  }
  .js-table-scroll > .table {
    min-width: 600px;
  }
  .js-table-scroll__icon {
    display: inline;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 120px;
    height: 120px;
    padding-top: 35px;
    border-radius: 5px;
    background-color: rgba(22, 30, 47, 0.4);
    color: #ffffff;
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity .5s;
  }

  .js-table-scroll__icon__arrow {
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 30px);
    z-index: 2;
    width: 61px;
    height: 8px;
    transition: opacity .5s;
  }
  .js-table-scroll__icon__path {
    fill: #ffffff;
  }

  /* is-checked */
  .js-table-scroll.is-checked .js-table-scroll__icon,
  .js-table-scroll.is-checked .js-table-scroll__icon__arrow {
    opacity: 0;
  }
}


/* style1 : normal */
.section-table1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-table1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.table-normal__table {
  border: 1px solid #C8C9CB;
}


.table-normal__head__row__header {
  max-width: 200px;
  padding: 15px;
  border-bottom: 1px solid #C8C9CB;
  background-color: #DEDEE0;
  color: #0F0F0F;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.85;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .table-normal__head__row__header {
    font-size: 1.3rem;
  }
}
@media screen and (max-width:600px) {
  .table-normal__head__row__header {
    min-width: 135.5px;
  }
}
.table-normal__head__row__header:not(:last-child) {
  border-right: 1px solid #C8C9CB;
}

.table-normal__head__row__header.table__head__row__header--notitle {
  background-color: #C8C9CB;
}


.table-normal__body__row__header {
  box-sizing: border-box;
  width: 250px;
  padding: 20px 15px;
  border-right: 1px solid #C8C9CB;
  background-color: #F2F3F4;
  color: #0F0F0F;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.85;
  text-align: left;
}
.dnd-section-color--bg .table-normal__body__row__header {
  background-color: #ffffff;
}

.table-normal__body__row__header--bg {
  background-color: #F2F3F4;
}
@media screen and (max-width: 1049px) {
  .table-normal__body__row__header {
    width: 180px;
    padding: 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .table-normal__body__row__header {
    width: 150px;
    font-size: 1.3rem;
  }
}

.table-normal__body__row:not(:last-child) {
  border-bottom: 1px solid #C8C9CB;
}

.table-normal__body__row__data {
  max-width: 200px;
  padding: 15px 15px;
  color: #0F0F0F;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.85;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .table-normal__body__row__data {
    padding: 15px;
    font-size: 1.3rem;
  }
}

.table-normal__body__row__data:not(:last-child) {
  border-right: 1px solid #C8C9CB;
}


/* style2 : combination */
.section-table2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-table2 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.table-combination__table {
  border: 1px solid #C8C9CB;
}

.table-combination__head__row__header.table__head__row__header--title {
  background-color: #3C4046;
  color: #ffffff;
}

.table-combination__head__row__header {
  width: 350px;
  padding: 10px 20px;
  color: #0F0F0F;
  font-size: 2.0rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.5;
}

.table-combination__head__row__header:not(:last-child) {
  border-right: 1px solid #C8C9CB;
}

@media screen and (max-width: 1049px) {
  .table-combination__body__row {
    display: flex;
    flex-wrap: wrap;
  }
}

.table-combination__body__row:not(:last-child) {
  border-bottom: 1px solid #C8C9CB;
}

.table-combination__body__row__header {
  box-sizing: border-box;
  width: 252px;
  padding: 20px 15px;
  color: #0F0F0F;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  vertical-align: middle;
}

.table-combination__body__row__header:not(:last-child) {
  border-right: 1px solid #C8C9CB;
  border-bottom: 1px solid #C8C9CB;
}
@media screen and (max-width: 1049px) {
  .table-combination__body__row__header {
    padding: 20px 15px;
    border-right: none;
    text-align: center;
  }
  .table-combination__body__row__header:not(:last-child) {
    width: 100%;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .table-combination__body__row__header {
    padding: 15px;
    font-size: 15px;
    text-align: center;
  }
  .table-combination__body__row__header:not(:last-child) {
    width: 100%;
  }
}

.table-combination__body__row__data {
  box-sizing: border-box;
  width: 260px;
  padding: 20px 15px;
}
@media screen and (max-width: 1049px) {
  .table-combination__body__row__data {
    width: 50%;
    padding: 20px 15px;
  }
  .table-combination__body__row__data:last-child {
    border-left: none;
  }
}

.table-combination__body__row__data:not(:last-child) {
  border-right: 1px solid #C8C9CB;
}

.table-combination__body__row__data.table-combination__body__row__data--bg:last-child {
  background-color: #F2F3F4;
}

@media screen and (max-width: 767px) {
  .table-combination__body__row__data {
    padding: 15px;
  }
}

.table-comparison__body__row__data .list--default>.list__item:before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #3C4046;
}

/* style2 背景色ありのスタイル */
.dnd-section-color--bg .table-combination__table {
  border: 1px solid #C8C9CB;
}
.dnd-section-color--bg .table-combination__head__row__header:not(:last-child) {
  border-right: 1px solid #C8C9CB;
}
.dnd-section-color--bg .table-combination__body__row:not(:last-child) {
  border-bottom: 1px solid #C8C9CB;
}
.dnd-section-color--bg .table-combination__body__row__header:not(:last-child) {
  border-right: 1px solid #C8C9CB;
  border-bottom: 1px solid #C8C9CB;
}
.dnd-section-color--bg .table-combination__body__row__data:not(:last-child) {
  border-right: 1px solid #C8C9CB;
}
.dnd-section-color--bg .table-combination__body__row__data.table-combination__body__row__data--bg:last-child {
  background-color: #fff;
}
/* ==========================================================================

  list

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


/* 余白 */










.section-list--default,
.section-list--line,
.section-list--number {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .section-list--default,
  .section-list--line,
  .section-list--number {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.section-list--check {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-list--check {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/* === 2列の場合 */
@media screen and (min-width: 1050px) {
  .list-wrapper.list-wapper--2clm {
    display: flex;
    justify-content: space-between;
    margin-right: -25px;
    margin-left: -25px;
  }
}

.list-wrapper.list-wapper--2clm .list:not(:last-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .list-wrapper.list-wapper--2clm .list:not(:last-child) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1050px) {
  .list-wrapper.list-wapper--2clm .list {
    box-sizing: border-box;
    width: 50%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .list-wrapper.list-wapper--2clm .list:not(:first-child),
  .list-wrapper.list-wapper--2clm .list:not(:last-child) {
    margin-top: 0;
  }
}
/* 2列の場合 === */

.list__item {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .list__item {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.list__item:first-child {
  margin-top: 0;
}
.list__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .list__item .paragraph:not(:last-child) {
    margin-bottom: 12px;
  }
  .list__item .link-text:not(:first-child) {
    margin-top: 15px;
  }
}

/* ドット */
.list--default:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .list--default:not(:first-child) {
    margin-top: 25px;
  }
}

.list--default:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list--default:not(:last-child) {
    margin-bottom: 25px;
  }
}

.list--default > .list__item {
  position: relative;
  padding-left: 15px;
  list-style-type: none;
}

.list--default > .list__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #C8C9CB;
}
@media screen and (max-width: 767px) {
  .list--default>.list__item::before {
    top: 10px;
  }
}


/* ライン */
.list--line:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .list--line:not(:first-child) {
    margin-top: 25px;
  }
}

.list--line:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list--line:not(:last-child) {
    margin-bottom: 25px;
  }
}

.list--line .list__item {
  position: relative;
  padding-left: 18px;
}
@media screen and (min-width: 768px) {
  .list--line .list__item {
    padding-left: 22px;
  }
}
.list--line .list__item::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 2px;
  background-color: #113975;
}
@media screen and (min-width: 768px) {
  .list--line .list__item::before {
    top: 14px;
    width: 10px;
  }
}


/* チェック */
.list--check:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .list--check:not(:first-child) {
    margin-top: 30px;
  }
}

.list--check:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list--check:not(:last-child) {
    margin-bottom: 30px;
  }
}

.list.list--check .list__item {
  position: relative;
  padding-left: 25px;
}

.list.list--check .list__item .paragraph {
  position: relative;
  color: #0B0B0B;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list.list--check .list__item .paragraph {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.list.list--check .list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #113975;
  border-left: 2px solid #113975;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .list.list--check .list__item::before {
    top: 6px;
  }
}


/* 数字 */
.list--number:not(:first-child) {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .list--number:not(:first-child) {
    margin-top: 30px;
  }
}

.list--number:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .list--number:not(:last-child) {
    margin-bottom: 30px;
  }
}

.list--number {
  counter-reset: number;
}

.list--number .list__item {
  padding-left: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .list--number .list__item {
    padding-left: 34px;
  }
}

.list--number .list__item::before {
  content: counter(number);
  counter-increment: number;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  padding-left: 1px;
  color: #ffffff;
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: .1em;
  text-align: center;
  background-color: #113975;
  border-radius: 22px;
}
@media screen and (min-width: 768px) {
  .list--number .list__item::before {
    top: 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
@charset "UTF-8";

/* 説明リスト */

.section-description-list {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .section-description-list {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}

.description-list__group {
  border-bottom: 1px dotted #C8C9CB;
}
@media screen and (min-width: 768px) {
  .description-list__group {
    display: flex;
  }
}

.description-list__group:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .description-list__group:not(:first-child) {
    margin-top: 0;
  }
}

.description-list__group__term {
  color: #0F0F0F;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .description-list__group__term {
    box-sizing: border-box;
    max-width: 200px;
    min-width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1050px) {
  .description-list__group__term {
    max-width: 220px;
    min-width: 220px;
  }
}

@media screen and (min-width: 768px) {
  .description-list__group__desc {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .description-list__group__desc {
    position: relative;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 15px;
  }
  .description-list__group__desc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(100% - 10px);
    border-left: 1px dotted #C8C9CB;
  }
}

@media screen and (min-width: 768px) {
  .description-list__group__desc__inner {
    position: relative;
    flex: 1;
    padding: 20px 30px;
  }
  .description-list__group__desc__inner::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 1px;
    height: calc(100% - 40px);
    border-left: 1px dotted #C8C9CB;
  }
}
@media screen and (max-width: 767px) {
  .description-list__group__desc__inner:nth-child(2) {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #C8C9CB;
  }
}

.description-list .natural {
  margin-top: 0;
  margin-bottom: 0;
}
@charset "UTF-8";

/* service-flow */

.section-service-flow {
  margin-top: 30px;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .section-service-flow {
    margin-top: 45px;
    margin-bottom: 55px;
  }
}

.service-flow__list__item:not(:first-child) {
  position: relative;
  margin-top: 50px;
}

.service-flow__list__item:not(:first-child)::before {
  content: '';
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 18px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2218%22%20viewBox%3D%220%200%2020%2018%22%3E%20%3Cpath%20d%3D%22M8.252%2C3.147a2%2C2%2C0%2C0%2C1%2C3.5%2C0l6.6%2C11.882A2%2C2%2C0%2C0%2C1%2C16.6%2C18H3.4a2%2C2%2C0%2C0%2C1-1.748-2.971Z%22%20transform%3D%22translate(20%2018)%20rotate(180)%22%20fill%3D%22%231c468d%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.service-flow__list__item__box {
  padding: 28px 20px;
  background-color: #F2F3F4;
}
@media screen and (min-width: 768px) {
  .service-flow__list__item__box {
    padding: 28px 25px;
  }
}
/* 背景色ありのスタイル */
.dnd-section-color--bg .service-flow__list__item__box {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .service-flow__list__item__box__columns {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .service-flow__list__item__box__columns__column:nth-child(1) {
    width: 110px;
  }
}
@media screen and (min-width: 1050px) {
  .service-flow__list__item__box__columns__column:nth-child(1) {
    width: 225px;
  }
}
.service-flow__list__item__box__columns__column:nth-child(1).column--single {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .service-flow__list__item__box__columns__column:nth-child(1).column--single {
    text-align: center;
  }
}

.service-flow__list__item__box__columns__column:nth-child(2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .service-flow__list__item__box__columns__column:nth-child(2) {
    width: calc(100% - 110px);
    margin-top: 0;
    margin-left: 50px;
  }
}
@media screen and (min-width: 1050px) {
  .service-flow__list__item__box__columns__column:nth-child(2) {
    width: calc(100% - 225px);
  }
}
@charset "UTF-8";

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


/* step */






.section-step {
  margin-top: 60px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .section-step {
    margin-top: 43px;
    margin-bottom: 30px;
  }
}

.step-list {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.step-list__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: 100%;
  min-height: 110px;
  padding: 30px 30px 25px;
  background-color: #F2F3F4;
}
.dnd-section-color--bg .step-list__item {
  background-color: #ffffff;
}
.step-list__item.step-list__item--no-text {
  align-items: center;
}
.step-list__item:not(:last-child) {
  margin-bottom: 53px;
}
@media screen and (min-width: 768px) {
  .step-list__item {
    padding: 35px 50px;
    min-height: 145px;
  }
  .step-list__item:not(:last-child) {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 1050px) {
  .step-list.step-list--1 .step-list__item,
  .step-list.step-list--2 .step-list__item,
  .step-list.step-list--3 .step-list__item {
    width: calc(33.3% - 33.3px);
    padding: 40px 40px 35px;
  }
  .step-list.step-list--4 .step-list__item {
    width: calc(25% - 30px);
    min-height: 170px;
    padding: 35px 30px 35px;
  }
  .step-list.step-list--5 .step-list__item {
    width: calc(20% - 24px);
    padding: 30px 28px 25px;
  }
  .step-list.step-list--6 .step-list__item {
    width: calc(16.6% - 25px);
    min-height: 130px;
    padding: 30px 19px 20px;
  }
  .step-list.step-list--1 .step-list__item:not(:nth-child(3n)),
  .step-list.step-list--2 .step-list__item:not(:nth-child(3n)),
  .step-list.step-list--3 .step-list__item:not(:nth-child(3n)) {
    margin-right: 50px;
  }
  .step-list.step-list--4 .step-list__item:not(:nth-child(4n)) {
    margin-right: 40px;
  }
  .step-list.step-list--5 .step-list__item:not(:nth-child(5n)) {
    margin-right: 30px;
  }
  .step-list.step-list--6 .step-list__item:not(:nth-child(6n)) {
    margin-right: 30px;
  }
  .step-list.step-list--6 .step-list__item:nth-child(n+7) {
    margin-top: 40px;
  }
  .step-list__item:not(:last-child) {
    margin-bottom: 0;
  }
}

/* arrow icon */
.step-list__item:not(:first-child)::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -35px;
  left: calc(50% - 10px);
  border-color: #C8C9CB transparent transparent;
  border-style: solid;
  border-width: 9px 10px 0;
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .step-list__item:not(:first-child)::before {
    top: -41px;
  }
}
@media screen and (min-width: 1050px) {
  .step-list__item:not(:first-child)::before {
    top: 50%;
    transform: translateY(-50%);
    border-color: transparent transparent transparent #C8C9CB;
    border-width: 9px 10px;
  }
  .step-list.step-list--1 .step-list__item:not(:first-child)::before,
  .step-list.step-list--2 .step-list__item:not(:first-child)::before,
  .step-list.step-list--3 .step-list__item:not(:first-child)::before {
    left: -29px;
  }
  .step-list.step-list--4 .step-list__item:not(:first-child)::before {
    left: -24px;
  }
  .step-list.step-list--5 .step-list__item:not(:first-child)::before,
  .step-list.step-list--6 .step-list__item:not(:first-child)::before {
    left: -19px;
  }
}

/* STEP.00 */
.step-list__item .step-list__item__decoration {
  box-sizing: border-box;
  display: inline-block;
  margin-top: calc((43px + 15px) * -1);
  padding: 6px 33px 4px;
  background-color: #1C468D;
  color: #ffffff;
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
  border-radius: 15px;
  @media screen and (min-width: 768px) {
    & {
      margin-top: calc((51px + 15px) * -1);
      padding: 5px 30px 3px;
      font-size: 1.4rem;
    }
  }
  @media screen and (min-width: 1050px) {
    & {
      margin-top: calc((65px + 15px) * -1);
    }
  }
}
/* liが5個以上の場合、かつPC表示時 */
@media screen and (min-width: 1050px) {
  .step-list:has(> :nth-child(5)) {
    .step-list__item .step-list__item__decoration {
      margin-top: calc((45px + 13px) * -1);
      padding: 4px 20px 3px;
      font-size: 1.3rem;
    }
  }
}

.step-list__item .step-list__item__title,
.step-list__item .step-list__item__text {
  color: #0B0B0B;
}

.step-list__item__title {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
}
@media screen and (min-width: 768px) {
  .step-list__item__title {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1050px) {
  .step-list__item__title {
    display: grid;
    place-items: center;
  }
  .step-list.step-list--1 .step-list__item__title,
  .step-list.step-list--2 .step-list__item__title,
  .step-list.step-list--3 .step-list__item__title {
    font-size: 2.4rem;
  }
  .step-list.step-list--4 .step-list__item__title {
    font-size: 2.2rem;
  }
  .step-list.step-list--5 .step-list__item__title {
    font-size: 2rem;
  }
  .step-list.step-list--6 .step-list__item__title {
    font-size: 1.8rem;
  }
}

.step-list__item__text {
  display: block;
  width: 100%;
  margin-top: 11px;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.85;
  letter-spacing: .05em;
}
@media screen and (min-width: 768px) {
  .step-list__item__text {
    font-size: 1.6rem;
    margin-top: 8px;
  }
}
@media screen and (min-width: 1050px) {
  .step-list__item__text {
    flex-grow: 1;
  }
}
@charset "UTF-8";

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


  /* faq-question */

.section-faq-question {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .section-faq-question {
    margin-top: 45px;
    margin-bottom: 55px;
  }
}

.faq-question__list__item {
  margin-top: 20px;
  border: 1px solid #C8C9CB;
}
@media screen and (min-width: 768px) {
  .faq-question__list__item {
    margin-top: 30px;
  }
}
.faq-question__list__item:first-child {
  margin-top: 0;
}

/* Question */
.faq-question__list__item__question__button {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  border: none;
  padding: 22px 65px 22px 20px;
  background-color: transparent;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  cursor: pointer;
  appearance: none;
}
@media screen and (min-width: 768px) {
  .faq-question__list__item__question__button {
    padding: 28px 85px 28px 40px;
  }
}
@media screen and (min-width: 1050px) {
  .faq-question__list__item__question__button:hover .faq-question__list__item__question__inner {
    color: #1C468D;
    transition: color .3s;
  }
}

/* 背景色ありのスタイル */
.faq-question__list__item__question__inner {
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .faq-question__list__item__question__inner {
    font-size: 2.0rem;
  }
}

/* 開閉アイコン */
.faq-question__list__item__question__icon {
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 34px;
  height: 34px;
  border: 1px solid #1C468D;
  background-color: transparent;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: border-color .3s, background-color .3s;
}
@media screen and (min-width: 768px) {
  .faq-question__list__item__question__icon {
    right: 40px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 1050px) {
  .faq-question__list__item__question__button:hover .faq-question__list__item__question__icon {
    border-color: #1C468D;
    background-color: #1C468D;
  }
}

.faq-question__list__item__question__icon::before,
.faq-question__list__item__question__icon::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 5px);
  width: 10px;
  height: 2px;
  background-color: #1C468D;
  transition: background-color .3s, transform .3s;
}
.faq-question__list__item__question__icon::after {
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .faq-question__list__item__question__icon::before,
  .faq-question__list__item__question__icon::after {
    width: 14px;
    right: calc(50% - 7px);
  }
}
@media screen and (min-width: 1050px) {
  .faq-question__list__item__question__button:hover .faq-question__list__item__question__icon::before,
  .faq-question__list__item__question__button:hover .faq-question__list__item__question__icon::after {
    background-color: #ffffff;
  }
}

/* active icon */
.faq-question__list__item__question.is-active .faq-question__list__item__question__icon::before,
.faq-question__list__item__question.is-active .faq-question__list__item__question__icon::after {
  transform: rotate(180deg);
}

/* Answer */
.faq-question__list__item__answer {
  display: none;
  padding: 0 20px 25px;
}
@media screen and (min-width: 768px) {
  .faq-question__list__item__answer {
    padding: 0 40px 30px;
  }
}

.faq-question__list__item__answer__inner {
  margin-top: 20px;
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 1.85;
}
.faq-question__list__item__answer__inner:first-child {
  margin-top: 0;
  padding-top: 20px;
  border-top: 1px dotted #C8C9CB;
}
@media screen and (min-width: 768px) {
  .faq-question__list__item__answer__inner {
    margin-top: 30px;
    font-size: 1.6rem;
  }
  .faq-question__list__item__answer__inner:first-child {
    padding-top: 30px;
  }
}
@charset "UTF-8";

/* strength-reason */

.section-strength-reason {
  margin-top: 60px;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  .section-strength-reason {
    margin-top: 80px;
    margin-bottom: 55px;
  }
}

.strength-reason__title {
  position: relative;
  width: 100vw;
  margin: 60px calc(50% - 50vw) 0;
  height: 360px;
  background-color: #E6E6E6;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .strength-reason__title {
    margin: 80px calc(50% - 50vw) 0;
  }
}

.strength-reason__title__box {
  background-color: #1C468D;
  width: 230px;
  height: 230px;
  position: absolute;
  top: calc(50% - 115px);
  left: calc(50% - 115px);
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 125px;
}
@media screen and (min-width: 768px) {
  .strength-reason__title__box {
    width: 250px;
    height: 250px;
    top: calc(50% - 125px);
    left: calc(50% - 125px);
  }
}

.strength-reason__title__box__number {
  color: #ffffff;
  text-align: center;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.5em;
}

.strength-reason__title__box__heading {
  color: #ffffff;
  font-family: 'Figtree', sans-serif;
  font-size: 2.0rem;
  letter-spacing: .05em;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(250px - 40px);
  word-break: break-word;
  text-align: center;
}
/* ==========================================================================

    zoom

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


.section-zoom {
  margin-top: 25px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .section-zoom {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1050px) {
  .section-zoom__inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
  }
}
@media screen and (max-width: 767px) {
  .section-zoom__inner {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
  }
}

/* title / text contents column */
@media screen and (min-width: 1050px) {
  .section-zoom__main-area {
    flex: 1;
    order: 2;
    min-width: 380px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

/* image column */
.section-zoom__image-area {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section-zoom__image-area {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1050px) {
  .section-zoom__image-area {
    flex: 2;
    order: 1;
    position: relative;
    max-width: 620px;
    margin-top: 0;
    padding-right: 20px;
    padding-left: 25px;
  }
}

/* Zoom image area */
.section-zoom__zoom-image {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid #C8C9CB;
  background-color: #ffffff;
}
@media screen and (min-width: 1050px) {
  .section-zoom__zoom-image.is-active {
    display: block;
  }
}

/* Main image area */
.section-zoom__image-area__main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 198px;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section-zoom__image-area__main-wrapper {
    height: 375px;
  }
}
@media screen and (min-width: 1050px) {
  .section-zoom__image-area__main-wrapper {
    height: 348px;
  }
}

.section-zoom__image-area__main {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 1050px) {
  .section-zoom__image-area__main::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    opacity: .6;
  }
  .section-zoom__image-area__main::after {
    content: "";
    display: block;
    position: absolute;
    right: 12px;
    bottom: 13px;
    width: 22px;
    height: 21px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS4zOSAyMC42NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7fS5jbHMtMntmaWxsOiM3MDcwNzA7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTUxIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNTEiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTMyIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxMzIiPjxnIGlkPSLlkIjkvZNfMjIiIGRhdGEtbmFtZT0i5ZCI5L2TIDIyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNy43NCwyMC42NmwtNS4yOS01LjI5YTguMjYsOC4yNiwwLDEsMSwzLjQxLTMuODlMMjEuMzksMTdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjAsMTdsLTQuODItNC44My0uNDgtLjQ3LjI2LS42MmE3LjI2LDcuMjYsMCwxLDAtMywzLjQxbC42Ny0uMzkuNTQuNTUsNC41OSw0LjU4TDIwLDE3bTEuNDIsMC0zLjY1LDMuNjUtNS4yOS01LjI5YTguMjUsOC4yNSwwLDEsMSwzLjQxLTMuODlaIi8+PC9nPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTUwIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNTAiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTQ5IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNDkiPjxnIGlkPSLmpZXlhoblvaJfMyIgZGF0YS1uYW1lPSLmpZXlhoblvaIgMyI+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI4LjI1IiBjeT0iOC4yNSIgcj0iNS4xNiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTguMjUsMTMuNDFBNS4wOSw1LjA5LDAsMCwxLDQuNjEsMTEuOWE1LjE0LDUuMTQsMCwwLDEsMC03LjI5aDBhNS4xNiw1LjE2LDAsMCwxLDguOCwzLjY0LDUuMTYsNS4xNiwwLDAsMS01LjE2LDUuMTZaTTUuMzEsNS4zMWE0LjE2LDQuMTYsMCwwLDAsMCw1Ljg4LDQuMTYsNC4xNiwwLDEsMCwyLjk0LTcuMUE0LjE2LDQuMTYsMCwwLDAsNS4zMSw1LjMxWiIvPjwvZz48L2c+PC9nPjwvZz48ZyBpZD0i6ZW35pa55b2iXzg2NSIgZGF0YS1uYW1lPSLplbfmlrnlvaIgODY1Ij48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjUuODkiIHk9IjcuNzUiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjYuMzkiIHk9IjcuNzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48L2c+PGcgaWQ9IumVt+aWueW9ol84NjYiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDg2NiI+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3Ljg5IiB5PSI1Ljc1IiB3aWR0aD0iMSIgaGVpZ2h0PSI1Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSI3Ljg5IiB5PSI2LjI1IiB3aWR0aD0iMSIgaGVpZ2h0PSI0Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==);
  }
}

.section-zoom__image-area__main img {
  max-width: 100%;
  max-height: 198px;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .section-zoom__image-area__main img {
    max-height: 375px;
  }
}
@media screen and (min-width: 1050px) {
  .section-zoom__image-area__main img {
    max-height: 348px;
  }
}

/* Lens */
.section-zoom__lens {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 150px;
  max-height: 150px;
  background: #ffffff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMS4zOSAyMC42NiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOm5vbmU7fS5jbHMtMntmaWxsOiM3MDcwNzA7fS5jbHMtM3tmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTUxIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNTEiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTMyIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxMzIiPjxnIGlkPSLlkIjkvZNfMjIiIGRhdGEtbmFtZT0i5ZCI5L2TIDIyIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNy43NCwyMC42NmwtNS4yOS01LjI5YTguMjYsOC4yNiwwLDEsMSwzLjQxLTMuODlMMjEuMzksMTdaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMjAsMTdsLTQuODItNC44My0uNDgtLjQ3LjI2LS42MmE3LjI2LDcuMjYsMCwxLDAtMywzLjQxbC42Ny0uMzkuNTQuNTUsNC41OSw0LjU4TDIwLDE3bTEuNDIsMC0zLjY1LDMuNjUtNS4yOS01LjI5YTguMjUsOC4yNSwwLDEsMSwzLjQxLTMuODlaIi8+PC9nPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTUwIiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNTAiPjxnIGlkPSLjgrDjg6vjg7zjg5dfMTQ5IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxNDkiPjxnIGlkPSLmpZXlhoblvaJfMyIgZGF0YS1uYW1lPSLmpZXlhoblvaIgMyI+PGNpcmNsZSBjbGFzcz0iY2xzLTEiIGN4PSI4LjI1IiBjeT0iOC4yNSIgcj0iNS4xNiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTguMjUsMTMuNDFBNS4wOSw1LjA5LDAsMCwxLDQuNjEsMTEuOWE1LjE0LDUuMTQsMCwwLDEsMC03LjI5aDBhNS4xNiw1LjE2LDAsMCwxLDguOCwzLjY0LDUuMTYsNS4xNiwwLDAsMS01LjE2LDUuMTZaTTUuMzEsNS4zMWE0LjE2LDQuMTYsMCwwLDAsMCw1Ljg4LDQuMTYsNC4xNiwwLDEsMCwyLjk0LTcuMUE0LjE2LDQuMTYsMCwwLDAsNS4zMSw1LjMxWiIvPjwvZz48L2c+PC9nPjwvZz48ZyBpZD0i6ZW35pa55b2iXzg2NSIgZGF0YS1uYW1lPSLplbfmlrnlvaIgODY1Ij48cmVjdCBjbGFzcz0iY2xzLTMiIHg9IjUuODkiIHk9IjcuNzUiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiLz48cmVjdCBjbGFzcz0iY2xzLTIiIHg9IjYuMzkiIHk9IjcuNzUiIHdpZHRoPSI0IiBoZWlnaHQ9IjEiLz48L2c+PGcgaWQ9IumVt+aWueW9ol84NjYiIGRhdGEtbmFtZT0i6ZW35pa55b2iIDg2NiI+PHJlY3QgY2xhc3M9ImNscy0zIiB4PSI3Ljg5IiB5PSI1Ljc1IiB3aWR0aD0iMSIgaGVpZ2h0PSI1Ii8+PHJlY3QgY2xhc3M9ImNscy0yIiB4PSI3Ljg5IiB5PSI2LjI1IiB3aWR0aD0iMSIgaGVpZ2h0PSI0Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==) no-repeat 50% 50% / 22px 22px;
  opacity: .6;
}
@media screen and (min-width: 1050px) {
  .section-zoom__image-area__main:hover .section-zoom__lens {
    display: block;
  }
}

/* Thumbnail list */
.section-zoom__image-area__thumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-right: -5px;
  margin-left: -5px;
}
@media screen and (min-width: 768px) {
  .section-zoom__image-area__thumb {
    margin-top: 28px;
    margin-right: -14px;
    margin-left: -14px;
  }
}

.section-zoom__image-area__thumb__item {
  box-sizing: border-box;
  position: relative;
  width: 25%;
  height: 45px;
  padding-right: 5px;
  padding-left: 5px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .section-zoom__image-area__thumb__item {
    width: 20%;
    height: 63px;
    padding-right: 14px;
    padding-left: 14px;
  }
}
@media screen and (min-width: 1050px) {
  .section-zoom__image-area__thumb__item {
    width: 25%;
    height: 75px;
    transition: opacity .3s ease;
  }
  .section-zoom__image-area__thumb__item:hover {
    opacity: .6;
  }
}

.section-zoom__image-area__thumb__item.is-active::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 5px * 2);
  height: 100%;
  border: 2px solid #1C468D;
  border-radius: 10px;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .section-zoom__image-area__thumb__item.is-active::before {
    width: calc(100% - 14px * 2);
  }
}

.section-zoom__image-area__thumb__item button {
  border: 0;
  padding: 0;
  background: none;
  border-radius: 10px;
  overflow: hidden;
}
.section-zoom__image-area__thumb__item.is-active button {
  outline-offset: 2px;
}

.section-zoom__image-area__thumb__item:nth-child(n+5) {
  margin-top: 10px;
}
@media screen and (min-width: 1050px) {
  .section-zoom__image-area__thumb__item:nth-child(n+5) {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1049px) and (min-width: 768px) {
  .section-zoom__image-area__thumb__item:nth-child(n+5) {
    margin-top: 0;
  }
  .section-zoom__image-area__thumb__item:nth-child(n+6) {
    margin-top: 28px;
  }
}

.section-zoom__image-area__thumb__item img {
  width: 100%;
  height: 45px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .section-zoom__image-area__thumb__item img {
    height: 63px;
  }
}
@media screen and (min-width: 1050px) {
  .section-zoom__image-area__thumb__item img {
    height: 75px;
  }
}
/* ==========================================================================

    slideimg

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */








.section-h2_btn_slider {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-h2_btn_slider {
    margin-top: 60px;
  }
}
.section-h2_btn_slider {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-h2_btn_slider {
    margin-bottom: 60px;
  }
}

.slideimg-wrap {
  counter-reset: number;
}
.slideimg {
  padding: 100px 0 80px;
}
@media screen and (max-width: 767px) {
  .slideimg {
    padding: 60px 0 60px;
  }
}

.slideimg:nth-child(odd) {
  background-color: #F2F3F4;
}
.slideimg:nth-child(even) {
  background-color: #ffffff;
}

.slideimg .container {
  max-width: 1350px!important;
}

/* columns */
@media screen and (max-width: 1049px) {
  .slideimg .columns {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .slideimg .columns .columns__column {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .slideimg .columns {
    max-width: 450px;
    margin: 0 auto;
  }
}
/* columns(even) */
@media screen and (min-width: 1050px) {
  .slideimg:nth-child(even) .columns .column--main {
    order: 2;
  }
  .slideimg:nth-child(even) .columns .column--slider {
    order: 1;
  }
}

/* column-slider */
@media screen and (max-width: 1049px) {
  .slideimg .columns .column--slider .column--slider__text {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .slideimg .columns .column--slider .column--slider__text {
    margin-top: 25px;
  }
}

.slideimg_slick__item img {
  width: 100%;
  height: auto;
}

/* link-button */
@media screen and (max-width: 1049px) {
  .slideimg .link-button {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .slideimg .link-button {
    margin-left: inherit;
    margin-right: inherit;
  }
}

/* heading */
.heading-2--point {
  position: relative;
}
@media screen and (max-width: 1049px) {
  .heading-2--point {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .heading-2--point {
    padding-top: 0;
  }
}

.heading-2.heading-2--point .heading-2__inner__main {
  position: relative;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .heading-2.heading-2--point .heading-2__inner__main {
    margin-top: 3px;
  }
}
.heading-2.heading-2--point .heading-2--point__decolation {
  display:block;
  overflow-wrap: break-word;
  counter-increment: number;
  color: #1C468D;
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: 70px;
  line-height: 0.9;
  letter-spacing: .05em;
  position: relative;
  margin-top: -10px;
}
.heading-2.heading-2--point .heading-2--point__decolation:after {
  content: counter(number, decimal-leading-zero);
}
@media screen and (max-width: 1049px) {
  .heading-2.heading-2--point {
    text-align: center;
    margin-bottom: 30px;
  }
  .heading-2.heading-2--point .heading-2--point__decolation {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .heading-2.heading-2--point {
    margin-bottom: 20px;
  }
  .heading-2.heading-2--point .heading-2--point__decolation {
    font-size: 30px;
  }
}
.slideimg:nth-child(odd) .heading-2.heading-2--point .heading-2--point__decolation {
  color: #ffffff;
}
.slideimg:nth-child(even) .heading-2.heading-2--point .heading-2--point__decolation {
  color: #F2F3F4;
}

/* slider(slick) */
.slideimg .slick-list {
  border-radius: 10px;
  overflow: hidden;
}

.slideimg .slideimg_slick.slick-dotted {
  padding-bottom: 50px;
  margin-bottom: 0;
}
.slideimg .slideimg_slick img {
  width: 100%
}

.slideimg .slick-prev,
.slideimg .slick-next {
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  top: inherit;
  bottom: 0;
  z-index: 5;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #C8C9CB;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px 8px;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  transition: .5s;
  transform: none;
}
.slideimg .slick-prev {
  left: 0;
}
.slideimg .slick-next {
  right: inherit;
  left: 45px;
  transform: scale(-1, 1);
}
.slideimg .slick-prev path,
.slideimg .slick-next path {
  fill: #1C468D;
  transition: fill .5s;
}
@media screen and (min-width: 1050px) {
  .slideimg .slick-prev:hover,
  .slideimg .slick-next:hover {
    background-color: #1C468D;
  }
  .slideimg .slick-prev:hover path,
  .slideimg .slick-next:hover path {
    fill: #fff;
  }
}

.slideimg .slick-dots {
  list-style: none;
  padding: 0px;
  text-align: right;
  z-index: 2;
  width: calc(100% - 100px);
  margin-left: 100px;
  position: absolute;
  bottom: 16px;
}
@media screen and (max-width: 767px) {
  .slideimg .slick-dots {
    bottom: 10px;
  }
}
.slideimg .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  margin: 0 10px;
  width: 5px;
  height: 5px;
}
.slideimg .slick-dots li:last-child {
  margin-right: 0;
}
.slideimg .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  border: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border-radius: 0;
  width: 3px;
  height: 3px;
  background-color: #0B0B0B;
  border-radius: 50%;
}
.slick-dots li button:before {
  display: none;
}
.slideimg .slick-dots li button:hover,
.slideimg .slick-dots li button:focus,
.slideimg .slick-dots li.slick-active button {
  width: 5px;
  height: 5px;
  background-color: #0B0B0B;
}
@media screen and (max-width: 767px) {
  .slideimg .slideimg_slick.slick-dotted {
    padding-bottom: 40px;
  }
  .slideimg .slick-prev,
  .slideimg .slick-next {
    width: 28px;
    height: 28px;
  }
  .slideimg .slick-next {
    left: 33px;
  }
  .slideimg .slick-dots li {
    margin: 0 7.5px;
  }
}

/* section with background color */
.dnd-section-color--bg .slideimg:nth-child(even) {
  background-color: #F2F3F4;
}
.dnd-section-color--bg .slideimg:nth-child(odd) {
  background-color: #ffffff;
}
.dnd-section-color--bg .slideimg:nth-child(odd) .heading-2.heading-2--point .heading-2--point__decolation {
  color: #F2F3F4;
}
.dnd-section-color--bg .slideimg:nth-child(even) .heading-2.heading-2--point .heading-2--point__decolation {
  color: #ffffff;
}
/* ==========================================================================

    bg-image-top

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


.section-bg-image-top {
  margin-top: 80px;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .section-bg-image-top {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}

.bg-image-top {
    position: relative;
}

.bg-image-top__bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 420px;
    width: 100%;
}
@media screen and (max-width: 1049px) {
    .bg-image-top__bg {
        height: 300px;
    }
}

.bg-image-top__inner {
    margin-top: -70px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 767px) {
  .bg-image-top__inner {
    margin-top: -50px;
  }
}

.bg-image-top__inner:before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 50%;
  z-index: -1;
}
/* 背景色ありのスタイル */
.dnd-section-color--bg .bg-image-top__inner:before {
  background-color: #F2F3F4;
}

.bg-image-top__inner__text {
  position: relative;
  box-sizing: border-box;
  padding-top: 60px;
  padding-right: 100px;
}
@media screen and (max-width: 1049px) {
  .bg-image-top__inner__text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .bg-image-top__inner__text {
    padding-top: 30px;
    padding-right: 20px;
  }
}

.bg-image-top__inner__text:before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: calc(100% + 50px);
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .bg-image-top__inner__text:before {
    width: 100%;
  }
}
/* 背景色ありのスタイル */
.dnd-section-color--bg .bg-image-top__inner__text:before {
  background-color: #F2F3F4;
}

.bg-image-top .heading-2--decoration {
  position: relative;
  padding-top: 40px;
}

.bg-image-top .heading-2--decoration .heading-2__deco {
	font-family: 'Figtree', sans-serif;
  color: #1C468D;
  font-size: 70px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1;
  margin-bottom: 0;
  opacity: .07;
  position: absolute;
  top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1049px) {
  .bg-image-top .heading-2--decoration .heading-2__deco {
  }
}
@media screen and (max-width: 767px) {
  .bg-image-top .heading-2--decoration .heading-2__deco {
    font-size: 30px;
  }
}
.section-bg-image-top .heading-2 {
  margin-left: -70px;
}

.section-bg-image-top .heading-2__inner {
  padding-left: 70px;
}
.section-bg-image-top .heading-2__deco__inner {
  padding-left: 0;
}
.section-bg-image-top .heading-2__deco__inner::before {
  content: none;
}
@media screen and (max-width: 1049px) {
  .section-bg-image-top .heading-2 {
    margin-left: -30px;
  }
  .section-bg-image-top .heading-2__inner {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section-bg-image-top .heading-2 {
    margin-left: -12px;
  }
  .section-bg-image-top .heading-2__inner {
    padding-left: 12px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .heading-2.bg-image-top .heading-2--decoration .heading-2__deco {
  transform: inherit;
}

.bg-image-top .heading-2--decoration .heading-2__inner {
  position: relative;
}
/* ==========================================================================

    square_column1

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */



.square_column1 {
  padding: 90px 0;
  position: relative;
}
@media screen and (max-width: 1049px) {
  .square_column1 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .square_column1 {
    padding: 120px 0 0 0;
  }
  .square_column1:not(:last-child) {
    margin-bottom: 60px;
  }
}

.square_column1 .square_column1__bg {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .square_column1 .square_column1__bg {
    width: calc(50% + 100px);
    height: calc(100% - 40px);
  }
}
@media screen and (max-width: 414px) {
  .square_column1 .square_column1__bg {
    width: calc(100% - 20px);
    max-height: 237px;
  }
}

.square_column1:nth-child(odd) .square_column1__bg {
    right: 0;
}
.square_column1:nth-child(even) .square_column1__bg {
    left: 0;
}

.square_column1 > .square_column1__inner {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  width: calc(50% + 150px);
  padding: 50px 100px;
  background-color: #ffffff;
}
/* 背景色ありのスタイル */
.dnd-section-color--bg .square_column1 > .square_column1__inner {
  background-color: #F2F3F4;
}
@media screen and (max-width: 1049px) {
  .square_column1 > .square_column1__inner {
    width: calc(50% + 200px);
    padding: 50px;
  }
}
@media screen and (max-width: 767px) {
  .square_column1 > .square_column1__inner {
    width: calc(100% - 20px);
    padding: 50px 30px 0 20px;
  }
}

.square_column1:nth-child(even) .square_column1__inner {
  margin-left: auto;
}
/* ==========================================================================

    h3_img_alternate_bg

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */








.section-h3_img_alternate_bg {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-h3_img_alternate_bg {
    margin-top: 60px;
  }
}
.section-h3_img_alternate_bg {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-h3_img_alternate_bg {
    margin-bottom: 60px;
  }
}

.heading-2.heading-2--h3_img_alternate_bg .heading-2__deco {
  text-transform: uppercase;
  font-family: 'Figtree', sans-serif;
  font-weight: 800;
  font-size: 70px;
  letter-spacing: .05em;
  color: #1C468D;
  margin-bottom: -45px;
  opacity: .07;
}
@media screen and (max-width: 767px) {
  .heading-2.heading-2--h3_img_alternate_bg .heading-2__deco {
    font-size: 30px;
    margin-bottom: -20px;
  }
}
.heading-2.heading-2--h3_img_alternate_bg .heading-2__deco__inner {
  padding-left: 0;
}
.heading-2.heading-2--h3_img_alternate_bg .heading-2__deco__inner::before {
  content: none;
}

.h3_img_alternate_bg {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .h3_img_alternate_bg {
    margin-top: 30px;
  }
}

.h3_img_alternate_bg .h3_img_alternate_bg__columns {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.h3_img_alternate_bg .h3_img_alternate_bg__columns:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #F2F3F4;
  opacity: .5;
}
/* 背景色ありのスタイル */
.dnd-section-color--bg .h3_img_alternate_bg .h3_img_alternate_bg__columns:before {
  background-color: #ffffff
}
.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column {
  box-sizing: border-box;
  position: relative;
  width: 50%;
  padding: 70px 50px;
  overflow: hidden;
}
@media screen and (max-width: 1049px) {
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column {
    padding: 70px 30px;
  }
}

.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:first-child,
.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(4n),
.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(4n+1) {
  background-color: #F2F3F4;
}

/* 背景色ありのスタイル */
.dnd-section-color--bg .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:first-child,
.dnd-section-color--bg .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(4n),
.dnd-section-color--bg .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(4n+1) {
  background-color: #ffffff
}
@media screen and (max-width: 767px) {
  .h3_img_alternate_bg .h3_img_alternate_bg__columns {
    display: block;
  }
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column {
    width: 100%;
    padding: 40px 30px;
  }
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:first-child,
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(4n),
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(4n+1) {
    background: inherit;
  }
  /* 背景色ありのスタイル */
  .dnd-section-color--bg .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:first-child,
  .dnd-section-color--bg .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(4n),
  .dnd-section-color--bg .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(4n+1) {
  background: inherit;
  }
  /* 背景色ありのスタイル */
  .dnd-section-color--bg .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(odd) {
    background-color: #ffffff;
  }
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(odd) {
    background-color: #F2F3F4;
  }
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column:nth-child(even) {
    background-color: inherit;
  }
}
.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column .h3_img_alternate_bg__columns__column__inner {
  max-width: 525px;
  margin: 0 auto;
}
.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column .h3_img_alternate_bg__columns__column__inner .figure:not(:last-child) {
  margin-top: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column .h3_img_alternate_bg__columns__column__inner .figure:not(:last-child) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column .h3_img_alternate_bg__columns__column__inner .figure {
    max-width: 450px;
    margin: 0 auto;
  }
}
.h3_img_alternate_bg .h3_img_alternate_bg__columns .h3_img_alternate_bg__columns__column .h3_img_alternate_bg__columns__column__inner .natural {
  margin-top: 30px;
}
.h3_img_alternate_bg img {
  border-radius: 10px;
}
/* ==========================================================================

    bg-image-lr

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


.section-bg-image-lr {
  margin-bottom: 55px;
  margin-top: 55px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-bg-image-lr {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

.bg-image-lr {
  position: relative;
}
.bg-image-lr:not(:first-child) {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .bg-image-lr:not(:first-child) {
    margin-top: 40px;
  }
}

.bg-image-lr__bg {
  width: calc(100% + ((100vw - 100%) / 2));
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px 0 0 10px;
}

.bg-image-lr:nth-child(even) .bg-image-lr__bg {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 1049px) {
  .bg-image-lr__bg {
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .bg-image-lr__bg {
    position: relative;
    width: calc(100% + 40px);
    height: 176px;
    margin-left: -20px;
    border-radius: 0;
  }
  .bg-image-lr:nth-child(even) .bg-image-lr__bg {
    border-radius: 0;
  }
}

.bg-image-lr__inner {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.bg-image-lr__inner__text {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-top: -56px;
  padding-top: 30px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .bg-image-lr__inner__text {
    width: calc(100% - 50px);
    margin-top: -80px;
    padding-top: 55px;
  }
}
@media screen and (min-width: 1050px) {
  .bg-image-lr__inner__text {
    width: calc(100% - 100px);
    padding-top: 60px;
  }
}

.bg-image-lr:nth-child(odd) .bg-image-lr__inner__text {
  margin-left: auto;
  padding-left: 80px;
}
@media screen and (max-width: 1049px) {
  .bg-image-lr:nth-child(odd) .bg-image-lr__inner__text {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .bg-image-lr:nth-child(odd) .bg-image-lr__inner__text {
    padding-left: 30px;
  }
}

.bg-image-lr:nth-child(even) .bg-image-lr__inner__text {
  padding-right: 80px;
}
@media screen and (max-width: 1049px) {
  .bg-image-lr:nth-child(even) .bg-image-lr__inner__text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .bg-image-lr:nth-child(even) .bg-image-lr__inner__text {
    padding-right: 30px;
  }
}

.bg-image-lr__inner__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
.bg-image-lr:nth-child(odd) .bg-image-lr__inner__text::before {
  right: -100%;
}
.bg-image-lr:nth-child(even) .bg-image-lr__inner__text::before {
  left: -100%;
}


/* 背景色ありのスタイル */
.dnd-section-color--bg .bg-image-lr__inner::before {
  background-color: #F2F3F4;
}
.dnd-section-color--bg .bg-image-lr__inner__text {
  background: #F2F3F4;
}
.dnd-section-color--bg .bg-image-lr__inner__text::before {
  background-color: #F2F3F4;
}
/* ==========================================================================

    title-wrap-columns

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */







.title-wrap-columns {
    border: 1px solid #C8C9CB;
    box-sizing: border-box;
    padding: 40px 70px;
    position: relative;
}
@media screen and (max-width: 1049px) {
    .title-wrap-columns {
        padding: 45px;
    }
}
@media screen and (max-width: 767px) {
    .title-wrap-columns {
        padding: 30px 20px;
    }
}


.section-h3_lead_border {
  padding-top: 55px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .section-h3_lead_border {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}

.title-wrap-columns:not(:first-child) {
    padding-top: 55px;
}
@media screen and (max-width: 767px) {
    .title-wrap-columns:not(:first-child) {
        padding-top: 40px;
    }
}

.title-wrap-columns:not(:last-child) {
    margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
    .title-wrap-columns:not(:last-child) {
        margin-bottom: 40px;
    }
}

.title-wrap-columns__heading {
    background-color: #F2F3F4;
    box-sizing: border-box;
    color: #0B0B0B;
    display: inline-block;
    font-weight: 700;
    font-size: 2.4rem;
    left: 50%;
    letter-spacing: .05em;
    line-height: 1.5;
    max-width: calc(100% - 100px);
    min-width: 283px;
    position: absolute;
    padding: 7px 30px;
    text-align: center;
    transform: translateX(-50%);
}
.dnd-section-color--bg .title-wrap-columns__heading {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
    .title-wrap-columns__heading {
        font-size: 1.8rem;
        max-width: calc(100% - 90px);
        min-width: 187px;
        padding: 6px 20px;
    }
}

.section-h3_lead_border .lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #0B0B0B;
}
@media screen and (max-width: 767px) {
  .section-h3_lead_border .lead {
    font-size: 1.5rem;
  }
}
.title-wrap-columns .lead:not(:last-child) {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .title-wrap-columns .lead:not(:last-child) {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .title-wrap-columns .columns {
        max-width: 450px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .title-wrap-columns .columns--two>.columns__column:not(:first-child) {
        margin-top: 20px;
    }
}

/* 画像なし */
@media screen and (min-width: 768px) {
  .title-wrap-columns .columns--two.no--image .columns__column {
    width: 100%;
    text-align: center;
  }
}

.section-h3_lead_border img {
  border-radius: 10px;
}
/* home-know */

.section-home-know {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .section-home-know {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.home-know__row {
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .home-know__row {
    margin-left: 0;
  }
}

.home-know__row:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .home-know__row:not(:first-child) {
    margin-top: 50px;
  }
}

.home-know__row__anchor {
  display: block;
  position: relative;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
.home-know__row--reverse .home-know__row__anchor {
  border-radius: 10px 0 0 10px;
}
@media screen and (min-width: 768px) {
  .home-know__row__anchor:focus .home-know__row__content__box::before,
  .home-know__row__anchor:hover .home-know__row__content__box::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .home-know__row__anchor,
  .home-know__row--reverse .home-know__row__anchor {
    border-radius: 10px;
  }
}

.home-know__row__content {
  height: 398px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% calc(50% + 114px);
}
@media screen and (min-width: 768px) {
  .home-know__row__content {
    height: auto;
    background-size: cover;
    background-position: calc(50% + 150px) 50%;
  }
}
@media screen and (min-width: 1050px) {
  .home-know__row__content {
    background-position: calc(50% + 200px) 50%;
  }
}

.home-know__row__content__box {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 228px;
  margin-right: auto;
  padding: 20px 10px 20px 30px;
  background-color: #1C468D;
}
@media screen and (min-width: 768px) {
  .home-know__row__content__box {
    width: 300px;
    min-height: 400px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1050px) {
  .home-know__row__content__box {
    width: 400px;
    min-height: 400px;
    padding-left: 60px;
  }
}

.home-know__row__content__box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #113975;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

.home-know__row__content__box__inner {
  position: relative;
  z-index: 1;
}

.home-know__row__content__box__inner__heading {
  color: #ffffff;
}

.home-know__row__content__box__inner__heading__decoration-text {
  display: block;
  font-size: 2.5rem;
  font-family: 'Figtree', sans-serif;
  letter-spacing: .05em;
  font-weight: 700;
}

.home-know__row__content__box__inner__heading__text {
  display: block;
  margin-top: 9px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  line-height: 1.85;
}

.home-know__row__content__box__inner .link-text {
  margin-top: 23px;
}

.home-know__row--reverse {
  margin-left: 0;
  margin-right: -20px;
}
@media screen and (min-width: 768px) {
  .home-know__row--reverse {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .home-know__row--reverse .home-know__row__content {
    height: auto;
    background-position: calc(50% - 200px) 50%;
  }
}

.home-know__row--reverse .home-know__row__content__box {
  margin-left: auto;
  margin-right: 0;
}

.home-know__row--reverse .home-know__row__content__box::before {
  transform-origin: left top;
}

@media screen and (min-width: 768px) {
  .home-know__row--reverse .home-know__row__anchor:focus .home-know__row__content__box::before,
  .home-know__row--reverse .home-know__row__anchor:hover .home-know__row__content__box::before {
    transform-origin: right top;
  }
}
@charset "UTF-8";

/* home-conversion */

.section-home-conversion {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .section-home-conversion {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}


.home-conversion__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (min-width: 768px) {
  .home-conversion__columns {
    margin-left: 0;
    margin-right: 0;
  }
}

.home-conversion__columns__column {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .home-conversion__columns__column {
    overflow: hidden;
  }
  .home-conversion__columns__column:nth-child(odd) {
    border-radius: 10px 0 0 10px;
  }
  .home-conversion__columns__column:nth-child(even) {
    border-radius: 0 10px 10px 0;
  }
}

.home-conversion__anchor {
  display: block;
  height: 100%;
  background-color: #1C468D;
}

@media screen and (min-width: 768px) {
  .home-conversion__anchor:hover .home-conversion__content__box::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .home-conversion__anchor:hover .home-conversion__content--reverse .home-conversion__content__box::before {
    transform-origin: left bottom;
    transform: scale(1, 1);
  }
}

.home-conversion__content {
  box-sizing: border-box;
  position: relative;
  padding-bottom: 190px;
}

@media screen and (min-width: 768px) {
  .home-conversion__content {
    padding-bottom: 150px;
  }
}

.home-conversion__content__image {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 190px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .home-conversion__content__image {
    padding-top: 150px;
  }
}

.home-conversion__content--reverse {
  display: flex;
  align-items: flex-end;
  padding-top: 190px;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .home-conversion__content--reverse {
    padding-top: 150px;
  }
}

.home-conversion__content--reverse .home-conversion__content__image {
  bottom: auto;
  top: 0;
}

.home-conversion__content--reverse .home-conversion__content__box::before {
  transform-origin: left top;
}

.home-conversion__content__box {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  padding: 50px 15px 40px;
  background-color: #1C468D;
}
@media screen and (min-width: 768px) {
  .home-conversion__content__box {
    padding: 60px 50px;
  }
}

.home-conversion__content__box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #113975;
  transform: scale(1, 0);
  transform-origin: left bottom;
  transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

.home-conversion__content__box__inner {
  position: relative;
  z-index: 1;
}

.home-conversion__content__box__inner__heading {
  margin-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .home-conversion__content__box__inner__heading {
    margin-bottom: 40px;
  }
}

.home-conversion__content__box__inner__heading__text {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .home-conversion__content__box__inner__heading__text {
    font-size: 2.4rem;
  }
}

.home-conversion__content__box__inner__heading__decoration-text {
  display: block;
  margin-top: 11px;
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .05em;
}
@media screen and (min-width: 768px) {
  .home-conversion__content__box__inner__heading__decoration-text {
    font-size: 1.4rem;
  }
}
/* ==========================================================================

    map

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


.section-map {
	margin-bottom: 40px;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.section-map {
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

.map .hs-responsive-embed-inner-wrapper {
	width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.2% !important;
  border-radius: 10px;
}

.map iframe {
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	position: absolute !important;
}
@charset "utf-8";

/* CTA 画像バナー */

.section-cta {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .section-cta {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.section-cta .cta {
  border-radius: 10px;
  overflow: hidden;
}

.cta__anchor,
.cta a {
  display: block;
}

.cta__anchor img,
.cta a img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

.cta:not(:first-child) {
  margin-top: 60px;
}
.cta:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .cta:not(:first-child) {
    margin-top: 80px;
  }
  .cta:not(:last-child) {
    margin-bottom: 80px;
  }
}

/* CTA（テキスト） */
.section-cta-text {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .section-cta-text {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.cta-text-wrap {
  position: relative;
  box-sizing: border-box;
}

.cta-text-wrap .container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .cta-text-wrap .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.cta-text {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  overflow: hidden;
}
.cta-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #161E2F;
  opacity: .4;
}

.cta-text__bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  transition: transform .3s;
}
.cta-text:hover .cta-text__bg {
  transform: scale(1.05);
}

.cta-text .cta_button {
  display: block;
  position: relative;
  z-index: 3;
  padding: 72px 80px 60px 80px;
  color: #ffffff;
}
@media screen and (max-width: 1049px) {
  .cta-text .cta_button {
    padding: 72px 40px 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .cta-text .cta_button {
    padding: 45px 20px 45px 20px;
  }
}

.cta_button_decoeation {
  box-sizing: border-box;
  position: absolute;
  top: -22px;
  left: 180px;
  z-index: 3;
  padding: 14px 40px;
  background-color: #1C468D;
  color: #ffffff;
  font-family: 'Figtree', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .05em;
  border-radius: 23px;
  text-align: center;
  transition: .5s;
}
@media screen and (max-width: 1049px) {
  .cta_button_decoeation {
    left: 100px;
  }
}
@media screen and (max-width: 767px) {
  .cta_button_decoeation {
    top: -15px;
    left: 20px;
    padding: 8px 30px;
    font-size: 1.3rem;
    border-radius: 16px;
  }
}
.cta_button_decoeation::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-color: #1C468D transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  font-weight: 600;
}

.cta-text .cta_button__title {
  display: block;
  padding-bottom: 15px;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .cta-text .cta_button__title {
    font-size: 2.2rem;
  }
}
.cta-text .cta_button__title span {
  position: relative;
  z-index: 1;
}

.cta-text .cta_button__text {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.85;
}
@media screen and (min-width: 768px){
  .cta-text .cta_button__text {
    font-size: 1.7rem;
  }
}

.cta-text .cta_button__text:not(:first-child) {
  margin-top: 10px;
}



/* 中央寄せのスタイル */
.cta-text--center .cta_button__title,
.cta-text--center .cta_button__text {
  text-align: center;
}
.cta-text--center .link-button {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1050px) {
  .cta-text--center .link-button {
    margin-top: 30px;
  }
}
.cta-text--center .cta_button_decoeation {
  left: 50%;
  transform: translateX(-50%);
}



@media screen and (min-width: 1050px) {
  .cta-text .cta_button:focus .link-button__anchor__icon,
  .cta-text .cta_button:hover .link-button__anchor__icon {
    top: calc(50% - 5px);
    right: -5px;
  }
  .cta-text .cta_button:focus .link-button__anchor__icon,
  .cta-text .cta_button:hover .link-button__anchor__icon {
    width: 90px;
    height: 90px;
  }
  .cta-text .cta_button:focus .link-button__anchor__icon__inner::before,
  .cta-text .cta_button:hover .link-button__anchor__icon__inner::before {
    animation-name: movieToLeft;
    animation-delay: 0s;
  }
  .cta-text .cta_button:focus .link-button__anchor__icon__inner::after,
  .cta-text .cta_button:hover .link-button__anchor__icon__inner::after {
    animation-name: movieToRight;
    animation-delay: 0s;
  }
}
@keyframes movieToRight {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(550%, -50%);
  }
}
@keyframes movieToLeft {
  0% {
    transform: translate(-650%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
@charset "UTF-8";

/* glossary-index */

.section-glossary-index {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .section-glossary-index {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.section-glossary-index .heading-2__deco {
  display: none;
}

.glossary-index__list--line .glossary-index__list__item {
  padding-bottom: 50px;
  border-bottom: 1px solid #C8C9CB;
}
.glossary-index__list--line .glossary-index__list__item:not(:first-child) {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .glossary-index__list--line .glossary-index__list__item {
    padding-bottom: 60px;
  }
  .glossary-index__list--line .glossary-index__list__item:not(:first-child) {
    padding-top: 60px;
  }
}

.glossary-index__list__item .heading-2 {
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .glossary-index__list__item .heading-2 {
    margin-bottom: 50px;
  }
}

.glossary-index__list__item .heading-3 {
  margin-bottom: 35px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .glossary-index__list__item .heading-3 {
    margin-bottom: 50px;
    font-size: 2.8rem;
  }
}

.glossary-index__list__item__word-list {
  display: grid;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .glossary-index__list__item__word-list {
    grid-template-columns: 1fr 1fr;
    gap: 40px 40px;
  }
}
@media screen and (min-width: 1050px) {
  .glossary-index__list__item__word-list.columns--three {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .glossary-index__list__item__word-list.columns--four {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.glossary-index__list__item__word-list__item .arrow-link {
  box-sizing: border-box;
  padding-left: 26px;
}
.glossary-index__list__item__word-list__item.has-exlink .arrow-link,
.glossary-index__list__item__word-list__item.has-pdf .arrow-link {
  padding-left: 22px;
}
@media screen and (min-width: 768px) {
  .glossary-index__list__item__word-list__item .arrow-link {
    padding-left: 30px;
  }
  .glossary-index__list__item__word-list__item.has-exlink .arrow-link,
  .glossary-index__list__item__word-list__item.has-pdf .arrow-link {
    padding-left: 24px;
  }
}
.glossary-index__list__item__word-list__item.heading-link:not(:first-child) {
  margin-top: 0;
}
.glossary-index__list__item__word-list__item.heading-link:not(:last-child) {
  margin-bottom: 0;
}

.glossary-index__list__item__word-list__item a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
}
@media screen and (min-width: 768px) {
  .glossary-index__list__item__word-list__item a {
    font-size: 1.6rem;
  }
}
 
.glossary-index__list__item__word-list__item .arrow-link__icon {
  top: 1px;
}
.glossary-index__list__item__word-list__item .arrow-link__icon {
  width: 18px;
  height: 18px;
}
.glossary-index__list__item__word-list__item .arrow-link__icon__inner {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 768px) {
  .glossary-index__list__item__word-list__item .arrow-link__icon {
    top: 3px;
  }
  .glossary-index__list__item__word-list__item .arrow-link__icon {
    width: 20px;
    height: 20px;
  }
}

/* link icon : arrow */
.glossary-index__list__item__word-list__item .link-icon {
  top: 1px;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .glossary-index__list__item__word-list__item .link-icon {
    top: 2px;
    width: 20px;
    height: 20px;
  }
}

/* link icon : PDF */
.glossary-index__list__item__word-list__item .is-pdf.link-icon {
  top: 3px;
  width: 16px;
  height: 16.4px;
}
@media screen and (min-width: 768px) {
  .glossary-index__list__item__word-list__item .is-pdf.link-icon {
    top: 5px;
  }
}
/* link icon : external link */
.glossary-index__list__item__word-list__item .is-exlink.link-icon {
  top: 3px;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .glossary-index__list__item__word-list__item .is-exlink.link-icon {
    top: 6px;
  }
}
/* ==========================================================================

    anchor_link

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


.sub-navigation {
  display: flex;
  flex-wrap: wrap;
}

/* アンカーリンク */

.section-anchor {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .section-anchor {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.linkin-page {
  display: flex;
  flex-wrap: wrap;
  align-items:stretch;
}
@media screen and (max-width: 1049px) {
  .linkin-page {
    margin-right: 0;
    margin-left: 0;
  }
}

.linkin-page:not(:first-child) {
  margin-top: 60px
}
@media screen and (max-width: 767px) {
  .linkin-page:not(:first-child) {
    margin-top: 40px;
  }
}

.linkin-page:not(:last-child) {
  margin-bottom: 40px
}
@media screen and (max-width: 767px) {
  .linkin-page:not(:last-child) {
    margin-bottom: 40px
  }
}

.linkin-page__item {
  box-sizing: border-box;
  width: 100%;

}
@media screen and (min-width: 768px) {
  .linkin-page__item {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1050px) {
  .linkin-page__item {
    width: calc(25% - 15px);
  }
}

.linkin-page__item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .linkin-page__item:not(:first-child) {
    margin-top: 0;
  }
  .linkin-page__item:nth-child(n+3) {
    margin-top: 20px;
  }
  .linkin-page__item:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1050px) {
  .linkin-page__item:nth-child(n+3) {
    margin-top: 0;
  }
  .linkin-page__item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .linkin-page__item:nth-child(n+5) {
    margin-top: 20px;
  }
  .linkin-page__item:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}

.linkin-page__item a {
  display: flex;
  align-items: center;
  height: 100%;
  border: 1px solid #C8C9CB;
  text-decoration: none;
  border-radius: 10px;
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .linkin-page__item a {
    display: block;
  }
}
@media screen and (min-width: 1050px) {
  .linkin-page__item a:focus,
  .linkin-page__item a:hover {
    border: 1px solid #1C468D;
  }
}

.linkin-page__item__text {
  display: block;
  width: 100%;
  color: #0F0F0F;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .1em;
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .linkin-page__item__text {
    font-size: 1.6rem;
  }
}

@media screen and (min-width:1050px) {
  .linkin-page__item a:focus .linkin-page__item__text,
  .linkin-page__item a:hover .linkin-page__item__text {
    color: #1C468D;
  }
}

.linkin-page__item__text__inner {
  display: block;
  position: relative;
  padding: 19px 40px 19px 20px;
}
@media screen and (min-width: 768px) {
  padding: 21px 43px 21px 25px;
}

.linkin-page__item__text__inner__icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .linkin-page__item__text__inner__icon {
    right: 20px;
  }
}


/* 目次のスタイル */
.section-index {
  margin-top: 50px;
  margin-bottom: 50px;
}

.sub-navigation--anchor {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: -20px;
}
@media screen and (max-width: 1049px) {
  .sub-navigation--anchor {
    margin-right: 0;
    margin-left: 0;
  }
}

.sub-navigation--anchor:not(:first-child) {
  margin-top: 40px
}
@media screen and (max-width: 767px) {
  .sub-navigation--anchor:not(:first-child) {
    margin-bottom: 30px;
  }
}
.sub-navigation--anchor:not(:last-child) {
  margin-bottom: 40px
}
@media screen and (max-width: 767px) {
  .sub-navigation--anchor:not(:last-child) {
    margin-bottom: 30px
  }
}

.sub-navigation--anchor__item {
  box-sizing: border-box;
  width: 10%;
  margin-top: 20px;
}
@media screen and (min-width: 1050px) {
  .sub-navigation--anchor__item:nth-child(10n+10) a {
    border-right: 1px solid #C8C9CB;
  }
}

.sub-navigation--anchor__item a {
  display: block;
  position: relative;
  padding: 18px 10px;
  border-left: 1px solid #C8C9CB;
  text-align: center;
  text-decoration: none;
}
.sub-navigation--anchor__item:last-child a {
  border-right: 1px solid #C8C9CB!important;
}


.sub-navigation--anchor__item__text {
  display: block;
  color: #0B0B0B;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  transition: .5s;
}
@media screen and (max-width:767px) {
  .sub-navigation--anchor__item__text {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1050px) {
  .sub-navigation--anchor__item a:focus .sub-navigation--anchor__item__text,
  .sub-navigation--anchor__item a:hover .sub-navigation--anchor__item__text {
    color: #1C468D;
  }
}

@media screen and (max-width:1049px) {
  .sub-navigation--anchor__item {
    flex: inherit;
    box-sizing: border-box;
    width: 20%;
    margin-top: 0;
    padding: 0;
  }
  .sub-navigation--anchor__item:nth-child(n+6) {
    margin-top: 30px;
  }
  .sub-navigation--anchor__item:nth-child(5n) a {
    border-right: 1px solid #C8C9CB;
  }

}
@media screen and (max-width:767px) {
  .sub-navigation--anchor__item {
    width: 25%;
    padding: 0;
  }
  .sub-navigation--anchor__item a {
    padding: 13px 5px;
    font-size: 1.4rem;
  }
  .sub-navigation--anchor__item:nth-child(5n) a {
    border-right: none;
  }
  .sub-navigation--anchor__item:nth-child(n+6) {
    margin-top: 0;
  }
  .sub-navigation--anchor__item:nth-child(n+5) {
    margin-top: 20px;
  }
  .sub-navigation--anchor__item:nth-child(4n) a {
    border-right: 1px solid #C8C9CB;
  }
}

.sub-navigation--anchor__item__text__icon {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
/* ==========================================================================

    title-wrap-columns

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */



.section-sitemap {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .section-sitemap {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .sitemap-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
  }
}

/* li */
.sitemap-list-01:not(:first-child) {
  margin-top: 50px;
}
/* 2 columns (default and tablet) */
@media screen and (min-width: 768px) {
  .sitemap-list-01 {
    box-sizing: border-box;
    width: 50%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .sitemap-list-01:not(:first-child) {
    margin-top: 0;
  }
  .sitemap-list-01:nth-child(n+3) {
    margin-top: 88px;
  }
}
/* 3columns */
@media screen and (min-width: 1050px) {
  .columns--three .sitemap-list-01 {
    width: calc( 100% / 3 );
  }
  .columns--three .sitemap-list-01:nth-child(3) {
    margin-top: 0;
  }
}
/* 4 columns */
@media screen and (min-width: 1050px) {
  .columns--four .sitemap-list-01 {
    width: calc( 100% / 4 );
  }
  .columns--four .sitemap-list-01:nth-child(3),
  .columns--four .sitemap-list-01:nth-child(4) {
    margin-top: 0;
  }
}

.sitemap-list-02 {
  margin-top: 17px;
}
.sitemap-list-02:first-child {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .sitemap-list-02 {
    margin-top: 19px;
  }
  .sitemap-list-02:first-child {
    margin-top: 25px;
  }
}
.sitemap-list-03 {
  margin-top: 14px;
}
.sitemap-list-04,
.sitemap-list-05 {
  margin-top: 12px;
}

/* URLスラッグに「thanks」に該当するものは削除 */
li.sitemap-list--thanks {
  display: none;
}

/* list (li child) */
.sitemap-list-01 > .sitemap-list__child {
  padding-left: 26px;
}
.sitemap-list-02 .sitemap-list__child {
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .sitemap-list-01 > .sitemap-list__child {
    padding-left: 30px;
  }
  .sitemap-list-02 > .sitemap-list__child {
    padding-left: 17px;
  }
}

/* anchor */
.sitemap__link {
  display: inline-block;
  color: #0B0B0B;
  font-weight: 400;
  letter-spacing: .1em;
  line-height: 1.5;
  transition: color .3s;
}
@media screen and (min-width: 1050px) {
  a.sitemap__link:hover {
    color: #1C468D;
  }
}

.sitemap-list-01 > .sitemap__link {
  color: #0B0B0B;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sitemap-list-01 > .sitemap__link {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1050px) {
  .sitemap-list-01 > a.sitemap__link:hover {
    color: #1C468D;
  }
}

.sitemap-list-02 > .sitemap__link {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .sitemap-list-02 > .sitemap__link {
    font-size: 1.5rem;
  }
}

.sitemap-list-03 > .sitemap__link,
.sitemap-list-04 > .sitemap__link,
.sitemap-list-05 > .sitemap__link {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .sitemap-list-03 > .sitemap__link {
    font-size: 1.4rem;
  }
}

/* text */
.sitemap__link .sitemap__link__inner {
  display: inline-block;
  position: relative;
}

.sitemap-list-01 > .sitemap__link .sitemap__link__inner {
  padding-left: 26px;
}
@media screen and (min-width: 768px) {
  .sitemap-list-01 > .sitemap__link .sitemap__link__inner {
    padding-left: 30px;
  }
}

.sitemap__link__inner .arrow-link__icon {
  width: 18px;
  height: 18px;
}
.sitemap__link__inner .arrow-link__icon__inner {
  width: 15px;
  height: 15px;
}
@media screen and (min-width: 768px) {
  .sitemap__link__inner .arrow-link__icon {
    width: 20px;
    height: 20px;
  }
}
/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */








.section-3_4column_img_h_txt_btn {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .section-3_4column_img_h_txt_btn {
    margin-top: 55px;
    margin-bottom: 55px;
  }
}

.section-3_4column_img_h_txt_btn .columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-right: 0;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .section-3_4column_img_h_txt_btn .columns {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media screen and (min-width: 1050px) {
  .section-3_4column_img_h_txt_btn .columns.columns--three {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .section-3_4column_img_h_txt_btn .columns.columns--three.columns--bg {
    gap: 30px;
  }
  .section-3_4column_img_h_txt_btn .columns.columns--four {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
  }
}

.section-3_4column_img_h_txt_btn .columns > .columns__column {
  width: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}


/* .columns（共通） */

.section-3_4column_img_h_txt_btn .columns__column__inner.columns__column__inner--bg {
  background-color: #F2F3F4;
  border-radius: 0 0 10px 10px;
}
.section-3_4column_img_h_txt_btn .columns__column--has-heading-2 .columns__column__inner.columns__column__inner--bg,
.section-3_4column_img_h_txt_btn .columns__column--has-heading-3 .columns__column__inner.columns__column__inner--bg {
  padding: 30px;
}
.section-3_4column_img_h_txt_btn .columns__column--has-heading-4 .columns__column__inner.columns__column__inner--bg,
.section-3_4column_img_h_txt_btn .columns__column--has-heading-5 .columns__column__inner.columns__column__inner--bg {
  padding: 25px 20px;
}
@media screen and (min-width: 768px) {
  .section-3_4column_img_h_txt_btn .columns__column--has-heading-2 .columns__column__inner.columns__column__inner--bg,
  .section-3_4column_img_h_txt_btn .columns__column--has-heading-3 .columns__column__inner.columns__column__inner--bg {
    padding: 40px;
  }
  .section-3_4column_img_h_txt_btn .columns__column--has-heading-4 .columns__column__inner.columns__column__inner--bg,
  .section-3_4column_img_h_txt_btn .columns__column--has-heading-5 .columns__column__inner.columns__column__inner--bg {
    padding: 30px;
  }
}
@media screen and (min-width: 1050px) {
  .section-3_4column_img_h_txt_btn .columns--two .columns__column--has-heading-2 .columns__column__inner.columns__column__inner--bg,
  .section-3_4column_img_h_txt_btn .columns--two .columns__column--has-heading-3 .columns__column__inner.columns__column__inner--bg,
  .section-3_4column_img_h_txt_btn .columns--two .columns__column--has-heading-4 .columns__column__inner.columns__column__inner--bg,
  .section-3_4column_img_h_txt_btn .columns--two .columns__column--has-heading-5 .columns__column__inner.columns__column__inner--bg,
  .section-3_4column_img_h_txt_btn .columns--three .columns__column--has-heading-2 .columns__column__inner.columns__column__inner--bg,
  .section-3_4column_img_h_txt_btn .columns--three .columns__column--has-heading-3 .columns__column__inner.columns__column__inner--bg,
  .section-3_4column_img_h_txt_btn .columns--three .columns__column--has-heading-4 .columns__column__inner.columns__column__inner--bg,
  .section-3_4column_img_h_txt_btn .columns--three .columns__column--has-heading-5 .columns__column__inner.columns__column__inner--bg {
    padding: 40px;
  }
  .section-3_4column_img_h_txt_btn .columns--four .columns__column--has-heading-2 .columns__column__inner.columns__column__inner--bg,
  .section-3_4column_img_h_txt_btn .columns--four .columns__column--has-heading-3 .columns__column__inner.columns__column__inner--bg,
  .section-3_4column_img_h_txt_btn .columns--four .columns__column--has-heading-4 .columns__column__inner.columns__column__inner--bg,
  .section-3_4column_img_h_txt_btn .columns--four .columns__column--has-heading-5 .columns__column__inner.columns__column__inner--bg {
    padding: 30px 25px;
  }
}

.section-3_4column_img_h_txt_btn .figure img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 10px;
}
.section-3_4column_img_h_txt_btn .figure.figure--bg img {
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 1050px) {
  .section-3_4column_img_h_txt_btn .bl-hover .link-text__anchor {
    color: #1C468D;
  }
}

.section-3_4column_img_h_txt_btn .heading-2::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5)* .5em);
}
.section-3_4column_img_h_txt_btn .heading-2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5)* .5em);
}
.section-3_4column_img_h_txt_btn .heading-5.heading--child:first-child {
  margin-top: 0;
}

/* .columns--two */
.section-3_4column_img_h_txt_btn .columns.columns--two .heading-link {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .section-3_4column_img_h_txt_btn .columns.columns--two .heading-link {
    margin-bottom: 30px;
  }
}

/* 背景色ありのスタイル */
.dnd-section-color--bg .section-3_4column_img_h_txt_btn .columns__column__inner.columns__column__inner--bg {
  background-color: #fff;
}
/* ==========================================================================

    29_general_section-b

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


.section-2column_img_h_txt_btn {
  margin-top: 80px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
	.section-2column_img_h_txt_btn {
    margin-top: 60px;
    margin-bottom: 30px;
	}
}

.section-2column_img_h_txt_btn__wrap--border {
  border: 1px solid #C8C9CB;
  padding: 50px;
  font-size: 20px;
  letter-spacing: .17em;
  line-height: 1.5;
}
@media screen and (max-width: 1049px) {
  .section-2column_img_h_txt_btn__wrap--border {
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .section-2column_img_h_txt_btn__wrap--border {
    padding: 35px 25px;
  }
}

.section-2column_img_h_txt_btn .columns:not(:first-child) {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .section-2column_img_h_txt_btn .columns:not(:first-child) {
    margin-top: 40px;
  }
}

.section-2column_img_h_txt_btn .heading-2::before {
  margin-top: 0;
}

/* === .heading-subtitle */
.heading-subtitle {
  position: relative;
  padding-left: 11px;
  color: #0F0F0F;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .05em;
}
.heading-subtitle:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .heading-subtitle {
    font-size: 1.2rem;
    letter-spacing: .1em;
  }
}
.heading-subtitle::before {
  content: '';
  width: 5px;
  height: 2px;
  background-color: #1C468D;
  position: absolute;
  top: 6px;
  left: 0;
}
.section-2column_img_h_txt_btn__wrap--border .heading-subtitle:before {
  top: 8px;
}

.heading-subtitle + [class^="heading-"] {
  margin-top: 0;
}
/* .heading-subtitle === */

.section-2column_img_h_txt_btn .figcaption {
  color: #0F0F0F;
}

.check-list-columns {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (max-width: 767px) {
  .check-list-columns {
    margin-left: 0;
    margin-right: 0;
  }
}
.check-list-columns:not(:first-child) {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .check-list-columns:not(:first-child) {
    margin-top: 25px;
  }
}

.check-list-columns > .columns__column {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .check-list-columns > .columns__column {
    padding-left: 0;
    padding-right: 0;
  }
}

.check-list:not(:last-child) {
  margin-bottom: 20px;
}

.check-list .check-list__item {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .17em;
  line-height: 1.85;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .check-list .check-list__item {
    font-size: 15px;
  }
}

.check-list .check-list__item:not(:last-child) {
  margin-bottom: 10px;
}

.check-list .check-list__item .check-list__item__icon {
  height: 20px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .check-list .check-list__item .check-list__item__icon {
    height: 18px;
    top: 6px;
    width: 18px;
  }
}
.check-list .check-list__item .check-list__item__icon__path {
  fill: #0B0B0B;
}

.section-2column_img_h_txt_btn .figure img {
  border-radius: 10px;
}
@charset "UTF-8";

/* home-main */

.section-home-main {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .section-home-main {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.home-main__row:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .home-main__row:not(:first-child) {
    margin-top: 50px;
  }
}

.home-main__row__content {
  box-sizing: border-box;
  position: relative;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  padding: 75px 30px;
  background-position: center;
  background-size: cover;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home-main__row__content {
    padding: 90px 50px;
  }
}
@media screen and (min-width: 1050px) {
  .home-main__row__content {
    padding: 90px 80px;
  }
}

.home-main__row__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 30, 47, 0.4);
}

.home-main__row__content__box {
  position: relative;
  z-index: 1;
  max-width: 800px;
}

.home-main__row--reverse .home-main__row__content {
  margin-right: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding-left: calc((100vw - 100%) / 2);
  border-radius: 0 10px 10px 0;
}
/* ==========================================================================

    bg-on-text

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */



.section-bg-on-text {
  margin-bottom: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-bg-on-text {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

.bg-on-text {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 320px;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.bg-on-text.bg-on-text--button {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .bg-on-text {
    padding: 30px 0 40px;
  }
}

.bg-on-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161E2F;
  opacity: 0.4;
  transition: opacity .5s;
}
@media screen and (min-width: 1050px) {
  .bg-on-text.bl-hover::before {
    opacity: .6;
  }
}

.bg-on-text__container {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 1049px) {
  .bg-on-text__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .bg-on-text__container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bg-on-text__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg-on-text__inner .heading-2:not(:last-child) {
    margin-bottom: 20px;
  }
}

.bg-on-text__inner__text {
  max-width: 950px;
  margin: 0 auto;
  color: #ffffff;
}

.bg-on-text__inner__text p {
  color: #ffffff;
}

.bg-on-text .link-text:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .bg-on-text .link-text:not(:first-child) {
    margin-top: 35px;
  }
}


/* === center */
.bg-on-text--center {
  justify-content: center;
  max-width: 1050px;
  margin: 0 auto;
}
.bg-on-text--center .bg-on-text__inner {
  max-width: none;
}

@media screen and (min-width: 768px) {
  .bg-on-text--center .link-text,
  .bg-on-text--center .heading-2 {
    text-align: center;
  }
  .bg-on-text--center .heading-2__deco {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1449px) {
  .bg-on-text--center {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1049px) {
  .bg-on-text--center {
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 767px) {
  .bg-on-text--center {
    width: calc(100% - 40px);
    max-width: 1050px;
    margin: 0 auto;
  }
}
/* center === */


/* === 全幅背景 */
.bg-on-text--button {
  padding: 100px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .bg-on-text--button {
    padding: 60px 0 40px 0;
  }
}
@media screen and (max-width: 1049px) {
  .bg-on-text--button .bg-on-text__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-bg-on-text .bg-on-text__inner .link-button--center {
  margin-left: auto;
  margin-right: auto;
}
/* 全幅背景 === */
@charset "utf-8";

/* home-sub */

.section-home-sub {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .section-home-sub {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.home-sub {
  position: relative;
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .home-sub {
    padding-top: 80px;
  }
}

.home-sub::before {
  content: '';
  width: 100vw;
  height: 90%;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #F2F3F4;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .home-sub::before {
    height: 78%;
  }
}
/* 背景色ありのスタイル */
.dnd-section-color--bg .home-sub::before {
  background-color: #fff;
}

.home-sub__inner {
  position: relative;
  z-index: 2;
}


@media screen and (min-width: 768px) {
  .home-sub__columns {
    display: flex;
  }
}
.home-sub__columns:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .home-sub__columns:not(:first-child) {
    margin-top: 50px;
  }
}

.home-sub__columns__column {
  border-radius: 10px;
  overflow: hidden;
}
.home-sub__columns__column:last-child {
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .home-sub__columns__column {
    width: 50%;
  }
  .home-sub__columns__column:last-child {
    width: calc(50% - 1px);
    margin-top: 0;
    margin-left: 1px;
  }
}

.home-sub__content {
  display: block;
  position: relative;
}

.home-sub__content__image {
  overflow: hidden;
}

.home-sub__content__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: middle;
  transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

a:hover .home-sub__content__image img {
  transform: scale(1.1);
}

.home-sub__content__image::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161E2F;
  opacity: 0.4;
}

.home-sub__content__text {
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: 1.5em;
  font-weight: 700;
  position: absolute;
  top: 54%;
  left: 0;
  z-index: 1;
  width: 100%;
  color: #ffffff;
  transform: translateY(-50%);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home-sub__content__text {
    font-size: 2.2rem;
  }
}

.home-sub__content__text__decoration-text {
  display: block;
  color: #ffffff;
  font-size: 1.1rem;
  letter-spacing: .05em;
  line-height: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .home-sub__content__text__decoration-text {
    margin-bottom: 13px;
    font-size: 1.4rem;
  }
}

.home-sub__content__text .link-icon {
  display: block;
  margin: 18px auto 0;
}
.home-sub__content__text .link-icon::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .home-sub__content__text .link-icon {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1050px) {
  .home-sub__content__text .link-icon {
    margin-top: 24px;
  }
}
.home-sub__columns__column .arrow-link__icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-sub__content__text .link-icon,
.home-sub__columns__column .arrow-link__icon {
  width: 24px;
  height: 24px;
}
.home-sub__columns__column .arrow-link__icon__inner {
  width: 18px;
  height: 18px;
}
.home-sub__columns__column .arrow-link--white .arrow-link__icon__inner::before,
.home-sub__columns__column .arrow-link--white .arrow-link__icon__inner::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.546%22%20height%3D%227.212%22%20viewBox%3D%220%200%209.546%207.212%22%3E%20%3Cpath%20d%3D%22M3669.5%2C4931.6V4930h-3a.5.5%2C0%2C0%2C1-.5-.5v-2a.5.5%2C0%2C0%2C1%2C.5-.5h3v-1.605a.5.5%2C0%2C0%2C1%2C.762-.426l5.045%2C3.105a.5.5%2C0%2C0%2C1%2C0%2C.852l-5.045%2C3.105a.5.5%2C0%2C0%2C1-.762-.427Z%22%20transform%3D%22translate(-3666%20-4924.894)%22%20fill%3D%22%231c468d%22%2F%3E%3C%2Fsvg%3E');
}
@media screen and (min-width: 768px) {
  .home-sub__content__text .link-icon,
  .home-sub__columns__column .arrow-link__icon {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1050px) {
  .home-sub__columns__column .arrow-link:focus .link-icon,
  .home-sub__columns__column .arrow-link:hover .link-icon,
  .home-sub__columns__column .arrow-link:focus .arrow-link__icon,
  .home-sub__columns__column .arrow-link:hover .arrow-link__icon {
    width: 32px;
    height: 32px;
  }
}
/* ==========================================================================

    h2_btn_img_widebg

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */







.section-h2_btn_img_widebg {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .section-h2_btn_img_widebg {
    margin-top: 40px;
  }
}
.section-h2_btn_img_widebg {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-h2_btn_img_widebg {
    margin-bottom: 40px;
  }
}


.h2_btn_img_widebg {
  min-height: 485px;
  position: relative;
  box-sizing: border-box;
  padding: 50px 0 70px 0;
}
.h2_btn_img_widebg:not(:first-child) {
  margin-top: 70px;
}
@media screen and (max-width: 1049px) {
  .h2_btn_img_widebg {
    padding: 0 0 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .h2_btn_img_widebg {
    padding: 0 0 30px 0;
  }
 .h2_btn_img_widebg:not(:first-child) {
    margin-top: 40px;
  }
  .h2_btn_img_widebg .container,
  .h2_btn_img_widebg .row-fluid [class*="span"] .container {
    min-width: inherit!important;
  }
}
@media screen and (max-width: 599px) {
  .h2_btn_img_widebg:not(:first-child) {
     margin-top: 30px;
   }
}

.h2_btn_img_widebg:before {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  bottom: 0;
  background-color: #F2F3F4;
  width: calc(100% - 100px);
  height: calc(100% - 50px);
}
.h2_btn_img_widebg .container {
  position: relative;
  z-index: 1;
}
/* 背景色ありのスタイル */
.dnd-section-color--bg .h2_btn_img_widebg:before {
  background-color: #fff;
}
@media screen and (max-width: 1049px) {
  .h2_btn_img_widebg:before {
    height: 100%;
    width: calc(100% - 200px);
  }
}

@media screen and (max-width: 767px) {
  .h2_btn_img_widebg:before {
    width: calc(100% - 317px);
  }
}
@media screen and (max-width: 599px) {
  .h2_btn_img_widebg:before {
    width: calc(100% - 40px);
  }
}


.h2_btn_img_widebg .columns {
  z-index: 1;
}
@media screen and (max-width: 1049px) {
  .h2_btn_img_widebg .columns--two>.columns__column {
    width: calc(100% - 70px);
  }
  .h2_btn_img_widebg:nth-child(even) .columns--two>.columns__column {
    margin-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .h2_btn_img_widebg .columns--two>.columns__column {
    width: calc(100% - 277px);
  }
  .h2_btn_img_widebg:nth-child(even) .columns--two>.columns__column {
    margin-left: 277px;
  }
  .h2_btn_img_widebg .columns--two>.columns__column .link-button {
    max-width: 240px;
  }
}
@media screen and (max-width: 599px) {
  .h2_btn_img_widebg .columns--two>.columns__column {
    width: 100%;
  }
  .h2_btn_img_widebg:nth-child(even) .columns--two>.columns__column {
    margin-left: 0;
  }
}

.h2_btn_img_widebg:nth-child(even) .columns .columns__column:nth-child(1) {
  order: 2;
}
.h2_btn_img_widebg:nth-child(even) .columns .columns__column:nth-child(2) {
  order: 1;
}

.h2_btn_img_widebg:nth-child(odd):before {
  left: 0;
}
.h2_btn_img_widebg:nth-child(even):before {
  right: 0;
}

@media screen and (max-width: 767px) {
  .h2_btn_img_widebg:nth-child(odd):after {
    right: 0;
  }
}

.h2_btn_img_widebg .heading-2 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .h2_btn_img_widebg .heading-2 {
    margin-top: 0;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1049px) {
  .h2_btn_img_widebg .heading-2 {
    margin-bottom: 30px;
    width: calc(100% - 130px);
  }
  .h2_btn_img_widebg .paragraph {
    width: calc(100% - 130px);
  }
  .h2_btn_img_widebg:nth-child(even) .heading-2,
  .h2_btn_img_widebg:nth-child(even) .paragraph,
  .h2_btn_img_widebg:nth-child(even) .link-button {
    margin-left: 130px;
  }
}
@media screen and (max-width: 767px) {
  .h2_btn_img_widebg .heading-2 {
    margin-bottom: 20px;
    width: calc(100% - 40px);
  }
  .h2_btn_img_widebg .paragraph {
    width: calc(100% - 40px);
  }
  .h2_btn_img_widebg:nth-child(even) .heading-2,
  .h2_btn_img_widebg:nth-child(even) .paragraph,
  .h2_btn_img_widebg:nth-child(even) .link-button {
    margin-left: 40px;
  }
  .h2_btn_img_widebg:nth-child(odd) .link-button {
    margin-right: 40px;
  }
}


.h2_btn_img_widebg .view--is-desktop.figure {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: calc(50% - 25px);
  height: 415px;
  top: 0;
  margin-top: 0;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .h2_btn_img_widebg .view--is-desktop.figure {
    height: 297px;
  }
}
.h2_btn_img_widebg:nth-child(odd) .view--is-desktop.figure {
  right: 0;
  margin-top: 0;
}
.h2_btn_img_widebg:nth-child(even) .view--is-desktop.figure {
  left: 0;
  margin-top: 0;
}
.h2_btn_img_widebg .figure.view--is-laptop-lower {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: left;
}
.h2_btn_img_widebg:nth-child(even) .figure.view--is-laptop-lower {
  margin-top: 0;
  text-align: right;
}
.h2_btn_img_widebg .figure.view--is-laptop-lower img {
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .h2_btn_img_widebg .figure.view--is-laptop-lower img {
    max-width: 450px;
  }
}
/* ==========================================================================

    h2_btn_img_bg

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */








.section-h2_btn_img_bg {
  margin-top: 80px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-h2_btn_img_bg {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.h2_btn_img_bg {
  position: relative;
  box-sizing: border-box;
}
.h2_btn_img_bg:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .h2_btn_img_bg:not(:first-child) {
    margin-top: 40px;
  }
}

.h2_btn_img_bg .figure {
  position: relative;
  width: calc(100% + 50px);
  padding-bottom: 50px;
}
@media screen and (max-width: 1049px) {
  .h2_btn_img_bg .figure {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .h2_btn_img_bg .figure {
    padding-bottom: 0;
  }
}
.h2_btn_img_bg:nth-child(even) .figure {
  left: -50px;
}
@media screen and (max-width: 1049px) {
  .h2_btn_img_bg:nth-child(even) .figure {
    left: 0;
  }
}

.h2_btn_img_bg .figure.view--is-palmtop {
  margin-bottom: 20px;
}

.h2_btn_img_bg .figure::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 270px;
  background-color: #F2F3F4;
}
@media screen and (max-width: 1049px) {
  .h2_btn_img_bg .figure::before {
    height: 152px;
  }
}
@media screen and (max-width:767px) {
  .h2_btn_img_bg .figure::before {
    bottom: -130px;
    height: 164px;
  }
}
/* 背景色ありのスタイル */
.dnd-section-color--bg .h2_btn_img_bg .figure::before {
  background-color: #ffffff;
}

.h2_btn_img_bg:nth-child(odd) .figure::before {
  left: -100px;
}
@media screen and (max-width:767px) {
  .h2_btn_img_bg:nth-child(odd) .figure::before {
    left: -20px;
  }
}
.h2_btn_img_bg:nth-child(even) .figure::before {
  right: -100px;
}
@media screen and (max-width:767px) {
  .h2_btn_img_bg:nth-child(even) .figure::before {
    right: -20px;
  }
}

.h2_btn_img_bg .figure img {
  position: relative;
  border-radius: 10px;
  z-index: 1;
}

.h2_btn_img_bg .columns {
  z-index: 1;
}

.h2_btn_img_bg .heading-2,
.h2_btn_img_bg .paragraph,
.h2_btn_img_bg .button {
  position: relative;
  z-index: 2;
}

.h2_btn_img_bg .heading-2:not(:first-child) {
  margin-top: 0.25em;
}

.h2_btn_img_bg .columns--two .columns__column:first-child {
  z-index: 2;
}

@media screen and (max-width:767px) {
  .h2_btn_img_bg .columns--two {
    margin-left: 0;
    margin-right: 0
  }
  .h2_btn_img_bg .columns--two > .columns__column {
    flex: auto;
    width: 100%;
    padding: 0;
  }
  .h2_btn_img_bg .columns--two > .columns__column:not(:first-child) {
    flex: auto;
    margin-top: 30px;
  }
  .h2_btn_img_bg .columns--two > .columns__column:not(:last-child) {
    flex: auto;
    margin-bottom: 0;
  }
  .h2_btn_img_bg .heading-2:not(:first-child) {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

.h2_btn_img_bg:nth-child(odd)::before {
  left: 0;
}
.h2_btn_img_bg:nth-child(even)::before {
  right: 0;
}

.h2_btn_img_bg:nth-child(even) .columns .columns__column:nth-child(1) {
  order: 2;
}
.h2_btn_img_bg:nth-child(even) .columns .columns__column:nth-child(2) {
  order: 1;
}

.h2_btn_img_bg .columns__column.view--is-desktop-lower {
  position: relative;
}
/* ==========================================================================

    square_column2

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */







.section-bgimg_on_h3_p {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .section-bgimg_on_h3_p {
    margin-top: 40px;
  }
}
.section-bgimg_on_h3_p {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .section-bgimg_on_h3_p {
    margin-bottom: 40px;
  }
}
.square_column2 {
    position: relative;
    background-color: #F2F3F4;
}
.square_column2:nth-child(odd) {
  margin-left: 100px;
}
.square_column2:nth-child(even) {
  margin-right: 100px;
}
.square_column2:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .square_column2 {
    padding-top: 40px;
  }
  .square_column2:nth-child(odd) {
    margin-left: 20px;
  }
  .square_column2:nth-child(even) {
    margin-right: 20px;
  }
}

.square_column2 .square_column2__image {
    position: absolute;
    top: 50px;
    height: 100%;
    max-height: 278px;
    width: calc(50% + 25px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media screen and (max-width: 1049px) {
  .square_column2 .square_column2__image {
    max-height: 174px;
  }
}
@media screen and (max-width: 767px) {
  .square_column2 .square_column2__image {
    position: initial;
    min-height: auto;
    max-height: 100%;
    width: 100%;
  }
  .square_column2:nth-child(odd) .square_column2__image {
    margin-left: -20px;
  }

  .square_column2:nth-child(even) .square_column2__image {
    margin-left: 20px;
  }
}

.square_column2:nth-child(odd) .square_column2__image {
    left: -100px;
}

.square_column2:nth-child(even) .square_column2__image {
    right: -100px;
}

.square_column2 .square_column2__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.square_column2 > .square_column2__inner {
  position: relative;
  min-height: 382px;
  padding: 60px;
  width: calc(50% + 75px);
  margin-left: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1049px) {
  .square_column2 > .square_column2__inner {
    padding: 60px 50px 50px;
    width: calc(50% + 75px);
    margin-left: calc(50% - 75px);
  }
}
@media screen and (max-width: 767px) {
  .square_column2 > .square_column2__inner {
    min-height: inherit;
    padding: 25px 30px 40px;
    width: calc(100% - 20px);
    margin-left: 0;
  }
}
.square_column2:nth-child(even) .square_column2__inner {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .square_column2:nth-child(even) .square_column2__inner {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .square_column2 .square_column2__inner .heading-3:not(:last-child) {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

/* 背景色ありのスタイル */
.dnd-section-color--bg .square_column2 {
  background-color: #ffffff;
}
/* ==========================================================================

    case-introduction

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */







.section-img_bg_on_h3_p {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .section-img_bg_on_h3_p {
    margin-top: 40px;
  }
}
.section-img_bg_on_h3_p {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .section-img_bg_on_h3_p {
    margin-bottom: 40px;
  }
}

.case-introduction:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .case-introduction:not(:first-child) {
    margin-top: 40px;
  }
}

/* columns settings */
@media screen and (min-width: 768px) {
  .case-introduction__columns {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 50px;
  }
  .case-introduction:nth-child(even) .case-introduction__columns {
    flex-direction: row-reverse;
  }

  .case-introduction__columns__column {
    width: 50%;
  }
}
@media screen and (min-width: 1050px) {
  .case-introduction__columns {
    gap: 60px;
  }
}

.case-introduction__heading .heading-3 {
  margin-top: 0;
}
.case-introduction__heading__decoration {
  margin-bottom: 14px;
  font-family: 'Figtree', sans-serif;
  font-size: 4.0rem;
  font-weight: 800;
  letter-spacing: .03em;
  line-height: 1.5;
  color: #113975;
}
@media screen and (max-width: 767px) {
  .case-introduction__heading__decoration {
    margin-bottom: 10px;
    font-size: 3.0rem;
  }
}

.case-introduction__columns__column--img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .case-introduction__columns__column--text {
    margin-top: 16px;
  }
}

.case-introduction__columns__column--text__wrap {
  padding-top: 36px;
}
@media screen and (max-width: 767px) {
  .case-introduction__columns__column--text__wrap {
    padding-top: 26px;
  }
}

.case-introduction__columns__column--text .link-text {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .case-introduction__columns__column--text .link-text {
    margin-top: 27px;
  }
}
/* ==========================================================================

    relation-link

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */








.section-3column_h2_link_txt_bgimg {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .section-3column_h2_link_txt_bgimg {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.relation-link .bg_img-columns {
  display: grid;
  row-gap: 45px;
}
@media screen and (max-width: 1049px) {
  .relation-link .bg_img-columns {
    row-gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .relation-link .bg_img-columns {
    row-gap: 0;
  }
}
.relation-link .bg_img-columns.columns--two {
  grid-template-columns: repeat(2, 1fr);
}
.relation-link .bg_img-columns.columns--three {
  grid-template-columns: repeat(3, 1fr);
}
.relation-link .bg_img-columns.columns--four {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1049px) {
  .relation-link .bg_img-columns.columns--four {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .relation-link .bg_img-columns.columns--two,
  .relation-link .bg_img-columns.columns--three,
  .relation-link .bg_img-columns.columns--four {
    grid-template-columns: 1fr;
  }
}

.relation-link .bg_img-columns__column {
  position: relative;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.relation-link .bg_img-columns__column::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #161E2F;
  opacity: 0.4;
  transition: opacity .5s;
}
@media screen and (min-width: 1050px) {
  .relation-link .bg_img-columns__column.bl-hover::before {
    opacity: .6;
  }
}

.relation-link .bg_img-columns__column .heading-3 {
  position: relative;
}
@media screen and (max-width: 1049px) {
  .relation-link .bg_img-columns__column .heading-3:not(:last-child) {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .relation-link .bg_img-columns__column .heading-3:not(:last-child) {
    margin-bottom: 15px;
  }
}

.relation-link .bg_img-columns__column .heading-link a::before {
  background-color: #ffffff;
}

.relation-link .bg_img-columns__column .heading-link__inner {
  color: #ffffff;
}

.relation-link .bg_img-columns__column .paragraph {
  position: relative;
  z-index: 1;
  color: #ffffff;
}

/* .relation-link--1 （「説明文」が入力されたい場合） */
.section-3column_h2_link_txt_bgimg .relation-link--1.bg_img-columns__column {
  padding: 60px 55px 80px;
}
@media screen and (max-width: 1449px) {
  .section-3column_h2_link_txt_bgimg .relation-link--1.bg_img-columns__column {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 1049px) {
  .section-3column_h2_link_txt_bgimg .relation-link--1.bg_img-columns__column {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 767px) {
  .section-3column_h2_link_txt_bgimg .relation-link--1.bg_img-columns__column {
    padding: 40px 20px 50px;
  }
}


/* .relation-link--2 （「説明文」が入力されていない場合） */
.section-3column_h2_link_txt_bgimg .relation-link--2.bg_img-columns__column {
  padding: 98px 80px;
}
@media screen and (max-width: 1049px) {
  .section-3column_h2_link_txt_bgimg .relation-link--2.bg_img-columns__column {
    padding: 98px 20px;
  }
}
@media screen and (max-width: 767px) {
  .section-3column_h2_link_txt_bgimg .relation-link--2.bg_img-columns__column {
    padding: 70px 35px;
  }
}

.section-3column_h2_link_txt_bgimg .relation-link--2 .heading-3.heading-link {
  padding-left: 0;
  text-align: center;
}

.section-3column_h2_link_txt_bgimg .relation-link--2 .heading-link a {
  position: relative;
  padding-left: 0;
  padding-bottom: calc(21px + 28px);
}
@media screen and (max-width: 767px) {
  .section-3column_h2_link_txt_bgimg .relation-link--2 .heading-link a {
    padding-bottom: calc(16px + 24px);
  }
}

.section-3column_h2_link_txt_bgimg .relation-link--2 .heading-link a .link-icon {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-3column_h2_link_txt_bgimg .link-icon::before {
  content: none;
}
.section-3column_h2_link_txt_bgimg .arrow-link__icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-3column_h2_link_txt_bgimg .heading-3.heading-link .arrow-link__icon {
  top: 50%;
}
.section-3column_h2_link_txt_bgimg .link-icon,
.section-3column_h2_link_txt_bgimg .arrow-link__icon {
  width: 24px;
  height: 24px;
}
.section-3column_h2_link_txt_bgimg .arrow-link__icon__inner {
  width: 18px;
  height: 18px;
}
.section-3column_h2_link_txt_bgimg .arrow-link--white .arrow-link__icon__inner::before,
.section-3column_h2_link_txt_bgimg .arrow-link--white .arrow-link__icon__inner::after {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.546%22%20height%3D%227.212%22%20viewBox%3D%220%200%209.546%207.212%22%3E%20%3Cpath%20d%3D%22M3669.5%2C4931.6V4930h-3a.5.5%2C0%2C0%2C1-.5-.5v-2a.5.5%2C0%2C0%2C1%2C.5-.5h3v-1.605a.5.5%2C0%2C0%2C1%2C.762-.426l5.045%2C3.105a.5.5%2C0%2C0%2C1%2C0%2C.852l-5.045%2C3.105a.5.5%2C0%2C0%2C1-.762-.427Z%22%20transform%3D%22translate(-3666%20-4924.894)%22%20fill%3D%22%231c468d%22%2F%3E%3C%2Fsvg%3E');
}
@media screen and (min-width: 768px) {
  .section-3column_h2_link_txt_bgimg .link-icon,
  .section-3column_h2_link_txt_bgimg .arrow-link__icon {
    width: 28px;
    height: 28px;
  }
}
@media screen and (min-width: 1050px) {
  .section-3column_h2_link_txt_bgimg .arrow-link:focus .arrow-link__icon,
  .section-3column_h2_link_txt_bgimg .arrow-link:hover .arrow-link__icon {
    width: 32px;
    height: 32px;
  }
}
@charset "UTF-8";

/* case-others */

.section-case-others {
  margin-top: 30px;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .section-case-others {
    margin-top: 45px;
    margin-bottom: 60px;
  }
}

.case-others__list {
  display: flex;
  flex-wrap: wrap;
}

.case-others__list__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .case-others__list__item {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 1050px) {
  .case-others__list__item {
    width: calc(100% / 3);
  }
}
.case-others__list__item:nth-child(n+2) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .case-others__list__item:nth-child(n+2) {
    margin-top: 0;
  }
  .case-others__list__item:nth-child(n+3) {
    margin-top: 50px;
  }
  .case-others__list__item:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1050px) {
  .case-others__list__item:nth-child(n+3) {
    margin-top: 0;
  }
}


.case-others__list__item__card {
  display: block;
}

.case-others__list__item__card__head {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.case-others__list__item__card__head__image {
  overflow: hidden;
}

.case-others__list__item__card__head__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: transform .6s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

.case-others__list__item__card:hover .case-others__list__item__card__head__image img {
  transform: scale(1.1);
}

.case-others__list__item__card__head__image::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #161E2F;
  opacity: 0.4;
}

.case-others__list__item__card__head__heading {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 20px;
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5em;
  text-align: center;
  transform: translateY(-50%);
}

.case-others__list__item__card__body {
  padding: 28px 10px 0 10px;
}
@media screen and (min-width: 768px) {
  .case-others__list__item__card__body {
    padding: 28px 25px 0 25px;
  }
}

.case-others__list__item__card__body__number {
  color: #1C468D;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: 'Figtree', sans-serif;
  letter-spacing: .05em;
  line-height: 1.5em;
}
/* ==========================================================================

    point

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */








.section-point_h2_h3_bg {
  margin-top: 55px;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .section-point_h2_h3_bg {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.point {
  counter-reset: number;
}

.point .point-columns {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 1049px) {
  .point .point-columns {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .point .point-columns .point-columns__column:not(:first-child) {
    margin-top: 20px;
  }
}

.point .point-columns .point-columns__column {
  box-sizing: border-box;
  width: 33.333%;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 1049px) {
  .point .point-columns .point-columns__column {
    flex: auto;
    width: 100%;
    padding: 0;
  }
  .point .point-columns .point-columns__column:not(:first-child) {
    flex: auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .point .point-columns .point-columns__column:not(:first-child) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1050px) {
  .point .point-columns .point-columns__column:nth-child(n+4) {
    margin-top: 30px;
  }
}

.point .point-columns .point-columns__column .point-columns__column__inner {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  padding: 16px 30px 40px;
  background-color: #F2F3F4;
}
@media screen and (max-width: 1049px) {
  .point .point-columns .point-columns__column .point-columns__column__inner{
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .point .point-columns .point-columns__column .point-columns__column__inner{
    padding: 12px 30px 30px;
  }
}

.point .point-columns .point-columns__column .point-columns__column__inner .paragraph{
  padding: 0 10px;
}
@media screen and (max-width: 1049px) {
  .point .point-columns .point-columns__column .point-columns__column__inner .paragraph{
    padding: 0;
  }
}

/* 背景色ありのスタイル */
.dnd-section-color--bg .point .point-columns .point-columns__column .point-columns__column__inner {
  background-color: #fff;
}

.point .point-columns .point-columns__column .point-columns__column__inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  width: 30px;
  height: 3px;
  background-color:  #113975;
}

/* 背景色ありのスタイル */
.dnd-section-color--bg .point .point-columns .point-columns__column .point-columns__column__inner:before {
  background-color: #F2F3F4;
}
@media screen and (max-width: 767px) {
  .point .point-columns .point-columns__column .point-columns__column__inner:before {
    width: 20px;
    left: calc(50% - 10px);
  }
}

.point .heading-3.heading-3--point {
  margin-bottom: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .point .heading-3.heading-3--point {
    margin-bottom: 20px;
  }
}
.point .heading-3.heading-3--point::before {
  content: none;
}

.point .heading-3.heading-3--point .heading-3--point__main {
  display: block;
}

.point .heading-3.heading-3--point .heading-3--point__decolation {
  display: block;
  position: relative;
  top: 0;
  width: auto;
  margin-bottom: 8px;
  color: #113975;
  font-family: 'Figtree', sans-serif;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: 700;
}

.point .heading-3.heading-3--point .heading-3--point__decolation::after {
  display: block;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  font-size: 2.6rem;
  letter-spacing: .03em;
}
@media screen and (max-width: 767px) {
  .point .heading-3.heading-3--point .heading-3--point__decolation:after {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .point .heading-3.heading-3--point .heading-3--point__decolation {
    font-size: 1.1rem;
  }
}

.section-point_h2_h3_bg .point-columns__figure {
  max-width: 350px;
  margin: 20px auto 16px;
}
@media screen and (min-width: 768px) {
  .section-point_h2_h3_bg .point-columns__figure {
    margin-bottom: 20px;
  }
}
.section-point_h2_h3_bg .point-columns__figure img {
  width: 100%;
  border-radius: 10px;
}
/* ==========================================================================

  icon-list

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */







.section-3column_icon_txt_link {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section-3column_icon_txt_link {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.section-3column_icon_txt_link:first-child {
  margin-top: 0;
}
.section-3column_icon_txt_link:last-child {
  margin-bottom: 0;
}

.icon-list {
  display: flex;
  flex-wrap: wrap;
  counter-reset: number;
}

.icon-list__item {
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1049px) and (min-width: 768px) {
  .icon-list__item {
    width: calc(50% - 12.5px);
    margin-bottom: 0;
  }
  .icon-list__item:nth-child(odd) {
    margin-right: 25px;
  }
  .icon-list__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1050px) {
  .icon-list__item {
    width: calc(33.3333% - 20px);
    margin-bottom: 0;
  }
  .icon-list__item:not(:nth-child(3n+3)) {
    margin-right: 30px;
  }
  .icon-list__item:nth-child(n+4) {
    margin-top: 30px;
  }
}

.icon-list__item__inner {
  display: block;
  box-sizing: border-box;
  height: 100%;
  padding: 25px 30px 30px;
  background-color: #F2F3F4;
  transition: background-color .3s;
}
/* 背景色ありのスタイル */
.dnd-section-color--bg .icon-list__item__inner {
  background-color: #ffffff;
}

.icon-list__item__title {
  display: flex;
  align-items: center;
}
.icon-list__item__title:not(:last-child) {
  margin-bottom: 20px;
}

/* title icon */
.icon-list__item__title__icon {
  position: relative;
  height: 50px;
  max-width: 100px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .icon-list__item__title__icon {
    height: 42px;
  }
}

.icon-list__item__title__icon__src {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-list__item__title__text {
  width: calc(100% - 75px);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  transition: color .3s;
}
@media screen and (max-width: 767px) {
  .icon-list__item__title__text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1050px) {
  a.icon-list__item__inner:hover .icon-list__item__title__text {
    color: #1C468D;
  }
}


.icon-list__item .paragraph {
  transition: color .3s;
}
@media screen and (min-width: 1050px) {
  a.icon-list__item__inner:hover .paragraph {
    color: #1C468D;
  }
}
/* ==========================================================================

    logo-area

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */







.section-logo-area {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section-logo-area {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}


.logo-area {
	box-sizing: border-box;
	position: relative;
	width: calc(100% - 100px);
	margin: 0 auto;
	padding: 130px 30px 0;
	font-size: 1.6rem;
}
@media screen and (max-width: 1049px) {
	.logo-area {
		padding: 130px 50px 0;
	}
}
@media screen and (max-width: 767px) {
	.logo-area {
		padding: 130px 20px 0;
		width: 100%;
		font-size: 1.4rem;
	}
}

.logo-area .logo-area__bg {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 270px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
  border-radius: 10px;
}
@media screen and (max-width: 1450px) {
	.logo-area .logo-area__bg {
		left: 50%;
		transform: translateX(-50%);
	}
}

.logo-area .logo-area__inner {
  box-sizing: border-box;
	position: relative;
	max-width: 890px;
	margin: 0 auto;
	padding: 0 80px 30px;
	border-radius: 5px;
	background-color: #ffffff;
}
@media screen and (max-width: 767px) {
	.logo-area .logo-area__inner {
		padding: 0 25px 20px;
	}
}

.logo-area .logo-area__inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	border-radius: 5px 5px 0 0;
	background-color: #ffffff;
}

.logo-area .logo-area__inner__image {
	position: relative;
	padding-top: 40px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.logo-area .logo-area__inner__image {
		padding-top: 30px;
	}
}

.logo-area .logo-area__inner__image img {
	max-width: 500px;
  height: auto;
}
@media screen and (max-width: 767px) {
	.logo-area .logo-area__inner__image img {
		max-width: 194px;
	}
}

.logo-area .logo-area__inner__image:not(:last-child) {
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.logo-area .logo-area__inner__image:not(:last-child) {
		margin-bottom: 20px;
	}
}

.logo-area .logo-area__inner__text .paragraph {
	position: relative;
  color: #0B0B0B;
  font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.85;
}
@media screen and (max-width: 767px) {
	.logo-area .logo-area__inner__text .paragraph {
		font-size: 1.4rem;
	}
}
@charset "UTF-8";

/* case-lead */

.section-case-lead {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .section-case-lead {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.case-lead {
  background-color: #F2F3F4;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .case-lead {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* 背景色ありのスタイル */
.dnd-section-color--bg .case-lead {
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .case-lead__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media screen and (min-width: 768px) {
  .case-lead__block__image {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.case-lead__block__image__box {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .case-lead__block__image__box {
    width: 200px;
    height: 200px;
  }
}

@media screen and (min-width: 1050px) {
  .case-lead__block__image__box {
    width: 250px;
    height: 250px;
  }
}

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

.case-lead__block__text {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .case-lead__block__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.case-lead__block__text__heading {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5em;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .case-lead__block__text__heading {
    margin-top: 10px;
  }
}

.case-lead__block__text__heading::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
}

.case-lead__block__text__heading::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
}

@media screen and (min-width: 768px) {
  .case-lead__block__text__heading {
    font-size: 3.2rem;
  }
}

.case-lead__block__text__client {
  border-top: 1px solid #3C4046;
  padding-top: 20px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .case-lead__block__text__client {
    margin-top: 45px;
  }
}

.case-lead__block__text__client__name {
  font-size: 1.6rem;
  line-height: 1.5em;
}

.case-lead__block__text__client__name.natural p {
  line-height: 1.5em;
}
@charset "UTF-8";

/* home-message */

.section-home-message {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .section-home-message {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.home-message__heading {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5em;
  font-family: 'Figtree', sans-serif;
  position: relative;
}

@media screen and (min-width: 768px) {
  .home-message__heading {
    font-size: 1.6rem;
  }
}

.home-message__heading::before {
  content: '';
  display: block;
  width: calc((100vw - 100%) / 2);
  height: 1px;
  position: absolute;
  top: 0;
  right: 100%;
  border-top: 1px solid #707070;
}

.home-message__heading__inner {
  display: inline-block;
  border-top: 1px solid #707070;
  padding-top: 7px;
  text-transform: uppercase;
}

.home-message .heading-3 {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .home-message .heading-3 {
    margin-top: 40px;
  }
}
@charset "UTF-8";

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


/* history */
.section-history {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section-history {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.history {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 55px;
}
@media screen and (max-width: 767px) {
  .history {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 35px;
  }
}

.history::before {
  content: "";
  position: absolute;
  left: 7.5px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #C8C9CB
}
@media screen and (max-width: 767px) {
  .history::before {
    left: 6.5px;
  }
}

.heading-3-history {
  position: relative;
  color: #0B0B0B;
  font-size: 2.4rem;
}

.heading-3-history::before {
  content: "";
  position: absolute;
  left: -54.5px;
  top: 17px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #113975;
}
@media screen and (max-width: 767px) {
  .heading-3-history::before {
    top: 17px;
    left: -35.5px;
  }
}

@media screen and (min-width: 768px) {
  .history-columns {
    display: flex;
    align-items: flex-start;
  }
}

.history-columns:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .history-columns:not(:first-child) {
    margin-top: 20px;
  }
}

.history-columns__column:first-child {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .history-columns__column:first-child {
    width: 220px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .history-columns__column:first-child {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  .history-columns__column:last-child {
    width: calc(100% - 250px);
  }
}

.history-columns__column.history-columns__column--single {
  width: 100%;
}

.history-columns__column img {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 10px;
}
@charset "UTF-8";

/* service-question */

.section-service-question {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .section-service-question {
    margin-top: 45px;
    margin-bottom: 80px;
  }
}

.service-question__list__item {
  padding-bottom: 30px;
  border-bottom: 1px dotted #C8C9CB;
}
.service-question__list__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .service-question__list__item {
    padding-bottom: 37px;
  }
  .service-question__list__item:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1050px) {
  .service-question__list__item:not(:first-child) {
    margin-top: 36px;
  }
}

/* QUESTION icon */
.service-question__list__item__question::before {
  content: attr(data-decoration-text);
  display: inline-block;
  box-sizing: border-box;
  width: 123px;
  padding: 5px 5px 4px;
  background-color: #3C4046;
  color: #ffffff;
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 11px;
}
@media screen and (min-width: 768px) {
  .service-question__list__item__question::before {
    width: 146px;
    padding: 4px 5px 3px;
    font-size: 1.4rem;
    border-radius: 16px;
  }
}

.service-question__list__item__question__inner {
  display: block;
  margin-top: 16px;
}

/* ANSWER */
.service-question__list__item__answer {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .service-question__list__item__answer {
    margin-top: 25px;
  }
}
/* ANSWER icon */
.service-question__list__item__answer::before {
  content: attr(data-decoration-text);
  display: inline-block;
  box-sizing: border-box;
  width: 123px;
  padding: 5px 5px 4px;
  background-color: #1C468D;
  color: #ffffff;
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 11px;
}
@media screen and (min-width: 768px) {
  .service-question__list__item__answer::before {
    width: 146px;
    padding: 4px 5px 3px;
    font-size: 1.4rem;
    border-radius: 16px;
  }
}

.service-question__list__item__answer__inner {
  display: block;
}
.natural.service-question__list__item__answer__inner:first-child {
  margin-top: 10px;
}


/* === アコーディオンありの場合のstyle */
.service-question.accordion--active .service-question__list__item {
  padding: 0 76px 0 20px;
  border: 1px solid #C8C9CB;
  @media screen and (min-width: 768px) {
    & {
      padding: 0 130px 0 40px;
    }
  }
}
.service-question.accordion--active .service-question__list__item:not(:first-child) {
  margin-top: 20px;
}

/* Q/A common style */
.service-question.accordion--active {
  & .service-question__list__item__question__inner,
  & .service-question__list__item__answer {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0 20px 34px;
    @media screen and (min-width: 768px) {
      & {
        padding: 40px 0 45px 54px;
      }
    }
  }
}

/* QUESTION */
.service-question.accordion--active {
  & .service-question__list__item__question {
    position: relative;
    & .service-question__list__item__question__inner {
      box-sizing: border-box;
      width: 100%;
      border: none;
      background: none;
      text-align: left;
      cursor: pointer;
    }
  }
}
.service-question.accordion--active .service-question__list__item__question {
  position: relative;
}

/* ANSWER */
.service-question.accordion--active .service-question__list__item__answer {
  display: none;
  position: relative;
  margin-top: 0;
  padding: 15px 0 20px 34px;
  border-top: 1px dotted #C8C9CB;
}
@media screen and (min-width: 768px) {
  .service-question.accordion--active .service-question__list__item__answer {
    padding: 30px 0 35px 54px;
  }
}

/* Q/A icon */
.service-question.accordion--active .service-question__list__item__question::before,
.service-question.accordion--active .service-question__list__item__answer::before {
  display: block;
  position: absolute;
  left: 0;
  width: auto;
  padding: initial;
  border-radius: initial;
  background-color: transparent;
  color: #0F0F0F;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .1em;
}
.service-question.accordion--active .service-question__list__item__question::before {
  content: "Q.";
  top: 10px;
  left: 0;
}
.service-question.accordion--active .service-question__list__item__answer::before {
  content: "A.";
  top: 13px;
  color: #1C468D;
}
@media screen and (min-width: 768px) {
  .service-question.accordion--active .service-question__list__item__question::before,
  .service-question.accordion--active .service-question__list__item__answer::before {
    font-size: 32px;
  }
  .service-question.accordion--active .service-question__list__item__question::before {
    top: 24px;
  }
  .service-question.accordion--active .service-question__list__item__answer::before {
    top: 23px;
  }
}

.service-question.accordion--active .service-question__list__item .paragraph {
  font-weight: 500;
  transition: color .3s;
}
@media screen and (min-width: 1050px) {
  .service-question.accordion--active .service-question__list__item__question__inner:focus .paragraph,
  .service-question.accordion--active .service-question__list__item:hover .paragraph {
    color: #1C468D;
  }
}

/* +/- icon */
.service-question__list__item__question__icon {
  position: absolute;
  top: calc(50%);
  right: -56px;
  width: 34px;
  height: 34px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #1C468D;
  transform: translateY(-50%);
  transition: background-color .3s;
}
@media screen and (min-width: 768px) {
  .service-question__list__item__question__icon {
    right: -100px;
    width: 40px;
    height: 40px;
  }
}
.service-question__list__item__question__icon::before,
.service-question__list__item__question__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background-color: #1C468D;
  transform: translate(-50%);
  transition: background-color .3s, transform .3s;
}
@media screen and (min-width: 768px) {
  .service-question__list__item__question__icon::before,
  .service-question__list__item__question__icon::after {
    width: 14px;
  }
}
.service-question__list__item__question__icon::before {
  transform: translate(-50%);
}
.service-question__list__item__question__icon::after {
  transform: translate(-50%) rotate(90deg);
}

.service-question__list__item__question.is-active .service-question__list__item__question__icon::after {
  transform: translate(-50%) rotate(0);
}

@media screen and (min-width: 1050px) {
  .service-question.accordion--active .service-question__list__item__question__inner:focus .service-question__list__item__question__icon,
  .service-question.accordion--active .service-question__list__item:hover .service-question__list__item__question__icon {
    background-color: #1C468D;
  }
  .service-question.accordion--active .service-question__list__item__question__inner:focus .service-question__list__item__question__icon::before,
  .service-question.accordion--active .service-question__list__item:hover .service-question__list__item__question__icon::before,
  .service-question.accordion--active .service-question__list__item__question__inner:focus .service-question__list__item__question__icon::after,
  .service-question.accordion--active .service-question__list__item:hover .service-question__list__item__question__icon::after {
    background-color: #ffffff;
  }
}

/* アコーディオン === */
/* ==========================================================================

    group-image

========================================================================== */

/* サイト全体で共通の設定 */
/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


.section-group-image {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section-group-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.group-image {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .group-image {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
  }
}

.group-image__after-2nd {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
}

.group-image img {
  width: 100%;
  height: auto;
}
@charset "utf-8";

/* movie */

.section-movie {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .section-movie {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.movie-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.section-movie .movie-caption {
  margin-top: 15px;
  color: #0F0F0F;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section-movie .movie-caption {
    margin-top: 10px;
    font-size: 12px;
  }
}

/* blog */
@charset "UTF-8";

/* blog post author */

.blog-article__body__author {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .blog-article__body__author {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.blog-article__body__author__heading.heading-2 {
  margin-bottom: 25px;
  padding: 11px 20px;
  border-top: 1px solid #C8C9CB;
  background-color: #F2F3F4;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0F0F0F;
}
@media screen and (min-width: 768px) {
  .blog-article__body__author__heading.heading-2 {
    margin-bottom: 35px;
    padding: 13px 23px;
    font-size: 2.2rem;
  }
}

.blog-article__body__author__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .blog-article__body__author__wrapper {
    gap: 30px;
  }
}
.blog-article__body__author__heading {
  font-size: 1.8rem;
}
.blog-article__body__author__image {
  width: 100px;
  height: 100px;
}
.blog-article__body__author__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .blog-article__body__author__image {
    width: 190px;
    height: 190px;
  }
}
.blog-article__body__author__content  {
  flex: 1;
}
.blog-article__body__author__content__name.heading-3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #0F0F0F;
}
@media screen and (min-width: 768px) {
  .blog-article__body__author__content__name.heading-3 {
    margin-bottom: 31px;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .blog-article__body__author__content__profile {
    font-size: 1.4rem;
  }
}
@charset "UTF-8";

/* blog post author */

.blog-article__body__lead {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .blog-article__body__lead {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.blog-article__body__lead__text {
  font-weight: 400;
  color: #0F0F0F;
}
@media screen and (min-width: 768px) {
  .blog-article__body__lead__text {
    font-size: 1.6rem;
  }
}
@charset "UTF-8";

/* blog post index */

/* --------------------------------------------------

  サイト全体で共通の設定

-------------------------------------------------- */


/* ブレイクポイント
--------------------------------------*/




/* フォント
--------------------------------------*/
/* 基本のフォント */


/* 英字のフォント */



/* 基本のフォント */


/* html 要素 */


/* 文字のサイズ
--------------------------------------*/
/* html 要素 */



/* small要素 */



/* sub、sup 要素 */



/* heading */












/* system pages */



/* 文字のウェイト
--------------------------------------*/




/* heading */


/* base text */





/* button */



/* system pages */



/* 文字間
--------------------------------------*/



/* system pages */



/* 行間
--------------------------------------*/








/* container の設定
--------------------------------------*/
/* 左右内側の余白 */




/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */




/* 上下マージン
----------------------------------------------*/
/* between column */


















/* vertical line-height crop */


/* vertical line-height crop (heading + paragraph) */


/* offset line-height from vertical margin */



/* transition の設定
---------------------------------------*/


/* 不透明度
--------------------------------------*/
/*　「film color」を適用した要素のhover時の不透明度 */


.blog-article__body__index {
  position: relative;
  z-index: 0;
  margin-top: 56px;
  margin-bottom: 45px;
  border: 2px solid #C8C9CB;
  border-radius: 5px;
  padding: 36px 20px 32px;
}
@media screen and (min-width: 768px) {
  .blog-article__body__index {
    margin-top: 74px;
    margin-bottom: 60px;
    padding: 35px 35px 38px;
  }
}

.blog-article__body__index__title {
  position: absolute;
  top: -14px;
  left: 50%;
  z-index: 1;
  box-sizing: border-box;
  width: 130px;
  padding: 7px 0 6px;
  border-top: 2px solid #1C468D;
  border-radius: 0 0 5px 5px;
  background-color: #F2F3F4;
  font-family: 'Figtree', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-align: center;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .blog-article__body__index__title {
    top: -18px;
    padding: 9px 0 8px;
    font-size: 1.6rem;
  }
}

.blog-article__body__index__body__list {
  counter-reset: number 0;
}

.blog-article__body__index__body__list__item {
  margin-top: calc( 22px - (((1em * 1.85) - 1em) / 2) );
  padding-left: 2.3em;
  font-size: 1.5rem;
  letter-spacing: .05em;
  line-height: 1.85;
  text-indent: -2.3em;
  color: #0F0F0F;
}
.blog-article__body__index__body__list__item:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .blog-article__body__index__body__list__item {
    font-size: 1.6rem;
  }
}

.blog-article__body__index__body__list__item::before {
  content: counter(number, decimal-leading-zero) "：";
  counter-increment: number 1;
}

.blog-article__body__index__body__list__item a {
  text-decoration: underline #1C468D;
  text-underline-offset: .5em;
}
@media screen and (min-width: 1050px) {
  .blog-article__body__index__body__list__item a {
    transition: color .3s;
  }
  .blog-article__body__index__body__list__item a:hover {
    color: #1C468D;
  }
}
@charset "UTF-8";

/* blog post share button */

.blog-article__body__share-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .blog-article__body__share-button {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.blog-article__body__share-button__item {
  margin-left: 20px;
}
.blog-article__body__share-button__item:first-of-type {
  margin-left: 0;
}
@charset "UTF-8";

/* blog post related articles */

.blog-article__body__related-articles {
  margin-top: 55px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .blog-article__body__related-articles {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 768px) {
  .blog-article__body__related-articles__list {
    display: flex;
  }
}

.blog-article__body__related-articles__list__item {
  margin-top: 30px;
}
.blog-article__body__related-articles__list__item:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .blog-article__body__related-articles__list__item {
    width: calc((100% - 60px) / 3);
    margin-top: 0;
    margin-left: 30px;
  }
  .blog-article__body__related-articles__list__item:first-of-type {
    margin-left: 0;
  }
}

.blog-article__body__related-articles__list__item__image {
  margin-bottom: 11px;
  aspect-ratio: 16/9;
}

.blog-article__body__related-articles__list__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-article__body__related-articles__list__item__date {
  margin-top: 11px;
  margin-bottom: 6px;
  color: #113975;
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .15em;
}
@media screen and (min-width: 768px) {
  .blog-article__body__related-articles__list__item__date {
    margin-top: 15px;
    font-size: 1.4rem;
  }
}

.blog-article__body__related-articles__list__item__title {
  margin-top: 6px;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .blog-article__body__related-articles__list__item__title {
    font-size: 1.8rem;
  }
}

/* common */
@charset "UTF-8";

/* hero */
.page-content {
  overflow: hidden;
}

.hero {
  position: relative;
  height: fit-content;
  overflow: hidden;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  border-bottom-left-radius: 800px 300px;
  border-bottom-right-radius: 800px 300px;
  -webkit-mask: linear-gradient(to right, transparent 0, transparent 100px, #000 100px, #000 calc(100% - 100px), transparent calc(100% - 100px), transparent 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero::before {
  content: "";
  position: absolute;
  top: -168px;
  right: -117px;
  width: 330px;
  height: 330px;
  box-sizing: border-box;
  border: 35px solid #ffffff;
  border-radius: 400px;
  mix-blend-mode: soft-light;
  opacity: .5;
  z-index: 1;
}
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(22, 30, 47, 0) 0, rgba(22, 30, 47, 0.30) 100%);
}
@media screen and (min-width: 768px) {
  .hero {
    border-bottom-left-radius: 980px 278px;
    border-bottom-right-radius: 980px 278px;
  }
  .hero::before {
    top: -242px;
    right: -227px;
    width: 534px;
    height: 534px;
    border: 60px solid #ffffff;
  }
}
@media screen and (min-width: 1050px) {
  .hero {
    border-bottom-left-radius: 1030px 245px;
    border-bottom-right-radius: 1030px 245px;
  }
  .hero::before {
    top: -328px;
    right: -178px;
    width: 670px;
    height: 670px;
  }
}

.hero__contents {
  display: grid;
  place-items: center start;
  position: relative;
  z-index: 1;
  min-height: 340px;
  padding-left: 10px;
  padding-right: 10px;
  @media screen and (min-width: 768px) {
    & {
      min-height: 510px;
      padding-left: 0;
      padding-right: 0;
    }
  }
}

.hero__heading {
  margin-top: 60px;
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  @media screen and (min-width: 768px) {
    & {
      margin-top: 55px;
      padding-top: 60px;
      padding-bottom: 60px;
      font-size: 4rem;
    }
  }
}

.hero__heading__deco {
  display: block;
  margin-bottom: 5px;
  font-family: 'Figtree', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 1.5;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .hero__heading__deco {
    font-size: 1.8rem;
  }
}
.hero__heading__inner {
  display: block;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .hero__heading__inner {
    margin-bottom: 18px;
  }
}

.hero-minimal {
  position: relative;
}
.hero-minimal::before {
  content: "";
  position: absolute;
  top: -96px;
  right: -181px;
  width: 330px;
  height: 330px;
  box-sizing: border-box;
  border: 35px solid #F2F3F4;
  border-radius: 400px;
  opacity: .5;
  z-index: -1;
}
.hero-minimal::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .hero-minimal::before {
    top: -162px;
    right: -247px;
    width: 534px;
    height: 534px;
    border: 60px solid #F2F3F4;
  }
}
@media screen and (min-width: 1050px) {
  .hero-minimal::before {
    top: -318px;
    right: -258px;
    width: 670px;
    height: 670px;
  }
}

.hero-minimal__heading {
  padding-top: 165px;
  padding-bottom: 0;
  color: #1C468D;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .hero-minimal__heading {
    padding-top: 210px;
    font-size: 2.0rem;
  }
}
.hero-minimal__heading__deco {
  display: block;
  margin-bottom: 6px;
  color: #0B0B0B;
  font-family: 'Figtree', sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .hero-minimal__heading__deco {
    margin-bottom: 7px;
    font-size: 6rem;
  }
}
.hero-minimal__heading__inner {
  display: block;
}

/* unique */
@charset "UTF-8";

/* home hero */

.home-hero {
  position: relative;
  height: calc(100vh + 6px);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home-hero {
    height: calc(100vh + 15px);
  }
}
@media screen and (min-width: 1050px) {
  .home-hero {
    height: calc(100vh + 42px);
  }
}
.home-hero__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  border-bottom-left-radius: 800px 300px;
  border-bottom-right-radius: 800px 300px;
  -webkit-mask: linear-gradient(to right, transparent 0, transparent 100px, #000 100px, #000 calc(100% - 100px), transparent calc(100% - 100px), transparent 100%);
}
.home-hero__back::before {
  content: "";
  position: absolute;
  bottom: -167px;
  left: -171px;
  width: 400px;
  height: 400px;
  box-sizing: border-box;
  border: 35px solid #ffffff;
  border-radius: 400px;
  mix-blend-mode: soft-light;
  opacity: .5;
  z-index: 1;
}
.home-hero__back::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(22, 30, 47, .02) 0, rgba(22, 30, 47, .35) 100%);
}
@media screen and (min-width: 768px) {
  .home-hero__back {
    border-bottom-left-radius: 980px 278px;
    border-bottom-right-radius: 980px 278px;
  }
  .home-hero__back::before {
    bottom: -305px;
    left: -379px;
    width: 746px;
    height: 746px;
    border: 60px solid #ffffff;
  }
}
@media screen and (min-width: 1050px) {
  .home-hero__back {
    border-bottom-left-radius: 1030px 245px;
    border-bottom-right-radius: 1030px 245px;
  }
  .home-hero__back::before {
    bottom: -374px;
    left: -145px;
    width: 812px;
    height: 812px;
  }
}

.home-hero__slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh + 6px);
  opacity: 0;
  transition: 1s;
　}
@media screen and (min-width: 768px) {
  .home-hero__slider__item {
    height: calc(100vh + 15px);
  }
}
@media screen and (min-width: 1050px) {
  .home-hero__slider__item {
    height: calc(100vh + 42px);
  }
}

.home-hero__slider__item.is-active {
  opacity: 1;
  animation: sliderSmall 6s linear 0s, fadeIn 1s ease-in-out;
}
.home-hero__slider.stop .home-hero__slider__item.is-active {
  animation-play-state: paused;
}
.home-hero__slider__item.manual-active {
  opacity: 1 !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes sliderSmall {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.home-hero__slider .home-hero__slider__item__inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-hero__slider .home-hero__slider__item__inner--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .home-hero__slider .home-hero__slider__item__inner--sp {
    display: none;
  }
  .home-hero__slider .home-hero__slider__item__inner--pc {
    display: block;
  }
}


.home-hero .slide-dots {
  display: flex;
  align-items: center;
  gap: 21px;
  position: absolute;
  top: calc(50% - 12px);
  right: -29px;
  transform: rotate(90deg) translateY(-50%);
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .home-hero .slide-dots {
    gap: 23px;
    right: -15px;
  }
}
@media screen and (min-width: 1050px) {
  .home-hero .slide-dots {
    top: calc(50% - 27px);
    right: -10px;
  }
}
.home-hero .slide-dots .slide-dots__slide-dot {
  display: flex;
  align-items: center;
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 768px) {
  .home-hero .slide-dots .slide-dots__slide-dot {
    width: 12px;
    height: 12px;
  }
}
.home-hero .slide-dots .slide-dots__slide-dot button {
  display: block;
  position: relative;
  width: 6px;
  height: 6px;
  padding: 0;
  font-size: 0;
  background-color: #ffffff;
  border: none;
  outline: none;
  border-radius: 10px;
  transition: width .3s, height .3s;
}
.home-hero .slide-dots .slide-dots__slide-dot button:focus {
  outline: auto royalblue;
}
.home-hero .slide-dots .slide-dots__slide-dot.is-active button {
  width: 10px;
  height: 10px;
}
@media screen and (min-width: 768px) {
  .home-hero .slide-dots .slide-dots__slide-dot.is-active button {
    width: 12px;
    height: 12px;
  }
}
.home-hero .slide-dots .slide-dots__slide-dot button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50px;
  background-color: #ffffff;
  cursor: pointer;
  opacity: 0;
  transition: opacity .3s;
}
@media screen and (min-width: 768px) {
  .home-hero .slide-dots .slide-dots__slide-dot button::before {
    width: 30px;
    height: 30px;
  }
}
.home-hero .slide-dots .slide-dots__slide-dot.is-active button::before {
  opacity: .3;
}

.home-hero__slider__button {
  position: relative;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.home-hero__slider__button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: .3s;
}
.home-hero__slider__button::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2213%22%20viewBox%3D%220%200%2015%2013%22%3E%20%3Cpath%20d%3D%22M7.5%2C0%2C15%2C13H0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
}
.home-hero__slider__button.off::before {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2212.001%22%20viewBox%3D%220%200%2015%2012.001%22%3E%20%3Cpath%20d%3D%22M-8%2C26V11h4V26Zm-8%2C0V11h4V26Z%22%20transform%3D%22translate(26%2016)%20rotate(90)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
}
@media screen and (min-width: 768px) {
  .home-hero__slider__button,
  .home-hero__slider__button::before {
    width: 15px;
    height: 15px;
  }
}


.home-hero .container {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 96px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home-hero .container {
    padding-bottom: 165px;
  }
}
@media screen and (min-width: 1050px) {
  .home-hero .container {
    max-width: calc(1170px + 100px* 2);
  }
}

.home-hero__heading {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .09em;
  line-height: 1.5;
  text-shadow: 3px 3px 20px rgba(0, 0, 0, .2);
}
.home-hero__heading__large {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .home-hero__heading {
    margin-left: 5px;
    font-size: 3rem;
    letter-spacing: .1em;
  }
  .home-hero__heading__large {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1050px) {
  .home-hero__heading {
    margin-left: 0;
  }
}

.home-hero__sub-heading {
  margin-top: 17px;
  color: #ffffff;
  font-family: 'Figtree', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .home-hero__sub-heading {
    margin-top: 25px;
    margin-left: 5px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1050px) {
  .home-hero__sub-heading {
    margin-left: 0;
  }
}


.home-hero__scroll {
  color: #ffffff;
  font-family: 'Figtree', sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.5;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
  padding-bottom: 40px;             
  width: 100px;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .home-hero__scroll {
    font-size: 1.4rem;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1050px) {
  .home-hero__scroll {
    padding-bottom: 90px;
  }
}

.home-hero__scroll::after {
  content: '';
  width: 1px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .home-hero__scroll::after {
    bottom: -14px;
    height: 70px;
  }
}
@media screen and (min-width: 1050px) {
  .home-hero__scroll::after {
    height: 90px;
  }
}
@charset "UTF-8";

/* home-news */

.section-home-news {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .section-home-news {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1050px) {
  .section-home-news {
      padding-bottom: 65px;
  }
}

.section-home-news::before {
  content: "";
  position: absolute;
  top: -242px;
  right: -236px;
  width: 400px;
  height: 400px;
  box-sizing: border-box;
  border: 35px solid #1C468D;
  border-radius: 400px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .section-home-news::before {
    top: -421px;
    right: -299px;
    width: 665px;
    height: 665px;
    border: 60px solid #1C468D;
  }
}
@media screen and (min-width: 1050px) {
  .section-home-news::before {
    top: -446px;
    right: -178px;
    width: 724px;
    height: 724px;
  }
}

.home-news .container.home-contents-box {
  margin-top: 28px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .home-news .container.home-contents-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 69px;
  }
}
@media screen and (min-width: 1050px) {
  .home-news .container.home-contents-box {
    padding-bottom: 30px;
  }
}

.home-news__menu {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .home-news__menu {
    width: 155px;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1050px) {
  .home-news__menu {
    width: 190px;
    margin-right: 20px;
  }
}

.home-news__menu__laptop-wider__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home-news__menu__laptop-wider__list {
  grid-template-columns: 1fr;
  gap: 18px;
  margin-left: 5px;
  padding-top: 19px;
  padding-bottom: 19px;
  }
}
.home-news__menu__laptop-wider__list::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #E9E9EA;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .home-news__menu__laptop-wider__list::after {
    bottom: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 5px;
  }
}

.home-news__menu__laptop-wider__list__item{
  position: relative;
  display: flex;
  align-items: end;
}
.home-news__menu__laptop-wider__list__item__bar {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #E9E9EA;
}
.home-news__menu__laptop-wider__list__item:nth-child(1) .home-news__menu__laptop-wider__list__item__bar,
.home-news__menu__laptop-wider__list__item:nth-child(3n+1) .home-news__menu__laptop-wider__list__item__bar {
  border-radius: 5px 0 0 5px;
}
.home-news__menu__laptop-wider__list__item:nth-child(3n) .home-news__menu__laptop-wider__list__item__bar {
  border-radius: 0 5px 5px 0;
}
@media screen and (min-width: 768px) {
  .home-news__menu__laptop-wider__list__item{
    padding-left: 34px;
  }
  .home-news__menu__laptop-wider__list__item__bar {
    display: contents;
  }
}

.home-news__menu__laptop-wider__list__item button {
  position: relative;
  width: 100%;
  padding: 18px 15px 18px;
  border: none;
  background: none;
  font-size: 1.3rem;
  line-height: 1.5;
  transition: color .3s;
  appearance: none;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .home-news__menu__laptop-wider__list__item button {
    text-align: left;
    padding: 0;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1050px) {
  .home-news__menu__laptop-wider__list__item button:focus,
  .home-news__menu__laptop-wider__list__item button:hover {
    color: #1C468D;
  }
}

.home-news__menu__laptop-wider__list__item.is-current button {
  position: relative;
  color: #1C468D;
  font-weight: 700;
}

.home-news__menu__laptop-wider__list__item.is-current .tab_icon {
  content: '';
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 12px;
  height: 12px;
  background-color: #1C468D;
  border-radius: 15px;
}
@media screen and (min-width: 768px) {
  .home-news__menu__laptop-wider__list__item.is-current .tab_icon {
    left: -5px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
  }
}


/* tab body */
@media screen and (min-width: 768px) {
  .home-news__content {
    width: calc(100% - 170px);
    margin-top: -37px;
  }
}
@media screen and (min-width: 1050px) {
  .home-news__content {
    width: calc(100% - 210px);
  }
}

.home-news__content__list {
  display: none;
  position: relative;
}
.home-news__content__list.show {
  display: block;
}

.home-news__content__list__item {
  border-bottom: 1px solid #C8C9CB;
}

.home-news__content__list__item__anchor {
  display: block;
  position: relative;
  padding: 30px 45px 34px 10px;
  color: #0F0F0F;
}
@media screen and (min-width: 768px) {
  .home-news__content__list__item__anchor {
    padding: 37px 45px 38px 10px;
  }
}

/* 背景色ありのスタイル */
.home-news__content__list__item__content__head {
  display: flex;
  align-items: flex-start;
}

.home-news__content__list__item__content__head__date {
  flex-shrink: 0;
  width: 74px;
  margin-top: 5px;
  color: #7B7C7E;
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: .03em;
}
@media screen and (min-width: 768px) {
  .home-news__content__list__item__content__head__date {
     width: 83px;
     margin-top: 7px;
     font-size: 1.4rem;
  }
}

.home-news__content__list__item__content__head__category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-news__content__list__item__content__head__category__inner {
  display: inline-block;
  box-sizing: border-box;
  min-width: 90px;
  padding: 2px 19px 3px;
  background-color: #1C468D;
  border-radius: 13px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
}
/* 背景色ありのスタイル */
.dnd-section-color--bg .home-news__content__list__item__content__head__category__inner {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .home-news__content__list__item__content__head__category__inner {
    min-width: 93px;
    padding: 2px 19px 3px;
    font-size: 1.3rem;
  }
}

.home-news__content__list__item__content__body {
  margin-top: 24px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .home-news__content__list__item__content__body {
  margin-top: 27px;
  }
}


.home-news__content__list__item__content__body .paragraph {
  line-height: 1.6;
  transition: color .3s;
}

@media screen and (min-width: 1050px) {
  .home-news__content__list__item__anchor:hover .home-news__content__list__item__content__body .paragraph {
    color: #1C468D;
  }
}

.home-news .home-news__content__list__item__anchor .link-button__anchor__icon {
  background-color: transparent;
}
.home-news .home-contents-box .home-news__content__list__item__anchor .link-button__anchor__icon,
.home-news .home-contents-box .home-news__content__list__item__anchor .link-button__anchor__icon__inner {
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: none;
}
.home-news .home-news__content__list__item__anchor .link-button__anchor__icon__inner::before,
.home-news .home-news__content__list__item__anchor .link-button__anchor__icon__inner::after {
  width: 10px;
  height: 8px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.546%22%20height%3D%227.211%22%20viewBox%3D%220%200%209.546%207.211%22%3E%20%3Cpath%20d%3D%22M-5564.5-2215.394V-2217h-3a.5.5%2C0%2C0%2C1-.5-.5v-2a.5.5%2C0%2C0%2C1%2C.5-.5h3v-1.605a.5.5%2C0%2C0%2C1%2C.762-.425l5.046%2C3.1a.5.5%2C0%2C0%2C1%2C0%2C.851l-5.046%2C3.1a.492.492%2C0%2C0%2C1-.261.075A.5.5%2C0%2C0%2C1-5564.5-2215.394Z%22%20transform%3D%22translate(5568%202222.106)%22%20fill%3D%22%231c468d%22%2F%3E%20%3C%2Fsvg%3E');
}
@media screen and (min-width: 1050px) {
  .home-news__content__list__item__anchor:focus .link-button__anchor__icon__inner::before,
  .home-news__content__list__item__anchor:hover .link-button__anchor__icon__inner::before {
    animation-name: movieToLeft;
    animation-delay: 0s;
  }
  .home-news__content__list__item__anchor:focus .link-button__anchor__icon__inner::after,
  .home-news__content__list__item__anchor:hover .link-button__anchor__icon__inner::after {
    animation-name: movieToRight;
    animation-delay: 0s;
  }
}
@keyframes movieToRight {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(550%, -50%);
  }
}
@keyframes movieToLeft {
  0% {
    transform: translate(-650%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

.home-content .home-news .link-button:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .home-content .home-news .link-button:not(:first-child) {
    margin-top: 55px;
  }
}

.home-news .home-section__deco {
  right: -81px;
  bottom: 107px;
  transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .home-news .home-section__deco {
    right: -136px;
    bottom: 151px;
  }
}
@media screen and (min-width: 1050px) {
  .home-news .home-section__deco {
    right: -160px;
    bottom: 171px;
  }
}
.home-news .home-section__deco__inner {
  color: #0B0B0B;
}
@charset "UTF-8";

/* home-about */

.home-about {
  position: relative;
  padding-top: 105px;
  padding-bottom: 95px;
}
@media screen and (min-width: 768px) {
  .home-about {
    padding-top: 152px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1050px) {
  .home-about {
    padding-top: 176px;
    padding-bottom: 90px;
  }
}
.home-about::before {
  content: "";
  position: absolute;
  top: -233px;
  left: -271px;
  width: 400px;
  height: 400px;
  box-sizing: border-box;
  border: 35px solid #1C468D;
  border-radius: 400px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .home-about::before {
    top: -441px;
    left: -479px;
    width: 746px;
    height: 746px;
    border: 60px solid #1C468D;
  }
}
@media screen and (min-width: 1050px) {
  .home-about::before {
    top: -438px;
    left: -245px;
    width: 812px;
    height: 812px;
  }
}

.home-about__wrap {
  overflow: hidden;
}
@media screen and (min-width: 1050px) {
  .home-about .container {
    display: flex;
    flex-direction: row-reverse;
    max-width: calc(1130px + 100px* 2);
  }
}

.home-contents-box.home-contents-box--about {
  position: relative;
  width: calc(100% - 100px);
  margin-left: auto;
  padding-bottom: 11px;
}
@media screen and (min-width: 768px) {
  .home-contents-box.home-contents-box--about {
    width: calc(100% - 268px);
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1050px) {
  .home-contents-box.home-contents-box--about {
    width: calc(50% - 65px);
    height: fit-content;
  }
}

.home-about .home-section__deco {
  right: -167px;
}
@media screen and (min-width: 768px) {
  .home-about .home-section__deco {
    right: -162px;
    bottom: -36px;
  }
}
@media screen and (min-width: 1050px) {
  .home-about .home-section__deco {
    right: -199px;
    bottom: -5px;
  }
}
.home-about .home-section__deco__inner {
  font-size: 8rem;
}
@media screen and (min-width: 768px) {
  .home-about .home-section__deco__inner {
    font-size: 12rem;
  }
}
@media screen and (min-width: 1050px) {
  .home-about .home-section__deco__inner {
    font-size: 14rem;
  }
}

.home-about__images {
  position: relative;
  width: 324px;
  height: 285px;
  margin-top: -53px;
  margin-left: -90px;
}
@media screen and (min-width: 768px) {
  .home-about__images {
    width: 477px;
    height: 432px;
    margin-top: -249px;
    margin-left: -135px;
  }
}
@media screen and (min-width: 1050px) {
  .home-about__images {
    width: 644px;
    height: 574px;
    margin-top: 77px;
    margin-left: -175px;
  }
}
.home-about__images__item {
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 3px 3px 20px rgba(22, 30, 47, .2);
}
.home-about__images__item--large {
  top: 0;
  left: 0;
  width: 212px;
  height: 249px;
}
.home-about__images__item--small {
  bottom: 0;
  right: 0;
  width: 143px;
  height: 148px;
}
@media screen and (min-width: 768px) {
  .home-about__images__item--large {
    width: 311px;
    height: 366px;
  }
  .home-about__images__item--small {
    width: 210px;
    height: 217px;
  }
}
@media screen and (min-width: 1050px) {
  .home-about__images__item--large {
    left: auto;
    right: 0;
    width: 400px;
    height: 480px;
  }
  .home-about__images__item--small {
    left: 0;
    right: auto;
    width: 300px;
    height: 310px;
  }
}

.home-about__images__item__inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
@charset "UTF-8";

/* home-products */

.home-products {
  position: relative;
  overflow: hidden;
}

.home-products .container {
  position: relative;
  padding-bottom: 64px;
}
@media screen and (min-width: 768px) {
  .home-products .container {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 1050px) {
  .home-products .container {
    padding-bottom: 156px;
  }
}


.home-products .heading-2.home-heading-2 {
  position: relative;
  z-index: 2;
}
.home-products .slider {
  position: relative;
  margin-top: 52px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .home-products .slider {
    margin-top: 73px;
  }
}
@media screen and (min-width: 1050px) {
  .home-products .slider__list:not(.slick-initialized) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.home-products .slider__list {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.home-products .slick-track {
  display: flex;
}
.home-products .slick-slide {
  height: auto !important;
}

/* スライド：itemの中身 */
.home-products .slick-slide > div {
  height: 100%;
  padding: 20px 20px 31px;
  box-sizing: border-box;
  border-top: 1px solid #C8C9CB;
  border-left: 1px solid #C8C9CB;
  border-bottom: 1px solid #C8C9CB;
}
@media screen and (min-width: 768px) {
  .home-products .slick-slide > div {
    padding-bottom: 47px;
  }
}
@media screen and (min-width: 1050px) {
  .home-products .slider__list__item {
    height: 100%;
    padding: 20px 20px 47px;
    box-sizing: border-box;
    border-top: 1px solid #C8C9CB;
    border-left: 1px solid #C8C9CB;
    border-bottom: 1px solid #C8C9CB;
  }
  .home-products .slider__list__item:nth-child(4) {
    border-right: 1px solid #C8C9CB;
  }
}
.home-products .slider__list__item__card {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .home-products .slider__list__item__card {
  }
}

.home-products .slider__list__item__card__head {
  position: relative;
  aspect-ratio: 30 / 21.3;
  overflow: hidden;
}

.home-products .slider__list__item__card__head__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  transition: transform .3s;
}
@media screen and (min-width: 1050px) {
  .home-products .slider__list__item__card:focus .slider__list__item__card__head__image,
  .home-products .slider__list__item__card:hover .slider__list__item__card__head__image {
    transform: translate(-50%, -50%) scale(0.95);
  }
}

.home-products .slider__list__item__card__head__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}

.home-products .slider__list__item__card__body {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% - 20px);
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 60px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .home-products .slider__list__item__card__body {
    width: calc(100% - 56px);
    margin-top: 32px;
  }
}
@media screen and (min-width: 1050px) {
  .home-products .slider__list__item__card__body {
    
  }
}
.home-products .slider__list__item__card__body__heading {
  position: relative;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  transition: color .3s;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home-products .slider__list__item__card__body__heading {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1050px) {
  .home-products .slider__list__item__card:focus .slider__list__item__card__body__heading,
  .home-products .slider__list__item__card:hover .slider__list__item__card__body__heading {
    color: #1C468D;
  }
}

.slider__list__item__card__body__subtitle {
  margin-top: 2px;
  color: #A5A7AA;
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .03em;
}
@media screen and (min-width: 768px) {
  .slider__list__item__card__body__subtitle {
    margin-top: 6px;
    font-size: 1.5rem;
  }
}

.home-products .link-text__anchor__inner {
  color: #0F0F0F;
}

.home-products .slider__list__item__card__body .link-button__anchor__icon {
  width: 34px;
  height: 34px;
}
.home-products .slider__list__item__card__body .link-button__anchor__icon__inner {
  width: 25px;
  height: 25px;
}

@media screen and (min-width: 1050px) {
  .home-products .slider__list__item__card__anchor:focus .slider__list__item__card__body .link-button__anchor__icon,
  .home-products .slider__list__item__card__anchor:hover .slider__list__item__card__body .link-button__anchor__icon {
    right: -3px;
  }
  .home-products .slider__list__item__card__anchor:focus .slider__list__item__card__body .link-button__anchor__icon,
  .home-products .slider__list__item__card__anchor:hover .slider__list__item__card__body .link-button__anchor__icon {
    width: 40px;
    height: 40px;
  }
}

.home-products .slider__list__item__card__body .link-button__anchor__icon__inner::before,
.home-products .slider__list__item__card__body .link-button__anchor__icon__inner::after {
  width: 10px;
  height: 8px;
}
@media screen and (min-width: 1050px) {
  .home-products .slider__list__item__card__anchor:focus .link-button__anchor__icon__inner::before,
  .home-products .slider__list__item__card__anchor:hover .link-button__anchor__icon__inner::before {
    animation-name: movieToLeft;
    animation-delay: 0s;
  }
  .home-products .slider__list__item__card__anchor:focus .link-button__anchor__icon__inner::after,
  .home-products .slider__list__item__card__anchor:hover .link-button__anchor__icon__inner::after {
    animation-name: movieToRight;
    animation-delay: 0s;
  }
}
@keyframes movieToRight {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(550%, -50%);
  }
}
@keyframes movieToLeft {
  0% {
    transform: translate(-650%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

/* スライダー：ページャー */
.home-products .slider__bar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .home-products .slider__bar-nav {
    margin-top: 36px;
  }
}
@media screen and (min-width: 1050px) {
  .home-products .slider__bar-nav {
    display: none;
  }
}

.home-products .slider__nav {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .home-products .slider__nav {
    width: fit-content;
    margin-top: 0;
    gap: 4px;
  }
}
@media screen and (min-width: 1050px) {
  .home-products .slider__nav {
  }
}
.home-products .slider__nav__prev,
.home-products .slider__nav__next {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.home-products .slider__nav__prev {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .home-products .slider__nav__prev,
  .home-products .slider__nav__next {
    width: 66px;
    height: 66px;
  }
}
.home-products .slider__bar-nav .link-button__anchor__icon {
  width: 42px;
  height: 42px;
  background-color: transparent;
  border: 2px solid #D3D5D6;
  box-sizing: border-box;
}
.home-products .slider__bar-nav .link-button__anchor__icon,
.home-products .slider__bar-nav .link-button__anchor__icon__inner {
  right: auto;
  left: 50%;
  transform: translate(-50%,-50%);
}
.home-products .slider__bar-nav .link-button__anchor__icon__inner {
  width: 30px;
  height: 30px;
}
.home-products .slider__bar-nav .link-button__anchor__icon__inner::before,
.home-products .slider__bar-nav .link-button__anchor__icon__inner::after {
  width: 12px;
  height: 10px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.546%22%20height%3D%227.211%22%20viewBox%3D%220%200%209.546%207.211%22%3E%20%3Cpath%20d%3D%22M-5564.5-2215.394V-2217h-3a.5.5%2C0%2C0%2C1-.5-.5v-2a.5.5%2C0%2C0%2C1%2C.5-.5h3v-1.605a.5.5%2C0%2C0%2C1%2C.762-.425l5.046%2C3.1a.5.5%2C0%2C0%2C1%2C0%2C.851l-5.046%2C3.1a.492.492%2C0%2C0%2C1-.261.075A.5.5%2C0%2C0%2C1-5564.5-2215.394Z%22%20transform%3D%22translate(5568%202222.106)%22%20fill%3D%22%231c468d%22%2F%3E%20%3C%2Fsvg%3E');
}

@media screen and (min-width: 768px) {
  .home-products .slider__bar-nav .link-button__anchor__icon {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 1050px) {
  .home-products .slider__nav__prev:hover .link-button__anchor__icon,
  .home-products .slider__nav__next:hover .link-button__anchor__icon {
    width: 66px;
    height: 66px;
  }
}
@media screen and (min-width: 1050px) {
  .home-products .slider__nav__next:hover .link-button__anchor__icon__inner::before,
  .home-products .slider__nav__prev:hover .link-button__anchor__icon__inner::before {
    animation-name: movieToLeft;
    animation-delay: 0s;
  }
  .home-products .slider__nav__next:hover .link-button__anchor__icon__inner::after,
  .home-products .slider__nav__prev:hover .link-button__anchor__icon__inner::after {
    animation-name: movieToRight;
    animation-delay: 0s;
  }
}

.home-products .slider__bar {
  content: "";
  position: relative;
  width: calc(100% - 110px);
  height: 2px;
  border-bottom: 2px solid #D3D5D6;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .home-products .slider__bar {
    width: calc(100% - 180px);
  }
}
.home-products .slider__bar__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  border-bottom: 2px solid #1C468D;
  z-index: 11;
  transition: .5s width;
}

.home-products .home-section__deco {
  left: 10px;
  transform: none;
  height: fit-content;
  z-index: 1;
}
@media screen and (min-width: 1050px) {
  .home-products .home-section__deco {
    left: -72px;
  }
}
.home-products .home-section__deco__inner {
  color: #0B0B0B;
  opacity: .03;
}
.home-products .slider__list__item__contents {
  display: grid;
  gap: 21px;
  width: calc(100% - 20px);
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 33px;
  border-top: 1px solid #C8C9CB;
}
@media screen and (min-width: 768px) {
  .home-products .slider__list__item__contents {
    width: calc(100% - 57px);
  }
}
.slider__list__item__contents__link-list__item:not(:first-child) {
  margin-top: 19px;
}
@media screen and (min-width: 768px) {
  .slider__list__item__contents__link-list__item:not(:first-child) {
    margin-top: 18px;
  }
}
.home-products .link-text {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .home-products .link-text {
    font-size: 1.5rem;
  }
}
.home-products  .link-text__anchor {
  --icon-margin: 20px;
}

.home-products .link-text__anchor__icon {
  width: 12px;
  height: 10px;
  top: 5px;
  transform: none;
}

.slider__list__item__contents__link-list__item__link-list {
  margin-top: -3px;
  padding-left: 18px;
}
@media screen and (min-width: 768px) {
  .slider__list__item__contents__link-list__item__link-list {
    margin-top: -11px;
    padding-left: 20px;
  }
}
.slider__list__item__contents__link-list__item__link-list__item:not(:first-child) {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .slider__list__item__contents__link-list__item__link-list__item:not(:first-child) {
    margin-top: 5px;
  }
}
.home-products .slider__list__item__contents__link-list__item__link-list__item .link-text {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
   .home-products .slider__list__item__contents__link-list__item__link-list__item .link-text {
    font-size: 1.4rem;
  }
}
.home-products .slider__list__item__contents__link-list__item__link-list__item .link-text__anchor {
  --icon-margin: 13px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
   .home-products .slider__list__item__contents__link-list__item__link-list__item .link-text__anchor {
    --icon-margin: 11px;
  }
}
.home-products .slider__list__item__contents__link-list__item__link-list__item .link-text__anchor__icon {
  width: 7px;
  height: 8px;
  top: 5px;
  transform: none;
}
@charset "UTF-8";

/* home-company */

.home-company {
  position: relative;
  padding-top: 131px;
  padding-bottom: 298px;
  background-color: #1C468D;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home-company {
    padding-top: 203px;
    padding-bottom: 465px;
  }
}
@media screen and (min-width: 1050px) {
  .home-company {
    padding-top: 262px;
    padding-bottom: 90px;
  }
}

.home-company::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 203px);
  background: linear-gradient(0deg, rgba(13, 49, 110, 0) 0, rgba(28, 70, 141, .9) 40%, rgba(28, 70, 141, 1)  100%);
  z-index: 1;
}

.home-company::after {
  content: "";
  display: block;
  position: absolute;
  top: -109px;
  width: 100%;
  height: 153px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  border-bottom-left-radius: 800px 300px;
  border-bottom-right-radius: 800px 300px;
  border-bottom-left-radius: 50% 90%;
  border-bottom-right-radius: 50% 90%;
  background-color: #ffffff;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .home-company::before {
    height: calc(100% - 324px);
  }
  .home-company::after {
    top: -90px;
  }
}
@media screen and (min-width: 1050px) {
  .home-company::before {
    left: auto;
    right: 0;
    width: calc(50% + 225px);
    height: 100%;
    background: linear-gradient(90deg, rgba(13, 49, 110, 0) 0, rgba(28, 70, 141, .9) 40%, rgba(28, 70, 141, 1) 100%);
  }
  .home-company::after {
    top: -101px;
    height: 195px;
  }
}
@media screen and (min-width: 1550px) {
  .home-company::after {
    top: -112px;
    height: 250px;
  }
}

.home-company__images {
  position: absolute;
  left: 0;
  bottom: 73px;
  width: 100vw;
  height: 264px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .home-company__images {
    bottom: 119px;
    height: 428px;
  }
}
@media screen and (min-width: 1050px) {
  .home-company__images {
    width: 100%;
    top: 0;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(1050px + 100px* 2);
    height: 100%;
    padding-right: 100px;
    padding-left: 100px;
    box-sizing: border-box;
  }
}

.home-company__images__list {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  position: absolute;
}
.home-company__images__list--first {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-company__images__list--second {
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}

@media screen and (min-width: 768px) {
  .home-company__images__list {
    gap: 28px;
  }
}
@media screen and (min-width: 1050px) {
  .home-company__images__list {
    flex-direction: column;
  }
  .home-company__images__list--first {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .home-company__images__list--second {
    bottom: 50%;
    left: 400px;
    right: auto;
    transform: translateY(50%);
  }
}

.home-company__images__list__item {
  flex-shrink: 0;
  width: 158px;
  height: 118px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .home-company__images__list__item {
    width: 261px;
    height: 194px;
  }
}
@media screen and (min-width: 1050px) {
  .home-company__images__list__item {
    width: 350px;
    height: 260px;
  }
}

.home-contents-box.home-contents-box--company {
  position: relative;
  width: calc(100% - 35px);
  margin-left: 10px;
  margin-right: auto;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home-contents-box.home-contents-box--company {
    width: calc(100% - 66px);
    margin-left: 0;
  }
}
@media screen and (min-width: 1050px) {
  .home-contents-box.home-contents-box--company {
    width: calc(50% - 78px);
    height: fit-content;
    margin-left: auto;
    margin-right: 33px;
  }
}

.home-company .home-contents-box_text {
  margin-top: 41px;
}
@media screen and (min-width: 768px) {
  .home-company .home-contents-box_text {
    margin-top: 59px;
  }
}
@media screen and (min-width: 1050px) {
  .home-company .home-contents-box_text {
    margin-bottom: 57px;
  }
}

.home-company .home-contents-box .link-button {
  margin-right: -13px;
}
@media screen and (min-width: 768px) {
  .home-company .home-contents-box .link-button {
    margin-right: -65px;
  }
}
@media screen and (min-width: 1050px) {
  .home-company .home-contents-box .link-button {
    margin-right: 0;
  }
}

.home-company .home-section__deco {
  top: -15px;
  bottom: auto;
  left: -28px;
}
@media screen and (min-width: 768px) {
  .home-company .home-section__deco {
    top: -26px;
    left: -33px;
  }
}
@media screen and (min-width: 1050px) {
  .home-company .home-section__deco {
    top: -36px;
    left: -74px;
  }
}
.home-company .home-section__deco__inner {
  color: #ffffff;
  opacity: .05;
}
@charset "UTF-8";

/* home-sustainability */

.home-sustainability {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
}
.home-sustainability::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  border-top-left-radius: 800px 300px;
  border-top-right-radius: 800px 300px;
  background-color: #F2F3F4;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .home-sustainability {
    padding-top: 167px;
  }
  .home-sustainability::before {
    border-top-left-radius: 980px 278px;
    border-top-right-radius: 980px 278px;
  }
}
@media screen and (min-width: 1050px) {
  .home-sustainability {
    padding-top: 191px;
  }
  .home-sustainability::before {
    border-top-left-radius: 1030px 245px;
    border-top-right-radius: 1030px 245px;
  }
}

.home-sustainability .container {
  position: relative;
  padding-bottom: 80px;
  background-color: #F2F3F4;
}
@media screen and (min-width: 768px) {
  .home-sustainability .container {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 1050px) {
  .home-sustainability .container {
    padding-bottom: 150px;
  }
}


.home-sustainability .heading-2.home-heading-2 {
  position: relative;
  z-index: 2;
}
.home-sustainability .slider {
  position: relative;
  margin-top: 63px;
}
@media screen and (min-width: 768px) {
  .home-sustainability .slider {
    margin-top: 73px;
  }
}
@media screen and (min-width: 1050px) {
  .home-sustainability .slider {
    margin-top: 68px;
  }
}
.home-sustainability .slider__list:not(.slick-initialized) {
  display: none;
}
.home-sustainability .slider__list {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.home-sustainability .slick-track {
  display: flex;
}
.home-sustainability .slick-slide {
  height: auto !important;
}

/* スライド：itemの中身 */
.home-sustainability .slick-slide > div,
.home-sustainability .slider__list__item {
  height: 100%;
}

.home-sustainability .slider__list__item__card {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 20px 28px;
  box-sizing: border-box;
  border-top: 1px solid #C8C9CB;
  border-left: 1px solid #C8C9CB;
  border-bottom: 1px solid #C8C9CB;
}
@media screen and (min-width: 768px) {
  .home-sustainability .slider__list__item__card {
    padding-bottom: 36px;
  }
}

.home-sustainability .slider__list__item__card__head {
  position: relative;
  aspect-ratio: 30 / 30;
  overflow: hidden;
}

.home-sustainability .slider__list__item__card__head__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  transition: transform .3s;
}
@media screen and (min-width: 1050px) {
  .home-sustainability .slider__list__item__card:focus .slider__list__item__card__head__image,
  .home-sustainability .slider__list__item__card:hover .slider__list__item__card__head__image {
    transform: translate(-50%, -50%) scale(0.95);
  }
}

.home-sustainability .slider__list__item__card__head__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s;
}

.home-sustainability .slider__list__item__card__body {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% - 20px);
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 60px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .home-sustainability .slider__list__item__card__body {
    width: calc(100% - 26px);
    margin-top: 38px;
  }
}
@media screen and (min-width: 1050px) {
  .home-sustainability .slider__list__item__card__body {
    
  }
}
.home-sustainability .slider__list__item__card__body__heading {
  position: relative;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.5;
  transition: color .3s;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home-sustainability .slider__list__item__card__body__heading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1050px) {
  .home-sustainability .slider__list__item__card:focus .slider__list__item__card__body__heading,
  .home-sustainability .slider__list__item__card:hover .slider__list__item__card__body__heading {
    color: #1C468D;
  }
}

.slider__list__item__card__body__subtitle {
  margin-top: 2px;
  margin-left: 2px;
  color: #A5A7AA;
  font-family: 'Figtree', sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .03em;
}
@media screen and (min-width: 768px) {
  .slider__list__item__card__body__subtitle {
    margin-top: 6px;
    font-size: 1.5rem;
  }
}
.slider__list__item__card__body__subtitle__num {
  margin-right: 6px;
}

.home-sustainability .slider__list__item__card__body .link-button__anchor__icon {
  width: 44px;
  height: 44px;
}
.home-sustainability .slider__list__item__card__body .link-button__anchor__icon__inner {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .home-sustainability .slider__list__item__card__body .link-button__anchor__icon {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1050px) {
  .home-sustainability .slider__list__item__card:focus .slider__list__item__card__body .link-button__anchor__icon,
  .home-sustainability .slider__list__item__card:hover .slider__list__item__card__body .link-button__anchor__icon {
    right: -3px;
  }
  .home-sustainability .slider__list__item__card:focus .slider__list__item__card__body .link-button__anchor__icon,
  .home-sustainability .slider__list__item__card:hover .slider__list__item__card__body .link-button__anchor__icon {
    width: 56px;
    height: 56px;
  }
}

.home-sustainability .slider__list__item__card__body .link-button__anchor__icon__inner::before,
.home-sustainability .slider__list__item__card__body .link-button__anchor__icon__inner::after {
  width: 10px;
  height: 8px;
}
@media screen and (min-width: 1050px) {
  .home-sustainability .slider__list__item__card:focus .link-button__anchor__icon__inner::before,
  .home-sustainability .slider__list__item__card:hover .link-button__anchor__icon__inner::before {
    animation-name: movieToLeft;
    animation-delay: 0s;
  }
  .home-sustainability .slider__list__item__card:focus .link-button__anchor__icon__inner::after,
  .home-sustainability .slider__list__item__card:hover .link-button__anchor__icon__inner::after {
    animation-name: movieToRight;
    animation-delay: 0s;
  }
}
@keyframes movieToRight {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(550%, -50%);
  }
}
@keyframes movieToLeft {
  0% {
    transform: translate(-650%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

/* スライダー：ページャー */
.home-sustainability .slider__bar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .home-sustainability .slider__bar-nav {
    margin-top: 36px;
  }
}

.home-sustainability .slider__nav {
  display: flex;
  justify-content: flex-end;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .home-sustainability .slider__nav {
    width: fit-content;
    margin-top: 0;
    gap: 4px;
  }
}
@media screen and (min-width: 1050px) {
  .home-sustainability .slider__nav {
  }
}
.home-sustainability .slider__nav__prev,
.home-sustainability .slider__nav__next {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.home-sustainability .slider__nav__prev {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .home-sustainability .slider__nav__prev,
  .home-sustainability .slider__nav__next {
    width: 66px;
    height: 66px;
  }
}
.home-sustainability .slider__bar-nav .link-button__anchor__icon {
  width: 42px;
  height: 42px;
  background-color: transparent;
  border: 2px solid #D3D5D6;
  box-sizing: border-box;
}
.home-sustainability .slider__bar-nav .link-button__anchor__icon,
.home-sustainability .slider__bar-nav .link-button__anchor__icon__inner {
  right: auto;
  left: 50%;
  transform: translate(-50%,-50%); 
}
.home-sustainability .slider__bar-nav .link-button__anchor__icon__inner {
  width: 30px;
  height: 30px;
}
.home-sustainability .slider__bar-nav .link-button__anchor__icon__inner::before,
.home-sustainability .slider__bar-nav .link-button__anchor__icon__inner::after {
  width: 12px;
  height: 10px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.546%22%20height%3D%227.211%22%20viewBox%3D%220%200%209.546%207.211%22%3E%20%3Cpath%20d%3D%22M-5564.5-2215.394V-2217h-3a.5.5%2C0%2C0%2C1-.5-.5v-2a.5.5%2C0%2C0%2C1%2C.5-.5h3v-1.605a.5.5%2C0%2C0%2C1%2C.762-.425l5.046%2C3.1a.5.5%2C0%2C0%2C1%2C0%2C.851l-5.046%2C3.1a.492.492%2C0%2C0%2C1-.261.075A.5.5%2C0%2C0%2C1-5564.5-2215.394Z%22%20transform%3D%22translate(5568%202222.106)%22%20fill%3D%22%231c468d%22%2F%3E%20%3C%2Fsvg%3E');
}

@media screen and (min-width: 768px) {
  .home-sustainability .slider__bar-nav .link-button__anchor__icon {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 1050px) {
  .home-sustainability .slider__nav__prev:hover .link-button__anchor__icon,
  .home-sustainability .slider__nav__next:hover .link-button__anchor__icon{
    width: 66px;
    height: 66px;
  }
}
@media screen and (min-width: 1050px) {
  .home-sustainability .slider__nav__next:hover .link-button__anchor__icon__inner::before,
  .home-sustainability .slider__nav__prev:hover .link-button__anchor__icon__inner::before {
    animation-name: movieToLeft;
    animation-delay: 0s;
  }
  .home-sustainability .slider__nav__next:hover .link-button__anchor__icon__inner::after,
  .home-sustainability .slider__nav__prev:hover .link-button__anchor__icon__inner::after {
    animation-name: movieToRight;
    animation-delay: 0s;
  }
}

.home-sustainability .slider__bar {
  content: "";
  position: relative;
  width: calc(100% - 110px);
  height: 2px;
  border-bottom: 2px solid #D3D5D6;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .home-sustainability .slider__bar {
    width: calc(100% - 180px);
  }
}
.home-sustainability .slider__bar__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  border-bottom: 2px solid #1C468D;
  z-index: 11;
  transition: .5s width;
}

.home-sustainability .home-section__deco {
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  height: fit-content;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .home-sustainability .home-section__deco {
    top: -25px;
  }
}
.home-sustainability .home-section__deco__inner {
  color: #ffffff;
  opacity: .6;
}
@media screen and (min-width: 768px) {
  .home-sustainability .home-section__deco__inner {
    font-size: 11rem;
  }
}
@media screen and (min-width: 1050px) {
  .home-sustainability .home-section__deco__inner {
    font-size: 14rem;
  }
}
@charset "UTF-8";

/* home-ma */

.home-ma {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.home-ma::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #F2F3F4;
}
.home-ma .bg-on-text {
  overflow: hidden;
  z-index: 1;
}
.home-ma .bg-on-text,
.home-ma .bg-on-text::before {
  border-radius: 15px;
}
.home-ma .bg-on-text::before {
  background: linear-gradient(90deg, rgba(16, 36, 78, .3) 0, rgba(16, 36, 78, .2) 60%, transparent 100%);
}
@media screen and (min-width: 768px) {
  .home-ma .bg-on-text,
  .home-ma .bg-on-text::before {
    border-radius: 20px;
  }
}

@media screen and (min-width:1050px) {
  .home-ma .container {
    max-width: calc(1350px + 100px* 2);
    padding-right: 50px;
    padding-left: 50px;
  }
}

.home-ma__back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.05);
  width: 100%;
  height: 100%;
  transition: 3s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width:1050px) {
  .bl-hot:hover .home-ma__back {
    transform: translate(-50%, -50%);
  }
}

.home-ma .bg-on-text__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 57px;
  padding-bottom: 29px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .home-ma .bg-on-text__container {
    padding-top: 72px;
    padding-bottom: 50px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (min-width:1050px) {
  .home-ma .bg-on-text__container {
    max-width: 1190px;
    box-sizing: border-box;
    padding-top: 82px;
    padding-bottom: 28px;
    padding-left: 90px;
    padding-right: 30px;
  }
}

.home-ma .home-heading-2__large-deco {
  top: calc(50% - 4px);
  left: -17px;
  transform: translateY(-50%);
  opacity: .15;
}
@media screen and (min-width: 768px) {
  .home-ma .home-heading-2__large-deco {
    top: calc(50% - 3px);
    left: -26px;
  }
}
@media screen and (min-width: 1050px) {
  .home-ma .home-heading-2__large-deco {
    top: calc(50% - 9px);
  }
}

.home-ma__contents {
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .home-ma__contents {
    margin-top: 54px;
  }
}
@media screen and (min-width: 1050px) {
  .home-ma__contents {
    margin-top: 52px;
  }
}
.home-ma .home-contents-box .link-button,
.home-ma .home-contents-box .link-button:not(:first-child) {
  margin-top: 51px;
}
@media screen and (min-width: 768px) {
  .home-ma .home-contents-box .link-button,
  .home-ma .home-contents-box .link-button:not(:first-child) {
    margin-top: 50px;
  }
}
@media screen and (min-width:1050px) {
  .home-ma .home-contents-box .link-button,
  .home-ma .home-contents-box .link-button:not(:first-child) {
    max-width: 360px;
    margin-top: 0;
  }
}

@media screen and (min-width:1050px) {
  .home-ma__contents {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .home-ma__contents__text {
    width: calc(100% - 75px);
  }
}
@media screen and (min-width:1050px) {
  .home-ma__contents__text {
    flex-shrink: 0;
    width: calc(100% - 365px);
  }
}

.home-ma .home-section__deco {
  top: -20px;
  left: -18px;
}
@media screen and (min-width: 768px) {
  .home-ma .home-section__deco {
    top: -26px;
    left: -27px;
  }
}
@media screen and (min-width: 1050px) {
  .home-ma .home-section__deco {
    top: -36px;
  }
}
.home-ma .home-section__deco__inner {
  color: #ffffff;
  opacity: .25;
}
@charset "UTF-8";

/* home-recruit */

.home-recruit {
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .home-recruit {
    padding-top: 160px;
    padding-bottom: 117px;
  }
}
@media screen and (min-width: 1050px) {
  .home-recruit {
    padding-top: 150px;
    padding-bottom: 112px;
  }
}

.home-recruit::before {
  content: "";
  position: absolute;
  top: -210px;
  left: -295px;
  width: 400px;
  height: 400px;
  box-sizing: border-box;
  border: 35px solid #1C468D;
  border-radius: 400px;
}
@media screen and (min-width: 768px) {
  .home-recruit::before {
    top: -255px;
    left: -458px;
    width: 707px;
    height: 707px;
    border: 60px solid #1C468D;
  }
}
@media screen and (min-width: 1050px) {
  .home-recruit::before {
    top: -277px;
    left: -278px;
    width: 855px;
    height: 855px;
    border-radius: 500px;
  }
}

.home-recruit__wrap {
  overflow: hidden;
}
@media screen and (min-width: 1050px) {
  .home-recruit__wrap {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1050px) {
  .home-recruit .container {
    display: flex;
    flex-direction: row-reverse;
  }
}

.home-contents-box.home-contents-box--recruit {
  position: relative;
  width: calc(100% - 105px);
  margin-left: auto;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .home-contents-box.home-contents-box--recruit {
    width: calc(100% - 318px);
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1050px) {
  .home-contents-box.home-contents-box--recruit {
    width: calc(50% - 95px);
    height: fit-content;
    padding-bottom: 15px;
  }
}

.home-recruit__images {
  position: relative;
  width: 322px;
  height: 347px;
  margin-top: 10px;
  margin-left: -46px;
}
@media screen and (min-width: 768px) {
  .home-recruit__images {
    width: 354px;
    height: 420px;
    margin-top: -386px;
    margin-left: -90px;
  }
}
@media screen and (min-width: 1050px) {
  .home-recruit__images {
    width: 545px;
    height: 588px;
    margin-top: -51px;
    margin-left: -20px;
  }
}
.home-recruit__images__item {
  position: absolute;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 3px 3px 20px rgba(22, 30, 47, .2);
}
.home-recruit__images__item--large {
  top: 0;
  left: 0;
  width: 264px;
  height: 299px;
}
.home-recruit__images__item--small {
  bottom: 0;
  right: 0;
  width: 150px;
  height: 162px;
}
@media screen and (min-width: 768px) {
  .home-recruit__images__item--large {
    width: 291px;
    height: 329px;
  }
  .home-recruit__images__item--small {
    width: 165px;
    height: 178px;
  }
}
@media screen and (min-width: 1050px) {
  .home-recruit__images__item--large {
    width: 460px;
    height: 520px;
  }
  .home-recruit__images__item--small {
    width: 260px;
    height: 280px;
  }
}

.home-recruit__images__item__inner {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}

.home-recruit .home-contents-box_text {
  margin-top: 43px;
}
@media screen and (min-width: 768px) {
  .home-recruit .home-contents-box_text {
    margin-top: 66px;
  }
}
@media screen and (min-width: 1050px) {
  .home-recruit .home-contents-box_text {
    margin-top: 62px;
  }
}

.home-recruit .home-section__deco {
  left: -43px;
}
@media screen and (min-width: 768px) {
  .home-recruit .home-section__deco {
    left: -25px;
    bottom: -51px;
  }
}
@media screen and (min-width: 1050px) {
  .home-recruit .home-section__deco {
    left: -108px;
    bottom: 5px;
  }
}
@charset "UTF-8";

/* strength-value */

.section-strength-value {
  position: relative;
  margin-top: 56px;
  margin-bottom: 38px;
}
@media screen and (min-width: 768px) {
  .section-strength-value {
    margin-top: 75px;
    margin-bottom: 61px;
  }
}
@media screen and (min-width: 1050px) {
  .section-strength-value {
    margin-bottom: 55px;
  }
}
.section-strength-value::before {
  content: "";
  position: absolute;
  top: -348px;
  left: -286px;
  width: 400px;
  height: 400px;
  box-sizing: border-box;
  border: 35px solid #1C468D;
  border-radius: 400px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .section-strength-value::before {
    top: -548px;
    left: -382px;
    width: 640px;
    height: 640px;
    border: 60px solid #1C468D;
  }
}
@media screen and (min-width: 1050px) {
  .section-strength-value::before {
    top: -668px;
    left: -467px;
    width: 812px;
    height: 812px;
  }
}

.strength-content .strength-value__title-box {
  position: relative;
  padding-top: 39px;
  margin-bottom: 38px;
}
.strength-content .strength-value__title-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 179.5px;
  height: 142.5px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22361.206%22%20height%3D%22286.694%22%20viewBox%3D%220%200%20361.206%20286.694%22%3E%20%3Cpath%20d%3D%22M352.181%2C103.62H321.5C303.882%2C43.771%2C247.476%2C0%2C180.606%2C0S57.33%2C43.771%2C39.709%2C103.62H9.031A8.93%2C8.93%2C0%2C0%2C0%2C0%2C112.446v61.8a8.928%2C8.928%2C0%2C0%2C0%2C9.031%2C8.832H39.709c17.615%2C59.848%2C74.027%2C103.62%2C140.9%2C103.62s123.276-43.771%2C140.9-103.62h30.678a8.926%2C8.926%2C0%2C0%2C0%2C9.025-8.832v-61.8a8.929%2C8.929%2C0%2C0%2C0-9.025-8.826M180.606%2C22.4c54.08%2C0%2C100.047%2C33.94%2C116.862%2C81.222H63.744C80.559%2C56.338%2C126.52%2C22.4%2C180.606%2C22.4m0%2C241.9c-54.086%2C0-100.053-33.94-116.862-81.222H297.468C280.653%2C230.357%2C234.686%2C264.3%2C180.606%2C264.3%22%20fill%3D%22%231c468d%22%20opacity%3D%220.04%22%2F%3E%3C%2Fsvg%3E');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .strength-content .strength-value__title-box {
    padding-top: 78px;
    margin-bottom: 67px;
  }
  .strength-content .strength-value__title-box::before {
    width: 291px;
    height: 231px;
  }
}
@media screen and (min-width: 1050px) {
  .strength-content .strength-value__title-box {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 93px;
  }
  .strength-content .strength-value__title-box::before {
    width: 361px;
    height: 287px;
  }
}

.strength-content .strength-value__title-box .heading-2__deco {
  margin-bottom: 6px;
  font-size: 1.4rem;
  font-weight: 800;
  letter-spacing: .04em;
}
@media screen and (min-width: 768px) {
  .strength-content .strength-value__title-box .heading-2__deco {
    margin-bottom: 0;
    font-size: 2.2rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 1050px) {
  .strength-content .strength-value__title-box .heading-2__deco {
    font-size: 2.4rem;
  }
}
.strength-content .strength-value__title-box .heading-2__deco__inner {
  padding-top: 0;
}
.strength-content .strength-value__title-box .heading-2__deco__inner::before {
  content: none;
}

.strength-content .strength-value__title-box .heading-2 {
  margin-bottom: 32px;
  font-size: 2.2rem;
}
.strength-content .strength-value__title-box .heading-2 .heading-2__inner__large {
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .strength-content .strength-value__title-box .heading-2 {
    margin-bottom: 43px;
    font-size: 3.4rem;
  }
  .strength-content .strength-value__title-box .heading-2 .heading-2__inner__large {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 1050px) {
  .strength-content .strength-value__title-box .heading-2 {
    font-size: 3.6rem;
  }
  .strength-content .strength-value__title-box .heading-2 .heading-2__inner__large {
    font-size: 4.6rem;
  }
}

.strength-value__movie {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 1050px) {
  .strength-value__movie {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
}
.strength-value__movie__wrap {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .strength-value__movie__wrap {
    border-radius: 10px;
  }
}
.strength-value__movie__data {
  width: 100%;
}
.strength-value__movie__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22,30,47,.4);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .strength-value__movie__button {
    border-radius: 10px;
  }
}
.strength-value__movie__wrap.is-play .strength-value__movie__button {
  opacity: 0;
  visibility: hidden;
}
.strength-value__movie__button__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
}
@media screen and (min-width: 768px) {
  .strength-value__movie__button__icon {
    width: 50px;
    height: 50px;
  }
}

.strength-value__data {
  margin-top: 27px;
}
@media screen and (min-width: 768px) {
  .strength-value__data {
    margin-top: 43px;
  }
}
@media screen and (min-width: 1050px) {
  .strength-value__data {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
}
@charset "UTF-8";

/* strength-products */

.section-strength-products {
  position: relative;
  padding-top: 112px;
  padding-bottom: 70px;
  background-color: #1C468D;
  overflow: hidden;
  counter-reset: number_deco;
}
@media screen and (min-width: 768px) {
  .section-strength-products {
    padding-top: 165px;
    padding-bottom: 110px;
  }
}
@media screen and (min-width: 1050px) {
  .section-strength-products {
    padding-top: 220px;
    padding-bottom: 120px;
  }
}
.section-strength-products::before {
  content: "";
  position: absolute;
  right: -453px;
  bottom: -160px;
  width: 666px;
  height: 666px;
  box-sizing: border-box;
  border: 35px solid #ffffff;
  border-radius: 450px;
  opacity: .2;
}
.section-strength-products::after {
  content: "";
  display: block;
  position: absolute;
  top: -109px;
  width: 100%;
  height: 153px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  border-bottom-left-radius: 800px 300px;
  border-bottom-right-radius: 800px 300px;
  border-bottom-left-radius: 50% 90%;
  border-bottom-right-radius: 50% 90%;
  background-color: #ffffff;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .section-strength-products::before {
    right: -483px;
    bottom: -68px;
    width: 868px;
    height: 868px;
    border: 60px solid #ffffff;
  }
  .section-strength-products::after {
    top: -90px;
  }
}
@media screen and (min-width: 1050px) {
  .section-strength-products::before {
    right: -220px;
    bottom: -137px;
    width: 870px;
    height: 870px;
  }
  .section-strength-products::after {
    top: -101px;
    height: 195px;
  }
}
@media screen and (min-width: 1550px) {
  .section-strength-products::after {
    top: -112px;
    height: 250px;
  }
}

@media screen and (min-width: 1050px) {
  .section-strength-products .container {
    max-width: calc(1150px + 50px* 2);
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (min-width: 1050px) {
  .strength-products__title-box {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
}

.strength-content .heading-2 {
  margin-bottom: 37px;
  font-size: 2.4rem;
}
.strength-content .slideimg .heading-2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .strength-content .heading-2 {
    margin-bottom: 57px;
    font-size: 3.7rem;
  }
}
@media screen and (min-width: 1050px) {
  .strength-content .heading-2 {
    font-size: 4rem;
  }
  .strength-content .slideimg .heading-2 {
    margin-top: -20px;
    margin-bottom: 27px;
  }
}
.strength-content .heading-2__deco {
  margin-bottom: 4px;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .strength-content .heading-2__deco {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1050px) {
  .strength-content .heading-2__deco {
    font-size: 1.8rem;
  }
}
.strength-content .heading-2__deco__inner {
  padding-top: 22px;
  padding-left: 0;
}
.strength-content .heading-2__deco__inner::before {
  width: 14.5px;
  height: 11.5px;
  text-align: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .strength-content .heading-2__deco__inner {
    padding-top: 26px;
  }
   .strength-content .heading-2__deco__inner::before {
    width: 15px;
    height: 12px;
  }
}
@media screen and (min-width: 1050px) {
  .strength-content .heading-2__deco__inner {
    padding-top: 35px;
  }
   .strength-content .heading-2__deco__inner::before {
    width: 23.5px;
    height: 18.5px;
  }
}


.section-strength-products .slideimg-wrap {
  margin-top: 53px;
  counter-reset: number;
}
@media screen and (min-width: 768px) {
  .section-strength-products .slideimg-wrap {
    margin-top: 70px;
  }
}

.section-strength-products .slideimg {
  padding: 39px 30px 40px;
  background-color: #ffffff;
  border-radius: 10px;
}
.section-strength-products .slideimg:not(first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .section-strength-products .slideimg {
    padding: 64px 50px 50px;
  }
  .section-strength-products .slideimg:not(first-child) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1050px) {
  .section-strength-products .slideimg {
    padding: 50px 75px;
  }
}

.section-strength-products .slideimg .columns .columns__column:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section-strength-products .slideimg .columns .columns__column:not(:first-child) {
    margin-top: 33px;
  }
}
@media screen and (min-width: 1050px) {
  .section-strength-products .slideimg .columns .columns__column:not(:first-child) {
    margin-top: 0;
  }
  .section-strength-products .columns--two > .columns__column {
    width: auto;
  }
  .section-strength-products .columns__column.column--main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 54.75%;
    padding-right: 37px;
  }
  .section-strength-products .slideimg:nth-child(even) .columns__column.column--main {
    padding-left: 37px;
    padding-right: 25px;
  }
  .section-strength-products .columns__column.column--slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45.25%;
  }
}

.section-strength-products .heading-2.heading-2--point .heading-2--point__decolation {
  position: relative;
  margin-top: 0;
  padding-top: 18px;
  font-size: 3.5rem;
  letter-spacing: .03em;
}
.section-strength-products .slideimg:nth-child(odd) .heading-2.heading-2--point .heading-2--point__decolation,
.section-strength-products .slideimg:nth-child(even) .heading-2.heading-2--point .heading-2--point__decolation {
  color: #1C468D;
}
@media screen and (min-width: 768px) {
  .section-strength-products .heading-2.heading-2--point .heading-2--point__decolation {
    padding-top: 30px;
    font-size: 5rem;
  }
}
@media screen and (min-width: 1050px) {
  .section-strength-products .heading-2.heading-2--point .heading-2--point__decolation {
    padding-top: 20px;
  }
}

.section-strength-products .heading-2.heading-2--point .heading-2--point__decolation__back {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  overflow-wrap: break-word;
  counter-increment: number_deco;
  font-family: 'Figtree', sans-serif;
  font-size: 5rem;
  font-weight: 800;
  line-height: 0.9;
  letter-spacing: .05em;
}
.section-strength-products .slideimg:nth-child(odd) .heading-2.heading-2--point .heading-2--point__decolation__back,
.section-strength-products .slideimg:nth-child(even) .heading-2.heading-2--point .heading-2--point__decolation__back {
  color: #1C468D;
  opacity: .03;
}
@media screen and (min-width: 768px) {
  .section-strength-products .heading-2.heading-2--point .heading-2--point__decolation__back {
    font-size: 8rem;
  }
}

.section-strength-products .heading-2.heading-2--point .heading-2--point__decolation__back:after {
  content: counter(number_deco, decimal-leading-zero);
}

.section-strength-products .heading-3__inner {
  margin-top: 14px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .section-strength-products .heading-3__inner {
    margin-top: 23px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1050px) {
  .section-strength-products .heading-3__inner {
    margin-top: 15px;
  }
}

.section-strength-products .slideimg .columns .column--slider .column--slider__text {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .section-strength-products .slideimg .columns .column--slider .column--slider__text {
    margin-top: 38px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.section-strength-products .slideimg .slick-prev {
  left: 10px;
}
.section-strength-products .slideimg .slick-next {
  left: 43px;
}
@media screen and (min-width: 768px) {
  .section-strength-products .slideimg .slick-prev {
    left: 15px;
}
  .section-strength-products .slideimg .slick-next {
    left: 60px;
  }
}
@media screen and (min-width: 1050px) {
  .section-strength-products .slideimg .slick-prev {
    left: 0;
}
  .section-strength-products .slideimg .slick-next {
    left: 45px;
  }
}

.section-strength-products .slideimg .slick-dots {
  width: fit-content;
  right: 3px;
}
.section-strength-products .slideimg .slick-dots li {
  margin: 0 6.5px;
}
@media screen and (min-width: 768px) {
  .section-strength-products .slideimg .slick-dots {
    right: 5px;
  }
  .section-strength-products .slideimg .slick-dots li {
    margin: 0 9px;
  }
}
@media screen and (min-width: 1050px) {
  .section-strength-products .slideimg .slick-dots {
    right: -10px;
  }
}
@charset "UTF-8";

/* strength-initiatives */

.section-strength-initiatives {
  margin-top: 70px;
  margin-bottom: 93px;
}
@media screen and (min-width: 768px) {
  .section-strength-initiatives {
    margin-top: 110px;
    margin-bottom: 153px;
  }
}
@media screen and (min-width: 1050px) {
  .section-strength-initiatives {
    margin-top: 120px;
  }
}

.strength-initiatives__title-box {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .strength-initiatives__title-box {
    margin-bottom: 70px;
  }
}

.strength-initiatives__columns {
  display: grid;
  border: 1px solid #C8C9CB;
}
@media screen and (min-width: 1050px) {
  .strength-initiatives__columns {
    grid-template-columns: 1fr 1fr;
  }
}

.strength-initiatives__columns__column {
  padding: 20px 20px 33px;
}
.strength-initiatives__columns__column:first-child {
  border-bottom: 1px solid #C8C9CB;
}
@media screen and (min-width: 768px) {
  .strength-initiatives__columns__column {
    padding: 50px 50px 53px;
  }
}
@media screen and (min-width: 1050px) {
  .strength-initiatives__columns__column:first-child {
    border-right: 1px solid #C8C9CB;
    border-bottom: none;
  }
}

.strength-initiatives__columns__column .figure img {
  width: 100%;
  max-width: none;
  border-radius: 10px;
}

.strength-initiatives__columns__column .heading-3 {
  margin-top: 32px;
  margin-bottom: 29px;
  padding-left: 10px;
  padding-right: 9px;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .strength-initiatives__columns__column .heading-3 {
    margin-top: 42px;
    margin-bottom: 35px;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 2.6rem;
  }
}

.strength-initiatives__columns__column .paragraph {
  padding-left: 10px;
  padding-right: 9px;
}
@media screen and (min-width: 768px) {
  .strength-initiatives__columns__column .paragraph {
    padding-left: 13px;
    padding-right: 13px;
  }
}