@charset "UTF-8";
/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/************************************************************
*  Global
*  汎用的な関数や変数を格納する
*************************************************************/
/************************************************************
*  Global
*  Mixinを定義
*************************************************************/
/************************************************************
*  Foundation
*  baseのスタイルを定義。HTMLタグに対してスタイルをかける
*************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/*
#overview
カラーパレット

本サイトで使用するカラーコード一覧です。
*/
/*
#colors

@$mainWhiteBlue #f5f6fc
@$mainLightBlue #d5dffe
@$mainBlue #859be3
@$mainDarkBlue #5268b1

@$accentRed #ff4b4b

@$txtBlack #000
@$txtBlack2 #333333

@$borderGray #cccccc
*/
/************************************************************
*  Global
*  Mixinを定義
*************************************************************/
/************************************************************
*  Global
*  関数を定義
*************************************************************/
/************************************************************
*  Foundation
*  リセットcssやHTMLタグにかけるスタイル。ベースのスタイル
*************************************************************/
/************************************************************
*  Foundation
*  リセットcss
*************************************************************/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
html {
  font-size: 62.5%;
}

body {
  font-size: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: 游ゴシック medium, yu gothic medium, 游ゴシック, yu gothic, メイリオ, meiryo, ヒラギノ角ゴ pro, hiragino kaku gothic pro, sans-serif;
  color: #333;
  position: relative;
  z-index: 10;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

img {
  max-width: 100%;
  height: auto;
  position: relative;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
.sa {
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.sa--fd {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.sa--lr {
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}

.sa--rl {
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
}

.sa--down {
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.sa--scaleDown {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.sa--rotateL {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*********************************************************************************
*  Layout
*  フレーム部分のスタイル(width,height,margin,padding) ☓font-size,color
**********************************************************************************/
/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*********************************************************************************
*  Layout
*  Headerを定義
**********************************************************************************/
.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-flex--jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.l-flex--jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-flex--aic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-flex--ais {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.l-flex--col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*********************************************************************************
*  Layout
*  Mainを定義
**********************************************************************************/
.l-main {
  width: min(2000px, 100%);
  margin: 0 auto 0;
  margin: initial auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-main.--group {
  padding-left: 22.5vw;
  margin-left: 0;
  margin-left: initial;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*********************************************************************************
*  Layout
*  headerを定義
**********************************************************************************/
.l-header {
  width: min(1100px, 100%);
  margin: 0 auto;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*********************************************************************************
*  Layout
*  innerを定義
**********************************************************************************/
.l-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.l-inner--pdnone-small {
  width: min(900px, 100%);
  margin: 0 auto;
}

.l-inner.--rAuto {
  margin-left: 0;
  margin-left: initial;
}

/************************************************************
*  Scope
*  全ページ共通の要素にかけるcssを定義(header,footer等)
*************************************************************/
/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/************************************************************
*  Scope
*  Headerを定義
*************************************************************/
.s-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  transition: 0.3s;
}

.s-header.is-fadeIn {
  -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, .16);
  box-shadow: 5px 0px 10px rgba(0, 0, 0, .16);
}

.s-header__headTitle {
  color: #88a2be;
  font-size: 12px;
  margin-bottom: 5px;
}

.s-header__headTitle.--en {
  font-family: "Oswald", sans-serif;
}

.s-header__logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.s-header__btn {
  background: -webkit-gradient(linear, left top, right top, from(#6ebdf7), to(#ee70b7));
  background: linear-gradient(to right, #6ebdf7 0%, #ee70b7 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 6px 15px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.s-header__btn:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.95" /><feFuncG type="linear" slope="0.95" /><feFuncB type="linear" slope="0.95" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}

.s-header__btn__sub {
  font-weight: bold;
  font-size: 10px;
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 8px;
  padding: 0 15px;
}

.s-header__btn__main {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

.s-header__inlineBlock {
  display: inline-block;
  min-width: 70px;
  font-size: 12px;
  letter-spacing: -0.05em;
  color: #88a2be;
  border: 1px solid #88a2be;
  text-align: center;
  border-radius: 2px;
  background-color: #fff;
  padding: 0 5px;
}

.s-header__inlineBlock.--en {
  font-family: "Oswald", sans-serif;
  padding: 0 8px;
}

.s-header__inlineBlock:hover {
  color: #fff;
  background-color: #88a2be;
}

.s-header__navItem {
  background-color: #f1f3fb;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0 10px 0;
  font-size: 14px;
  color: #333;
}

.s-header__navItem.--unlink {
  cursor: default;
}

.s-header__navItem:hover {
  background-color: #dce0f1;
}

.s-header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.s-header__flex.--mtb {
  margin-top: 5px;
  margin-bottom: 10px;
}

.s-header__flex__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.s-header__flex__col.--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.s-header__flex__col.--center {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.s-header__flex__col.--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.s-header__flex__col.--middleTxt {
  text-align: center;
  font-size: 14px;
  color: #333;
}

.s-header__flex__col.--middleTxt + .s-header__flex__col.--middleTxt {
  border-left: 1px solid #ced3e2;
}

.s-header__flex__col.--hasSubNav:hover .s-header__subMenu {
  display: block;
}

.s-header__iconWrap {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  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;
  margin-bottom: 3px;
}

.s-header__navWrap {
  background-color: #f1f3fb;
  border-bottom: 1px solid #d3d6e1;
}

.s-header__nav-itemBtn {
  margin-left: 40px;
}

.s-header__nav-itemBtn + .s-header__nav-itemBtn {
  margin-left: 10px;
}

.s-header__nav-linkBtn {
  font-size: clamp(13px, 1.6vw, 16px);
  padding: clamp(10px, 1.6vw, 15px) clamp(15px, 1.6vw, 20px);
  border-radius: 4px;
  border: 1px #000 solid;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.s-header__nav-linkBtn:hover {
  color: #88a2be;
  border-color: #88a2be;
}

.s-header__hamburgerMenu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: min(80px, 14.6666666667vw);
  height: 100%;
  cursor: pointer;
}

.s-header__hamburgerMenu.is-drawer_open {
  background-color: transparent;
}

.s-header__hamburgerMenu.is-drawer_open .s-header__hamburgerMenu-inWrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-header__hamburgerMenu.is-drawer_open .s-header__hamburgerMenu-line {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.s-header__hamburgerMenu.is-drawer_open .s-header__hamburgerMenu-line.--one {
  -webkit-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
}

.s-header__hamburgerMenu.is-drawer_open .s-header__hamburgerMenu-line.--two {
  display: none;
}

.s-header__hamburgerMenu.is-drawer_open .s-header__hamburgerMenu-line.--three {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.s-header__hamburgerMenu.is-drawer_open .s-header__hamburgerMenu-txt {
  color: #fff;
  opacity: 0.6;
}

.s-header__hamburgerMenu-inWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
  height: 40%;
  z-index: 11;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.s-header__hamburgerMenu-line {
  width: 100%;
  height: 2px;
  background: #88a2be;
}

.s-header__hamburgerMenu-txt {
  font-size: clamp(8px, 2.6666666667vw, 10px);
  margin-top: min(9px, 2.4vw);
  display: block;
  line-height: 1;
}

.s-header__hamburgerMenu-cont {
  position: absolute;
  top: 100%;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  overflow: auto;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  background-color: #f1f3fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-header__hamburgerMenu-cont.is-drawer_open {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.s-header__drawer-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #f1f3fb;
}

.s-header__drawerList {
  margin-top: 5px;
}

.s-header__drawerList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #ced3e2;
  position: relative;
}

.s-header__drawerList-link {
  color: #333;
  font-size: min(13px, 3.4666666667vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: min(9px, 2.4vw);
  padding-bottom: min(9px, 2.4vw);
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
  background-color: #f1f3fb;
}

.s-header__drawerList-link:hover {
  background-color: #dce0f1;
}

.s-header__drawerList-txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.s-header__drawerList-icon {
  width: 70px;
  min-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.s-header__drawerList-icon::before, .s-header__drawerList-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25%;
  width: 10px;
  height: 1px;
  background: black;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.s-header__drawerList-icon::before {
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}

.s-header__drawerList-icon::after {
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}

.s-header__drawerList-icon.--plus::before, .s-header__drawerList-icon.--plus::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.s-header__drawerList-icon.--plus::after {
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 15px;
  height: 1px;
  background: black;
}

.s-header__drawerList-icon.--plus::before {
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  height: 15px;
  width: 1px;
  background: black;
}

.s-header__drawerList-icon.is-active::before {
  height: 0;
  width: 1px;
}

.s-header__subMenu {
  position: absolute;
  background: #f1f3fb;
  width: calc(100% + 80px);
  top: 101%;
  left: 0;
  padding: 20px 10px 20px 30px;
  display: none;
}

.s-header__subMenuItem {
  margin-left: auto;
  font-weight: 500;
  font-size: 13px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.s-header__subMenuItem::before {
  content: "";
  display: block;
  background: #819abb;
  width: 5px;
  height: 5px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-right: 10px;
}

.s-header__subMenuItem + .s-header__subMenuItem {
  margin-top: 12.5px;
}

.s-header__subMenuItem:hover {
  text-decoration: underline;
}

.s-header__subMenuLink {
  display: block;
  width: 100%;
  height: 100%;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/************************************************************
*  Scope
*  Footerを定義
*************************************************************/
.s-footer__logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.s-footer__logo:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.95" /><feFuncG type="linear" slope="0.95" /><feFuncB type="linear" slope="0.95" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}

.s-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-footer__flex.--fixed {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

.s-footer__flex.--fluid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 45px;
}

.s-footer__title {
  font-size: 20px;
  text-align: left;
  color: #4a6e9d;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #fff;
  margin-bottom: 20px;
}

.s-footer__title.--dark {
  color: #4a6e9d;
}

.s-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  width: 50%;
  min-width: 440px;
  height: 220px;
  gap: 10px 0;
  padding-left: 20px;
}

.s-footer__groupNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px 0;
  width: 33.3%;
}

.s-footer__groupNav.--small {
  width: calc(25% - 40px);
}

.s-footer__navLabel {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

.s-footer__navLabel.--dark {
  color: #4a6e9d;
  border-bottom: 1px solid #4a6e9d;
}

.s-footer__nav-item {
  font-size: 13px;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.s-footer__nav-item.--dark {
  color: #4a6e9d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-footer__nav-item.--dark a {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.s-footer__nav-item.--dark:before {
  content: none;
}

.s-footer__nav-item.--dark:after {
  content: "";
  width: 5px;
  height: 7px;
  background-image: url("../images/common/lineArrow.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.s-footer__nav-item:first-child .s-footer__nav-link {
  padding-top: 0;
}

.s-footer__nav-item:before {
  content: "";
  color: #fff;
  border-style: solid;
  border-width: 3px 0 3px 4.5px;
  border-color: transparent transparent transparent currentColor;
  width: 0;
  height: 0;
  display: inline-block;
}

.s-footer__nav-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.s-footer__nav-link::after {
  content: "";
  background-color: transparent;
  display: block;
  width: 0%;
  height: 1px;
  position: absolute;
  top: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.s-footer__nav-link:hover::after {
  background-color: currentColor;
  width: 100%;
}

.s-footer__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, from(#6ebdf7), to(#ee70b7));
  background: linear-gradient(to right, #6ebdf7 0%, #ee70b7 100%);
  padding: 80px 0 90px 0;
}

.s-footer__cont.--simple {
  background: #e3ecf6;
}

.s-footer__bottom {
  background-color: rgba(255, 255, 255, .5);
  padding: 75px 0 45px;
  background: #4a6e9d;
}

.s-footer__bottomCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.s-footer__bottomCont__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.s-footer__bottomBox {
  width: 100%;
  max-width: 700px;
  border-radius: 5px;
  background: #e3ecf6;
  padding: 13px 0;
  margin: 0 auto;
  margin-top: 70px;
  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;
  gap: 40px;
  padding: 11.5px 40px;
}

.s-footer__bottomBox__item {
  color: #4a6e9d;
  font-size: 14px;
  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;
  gap: 10px;
  background: #e3ecf6;
}

.s-footer__bottomBox__item:hover {
  text-decoration: underline;
}

.s-footer__btn {
  width: min(350px, 35vw);
  border-radius: min(50px, 5vw);
  background: -webkit-gradient(linear, left top, right top, from(#6ebdf7), to(#ee70b7));
  background: linear-gradient(to right, #6ebdf7 0%, #ee70b7 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.s-footer__btn:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.95" /><feFuncG type="linear" slope="0.95" /><feFuncB type="linear" slope="0.95" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
}

.s-footer__btn__icon {
  width: min(25px, 2.5vw);
  height: min(45px, 4.5vw);
  position: absolute;
  left: 0;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.s-footer__btn__sub {
  font-size: min(15px, 1.5vw);
  border-radius: min(12.5px, 1.25vw);
  width: min(200px, 20vw);
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  position: absolute;
  top: 0%;
  left: 50%;
  color: #4a6e9d;
  background: #ebf3fe;
}

.s-footer__btn__main {
  font-size: min(24px, 2.4vw);
  padding: min(20px, 2vw) 0 min(10px, 1vw) 0;
  font-weight: bold;
  color: #fff;
}

.s-footer__copr {
  text-align: center;
  background: #bbc6d7;
  padding: 12px 0;
}

.s-footer__copr__txt {
  font-size: 12px;
  line-height: 25px;
  color: #fff;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/************************************************************
*  Scope
*  TOPボタンを定義
*************************************************************/
.s-top-btn {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 9;
  width: min(50px, 13.3333333333vw);
  height: min(50px, 13.3333333333vw);
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100%;
  overflow: hidden;
}

.s-top-btn:hover .s-top-btn__cont-arrow {
  top: 45%;
}

.s-top-btn.is-fadeIn {
  opacity: 1;
}

.s-top-btn__cont {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.s-top-btn__cont-arrow {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  vertical-align: middle;
  color: #4a6e9d;
  line-height: 1;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}

.s-top-btn__cont-arrow:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/************************************************************
*  Scope
*  Headerを定義
*************************************************************/
.s-headerGroup {
  width: calc(22.5vw - 5px);
  position: fixed;
  z-index: 2;
  height: 100vh;
  padding-top: 47px;
  background-color: #fff;
}

.s-headerGroup__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.s-headerGroup__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 20px;
  padding: 0 10px;
}

.s-headerGroup__subLogo {
  margin-top: clamp(10px, 1.8vw, 18px);
}

.s-headerGroup__txtWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: clamp(50px, 7.5vw, 75px);
  margin-right: 25px;
  position: relative;
}

.s-headerGroup__txtWrap::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #707070;
  display: block;
  position: absolute;
  top: -30px;
  left: 12px;
}

.s-headerGroup__verticalTxt {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-top: 30px;
  letter-spacing: 0.25em;
  font-size: min(14px, 1.9672131148vh);
  font-size: 14px;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/************************************************************
*  Scope
*  Headerを定義
*************************************************************/
.s-footerGroup {
  padding-left: 22.5vw;
  margin-left: 0;
  margin-left: initial;
}

.s-footerGroup__contents {
  background: #f5f8fa;
  padding: clamp(20px, 3.5vw, 35px) 0 17px;
}

.s-footerGroup__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 11px 16px;
  font-size: clamp(12px, 1.3vw, 13px);
  color: #000;
  margin: 0 auto;
}

.s-footerGroup__links a:hover {
  text-decoration: underline;
}

.s-footerGroup__cRight {
  font-size: 12px;
  color: #000;
  text-align: center;
  margin-top: 20px;
}

.s-footerGroup__recruit {
  padding-block: 50px clamp(95px, 10vw, 100px);
  border-top: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(40px, 2.7027027027vw);
}

.s-footerGroup__recruitLink {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.s-footerGroup__recruitLink:hover {
  opacity: 0.8;
}

.s-footerGroup__recruitImg {
  width: 100%;
}

.s-footerGroup__recruitText {
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: min(24px, 1.6216216216vw);
  width: 100%;
  height: min(70px, 4.7297297297vw);
  padding-inline: min(25px, 1.6891891892vw) min(17px, 1.1486486486vw);
  background: rgba(0, 0, 0, .8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
}

.s-footerGroup__recruitText span {
  font-size: min(13px, 0.8783783784vw);
  position: relative;
}

.s-footerGroup__recruitDeco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(5px, 1vw, 10px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-footerGroup__recruitDeco img {
  width: min(40px, 2.7027027027vw);
  height: min(8px, 0.5405405405vw);
}

/************************************************************
*  Component
*  最小単位の部品を定義する(ボタン、見出し、テキスト)
*************************************************************/
/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*
#overview
ボタン

汎用的なボタンのスタイルを定義
*/
/*
#styleguide
通常のボタン

汎用的なボタンの雛形を定義

```
<div class="c-btn">内容を送信する</div>
```
*/
.c-btn {
  width: min(300px, 100%);
  min-height: 35px;
  border-radius: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#5182b7), to(#003f80));
  background: linear-gradient(to right, #5182b7 0%, #003f80 100%);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
}

.c-btn.--mSize {
  min-height: 55px;
  font-size: 15px;
}

.c-btn.--mSize .c-btn__arrow {
  right: min(20px, 1.953125vw);
}

.c-btn.--mSize .c-btn__arrow::after, .c-btn.--mSize .c-btn__arrow::before {
  background: #4a6e9d;
}

.c-btn.--guidepage {
  min-height: 60px;
  font-size: 18px;
  font-weight: bold;
}

.c-btn.--lSize {
  width: min(320px, 100%);
  min-height: 60px;
  font-size: 15px;
}

.c-btn.--grad {
  background: -webkit-gradient(linear, left top, right top, from(#6ebdf7), to(#ee70b7));
  background: linear-gradient(to right, #6ebdf7 0%, #ee70b7 100%);
  border: none;
}

.c-btn.--white {
  background: #fff;
  color: #4a6e9d;
  border: 1px solid #4a6e9d;
}

.c-btn.--white .c-btn__arrow::after, .c-btn.--white .c-btn__arrow::before {
  background: #4a6e9d;
}

.c-btn.--white:hover {
  background: #4a6e9d;
  color: #fff;
}

.c-btn.--white:hover .c-btn__arrow::after, .c-btn.--white:hover .c-btn__arrow::before {
  background: #fff;
}

.c-btn.--black {
  background: #000;
  color: #fff;
  border-color: #000;
}

.c-btn.--black:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}

.c-btn__arrow {
  position: absolute;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: min(10px, 0.9765625vw);
  width: 6px;
  height: 12px;
}

.c-btn__arrow::after, .c-btn__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 135%;
  height: 6%;
  border-radius: 9999px;
  background: #fff;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-btn__arrow::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-btn__arrow::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-btn.--noArrow {
  padding: 0;
}

.c-btn.--noArrow:after {
  content: none;
}

.c-btn:hover {
  background: #fff;
  color: #4a6e9d;
  border: 1px solid #4b6e9e;
}

.c-btn:hover .c-btn__arrow::after, .c-btn:hover .c-btn__arrow::before {
  background: #4b6e9e;
}

.c-btn.--group {
  color: #000;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  width: min(260px, 100%);
  min-height: 50px;
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 0px;
  position: relative;
}

.c-btn.--group img {
  position: absolute;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn.--group:hover {
  opacity: 0.8;
}

.c-btn.--group:hover img {
  right: -30px;
}

.c-btn.--group.--small {
  font-size: clamp(11px, 1.3vw, 13px);
  min-height: clamp(35px, 5vw, 50px);
}

.c-btn.--group.--small img {
  width: min(40px, 2.7027027027vw);
  height: min(8px, 0.5405405405vw);
  right: clamp(-20px, -1.3513513514vw, -10px);
}

.c-btn.--group.--small:hover img {
  right: clamp(-25px, -1.6891891892vw, -10px);
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*
#overview
見出し

汎用的な見出しのスタイルを定義
*/
/*
#styleguide
見出し文言の下にライン

```
<div class="c-head">ダミーダミーダミーダミー</div>
```
*/
.c-head {
  font-size: clamp(24px, 3.6vw, 36px);
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #4A6E9D;
  text-align: center;
}

.c-head.--small {
  font-size: clamp(24px, 3vw, 30px);
}

.c-head.--ls-narrow {
  letter-spacing: -0.05em;
}

.c-head--bk {
  font-size: 30px;
  font-weight: normal;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  padding: 7px 18px;
  margin-bottom: 10px;
}

.c-head--bk.--dark {
  background: #4a6e9d;
  color: #fff;
}

.c-head--bk.--light {
  background: #ebf3fe;
  color: #4a6e9d;
}

.c-head--bk.--accent {
  background: #88a2be;
  color: #fff;
}

.c-head--under {
  font-size: clamp(18px, 3.6vw, 20px);
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #4a6e9d;
  padding-bottom: clamp(4px, 0.6vw, 6px);
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-head--under.--max {
  max-width: 500px;
}

.c-head--under:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #4a6e9d;
}

.c-head__arrow {
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #4a6e9d;
  position: relative;
}

.c-head__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35%;
  height: 35%;
  background-image: url("../images/common/lineArrow.webp");
  background-repeat: no-repeat;
  background-position: 60%;
  background-size: contain;
}

.c-head__left {
  font-size: 16px;
  font-weight: 500;
  -moz-text-align-last: left;
  text-align-last: left;
  border-bottom: 1px solid #4a6e9d;
  padding-block: 10px;
  padding-left: 15px;
  position: relative;
}

.c-head__left.--blue {
  color: #4a6e9d;
}

.c-head__left::before {
  content: "";
  background: #4a6e9d;
  width: 4px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-head__deco {
  color: #4A6E9D;
  font-size: clamp(20px, 3vw, 30px);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  line-height: 2;
  position: relative;
}

.c-head__deco::before {
  content: "";
  width: clamp(40px, 6vw, 60px);
  width: 60px;
  height: 2px;
  background: #ccd8e5;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.c-head__deco::after {
  content: "";
  width: clamp(20px, 3vw, 30px);
  width: 30px;
  height: 2px;
  background: #4A6E9D;
  position: absolute;
  bottom: 0px;
  left: 0;
}

.c-head__deco.--black {
  color: #000;
  font-size: clamp(20px, 3.6vw, 36px);
}

.c-head__deco.--black::before {
  background: #ccc;
}

.c-head__deco.--black::after {
  background: #000;
}

.c-head.--group {
  font-size: clamp(30px, 5vw, 60px);
  font-weight: 400;
  text-align: left;
  color: #000;
  margin-top: clamp(20px, 3.3vw, 33px);
}

.c-head__form {
  color: #0e0e0e;
  font-size: 17px;
  font-weight: bold;
  width: 100%;
  line-height: 1.66;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 13px;
}

.c-head__form::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 5px;
  border-radius: 2px;
  background: #000000;
  position: absolute;
  left: 0;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*
#overview
ボックス

汎用的なボックスのスタイルを定義
*/
/*
#styleguide
概要
```
<div class="c-box">
  ダミーダミー<br>
  ダミーダミー<br>
  ダミーダミー<br>
  ダミーダミー
</div>
```
*/
.c-box {
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  display: block;
  width: calc(33.33333% - 22px);
  -webkit-box-shadow: 0 20px 50px rgba(0, 28, 64, .25);
  box-shadow: 0 20px 50px rgba(0, 28, 64, .25);
  border-radius: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  top: 0;
  /*
  #styleguide
  ブルーバージョン
  ```
  <div class="c-box c-box--blue">
    ダミーダミー<br>
    ダミーダミー<br>
    ダミーダミー<br>
    ダミーダミー
  </div>
  ```
  */
}

.c-box:hover {
  top: -10px;
}

.c-box--blue {
  background-color: #244ad2;
  color: #fff;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*
#overview
画像付きリンク

汎用的な画像付きリンクを定義
*/
/*
#styleguide
画像の上に文字

```
<a class="c-imgLink" href="リンク">
  <div class="c-imgLink__cont">
    <p class="c-imgLink__cont-ttl">ダミーダミーダミー</p>
    <p class="c-imgLink__cont-txt">
      ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー
    </p>
  </div>
  <picture>
    <source media="(max-width: 640px)" srcset="../images/foot-img1--sp.jpg" width="343" height="180">
    <img class="c-imgLink__img" src="../images/foot-img1.jpg" width="1100" height="300" alt="" loading="lazy">
  </picture>
</a>
```
*/
.c-imgLink {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: min(500px, 25vw);
  background-color: #000;
  border-right: #fff 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-imgLink__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-imgLink::after {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.44882000000000005 0.50064 0.05054 0 0 0.14882 0.80064 0.05054 0 0 0.14882 0.50064 0.35054 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
}

.c-imgLink.--about::after {
  background-image: url("../images/foot-img1.webp");
  -webkit-transform: translate(-53%, -50%);
  transform: translate(-53%, -50%);
}

.c-imgLink.--service::after {
  background-image: url("../images/foot-img3.webp");
  -webkit-transform: translate(-53%, -50%);
  transform: translate(-53%, -50%);
}

.c-imgLink.--company::after {
  background-image: url("../images/foot-img2.webp");
  -webkit-transform: translate(-45%, -50%);
  transform: translate(-45%, -50%);
}

.c-imgLink:last-of-type {
  border-right: 0;
  border-right: initial;
}

.c-imgLink:hover.--about::after {
  -webkit-transform: translate(-53%, -50%) scale(1.1);
  transform: translate(-53%, -50%) scale(1.1);
}

.c-imgLink:hover.--service::after {
  -webkit-transform: translate(-53%, -50%) scale(1.1);
  transform: translate(-53%, -50%) scale(1.1);
}

.c-imgLink:hover.--company::after {
  -webkit-transform: translate(-45%, -50%) scale(1.1);
  transform: translate(-45%, -50%) scale(1.1);
}

.c-imgLink__cont {
  position: relative;
  color: #fff;
  z-index: 1;
  text-align: center;
}

.c-imgLink__cont-ttl {
  font-size: clamp(40px, 4.8vw, 80px);
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, .4);
  display: inline-block;
  line-height: 1.4;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

.c-imgLink__bgImg {
  opacity: 0.4;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
.c-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-mv__main {
  margin-top: 40px;
  width: 100%;
  z-index: 1;
  background: #e3ecf6;
  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;
}

.c-mv__main__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0px;
}

.c-mv__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-mv__title__txt {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: min(36px, 3vw);
  padding-inline: 10px;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #4a6e9d;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*
#overview
テキスト

汎用的なテキストのスタイルを定義
*/
/*
#styleguide
本文

本文に使うテキストのスタイル

```
<div class="c-txt">
  ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
  ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
  ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
  ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
  ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
  ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー
</div>
```
*/
.c-txt--lh-middle, .c-txt--lh-large, .c-txt {
  font-size: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 游ゴシック medium, yu gothic medium, 游ゴシック, yu gothic, メイリオ, meiryo, ヒラギノ角ゴ pro, hiragino kaku gothic pro, sans-serif;
  color: #333;
}

.c-txt {
  line-height: 1.6;
  /*
    #styleguide
    本文

    本文に使うテキストのスタイル

    ```
    <div class="c-txt--lh-large">
      ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
      ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
      ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
      ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
      ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
      ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー
    </div>
    ```
  */
  /*
    #styleguide
    本文

    本文に使うテキストのスタイル

    ```
    <div class="c-txt--lh-middle">
      ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
      ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
      ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
      ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
      ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
      ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー
    </div>
    ```
  */
}

.c-txt.--en {
  letter-spacing: 0px;
}

.c-txt--lh-large {
  line-height: 2;
}

.c-txt--lh-large.--small {
  font-size: clamp(12px, 1.5vw, 15px);
}

.c-txt--lh-middle {
  line-height: 1.8;
}

.c-txt--lh-middle.--small {
  font-size: clamp(12px, 1.5vw, 15px);
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
.c-breadcrumbs {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  margin: 0 auto;
  white-space: nowrap;
  width: min(1100px, 100%);
  margin: 0 auto;
}

.c-breadcrumbs.--group {
  width: auto;
  width: initial;
}

.c-breadcrumbs__outer {
  background: -webkit-gradient(linear, left top, right top, from(#6ebdf7), to(#ee70b7));
  background: linear-gradient(to right, #6ebdf7 0%, #ee70b7 100%);
  bottom: 0;
  z-index: 1;
}

.c-breadcrumbs__outer.--group {
  background: transparent;
  margin-top: clamp(20px, 3vw, 30px);
}

.c-breadcrumbs__item {
  position: relative;
  font-size: 12px;
  color: white;
}

.c-breadcrumbs__item.--group {
  color: #000;
}

.c-breadcrumbs__item.--group.--current {
  color: #999;
}

.c-breadcrumbs__item-link {
  position: relative;
  padding-right: 28px;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-breadcrumbs__item-link.--first {
  font-weight: lighter;
}

.c-breadcrumbs__item-link.--group.--first {
  text-decoration: none;
}

.c-breadcrumbs__item-link.--group.--first:hover {
  text-decoration: underline;
}

.c-breadcrumbs__item-link:hover {
  text-decoration: none;
}

.c-breadcrumbs__item-link::before {
  content: "＞";
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
  vertical-align: middle;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*
#overview
テキスト被せ画像
*/
/*
#styleguide
本文

本文に使うテキストのスタイル

```
<div class="l-inner">
  <div class="c-txt-ovl-img u-mt70">
    <div class="c-txt-ovl-img__context">
      <h3 class="c-txt-ovl-img__context__heading">
        ダミー、ダミー<br />
        ダミーダミーダミーダミーダミー
      </h3>
      <p class="c-txt-ovl-img__context__txt u-mt20 u-spmt10">
        ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー
        ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー
      </p>
    </div>
    <div class="c-txt-ovl-img__img-wrap">
      <img src="../images/service/service-img00-agency.webp" alt="Descriptive Text for Image" />
    </div>
  </div>
</div>

```
*/
.c-txt-ovl-img {
  position: relative;
  width: 100%;
}

.c-txt-ovl-img__img-wrap {
  width: 650px;
  margin-left: auto;
}

.c-txt-ovl-img__img-wrap.--closed-left {
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.c-txt-ovl-img__img-wrap.--closed-right {
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-txt-ovl-img__context {
  width: 50%;
  color: #fff;
  background-color: #5268b1;
  padding: 30px 26px 35px 26px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-height: 300px;
}

.c-txt-ovl-img__context.--bg-white {
  width: 54.5%;
  background-color: #f5f6fc;
  color: #000;
}

.c-txt-ovl-img__context.--right {
  right: 0;
}

.c-txt-ovl-img__context__heading {
  font-size: 30px;
  line-height: 48px;
  margin-left: 20px;
  text-indent: -32px;
  padding-left: 12px;
}

.c-txt-ovl-img__context__heading::before {
  content: "";
  width: 15px;
  height: 4px;
  display: inline-block;
  background-color: #859be3;
  vertical-align: middle;
  margin-right: 10px;
}

.c-txt-ovl-img__context__txt {
  font-size: 16px;
  line-height: 40px;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*
#overview
お知らせ

お知らせのスタイルを定義
*/
/*
#styleguide
TOPページ | お知らせ

TOPページのお知らせを定義

```
<ul class="c-information__list">
  <li class="c-information__list-item">
    <a class="c-information__list-link" href="/">
      <div class="c-information__flex">
        <p class="c-information__tag">ダミー</p>
        <p class="c-information__date">0000年00月00日</p>
      </div>
      <p class="c-information__ttl">ダミーダミーダミーダミーダミー</p>
    </a>
  </li>
  <li class="c-information__list-item">
    <a class="c-information__list-link" href="/">
      <div class="c-information__flex">
        <p class="c-information__tag">ダミー</p>
        <p class="c-information__date">0000年00月00日</p>
      </div>
      <p class="c-information__ttl">ダミーダミーダミーダミーダミー</p>
    </a>
  </li>
</ul>
```
*/
.c-information__ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-information__btn {
  width: 140px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

.c-information__btn:hover {
  color: #fff;
  background-color: #000;
}

.c-information__list-item + .c-information__list-item {
  margin-top: 2px;
}

.c-information__list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F6F6F6;
  gap: 20px;
  padding: 30px 55px 30px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.c-information__list-link:hover {
  background-color: #F2F2F2;
}

.c-information__list-link:hover .c-information__date,
.c-information__list-link:hover .c-information__ttl {
  text-decoration: underline;
}

.c-information__list-link:hover::after {
  right: 10px;
}

.c-information__list-link::after {
  content: "";
  width: 20px;
  height: 10px;
  background: url(../images/icon_arrow-blue.webp) no-repeat center center/contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-information__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(20px, 4vw);
}

.c-information__tag, .c-information__date, .c-information__ttl {
  font-size: min(16px, 3.7333333333vw);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-information__tag {
  min-width: 120px;
  min-height: 30px;
  padding: 3px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #88a2be;
  border-radius: 4px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-information__date {
  min-width: 110px;
}

.c-information__ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*
#overview

テキストに連番をつける
*/
/*
#styleguide

連番コンテンツ
```
  <ul class="c-num">
    <li class="c-num__item">ダミーダミーダミーダミーダミー</li>
    <li class="c-num__item">ダミーダミーダミーダミーダミー</li>
    <li class="c-num__item">ダミーダミーダミーダミーダミー</li>
    <li class="c-num__item">ダミーダミーダミーダミーダミー</li>
    <li class="c-num__item">ダミーダミーダミーダミーダミー</li>
  </ul>
```
*/
.c-num {
  counter-reset: c-num;
}

.c-num__item {
  position: relative;
  font-size: 20px;
  padding-left: 24px;
  line-height: 1.6;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

.c-num__item::before {
  content: counter(c-num);
  counter-increment: c-num;
  position: absolute;
  top: 5px;
  left: 0;
  border: 1px solid #333;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 22px;
  width: 22px;
  font-size: 16px;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
.c-qa {
  padding-block: clamp(50px, 10vw, 100px) clamp(50px, 13.5vw, 135px);
}

.c-qa__accordion_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
  margin-top: clamp(48px, 6.6vw, 66px);
}

.c-qa__accordion_dl:not(:first-of-type) {
  margin-top: 20px;
}

.c-qa__accordion_dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: clamp(60px, 7.5vw, 75px);
  padding-inline: clamp(60px, 6.5vw, 65px) clamp(45px, 5vw, 50px);
  background-color: #fff;
  border: 1px solid #bbc6d7;
  text-align: justify;
  letter-spacing: -0.02em;
  cursor: pointer;
  position: relative;
}

.c-qa__accordion_q {
  color: #4A6E9D;
  font-size: clamp(13px, 1.3vw, 15px);
  font-weight: 500;
  margin: 0;
  line-height: 1.667;
  position: relative;
}

.c-qa__accordion_q::before, .c-qa__accordion_a::before {
  content: "";
  width: 40px;
  height: 34px;
  position: absolute;
  left: -50px;
}

.c-qa__accordion_q::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/faq_question.webp) no-repeat center center/cover;
}

.c-qa__accordion_a::before {
  background: url(../images/common/faq_answer.webp) no-repeat center center/cover;
  top: -5px;
}

.c-qa__accordion_icon::before, .c-qa__accordion_icon::after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  background-color: #4A6E9D;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-qa__accordion_icon {
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-qa__accordion_icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-qa__accordion_icon.is-open::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-qa__accordion_dd {
  display: none;
  padding: 24px 50px 24px 65px;
  background-color: #f5f7fa;
  border: 1px solid #bbc6d7;
  border-top: none;
  letter-spacing: -0.02em;
}

.c-qa__accordion_dd a {
  text-decoration: underline;
}

.c-qa__accordion_dd a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.c-qa__accordion_a {
  font-size: clamp(13px, 1.3vw, 15px);
  font-weight: 500;
  margin: 0;
  text-align: justify;
  line-height: 1.667;
  position: relative;
  letter-spacing: 0.01em;
}

.c-qa__toContact {
  color: #4A6E9D;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 60px;
  margin-inline: auto;
  text-align: center;
  position: relative;
}

.c-qa__toContact:before, .c-qa__toContact:after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #4A6E9D;
  position: absolute;
  top: 50%;
}

.c-qa__toContact:before {
  left: -30px;
  -webkit-transform: translateY(-50%) rotate(-24deg);
  transform: translateY(-50%) rotate(-24deg);
}

.c-qa__toContact:after {
  right: -30px;
  -webkit-transform: translateY(-50%) rotate(24deg);
  transform: translateY(-50%) rotate(24deg);
}

.c-qa .c-btn {
  margin-inline: auto;
  margin-top: 35px;
  width: min(320px, 100%);
  min-height: 60px;
  font-size: 18px;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*
#overview
グラデーションボタン

汎用的なボタンのスタイルを定義
*/
/*
*/
.c-gradBtn {
  width: min(600px, 100%);
  min-height: 90px;
  padding: 10px 0px 10px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  border-radius: 45px;
  background: rgb(249, 173, 96);
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 173, 96)), to(rgb(242, 117, 78)));
  background: linear-gradient(90deg, rgb(249, 173, 96) 0%, rgb(242, 117, 78) 100%);
  border: 1px solid #ff6600;
  -webkit-box-shadow: 0px 5px 10px rgba(57, 84, 141, .3);
  box-shadow: 0px 5px 10px rgba(57, 84, 141, .3);
  margin: 0 auto;
}

.c-gradBtn:hover {
  background: #ffffff;
  color: #ff8000;
}

.c-gradBtn:hover::after {
  right: 8px;
  background: url(../images/icon_arrow_orange.webp) no-repeat;
  background-size: 100%;
}

.c-gradBtn::after {
  content: "";
  background: url(../images/icon_arrow.webp) no-repeat;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11px;
  height: 19px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
.c-langBtnWrap {
  position: relative;
}

.c-langBtn {
  width: 150px;
  height: 50px;
  background: transparent;
  font-size: 13px;
  text-align: left;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.c-langBtn.--inDrawer {
  margin-left: auto;
}

.c-langBtn__labelWrap {
  background-color: white;
  display: block;
  width: 100%;
  height: 100%;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  border: 1px solid #e3e3e3;
}

.c-langBtn__labelWrap:hover {
  background-color: #ebebeb;
}

.c-langBtn__label {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 85%;
  height: 100%;
  margin: 0 auto;
}

.c-langBtn__label::after {
  content: "";
  display: inline-block;
  color: #ccc;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 7px 4.5px;
  border-top-color: currentColor;
  border-bottom: 0;
  margin-left: auto;
}

.c-langBtn__options {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-top: none;
}

.c-langBtn__options__itemWrap {
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
}

.c-langBtn__options__itemWrap:last-child {
  border-bottom: none;
}

.c-langBtn__options__itemWrap.--current {
  cursor: auto;
  background-color: #ebebeb;
}

.c-langBtn__options__itemWrap:hover {
  background-color: #ebebeb;
}

.c-langBtn__options__item {
  display: block;
  height: 40px;
}

.c-langBtn__options__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 85%;
  height: 100%;
  margin: 0 auto;
}

.c-langBtn__options__txt:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/common/lineArrow_grey.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: auto;
}

.c-langBtn__options__txt.--jp:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/common/icon_ex_link_grey.webp");
}

.c-langBtn.--footer {
  width: min(150px, 40vw);
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*
#overview
テキスト被せ画像
*/
/*
#styleguide
本文

本文に使うテキストのスタイル

```
<div class="l-inner">
  <div class="c-txt-lead">
    <p class="c-txt-lead__big">ダミーダミーダミーダミー</p>
    <p class="c-txt-lead__text">ダミーダミーダミーダミー</p>
    <p class="c-txt-lead__text">ダミーダミーダミーダミー</p>
  </div>
</div>

```
*/
.c-txt-lead__big {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 600;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: clamp(22px, 3vw, 30px);
  text-align: center;
}

.c-txt-lead__text {
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 2;
  text-align: center;
}

.c-txt-lead__text + .c-txt-lead__text {
  margin-top: 30px;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
.c-pickupSlider__slide {
  margin-inline: clamp(15px, 2vw, 20px);
  display: grid !important;
  gap: 30px clamp(15px, 4vw, 40px);
  grid-template-columns: repeat(2, 1fr);
}

.c-pickupSlider__title {
  color: #fff;
  font-weight: bold;
  font-size: clamp(15px, 1.8vw, 18px);
  padding: clamp(9px, 1.1vw, 11px) clamp(9px, 1.6vw, 16px);
  text-align: left;
  background: #88a2be;
}

.c-pickupSlider__cont {
  padding-block: 10px 20px;
  padding-inline: 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, 2vw, 20px);
}

.c-pickupSlider__left {
  width: min(230px, 100%);
}

.c-pickupSlider__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-pickupSlider__img {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-pickupSlider__img:hover {
  opacity: 0.8;
}

.c-pickupSlider__img img {
  width: 100%;
}

.c-pickupSlider__price {
  font-weight: 500;
  font-size: 24px;
  margin-block: 15px 12px;
  line-height: 22px;
  text-align: center;
  color: #4A6E9D;
}

.c-pickupSlider__price span {
  font-size: clamp(17px, 1.8vw, 18px);
}

.c-pickupSlider__text {
  font-weight: 500;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
}

.c-pickupSlider__list {
  margin-top: 20px;
}

.c-pickupSlider__list-item {
  width: 100%;
  background: #f2f6fb;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #4A6E9D;
  padding: 5px 10px;
}

.c-pickupSlider__list-item + .c-pickupSlider__list-item {
  margin-top: 5px;
}

.c-pickupSlider .slick-dots {
  margin-top: 20px;
}

.c-pickupSlider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 clamp(4px, 1vw, 10px);
}

.c-pickupSlider .slick-prev,
.c-pickupSlider .slick-next {
  width: clamp(40px, 6vw, 60px);
  height: clamp(40px, 6vw, 60px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate(0, -83%);
  transform: translate(0, -83%);
  z-index: 1;
}

.c-pickupSlider .slick-prev::before,
.c-pickupSlider .slick-next::before {
  content: "";
}

.c-pickupSlider .slick-prev:hover,
.c-pickupSlider .slick-next:hover {
  opacity: 0.8;
}

.c-pickupSlider .slick-prev {
  background: url(../images/common/icon_arrow_slider_left.webp) no-repeat center center/cover !important;
  left: clamp(-70px, -6vw, -60px);
}

.c-pickupSlider .slick-next {
  background: url(../images/common/icon_arrow_slider_right.webp) no-repeat center center/cover !important;
  right: clamp(-70px, -6vw, -60px);
}

.c-pickupSlider .c-btn {
  margin: auto;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*
#overview
お問い合わせ遷移ボックス
*/
/*
#styleguide
概要
```

```
*/
.c-contactLink {
  padding-block: 48px;
  border-top: 5px solid #4a6e9d;
  background-color: #f5f7fa;
}

.c-contactLink__box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.c-contactLink__box .c-btn {
  margin-block: 24px 0;
  margin-inline: auto;
  width: min(320px, 100%);
  min-height: 60px;
  font-size: clamp(15px, 1.8vw, 18px);
}

.c-contactLink__box .c-btn__arrow {
  width: 8px;
  right: min(18px, 1.7578125vw);
}

.c-contactLink__lead {
  color: #4a6e9d;
  font-size: clamp(20px, 2.8vw, 28px);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 20px;
  text-align: center;
}

.c-contactLink__text {
  text-align: center;
  line-height: 1.9;
}

.c-contactLink__text + .c-contactLink__text {
  margin-top: 35px;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*
#overview
クリニック一覧のボックス

クリニック一覧のボックスのスタイルを定義
*/
/*
#styleguide
概要
```

```
*/
.c-clinicBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #88a2be;
}

.c-clinicBox__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #ebf3fe;
}

.c-clinicBox__name {
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 700;
  color: #4A6E9D;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.c-clinicBox__img {
  width: min(80px, 100%);
}

.c-clinicBox__img img {
  width: 100%;
}

.c-clinicBox__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: clamp(6px, 0.7vw, 7px) clamp(7px, 1.4vw, 14px) 14px;
  background-color: #fff;
}

.c-clinicBox__details {
  margin-bottom: 10px;
}

.c-clinicBox__detail + .c-clinicBox__detail {
  margin-top: clamp(5px, 0.5vw, 10px);
}

.c-clinicBox__detailTitle {
  color: #4A6E9D;
  font-size: clamp(12px, 1.3vw, 13px);
  font-weight: 700;
  padding-left: 17px;
  position: relative;
}

.c-clinicBox__detailTitle::before {
  content: "";
  width: 13px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.c-clinicBox__detailTitle.--address::before {
  background: url(../images/common/icon_pin.webp) no-repeat center center/cover;
}

.c-clinicBox__detailTitle.--station::before {
  background: url(../images/common/icon_train.webp) no-repeat center center/cover;
}

.c-clinicBox__text {
  font-size: 12px;
}

.c-clinicBox__routeItem {
  font-size: 12px;
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}

.c-clinicBox__routeItem::before {
  content: "●";
  color: #88a2be;
  font-size: 10px;
  padding-right: 3px;
}

.c-clinicBox .c-btn {
  min-height: 30px;
  font-size: 12px;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*
#overview
診療の流れのコンテンツ
*/
/*
#styleguide
概要
```

```
*/
.c-flow {
  padding-block: clamp(50px, 10vw, 76px) clamp(60px, 10vw, 100px);
  background-color: #f2f6fb;
}

.c-flow__cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px 25px;
  margin-top: clamp(60px, 7vw, 70px);
}

.c-flow__box {
  padding-inline: clamp(10px, 1.5vw, 15px);
  padding-bottom: 18px;
  background-color: #fff;
  border: 1px solid #4A6E9D;
  position: relative;
}

.c-flow__box::before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #4A6E9D;
  border-right: 2px solid #4A6E9D;
  position: absolute;
  top: 50%;
  right: -17px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-flow__box:nth-of-type(3n)::before {
  display: none;
}

.c-flow__top {
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.c-flow__step {
  color: #fff;
  width: 128px;
  font-size: 15px;
  text-align: center;
  background-color: #4A6E9D;
}

.c-flow__step span {
  font-size: 24px;
}

.c-flow__title {
  color: #4A6E9D;
  font-size: 18px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 22px;
  margin-inline: auto;
  line-height: 1.3;
}

.c-flow__img img {
  width: 100%;
  -webkit-box-shadow: 3px 3px 0px #ccd8e5;
  box-shadow: 3px 3px 0px #ccd8e5;
}

.c-flow__text {
  font-size: 13px;
  margin-top: clamp(10px, 1.2vw, 12px);
  line-height: 1.7;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
.c-casePhotos {
  padding-block: clamp(45px, 10vw, 100px) clamp(53px, 14vw, 165px);
  background: -webkit-gradient(linear, left top, left bottom, from(#edf1f5), to(rgba(237, 241, 245, 0)));
  background: linear-gradient(#edf1f5 0%, rgba(237, 241, 245, 0) 100%);
}

.c-casePhotos__tabs {
  margin-top: clamp(24px, 4.5vw, 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-inline: clamp(15px, 3vw, 30px);
}

.c-casePhotos__tab {
  color: #111;
  width: 172px;
  height: 60px;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 700;
  padding-inline: 10px;
  text-align: center;
  background-color: #e3ecf6;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-casePhotos__tab:hover {
  background-color: #4a6e9d;
  color: #fff;
}

.c-casePhotos__tab.is-active {
  color: #fff;
  height: 70px;
  background-color: #4A6E9D;
}

.c-casePhotos__tab.is-active .c-casePhotos__cate {
  margin-top: 5px;
}

.c-casePhotos__panel {
  padding-block: clamp(15px, 3vw, 30px) clamp(30px, 8vw, 80px);
  padding-inline: clamp(15px, 3vw, 30px);
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.c-casePhotos__cont {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(15px, 3vw, 30px) clamp(15px, 2.5vw, 25px);
  margin-bottom: clamp(15px, 3vw, 30px);
}

.c-casePhotos__box {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-casePhotos__title {
  font-size: clamp(12px, 1.6vw, 16px);
  font-weight: 700;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
}

.c-casePhotos__link {
  display: block;
  position: relative;
}

.c-casePhotos__link:hover {
  opacity: 0.8;
}

.c-casePhotos__img {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.c-casePhotos__img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 1/1;
}

.c-casePhotos__img:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.5;
}

.c-casePhotos__img:after {
  content: "";
  background: url(../images/common/icon_search.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
  width: 25px;
  height: 25px;
  display: block;
}

.c-casePhotos__detail {
  display: none;
  color: #fff;
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 700;
  width: min(160px, 100% - 20px);
  padding: clamp(5px, 1vw, 10px);
  border-radius: 50px;
  text-align: center;
  background-color: #111;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-casePhotos__modal {
  display: none;
  width: 100%;
}

.c-casePhotos__modalCont {
  padding: 15px;
  background-color: #f5f7fa;
  border-radius: 5px;
}

.c-casePhotos__modalDetail {
  color: #707070;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-casePhotos__modalDetail + .c-casePhotos__modalDetail {
  margin-top: 5px;
}

.c-casePhotos__modalDetail:first-of-type dd {
  font-weight: 700;
}

.c-casePhotos__modalDetail dt {
  font-weight: 500;
  white-space: nowrap;
}

.c-casePhotos__modalDetail + .p-opinfo__casePhoto__modalDetail {
  margin-top: 5px;
}

.c-casePhotos__modalBtns {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-casePhotos__modalBtns .c-btn {
  width: min(235px, 100%);
  min-height: 45px;
}

.c-casePhotos .c-btn {
  font-size: 15px;
  min-height: 55px;
  margin-inline: auto;
}

.c-casePhotos__modal {
  display: none;
  width: 100%;
}

.c-casePhotos__modalCont {
  padding: 15px;
  background-color: #f5f7fa;
  border-radius: 5px;
}

.c-casePhotos.--top .c-casePhotos__cont {
  gap: clamp(21px, 3.9vw, 39px) clamp(15px, 2.5vw, 25px);
}

.c-casePhotos.--top .c-casePhotos__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-casePhotos.--top .c-casePhotos__link:hover {
  opacity: 1;
}

.c-casePhotos.--top .c-casePhotos__link:hover .c-casePhotos__img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.c-casePhotos.--top .c-casePhotos__link:hover .c-casePhotos__detail {
  display: block;
}

.c-casePhotos.--top .c-casePhotos__img {
  margin-top: 5px;
}

.c-casePhotos.--top .c-casePhotos__img::before, .c-casePhotos.--top .c-casePhotos__img::after {
  display: none;
}

.featherlight-content:has(> .c-casePhotos__modal),
.featherlight-content:has(> .p-opinfo__menuModal) {
  overflow: visible !important;
  width: min(700px, 100%);
}

.featherlight-content:has(> .c-casePhotos__modal) .featherlight-close-icon,
.featherlight-content:has(> .p-opinfo__menuModal) .featherlight-close-icon {
  top: 15px;
  right: -15px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, .7);
  border: 1px solid #fff;
  font-size: 0;
  text-shadow: none;
  border-radius: 50%;
}

.featherlight-content:has(> .c-casePhotos__modal) .featherlight-close-icon:before, .featherlight-content:has(> .c-casePhotos__modal) .featherlight-close-icon:after,
.featherlight-content:has(> .p-opinfo__menuModal) .featherlight-close-icon:before,
.featherlight-content:has(> .p-opinfo__menuModal) .featherlight-close-icon:after {
  content: "";
  width: 1px;
  height: 22px;
  background: #fff;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.featherlight-content:has(> .c-casePhotos__modal) .featherlight-close-icon:before,
.featherlight-content:has(> .p-opinfo__menuModal) .featherlight-close-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.featherlight-content:has(> .c-casePhotos__modal) .featherlight-close-icon:after,
.featherlight-content:has(> .p-opinfo__menuModal) .featherlight-close-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
.c-tabSlider {
  max-width: 942px;
  margin: 20px auto 40px;
  position: relative;
  padding: 30px;
  background-color: #e4eef2;
}

.c-tabSlider__tabTtl {
  background-color: pink;
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 2.6em;
  margin: 0;
  padding: 0.5em 5px;
  background-color: #d1dce4;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font-weight: 500;
}

.c-tabSlider__tabTtl.is-active {
  background-color: #b9d3de;
}

.c-tabSlider__tabTtl.is-active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 8px);
  border: 8px solid transparent;
  border-top: 10px solid #b9d3de;
  z-index: 2;
}

.c-tabSlider__tabTtl:first-of-type {
  border-right: 1px solid #b9d3de;
}

.c-tabSlider__tabTtl:last-of-type {
  border-left: 1px solid #b9d3de;
}

.c-tabSlider__tabCnts {
  background-color: #fff;
  position: relative;
  padding-bottom: 20px;
  border: 1px solid #d1dce4;
  border-top: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-tabSlider .slick-slide {
  margin: 0 35px;
}

.c-tabSlider__dots {
  margin-top: 10px;
}

.c-tabSlider__dots .slick-dots [role=presentation] {
  height: 14px;
  width: 14px;
  margin: 0 10px;
}

.c-tabSlider__dots .slick-dots [role=presentation] button:before {
  background-color: #b9d3de;
  opacity: 1;
}

.c-tabSlider__dots .slick-dots [role=presentation].slick-active button:before {
  background-color: #719bad;
  -webkit-box-shadow: 0 0 0 2px #719bad;
  box-shadow: 0 0 0 2px #719bad;
}

.c-tabSlider__prev, .c-tabSlider__next {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 30px;
  height: 80px;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
  z-index: 1;
  cursor: pointer;
}

.c-tabSlider__prev::before, .c-tabSlider__next::before {
  content: "";
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 4px);
  width: 18px;
  height: 18px;
  border-top: 2px solid #719bad;
  border-right: 2px solid #719bad;
}

.c-tabSlider__prev {
  left: 0;
  -webkit-transform: translate(-25%, -85%);
  transform: translate(-25%, -85%);
}

.c-tabSlider__prev::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.c-tabSlider__next {
  right: 0;
  -webkit-transform: translate(25%, -85%);
  transform: translate(25%, -85%);
}

.c-tabSlider__next::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.c-tabSlider__compar {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(20px, 4vw, 40px);
  position: relative;
}

.c-tabSlider__compar::before {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  content: "";
  width: 20px;
  height: 18px;
  background-image: url("../images/common/icn_arrow_right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.c-tabSlider__compar::before.--no-arrow::before {
  display: none;
}

.c-tabSlider__compar__item {
  position: relative;
}

.c-tabSlider__compar__item:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
  position: absolute;
  background-color: #719bad;
  font-weight: bold;
  font-size: 16px;
  padding: 0.6em 0.8em;
  line-height: 1;
  color: #fff;
}

.c-tabSlider__compar__item.--before:before {
  content: "BEFORE";
}

.c-tabSlider__compar__item.--after:before {
  content: "AFTER";
}

.c-tabSlider__compar.none_beforeAfter {
  gap: clamp(10px, 2vw, 20px);
}

.c-tabSlider__compar.none_beforeAfter::before {
  display: none;
}

.c-tabSlider__compar.none_beforeAfter .c-tabSlider__compar__item:before {
  display: none;
}

.c-tabSlider__contsTxt {
  margin-top: 8px;
}

.c-tabSlider__contsTxt dt {
  float: left;
}

.c-tabSlider__contsTxt dt,
.c-tabSlider__contsTxt dd {
  font-size: 12px;
  padding-top: 8px;
}

.c-case_01 .slick-dots {
  left: 0;
  bottom: 20px;
}

.c-case_01 .slick-dots li {
  margin: 0 10px;
  width: auto;
  height: auto;
}

.c-case_01 .slick-dots li button {
  margin: 0;
  padding: 0;
  width: 14px;
  height: 14px;
}

.c-case_01 .slick-dots li button::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #b9d3de;
  border-radius: 50%;
  opacity: 1;
}

.c-case_01 .slick-dots li.slick-active button::before {
  background-color: #719bad;
  -webkit-box-shadow: 0 0 0 3px #719bad;
  box-shadow: 0 0 0 3px #719bad;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*
#overview
テキスト

汎用的なテキストのスタイルを定義
*/
/*
#styleguide
本文

本文に使うテキストのスタイル

```
<div class="c-txt">
  ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
  ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
  ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
  ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
  ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー<br>
  ダミーダミーダミーダミーダミーダミーダミーダミーダミーダミーダミー
</div>
```
*/
.c-table th,
.c-table td {
  font-size: 12px;
  padding: 5px clamp(8px, 1.1vw, 11px);
}

.c-table thead th {
  color: #fff;
  background: #88a2be;
  border: 1px solid #b6bac8;
}

.c-table thead th:first-child {
  border-right: none;
}

.c-table tbody th {
  width: min(193px, 18.84765625vw);
  font-weight: 500;
  background: #e3ecf6;
  border-left: 1px solid #b6bac8;
  border-right: 1px solid #b6bac8;
  border-bottom: 1px solid #b6bac8;
}

.c-table tbody td {
  border-right: 1px solid #b6bac8;
  border-bottom: 1px solid #b6bac8;
}

.c-table .u-ffs-palt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*
#overview
テキスト

汎用的なテーブルのスタイルを定義
*/
/*
#styleguide
本文

本文に使うテキストのスタイル

```
<div class="c-table02">
  <dl>
    <dt>テキスト</dt>
    <dd>テキストテキスト</dd>
  </dl>
  <dl>
    <dt>テキスト</dt>
    <dd>テキストテキスト</dd>
  </dl>
</div>
```
*/
.c-table02 dl {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(15px, 1.8vw, 18px) clamp(10px, 2vw, 20px);
}

.c-table02 dl:nth-of-type(2n - 1) {
  background: #f2f6fb;
}

.c-table02 dt {
  width: clamp(90px, 20vw, 200px);
}

.c-table02 dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-table02.--gray dl:nth-of-type(2n - 1) {
  background: #f5f8fa;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/*
#overview
テキスト

汎用的なテキストのスタイルを定義
*/
/*
#styleguide
本文

本文に使うテキストのスタイル

```

```
*/
.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.c-flex img {
  width: 100%;
}

.c-flex.--col2 .c-flex__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-flex.--col3 {
  gap: clamp(20px, 5vw, 45px);
}

.c-flex.--col3 .c-flex__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-flex.--colRatio .c-flex__item:nth-of-type(1) {
  width: 235px;
}

.c-flex.--colRatio .c-flex__item:nth-of-type(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-flex.--arrow {
  gap: 40px;
}

.c-flex.--arrow .c-flex__item {
  position: relative;
}

.c-flex.--arrow .c-flex__item:not(:last-of-type) .c-flex__itemImg {
  position: relative;
}

.c-flex.--arrow .c-flex__item:not(:last-of-type) .c-flex__itemImg::before {
  content: "";
  width: 11px;
  height: 28px;
  background: url(../images/common/icon_arrow_orange.webp) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-flex.--arrow .c-flex__item:not(:last-of-type)::before {
  display: none;
  content: "";
  width: 11px;
  height: 28px;
  background: url(../images/common/icon_arrow_orange.webp) no-repeat center center/cover;
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

.c-flex.--arrow.--halfColumn {
  gap: 10px;
}

.c-flex.--arrow.--halfColumn .c-flex__item:not(:last-of-type) .c-flex__itemImg:before {
  background: url(../images/common/icon_arrow_blue_bold.webp) no-repeat center center/cover;
  width: 7px;
  height: 10.5px;
  right: -9px;
}

.c-flex.--arrow.--halfColumn .c-flex__item:before {
  background: url(../images/common/icon_arrow_blue_bold.webp) no-repeat center center/cover;
  width: 14px;
  height: 21px;
  bottom: 0;
}

.c-flex.--images .c-flex__itemImg {
  height: min(520px, 40.625vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, 2vw, 20px);
}

.c-flex.--images .c-flex__itemImg .--image1 {
  width: min(293px, 22.890625vw);
}

.c-flex.--images .c-flex__itemImg .--image1 video {
  width: 100%;
}

.c-flex.--images .c-flex__itemImg .--image2 {
  width: min(250px, 19.53125vw);
}

.c-flex.--images .c-flex__itemText {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.c-flex .c-flex__itemTtl {
  text-align: center;
  font-weight: bold;
  background-color: #e3ecf6;
  padding: 0.5em 0;
  margin-bottom: 10px;
}

.c-flex .c-flex__itemSubTtl {
  color: #4a6e9d;
  font-weight: bold;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
.c-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
}

.c-anchor__item {
  color: #4A6E9D;
  width: 200px;
  min-height: 70px;
  border: 1px solid #B8CBE1;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-anchor__item::before {
  content: "";
  width: 5px;
  height: 5px;
  border-left: 1px solid #4A6E9D;
  border-top: 1px solid #4A6E9D;
  position: absolute;
  left: 50%;
  bottom: 8px;
  -webkit-transform: translateX(-50%) rotate(-135deg);
  transform: translateX(-50%) rotate(-135deg);
  z-index: 1;
}

.c-anchor__item:hover {
  opacity: 0.7;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
.c-txt-link {
  color: #4A6E9D;
  display: block;
  margin-left: 20px;
  text-decoration: underline;
  position: relative;
}

.c-txt-link:hover {
  text-decoration: none;
}

.c-txt-link::before {
  content: ">";
  position: absolute;
  left: -15px;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/**
 * タブ切り替え専用スタイル
 */
.js--tabWrap .js--tab-trigger {
  cursor: pointer;
}

.js--tabWrap .js--panel-trigger[hidden] {
  display: none;
}

/************************************************************
*  ページ全体に読み込ませるcss
*************************************************************/
/************************************************************
*  Utility
*  汎用的なスタイルを定義
*************************************************************/
/* 下線
--------------------------------------------------------------------------------------- */
.u-external_link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: underline;
}

.u-external_link:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* 透過
--------------------------------------------------------------------------------------- */
.u-hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.u-hover:hover {
  opacity: 0.7;
}

.u-imgHover {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.u-imgHover:hover {
  opacity: 0.7;
}

/* 背景
--------------------------------------------------------------------------------------- */
.u-bg-lightDark {
  background-color: #fbfbfb;
}

.u-bg-lightDark {
  background-color: #fbfbfb;
}

/* PC/SP 非表示
--------------------------------------------------------------------------------------- */
.u-sp_none {
  display: block !important;
}

.u-pctab_none {
  display: none !important;
}

.u-tab_none {
  display: block !important;
}

.u-sptab_none {
  display: block !important;
}

.u-pc_none {
  display: none !important;
}

/* 横幅・縦幅
--------------------------------------------------------------------------------------- */
.u-w-auto {
  width: auto;
}

.u-h-auto {
  height: auto;
}

.u-w0 {
  width: 0% !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

/* ドットリスト（・）
--------------------------------------------------------------------------------------- */
.u-list_dot li {
  position: relative;
  padding-left: 15px;
  padding-left: 15px;
  padding-left: 1.5rem;
  text-align: left;
  font-size: clamp(14px, 3.5vw, 16px);
}

.u-list_dot li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.u-list_dot li.dot_none::before {
  display: none;
}

.u-list_dot--big li {
  font-size: clamp(14px, 3.5vw, 20px);
}

.u-list_dot--big li + li {
  margin-top: 8px;
}

.u-list_dot--big li + * {
  margin-bottom: 8px;
}

.u-list_dot--bigDot li::before {
  content: "" !important;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  top: 0.4em !important;
}

.u-list_dot--check li {
  padding-left: clamp(17px, 2.5vw, 25px);
  position: relative;
}

.u-list_dot--check li::before {
  content: "";
  width: 16px;
  height: 9px;
  border-left: 3px solid #88a2be;
  border-bottom: 3px solid #88a2be;
  position: absolute;
  top: 0.3em;
  left: 0px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

/* flex
--------------------------------------------------------------------------------------- */
.u-flex1 {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
}

.u-flex2 {
  -webkit-box-flex: 2 !important;
  -ms-flex: 2 !important;
  flex: 2 !important;
}

.u-flex3 {
  -webkit-box-flex: 3 !important;
  -ms-flex: 3 !important;
  flex: 3 !important;
}

.u-flex4 {
  -webkit-box-flex: 4 !important;
  -ms-flex: 4 !important;
  flex: 4 !important;
}

/* grid
--------------------------------------------------------------------------------------- */
.u-grid1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.u-grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.u-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.u-grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

/* 注釈リスト（※）
--------------------------------------------------------------------------------------- */
* + .u-list_notes {
  margin-top: 0.8em;
}

.u-list_notes--small li,
.u-list_notes--small .u-notes {
  font-size: clamp(10px, 2.5vw, 15px);
}

.u-list_notes li,
.u-notes {
  position: relative;
  list-style: none;
  padding: 0 0 0 1.2em;
  margin-bottom: 0;
  background-image: none;
  /* TODO タブレット最適化後に削除*/
  font-size: clamp(13px, 3.5vw, 14px);
  display: inline-block;
}

.u-list_notes li::before,
.u-notes::before {
  content: "※";
  position: absolute;
  left: 0;
  display: inline-block;
}

.u-list_notes li + li,
.u-notes + .u-notes {
  margin-top: 3px;
}

.u-notes--big {
  font-size: clamp(13px, 3.5vw, 20px);
}

.u-list_notes--block li {
  display: block;
}

.u-notes--block {
  display: block;
}

.u-notes--fs16 {
  font-size: clamp(13px, 3.5vw, 16px);
}

/* テキストインデント
--------------------------------------------------------------------------------------- */
.u-txt-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-txt-indent.--mSize {
  text-indent: -1.7em;
  padding-left: 1.7em;
}

/* テキストデコレーション下線
--------------------------------------------------------------------------------------- */
.u-txt-underline {
  text-decoration: underline;
}

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

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

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

/* 揃え
--------------------------------------------------------------------------------------- */
.u-margin-l {
  margin: 0 auto 0 0;
}

.u-margin-c {
  margin: 0 auto;
}

.u-margin-r {
  margin: 0 0 0 auto;
}

/* 文字色
--------------------------------------------------------------------------------------- */
.u-color-mainDarkBlue {
  color: #4A6E9D;
}

.u-color-lightBlue {
  color: #88a2be;
}

.u-color-accentBlue {
  color: #88a2be;
}

.u-color-accentRed {
  color: #ff4b4b;
}

.u-color-accentRed2 {
  color: #FF0000;
}

.u-color-accentRed3 {
  color: #f80a0f;
}

.u-color-txtBlack {
  color: #333;
}

.u-color-blue {
  color: #4a6e9d;
}

.u-color-txtBlack2 {
  color: #000 !important;
}

.u-color-txtGray {
  color: #707070;
}

/* 背景色
--------------------------------------------------------------------------------------- */
.u-back-c-accentLightBlue {
  background-color: #F5F7FA;
}

/* ボーダー
--------------------------------------------------------------------------------------- */
.u-border.--current {
  border-bottom: 1px solid currentColor;
}

.u-border.--gray {
  border-bottom: 1px solid #999999;
}

.u-border__img {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* フォント
--------------------------------------------------------------------------------------- */
.u-ff-yugoshic {
  font-family: 游ゴシック medium, yu gothic medium, 游ゴシック, yu gothic, メイリオ, meiryo, ヒラギノ角ゴ pro, hiragino kaku gothic pro, sans-serif !important;
}

.u-ff-yugoshic-bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
  font-weight: bold;
}

.u-ff-yumincho {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
}

.u-ff-yumincho-bold {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
  font-weight: bold;
}

.u-fs10 {
  font-size: 10px !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs13 {
  font-size: 13px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs15 {
  font-size: 15px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs17 {
  font-size: 17px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs19 {
  font-size: 19px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

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

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

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

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

.u-m0 {
  margin: 0px !important;
}

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

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

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

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

.u-m5 {
  margin: 5px !important;
}

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

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

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

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

.u-m10 {
  margin: 10px !important;
}

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

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

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

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

.u-m15 {
  margin: 15px !important;
}

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

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

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

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

.u-m20 {
  margin: 20px !important;
}

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

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

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

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

.u-m25 {
  margin: 25px !important;
}

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

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

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

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

.u-m30 {
  margin: 30px !important;
}

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

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

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

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

.u-m35 {
  margin: 35px !important;
}

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

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

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

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

.u-m40 {
  margin: 40px !important;
}

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

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

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

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

.u-m45 {
  margin: 45px !important;
}

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

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

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

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

.u-m50 {
  margin: 50px !important;
}

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

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

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

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

.u-m55 {
  margin: 55px !important;
}

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

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

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

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

.u-m60 {
  margin: 60px !important;
}

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

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

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

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

.u-m65 {
  margin: 65px !important;
}

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

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

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

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

.u-m70 {
  margin: 70px !important;
}

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

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

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

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

.u-m75 {
  margin: 75px !important;
}

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

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

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

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

.u-m80 {
  margin: 80px !important;
}

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

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

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

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

.u-m85 {
  margin: 85px !important;
}

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

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

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

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

.u-m90 {
  margin: 90px !important;
}

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

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

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

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

.u-m95 {
  margin: 95px !important;
}

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

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

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

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

.u-m100 {
  margin: 100px !important;
}

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

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

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

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

.u-m105 {
  margin: 105px !important;
}

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

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

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

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

.u-m110 {
  margin: 110px !important;
}

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

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

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

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

.u-m115 {
  margin: 115px !important;
}

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

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

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

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

.u-m120 {
  margin: 120px !important;
}

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

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

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

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

.u-m125 {
  margin: 125px !important;
}

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

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

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

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

.u-m130 {
  margin: 130px !important;
}

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

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

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

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

.u-m135 {
  margin: 135px !important;
}

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

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

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

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

.u-m140 {
  margin: 140px !important;
}

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

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

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

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

.u-m145 {
  margin: 145px !important;
}

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

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

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

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

.u-m150 {
  margin: 150px !important;
}

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

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

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

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

.u-m155 {
  margin: 155px !important;
}

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

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

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

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

.u-m160 {
  margin: 160px !important;
}

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

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

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

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

.u-m165 {
  margin: 165px !important;
}

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

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

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

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

.u-m170 {
  margin: 170px !important;
}

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

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

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

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

.u-m175 {
  margin: 175px !important;
}

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

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

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

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

.u-m180 {
  margin: 180px !important;
}

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

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

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

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

.u-m185 {
  margin: 185px !important;
}

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

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

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

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

.u-m190 {
  margin: 190px !important;
}

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

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

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

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

.u-m195 {
  margin: 195px !important;
}

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

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

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

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

.u-m200 {
  margin: 200px !important;
}

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

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

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

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

.u-m205 {
  margin: 205px !important;
}

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

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

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

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

.u-m210 {
  margin: 210px !important;
}

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

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

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

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

.u-m215 {
  margin: 215px !important;
}

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

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

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

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

.u-m220 {
  margin: 220px !important;
}

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

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

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

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

.u-m225 {
  margin: 225px !important;
}

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

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

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

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

.u-m230 {
  margin: 230px !important;
}

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

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

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

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

.u-m235 {
  margin: 235px !important;
}

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

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

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

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

.u-m240 {
  margin: 240px !important;
}

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

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

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

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

.u-m245 {
  margin: 245px !important;
}

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

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

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

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

.u-m250 {
  margin: 250px !important;
}

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

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

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

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

.u-m255 {
  margin: 255px !important;
}

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

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

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

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

.u-m260 {
  margin: 260px !important;
}

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

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

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

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

.u-m265 {
  margin: 265px !important;
}

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

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

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

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

.u-m270 {
  margin: 270px !important;
}

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

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

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

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

.u-m275 {
  margin: 275px !important;
}

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

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

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

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

.u-m280 {
  margin: 280px !important;
}

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

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

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

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

.u-m285 {
  margin: 285px !important;
}

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

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

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

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

.u-m290 {
  margin: 290px !important;
}

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

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

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

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

.u-m295 {
  margin: 295px !important;
}

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

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

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

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

.u-m300 {
  margin: 300px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-p0 {
  padding: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-p5 {
  padding: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-p15 {
  padding: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-p25 {
  padding: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-p30 {
  padding: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-p35 {
  padding: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-p40 {
  padding: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-p45 {
  padding: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-p50 {
  padding: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-p55 {
  padding: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-p60 {
  padding: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-p65 {
  padding: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-p70 {
  padding: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-p75 {
  padding: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-p80 {
  padding: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-p85 {
  padding: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-p90 {
  padding: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-p95 {
  padding: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-p100 {
  padding: 100px !important;
}

.u-cg0 {
  -webkit-column-gap: 0px !important;
  -moz-column-gap: 0px !important;
  column-gap: 0px !important;
}

.u-rg0 {
  row-gap: 0px !important;
}

.u-cg5 {
  -webkit-column-gap: 5px !important;
  -moz-column-gap: 5px !important;
  column-gap: 5px !important;
}

.u-rg5 {
  row-gap: 5px !important;
}

.u-cg10 {
  -webkit-column-gap: 10px !important;
  -moz-column-gap: 10px !important;
  column-gap: 10px !important;
}

.u-rg10 {
  row-gap: 10px !important;
}

.u-cg15 {
  -webkit-column-gap: 15px !important;
  -moz-column-gap: 15px !important;
  column-gap: 15px !important;
}

.u-rg15 {
  row-gap: 15px !important;
}

.u-cg20 {
  -webkit-column-gap: 20px !important;
  -moz-column-gap: 20px !important;
  column-gap: 20px !important;
}

.u-rg20 {
  row-gap: 20px !important;
}

.u-cg25 {
  -webkit-column-gap: 25px !important;
  -moz-column-gap: 25px !important;
  column-gap: 25px !important;
}

.u-rg25 {
  row-gap: 25px !important;
}

.u-cg30 {
  -webkit-column-gap: 30px !important;
  -moz-column-gap: 30px !important;
  column-gap: 30px !important;
}

.u-rg30 {
  row-gap: 30px !important;
}

.u-cg35 {
  -webkit-column-gap: 35px !important;
  -moz-column-gap: 35px !important;
  column-gap: 35px !important;
}

.u-rg35 {
  row-gap: 35px !important;
}

.u-cg40 {
  -webkit-column-gap: 40px !important;
  -moz-column-gap: 40px !important;
  column-gap: 40px !important;
}

.u-rg40 {
  row-gap: 40px !important;
}

.u-cg45 {
  -webkit-column-gap: 45px !important;
  -moz-column-gap: 45px !important;
  column-gap: 45px !important;
}

.u-rg45 {
  row-gap: 45px !important;
}

.u-cg50 {
  -webkit-column-gap: 50px !important;
  -moz-column-gap: 50px !important;
  column-gap: 50px !important;
}

.u-rg50 {
  row-gap: 50px !important;
}

.u-cg55 {
  -webkit-column-gap: 55px !important;
  -moz-column-gap: 55px !important;
  column-gap: 55px !important;
}

.u-rg55 {
  row-gap: 55px !important;
}

.u-cg60 {
  -webkit-column-gap: 60px !important;
  -moz-column-gap: 60px !important;
  column-gap: 60px !important;
}

.u-rg60 {
  row-gap: 60px !important;
}

.u-cg65 {
  -webkit-column-gap: 65px !important;
  -moz-column-gap: 65px !important;
  column-gap: 65px !important;
}

.u-rg65 {
  row-gap: 65px !important;
}

.u-cg70 {
  -webkit-column-gap: 70px !important;
  -moz-column-gap: 70px !important;
  column-gap: 70px !important;
}

.u-rg70 {
  row-gap: 70px !important;
}

.u-cg75 {
  -webkit-column-gap: 75px !important;
  -moz-column-gap: 75px !important;
  column-gap: 75px !important;
}

.u-rg75 {
  row-gap: 75px !important;
}

.u-cg80 {
  -webkit-column-gap: 80px !important;
  -moz-column-gap: 80px !important;
  column-gap: 80px !important;
}

.u-rg80 {
  row-gap: 80px !important;
}

.u-cg85 {
  -webkit-column-gap: 85px !important;
  -moz-column-gap: 85px !important;
  column-gap: 85px !important;
}

.u-rg85 {
  row-gap: 85px !important;
}

.u-cg90 {
  -webkit-column-gap: 90px !important;
  -moz-column-gap: 90px !important;
  column-gap: 90px !important;
}

.u-rg90 {
  row-gap: 90px !important;
}

.u-cg95 {
  -webkit-column-gap: 95px !important;
  -moz-column-gap: 95px !important;
  column-gap: 95px !important;
}

.u-rg95 {
  row-gap: 95px !important;
}

.u-cg100 {
  -webkit-column-gap: 100px !important;
  -moz-column-gap: 100px !important;
  column-gap: 100px !important;
}

.u-rg100 {
  row-gap: 100px !important;
}

@media screen and (max-width: 1450px) {
  .l-inner.--rAuto {
    padding-inline: 15px;
  }
}

@media screen and (max-width: 1300px) {
  .s-header__subMenu {
    left: auto;
    left: initial;
    right: 0;
  }
  .s-footer__bottom {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 1130px) {
  .l-inner {
    padding: 0px 15px;
  }
  .c-breadcrumbs {
    padding: 0px 15px;
  }
}

@media screen and (max-width: 1024px) {
  .l-flex-tabblock {
    display: block;
  }
  .s-header__btn {
    margin-right: min(120px, 11.71875vw);
  }
  .s-header__flex__col.--left {
    display: none;
  }
  .s-header__nav-itemBtn {
    margin-left: 15px;
  }
  .s-header__hamburgerMenu-cont.is-drawer_open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .s-footer__bottomCont {
    gap: 15px;
  }
  .s-footer__bottomCont__item {
    width: 40%;
  }
  .s-footer__bottomBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .s-headerGroup__logo {
    margin-left: 0;
  }
  .c-box {
    width: calc(50% - 16px);
  }
  .c-txt-ovl-img__img-wrap {
    width: 600px;
  }
  .c-txt-ovl-img__img-wrap.--closed-left {
    margin-left: auto;
    margin-right: 0;
    margin-right: initial;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
  }
  .c-txt-ovl-img__img-wrap.--closed-right {
    margin-left: 0;
    margin-left: initial;
    margin-right: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
  }
  .c-txt-ovl-img__context.--bg-white {
    width: 80%;
    padding: 15px 0;
  }
  .c-txt-ovl-img__context {
    width: 60%;
    margin-right: -100px;
  }
  .c-txt-ovl-img__context.--rest {
    width: 80%;
    margin-right: 0;
    margin-right: initial;
  }
  .c-pickupSlider__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-block: 13px 20px;
    padding-inline: 13px;
  }
  .c-pickupSlider__left {
    display: contents;
  }
  .c-pickupSlider__right {
    display: contents;
  }
  .c-pickupSlider__img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-pickupSlider__price {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-block: 10px 0;
  }
  .c-pickupSlider__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-pickupSlider__list {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
  }
  .c-pickupSlider .c-btn {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    width: min(300px, 100%);
    min-height: 40px;
    font-size: 13px;
  }
  .c-clinicBox__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-clinicBox__img {
    width: 100%;
  }
  .c-flow__cont {
    grid-template-columns: repeat(2, 1fr);
  }
  .u-pctab_none {
    display: block !important;
  }
  .u-tab_none {
    display: none !important;
  }
  .u-sptab_none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .s-header__navWrap {
    display: none;
  }
  .s-header__hamburgerMenu {
    display: block;
  }
  .c-langBtn.--sp_none {
    display: none;
  }
}

@media screen and (max-width: 640px) and (max-width: 1130px) {
  .s-headerGroup__container {
    padding: 0px 15px;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 1.3rem;
  }
  .sa {
    -webkit-transition: all 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .l-flex--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-flex--spjcsb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-flex--spjcc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-flex--spaic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l-flex--spais {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .l-flex-spblock {
    display: block;
  }
  .l-main.--group {
    padding-left: 0;
    padding-left: initial;
  }
  .l-inner.--spfluid {
    padding: 0;
    padding: initial;
  }
  .l-inner.--rAuto {
    padding-inline: 20px;
  }
  .s-header__btn {
    padding: 5px 22px;
  }
  .s-header__btn__sub.--sp_none {
    display: none;
  }
  .s-header__btn__main {
    font-size: 12px;
  }
  .s-header__wrapBlocks {
    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;
    margin-top: 8px;
    gap: 5px;
  }
  .s-header__inlineBlock {
    font-size: 12px;
    letter-spacing: -0.05em;
    color: #88a2be;
  }
  .s-header__flex.--mtb {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .s-header__iconWrap {
    margin: 0;
    margin: initial;
  }
  .s-header__subMenu {
    padding: 0;
    padding: initial;
    position: static;
    width: calc(100% - 35px);
    margin-left: auto;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .s-header__subMenuItem + .s-header__subMenuItem {
    margin-top: 15px;
  }
  .is-english .s-footer__nav {
    height: 300px;
  }
  .s-footer__flex.--fixed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-footer__title {
    text-align: center;
  }
  .s-footer__nav {
    padding-left: 0;
    padding-left: initial;
    min-width: unset;
    gap: 12px min(45px, 12vw);
  }
  .s-footer__groupNav {
    width: 100%;
  }
  .s-footer__groupNav.--small {
    width: 40%;
  }
  .s-footer__nav-item.--footNav {
    font-size: min(13px, 3.4666666667vw);
    width: calc(100% - 20px);
  }
  .s-footer__nav-link {
    display: block;
    padding-bottom: 0;
  }
  .s-footer__nav-link::after {
    display: none;
  }
  .s-footer__nav-link:hover {
    opacity: 0.8;
  }
  .s-footer__cont {
    padding-top: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#6ebdf7), to(#ee70b7));
    background: linear-gradient(#6ebdf7 0%, #ee70b7 100%);
  }
  .s-footer__bottom {
    padding: min(75px, 8vw) 0 min(75px, 13.3333333333vw);
  }
  .s-footer__bottomCont {
    gap: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s-footer__bottomCont__item {
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .s-footer__bottomBox {
    gap: initial;
    gap: 15px 15px;
    margin-top: 35px;
    padding: 15px 10px;
  }
  .s-footer__bottomBox__item {
    line-height: 1;
    gap: 8px;
    font-size: 14px;
  }
  .s-footer__btn {
    width: 100%;
    max-width: 350px;
    border-radius: 35px;
  }
  .s-footer__btn__icon {
    width: auto;
    height: auto;
  }
  .s-footer__btn__sub {
    font-size: 15px;
    width: 203px;
    height: 25px;
    border-radius: 20px;
    color: #4a6e9d;
  }
  .s-footer__btn__main {
    font-size: 24px;
    padding: 20px 0 10px 0;
  }
  .s-top-btn {
    bottom: 2.5%;
    right: 2.5%;
  }
  .s-headerGroup {
    width: 100%;
    padding: 0;
    padding: initial;
    height: auto;
    height: initial;
  }
  .s-headerGroup__container {
    width: min(1100px, 100%);
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .s-headerGroup__logo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    padding: initial;
    gap: 8.5px;
  }
  .s-headerGroup__subLogo {
    margin-top: 0;
    margin-top: initial;
  }
  .s-footerGroup {
    padding-left: 0;
    padding-left: initial;
  }
  .s-footerGroup__links {
    width: 90%;
  }
  .s-footerGroup__cRight {
    margin-top: 30px;
  }
  .s-footerGroup__recruit {
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
  .s-footerGroup__recruitText {
    font-size: min(16px, 4.2666666667vw);
    height: 45px;
    padding-inline: min(15px, 4vw);
  }
  .s-footerGroup__recruitText span {
    font-size: 10px;
  }
  .s-footerGroup__recruitDeco {
    gap: 10px;
  }
  .s-footerGroup__recruitDeco img {
    width: 20px;
    height: 4px;
  }
  .c-btn.--guidepage {
    font-size: 16px;
  }
  .c-btn {
    font-size: 1.6rem;
    width: min(300px, 100%);
    min-height: 60px;
  }
  .c-btn__arrow {
    right: min(10px, 5.3333333333vw);
    width: min(6px, 1.6vw);
    height: min(12px, 3.2vw);
  }
  .c-btn.--group.--small {
    width: min(130px, 100%);
  }
  .c-btn.--group.--small img {
    width: 20px;
    height: 4px;
  }
  .c-btn.--group.--small:hover img {
    right: -15px;
  }
  .c-head--bk {
    font-size: 18px;
    padding: 15px 17px;
  }
  .c-head__deco {
    line-height: 1.7;
  }
  .c-head.--group {
    font-size: clamp(30px, 5vw, 60px);
  }
  .c-box {
    width: calc(50% - 10px);
    -webkit-box-shadow: 0 10px 20px rgba(0, 28, 64, .25);
    box-shadow: 0 10px 20px rgba(0, 28, 64, .25);
    border-radius: 10px;
  }
  .c-box:hover {
    top: auto;
    top: initial;
  }
  .c-imgLink__outer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-imgLink {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    height: 180px;
    border-right: 0;
    border-right: initial;
    border-top: #fff 1px solid;
  }
  .c-imgLink:first-of-type {
    border-top: 0;
    border-top: initial;
  }
  .c-mv__main {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .c-mv__main__item.--fluidImg {
    width: 100%;
  }
  .c-mv__main__item.--fluidImg img {
    width: 100%;
  }
  .c-mv__title__txt {
    position: relative;
    font-size: min(24px, 6.4vw);
    width: 100%;
    padding-block: clamp(41px, 4.5vw, 45px);
    left: auto;
    left: initial;
    top: auto;
    top: initial;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
  }
  .c-txt--lh-middle, .c-txt--lh-large, .c-txt {
    font-size: 1.4rem;
  }
  .c-txt--lh-large {
    line-height: 1.8;
  }
  .c-txt--lh-middle {
    line-height: 1.6;
  }
  .c-breadcrumbs__item {
    font-size: 11px;
  }
  .c-breadcrumbs__item-link {
    padding-right: 24px;
  }
  .c-breadcrumbs__item-link::before {
    right: 7px;
  }
  .c-txt-ovl-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    justify-content: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-txt-ovl-img__img-wrap {
    min-width: inherit;
    width: 100%;
    margin-left: 0;
    margin-left: initial;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .c-txt-ovl-img__context.--bg-white {
    padding: 35px 26px 40px 26px;
    width: 90%;
  }
  .c-txt-ovl-img__context {
    top: initial;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
    position: relative;
    min-height: inherit;
    width: calc(100% - 40px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    top: -30px;
    padding: 20px 20px 20px 20px;
    margin: 0;
    margin-bottom: -30px;
  }
  .c-txt-ovl-img__context__heading {
    font-size: 18px;
    line-height: 29px;
    margin-left: 10px;
    text-indent: -20px;
  }
  .c-txt-ovl-img__context__heading::before {
    margin-right: 5px;
    width: 10px;
    height: 3px;
  }
  .c-txt-ovl-img__context__txt {
    font-size: 14px;
    line-height: 1.8;
  }
  .c-information__btn {
    width: 100px;
    height: 40px;
  }
  .c-information__list-link {
    display: block;
    padding: min(30px, 4vw);
  }
  .c-information__list-link::after {
    display: none;
  }
  .c-information__flex {
    margin-bottom: 15px;
  }
  .c-information__tag {
    min-width: 120px;
    min-height: 30px;
    padding: 3px 10px;
  }
  .c-information__ttl {
    padding-left: 5px;
  }
  .c-num__item {
    font-size: 16px;
    padding-left: 20px;
  }
  .c-num__item::before {
    top: 3px;
    height: 18px;
    width: 18px;
    font-size: 14px;
  }
  .c-qa__accordion_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-qa__accordion_dt {
    height: auto;
    padding-block: 19px 17px;
  }
  .c-qa__accordion_dd {
    padding: 19px 30px 20px 60px;
    height: auto;
  }
  .c-gradBtn {
    width: 90%;
    min-height: 60px;
    font-size: clamp(14px, 5vw, 14px);
  }
  .c-gradBtn::after {
    width: 1.6vw;
    height: 3.2vw;
  }
  .c-langBtn__label {
    width: 90%;
  }
  .c-langBtn__options__txt {
    width: 90%;
  }
  .c-txt-lead__big {
    line-height: 1.8;
  }
  .c-txt-lead__text {
    line-height: 1.76;
  }
  .c-txt-lead__text + .c-txt-lead__text {
    margin-top: 23px;
  }
  .c-txt-lead__text.--sp-nowrap {
    white-space: nowrap;
  }
  .c-pickupSlider {
    margin: 0 calc(50% - 50vw);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .c-pickupSlider__slide {
    margin-inline: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-pickupSlider .slick-dots {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .c-pickupSlider .slick-prev,
  .c-pickupSlider .slick-next {
    position: static;
    -webkit-transform: unset;
    transform: unset;
  }
  .c-pickupSlider .slick-prev {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 15px;
  }
  .c-pickupSlider .slick-next {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-right: 15px;
  }
  .c-clinicBox__details {
    margin-bottom: 15px;
  }
  .c-clinicBox .c-btn {
    min-height: 38px;
  }
  .c-flow__cont {
    grid-template-columns: repeat(1, 1fr);
    gap: 75px 25px;
  }
  .c-flow__box::before {
    top: unset;
    bottom: -30px;
    right: 50%;
    -webkit-transform: translateX(40%) rotate(135deg);
    transform: translateX(40%) rotate(135deg);
  }
  .c-flow__box:nth-of-type(3n)::before {
    display: block;
  }
  .c-flow__box:last-of-type::before {
    display: none;
  }
  .c-flow__top {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .c-casePhotos__tabs {
    padding-inline: 0;
  }
  .c-casePhotos__tab {
    height: 70px;
  }
  .c-casePhotos__tab.is-active {
    height: 80px;
  }
  .c-casePhotos__tab.is-active .c-casePhotos__cate {
    margin-top: 10px;
  }
  .c-casePhotos__cont {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-casePhotos__modalDetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-casePhotos__modalBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-casePhotos .c-btn {
    width: min(300px, 100%);
  }
  .c-tabSlider {
    padding: 6px 6px 30px 6px;
  }
  .c-tabSlider__tabTtl {
    font-size: 15px;
  }
  .c-tabSlider .slick-slide {
    margin: 0 10px;
  }
  .c-tabSlider__dots .slick-dots [role=presentation] {
    height: 8px;
    width: 8px;
    margin: 0 8px;
  }
  .c-tabSlider__prev, .c-tabSlider__next {
    width: 24px;
    height: 75px;
  }
  .c-tabSlider__prev::before, .c-tabSlider__next::before {
    top: calc(50% - 8px);
    width: 14px;
    height: 14px;
  }
  .c-tabSlider__prev {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .c-tabSlider__next {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .c-tabSlider__compar::before {
    width: 10px;
    height: 8px;
  }
  .c-tabSlider__compar {
    margin-top: 15px;
  }
  .c-tabSlider__compar__item:before {
    -webkit-transform: none;
    transform: none;
    -webkit-transform: initial;
    transform: initial;
    position: static;
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 10px;
  }
  .c-tabSlider__contsTxt dl {
    width: 94.7%;
    margin: 0 auto;
    margin-top: 8px;
  }
  .c-tabSlider__contsTxt dt,
  .c-tabSlider__contsTxt dd {
    padding-top: 5px;
  }
  .c-tabSlider__head {
    font-weight: bold;
    font-size: 14px;
    width: 94.7%;
    margin: 0 auto;
  }
  .c-table tbody th {
    width: min(110px, 29.3333333333vw);
  }
  .c-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-flex.--colRatio .c-flex__item:nth-of-type(1) {
    margin-inline: auto;
  }
  .c-flex.--arrow .c-flex__item:not(:last-of-type) .c-flex__itemImg::before {
    display: none;
  }
  .c-flex.--arrow .c-flex__item:not(:last-of-type)::before {
    display: block;
  }
  .c-flex.--arrow.--halfColumn .c-flex__item:not(:last-of-type) .c-flex__itemImg:before {
    display: none;
  }
  .c-flex.--images .c-flex__itemImg {
    height: unset;
  }
  .c-flex.--images .c-flex__itemImg .--image1 {
    width: 52%;
  }
  .c-flex.--images .c-flex__itemImg .--image2 {
    width: 46%;
  }
  .c-anchor {
    gap: 10px;
  }
  .c-anchor__item {
    width: calc(50% - 10px);
    max-width: 170px;
    min-height: 50px;
  }
  .u-sp_none {
    display: none !important;
  }
  .u-tab_none {
    display: block !important;
  }
  .u-pc_none {
    display: block !important;
  }
  .u-w-auto {
    width: 100%;
  }
  .u-sp-w0 {
    width: 0% !important;
  }
  .u-sp-w5 {
    width: 5% !important;
  }
  .u-sp-w10 {
    width: 10% !important;
  }
  .u-sp-w15 {
    width: 15% !important;
  }
  .u-sp-w20 {
    width: 20% !important;
  }
  .u-sp-w25 {
    width: 25% !important;
  }
  .u-sp-w30 {
    width: 30% !important;
  }
  .u-sp-w35 {
    width: 35% !important;
  }
  .u-sp-w40 {
    width: 40% !important;
  }
  .u-sp-w45 {
    width: 45% !important;
  }
  .u-sp-w50 {
    width: 50% !important;
  }
  .u-sp-w55 {
    width: 55% !important;
  }
  .u-sp-w60 {
    width: 60% !important;
  }
  .u-sp-w65 {
    width: 65% !important;
  }
  .u-sp-w70 {
    width: 70% !important;
  }
  .u-sp-w75 {
    width: 75% !important;
  }
  .u-sp-w80 {
    width: 80% !important;
  }
  .u-sp-w85 {
    width: 85% !important;
  }
  .u-sp-w90 {
    width: 90% !important;
  }
  .u-sp-w95 {
    width: 95% !important;
  }
  .u-sp-w100 {
    width: 100% !important;
  }
  .u-list_dot--check li::before {
    width: 12px;
    height: 6px;
    border-left: 2px solid #88a2be;
    border-bottom: 2px solid #88a2be;
    top: 0.4em;
  }
  .u-spflex1 {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
  }
  .u-spflex2 {
    -webkit-box-flex: 2 !important;
    -ms-flex: 2 !important;
    flex: 2 !important;
  }
  .u-spflex3 {
    -webkit-box-flex: 3 !important;
    -ms-flex: 3 !important;
    flex: 3 !important;
  }
  .u-spflex4 {
    -webkit-box-flex: 4 !important;
    -ms-flex: 4 !important;
    flex: 4 !important;
  }
  .u-spgrid1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .u-spgrid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .u-spgrid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .u-spgrid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .u-spalign-c {
    text-align: center !important;
  }
  .u-spalign-l {
    text-align: left !important;
  }
  .u-spalign-r {
    text-align: right !important;
  }
  .u-spmargin-l {
    margin: 0 auto 0 0;
  }
  .u-spmargin-c {
    margin: 0 auto;
  }
  .u-spmargin-r {
    margin: 0 0 0 auto;
  }
  .u-spfs10 {
    font-size: 10px !important;
  }
  .u-spfs11 {
    font-size: 11px !important;
  }
  .u-spfs12 {
    font-size: 12px !important;
  }
  .u-spfs13 {
    font-size: 13px !important;
  }
  .u-spfs14 {
    font-size: 14px !important;
  }
  .u-spfs15 {
    font-size: 15px !important;
  }
  .u-spfs16 {
    font-size: 16px !important;
  }
  .u-spfs17 {
    font-size: 17px !important;
  }
  .u-spfs18 {
    font-size: 18px !important;
  }
  .u-spfs19 {
    font-size: 19px !important;
  }
  .u-spfs20 {
    font-size: 20px !important;
  }
  .u-spfs21 {
    font-size: 21px !important;
  }
  .u-spfs22 {
    font-size: 22px !important;
  }
  .u-spfs23 {
    font-size: 23px !important;
  }
  .u-spfs24 {
    font-size: 24px !important;
  }
  .u-spfs25 {
    font-size: 25px !important;
  }
  .u-spfs26 {
    font-size: 26px !important;
  }
  .u-spfs27 {
    font-size: 27px !important;
  }
  .u-spfs28 {
    font-size: 28px !important;
  }
  .u-spfs29 {
    font-size: 29px !important;
  }
  .u-spfs30 {
    font-size: 30px !important;
  }
  .u-spfs31 {
    font-size: 31px !important;
  }
  .u-spmt0 {
    margin-top: 0px !important;
  }
  .u-spmb0 {
    margin-bottom: 0px !important;
  }
  .u-spmr0 {
    margin-right: 0px !important;
  }
  .u-spml0 {
    margin-left: 0px !important;
  }
  .u-spm0 {
    margin: 0px !important;
  }
  .u-spmt5 {
    margin-top: 5px !important;
  }
  .u-spmb5 {
    margin-bottom: 5px !important;
  }
  .u-spmr5 {
    margin-right: 5px !important;
  }
  .u-spml5 {
    margin-left: 5px !important;
  }
  .u-spm5 {
    margin: 5px !important;
  }
  .u-spmt10 {
    margin-top: 10px !important;
  }
  .u-spmb10 {
    margin-bottom: 10px !important;
  }
  .u-spmr10 {
    margin-right: 10px !important;
  }
  .u-spml10 {
    margin-left: 10px !important;
  }
  .u-spm10 {
    margin: 10px !important;
  }
  .u-spmt15 {
    margin-top: 15px !important;
  }
  .u-spmb15 {
    margin-bottom: 15px !important;
  }
  .u-spmr15 {
    margin-right: 15px !important;
  }
  .u-spml15 {
    margin-left: 15px !important;
  }
  .u-spm15 {
    margin: 15px !important;
  }
  .u-spmt20 {
    margin-top: 20px !important;
  }
  .u-spmb20 {
    margin-bottom: 20px !important;
  }
  .u-spmr20 {
    margin-right: 20px !important;
  }
  .u-spml20 {
    margin-left: 20px !important;
  }
  .u-spm20 {
    margin: 20px !important;
  }
  .u-spmt25 {
    margin-top: 25px !important;
  }
  .u-spmb25 {
    margin-bottom: 25px !important;
  }
  .u-spmr25 {
    margin-right: 25px !important;
  }
  .u-spml25 {
    margin-left: 25px !important;
  }
  .u-spm25 {
    margin: 25px !important;
  }
  .u-spmt30 {
    margin-top: 30px !important;
  }
  .u-spmb30 {
    margin-bottom: 30px !important;
  }
  .u-spmr30 {
    margin-right: 30px !important;
  }
  .u-spml30 {
    margin-left: 30px !important;
  }
  .u-spm30 {
    margin: 30px !important;
  }
  .u-spmt35 {
    margin-top: 35px !important;
  }
  .u-spmb35 {
    margin-bottom: 35px !important;
  }
  .u-spmr35 {
    margin-right: 35px !important;
  }
  .u-spml35 {
    margin-left: 35px !important;
  }
  .u-spm35 {
    margin: 35px !important;
  }
  .u-spmt40 {
    margin-top: 40px !important;
  }
  .u-spmb40 {
    margin-bottom: 40px !important;
  }
  .u-spmr40 {
    margin-right: 40px !important;
  }
  .u-spml40 {
    margin-left: 40px !important;
  }
  .u-spm40 {
    margin: 40px !important;
  }
  .u-spmt45 {
    margin-top: 45px !important;
  }
  .u-spmb45 {
    margin-bottom: 45px !important;
  }
  .u-spmr45 {
    margin-right: 45px !important;
  }
  .u-spml45 {
    margin-left: 45px !important;
  }
  .u-spm45 {
    margin: 45px !important;
  }
  .u-spmt50 {
    margin-top: 50px !important;
  }
  .u-spmb50 {
    margin-bottom: 50px !important;
  }
  .u-spmr50 {
    margin-right: 50px !important;
  }
  .u-spml50 {
    margin-left: 50px !important;
  }
  .u-spm50 {
    margin: 50px !important;
  }
  .u-spmt55 {
    margin-top: 55px !important;
  }
  .u-spmb55 {
    margin-bottom: 55px !important;
  }
  .u-spmr55 {
    margin-right: 55px !important;
  }
  .u-spml55 {
    margin-left: 55px !important;
  }
  .u-spm55 {
    margin: 55px !important;
  }
  .u-spmt60 {
    margin-top: 60px !important;
  }
  .u-spmb60 {
    margin-bottom: 60px !important;
  }
  .u-spmr60 {
    margin-right: 60px !important;
  }
  .u-spml60 {
    margin-left: 60px !important;
  }
  .u-spm60 {
    margin: 60px !important;
  }
  .u-spmt65 {
    margin-top: 65px !important;
  }
  .u-spmb65 {
    margin-bottom: 65px !important;
  }
  .u-spmr65 {
    margin-right: 65px !important;
  }
  .u-spml65 {
    margin-left: 65px !important;
  }
  .u-spm65 {
    margin: 65px !important;
  }
  .u-spmt70 {
    margin-top: 70px !important;
  }
  .u-spmb70 {
    margin-bottom: 70px !important;
  }
  .u-spmr70 {
    margin-right: 70px !important;
  }
  .u-spml70 {
    margin-left: 70px !important;
  }
  .u-spm70 {
    margin: 70px !important;
  }
  .u-spmt75 {
    margin-top: 75px !important;
  }
  .u-spmb75 {
    margin-bottom: 75px !important;
  }
  .u-spmr75 {
    margin-right: 75px !important;
  }
  .u-spml75 {
    margin-left: 75px !important;
  }
  .u-spm75 {
    margin: 75px !important;
  }
  .u-spmt80 {
    margin-top: 80px !important;
  }
  .u-spmb80 {
    margin-bottom: 80px !important;
  }
  .u-spmr80 {
    margin-right: 80px !important;
  }
  .u-spml80 {
    margin-left: 80px !important;
  }
  .u-spm80 {
    margin: 80px !important;
  }
  .u-spmt85 {
    margin-top: 85px !important;
  }
  .u-spmb85 {
    margin-bottom: 85px !important;
  }
  .u-spmr85 {
    margin-right: 85px !important;
  }
  .u-spml85 {
    margin-left: 85px !important;
  }
  .u-spm85 {
    margin: 85px !important;
  }
  .u-spmt90 {
    margin-top: 90px !important;
  }
  .u-spmb90 {
    margin-bottom: 90px !important;
  }
  .u-spmr90 {
    margin-right: 90px !important;
  }
  .u-spml90 {
    margin-left: 90px !important;
  }
  .u-spm90 {
    margin: 90px !important;
  }
  .u-spmt95 {
    margin-top: 95px !important;
  }
  .u-spmb95 {
    margin-bottom: 95px !important;
  }
  .u-spmr95 {
    margin-right: 95px !important;
  }
  .u-spml95 {
    margin-left: 95px !important;
  }
  .u-spm95 {
    margin: 95px !important;
  }
  .u-spmt100 {
    margin-top: 100px !important;
  }
  .u-spmb100 {
    margin-bottom: 100px !important;
  }
  .u-spmr100 {
    margin-right: 100px !important;
  }
  .u-spml100 {
    margin-left: 100px !important;
  }
  .u-spm100 {
    margin: 100px !important;
  }
  .u-spmt105 {
    margin-top: 105px !important;
  }
  .u-spmb105 {
    margin-bottom: 105px !important;
  }
  .u-spmr105 {
    margin-right: 105px !important;
  }
  .u-spml105 {
    margin-left: 105px !important;
  }
  .u-spm105 {
    margin: 105px !important;
  }
  .u-spmt110 {
    margin-top: 110px !important;
  }
  .u-spmb110 {
    margin-bottom: 110px !important;
  }
  .u-spmr110 {
    margin-right: 110px !important;
  }
  .u-spml110 {
    margin-left: 110px !important;
  }
  .u-spm110 {
    margin: 110px !important;
  }
  .u-spmt115 {
    margin-top: 115px !important;
  }
  .u-spmb115 {
    margin-bottom: 115px !important;
  }
  .u-spmr115 {
    margin-right: 115px !important;
  }
  .u-spml115 {
    margin-left: 115px !important;
  }
  .u-spm115 {
    margin: 115px !important;
  }
  .u-spmt120 {
    margin-top: 120px !important;
  }
  .u-spmb120 {
    margin-bottom: 120px !important;
  }
  .u-spmr120 {
    margin-right: 120px !important;
  }
  .u-spml120 {
    margin-left: 120px !important;
  }
  .u-spm120 {
    margin: 120px !important;
  }
  .u-spmt125 {
    margin-top: 125px !important;
  }
  .u-spmb125 {
    margin-bottom: 125px !important;
  }
  .u-spmr125 {
    margin-right: 125px !important;
  }
  .u-spml125 {
    margin-left: 125px !important;
  }
  .u-spm125 {
    margin: 125px !important;
  }
  .u-spmt130 {
    margin-top: 130px !important;
  }
  .u-spmb130 {
    margin-bottom: 130px !important;
  }
  .u-spmr130 {
    margin-right: 130px !important;
  }
  .u-spml130 {
    margin-left: 130px !important;
  }
  .u-spm130 {
    margin: 130px !important;
  }
  .u-spmt135 {
    margin-top: 135px !important;
  }
  .u-spmb135 {
    margin-bottom: 135px !important;
  }
  .u-spmr135 {
    margin-right: 135px !important;
  }
  .u-spml135 {
    margin-left: 135px !important;
  }
  .u-spm135 {
    margin: 135px !important;
  }
  .u-spmt140 {
    margin-top: 140px !important;
  }
  .u-spmb140 {
    margin-bottom: 140px !important;
  }
  .u-spmr140 {
    margin-right: 140px !important;
  }
  .u-spml140 {
    margin-left: 140px !important;
  }
  .u-spm140 {
    margin: 140px !important;
  }
  .u-spmt145 {
    margin-top: 145px !important;
  }
  .u-spmb145 {
    margin-bottom: 145px !important;
  }
  .u-spmr145 {
    margin-right: 145px !important;
  }
  .u-spml145 {
    margin-left: 145px !important;
  }
  .u-spm145 {
    margin: 145px !important;
  }
  .u-spmt150 {
    margin-top: 150px !important;
  }
  .u-spmb150 {
    margin-bottom: 150px !important;
  }
  .u-spmr150 {
    margin-right: 150px !important;
  }
  .u-spml150 {
    margin-left: 150px !important;
  }
  .u-spm150 {
    margin: 150px !important;
  }
  .u-sppt0 {
    padding-top: 0px !important;
  }
  .u-sppb0 {
    padding-bottom: 0px !important;
  }
  .u-sppr0 {
    padding-right: 0px !important;
  }
  .u-sppl0 {
    padding-left: 0px !important;
  }
  .u-spp0 {
    padding: 0px !important;
  }
  .u-sppt5 {
    padding-top: 5px !important;
  }
  .u-sppb5 {
    padding-bottom: 5px !important;
  }
  .u-sppr5 {
    padding-right: 5px !important;
  }
  .u-sppl5 {
    padding-left: 5px !important;
  }
  .u-spp5 {
    padding: 5px !important;
  }
  .u-sppt10 {
    padding-top: 10px !important;
  }
  .u-sppb10 {
    padding-bottom: 10px !important;
  }
  .u-sppr10 {
    padding-right: 10px !important;
  }
  .u-sppl10 {
    padding-left: 10px !important;
  }
  .u-spp10 {
    padding: 10px !important;
  }
  .u-sppt15 {
    padding-top: 15px !important;
  }
  .u-sppb15 {
    padding-bottom: 15px !important;
  }
  .u-sppr15 {
    padding-right: 15px !important;
  }
  .u-sppl15 {
    padding-left: 15px !important;
  }
  .u-spp15 {
    padding: 15px !important;
  }
  .u-sppt20 {
    padding-top: 20px !important;
  }
  .u-sppb20 {
    padding-bottom: 20px !important;
  }
  .u-sppr20 {
    padding-right: 20px !important;
  }
  .u-sppl20 {
    padding-left: 20px !important;
  }
  .u-spp20 {
    padding: 20px !important;
  }
  .u-sppt25 {
    padding-top: 25px !important;
  }
  .u-sppb25 {
    padding-bottom: 25px !important;
  }
  .u-sppr25 {
    padding-right: 25px !important;
  }
  .u-sppl25 {
    padding-left: 25px !important;
  }
  .u-spp25 {
    padding: 25px !important;
  }
  .u-sppt30 {
    padding-top: 30px !important;
  }
  .u-sppb30 {
    padding-bottom: 30px !important;
  }
  .u-sppr30 {
    padding-right: 30px !important;
  }
  .u-sppl30 {
    padding-left: 30px !important;
  }
  .u-spp30 {
    padding: 30px !important;
  }
  .u-sppt35 {
    padding-top: 35px !important;
  }
  .u-sppb35 {
    padding-bottom: 35px !important;
  }
  .u-sppr35 {
    padding-right: 35px !important;
  }
  .u-sppl35 {
    padding-left: 35px !important;
  }
  .u-spp35 {
    padding: 35px !important;
  }
  .u-sppt40 {
    padding-top: 40px !important;
  }
  .u-sppb40 {
    padding-bottom: 40px !important;
  }
  .u-sppr40 {
    padding-right: 40px !important;
  }
  .u-sppl40 {
    padding-left: 40px !important;
  }
  .u-spp40 {
    padding: 40px !important;
  }
  .u-sppt45 {
    padding-top: 45px !important;
  }
  .u-sppb45 {
    padding-bottom: 45px !important;
  }
  .u-sppr45 {
    padding-right: 45px !important;
  }
  .u-sppl45 {
    padding-left: 45px !important;
  }
  .u-spp45 {
    padding: 45px !important;
  }
  .u-sppt50 {
    padding-top: 50px !important;
  }
  .u-sppb50 {
    padding-bottom: 50px !important;
  }
  .u-sppr50 {
    padding-right: 50px !important;
  }
  .u-sppl50 {
    padding-left: 50px !important;
  }
  .u-spp50 {
    padding: 50px !important;
  }
  .u-sppt55 {
    padding-top: 55px !important;
  }
  .u-sppb55 {
    padding-bottom: 55px !important;
  }
  .u-sppr55 {
    padding-right: 55px !important;
  }
  .u-sppl55 {
    padding-left: 55px !important;
  }
  .u-spp55 {
    padding: 55px !important;
  }
  .u-sppt60 {
    padding-top: 60px !important;
  }
  .u-sppb60 {
    padding-bottom: 60px !important;
  }
  .u-sppr60 {
    padding-right: 60px !important;
  }
  .u-sppl60 {
    padding-left: 60px !important;
  }
  .u-spp60 {
    padding: 60px !important;
  }
  .u-sppt65 {
    padding-top: 65px !important;
  }
  .u-sppb65 {
    padding-bottom: 65px !important;
  }
  .u-sppr65 {
    padding-right: 65px !important;
  }
  .u-sppl65 {
    padding-left: 65px !important;
  }
  .u-spp65 {
    padding: 65px !important;
  }
  .u-sppt70 {
    padding-top: 70px !important;
  }
  .u-sppb70 {
    padding-bottom: 70px !important;
  }
  .u-sppr70 {
    padding-right: 70px !important;
  }
  .u-sppl70 {
    padding-left: 70px !important;
  }
  .u-spp70 {
    padding: 70px !important;
  }
  .u-sppt75 {
    padding-top: 75px !important;
  }
  .u-sppb75 {
    padding-bottom: 75px !important;
  }
  .u-sppr75 {
    padding-right: 75px !important;
  }
  .u-sppl75 {
    padding-left: 75px !important;
  }
  .u-spp75 {
    padding: 75px !important;
  }
  .u-sppt80 {
    padding-top: 80px !important;
  }
  .u-sppb80 {
    padding-bottom: 80px !important;
  }
  .u-sppr80 {
    padding-right: 80px !important;
  }
  .u-sppl80 {
    padding-left: 80px !important;
  }
  .u-spp80 {
    padding: 80px !important;
  }
  .u-sppt85 {
    padding-top: 85px !important;
  }
  .u-sppb85 {
    padding-bottom: 85px !important;
  }
  .u-sppr85 {
    padding-right: 85px !important;
  }
  .u-sppl85 {
    padding-left: 85px !important;
  }
  .u-spp85 {
    padding: 85px !important;
  }
  .u-sppt90 {
    padding-top: 90px !important;
  }
  .u-sppb90 {
    padding-bottom: 90px !important;
  }
  .u-sppr90 {
    padding-right: 90px !important;
  }
  .u-sppl90 {
    padding-left: 90px !important;
  }
  .u-spp90 {
    padding: 90px !important;
  }
  .u-sppt95 {
    padding-top: 95px !important;
  }
  .u-sppb95 {
    padding-bottom: 95px !important;
  }
  .u-sppr95 {
    padding-right: 95px !important;
  }
  .u-sppl95 {
    padding-left: 95px !important;
  }
  .u-spp95 {
    padding: 95px !important;
  }
  .u-sppt100 {
    padding-top: 100px !important;
  }
  .u-sppb100 {
    padding-bottom: 100px !important;
  }
  .u-sppr100 {
    padding-right: 100px !important;
  }
  .u-sppl100 {
    padding-left: 100px !important;
  }
  .u-spp100 {
    padding: 100px !important;
  }
  .u-sppt105 {
    padding-top: 105px !important;
  }
  .u-sppb105 {
    padding-bottom: 105px !important;
  }
  .u-sppr105 {
    padding-right: 105px !important;
  }
  .u-sppl105 {
    padding-left: 105px !important;
  }
  .u-spp105 {
    padding: 105px !important;
  }
  .u-sppt110 {
    padding-top: 110px !important;
  }
  .u-sppb110 {
    padding-bottom: 110px !important;
  }
  .u-sppr110 {
    padding-right: 110px !important;
  }
  .u-sppl110 {
    padding-left: 110px !important;
  }
  .u-spp110 {
    padding: 110px !important;
  }
  .u-sppt115 {
    padding-top: 115px !important;
  }
  .u-sppb115 {
    padding-bottom: 115px !important;
  }
  .u-sppr115 {
    padding-right: 115px !important;
  }
  .u-sppl115 {
    padding-left: 115px !important;
  }
  .u-spp115 {
    padding: 115px !important;
  }
  .u-sppt120 {
    padding-top: 120px !important;
  }
  .u-sppb120 {
    padding-bottom: 120px !important;
  }
  .u-sppr120 {
    padding-right: 120px !important;
  }
  .u-sppl120 {
    padding-left: 120px !important;
  }
  .u-spp120 {
    padding: 120px !important;
  }
  .u-sppt125 {
    padding-top: 125px !important;
  }
  .u-sppb125 {
    padding-bottom: 125px !important;
  }
  .u-sppr125 {
    padding-right: 125px !important;
  }
  .u-sppl125 {
    padding-left: 125px !important;
  }
  .u-spp125 {
    padding: 125px !important;
  }
  .u-sppt130 {
    padding-top: 130px !important;
  }
  .u-sppb130 {
    padding-bottom: 130px !important;
  }
  .u-sppr130 {
    padding-right: 130px !important;
  }
  .u-sppl130 {
    padding-left: 130px !important;
  }
  .u-spp130 {
    padding: 130px !important;
  }
  .u-sppt135 {
    padding-top: 135px !important;
  }
  .u-sppb135 {
    padding-bottom: 135px !important;
  }
  .u-sppr135 {
    padding-right: 135px !important;
  }
  .u-sppl135 {
    padding-left: 135px !important;
  }
  .u-spp135 {
    padding: 135px !important;
  }
  .u-sppt140 {
    padding-top: 140px !important;
  }
  .u-sppb140 {
    padding-bottom: 140px !important;
  }
  .u-sppr140 {
    padding-right: 140px !important;
  }
  .u-sppl140 {
    padding-left: 140px !important;
  }
  .u-spp140 {
    padding: 140px !important;
  }
  .u-sppt145 {
    padding-top: 145px !important;
  }
  .u-sppb145 {
    padding-bottom: 145px !important;
  }
  .u-sppr145 {
    padding-right: 145px !important;
  }
  .u-sppl145 {
    padding-left: 145px !important;
  }
  .u-spp145 {
    padding: 145px !important;
  }
  .u-sppt150 {
    padding-top: 150px !important;
  }
  .u-sppb150 {
    padding-bottom: 150px !important;
  }
  .u-sppr150 {
    padding-right: 150px !important;
  }
  .u-sppl150 {
    padding-left: 150px !important;
  }
  .u-spp150 {
    padding: 150px !important;
  }
  .u-spcg0 {
    -webkit-column-gap: 0px !important;
    -moz-column-gap: 0px !important;
    column-gap: 0px !important;
  }
  .u-sprg0 {
    row-gap: 0px !important;
  }
  .u-spcg5 {
    -webkit-column-gap: 5px !important;
    -moz-column-gap: 5px !important;
    column-gap: 5px !important;
  }
  .u-sprg5 {
    row-gap: 5px !important;
  }
  .u-spcg10 {
    -webkit-column-gap: 10px !important;
    -moz-column-gap: 10px !important;
    column-gap: 10px !important;
  }
  .u-sprg10 {
    row-gap: 10px !important;
  }
  .u-spcg15 {
    -webkit-column-gap: 15px !important;
    -moz-column-gap: 15px !important;
    column-gap: 15px !important;
  }
  .u-sprg15 {
    row-gap: 15px !important;
  }
  .u-spcg20 {
    -webkit-column-gap: 20px !important;
    -moz-column-gap: 20px !important;
    column-gap: 20px !important;
  }
  .u-sprg20 {
    row-gap: 20px !important;
  }
  .u-spcg25 {
    -webkit-column-gap: 25px !important;
    -moz-column-gap: 25px !important;
    column-gap: 25px !important;
  }
  .u-sprg25 {
    row-gap: 25px !important;
  }
  .u-spcg30 {
    -webkit-column-gap: 30px !important;
    -moz-column-gap: 30px !important;
    column-gap: 30px !important;
  }
  .u-sprg30 {
    row-gap: 30px !important;
  }
  .u-spcg35 {
    -webkit-column-gap: 35px !important;
    -moz-column-gap: 35px !important;
    column-gap: 35px !important;
  }
  .u-sprg35 {
    row-gap: 35px !important;
  }
  .u-spcg40 {
    -webkit-column-gap: 40px !important;
    -moz-column-gap: 40px !important;
    column-gap: 40px !important;
  }
  .u-sprg40 {
    row-gap: 40px !important;
  }
  .u-spcg45 {
    -webkit-column-gap: 45px !important;
    -moz-column-gap: 45px !important;
    column-gap: 45px !important;
  }
  .u-sprg45 {
    row-gap: 45px !important;
  }
  .u-spcg50 {
    -webkit-column-gap: 50px !important;
    -moz-column-gap: 50px !important;
    column-gap: 50px !important;
  }
  .u-sprg50 {
    row-gap: 50px !important;
  }
  .u-spcg55 {
    -webkit-column-gap: 55px !important;
    -moz-column-gap: 55px !important;
    column-gap: 55px !important;
  }
  .u-sprg55 {
    row-gap: 55px !important;
  }
  .u-spcg60 {
    -webkit-column-gap: 60px !important;
    -moz-column-gap: 60px !important;
    column-gap: 60px !important;
  }
  .u-sprg60 {
    row-gap: 60px !important;
  }
  .u-spcg65 {
    -webkit-column-gap: 65px !important;
    -moz-column-gap: 65px !important;
    column-gap: 65px !important;
  }
  .u-sprg65 {
    row-gap: 65px !important;
  }
  .u-spcg70 {
    -webkit-column-gap: 70px !important;
    -moz-column-gap: 70px !important;
    column-gap: 70px !important;
  }
  .u-sprg70 {
    row-gap: 70px !important;
  }
  .u-spcg75 {
    -webkit-column-gap: 75px !important;
    -moz-column-gap: 75px !important;
    column-gap: 75px !important;
  }
  .u-sprg75 {
    row-gap: 75px !important;
  }
  .u-spcg80 {
    -webkit-column-gap: 80px !important;
    -moz-column-gap: 80px !important;
    column-gap: 80px !important;
  }
  .u-sprg80 {
    row-gap: 80px !important;
  }
  .u-spcg85 {
    -webkit-column-gap: 85px !important;
    -moz-column-gap: 85px !important;
    column-gap: 85px !important;
  }
  .u-sprg85 {
    row-gap: 85px !important;
  }
  .u-spcg90 {
    -webkit-column-gap: 90px !important;
    -moz-column-gap: 90px !important;
    column-gap: 90px !important;
  }
  .u-sprg90 {
    row-gap: 90px !important;
  }
  .u-spcg95 {
    -webkit-column-gap: 95px !important;
    -moz-column-gap: 95px !important;
    column-gap: 95px !important;
  }
  .u-sprg95 {
    row-gap: 95px !important;
  }
  .u-spcg100 {
    -webkit-column-gap: 100px !important;
    -moz-column-gap: 100px !important;
    column-gap: 100px !important;
  }
  .u-sprg100 {
    row-gap: 100px !important;
  }
}
/*# sourceMappingURL=maps/common.min.css.map */
