@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. For a smooth scroll.
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow%20Semi%20Condensed:wght@700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
  /* 3 */
}

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-lg-fs_xs {
  font-size: 10px;
  line-height: 187%;
}

.-lg-fs_s {
  font-size: 14px;
  line-height: 187%;
}

.-lg-fs_m {
  font-size: 18px;
  line-height: 187%;
}

.-lg-fs_l {
  font-size: 24px;
  line-height: 187%;
}

.-lg-fs_xl {
  font-size: 28px;
  line-height: 187%;
}

.-lg-fs_xxl {
  font-size: 44px;
  line-height: 187%;
}

.-lg-fd_bold {
  font-weight: bold;
}

.-lg-fd_underline {
  text-decoration: underline;
}

.-lg-fd_strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, var(--color-primary)), color-stop(90%, var(--color-primary)), color-stop(90%, transparent));
  background: linear-gradient(transparent 70%, var(--color-primary) 70%, var(--color-primary) 90%, transparent 90%);
}

/*
resources/default/public/assets/img/common/icomoon/style.css をリセットするた目のcss
icomoonは、新規フォント追加の度に、style.cssが更新されてしまうため、更新されて欲しくないスタイル修正はここに記載する。
*/
.icon-circle-arrow {
  position: relative;
  width: 14px;
  height: 14px;
}

.icon-circle-arrow.-white .path1:before {
  color: #fff;
}

.icon-circle-arrow.-white .path2:before {
  color: var(--color-primary);
}

.icon-circle-arrow.-primary .path1:before {
  color: var(--color-primary);
}

.icon-circle-arrow.-primary .path2:before {
  color: var(--color-secondary);
}

.icon-circle-arrow.-secondary .path1:before {
  color: var(--color-secondary);
}

.icon-circle-arrow.-secondary .path2:before {
  color: var(--color-primary);
}

.icon-circle-arrow.-large {
  width: 20px;
  height: 20px;
}

.icon-circle-arrow.-large .path1:before {
  font-size: 20px;
}

.icon-circle-arrow.-large .path2:before {
  font-size: 20px;
}

.icon-circle-arrow .path1 {
  position: absolute;
  left: 0;
}

.icon-circle-arrow .path2 {
  position: absolute;
  left: 0;
}

.icon-circle-arrow .path2:before {
  margin: 0;
  color: var(--color-secondary);
}

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

:root {
  --color-text: #1b1b1b;
  --color-primary: rgba(27, 27, 27, 1.0);
  --color-secondary: rgba(236, 236, 236, 1.0);
  --color-primary-thin: rgba(27, 27, 27, 0.5);
  --color-secondary-thin: rgba(236, 236, 236, 0.5);
  --color-versatile: #FAF9F7;
  --color-notion:#D35645;
  --color-background: #f5f5f5;
  --color-border: #d8d8d8;
  --color-footer: #d9d9d9;
  --color-footer-text: var(--color-text);
  --font-family: "Noto Sans JP",
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    YuGothic,
    "ヒラギノ角ゴ ProN W3",
    Hiragino Kaku Gothic ProN,
    Arial,
    "メイリオ",
    Meiryo,
    sans-serif;
  --border-radius: 5px;
}

body {
  font-family: var(--font-family);
  color: var(--color-text);
}

a,
button {
  -webkit-transition: opacity .35s ease;
  transition: opacity .35s ease;
}

a:hover,
button:hover {
  opacity: .5;
}

.c-breadcrumb {
  padding: 16px 0;
  background-color: var(--color-background);
}

.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-breadcrumb li + li:before {
  content: " ";
  display: block;
  width: 6px;
  height: 8px;
  background: url("https://www.aratabi.jp/assets/img/common/icon_breadcrumb_arrow.svg") no-repeat 0 0;
  background-size: 6px 8px;
  margin: 0 14px;
}

.c-breadcrumb li a {
  text-decoration: none;
  color: var(--color-text);
  font-size: 11px;
}

.c-button {
  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;
  height: auto;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
  padding: 6px 40px;
  position: relative;
}

.c-button.-primary {
  background-color: var(--color-primary);
  color: var(--color-secondary);
  border: 3px solid var(--color-primary);
}

.c-button.-primary .icon-circle-arrow .path1:before {
  color: var(--color-secondary);
}

.c-button.-primary .icon-circle-arrow .path2:before {
  color: var(--color-primary);
}

.c-button.-secondary {
  background-color: var(--color-secondary);
  color: #fff;
  border: 3px solid var(--color-secondary);
}

.c-button.-secondary .icon-circle-arrow .path1:before {
  color: #fff;
}

.c-button.-secondary .icon-circle-arrow .path2:before {
  color: var(--color-secondary);
}

.c-button.-white {
  background-color: #fff;
  color: var(--color-secondary);
  border: 3px solid var(--color-secondary);
}

.c-button.-white .icon-circle-arrow .path1:before {
  color: var(--color-secondary);
}

.c-button.-white .icon-circle-arrow .path2:before {
  color: var(--color-primary);
}

.c-button.-large {
  min-width: 275px;
  padding: 10px 40px;
}

.c-button.-large .c-button__jaTitle {
  font-size: 18px;
}

.c-button.-large .icon-circle-arrow {
  right: 20px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.c-button.-big {
  min-width: 365px;
  padding: 28px 84px;
}

@media screen and (max-width: 767px) {
  .c-button.-big {
    padding: 28px 64px;
  }
}

.c-button.-big .c-button__jaTitle {
  font-size: 24px;
}

.c-button.-big .icon-circle-arrow {
  right: 32px;
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.c-button.-medium {
  min-width: 235px;
  padding: 11px 40px;
  font-size: 14px;
}

.c-button.-tag {
  border-radius: var(--border-radius);
  background-color: #f3f3f3;
  min-width: initial;
  font-size: 12px;
  font-weight: normal;
  padding: 3px 14px;
}

.c-button.-arrow:before {
  content: " ";
  width: 22px;
  height: 7px;
  background-image: url("https://www.aratabi.jp/assets/img/common/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 22px 7px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -3.5px;
}

.c-button.-shadow {
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.25);
}

.c-button.-notValid {
  pointer-events: none;
  opacity: .5;
}

.c-button.-noRecaptcha {
  pointer-events: none;
  opacity: .5;
}

.c-button .c-button__enTitle {
  font-size: 10px;
  line-height: 120%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  opacity: 0.5;
  letter-spacing: 2.46507px;
}

.c-button .c-button__jaTitle {
  font-size: 14px;
  line-height: 145%;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
}

.c-button .icon-circle-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.c-footer {
  background-color: var(--color-footer);
}

.c-footer .c-footerBanner {
  padding: 80px 0;
}

@media screen and (max-width: 767px) {
  .c-footer .c-footerBanner {
    padding-top: 35px;
    padding-bottom: 0;
  }
}

.c-footer .c-footerBanner .c-inner {
  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;
}

@media screen and (max-width: 767px) {
  .c-footer .c-footerBanner .c-inner {
    display: block;
    padding: 0;
  }
}

.c-footer .c-footerBanner .c-inner .c-footerBanner__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .c-footer .c-footerBanner .c-inner .c-footerBanner__logo {
    padding-left: 15px;
    width: auto;
  }
}

.c-footer .c-footerBanner .c-inner .c-footerBanner__logo .c-footerBanner__logoImg {
  width: 200px;
  height: auto;
  max-height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}

@media screen and (max-width: 767px) {
  .c-footer .c-footerBanner .c-inner .c-footerBanner__logo .c-footerBanner__logoImg {
    width: auto;
    height: 38px;
    max-width: 100px;
  }
}

.c-footer .c-footerBanner .c-inner .c-footerBanner__navList {
  list-style: none;
  margin: 0 0 0 104px;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .c-footer .c-footerBanner .c-inner .c-footerBanner__navList {
    margin: 20px 0 0 0;
    padding: 0 16px;
  }
}

.c-footer .c-footerBanner .c-inner .c-footerBanner__navList .c-footerBanner__navItem {
  width: 25%;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-footer .c-footerBanner .c-inner .c-footerBanner__navList .c-footerBanner__navItem {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .c-footer .c-footerBanner .c-inner .c-footerBanner__navList .c-footerBanner__navItem:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

.c-footer .c-footerBanner .c-inner .c-footerBanner__navList .c-footerBanner__navItem:nth-of-type(n+5) {
  margin-top: 10px;
}

.c-footer .c-footerBanner .c-inner .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navLink {
  font-size: 14px;
  line-height: 187%;
  letter-spacing: 1.2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: var(--color-footer-text);
  font-weight: bold;
}

.c-footer .c-footerBanner .c-inner .c-footerBanner__navList .c-footerBanner__navItem .c-footerBanner__navLink .icon-circle-arrow {
  margin-right: 8px;
  min-width: 14px;
}

.c-footer .c-footerBar {
  padding: 16px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .c-footer .c-footerBar {
    padding: 24px 0;
    margin-top: 24px;
    text-align: center;
  }
}

.c-footer .c-footerBar > .c-inner {
  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;
}

@media screen and (max-width: 767px) {
  .c-footer .c-footerBar > .c-inner {
    display: block;
  }
}

.c-footer .c-footerBar > .c-inner .c-footerBar__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .c-footer .c-footerBar > .c-inner .c-footerBar__navList {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-footer .c-footerBar > .c-inner .c-footerBar__navList .c-footerBar__navItem:nth-of-type(n+2) {
  margin-left: 20px;
}

.c-footer .c-footerBar > .c-inner .c-footerBar__navList .c-footerBar__navItem .c-footerBar__navLink {
  font-size: 10px;
  line-height: 187%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-text);
  text-decoration: none;
}

.c-footer .c-footerBar > .c-inner .c-footerBar__navList .c-footerBar__navItem .c-footerBar__navLink:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid var(--color-text);
  margin-right: 6px;
}

.c-footer .c-footerBar > .c-inner .c-footerBar__copyright {
  font-size: 14px;
  line-height: 187%;
  letter-spacing: 1.2px;
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
}

@media screen and (max-width: 767px) {
  .c-footer .c-footerBar > .c-inner .c-footerBar__copyright {
    font-size: 10px;
    margin-top: 24px;
  }
}

.c-form {
  max-width: 800px;
  margin: 0 auto;
}

.c-form__item + .c-form__item {
  margin-top: 42px;
}

.c-form__itemLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
  .c-form__itemLabel {
    font-size: 16px;
  }
}

.c-form__itemLabel.is-required::before {
  content: "必須";
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #ce052c;
  height: 26px;
  line-height: 26px;
  white-space: nowrap;
  padding: 0 12px;
  border-radius: 4px;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .c-form__itemLabel.is-required:after {
    font-size: 11px;
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
  }
}

.c-form__input,
.c-form__textarea,
.c-form__select > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: var(--border-radius);
  font-size: 15px;
}

.c-form__input::-webkit-input-placeholder, .c-form__textarea::-webkit-input-placeholder, .c-form__select > select::-webkit-input-placeholder {
  color: var(--color-text);
  opacity: .3;
}

.c-form__input::-moz-placeholder, .c-form__textarea::-moz-placeholder, .c-form__select > select::-moz-placeholder {
  color: var(--color-text);
  opacity: .3;
}

.c-form__input:-ms-input-placeholder, .c-form__textarea:-ms-input-placeholder, .c-form__select > select:-ms-input-placeholder {
  color: var(--color-text);
  opacity: .3;
}

.c-form__input::-ms-input-placeholder, .c-form__textarea::-ms-input-placeholder, .c-form__select > select::-ms-input-placeholder {
  color: var(--color-text);
  opacity: .3;
}

.c-form__input::placeholder,
.c-form__textarea::placeholder,
.c-form__select > select::placeholder {
  color: var(--color-text);
  opacity: .3;
}

.c-form__input,
.c-form__select > select {
  height: 50px;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .c-form__input,
  .c-form__select > select {
    padding: 0 16px;
  }
}

.c-form__textarea {
  min-height: 300px;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .c-form__textarea {
    min-height: 240px;
    padding: 16px;
  }
}

.c-form__select {
  position: relative;
}

.c-form__select > select {
  cursor: pointer;
  padding-right: 96px;
}

.c-form__select:before, .c-form__select:after {
  content: " ";
  display: block;
  position: absolute;
  pointer-events: none;
}

.c-form__select:before {
  width: 2px;
  height: 32px;
  background-color: #ddd;
  top: 50%;
  right: 66px;
  margin-top: -16px;
}

.c-form__select:after {
  width: 8px;
  height: 8px;
  border-bottom: 2px solid var(--color-text);
  border-right: 2px solid var(--color-text);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 29px;
  margin-top: -4px;
}

.c-form__radio + .c-form__radio {
  margin-top: 18px;
}

.c-form__item .c-form__radio {
  padding-left: 36px;
}

@media screen and (max-width: 767px) {
  .c-form__item .c-form__radio {
    padding-left: 20px;
  }
}

.c-form__item .c-form__radio:first-of-type {
  margin-top: 22px;
}

.c-form__radio > label input[type=radio] {
  display: none;
}

.c-form__radio > label input[type=radio]:checked + .c-form__radioLabel:after {
  content: " ";
  display: block;
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color-text);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 5px;
}

.c-form__radio .c-form__radioLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}

.c-form__radio .c-form__radioLabel:before {
  content: " ";
  display: block;
  margin-right: 12px;
  min-width: 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid var(--color-text);
}

.c-form__checkbox input[type=checkbox] {
  display: none;
}

.c-form__checkbox input[type=checkbox]:checked + .c-form__checkboxLabel:after {
  content: " ";
  display: block;
  width: 8px;
  height: 14px;
  border-bottom: 3px solid var(--color-text);
  border-right: 3px solid var(--color-text);
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -8px;
}

.c-form__checkboxLabel {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 15px;
  cursor: pointer;
  position: relative;
}

.c-form__checkboxLabel:before {
  content: " ";
  display: block;
  min-width: 22px;
  width: 22px;
  height: 22px;
  border: 2px solid var(--color-text);
  border-radius: calc(var(--border-radius) - 2px);
  margin-right: 15px;
}

.c-form__agree {
  text-align: center;
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .c-form__agree {
    margin-top: 48px;
  }
}

.c-form__agree .privacy {
  color: #999;
  font-size: 12px;
  text-align: center;
  margin: 35px 0 0 0;
}

.c-form__agree .privacy a {
  color: #999;
}

.c-form__agreeText {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 26px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .c-form__agreeText {
    font-size: 14px;
  }
}

.c-form__agreeText a {
  color: var(--color-text);
}

.c-form__action {
  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;
  margin-top: 54px;
}

.c-header {
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.c-header .c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 102px;
}

@media screen and (max-width: 767px) {
  .c-header .c-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 15px;
    height: 60px;
  }
}

.c-header .c-inner .c-header__logo {
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .c-header .c-inner .c-header__logo {
    margin-bottom: 0;
  }
}

.c-header .c-inner .c-header__logo a {
  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;
  text-decoration: none;
}

.c-header .c-inner .c-header__logo a img {
  width: 200px;
  height: auto;
  max-height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .c-header .c-inner .c-header__logo a img {
    width: auto;
    height: 38px;
    max-width: 160px;
  }
}

.c-header .c-inner .c-header__logo a .c-header__logoTagline {
  margin: 6px 0 0 0;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.23em;
  color: var(--color-secondary-thin);
}

@media screen and (max-width: 767px) {
  .c-header .c-inner .c-header__logo a .c-header__logoTagline {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-header .c-inner .c-header__nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-header .c-inner .c-header__nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background-color: var(--color-background);
    z-index: 99;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.c-header .c-inner .c-header__nav .c-header__navWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .c-header .c-inner .c-header__nav .c-header__navWrap {
    display: block;
    padding-bottom: 40px;
  }
}

.c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList {
  padding: 0;
  list-style: none;
  margin: 0 -18px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList {
    display: block;
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem:nth-of-type(n+2) {
    margin-top: 3px;
  }
}

.c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active {
  position: relative;
}

.c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color-text);
}

@media screen and (max-width: 767px) {
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active:after {
    display: none;
  }
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem.is-active > span:after {
    background: url("https://www.aratabi.jp/assets/img/common/icon_header_nav_minus.svg") no-repeat center center;
  }
}

.c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span,
.c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a {
  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;
  text-decoration: none;
  position: relative;
  padding: 0 18px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span,
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a {
    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: 100%;
    background-color: #ddd;
    height: 66px;
    line-height: 66px;
    padding: 0 75px;
  }
}

.c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeEnTitle,
.c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeEnTitle {
  font-size: 10px;
  line-height: 187%;
  margin: 0;
  font-weight: bold;
  text-transform: none;
  word-break: break-all;
  color: var(--color-secondary-thin);
  letter-spacing: 2.46507px;
}

.c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span .c-header__linkeJaTitle,
.c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a .c-header__linkeJaTitle {
  font-size: 14px;
  line-height: 187%;
  letter-spacing: 1.2px;
  margin: 0;
  font-weight: bold;
  color: var(--color-text);
  text-transform: none;
  word-break: break-all;
}

.c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span {
  cursor: default;
}

@media screen and (max-width: 767px) {
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > span:after {
    content: " ";
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("https://www.aratabi.jp/assets/img/common/icon_header_nav_plus.svg") no-repeat center center;
    background-size: 25px 25px;
  }
}

@media screen and (max-width: 767px) {
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem > a:after {
    content: " ";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("https://www.aratabi.jp/assets/img/common/icon_header_nav_arrow_black.svg") no-repeat center center;
    background-size: 8px 12px;
  }
}

.c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel {
    position: fixed;
    top: 102px;
    left: 0;
    z-index: 99;
    width: 100%;
    background: linear-gradient(#f0efed 0%, var(--color-versatile) 30px);
  }
}

.c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul {
  list-style: none;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul {
    max-width: 920px;
    margin: 0 auto -28px;
    padding: 26px 0 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li {
    width: calc((100% - (60px * 3)) / 4);
    margin-right: 60px;
    margin-bottom: 28px;
  }
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li:nth-child(4n) {
    margin-right: 0;
  }
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a {
    font-size: 14px;
    line-height: 187%;
    letter-spacing: 1.2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: var(--color-text);
    font-weight: bold;
  }
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a .icon-circle-arrow {
    margin-right: 13px;
  }
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a .icon-circle-arrow .path2:before {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul {
    padding: 24px 0 30px;
  }
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li + li {
    margin-top: 24px;
  }
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a {
    font-size: 14px;
    line-height: 187%;
    letter-spacing: 1.2px;
    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;
    color: var(--color-text);
    text-decoration: none;
    padding: 0 25px 0 45px;
  }
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a .icon-circle-arrow {
    margin-right: 13px;
  }
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navList .c-header__navItem .c-header__navPanel > ul > li a .icon-circle-arrow .path2:before {
    color: #fff;
  }
}

.c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navButton {
    display: block;
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navButton .c-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navButton .c-button + .c-button {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .c-header .c-inner .c-header__nav .c-header__navWrap .c-header__navButton .c-button + .c-button {
    margin-left: auto;
    margin-top: 20px;
  }
}

.c-header .c-inner .c-header__menuButton {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-header .c-inner .c-header__menuButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    padding: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    background-color: var(--color-background);
    text-align: center;
    outline: none;
  }
  .c-header .c-inner .c-header__menuButton.is-active > i:nth-child(2) {
    opacity: 0;
  }
  .c-header .c-inner .c-header__menuButton.is-active > i:nth-child(1) {
    -webkit-transform: translate3d(0, 6px, 0) rotate(45deg);
    transform: translate3d(0, 6px, 0) rotate(45deg);
  }
  .c-header .c-inner .c-header__menuButton.is-active > i:nth-child(3) {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
    transform: translate3d(0, -6px, 0) rotate(-45deg);
  }
  .c-header .c-inner .c-header__menuButton > i {
    display: block;
    width: 18px;
    height: 2px;
    background-color: var(--color-text);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
  }
  .c-header .c-inner .c-header__menuButton > i + i {
    margin-top: 4px;
  }
}

.c-inner {
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .c-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .c-pager {
    margin-top: 60px;
  }
}

.c-pager__item {
  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;
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--color-background);
  color: var(--color-text);
  font-weight: bold;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-pager__item {
    min-width: 45px;
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

.c-pager__item + .c-pager__item {
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .c-pager__item + .c-pager__item {
    margin-left: 6px;
  }
}

.c-pager__item.-current {
  background-color: var(--color-secondary);
  color: #fff;
}

.c-pager__item.-prev i {
  display: block;
  width: 9px;
  height: 13px;
  background: url("../img/common/icon_pager_prev.svg") no-repeat 0 0;
  background-size: 9px 13px;
}

.c-pager__item.-next i {
  display: block;
  width: 9px;
  height: 13px;
  background: url("../img/common/icon_pager_next.svg") no-repeat 0 0;
  background-size: 9px 13px;
}

.c-price {
  line-height: 1;
  margin: 0;
}

.c-price__count {
  font-size: 35px;
  font-weight: bold;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: 2.47px;
}

.c-price__label {
  font-size: 13px;
  font-weight: bold;
}

.c-section {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .c-section {
    padding: 80px 0;
  }
}

.c-section .c-section__cta {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .c-section .c-section__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-section .c-section__cta .c-button:nth-of-type(n+2) {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .c-section .c-section__cta .c-button:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 20px;
  }
}

.c-section__title {
  font-size: 29px;
  margin: 0 0 60px;
  padding: 0;
  text-align: center;
}

.c-section__title:after {
  content: " ";
  display: block;
  width: 35px;
  height: 6px;
  background-color: var(--color-text);
  margin: 20px auto 0;
}

.c-section__subTitle {
  font-size: 15px;
  line-height: 200%;
  margin: -30px 0 0 0;
  padding: 0;
  text-align: center;
}

.c-section__header {
  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;
  text-align: center;
  background-color: var(--color-secondary);
  padding: 54px 0;
  position: relative;
  min-height: 240px;
}

@media screen and (max-width: 767px) {
  .c-section__header {
    padding: 40px 20px;
    min-height: initial;
  }
}

.c-section__headerBackground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: .3;
}

.c-section__headerTitle {
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 1;
}

.c-section__headerTitle > span {
  display: block;
  line-height: 1;
}

.c-section__headerTitle .en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 1.2px;
  margin-left: -1.2px;
}

.c-section__headerTitle .ja {
  font-size: 33px;
  margin-top: 8px;
  letter-spacing: 4px;
  margin-left: -4px;
}

.c-section__headerText {
  font-size: 15px;
  line-height: 1.8;
  max-width: 560px;
  margin: 24px auto 0;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-section__headerText {
    font-size: 13px;
  }
}

.c-sectionHeader {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-sectionHeader .c-sectionHeader__topper {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__enTitle {
  font-size: 10px;
  line-height: 187%;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.3em;
  color: var(--color-secondary-thin);
}

.c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle {
  font-size: 28px;
  line-height: 187%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0 0 0;
  font-weight: bold;
  color: var(--color-secondary);
}

.c-sectionHeader .c-sectionHeader__topper .c-sectionHeader__jaTitle::before {
  content: '';
  margin-bottom: 4px;
  display: block;
  height: 4px;
  width: 30px;
  background-color: var(--color-secondary);
  border-radius: 2px;
}

.s-bannerarea__wrap {
  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;
}

.s-bannerarea__item {
  max-width: 318px;
  border-radius: var(--border-radius);
  overflow: hidden;
}

.s-bannerarea__item + .s-bannerarea__item {
  margin-left: 16px;
}

.s-blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .s-blog__list {
    display: block;
  }
}

.s-blog__list li {
  margin-right: 30px;
  width: calc((100% - 60px) / 3);
}

@media screen and (max-width: 767px) {
  .s-blog__list li {
    margin-right: 0;
    width: 100%;
  }
}

.s-blog__list li:nth-child(3n) {
  margin-right: 0;
}

.s-blog__list li a {
  position: relative;
  display: block;
  padding-bottom: 32px;
  text-decoration: none;
  color: var(--color-text);
}

@media screen and (max-width: 767px) {
  .s-blog__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.s-blog__list li a:after {
  content: " ";
  display: block;
  width: 22px;
  height: 7px;
  background: url("https://www.aratabi.jp/assets/img/top/blog/icon_arrow_01.svg") no-repeat 0 0;
  background-size: 22px 7px;
  position: absolute;
  bottom: 0;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .s-blog__listWrap {
    margin-left: 18px;
  }
}

.s-blog__listThumb {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .s-blog__listThumb {
    min-width: 115px;
    height: 70px;
  }
}

.s-blog__listThumb img {
  width: 100%;
  height: 148px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .s-blog__listThumb img {
    height: 70px;
  }
}

.s-blog__listDate {
  display: block;
  margin: 14px 0 0;
  font-size: 13px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .s-blog__listDate {
    margin: 0;
  }
}

.s-blog__listTitle {
  margin: 8px 0 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .s-blog__listTitle {
    font-size: 12px;
  }
}

.s-blogDetail {
  padding: 60px 0 140px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail {
    padding: 30px 0 80px;
  }
}

.s-blogDetail > .c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .s-blogDetail > .c-inner {
    display: block;
  }
}

.s-blogDetail__content {
  max-width: 650px;
}

.s-blogDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__meta {
    display: block;
  }
}

.s-blogDetail__meta .date {
  font-size: 13px;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: .09em;
  margin-right: 12px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__meta .date {
    display: block;
    margin-bottom: 16px;
  }
}

.s-blogDetail__meta .c-button + .c-button {
  margin-left: 8px;
}

.s-blogDetail__title {
  margin: 0;
  font-size: 29px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__title {
    font-size: 26px;
  }
}

.s-blogDetail__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 12px 0 25px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__author {
    margin-bottom: 20px;
  }
}

.s-blogDetail__author .thumb {
  min-width: 60px;
  width: 60px;
  height: 60px;
  background-color: var(--color-background);
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__author .thumb {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}

.s-blogDetail__author .name {
  font-size: 14px;
  margin-left: 10px;
}

.s-blogDetail__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__wrap {
    display: block;
  }
}

.s-blogDetail__share {
  position: sticky;
  top: 140px;
  height: 100%;
  width: 26px;
  margin-left: -56px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__share {
    position: static;
    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;
    margin-bottom: 40px;
    margin-left: 0;
    width: auto;
  }
}

.s-blogDetail__share a {
  display: block;
  width: 26px;
}

.s-blogDetail__share a + a {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__share a + a {
    margin-top: 0;
    margin-left: 24px;
  }
}

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

.s-blogDetail__body {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__body {
    padding-left: 0;
  }
}

.s-blogDetail__body h2,
.s-blogDetail__body h3,
.s-blogDetail__body h4,
.s-blogDetail__body h5,
.s-blogDetail__body h6 {
  margin: 0;
  line-height: 1.5;
}

.s-blogDetail__body h2 {
  font-size: 25px;
  background-color: var(--color-primary);
  border-bottom: 5px solid var(--color-secondary);
  padding: 14px 20px;
  margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__body h2 {
    font-size: 20px;
    padding: 10px 16px;
  }
}

.s-blogDetail__body h3 {
  font-size: 23px;
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__body h3 {
    font-size: 18px;
  }
}

.s-blogDetail__body p,
.s-blogDetail__body li {
  line-height: 2;
  letter-spacing: .02em;
  margin: 0;
}

.s-blogDetail__body p + p {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__body ul,
  .s-blogDetail__body ol,
  .s-blogDetail__body p {
    font-size: 15px;
  }
}

.s-blogDetail__body ul + h2,
.s-blogDetail__body ol + h2,
.s-blogDetail__body p + h2 {
  margin-top: 80px;
}

.s-blogDetail__body ul + h3,
.s-blogDetail__body ol + h3,
.s-blogDetail__body p + h3 {
  margin-top: 35px;
}

.s-blogDetail__body img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

.s-blogDetail__body .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-primary);
}

.s-blogDetail__profile {
  border: 3px solid var(--color-border);
  padding: 25px 45px;
  position: relative;
  margin-top: 80px;
  border-radius: var(--border-radius);
}

@media screen and (max-width: 767px) {
  .s-blogDetail__profile {
    padding: 24px;
  }
}

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

.s-blogDetail__profileThumb {
  min-width: 65px;
  width: 65px;
  height: 65px;
  background-color: var(--color-background);
  border-radius: 50%;
}

.s-blogDetail__profileWrap {
  margin-left: 12px;
  padding-top: 6px;
}

.s-blogDetail__profileLabel {
  font-size: 14px;
}

.s-blogDetail__profileName {
  font-size: 18px;
  margin-top: 10px;
}

.s-blogDetail__profileSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 35px;
  right: 45px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__profileSns {
    top: 24px;
    right: 24px;
  }
}

.s-blogDetail__profileSns a {
  text-decoration: none;
}

.s-blogDetail__profileSns a + a {
  margin-left: 18px;
}

.s-blogDetail__profileText {
  font-size: 14px;
  line-height: 1.8;
  margin: 16px 0 0;
}

.s-blogDetail__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 0;
  position: relative;
}

.s-blogDetail__pagerLink.-next, .s-blogDetail__pagerLink.-prev {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__pagerLink.-next, .s-blogDetail__pagerLink.-prev {
    width: 48%;
  }
}

.s-blogDetail__pagerLink.-next a, .s-blogDetail__pagerLink.-prev a {
  display: block;
  color: var(--color-text);
  font-size: 13px;
  padding: 24px 26px;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
  background-color: var(--color-primary);
  border-radius: var(--border-radius);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__pagerLink.-next a, .s-blogDetail__pagerLink.-prev a {
    padding: 20px;
  }
}

.s-blogDetail__pagerLink.-next .label, .s-blogDetail__pagerLink.-prev .label {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.s-blogDetail__pagerLink.-next .title, .s-blogDetail__pagerLink.-prev .title {
  text-decoration: underline;
}

.s-blogDetail__pagerLink.-next {
  margin-left: auto;
}

.s-blogDetail__pagerLink.-next a {
  padding-right: 46px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__pagerLink.-next a {
    padding-right: 38px;
  }
}

.s-blogDetail__pagerLink.-next .icon-arrow {
  right: 0;
}

.s-blogDetail__pagerLink.-next .icon-arrow:before {
  background-image: url("https://www.aratabi.jp/assets/img/blog_detail/icon_arrow_next.svg");
}

.s-blogDetail__pagerLink.-prev a {
  padding-left: 46px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__pagerLink.-prev a {
    padding-left: 38px;
  }
}

.s-blogDetail__pagerLink.-prev .icon-arrow {
  left: 0;
}

.s-blogDetail__pagerLink.-prev .icon-arrow:before {
  background-image: url("https://www.aratabi.jp/assets/img/blog_detail/icon_arrow_prev.svg");
}

.s-blogDetail__pagerLink .icon-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: var(--color-secondary);
  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;
}

.s-blogDetail__pagerLink .icon-arrow:before {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 7px;
  height: 11px;
}

.s-blogDetail__recommend {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__recommend {
    margin-top: 40px;
  }
}

.s-blogDetail__recommendTitle {
  margin: 0;
  font-size: 22px;
}

.s-blogDetail__recommendWrap {
  margin-top: 30px;
}

.s-blogDetail__recommendItem + .s-blogDetail__recommendItem {
  margin-top: 35px;
}

.s-blogDetail__recommendItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: var(--color-text);
  position: relative;
}

.s-blogDetail__recommendItem a:after {
  content: " ";
  display: block;
  width: 22px;
  height: 7px;
  background: url("https://www.aratabi.jp/assets/img/blog_detail/icon_recommend_arrow.svg") no-repeat 0 0;
  background-size: 22px 7px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.s-blogDetail__recommendItem .thumb {
  min-width: 200px;
  width: 200px;
  height: 120px;
  background-color: var(--color-background);
  border-radius: var(--border-radius);
}

@media screen and (max-width: 767px) {
  .s-blogDetail__recommendItem .thumb {
    min-width: 120px;
    width: 120px;
    height: 80px;
  }
}

.s-blogDetail__recommendItem .wrap {
  margin-left: 24px;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__recommendItem .wrap {
    margin-left: 20px;
    padding: 0;
  }
}

.s-blogDetail__recommendItem .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-blogDetail__recommendItem .meta__time {
  font-size: 13px;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: .09em;
}

.s-blogDetail__recommendItem .meta__badge {
  display: inline-block;
  border-radius: 3px;
  background-color: var(--color-background);
  font-size: 10px;
  padding: 4px 8px;
  margin-left: 10px;
}

.s-blogDetail__recommendItem .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0 0;
}

.s-blogDetail__sidebar {
  width: 300px;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
}

.s-blogDetail__ads {
  width: 300px;
  height: 300px;
  border-radius: var(--border-radius);
  background-color: var(--color-background);
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .s-blogDetail__ads {
    margin-left: auto;
    margin-right: auto;
  }
}

.s-blogDetail__relatedTitle {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 25px;
}

.s-blogDetail__relatedWrap {
  margin-top: -20px;
  margin-bottom: -20px;
}

.s-blogDetail__relatedItem + .s-blogDetail__relatedItem {
  border-top: 3px solid var(--color-background);
}

.s-blogDetail__relatedItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: var(--color-text);
  padding: 20px 0;
}

.s-blogDetail__relatedItem .wrap {
  margin-left: 14px;
}

.s-blogDetail__relatedItem .thumb {
  min-width: 90px;
  width: 90px;
  height: 50px;
  background-color: var(--color-background);
  border-radius: var(--border-radius);
}

.s-blogDetail__relatedItem .badge {
  display: inline-block;
  border-radius: 3px;
  background-color: var(--color-background);
  font-size: 10px;
  padding: 4px 8px;
}

.s-blogDetail__relatedItem .title {
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  margin: 6px 0 0;
}

.s-blogDetail__category {
  margin-top: 40px;
}

.s-blogDetail__categoryTitle {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 25px;
}

.s-blogDetail__categoryList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-blogDetail__categoryList li + li {
  margin-top: 12px;
}

.s-blogDetail__categoryList li.is-current a {
  background-color: var(--color-secondary);
  color: #fff;
}

.s-blogDetail__categoryList li a {
  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;
  width: 100%;
  height: 44px;
  background-color: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  font-size: 13px;
  text-decoration: none;
  color: var(--color-text);
  font-weight: bold;
  padding: 0 16px;
}

.s-blogList-1 {
  padding: 60px 0 120px;
}

@media screen and (max-width: 767px) {
  .s-blogList-1 {
    padding: 30px 0 80px;
  }
}

.s-blogList-1__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.s-blogList-1__contentWrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: block;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .s-blogList-1__contentWrap {
    margin-bottom: -30px;
  }
}

.s-blogList-1__entry {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .s-blogList-1__entry {
    margin-bottom: 30px;
    margin-bottom: 40px;
  }
}

.s-blogList-1__entry a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--color-text);
}

@media screen and (max-width: 767px) {
  .s-blogList-1__entry a {
    display: block;
  }
}

.s-blogList-1__entryWrap {
  margin-left: 56px;
}

@media screen and (max-width: 767px) {
  .s-blogList-1__entryWrap {
    margin-left: 0;
    margin-top: 16px;
  }
}

.s-blogList-1__entryThumb {
  position: relative;
  overflow: hidden;
  min-width: 320px;
}

.is-new .s-blogList-1__entryThumb:before {
  content: "新着";
  position: absolute;
  top: 16px;
  left: calc(-50% + 40px);
  background-color: var(--color-secondary);
  width: 100%;
  height: 28px;
  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;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: 1;
}

.s-blogList-1__entryThumb img {
  display: block;
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius);
}

@media screen and (max-width: 767px) {
  .s-blogList-1__entryThumb img {
    height: 180px;
  }
}

.s-blogList-1__entryDate {
  font-size: 13px;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: .09em;
}

.s-blogList-1__entryTitle {
  font-size: 18px;
  line-height: 1.5;
  margin: 14px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s-blogList-1__entryTitle {
    font-size: 16px;
    margin-top: 8px;
  }
}

.s-blogList-1__entryText {
  font-size: 14px;
  line-height: 1.8;
  margin: 8px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.s-blogList-1__entryText > * {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: inline;
}

.s-blogList-1__entryText > * br {
  display: none;
}

@media screen and (max-width: 767px) {
  .s-blogList-1__entryText > * {
    font-size: 12px;
  }
}

.s-blogList-1__sidebar {
  width: 300px;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .s-blogList-1__sidebar {
    margin-left: 0;
    width: 100%;
    margin-top: 60px;
  }
}

.s-blogList-1__ads {
  width: 300px;
  height: 300px;
  border-radius: var(--border-radius);
  background-color: var(--color-background);
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .s-blogList-1__ads {
    margin-left: auto;
    margin-right: auto;
  }
}

.s-blogList-1__categoryTitle {
  font-size: 18px;
  line-height: 1;
  margin: 0;
}

.s-blogList-1__categoryList {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.s-blogList-1__categoryList li + li {
  margin-top: 12px;
}

.s-blogList-1__categoryList li.is-current a {
  background-color: var(--color-secondary);
}

.s-blogList-1__categoryList li a {
  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;
  width: 100%;
  height: 44px;
  background-color: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  font-size: 13px;
  text-decoration: none;
  color: var(--color-text);
  font-weight: bold;
  padding: 0 16px;
}

.s-blogList-1__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .s-blogList-1__tag {
    display: block;
    margin-bottom: 40px;
  }
}

.s-blogList-1__tagTitle {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .s-blogList-1__tagTitle {
    font-size: 14px;
  }
}

.s-blogList-1__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 16px;
  margin-bottom: -10px;
}

@media screen and (max-width: 767px) {
  .s-blogList-1__tagList {
    margin-left: 0;
    margin-top: 24px;
  }
}

.s-blogList-1__tagList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  height: 40px;
  padding: 0 30px;
  font-size: 14px;
  color: var(--color-text);
  font-weight: bold;
  white-space: nowrap;
  background-color: var(--color-background);
  border-radius: var(--border-radius);
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .s-blogList-1__tagList a {
    padding: 0 16px;
    height: 24px;
    font-size: 12px;
  }
}

.s-blogList-1__tagList a.is-current {
  background-color: var(--color-secondary);
  color: #fff;
}

.s-blogList-2 {
  padding: 60px 0 120px;
}

@media screen and (max-width: 767px) {
  .s-blogList-2 {
    padding: 30px 0 80px;
  }
}

.s-blogList-2__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.s-blogList-2__contentWrap {
  display: block;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .s-blogList-2__contentWrap {
    margin-bottom: -30px;
  }
}

.s-blogList-2__entry {
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .s-blogList-2__entry {
    margin-bottom: 30px;
  }
}

.s-blogList-2__entry a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding-right: 45px;
  color: var(--color-text);
}

@media screen and (max-width: 767px) {
  .s-blogList-2__entry a {
    padding-right: 0;
  }
}

.s-blogList-2__entryWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.s-blogList-2__entryThumb {
  position: relative;
  overflow: hidden;
  min-width: 245px;
}

.is-new .s-blogList-2__entryThumb:before {
  content: "新着";
  position: absolute;
  top: 16px;
  left: calc(-50% + 40px);
  background-color: var(--color-secondary);
  width: 100%;
  height: 28px;
  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;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .is-new .s-blogList-2__entryThumb:before {
    top: 4px;
    left: calc(-50% + 20px);
    height: 22px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .s-blogList-2__entryThumb {
    min-width: 120px;
  }
}

.s-blogList-2__entryThumb img {
  display: block;
  width: 100%;
  height: 136px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius);
}

@media screen and (max-width: 767px) {
  .s-blogList-2__entryThumb img {
    height: 80px;
  }
}

.s-blogList-2__entryDate {
  font-size: 13px;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: .09em;
}

.s-blogList-2__entryTitle {
  font-size: 18px;
  line-height: 1.5;
  margin: 6px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s-blogList-2__entryTitle {
    font-size: 16px;
    margin-top: 8px;
  }
}

.s-blogList-2__entryText {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 0 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s-blogList-2__entryText {
    margin-left: 16px;
  }
}

.s-blogList-2__entryText > * {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: inline;
}

.s-blogList-2__entryText > * br {
  display: none;
}

@media screen and (max-width: 767px) {
  .s-blogList-2__entryText > * {
    font-size: 12px;
  }
}

.s-blogList-2__sidebar {
  width: 300px;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .s-blogList-2__sidebar {
    margin-left: 0;
    width: 100%;
    margin-top: 60px;
  }
}

.s-blogList-2__ads {
  width: 300px;
  height: 300px;
  border-radius: var(--border-radius);
  background-color: var(--color-background);
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .s-blogList-2__ads {
    margin-left: auto;
    margin-right: auto;
  }
}

.s-blogList-2__categoryTitle {
  font-size: 18px;
  line-height: 1;
  margin: 0;
}

.s-blogList-2__categoryList {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.s-blogList-2__categoryList li + li {
  margin-top: 12px;
}

.s-blogList-2__categoryList li.is-current a {
  background-color: var(--color-secondary);
}

.s-blogList-2__categoryList li a {
  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;
  width: 100%;
  height: 44px;
  background-color: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  font-size: 13px;
  text-decoration: none;
  color: var(--color-text);
  font-weight: bold;
  padding: 0 16px;
}

.s-blogList-2__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .s-blogList-2__tag {
    display: block;
    margin-bottom: 40px;
  }
}

.s-blogList-2__tagTitle {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .s-blogList-2__tagTitle {
    font-size: 14px;
  }
}

.s-blogList-2__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 16px;
  margin-bottom: -10px;
}

@media screen and (max-width: 767px) {
  .s-blogList-2__tagList {
    margin-left: 0;
    margin-top: 24px;
  }
}

.s-blogList-2__tagList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  height: 40px;
  padding: 0 30px;
  font-size: 14px;
  color: var(--color-text);
  font-weight: bold;
  white-space: nowrap;
  background-color: var(--color-background);
  border-radius: var(--border-radius);
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .s-blogList-2__tagList a {
    padding: 0 16px;
    height: 24px;
    font-size: 12px;
  }
}

.s-blogList-2__tagList a.is-current {
  background-color: var(--color-secondary);
  color: #fff;
}

.s-blogList-3 {
  padding: 60px 0 120px;
}

@media screen and (max-width: 767px) {
  .s-blogList-3 {
    padding: 30px 0 80px;
  }
}

.s-blogList-3 .c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .s-blogList-3 .c-inner {
    display: block;
  }
}

.s-blogList-3__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.s-blogList-3__contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -90px;
}

@media screen and (max-width: 767px) {
  .s-blogList-3__contentWrap {
    margin-bottom: -30px;
  }
}

.s-blogList-3__entry {
  width: calc((100% - 20px) / 2);
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .s-blogList-3__entry {
    margin-bottom: 30px;
  }
}

.s-blogList-3__entry a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--color-text);
}

.s-blogList-3__entryThumb {
  position: relative;
  overflow: hidden;
}

.is-new .s-blogList-3__entryThumb:before {
  content: "新着";
  position: absolute;
  top: 16px;
  left: calc(-50% + 40px);
  background-color: var(--color-secondary);
  width: 100%;
  height: 28px;
  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;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .is-new .s-blogList-3__entryThumb:before {
    top: 4px;
    left: calc(-50% + 20px);
    height: 22px;
    font-size: 10px;
  }
}

.s-blogList-3__entryThumb img {
  display: block;
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius);
}

@media screen and (max-width: 767px) {
  .s-blogList-3__entryThumb img {
    height: 120px;
  }
}

.s-blogList-3__entryDate {
  font-size: 13px;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: .09em;
}

.s-blogList-3__entryTitle {
  font-size: 18px;
  line-height: 1.5;
  margin: 14px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s-blogList-3__entryTitle {
    font-size: 16px;
    margin-top: 8px;
  }
}

.s-blogList-3__entryText {
  font-size: 14px;
  line-height: 1.8;
  margin: 8px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.s-blogList-3__entryText > * {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: inline;
}

.s-blogList-3__entryText > * br {
  display: none;
}

@media screen and (max-width: 767px) {
  .s-blogList-3__entryText > * {
    font-size: 12px;
  }
}

.s-blogList-3__sidebar {
  width: 300px;
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .s-blogList-3__sidebar {
    margin-left: 0;
    width: 100%;
    margin-top: 60px;
  }
}

.s-blogList-3__ads {
  width: 300px;
  height: 300px;
  border-radius: var(--border-radius);
  background-color: var(--color-background);
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .s-blogList-3__ads {
    margin-left: auto;
    margin-right: auto;
  }
}

.s-blogList-3__categoryTitle {
  font-size: 18px;
  line-height: 1;
  margin: 0;
}

.s-blogList-3__categoryList {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.s-blogList-3__categoryList li + li {
  margin-top: 12px;
}

.s-blogList-3__categoryList li.is-current a {
  background-color: var(--color-secondary);
}

.s-blogList-3__categoryList li a {
  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;
  width: 100%;
  height: 44px;
  background-color: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  font-size: 13px;
  text-decoration: none;
  color: var(--color-text);
  font-weight: bold;
  padding: 0 16px;
}

.s-blogList-3__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .s-blogList-3__tag {
    display: block;
    margin-bottom: 40px;
  }
}

.s-blogList-3__tagTitle {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .s-blogList-3__tagTitle {
    font-size: 14px;
  }
}

.s-blogList-3__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 16px;
  margin-bottom: -10px;
}

@media screen and (max-width: 767px) {
  .s-blogList-3__tagList {
    margin-left: 0;
    margin-top: 24px;
  }
}

.s-blogList-3__tagList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  height: 40px;
  padding: 0 30px;
  font-size: 14px;
  color: var(--color-text);
  font-weight: bold;
  white-space: nowrap;
  background-color: var(--color-background);
  border-radius: var(--border-radius);
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .s-blogList-3__tagList a {
    padding: 0 16px;
    height: 24px;
    font-size: 12px;
  }
}

.s-blogList-3__tagList a.is-current {
  background-color: var(--color-secondary);
  color: #fff;
}

.s-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .s-card__list {
    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;
  }
}

.s-card__list li {
  width: calc((100% - 30px) / 2);
  padding: 40px 30px;
  border: 3px solid var(--color-secondary);
  border-radius: var(--border-radius);
}

@media screen and (max-width: 767px) {
  .s-card__list li {
    padding: 24px;
    width: 100%;
    max-width: 430px;
  }
}

.s-card__list li:nth-of-type(2n) {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .s-card__list li:nth-of-type(2n) {
    margin-left: 0;
    margin-top: 40px;
  }
}

.s-card__list li:nth-of-type(n+3) {
  margin-top: 40px;
}

.s-card__listTitle {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .s-card__listTitle {
    font-size: 20px;
  }
}

.s-card__listContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .s-card__listContent {
    -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;
    margin-top: 16px;
  }
}

.s-card__listContent .s-card__listThumb {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 175px;
  min-width: 175px;
  height: 130px;
  border-radius: var(--border-radius);
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .s-card__listContent .s-card__listThumb {
    width: 100%;
    min-width: auto;
  }
}

.s-card__listContent .s-card__listDescription {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 20px;
  font-size: 15px;
  font-weight: normal;
  line-height: 2.0;
}

@media screen and (max-width: 767px) {
  .s-card__listContent .s-card__listDescription {
    font-size: 12px;
    line-height: 1.8;
    margin: 16px 0 0 0;
  }
}

.s-card__listButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .s-card__listButton {
    margin-top: 16px;
  }
}

.s-case-1__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 -90px;
}

@media screen and (max-width: 767px) {
  .s-case-1__list {
    display: grid;
    margin: 0 0 -60px;
  }
}

.s-case-1__list .s-case-1__item {
  margin-right: 18px;
  width: calc((100% - 36px) / 3);
  margin-bottom: 90px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 767px) {
  .s-case-1__list .s-case-1__item {
    width: 100%;
    margin-bottom: 60px;
  }
}

.s-case-1__list .s-case-1__item.is-new:before {
  content: "新着";
  position: absolute;
  top: 16px;
  left: calc(-50% + 40px);
  background-color: var(--color-secondary);
  width: 100%;
  height: 28px;
  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;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: 1;
}

.s-case-1__list .s-case-1__item:nth-child(3n) {
  margin-right: 0;
}

.s-case-1__list .s-case-1__item .s-case-1__itemInner {
  height: 100%;
  padding: 0 20px;
  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;
  text-decoration: none;
  background: #FFFFFF;
  border-radius: var(--border-radius);
  color: var(--color-text);
}

.s-case-1__list .s-case-1__item .s-case-1__itemInner .s-case-1__itemThumb {
  margin: 0;
  padding: 12px 0;
}

.s-case-1__list .s-case-1__item .s-case-1__itemInner .s-case-1__itemThumb img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  border-radius: var(--border-radius);
}

.s-case-1__list .s-case-1__item .s-case-1__itemInner .s-case-1__itemContent {
  padding: 0 0 45px 0;
  height: 100%;
  position: relative;
}

.s-case-1__list .s-case-1__item .s-case-1__itemInner .s-case-1__itemContent::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--color-versatile);
  border-radius: 2.5px;
}

.s-case-1__list .s-case-1__item .s-case-1__itemInner .s-case-1__itemContent .s-case-1__itemAuthor {
  margin-top: 12px;
  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;
}

.s-case-1__list .s-case-1__item .s-case-1__itemInner .s-case-1__itemContent .s-case-1__itemAuthor .s-case-1__authorImg {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 50%;
  margin-right: 8px;
}

.s-case-1__list .s-case-1__item .s-case-1__itemInner .s-case-1__itemContent .s-case-1__itemAuthor .s-case-1__authorName {
  font-size: 14px;
  line-height: 187%;
  letter-spacing: 1.2px;
  font-weight: bold;
  margin: 0;
}

.s-case-1__list .s-case-1__item .s-case-1__itemInner .s-case-1__itemContent .s-case-1__itemTitle {
  font-size: 14px;
  line-height: 187%;
  letter-spacing: 1.2px;
  font-weight: normal;
  margin: 12px 0 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.s-case-1__list .s-case-1__item .s-case-1__itemInner .s-case-1__itemContent .icon-circle-arrow {
  position: absolute;
  bottom: 20px;
  right: 0px;
  width: 20px;
  height: 20px;
}

.s-case-1__list .s-case-1__item .s-case-1__itemInner .s-case-1__itemContent .icon-circle-arrow .path1:before {
  font-size: 20px;
}

.s-case-1__list .s-case-1__item .s-case-1__itemInner .s-case-1__itemContent .icon-circle-arrow .path2:before {
  font-size: 20px;
  color: #fff;
}

.s-case-2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

@media screen and (max-width: 767px) {
  .s-case-2__item {
    display: block;
  }
}

.s-case-2__itemImage {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .s-case-2__itemImage {
    position: static;
  }
}

.s-case-2__itemImage img {
  max-width: 520px;
  width: 100%;
  height: 310px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius);
}

@media screen and (max-width: 767px) {
  .s-case-2__itemImage img {
    height: 190px;
  }
}

.s-case-2__itemWrap {
  width: 520px;
  border-radius: var(--border-radius);
  border: 2px solid #f5f5f5;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-top: 87px;
}

@media screen and (max-width: 767px) {
  .s-case-2__itemWrap {
    max-width: 100%;
    margin-top: 16px;
  }
}

.s-case-2__itemWrap a {
  display: block;
  text-decoration: none;
  color: var(--color-text);
  padding: 45px 52px 56px 72px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .s-case-2__itemWrap a {
    padding: 24px 24px 40px;
  }
}

.s-case-2__itemWrap a:after {
  content: " ";
  display: block;
  width: 22px;
  height: 7px;
  background: url("https://www.aratabi.jp/assets/img/top/case/icon_arrow_01.svg") no-repeat 0 0;
  background-size: 22px 7px;
  position: absolute;
  bottom: 36px;
  right: 52px;
}

@media screen and (max-width: 767px) {
  .s-case-2__itemWrap a:after {
    bottom: 24px;
    right: 24px;
  }
}

.s-case-2__itemLogo img {
  width: 70px;
  height: 52px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius);
}

.s-case-2__itemCompany {
  margin: 16px 0 0;
}

.s-case-2__itemTitle {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.6;
}

.s-case-2__itemText {
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 1.08px;
}

@media screen and (max-width: 767px) {
  .s-case-2__itemText {
    font-size: 14px;
  }
}

.s-caseDetail {
  padding: 60px 0 140px;
}

@media screen and (max-width: 767px) {
  .s-caseDetail {
    padding: 30px 0 80px;
  }
}

.s-caseDetail__content {
  max-width: 800px;
  margin: 0 auto;
}

.s-caseDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__meta {
    display: block;
  }
}

.s-caseDetail__meta .date {
  font-size: 13px;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: .09em;
  margin-right: 12px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__meta .date {
    display: block;
    margin-bottom: 16px;
  }
}

.s-caseDetail__meta .c-button {
  margin-right: 8px;
  margin-bottom: 8px;
}

.s-caseDetail__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.s-caseDetail__companyLogo {
  border-radius: var(--border-radius);
  overflow: hidden;
  width: 50px;
}

.s-caseDetail__companyName {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 0 12px;
}

.s-caseDetail__title {
  margin: 0 0 45px;
  font-size: 29px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__title {
    font-size: 26px;
  }
}

.s-caseDetail__thumb img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

.s-caseDetail__author {
  background-color: var(--color-primary);
  border-radius: var(--border-radius);
  padding: 32px 50px;
  margin-top: 24px;
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__author {
    padding: 24px 15px;
    margin-bottom: 40px;
  }
}

.s-caseDetail__authorName {
  line-height: 1.6;
  margin: 0 0 18px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__authorName {
    font-size: 15px;
  }
}

.s-caseDetail__authorList {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -15px;
}

.s-caseDetail__authorList dt {
  margin: 0;
  min-width: 120px;
  height: 34px;
  line-height: 34px;
  white-space: nowrap;
  border-radius: var(--border-radius);
  background-color: #fff;
  font-size: 17px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__authorList dt {
    min-width: 100px;
    font-size: 14px;
  }
}

.s-caseDetail__authorList dd {
  margin: 0;
  font-size: 16px;
  width: calc(100% - 120px - 15px);
  margin-bottom: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__authorList dd {
    font-size: 12px;
  }
}

.s-caseDetail__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__wrap {
    display: block;
  }
}

.s-caseDetail__share {
  position: sticky;
  top: 140px;
  height: 100%;
  width: 26px;
  margin-left: -56px;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__share {
    position: static;
    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;
    margin-bottom: 40px;
    margin-left: 0;
    width: auto;
  }
}

.s-caseDetail__share a {
  display: block;
  width: 26px;
}

.s-caseDetail__share a + a {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__share a + a {
    margin-top: 0;
    margin-left: 24px;
  }
}

.s-caseDetail__entry {
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__entry {
    padding-left: 0;
  }
}

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

.s-caseDetail__body h2,
.s-caseDetail__body h3,
.s-caseDetail__body h4,
.s-caseDetail__body h5,
.s-caseDetail__body h6 {
  margin: 0;
  line-height: 1.5;
}

.s-caseDetail__body h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__body h2 {
    font-size: 20px;
  }
}

.s-caseDetail__body h3 {
  font-size: 23px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__body h3 {
    font-size: 18px;
  }
}

.s-caseDetail__body p,
.s-caseDetail__body li {
  line-height: 2;
  letter-spacing: .02em;
  margin: 0;
}

.s-caseDetail__body p + p {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__body ul,
  .s-caseDetail__body ol,
  .s-caseDetail__body p {
    font-size: 15px;
  }
}

.s-caseDetail__body ul + h2,
.s-caseDetail__body ol + h2,
.s-caseDetail__body p + h2 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__body ul + h2,
  .s-caseDetail__body ol + h2,
  .s-caseDetail__body p + h2 {
    margin-top: 60px;
  }
}

.s-caseDetail__body ul + h3,
.s-caseDetail__body ol + h3,
.s-caseDetail__body p + h3 {
  margin-top: 35px;
}

.s-caseDetail__body img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

.s-caseDetail__body .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-primary);
}

.s-caseDetail__download {
  background-color: var(--color-secondary);
  text-align: center;
  padding: 40px 0 45px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__download {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.s-caseDetail__downloadText {
  margin: 0 0 16px;
  font-weight: bold;
  color: #fff;
}

.s-caseDetail__downloadButton {
  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;
}

@media screen and (max-width: 767px) {
  .s-caseDetail__downloadButton > .c-button {
    min-width: 100%;
  }
}

.s-caseDetail__relation {
  padding: 0;
  margin-top: 100px;
}

.s-caseFilter {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .s-caseFilter {
    margin-top: 30px;
  }
}

.s-caseFilter > .c-inner {
  background-color: var(--color-primary);
  border-radius: var(--border-radius);
}

.s-caseFilter__Header {
  height: 95px;
  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;
  padding: 0 40px;
  cursor: pointer;
}

.s-caseFilter__Header:before {
  content: " ";
  display: block;
  width: 0;
  height: 1px;
}

.s-caseFilter__Title {
  font-size: 20px;
  font-weight: bold;
}

.s-caseFilter__Toggle {
  display: block;
  min-width: 42px;
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: calc(var(--border-radius) - 2px);
  position: relative;
}

.s-caseFilter__Toggle > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
  background-color: var(--color-text);
}

.s-caseFilter__Toggle > span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.is-active .s-caseFilter__Toggle > span:nth-child(2) {
  display: none;
}

.s-caseFilter__Content {
  display: none;
  padding-bottom: 45px;
}

.s-caseFilter__Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .s-caseFilter__Wrap {
    display: block;
    padding: 0;
  }
}

.s-caseFilter__List {
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  border-radius: var(--border-radius);
  padding: 22px 30px 45px;
}

@media screen and (max-width: 767px) {
  .s-caseFilter__List {
    width: 100%;
  }
}

.s-caseFilter__List + .s-caseFilter__List {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .s-caseFilter__List + .s-caseFilter__List {
    margin-left: 0;
    margin-top: 20px;
  }
}

.s-caseFilter__List .title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 14px;
  margin-bottom: 25px;
  border-bottom: 3px solid #ddd;
}

.s-caseFilter__List > ul {
  list-style: none;
  margin: 0;
  padding: 0 10px;
}

.s-caseFilter__List > ul > li + li {
  margin-top: 14px;
}

.s-caseFilter__List > ul > li > label input[type=checkbox] {
  display: none;
}

.s-caseFilter__List > ul > li > label input[type=checkbox]:checked + .label:after {
  content: " ";
  display: block;
  width: 8px;
  height: 14px;
  border-bottom: 3px solid var(--color-secondary);
  border-right: 3px solid var(--color-secondary);
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -9px;
}

.s-caseFilter__List > ul > li > label > .label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

.s-caseFilter__List > ul > li > label > .label:before {
  content: " ";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: calc(var(--border-radius) - 2px);
  border: solid 2px var(--color-secondary);
  margin-right: 15px;
}

.s-caseFilter__Button {
  margin-top: 28px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .s-caseFilter__Button > .c-button {
    min-width: 100%;
  }
}

.s-caseFilter__Footer {
  text-align: center;
  margin-top: 28px;
  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;
}

@media screen and (max-width: 767px) {
  .s-caseFilter__Footer > .c-button {
    min-width: 100%;
  }
}

.s-campany-1 .c-inner .s-campany-1__tableList {
  width: 100%;
  border-radius: var(--border-radius);
  border: 3px solid var(--color-secondary);
}

.s-campany-1 .c-inner .s-campany-1__tableList .s-campany-1__tableItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.s-campany-1 .c-inner .s-campany-1__tableList .s-campany-1__tableItem + .s-campany-1__tableItem .s-campany-1__tableTitle {
  border-top: 3px solid #fff;
}

.s-campany-1 .c-inner .s-campany-1__tableList .s-campany-1__tableItem + .s-campany-1__tableItem .s-campany-1__tableDescription {
  border-top: 3px dotted var(--color-secondary);
}

.s-campany-1 .c-inner .s-campany-1__tableList .s-campany-1__tableItem .s-campany-1__tableTitle {
  font-size: 14px;
  line-height: 187%;
  letter-spacing: 1.2px;
  margin: 0;
  padding: 0;
  background-color: var(--color-secondary);
  color: #fff;
  font-weight: bold;
  min-width: 200px;
  padding: 16px 10px 16px 30px;
}

@media screen and (max-width: 767px) {
  .s-campany-1 .c-inner .s-campany-1__tableList .s-campany-1__tableItem .s-campany-1__tableTitle {
    min-width: 100px;
    padding: 16px 10px;
  }
}

.s-campany-1 .c-inner .s-campany-1__tableList .s-campany-1__tableItem .s-campany-1__tableDescription {
  font-size: 14px;
  line-height: 187%;
  letter-spacing: 1.2px;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px 40px;
}

@media screen and (max-width: 767px) {
  .s-campany-1 .c-inner .s-campany-1__tableList .s-campany-1__tableItem .s-campany-1__tableDescription {
    padding: 16px;
  }
}

.s-campany-3__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .s-campany-3__wrap {
    display: block;
  }
}

.s-campany-3__item {
  width: 318px;
}

@media screen and (max-width: 767px) {
  .s-campany-3__item {
    width: 100%;
  }
  .s-campany-3__item + .s-campany-3__item {
    margin-top: 40px;
  }
}

.s-campany-3__itemThumb {
  width: 318px;
  height: 190px;
  margin: 0;
  border-radius: var(--border-radius);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s-campany-3__itemThumb {
    width: 100%;
  }
  .s-campany-3__itemThumb img {
    width: 100%;
    height: auto;
  }
}

.s-campany-3__itemJob {
  margin: 20px 0 0;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.s-campany-3__itemName {
  margin: 10px 0 0;
  line-height: 1;
  text-align: center;
  font-size: 20px;
}

.s-campany-3__itemText {
  margin: 24px 0 0;
  font-size: 12px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .s-campany-3__itemText {
    margin-top: 16px;
  }
}

.s-campany-4__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -35px;
}

@media screen and (max-width: 767px) {
  .s-campany-4__wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -24px;
  }
}

.s-campany-4__item {
  margin-right: 18px;
  margin-bottom: 35px;
  width: 232px;
  border-radius: var(--border-radius);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s-campany-4__item {
    width: calc(50% - 8px);
    margin-bottom: 24px;
    margin-right: 0;
  }
}

.s-campany-4__item:nth-child(4n) {
  margin-right: 0;
}

.s-campany-4__item a {
  display: block;
  line-height: 1;
}

.s-campany-4__item a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-campany-5__text {
  font-size: 22px;
  text-align: center;
  margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
  .s-campany-5__text {
    font-size: 16px;
  }
}

.s-campany-5__text .count {
  font-size: 45px;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: 3.18px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .s-campany-5__text .count {
    font-size: 32px;
    margin-right: 2px;
  }
}

.s-campany-5__text .count__text {
  font-size: 18px;
}

.s-campany-5__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -35px;
}

@media screen and (max-width: 767px) {
  .s-campany-5__wrap {
    margin-bottom: -24px;
  }
}

.s-campany-5__item {
  min-width: calc((100% - 85px) / 6);
  margin-bottom: 35px;
  border-radius: var(--border-radius);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s-campany-5__item {
    min-width: initial;
    width: calc(50% - 8px);
    margin-bottom: 24px;
  }
}

.s-campany-5__item a {
  display: block;
  line-height: 1;
}

.s-campany-5__item a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-campany-5__tips {
  font-size: 10px;
  margin: 20px 0 0;
  text-align: right;
}

.s-complete {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .s-complete {
    padding: 60px 0 80px;
  }
}

.s-complete__content {
  text-align: center;
}

.s-complete__contentLabel {
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-left: -4px;
}

.s-complete__contentTitle {
  font-size: 16px;
  margin: 22px 0 0;
}

.s-complete__contentText {
  font-size: 12px;
  line-height: 1.8;
  margin: 50px 0 0;
}

.s-complete__contentButton {
  margin-top: 50px;
}

.s-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.s-contact__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary);
}

.s-contact__cta {
  position: relative;
  z-index: 1;
}

.s-contact__ctaTitle {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 24px;
}

@media screen and (max-width: 767px) {
  .s-contact__ctaTitle {
    font-size: 16px;
  }
}

.s-contact__ctaButton {
  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;
  max-width: 635px;
  height: 120px;
  padding: 0 150px;
  border-radius: 60px;
  text-align: center;
  background-color: #fff;
  text-decoration: none;
  color: var(--color-text);
  position: relative;
}

@media screen and (max-width: 767px) {
  .s-contact__ctaButton {
    height: 100px;
    padding: 0;
  }
}

.s-contact__ctaButton i {
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 53px;
  height: 16px;
  margin-top: -8px;
}

.s-contact__ctaButton i svg {
  display: block;
}

.s-contact__ctaButton i svg g,
.s-contact__ctaButton i svg path {
  fill: var(--color-primary);
  stroke: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .s-contact__ctaButton i {
    position: static;
    margin: 10px auto 0;
    width: 31px;
    height: 9px;
  }
  .s-contact__ctaButton i svg {
    width: 100%;
    height: auto;
  }
}

.s-contact__ctaButton > span {
  display: block;
}

.s-contact__ctaButton .en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  letter-spacing: .32em;
  color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .s-contact__ctaButton .en {
    font-size: 13px;
  }
}

.s-contact__ctaButton .ja {
  font-size: 26px;
  font-weight: bold;
  margin-top: 6px;
  color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .s-contact__ctaButton .ja {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.s-contact__tel {
  text-align: center;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.s-contact__telTitle {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .s-contact__telTitle {
    font-size: 13px;
  }
}

.s-contact__telNumber {
  display: inline-block;
  margin: 12px 0 0;
}

.s-contact__telNumber a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.s-contact__telNumber a:before {
  content: " ";
  display: block;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background: url("https://www.aratabi.jp/assets/img/top/contact/icon_tel_01.svg") no-repeat 0 0;
  background-size: 40px 40px;
  margin-right: 4px;
}

.s-contact__telNumber a .number {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 52px;
  color: #fff;
  line-height: 1;
  letter-spacing: .035em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .s-contact__telNumber a .number {
    font-size: 44px;
  }
}

.s-contact__telTime {
  display: block;
  font-size: 13px;
  color: #fff;
  text-align: right;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .s-contact__telTime {
    font-size: 12px;
  }
}

.s-contactDetail {
  padding: 60px 0 130px;
}

@media screen and (max-width: 767px) {
  .s-contactDetail {
    padding: 56px 0 80px;
  }
}

.s-contactDetail__document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .s-contactDetail__document {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.s-contactDetail__documentImage {
  display: block;
  margin: 0 38px 0 0;
  padding: 0;
  min-width: 400px;
  width: 400px;
}

@media screen and (max-width: 767px) {
  .s-contactDetail__documentImage {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: initial;
    width: 100%;
  }
}

.s-contactDetail__documentImage img {
  border-radius: var(--border-radius);
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-contactDetail__documentTitle {
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .s-contactDetail__documentTitle {
    font-size: 20px;
  }
}

.s-contactDetail__documentText {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .s-contactDetail__documentText {
    font-size: 13px;
  }
}

.s-contactTell__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid var(--color-text);
  border-radius: var(--border-radius);
}

@media screen and (max-width: 767px) {
  .s-contactTell__inner {
    display: block;
    padding: 24px;
  }
}

.s-contactTell__text {
  max-width: 530px;
  padding: 54px 34px 54px 48px;
  line-height: 2;
  font-size: 15px;
  position: relative;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .s-contactTell__text {
    padding: 0;
    font-size: 13px;
  }
}

.s-contactTell__text:after {
  content: " ";
  display: block;
  width: 4px;
  height: calc(100% - 56px);
  background-color: #f5f5f5;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .s-contactTell__text:after {
    display: none;
  }
}

.s-contactTell__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 36px 0 45px;
}

@media screen and (max-width: 767px) {
  .s-contactTell__tel {
    padding: 24px 0 0;
    margin-top: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 2px solid #f5f5f5;
  }
}

.s-contactTell__tel .telText {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px 36px;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .s-contactTell__tel .telText {
    font-size: 11px;
    margin-bottom: 6px;
    margin-left: 27px;
  }
}

.s-contactTell__tel .telNumber a {
  font-size: 44px;
  letter-spacing: 3.5px;
  font-weight: bold;
  line-height: 1;
  color: var(--color-text);
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  font-family: "Barlow Semi Condensed", sans-serif;
}

@media screen and (max-width: 767px) {
  .s-contactTell__tel .telNumber a {
    font-size: 32px;
  }
}

.s-contactTell__tel .telNumber a i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  line-height: 1;
  margin-right: 8px;
  margin-bottom: -6px;
}

@media screen and (max-width: 767px) {
  .s-contactTell__tel .telNumber a i {
    height: 26px;
  }
}

.s-contactTell__tel .telNumber a i img {
  width: auto;
  height: 38px;
}

@media screen and (max-width: 767px) {
  .s-contactTell__tel .telNumber a i img {
    height: 26px;
  }
}

.s-contactTell__tel .telTips {
  font-size: 13px;
  letter-spacing: 1px;
  text-align: right;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .s-contactTell__tel .telTips {
    font-size: 10px;
    margin-top: 4px;
  }
}

.s-cta-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0 80px;
  position: relative;
}

.s-cta-1__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary);
}

.s-cta-1__icon {
  width: 120px;
  height: 120px;
  border-radius: 26px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s-cta-1__icon {
    width: 60px;
    height: 60px;
    border-radius: 13px;
  }
}

.s-cta-1__icon img {
  width: 120px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-cta-1__title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 32px 0 24px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .s-cta-1__title {
    margin: 16px 0;
    font-size: 16px;
    padding: 0 24px;
    line-height: 1.8;
  }
}

.s-cta-1__wrap {
  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;
  z-index: 1;
}

.s-cta-1__button img {
  max-width: 100%;
  height: auto;
}

.s-cta-1__button + .s-cta-1__button {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .s-cta-1__button + .s-cta-1__button {
    margin-left: 16px;
  }
}

.s-cta-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0 80px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .s-cta-2 {
    display: block;
  }
}

.s-cta-2 .c-inner {
  width: 100%;
}

.s-cta-2 .c-inner .s-cta-2__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary);
}

.s-cta-2 .c-inner .s-cta-2__title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 1;
  letter-spacing: 1.55294px;
}

@media screen and (max-width: 767px) {
  .s-cta-2 .c-inner .s-cta-2__title {
    font-size: 16px;
  }
}

.s-cta-2 .c-inner .s-cta-2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .s-cta-2 .c-inner .s-cta-2__wrap {
    display: block;
    width: 100%;
  }
}

.s-cta-2 .c-inner .s-cta-2__wrap .c-button {
  min-width: 50%;
}

@media screen and (max-width: 767px) {
  .s-cta-2 .c-inner .s-cta-2__wrap .c-button {
    width: 100%;
  }
}

.s-cta-2 .c-inner .s-cta-2__wrap .c-button:nth-of-type(n+2) {
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  .s-cta-2 .c-inner .s-cta-2__wrap .c-button:nth-of-type(n+2) {
    margin: 20px 0 0 0;
  }
}

.s-documentDetail {
  padding: 60px 0 130px;
}

@media screen and (max-width: 767px) {
  .s-documentDetail {
    padding: 56px 0 80px;
  }
}

.s-documentDetail__document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .s-documentDetail__document {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.s-documentDetail__documentImage {
  display: block;
  margin: 0 38px 0 0;
  padding: 0;
  min-width: 400px;
  width: 400px;
}

@media screen and (max-width: 767px) {
  .s-documentDetail__documentImage {
    margin-right: 0;
    margin-bottom: 20px;
    min-width: initial;
    width: 100%;
  }
}

.s-documentDetail__documentImage img {
  border-radius: var(--border-radius);
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-documentDetail__documentTitle {
  margin: 0;
  font-size: 22px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .s-documentDetail__documentTitle {
    font-size: 20px;
  }
}

.s-documentDetail__documentText {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .s-documentDetail__documentText {
    font-size: 13px;
  }
}

.s-error {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .s-error {
    padding: 60px 0 80px;
  }
}

.s-error__content {
  text-align: center;
}

.s-error__contentLabel {
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-left: -4px;
}

.s-error__contentTitle {
  font-size: 16px;
  margin: 22px 0 0;
}

.s-error__contentText {
  font-size: 12px;
  line-height: 1.8;
  margin: 50px 0 0;
}

.s-error__contentButton {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.s-faq__list li {
  position: relative;
  background-color: var(--color-secondary);
  border-radius: var(--border-radius);
}

.s-faq__list li + li {
  margin-top: 20px;
}

.s-faq__listTitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.625;
  padding: 40px 130px 40px 64px;
  color: #fff;
  cursor: pointer;
  position: relative;
}

@media screen and (max-width: 767px) {
  .s-faq__listTitle {
    font-size: 15px;
    padding: 24px 60px 24px 24px;
  }
}

.s-faq__listText {
  margin: 0;
  font-size: 15px;
  line-height: 2;
  display: none;
  padding: 0 130px 40px 64px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .s-faq__listText {
    padding: 0 60px 24px 24px;
  }
}

.s-faq__listIcon {
  display: block;
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: 40px;
}

@media screen and (max-width: 767px) {
  .s-faq__listIcon {
    width: 30px;
    height: 30px;
    top: 50%;
    right: 16px;
    margin-top: -15px;
  }
}

.s-faq__listIcon > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
  background-color: var(--color-secondary);
}

.s-faq__listIcon > span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.is-active .s-faq__listIcon > span:nth-child(2) {
  display: none;
}

.intro + .s-feature-1 {
  margin-top: -100px;
}

.s-feature-1__box {
  text-align: center;
}

.s-feature-1__box + .s-feature-1__box {
  margin-top: 70px;
}

.s-feature-1__boxPoint {
  font-family: "Barlow Semi Condensed", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}

.s-feature-1__boxPoint .en {
  display: block;
  font-size: 15px;
  letter-spacing: 2.5px;
  margin-right: -2.5px;
  line-height: 1;
}

.s-feature-1__boxPoint .number {
  display: block;
  font-size: 58px;
  line-height: 1;
}

.s-feature-1__boxTitle {
  font-size: 22px;
  line-height: 1.5;
  max-width: 820px;
  margin: 16px auto 0;
}

.s-feature-1__boxText {
  font-size: 15px;
  line-height: 2;
  max-width: 820px;
  margin: 20px auto 0;
  text-align: left;
}

.s-feature-1__boxImage {
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .s-feature-1__boxImage img {
    width: 100%;
    height: auto;
  }
}

.s-feature-2 .c-inner {
  max-width: 100%;
  padding: 0 66px;
}

@media screen and (max-width: 767px) {
  .s-feature-2 .c-inner {
    padding: 0 16px;
  }
}

.s-feature-2 .c-inner .s-feature-2__featureList {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: feature 0;
}

.s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem:nth-of-type(n+2) {
  padding-top: 75px;
}

@media screen and (min-width: 1200px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem:nth-of-type(odd) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 75px;
  }
}

@media screen and (min-width: 1200px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem:nth-of-type(odd) .s-feature-2__itemInner {
    padding: 54px 143px 84px 54px;
    width: 60%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem:nth-of-type(odd) .s-feature-2__itemInner {
    padding: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem:nth-of-type(odd) .s-feature-2__itemImage {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-height: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem:nth-of-type(odd) .s-feature-2__itemImage {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem:nth-of-type(odd) .s-feature-2__itemImage img {
    width: calc(40% + 70px);
    border-top: 20px #fff solid;
    border-left: 20px #fff solid;
    border-radius: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem:nth-of-type(even) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 75px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1200px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem:nth-of-type(even) .s-feature-2__itemInner {
    padding: 54px 54px 84px 247px;
    width: 75%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem:nth-of-type(even) .s-feature-2__itemInner {
    padding: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem:nth-of-type(even) .s-feature-2__itemImage {
    position: absolute;
    max-height: 100%;
    height: 100%;
    top: 0;
    left: -71px;
    height: calc(100% - 40px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem:nth-of-type(even) .s-feature-2__itemImage {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem:nth-of-type(even) .s-feature-2__itemImage img {
    width: calc(40% + 70px);
    border-bottom: 20px #fff solid;
    border-right: 20px #fff solid;
    border-radius: 5px;
  }
}

.s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem .s-feature-2__itemInner {
  display: grid;
  grid-template-areas: "Number Title" "Number Content";
  background-color: var(--color-versatile);
  border-radius: var(--border-radius);
}

@media screen and (max-width: 767px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem .s-feature-2__itemInner {
    background-color: transparent;
    grid-template-columns: 100px calc(100% - 100px);
    grid-template-areas: "Number Title" "Content Content";
  }
}

.s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem .s-feature-2__itemInner .s-feature-2__itemNumber {
  grid-area: Number;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem .s-feature-2__itemInner .s-feature-2__itemNumber .s-feature-2__numberText {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color-secondary);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 187%;
  letter-spacing: 1.2px;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.47px;
}

.s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem .s-feature-2__itemInner .s-feature-2__itemNumber .s-feature-2__numberText:after {
  font-size: 44px;
  line-height: 187%;
  counter-increment: feature +1;
  content: "0" counter(feature);
  line-height: 1.0;
  font-weight: bold;
  letter-spacing: 0.0341195px;
  color: #fff;
}

.s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem .s-feature-2__itemInner .s-feature-2__itemTitle {
  grid-area: Title;
  font-size: 24px;
  line-height: 187%;
  margin: 0 0 0 20px;
  font-weight: bold;
}

.s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem .s-feature-2__itemInner .s-feature-2__itemContent {
  grid-area: Content;
  margin: 15px 0 0 20px;
}

@media screen and (max-width: 767px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem .s-feature-2__itemInner .s-feature-2__itemContent {
    margin: 20px 0 0 0;
  }
}

.s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem .s-feature-2__itemInner .s-feature-2__itemContent > * {
  margin: 0;
}

.s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem .s-feature-2__itemInner .s-feature-2__itemContent > *:nth-of-type(n+2) {
  margin-top: 20px;
}

.s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem .s-feature-2__itemImage {
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem .s-feature-2__itemImage {
    min-width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem .s-feature-2__itemImage {
    margin-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem .s-feature-2__itemImage img {
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: var(--border-radius);
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem .s-feature-2__itemImage img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius);
  }
}

@media screen and (max-width: 767px) {
  .s-feature-2 .c-inner .s-feature-2__featureList .s-feature-2__featureItem .s-feature-2__itemImage img {
    width: 100%;
    height: auto;
    border-radius: var(--border-radius);
  }
}

.s-flow-1 {
  border-radius: var(--border-radius);
}

.s-flow-1 .c-inner {
  overflow: hidden;
}

.s-flow-1 .c-inner .s-flow-1__stepList {
  margin: 0;
  padding: 0px 110px;
  list-style: none;
  counter-reset: step 0;
}

@media screen and (max-width: 767px) {
  .s-flow-1 .c-inner .s-flow-1__stepList {
    padding: 0px;
  }
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

@media screen and (max-width: 767px) {
  .s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem {
    display: block;
  }
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(n+2)::after {
  z-index: 1;
  position: absolute;
  content: '';
  width: 0;
  height: calc(100% + 60px);
  top: 50px;
  left: 52px;
  border-left: 4px dashed #213C5F;
}

@media screen and (max-width: 767px) {
  .s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(n+2)::after {
    display: none;
  }
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-of-type(1)::after {
  top: 0px;
}

@media screen and (max-width: 767px) {
  .s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-of-type(1)::after {
    display: none;
  }
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(1):before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 15px;
  left: -36px;
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
  border-left: 23px solid transparent;
  border-top: 37px solid var(--color-notion);
}

@media screen and (max-width: 767px) {
  .s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(1):before {
    display: none;
  }
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(1):after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 60px;
  left: -50px;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  border-left: 23px solid transparent;
  border-top: 37px solid var(--color-notion);
}

@media screen and (max-width: 767px) {
  .s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(1):after {
    display: none;
  }
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(1) .s-flow-1__stepNumber {
  background-color: var(--color-notion);
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(1) .s-flow-1__stepNumber .s-flow-1__stepLabel {
  color: #fff;
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem:nth-last-of-type(1) .s-flow-1__stepNumber .s-flow-1__stepLabel:after {
  color: #fff;
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem + .s-flow-1__stepItem {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem + .s-flow-1__stepItem {
    padding-top: 0;
    margin-top: 30px;
  }
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber {
  z-index: 2;
  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;
  height: 110px;
  width: 132px;
  padding: 0 56px 0 32px;
  background-color: var(--color-primary);
  border-radius: var(--border-radius);
  position: relative;
  background-color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber {
    width: 70px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-left: 40px solid transparent;
  border-top: 53px solid #fff;
}

@media screen and (max-width: 767px) {
  .s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber:before {
    border-left: 30px solid transparent;
    border-top: 43px solid #fff;
  }
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-left: 40px solid transparent;
  border-bottom: 53px solid #fff;
}

@media screen and (max-width: 767px) {
  .s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber:after {
    border-left: 30px solid transparent;
    border-bottom: 43px solid #fff;
  }
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber .s-flow-1__stepLabel {
  font-size: 14px;
  line-height: 187%;
  letter-spacing: 1.2px;
  line-height: 100%;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  letter-spacing: 1.47px;
  color: var(--color-secondary);
  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;
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepNumber .s-flow-1__stepLabel:after {
  font-size: 44px;
  line-height: 187%;
  line-height: 1.0;
  counter-increment: step +1;
  content: "0" counter(step);
  font-weight: bold;
  letter-spacing: 0.0341195px;
  color: var(--color-secondary);
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap {
  margin-left: 24px;
}

@media screen and (max-width: 767px) {
  .s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap {
    margin-left: 0;
  }
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepTitle {
  margin: 0;
  font-size: 24px;
  line-height: 187%;
}

@media screen and (max-width: 767px) {
  .s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepTitle {
    padding-left: 100px;
    min-height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.s-flow-1 .c-inner .s-flow-1__stepList .s-flow-1__stepItem .s-flow-1__stepWrap .s-flow-1__stepText {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 187%;
  letter-spacing: 1.2px;
}

.s-flow-2 {
  background-color: var(--color-primary);
  border-radius: var(--border-radius);
}

.s-flow-2__step {
  margin: 0;
  padding: 70px 32px 75px;
  background-color: #fff;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .s-flow-2__step {
    display: block;
  }
}

.s-flow-2__step li {
  position: relative;
  width: calc((100% - (40px * 3)) / 4);
}

@media screen and (max-width: 767px) {
  .s-flow-2__step li {
    width: 100%;
  }
}

.s-flow-2__step li + li {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .s-flow-2__step li + li {
    margin-left: 0;
    margin-top: 40px;
  }
}

.s-flow-2__step li + li:before {
  content: " ";
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--color-text);
  position: absolute;
  top: 40px;
  right: 50%;
}

@media screen and (max-width: 767px) {
  .s-flow-2__step li + li:before {
    display: none;
  }
}

.s-flow-2__stepNumber {
  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;
  min-width: 80px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  border: 2px solid var(--color-text);
  background-color: #fff;
  margin: 0 auto;
}

.s-flow-2__stepNumber:after {
  content: " ";
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: calc(-50% - 12px);
  margin-left: calc(-50% - 12px);
  border: 10px solid #fff;
  border-radius: 50%;
  z-index: 1;
}

.s-flow-2__stepNumber > span {
  display: block;
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.s-flow-2__stepNumber .en {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 13px;
  letter-spacing: .25em;
  margin-right: -.25em;
}

.s-flow-2__stepNumber .number {
  font-size: 30px;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.s-flow-2__stepWrap {
  margin-top: 16px;
}

.s-flow-2__stepTitle {
  margin: 0;
  font-size: 20px;
  text-align: center;
}

.s-flow-2__stepText {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.85;
}

.s-image .c-inner .s-image__list {
  margin-top: 40px;
  width: 100%;
  padding: 0;
}

.s-image .c-inner .s-image__list .s-image__item {
  width: 100%;
  height: auto;
  list-style-type: none;
}

.s-image .c-inner .s-image__list .s-image__item:nth-of-type(n+2) {
  margin-top: 40px;
}

.s-image .c-inner .s-image__list .s-image__item .s-image__itemImage {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

.s-intro-1 {
  padding: 100px 0;
}

.s-intro-1 .c-inner .s-intro-1__turnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
  counter-reset: turn 0;
  display: flex;
  position: relative;
}

@media screen and (max-width: 767px) {
  .s-intro-1 .c-inner .s-intro-1__turnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.s-intro-1 .c-inner .s-intro-1__turnList.-double .s-intro-1__turnItem {
  width: calc(100% / 3);
}

.s-intro-1 .c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(1) {
  width: calc((100% / 3) - 40px);
}

@media screen and (max-width: 767px) {
  .s-intro-1 .c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(1) {
    width: 100%;
    padding: 12px 30px;
  }
}

.s-intro-1 .c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(2) {
  padding-left: 100px;
  width: calc((100% / 3) + 20px);
}

@media screen and (max-width: 767px) {
  .s-intro-1 .c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(2) {
    width: 100%;
    padding: 12px 30px;
  }
}

.s-intro-1 .c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(3) {
  width: calc((100% / 3) + 20px);
}

@media screen and (max-width: 767px) {
  .s-intro-1 .c-inner .s-intro-1__turnList.-triple .s-intro-1__turnItem:nth-of-type(3) {
    width: 100%;
    padding: 12px 30px;
  }
}

.s-intro-1 .c-inner .s-intro-1__turnList.-quadruple .s-intro-1__turnItem {
  width: calc(100% / 3);
}

.s-intro-1 .c-inner .s-intro-1__turnList .s-intro-1__turnItem {
  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;
  height: 130px;
  padding: 32px 60px;
  background-color: var(--color-secondary);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s-intro-1 .c-inner .s-intro-1__turnList .s-intro-1__turnItem {
    height: auto;
  }
}

.s-intro-1 .c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(1) {
  border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 767px) {
  .s-intro-1 .c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(1) {
    border-radius: 5px;
  }
}

.s-intro-1 .c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-last-of-type(1) {
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 767px) {
  .s-intro-1 .c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-last-of-type(1) {
    border-radius: 5px;
  }
}

.s-intro-1 .c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(n+2) {
  position: relative;
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  .s-intro-1 .c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(n+2) {
    margin-top: 20px;
    border-radius: 5px;
  }
}

.s-intro-1 .c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(n+2)::after {
  content: '';
  position: absolute;
  height: 130px;
  width: 130px;
  top: 0px;
  left: 7px;
  -webkit-transform: rotate(45deg) translateX(-65px) translateY(65px);
  transform: rotate(45deg) translateX(-65px) translateY(65px);
  background-color: var(--color-secondary);
  border-top: #fff solid 5px;
  border-right: #fff solid 5px;
}

@media screen and (max-width: 767px) {
  .s-intro-1 .c-inner .s-intro-1__turnList .s-intro-1__turnItem:nth-of-type(n+2)::after {
    display: none;
  }
}

.s-intro-1 .c-inner .s-intro-1__turnList .s-intro-1__turnItem .s-intro-1__turnText {
  font-size: 18px;
  line-height: 187%;
  margin: 0;
  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;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .s-intro-1 .c-inner .s-intro-1__turnList .s-intro-1__turnItem .s-intro-1__turnText {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.s-intro-1 .c-inner .s-intro-1__turnList .s-intro-1__turnItem .s-intro-1__turnText:before {
  font-size: 28px;
  line-height: 187%;
  counter-increment: turn +1;
  content: "0" counter(turn);
  margin-right: 24px;
  color: var(--color-primary);
  font-family: Barlow Semi Condensed;
}

.s-intro-1 .c-inner .s-intro-1__content {
  border-radius: var(--border-radius);
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .s-intro-1 .c-inner .s-intro-1__content {
    margin-top: 20px;
  }
}

.s-intro-1 .c-inner .s-intro-1__content .s-intro-1__contentTitle {
  font-size: 28px;
  line-height: 187%;
  margin: 0;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .s-intro-1 .c-inner .s-intro-1__content .s-intro-1__contentTitle {
    font-size: 20px;
    line-height: 1.8;
  }
}

.s-intro-1 .c-inner .s-intro-1__content .s-intro-1__contentText {
  font-size: 14px;
  line-height: 187%;
  letter-spacing: 1.2px;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .s-intro-1 .c-inner .s-intro-1__content .s-intro-1__contentText {
    margin-top: 16px;
  }
}

.s-intro-2 {
  padding: 100px 0;
}

.s-intro-2__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.s-intro-2__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 60px 0 -42px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .s-intro-2__point {
    display: block;
  }
}

.s-intro-2__point li {
  width: calc((100% - 44px) / 2);
  border: 3px solid var(--color-secondary);
  border-radius: var(--border-radius);
  margin-bottom: 42px;
  text-align: center;
  position: relative;
  padding: 30px 16px;
}

@media screen and (max-width: 767px) {
  .s-intro-2__point li {
    width: 100%;
  }
}

.s-intro-2__pointNumber {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 30px;
  font-weight: bold;
  background-color: #fff;
  padding: 0 12px;
  position: absolute;
  top: calc(-.5em - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
}

.s-intro-2__pointText {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

.s-intro-2__box {
  background-color: var(--color-secondary);
  border-radius: var(--border-radius);
  padding: 50px 60px;
  margin-top: 88px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .s-intro-2__box {
    padding: 60px 16px 40px;
    margin-top: 120px;
  }
}

.s-intro-2__box:before {
  content: " ";
  display: block;
  position: absolute;
  top: -78px;
  left: 50%;
  width: 2px;
  height: 100px;
  background-color: var(--color-text);
}

@media screen and (max-width: 767px) {
  .s-intro-2__box:before {
    top: -58px;
  }
}

.s-intro-2__boxTitle {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .s-intro-2__boxTitle {
    font-size: 23px;
    line-height: 1.8;
  }
}

.s-intro-2__boxText {
  line-height: 2;
  font-size: 15px;
  margin: 20px 0 0;
}

.s-intro-3 {
  padding: 100px 0;
}

.s-intro-3__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.s-intro-3__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 70px 0 -50px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .s-intro-3__point {
    display: block;
  }
}

.s-intro-3__point li {
  width: calc((100% - 44px) / 2);
  border: 3px solid var(--color-secondary);
  border-radius: var(--border-radius);
  margin-bottom: 42px;
  position: relative;
  padding: 35px 35px 28px;
}

@media screen and (max-width: 767px) {
  .s-intro-3__point li {
    width: 100%;
  }
}

.s-intro-3__pointNumber {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 30px;
  font-weight: bold;
  background-color: #fff;
  padding: 0 12px;
  position: absolute;
  top: calc(-.5em - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
}

.s-intro-3__pointTitle {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

.s-intro-3__pointText {
  font-size: 14px;
  margin: 18px 0 0;
  line-height: 1.8;
}

.s-intro-3__box {
  background-color: var(--color-secondary);
  border-radius: var(--border-radius);
  padding: 50px 60px;
  margin-top: 88px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .s-intro-3__box {
    padding: 60px 16px 40px;
  }
}

.s-intro-3__box:before {
  content: " ";
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  width: 2px;
  height: 70px;
  background-color: var(--color-text);
}

.s-intro-3__boxTitle {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .s-intro-3__boxTitle {
    font-size: 23px;
    line-height: 1.8;
  }
}

.s-intro-3__boxText {
  line-height: 2;
  font-size: 15px;
  margin: 20px 0 0;
}

.s-logoSlider {
  padding: 50px 0;
}

.s-logoSlider .c-inner {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .s-logoSlider .c-inner {
    padding: 0;
  }
}

.s-logoSlider .c-inner .s-logoSlider__logoList {
  width: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
}

.s-logoSlider .c-inner .s-logoSlider__logoList.slick-initialized {
  opacity: 1;
}

.s-logoSlider .c-inner .s-logoSlider__logoList .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-logoSlider .c-inner .s-logoSlider__logoList .slick-track .s-logoSlider__logoItem {
  margin: 0 20px;
  outline: none;
}

@media screen and (max-width: 767px) {
  .s-logoSlider .c-inner .s-logoSlider__logoList .slick-track .s-logoSlider__logoItem {
    margin: 0 10px;
  }
}

.s-logoSlider .c-inner .s-logoSlider__logoList .slick-track .s-logoSlider__logoItem .s-logoSlider__logoImage {
  width: 150px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.s-mainvisual-1 {
  overflow: hidden;
  background-color: var(--color-primary);
  position: relative;
}

.s-mainvisual-1 > .c-inner {
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-1 > .c-inner {
    padding: 0;
    height: calc(100vh - 60px);
    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;
  }
}

.s-mainvisual-1__copy {
  position: relative;
  z-index: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-1__copy {
    padding: 0 16px;
  }
}

.s-mainvisual-1__copyTitle {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-1__copyTitle {
    font-size: 28px;
    text-align: left;
  }
}

.s-mainvisual-1__copyText {
  font-size: 16px;
  line-height: 1.875;
  max-width: 560px;
  margin: 24px auto 0;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-1__copyText {
    font-size: 14px;
    text-align: left;
  }
}

.s-mainvisual-1__copyButton {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.s-mainvisual-1__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.s-mainvisual-2 {
  overflow: hidden;
}

.s-mainvisual-2 > .c-inner {
  position: relative;
  padding: 80px 0 120px;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-2 > .c-inner {
    padding: 40px 0 200px;
  }
}

.s-mainvisual-2__copy {
  position: relative;
  z-index: 1;
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-2__copy {
    padding: 0 16px;
  }
}

.s-mainvisual-2__copyTitle {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-2__copyTitle {
    font-size: 28px;
  }
}

.s-mainvisual-2__copyText {
  font-size: 16px;
  line-height: 1.875;
  margin: 16px 0 0;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-2__copyText {
    font-size: 14px;
  }
}

.s-mainvisual-2__copyButton {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-2__copyButton {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .s-mainvisual-2__copyButton a img {
    width: 140px;
  }
}

.s-mainvisual-2__copyButton a + a {
  margin-left: 16px;
}

.s-mainvisual-2__image {
  position: absolute;
  bottom: 0;
  right: 108px;
  width: 307px;
  height: 514px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 307px 514px;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-2__image {
    bottom: -250px;
    right: 50%;
    width: 180px;
    margin-right: -90px;
    background-size: contain;
  }
}

.s-mainvisual-3 {
  padding: 0 28px;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-3 {
    padding: 0;
  }
}

.s-mainvisual-3 .s-mainvisual-3__bg {
  background-color: var(--color-primary);
  border-radius: var(--border-radius);
}

.s-mainvisual-3 .s-mainvisual-3__bg .c-inner {
  display: grid;
  grid-template-areas: "Title Image" "Text Image" "Button Image";
  grid-template-columns: 40% 60%;
  max-width: 1060px;
  padding: 50px 28px;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-3 .s-mainvisual-3__bg .c-inner {
    grid-template-areas: "Title" "Text" "Image" "Button";
    grid-template-columns: 100%;
    padding: 16px 0px;
  }
}

.s-mainvisual-3 .s-mainvisual-3__bg .c-inner .s-mainvisual-3__Title {
  grid-area: Title;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-3 .s-mainvisual-3__bg .c-inner .s-mainvisual-3__Title {
    font-size: 28px;
    padding: 0px 16px;
  }
}

.s-mainvisual-3 .s-mainvisual-3__bg .c-inner .s-mainvisual-3__Text {
  grid-area: Text;
  font-size: 16px;
  line-height: 1.875;
  margin: 16px 0 0;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-3 .s-mainvisual-3__bg .c-inner .s-mainvisual-3__Text {
    font-size: 14px;
    padding: 0px 16px;
  }
}

.s-mainvisual-3 .s-mainvisual-3__bg .c-inner .s-mainvisual-3__Button {
  grid-area: Button;
  margin-top: 40px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-3 .s-mainvisual-3__bg .c-inner .s-mainvisual-3__Button {
    margin-top: 16px;
    display: block;
    padding: 0px 16px;
  }
}

.s-mainvisual-3 .s-mainvisual-3__bg .c-inner .s-mainvisual-3__Button .c-button {
  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: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 10px 80px 10px 20px;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-3 .s-mainvisual-3__bg .c-inner .s-mainvisual-3__Button .c-button {
    width: 100%;
    padding: 10px 40px 10px 20px;
  }
}

.s-mainvisual-3 .s-mainvisual-3__bg .c-inner .s-mainvisual-3__Button .c-button:nth-of-type(n+2) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-3 .s-mainvisual-3__bg .c-inner .s-mainvisual-3__Button .c-button:nth-of-type(n+2) {
    margin-top: 10px;
  }
}

.s-mainvisual-3 .s-mainvisual-3__bg .c-inner .s-mainvisual-3__image {
  grid-area: Image;
  margin-left: 30px;
  width: calc(100% - 30px);
  height: 100%;
  border-radius: var(--border-radius);
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .s-mainvisual-3 .s-mainvisual-3__bg .c-inner .s-mainvisual-3__image {
    margin: 16px 0 0 0;
    width: 100%;
    height: auto;
  }
}

.s-news__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.s-news__list li + li {
  border-top: 2px dotted var(--color-text);
}

.s-news__list li a {
  display: block;
  text-decoration: none;
  color: var(--color-text);
  padding: 20px 100px 20px 0;
  position: relative;
}

.s-news__list li a:after {
  content: " ";
  display: block;
  width: 30px;
  height: 11px;
  background: url("https://www.aratabi.jp/assets/img/top/news/icon_arrow_01.svg") no-repeat 0 0;
  background-size: 30px 11px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}

.s-news__listDate {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}

.s-news__listTitle {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  margin: 10px 0 0;
}

.s-newsDetail {
  background-color: var(--color-secondary);
}

.s-newsDetail__container > .c-inner {
  background-color: #fff;
  padding: 50px 90px 90px;
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

@media screen and (max-width: 767px) {
  .s-newsDetail__container > .c-inner {
    padding: 30px 15px 80px;
  }
}

.s-newsDetail__meta {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .s-newsDetail__meta {
    margin-bottom: 10px;
  }
}

.s-newsDetail__meta > * + * {
  margin-top: 12px;
}

.s-newsDetail__meta .date {
  display: block;
  font-size: 13px;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: .09em;
}

.s-newsDetail__title {
  font-size: 29px;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .s-newsDetail__title {
    font-size: 26px;
  }
}

.s-newsDetail__wrap {
  margin-top: 45px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .s-newsDetail__wrap {
    display: block;
    margin-top: 40px;
  }
}

.s-newsDetail__share {
  position: sticky;
  top: 140px;
  height: 100%;
  width: 26px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .s-newsDetail__share {
    position: static;
    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;
    margin-bottom: 40px;
    margin-left: 0;
    padding-left: 0;
    width: auto;
  }
}

.s-newsDetail__share a {
  display: block;
  width: 26px;
}

.s-newsDetail__share a + a {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .s-newsDetail__share a + a {
    margin-top: 0;
    margin-left: 24px;
  }
}

.s-newsDetail__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 75px;
}

@media screen and (max-width: 767px) {
  .s-newsDetail__content {
    padding: 0;
  }
}

.s-newsDetail__content h2,
.s-newsDetail__content h3,
.s-newsDetail__content h4,
.s-newsDetail__content h5,
.s-newsDetail__content h6 {
  margin: 0 0 18px;
  line-height: 1.5;
}

.s-newsDetail__content h2 {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .s-newsDetail__content h2 {
    font-size: 22px;
  }
}

.s-newsDetail__content p,
.s-newsDetail__content li {
  line-height: 2;
  letter-spacing: .02em;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .s-newsDetail__content p,
  .s-newsDetail__content li {
    font-size: 15px;
  }
}

.s-newsDetail__content p + p {
  margin-top: 35px;
}

.s-newsDetail__content ul + h2,
.s-newsDetail__content ol + h2,
.s-newsDetail__content p + h2 {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .s-newsDetail__content ul + h2,
  .s-newsDetail__content ol + h2,
  .s-newsDetail__content p + h2 {
    margin-top: 60px;
  }
}

.s-newsDetail__content img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

.s-newsDetail__content .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-primary);
}

.s-newsDetailPager {
  background-color: var(--color-secondary);
}

.s-newsDetailPager__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
  padding: 65px 0 140px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .s-newsDetailPager__pager {
    width: 100%;
    padding: 0 15px;
    margin: 40px auto 60px;
  }
}

.s-newsDetailPager__pagerLink.-back {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .s-newsDetailPager__pagerLink.-back {
    display: none;
  }
}

.s-newsDetailPager__pagerLink.-back a {
  color: var(--color-text);
  text-decoration: none;
  padding: 0;
}

.s-newsDetailPager__pagerLink.-back .label {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  color: #fff;
}

.s-newsDetailPager__pagerLink.-back .icon-back {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

.s-newsDetailPager__pagerLink.-back .icon-back g {
  fill: var(--color-primary);
}

.s-newsDetailPager__pagerLink.-next, .s-newsDetailPager__pagerLink.-prev {
  width: 320px;
}

@media screen and (max-width: 767px) {
  .s-newsDetailPager__pagerLink.-next, .s-newsDetailPager__pagerLink.-prev {
    width: 48%;
  }
}

.s-newsDetailPager__pagerLink.-next a, .s-newsDetailPager__pagerLink.-prev a {
  display: block;
  background-color: #fff;
  color: var(--color-text);
  font-size: 13px;
  padding: 24px 26px;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
  border-radius: var(--border-radius);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s-newsDetailPager__pagerLink.-next a, .s-newsDetailPager__pagerLink.-prev a {
    padding: 20px;
  }
}

.s-newsDetailPager__pagerLink.-next .label, .s-newsDetailPager__pagerLink.-prev .label {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.s-newsDetailPager__pagerLink.-next .title, .s-newsDetailPager__pagerLink.-prev .title {
  text-decoration: underline;
}

.s-newsDetailPager__pagerLink.-next {
  margin-left: auto;
}

.s-newsDetailPager__pagerLink.-next a {
  padding-right: 46px;
}

@media screen and (max-width: 767px) {
  .s-newsDetailPager__pagerLink.-next a {
    padding-right: 38px;
  }
}

.s-newsDetailPager__pagerLink.-next .icon-arrow {
  right: 0;
}

.s-newsDetailPager__pagerLink.-next .icon-arrow:before {
  background-image: url("https://www.aratabi.jp/assets/img/news_detail/icon_arrow_next.svg");
}

.s-newsDetailPager__pagerLink.-prev a {
  padding-left: 46px;
}

@media screen and (max-width: 767px) {
  .s-newsDetailPager__pagerLink.-prev a {
    padding-left: 38px;
  }
}

.s-newsDetailPager__pagerLink.-prev .icon-arrow {
  left: 0;
}

.s-newsDetailPager__pagerLink.-prev .icon-arrow:before {
  background-image: url("https://www.aratabi.jp/assets/img/news_detail/icon_arrow_prev.svg");
}

.s-newsDetailPager__pagerLink .icon-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: var(--color-primary);
  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;
}

.s-newsDetailPager__pagerLink .icon-arrow:before {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 7px;
  height: 11px;
}

.s-newsList {
  padding: 50px 0 140px;
}

@media screen and (max-width: 767px) {
  .s-newsList {
    padding: 30px 0 100px;
  }
}

.s-newsList__list li a {
  padding-top: 20px;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .s-newsList__list li a {
    padding-right: 40px;
  }
}

.s-newsList__list li + li {
  border-top: 3px solid var(--color-background);
}

.s-newsList__list .s-news__listTitle {
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .s-newsList__list .s-news__listTitle {
    font-size: 14px;
  }
}

.s-plan-1 .c-inner {
  overflow: hidden;
}

.s-plan-1 .c-inner .s-plan-1__table {
  width: 100%;
  border-radius: var(--border-radius);
  border: 3px solid var(--color-secondary);
  position: relative;
}

@media screen and (max-width: 767px) {
  .s-plan-1 .c-inner .s-plan-1__table {
    border: none;
  }
}

.s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 3px solid var(--color-secondary);
    border-radius: var(--border-radius);
  }
}

.s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 767px) {
  .s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList:nth-of-type(n+2) {
    margin-top: 40px;
  }
}

.s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList:nth-of-type(n+2) .s-plan-1__tableTitle {
  border-top: 3px solid #fff;
}

@media screen and (max-width: 767px) {
  .s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList:nth-of-type(n+2) .s-plan-1__tableTitle {
    border-top: 3px solid var(--color-secondary);
  }
}

.s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList:nth-of-type(n+2) .s-plan-1__tableDescription {
  border-top: 3px solid var(--color-secondary);
}

.s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableTitle {
  font-size: 18px;
  line-height: 187%;
  min-width: 200px;
  color: #fff;
  background-color: var(--color-secondary);
  font-weight: bold;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0px 40px;
}

@media screen and (max-width: 767px) {
  .s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableTitle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    width: 100%;
    font-size: 1.17em;
  }
}

.s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableTitle > *:nth-child(n+1) {
  margin-top: 6px;
  font-weight: normal;
}

.s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription {
  margin: 0;
  line-height: 1.5;
  padding: 16px 40px;
  font-size: 14px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription:nth-last-of-type(1) {
  border-left: 3px dotted var(--color-secondary);
  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;
  min-width: 320px;
}

@media screen and (max-width: 767px) {
  .s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription:nth-last-of-type(1) {
    border-left: none;
    border-top: 3px solid var(--color-secondary);
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .s-plan-1__menuList {
    padding-left: 30px;
    width: 100%;
  }
}

.s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .s-plan-1__menuList .s-plan-1__menuItem:nth-of-type(n+2) {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .c-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

.s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .c-price .c-price__count {
  white-space: nowrap;
}

.s-plan-1 .c-inner .s-plan-1__table .s-plan-1__tableList .s-plan-1__tableDescription .c-price .c-price__label {
  white-space: nowrap;
}

.s-plan-2 .s-plan-2__content {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.s-plan-2 .s-plan-2__content .s-plan-2__title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.s-plan-2 .s-plan-2__content .s-plan-2__title:before {
  content: "";
  display: block;
  height: 18px;
  width: 18px;
  background-color: var(--color-text);
  margin-right: 6px;
}

.s-plan-2 .s-plan-2__content .s-plan-2__card {
  margin-top: 20px;
  width: 100%;
  border: 3px solid var(--color-secondary);
  border-radius: var(--border-radius);
}

.s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardMenu {
  font-size: 18px;
  line-height: 187%;
  margin: 0;
  padding: 20px 50px;
  width: 38%;
  font-weight: bold;
  background-color: var(--color-secondary);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardMenu {
    padding: 20px 10px;
    font-size: 14px;
  }
}

.s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardPrice {
  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;
  padding: 20px 50px;
  border-left: 3px solid var(--color-secondary);
  width: 62%;
}

@media screen and (max-width: 767px) {
  .s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardPrice {
    padding: 20px 10px;
  }
}

.s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardHeader .s-plan-2__cardPrice .c-price {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail {
  border-top: 3px solid var(--color-secondary);
  padding: 20px 50px;
}

@media screen and (max-width: 767px) {
  .s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail {
    padding: 20px 10px;
  }
}

.s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail p {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail p {
    font-size: 14px;
  }
}

.s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul {
  margin: 20px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul {
    padding-left: 40px;
  }
}

.s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul li {
  margin-left: 40px;
  width: calc(50% - 40px);
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul li {
    margin-left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul li:nth-of-type(n+2) {
    margin-top: 10px;
  }
}

.s-plan-2 .s-plan-2__content .s-plan-2__card .s-plan-2__cardDetail ul li:nth-of-type(n+3) {
  margin-top: 10px;
}

.s-plan-3 .c-inner {
  overflow: hidden;
}

.s-plan-3 .c-inner .s-plan-3__table {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 3px solid var(--color-secondary);
  position: relative;
}

@media screen and (max-width: 767px) {
  .s-plan-3 .c-inner .s-plan-3__table {
    width: auto;
  }
}

.s-plan-3 .c-inner .s-plan-3__table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .s-plan-3 .c-inner .s-plan-3__table dl {
    width: auto;
  }
}

.s-plan-3 .c-inner .s-plan-3__table dl::-webkit-scrollbar {
  display: none;
}

.s-plan-3 .c-inner .s-plan-3__table dl:nth-of-type(n+2) dt {
  border-top: 3px solid #fff;
}

.s-plan-3 .c-inner .s-plan-3__table dl:nth-of-type(n+2) dd {
  border-top: 3px solid var(--color-secondary);
}

.s-plan-3 .c-inner .s-plan-3__table dl dt {
  font-size: 14px;
  line-height: 187%;
  letter-spacing: 1.2px;
  color: #fff;
  margin: 0;
  background-color: var(--color-secondary);
  min-width: 200px;
  font-weight: bold;
  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;
  padding: 0px 40px;
}

@media screen and (max-width: 767px) {
  .s-plan-3 .c-inner .s-plan-3__table dl dt {
    width: 130px;
    min-width: 130px;
    padding: 16px 10px;
    position: sticky;
    left: 0;
  }
}

.s-plan-3 .c-inner .s-plan-3__table dl dt span {
  font-size: 10px;
  line-height: 187%;
  margin-top: 8px;
}

.s-plan-3 .c-inner .s-plan-3__table dl dd {
  margin: 0;
  line-height: 1.5;
  padding: 16px 20px 16px 40px;
  font-size: 14px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .s-plan-3 .c-inner .s-plan-3__table dl dd {
    width: calc(100% - 130px);
    padding: 16px;
  }
}

.s-plan-3 .c-inner .s-plan-3__table dl dd:last-of-type {
  border-left: 3px solid var(--color-secondary);
}

.s-plan-3 .c-inner .s-plan-3__table dl dd.s-plan-3__tableList {
  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;
}

@media screen and (max-width: 767px) {
  .s-plan-3 .c-inner .s-plan-3__table dl dd.s-plan-3__tableList {
    padding: 16px 16px 16px 40px;
  }
}

.s-plan-3 .c-inner .s-plan-3__table dl dd.s-plan-3__tableList ul {
  padding-left: 0;
}

.s-plan-3 .c-inner .s-plan-3__table dl dd.s-plan-3__tableList ul li:nth-of-type(n+2) {
  margin-top: 10px;
}

.s-plan-3 .c-inner .s-plan-3__table dl dd.s-plan-3__tablePrice {
  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;
}

@media screen and (max-width: 767px) {
  .s-plan-3 .c-inner .s-plan-3__table dl dd.s-plan-3__tablePrice .c-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    max-width: 100%;
  }
}

.s-plan-3 .c-inner .s-plan-3__table dl dd.s-plan-3__tablePrice .c-price .c-price__count {
  overflow-wrap: break-word;
  max-width: 100%;
}

.s-policy {
  padding: 60px 0 130px;
}

.s-policy__contentItem + .s-policy__contentItem {
  margin-top: 55px;
}

.s-policy__contentItem .title {
  font-size: 18px;
  padding-bottom: 18px;
  border-bottom: 2px solid #d8d8d8;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .s-policy__contentItem .title {
    font-size: 16px;
  }
}

.s-policy__contentItem .text {
  line-height: 2;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  .s-policy__contentItem .text {
    font-size: 14px;
  }
}

.s-policy__credit {
  font-size: 13px;
  line-height: 1.765;
  margin-top: 70px;
}

.s-price-1__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .s-price-1__wrap {
    display: block;
    margin-top: 0;
  }
}

.s-price-1__item {
  width: calc((100% - (15px * 3)) / 4);
  background-color: var(--color-secondary-thin);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s-price-1__item {
    width: 100%;
  }
  .s-price-1__item + .s-price-1__item {
    margin-top: 40px;
  }
}

.s-price-1__item.is-recommend {
  border: 3px solid var(--color-secondary);
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .s-price-1__item.is-recommend {
    margin-top: 40px;
  }
}

.s-price-1__item.is-recommend:before {
  content: "オススメ！";
  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: 100%;
  height: 34px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background-color: var(--color-background);
  position: absolute;
  top: 10px;
  left: -70px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .s-price-1__item.is-recommend:before {
    left: -120px;
  }
}

.s-price-1__itemTitle {
  margin: 0;
  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;
  height: 70px;
  background-color: var(--color-secondary);
  color: #fff;
}

.is-recommend .s-price-1__itemTitle {
  height: 97px;
}

.is-recommend .s-price-1__itemTitle:before {
  content: " ";
  display: block;
  width: 1px;
  height: 27px;
  background-color: transparent;
}

.s-price-1__itemPrice {
  padding: 18px 22px;
}

.s-price-1__itemPrice .unit {
  font-weight: bold;
  line-height: 1;
  margin: -4px 0 0;
  text-align: right;
}

.s-price-1__itemPrice .unit__tax {
  font-size: 10px;
}

.s-price-1__itemPrice .unit__label {
  font-size: 13px;
}

.s-price-1__itemButton {
  padding: 0 22px;
}

.s-price-1__itemButton .c-button {
  background-color: #fff;
  font-size: 15px;
  width: 100%;
}

.s-price-1__itemList {
  margin: 35px 0 0;
  padding: 0 0 45px;
  list-style: none;
}

.s-price-1__itemList li {
  font-size: 12px;
  padding: 12px 20px;
}

.s-price-1__itemList li:nth-child(odd) {
  background-color: var(--color-versatile);
}

.s-price-2__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 90px;
}

@media screen and (max-width: 767px) {
  .s-price-2__wrap {
    display: block;
    margin-top: 0;
  }
}

.s-price-2__item {
  width: calc((100% - (15px * 2)) / 3);
  background-color: var(--color-secondary);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .s-price-2__item {
    width: 100%;
  }
  .s-price-2__item + .s-price-2__item {
    margin-top: 40px;
  }
}

.s-price-2__item.is-recommend {
  border: 3px solid var(--color-primary);
  margin-top: -30px;
}

@media screen and (max-width: 767px) {
  .s-price-2__item.is-recommend {
    margin-top: 40px;
  }
}

.s-price-2__item.is-recommend:before {
  content: "オススメ！";
  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: 100%;
  height: 34px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background-color: var(--color-background);
  position: absolute;
  top: 10px;
  left: -115px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .s-price-2__item.is-recommend:before {
    left: -120px;
  }
}

.s-price-2__itemTitle {
  margin: 0;
  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;
  height: 70px;
  background-color: var(--color-primary);
  color: #fff;
}

.is-recommend .s-price-2__itemTitle {
  height: 97px;
}

.is-recommend .s-price-2__itemTitle:before {
  content: " ";
  display: block;
  width: 1px;
  height: 27px;
  background-color: transparent;
}

.s-price-2__itemPrice {
  padding: 18px 22px;
  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;
}

.s-price-2__itemPrice .c-price {
  width: 100%;
  max-width: 184px;
}

.s-price-2__itemPrice .unit {
  font-weight: bold;
  line-height: 1;
  margin: -4px 0 0;
  text-align: right;
  width: 100%;
  max-width: 184px;
}

.s-price-2__itemPrice .unit__tax {
  font-size: 10px;
}

.s-price-2__itemPrice .unit__label {
  font-size: 13px;
}

.s-price-2__itemButton {
  padding: 0 22px;
}

.s-price-2__itemButton .c-button {
  background-color: #fff;
  font-size: 15px;
  width: 100%;
}

.s-price-2__itemList {
  margin: 35px 0 0;
  padding: 0 0 45px;
  list-style: none;
}

.s-price-2__itemList li {
  font-size: 12px;
  padding: 12px 20px;
}

.s-price-2__itemList li:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.4);
}

.s-text {
  padding: 68px 0 90px;
}

.s-text__title {
  font-size: 22px;
  line-height: 1.8;
  margin: 0;
  text-align: center;
}

.s-text__text {
  font-size: 14px;
  line-height: 2.15;
  margin: 24px 0 0;
  letter-spacing: .1px;
}

.s-textbox-1 .c-inner {
  padding: 0;
}

.s-textbox-1 .c-inner .s-textbox-1__content {
  display: grid;
  grid-template-areas: "Title Title" "Content Image";
  grid-template-columns: calc(50% - 30px) calc(50% + 30px);
  padding: 0;
}

.s-textbox-1 .c-inner .s-textbox-1__content.-reverse {
  grid-template-areas: "Title Title" "Image Content";
  grid-template-columns: 50% 50%;
}

@media screen and (max-width: 767px) {
  .s-textbox-1 .c-inner .s-textbox-1__content.-reverse {
    grid-template-areas: "Title" "Image" "Content";
    grid-template-columns: 100%;
    padding: 0 16px;
  }
}

.s-textbox-1 .c-inner .s-textbox-1__content.-reverse .s-textbox-1__contentDescription {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .s-textbox-1 .c-inner .s-textbox-1__content.-reverse .s-textbox-1__contentDescription {
    margin: 20px 0 0 0;
    width: 100%;
    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;
  }
}

.s-textbox-1 .c-inner .s-textbox-1__content.-reverse .s-textbox-1__contentImage {
  grid-area: Image;
  margin: 48px 0 0 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .s-textbox-1 .c-inner .s-textbox-1__content.-reverse .s-textbox-1__contentImage {
    margin: 20px 0 0 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .s-textbox-1 .c-inner .s-textbox-1__content {
    grid-template-areas: "Title" "Image" "Content";
    grid-template-columns: 100%;
    padding: 0 16px;
  }
}

.s-textbox-1 .c-inner .s-textbox-1__content .s-textbox-1__contentTitle {
  grid-area: Title;
  font-size: 24px;
  line-height: 187%;
  text-align: center;
  margin: 0;
  color: var(--color-secondary);
  letter-spacing: 1.55294px;
}

.s-textbox-1 .c-inner .s-textbox-1__content .s-textbox-1__contentDescription {
  grid-area: Content;
  margin-top: 48px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .s-textbox-1 .c-inner .s-textbox-1__content .s-textbox-1__contentDescription {
    margin: 20px 0 0 0;
    width: 100%;
    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;
  }
}

.s-textbox-1 .c-inner .s-textbox-1__content .s-textbox-1__contentDescription > :nth-child(n+2) {
  margin-top: 20px;
}

.s-textbox-1 .c-inner .s-textbox-1__content .s-textbox-1__contentDescription .s-textbox-1__contentText {
  font-size: 14px;
  line-height: 187%;
  letter-spacing: 1.2px;
  margin: 0;
}

.s-textbox-1 .c-inner .s-textbox-1__content .s-textbox-1__contentImage {
  grid-area: Image;
  margin: 48px 0 0 30px;
  width: calc(100% - 30px);
}

@media screen and (max-width: 767px) {
  .s-textbox-1 .c-inner .s-textbox-1__content .s-textbox-1__contentImage {
    margin: 20px 0 0 0;
    width: 100%;
  }
}

.s-textbox-1 .c-inner .s-textbox-1__content .s-textbox-1__contentImage img {
  border-radius: var(--border-radius);
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .s-textbox-1 .c-inner .s-textbox-1__content .s-textbox-1__contentImage img {
    max-width: 100%;
    height: auto;
  }
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: 'antro_vectrabolder';
  src: url("https://www.aratabi.jp/assets/font/antro_vectra_bolder-webfont.woff2") format("woff2"), url("https://www.aratabi.jp/assets/font/antro_vectra_bolder-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.yl-header {
  position: relative;
  z-index: 2;
  /*--------jsClass------*/
}

@media screen and (max-width: 1025px) {
  .yl-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.yl-header .header-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 12px 30px;
  background: #F6F6F6;
}

@media screen and (max-width: 1025px) {
  .yl-header .header-lead {
    display: none;
  }
}

.yl-header .header-lead__text {
  font-size: 11px;
  line-height: 1;
}

.yl-header .header-lead__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.yl-header .header-lead__list li {
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.yl-header .header-lead__list li.icon--fb {
  background: #3B5998;
}

.yl-header .header-lead__list li.icon--fb path {
  fill: #fff;
}

.yl-header .header-lead__list li.icon--fb:hover {
  opacity: 0.75;
}

.yl-header .header-lead__list li.icon--tw {
  background: #1DA1F2;
}

.yl-header .header-lead__list li.icon--tw path {
  fill: #fff;
}

.yl-header .header-lead__list li.icon--tw:hover {
  opacity: 0.75;
}

.yl-header .header-lead__list li + li {
  margin-left: 8px;
}

.yl-header .header-lead__list li a {
  width: 100%;
  height: 100%;
  display: block;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.yl-header .header-lead__list li a path {
  fill: #C9C9C9;
}

.yl-header .header-lead__list li .item--fb {
  height: 11px;
}

.yl-header .header-lead__list li .item--tw {
  height: 11px;
}

.yl-header .header-con {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media screen and (min-width: 1025px) {
  .yl-header .header-con {
    padding: 17px 80px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .yl-header .header-con {
    padding: 17px 20px;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-con {
    padding: 10px 20px;
    background: #F6F6F6;
    position: relative;
    z-index: 1;
  }
}

.yl-header .header-con__logo {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.yl-header .header-con__logo:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1025px) {
  .yl-header .header-con__logo {
    width: 280px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .yl-header .header-con__logo {
    width: 180px;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-con__logo {
    width: 115px;
  }
}

.yl-header .header-con__logo img {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .yl-header .header-con__nav {
    width: calc(100% - 280px - 68px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .yl-header .header-con__nav {
    width: calc(100% - 180px - 20px);
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-con__nav {
    position: fixed;
    z-index: 1;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    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;
    overflow: hidden;
    max-height: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.yl-header .header-con__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media screen and (max-width: 1025px) {
  .yl-header .header-con__list {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-con__list > li {
    width: 50%;
    position: relative;
  }
  .yl-header .header-con__list > li:nth-child(2n+1)::before {
    display: block;
    content: "";
    position: absolute;
    width: 200%;
    height: 1px;
    background: #E4F4FF;
    left: 0;
    top: 0;
  }
  .yl-header .header-con__list > li:nth-child(2n) {
    border-left: 1px solid #E4F4FF;
  }
}

@media screen and (min-width: 1025px) {
  .yl-header .header-con__list > li + li {
    margin-left: 30px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .yl-header .header-con__list > li + li {
    margin-left: 15px;
  }
}

.yl-header .header-con__list > li > a {
  font-size: 18px;
  line-height: 1.5;
  color: #0076C6;
  display: block;
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .yl-header .header-con__list > li > a .text {
    display: block;
    -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
    transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  }
  .yl-header .header-con__list > li > a::before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -16px;
    height: 4px;
    background: #0076C6;
    border-radius: 4px;
    -webkit-transform: scaleX(0) scaleY(1);
    transform: scaleX(0) scaleY(1);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
    transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  }
  .yl-header .header-con__list > li > a:hover .text {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }
  .yl-header .header-con__list > li > a:hover::before {
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-con__list > li > a {
    font-size: 16px;
    padding: 20px;
  }
}

.yl-header .header-con__tel {
  margin-left: 70px;
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .yl-header .header-con__tel {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-con__tel {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    padding: 20px 0;
  }
}

.yl-header .header-con__btn {
  margin-left: 17px;
}

@media screen and (max-width: 1025px) {
  .yl-header .header-con__btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media screen and (max-width: 380px) {
  .yl-header .header-con__btn {
    margin-left: 8px;
  }
}

.yl-header .header-con__menu {
  display: none;
}

@media screen and (max-width: 1025px) {
  .yl-header .header-con__menu {
    display: block;
  }
}

.yl-header .header-con__menu .menuBtn {
  width: 50px;
  height: 50px;
  padding: 14px 12px;
  background: #0076C6;
  border-radius: 8px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.yl-header .header-con__menu .menuBtn .line {
  display: block;
  background: #fff;
  width: 100%;
  width: 26px;
  height: 3px;
}

@media screen and (min-width: 1025px) {
  .yl-header .header-con .header-bar.js-siteBar {
    display: none;
  }
  .yl-header .header-con .js-spMenu-inner__list {
    padding-bottom: 0;
  }
}

.yl-header .header-bar {
  background: #22AFED;
}

@media screen and (max-width: 1025px) {
  .yl-header .header-bar {
    visibility: hidden;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
  }
  .yl-header .header-bar .category {
    font-size: 16px;
    font-weight: bold;
    color: #0076C6;
    padding: 15px 20px;
    background: #E4F4FF;
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .yl-header .header-bar__list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-bar__list {
    width: 100%;
  }
}

.yl-header .header-bar__list > li {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .yl-header .header-bar__list > li + li::before {
    display: block;
    content: "";
    position: absolute;
    height: 16px;
    width: 2px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-bar__list > li {
    border-bottom: 1px solid #E4F4FF;
  }
  .yl-header .header-bar__list > li::after {
    display: block;
    content: "";
    position: absolute;
    top: 27px;
    right: 15px;
    width: 10px;
    height: 10px;
    border: 3px solid #0076C6;
    border-width: 0 3px 3px 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    display: block;
  }
}

.yl-header .header-bar__list > li .navBtn {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

.yl-header .header-bar__list > li .navBtn .text {
  display: block;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
}

@media screen and (min-width: 1025px) {
  .yl-header .header-bar__list > li .navBtn .text {
    color: #fff;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-bar__list > li .navBtn .text {
    color: #0076C6;
  }
}

@media screen and (min-width: 1025px) {
  .yl-header .header-bar__list > li .navBtn {
    text-align: center;
    text-align: center;
    padding: 27px 25px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .yl-header .header-bar__list > li .navBtn::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 4px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
    transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  }
  .yl-header .header-bar__list > li .navBtn:hover {
    cursor: pointer;
  }
  .yl-header .header-bar__list > li .navBtn:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .yl-header .header-bar__list > li .navBtn:hover .text {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .yl-header .header-bar__list > li .navBtn {
    padding: 25px 20px;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-bar__list > li .navBtn {
    width: calc(100% - 40px);
    font-size: 16px;
    padding: 20px;
    color: #0076C6;
    font-weight: bold;
  }
}

.yl-header .header-bar__listInnerArea {
  z-index: 10;
  width: 100%;
  left: 0;
  background: #22AFED;
}

@media screen and (min-width: 1025px) {
  .yl-header .header-bar__listInnerArea {
    position: fixed;
    padding: 24px 50px 50px;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-bar__listInnerArea {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    left: 0;
    z-index: 2;
    visibility: hidden;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
    transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  }
}

.yl-header .header-bar__listInnerArea .innerCon {
  background: #fff;
  border-radius: 10px;
  height: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

@media screen and (min-width: 1025px) {
  .yl-header .header-bar__listInnerArea .innerCon {
    padding: 38px 82px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .yl-header .header-bar__listInnerArea .innerCon {
    padding: 38px;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-bar__listInnerArea .innerCon {
    border-radius: 0;
  }
}

.yl-header .header-bar__listInnerArea .innerCon::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 1025px) {
  .yl-header .header-bar__listInnerArea .listTitle .title02--1 {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-bar__listInnerArea .listTitle .title02--1 {
    display: block;
  }
}

.yl-header .header-bar__listInnerArea .listTitle .btn-default {
  padding: 15px;
}

.yl-header .header-bar__listInnerArea .listTitle .btn-default .text {
  font-size: 20px;
}

@media screen and (min-width: 1025px) {
  .yl-header .header-bar__listInnerArea .listTitle .btn-default .text.sp {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-bar__listInnerArea .listTitle .btn-default .text.sp {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .yl-header .header-bar__listInnerArea .listTitle .btn-default .text.pc {
    display: block;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-bar__listInnerArea .listTitle .btn-default .text.pc {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-bar__listInnerArea .listTitle .btn-default .text {
    font-size: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .yl-header .header-bar__listInnerArea .listTitle .btn-default {
    max-width: 435px;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-bar__listInnerArea .listTitle .btn-default {
    max-width: 100%;
    background: #fff;
    border-radius: 0;
    color: #0076C6;
    font-weight: bold;
    padding: 20px;
    border-bottom: 1px solid #E4F4FF;
    text-align: left;
  }
  .yl-header .header-bar__listInnerArea .listTitle .btn-default:hover {
    color: #fff;
  }
}

@media screen and (min-width: 1025px) {
  .yl-header .header-bar__listInnerArea .listBox {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-bar__listInnerArea .listBox {
    margin-top: 0px;
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .header-bar__listInnerArea .list-style--arrow > li {
    border-bottom: 1px solid #E4F4FF;
  }
  .yl-header .header-bar__listInnerArea .list-style--arrow > li + li {
    margin-top: 0;
  }
  .yl-header .header-bar__listInnerArea .list-style--arrow > li a {
    background: #fff;
    border-radius: 0;
    font-size: 16px;
    color: #0076C6;
    font-weight: bold;
    padding: 20px;
  }
  .yl-header .header-bar__listInnerArea .list-style--arrow > li a:hover {
    color: #fff;
  }
  .yl-header .header-bar__listInnerArea .list-style--arrow > li a .arrow {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .yl-header .header-bar .category {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .yl-header .js-siteBar__btn.is--active > .navBtn::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .yl-header .js-siteBar__btn.is--active > .navBtn .text {
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .js-siteBar__btn.is--active::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

@media screen and (min-width: 1025px) {
  .yl-header .js-siteBar__con {
    visibility: hidden;
    opacity: 0;
  }
  .yl-header .js-siteBar__con.is--active {
    visibility: visible;
    opacity: 1;
  }
}

.yl-header .js-siteBar.is--active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .yl-header .js-siteBar {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .yl-header .js-siteBar.is--show {
    display: block;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .js-spInner__btn {
    position: relative;
  }
  .yl-header .js-spInner__btn::before, .yl-header .js-spInner__btn::after {
    display: block;
    content: "";
    position: absolute;
    border-radius: 3px;
    background: #0076C6;
  }
  .yl-header .js-spInner__btn::before {
    top: 30px;
    right: 10px;
    width: 25px;
    height: 3px;
  }
  .yl-header .js-spInner__btn::after {
    top: 20px;
    right: 21px;
    width: 3px;
    height: 25px;
  }
  .yl-header .js-spInner__btn .btn {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    z-index: 1;
  }
  .yl-header .js-spInner__btn.is--show::after {
    height: 0;
  }
}

@media screen and (max-width: 1025px) {
  .yl-header .js-spMenu__list {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
  .yl-header .js-spMenu__list.is--active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .yl-header .js-spMenu__list.is--active .header-bar {
    visibility: visible;
  }
}

.yl-header .js-spMenu-inner__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  height: 100%;
  padding-bottom: 130px;
}

@media screen and (max-width: 1025px) and (min-width: 750px) {
  .yl-header .js-spMenu-inner__list {
    height: auto;
    width: 100%;
  }
}

.yl-header .js-spMenu-inner__list::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.yl-header .js-spMenu__btn.is--active .menuBtn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.yl-header .js-spMenu__btn.is--active .line {
  position: absolute;
  width: 26px;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.yl-header .js-spMenu__btn.is--active .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.yl-header .js-spMenu__btn.is--active .line:nth-child(2) {
  opacity: 0;
}

.yl-header .js-spMenu__btn.is--active .line:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 1025px) {
  .yl-header .js-siteBar__con.is--active {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.yl-footer {
  background: #fff;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.yl-footer .footer__text {
  line-height: 2;
}

@media screen and (min-width: 1025px) {
  .yl-footer .footer__text {
    font-size: 14px;
    padding: 50px 0;
  }
}

@media screen and (max-width: 1025px) {
  .yl-footer .footer__text {
    font-size: 12px;
    padding: 30px 0;
  }
}

.yl-footer .footer__area {
  border: 1px solid #eee;
  border-width: 1px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (min-width: 1025px) {
  .yl-footer .footer__area {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1025px) {
  .yl-footer .footer__area {
    padding: 30px 0;
  }
}

@media screen and (min-width: 1025px) {
  .yl-footer .footer__box {
    width: calc((100% - 40px*4)/5);
    margin-top: 60px;
    margin-left: 40px;
  }
  .yl-footer .footer__box:nth-child(5n+1) {
    margin-left: 0;
  }
  .yl-footer .footer__box:nth-child(1), .yl-footer .footer__box:nth-child(2), .yl-footer .footer__box:nth-child(3), .yl-footer .footer__box:nth-child(4), .yl-footer .footer__box:nth-child(5) {
    margin-top: 0;
  }
}

@media screen and (max-width: 1025px) and (min-width: 750px) {
  .yl-footer .footer__box {
    width: calc((100% - 20px*2)/3);
    margin-top: 20px;
    margin-left: 20px;
  }
  .yl-footer .footer__box:nth-child(3n+1) {
    margin-left: 0;
  }
  .yl-footer .footer__box:nth-child(1), .yl-footer .footer__box:nth-child(2), .yl-footer .footer__box:nth-child(3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 750px) {
  .yl-footer .footer__box {
    width: calc((100% - 20px)/2);
    margin-top: 20px;
    margin-left: 20px;
  }
  .yl-footer .footer__box:nth-child(2n+1) {
    margin-left: 0;
  }
  .yl-footer .footer__box:nth-child(1), .yl-footer .footer__box:nth-child(2) {
    margin-top: 0;
  }
}

.yl-footer .footer-list {
  margin-top: 10px;
}

.yl-footer .footer__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 20px 0;
}

@media screen and (max-width: 750px) {
  .yl-footer .footer__con {
    padding: 30px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  .yl-footer .footer__con .list-style--col {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 750px) {
  .yl-footer .footer__con .list-style--col > li {
    width: calc((100% - 8px) / 3);
  }
}

@media screen and (max-width: 750px) {
  .yl-footer .footer__con .list-style--col > li + li {
    margin-top: 0;
  }
}

.yl-footer .footer__tel {
  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;
}

@media screen and (max-width: 750px) {
  .yl-footer .footer__tel {
    margin-top: 30px;
    width: 100%;
  }
}

.yl-footer .footer__tel .contact-btn {
  margin-left: 25px;
}

@media screen and (max-width: 750px) {
  .yl-footer .footer__tel .contact-btn {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}

.yl-footer .footer__copy {
  padding: 20px 0;
  background: #0076C6;
}

.yl-footer .footer__copy small {
  display: block;
  font-size: 10px;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .yl-footer .footer__copy small {
    width: 100%;
    text-align: center;
    margin-top: 25px;
  }
}

.yl-footer .footer__copy .list-style--col {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .yl-footer .footer__copy .list-style--col > li {
    width: calc((100% - 5px) / 2);
  }
}

@media screen and (max-width: 750px) {
  .yl-footer .footer__copy .list-style--col > li {
    margin-top: 10px;
  }
}

.yl-footer .footer__copy .list-style--col > li:nth-child(1), .yl-footer .footer__copy .list-style--col > li:nth-child(2) {
  margin-top: 0;
}

.yl-footer .footer__copy .list-style--col a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1025px) {
  .yl-footer .footer__copy .list-style--col a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.yl-footer .footer__copy .list-style--col a img {
  width: 12px;
  height: 12px;
  margin-left: 6px;
}

.yl-footer .footer__copy .list-style--col a:hover {
  text-decoration: underline;
}

.yl-footer .footer__copyInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

@media screen and (max-width: 750px) {
  .yl-footer .footer__copyInner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.yl-footer .linkTitle--footer {
  color: #303133;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: block;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
}

.yl-footer .linkTitle--footer:hover {
  color: #0076C6;
}

.rightNav {
  background: #fff;
}

.rightNav__inner {
  width: 260px;
}

@media screen and (max-width: 1025px) {
  .rightNav__inner {
    width: 100%;
  }
}

.rightNav__title {
  padding: 15px 20px;
  border-bottom: 1px solid #f5f5f5;
}

.rightNav__con {
  padding: 0 20px;
}

.rightNav__box {
  padding: 16px;
}

.rightNav__box + .rightNav__box {
  border-top: 1px solid #f5f5f5;
}

.rightNav__box a {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  color: #606266;
  font-weight: 500;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
}

.rightNav__box a:hover {
  text-decoration: underline;
  color: #0076C6;
}

.rightBan {
  margin-top: 10px;
}

.rightBan a {
  display: block;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
}

.rightBan a:hover img {
  opacity: .7;
}

@media screen and (max-width: 1025px) and (min-width: 750px) {
  .rightBan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .rightBan a {
    width: calc((100% - 20px)/3);
  }
}

.rightBan img {
  width: 100%;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
}

.js-rightNav.is--active {
  position: fixed;
}

.js-rightNav.is--active-absolute {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0 !important;
}

.pageBg {
  background: #E4F4FF;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.yl-breadcrumb {
  background: #E4F4FF;
  position: relative;
  z-index: 1;
}

.yl-breadcrumb .breadcrumb__list {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.yl-breadcrumb .breadcrumb__list li {
  position: relative;
}

.yl-breadcrumb .breadcrumb__list li::before {
  display: block;
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border: 2px solid #606266;
  border-width: 2px 2px 0 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.yl-breadcrumb .breadcrumb__list li:last-child::before {
  display: none;
}

.yl-breadcrumb .breadcrumb__list li + li {
  margin-left: 25px;
}

.yl-breadcrumb .breadcrumb__list li a {
  font-size: 12px;
  color: #606266;
  display: block;
  line-height: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.yl-breadcrumb .breadcrumb__list li a:hover {
  color: #22AFED;
}

.yl-breadcrumb .breadcrumb__list li p {
  font-size: 12px;
  color: #606266;
  display: block;
  line-height: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.yl-breadcrumb .breadcrumb__list img {
  width: 13px;
}

.c-pager.yl-pager {
  margin-top: 60px;
}

@media screen and (max-width: 1025px) {
  .c-pager.yl-pager {
    margin-top: 30px;
  }
}

body,
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #303133;
}

main {
  position: relative;
  z-index: 1;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  opacity: 1;
}

a:hover {
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pc--Show {
  display: block;
}

@media screen and (max-width: 1025px) {
  .pc--Show {
    display: none;
  }
}

.tablet--Show {
  display: none;
}

@media screen and (max-width: 1025px) {
  .tablet--Show {
    display: block;
  }
}

.inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .inner {
    max-width: calc(100% - 15px * 2);
  }
}

.inner__con-s {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.yl-returntop_area {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 1;
  right: 30px;
  bottom: 30px;
  border-radius: 100%;
  background: #22AFED;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  opacity: 0;
  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;
}

.yl-returntop_area .top {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.yl-returntop_area.is--active {
  opacity: 1;
}

.yl-returntop_area:hover {
  cursor: pointer;
}

.yl-returntop_area::before {
  content: "";
  display: block;
  left: 55%;
  top: 22%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  width: 5px;
  height: 5px;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  position: absolute;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.yl-returntop_area::after {
  content: "";
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
  width: 100%;
  height: 100%;
  border: 1px solid #22AFED;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.yl-returntop_area:hover::after {
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}

.yl-returntop_area:hover {
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 690px) {
  .yl-returntop_area {
    width: 50px;
    height: 50px;
    right: 7px;
    bottom: 10px;
  }
  .yl-returntop_area .top {
    font-size: 11px;
  }
  .yl-returntop_area::before {
    left: 53%;
    width: 4px;
    height: 4px;
  }
  .yl-returntop_area:hover::after {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
    transform: translateX(-50%) translateY(-50%) scale(1.2);
  }
}

.lightBoxBg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  z-index: 1;
}

.lightBoxBg.is--active {
  opacity: 1;
  visibility: visible;
}

@font-face {
  font-family: 'antro_vectrabolder';
  src: url("https://www.aratabi.jp/assets/font/antro_vectra_bolder-webfont.woff2") format("woff2"), url("https://www.aratabi.jp/assets/font/antro_vectra_bolder-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*----------------------------
btnStyle
----------------------------*/
.btn-default {
  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;
  text-align: center;
  padding: 13px 40px;
  background: #0076C6;
  color: #fff;
  max-width: 220px;
  width: 100%;
  border-radius: 2px;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s 0.2s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s 0.2s;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .btn-default {
    max-width: 100%;
  }
}

.btn-default::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #22AFED;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  opacity: 0;
}

.btn-default .text {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  width: calc(100% - 22px);
}

.btn-default .arrow {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 100%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
}

.btn-default .arrow::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-default .arrow::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 5px;
  height: 1px;
  left: 3px;
  background: #fff;
}

.btn-default:hover {
  background: #22AFED;
  -webkit-box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

.btn-default:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-style--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;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding: 15px 10px;
  background: #F9672E;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  max-width: 300px;
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .btn-style--1 {
    max-width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .btn-style--1 {
    font-size: 10px;
    padding: 10px 8px;
  }
}

.btn-style--1::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #f9ca24;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  z-index: -1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
  -webkit-transform: scaleX(0.6);
  transform: scaleX(0.6);
}

.btn-style--1:hover {
  background: #f9ca24;
}

.btn-style--1:hover::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn-style--1.mail {
  color: #fff;
}

.btn-style--1.mail::before {
  content: "";
  width: 20px;
  height: 13px;
  position: relative;
  display: block;
  background-image: url(../img/common/yl-icon_mail.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-bottom: 8px;
}

.btn-mail {
  width: 100%;
  font-size: 16px;
  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;
  color: #F9672E;
  background: #fff;
  font-weight: bold;
  padding: 15px 30px;
  border-radius: 50px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (max-width: 1025px) {
  .btn-mail {
    padding: 14px 15px;
    font-size: 14px;
  }
}

.btn-mail:hover {
  opacity: 0.75;
}

.btn-mail::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #F9672E;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 8px;
}

@media screen and (max-width: 1025px) {
  .btn-mail::after {
    width: 8px;
    height: 8px;
  }
}

.btn-mail .img {
  width: 28px;
  height: 20px;
}

@media screen and (max-width: 1025px) {
  .btn-mail .img {
    width: 18px;
  }
}

.btn-mail .img img {
  width: 100%;
}

.btn-mail .text {
  display: block;
  margin-left: 8px;
}

/*----------------------------
btnArea
----------------------------*/
.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn-area.center {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-area.right {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.btn-area-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn-area-col a + a {
  margin-left: 20px;
}

.btn-area-col.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-area-col.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.col {
  /*----------------------------
col2
----------------------------*/
  /*----------------------------
col3
----------------------------*/
  /*----------------------------
col4
----------------------------*/
}

.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-2 .col {
  width: calc((100% - 20px)/2);
  margin-top: 20px;
}

.col-2 .col:nth-child(1), .col-2 .col:nth-child(2) {
  margin-top: 0;
}

.col-2--width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-2--width .col__3 {
  width: calc(30% - 15px);
}

.col-2--width .col__7 {
  width: calc(70% - 15px);
}

.col-2--width .col__2 {
  width: calc(20% - 15px);
}

.col-2--width .col__8 {
  width: calc(80% - 15px);
}

.col-2--width .col__4 {
  width: calc(40% - 15px);
}

@media screen and (max-width: 1025px) {
  .col-2--width .col__4 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.col-2--width .col__6 {
  width: calc(60% - 15px);
}

@media screen and (max-width: 1025px) {
  .col-2--width .col__6 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
}

.col-2--width .col__1 {
  width: calc(10% - 15px);
}

.col-2--width .col__9 {
  width: calc(90% - 15px);
}

@media screen and (max-width: 1025px) {
  .col-2--width .col__9 {
    width: 100%;
  }
}

.col-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-3 .col {
  width: calc((100% - 30px)/3);
  margin-top: 10px;
}

.col-3 .col:nth-child(1), .col-3 .col:nth-child(2), .col-3 .col:nth-child(3) {
  margin-top: 0;
}

.col-3 .col + .col {
  margin-left: 10px;
}

.col-3 .col:nth-child(3n+1) {
  margin-left: 0;
}

.col-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col-4 .col {
  width: calc((100% - 40px)/4);
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  .col-4 .col {
    width: 100%;
  }
}

.col-4 .col:nth-child(1), .col-4 .col:nth-child(2), .col-4 .col:nth-child(3), .col-4 .col:nth-child(4) {
  margin-top: 0;
}

.col-4 .col + .col {
  margin-left: 10px;
}

@media screen and (max-width: 750px) {
  .col-4 .col + .col {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.col-4 .col:nth-child(4n+1) {
  margin-left: 0;
}

.col--num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col--num__L {
  width: 40px;
  font-size: 21.5px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 1025px) {
  .col--num__L {
    line-height: 1.2;
  }
}

.col--num__R {
  width: calc(100% - 40px - 10px);
}

.col--num__R .conArea {
  margin-top: 10px !important;
}

.col--num__R .fontB {
  font-weight: bold;
}

.list-style {
  /*----------------------------
listStyle-dot
----------------------------*/
  /*----------------------------
listStyle-num
----------------------------*/
  /*----------------------------
listStyle-arrow
----------------------------*/
  /*----------------------------
listStyle-col
----------------------------*/
}

.list-style--dot > li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.5;
}

.list-style--dot > li > a {
  color: #606266;
  font-weight: 500;
  text-decoration: underline;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  font-size: 18px;
}

.list-style--dot > li > a:hover {
  color: #22AFED;
}

.list-style--dot > li::before {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #F6F6F6;
  border-radius: 100%;
  left: 0;
  top: 8px;
  border: 2px solid #22AFED;
}

.list-style--dot > li + li {
  margin-top: 5px;
}

.list-style--num {
  counter-reset: listNum;
}

.list-style--num > li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 1025px) {
  .list-style--num > li {
    line-height: 1.5;
  }
}

.list-style--num > li + li {
  margin-top: 10px;
}

@media screen and (max-width: 1025px) {
  .list-style--num > li + li {
    margin-top: 5px;
  }
}

.list-style--num > li::before {
  counter-increment: listNum;
  content: counter(listNum);
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1025px) {
  .list-style--num > li::before {
    top: 4px;
    font-size: 13px;
  }
}

@media screen and (min-width: 1025px) {
  .list-style--arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 1025px) {
  .list-style--arrow > li {
    width: calc((100% - 20px*3)/4);
    margin-top: 24px;
  }
  .list-style--arrow > li + li {
    margin-left: 20px;
  }
  .list-style--arrow > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .list-style--arrow > li:nth-child(1), .list-style--arrow > li:nth-child(2), .list-style--arrow > li:nth-child(3), .list-style--arrow > li:nth-child(4) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1025px) {
  .list-style--arrow > li + li {
    margin-top: 8px;
  }
}

.list-style--arrow > li a {
  position: relative;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 8px calc(16px*2 + 14px) 8px 16px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  color: #0076C6;
  border-radius: 8px;
  background: #E4F4FF;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}

@media screen and (min-width: 1025px) {
  .list-style--arrow > li a {
    min-height: 60px;
  }
}

.list-style--arrow > li a::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #22AFED;
  opacity: 0;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}

.list-style--arrow > li a .arrow {
  display: block;
  position: absolute;
  right: 16px;
  width: 14px;
  height: 14px;
  border: 1px solid #0076C6;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}

.list-style--arrow > li a .arrow::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid #0076C6;
  border-width: 1px 1px 0 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}

.list-style--arrow > li a .arrow::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 5px;
  height: 1px;
  background: #0076C6;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}

.list-style--arrow > li a:hover {
  color: #fff;
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
  -webkit-box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  background: #22AFED;
}

.list-style--arrow > li a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.list-style--arrow > li a:hover .arrow {
  border-color: #fff;
}

.list-style--arrow > li a:hover .arrow::before {
  background: #fff;
}

.list-style--arrow > li a:hover .arrow::after {
  border-color: #fff;
}

.list-style--point li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
}

@media screen and (max-width: 1025px) {
  .list-style--point li {
    line-height: 1.8;
    font-size: 15px;
  }
}

.list-style--point li + li {
  margin-top: 10px;
}

@media screen and (max-width: 1025px) {
  .list-style--point li + li {
    margin-top: 5px;
  }
}

.list-style--point li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1025px) {
  .list-style--point li::before {
    top: 7px;
    font-size: 12px;
  }
}

.list-style--bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-style--bg > li {
  margin-right: 10px;
  margin-top: 10px;
}

.list-style--bg > li > a {
  display: block;
  font-size: 14px;
  color: #606266;
  line-height: 1;
  padding: 8px 20px;
  text-align: center;
  font-weight: 500;
  border-radius: 20px;
  letter-spacing: 1px;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  position: relative;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .list-style--bg > li > a {
    font-size: 12px;
    padding: 8px;
  }
}

.list-style--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1025px) {
  .list-style--col > li {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .list-style--col > li + li {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1025px) {
  .list-style--col > li + li {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.list-style--col > li a {
  font-size: 12px;
  color: #606266;
  line-height: 1;
  display: block;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.3s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.3s;
}

.list-style--col > li a:hover {
  color: #0076C6;
}

@media screen and (max-width: 1025px) {
  .list-style--col > li a {
    text-align: center;
  }
}

.list-style--normal {
  margin-top: 10px;
}

.list-style--normal li {
  font-size: 14px;
  line-height: 1.5;
}

.list-style--normal li + li {
  margin-top: 8px;
}

/*----------------------------
listStyle-newsList
----------------------------*/
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-list + .news-list {
  border-top: 1px solid #F6F6F6;
}

.news-list dt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: calc(100% - 235px - 16px);
  margin-left: 16px;
}

@media screen and (max-width: 750px) {
  .news-list dt {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}

.news-list dt a {
  color: #909399;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  text-decoration: underline;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
}

.news-list dd {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .news-list dd {
    width: 100%;
  }
}

.news-list:hover a {
  color: #22AFED;
  text-decoration: none;
}

.news-list__time {
  font-size: 12px;
  color: #909399;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 500;
}

.news-list__tag {
  margin-left: 20px;
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 5px 15px;
  text-align: center;
  width: 120px;
  letter-spacing: 1px;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .news-list__tag {
    margin-left: 10px;
    font-size: 12px;
    padding: 5px 8px;
  }
}

.news-list__tag[data-color="bgYellow"] {
  background: #E2AE1C;
}

.news-list__tag[data-color="bgRed"] {
  background: #dd7a7d;
}

.news-list__tag[data-color="bgGreen"] {
  background: #38C298;
}

.footer-list li {
  line-height: 1;
}

.footer-list li + li {
  margin-top: 8px;
}

.footer-list li a {
  font-size: 14px;
  color: #909399;
  display: block;
  font-weight: normal;
  line-height: 1.5;
}

/*----------------------------
titleStyle
----------------------------*/
.title02--1 {
  font-size: 24px;
  font-weight: bold;
  color: #0076C6;
  line-height: 1.5;
}

@media screen and (max-width: 1025px) {
  .title02--1 {
    font-size: 16px;
    background: #E4F4FF;
    color: #0076C6;
    font-weight: bold;
    padding: 20px 50px;
    position: relative;
    line-height: 1.2;
  }
  .title02--1::before {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #22AFED;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 25px;
    top: 25px;
  }
}

.title02--2 {
  font-size: 28px;
  color: #303133;
  font-weight: bold;
  letter-spacing: 2px;
}

@media screen and (max-width: 750px) {
  .title02--2 {
    font-size: 24px;
  }
}

.title02--3 {
  font-size: 28px;
  font-weight: bold;
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック";
  letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
  .title02--3 {
    font-size: 24px;
  }
}

.title02--bg {
  background: #F6F6F6;
  text-align: center;
  font-size: 26px;
  padding: 16px 0;
}

@media screen and (max-width: 750px) {
  .title02--bg {
    font-size: 24px;
  }
}

.title03--1 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #F9672E;
  padding-left: 26px;
  position: relative;
}

.title03--1::before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #F9672E;
  left: 0;
  top: 0;
}

.title03--2 {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #909399;
}

.title03--3 {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.5;
}

@media screen and (max-width: 1025px) {
  .title03--3 {
    font-size: 18px;
  }
}

.title03--4 {
  font-size: 20px;
  padding-bottom: 18px;
  border-bottom: 2px solid #d8d8d8;
  margin: 0;
}

@media screen and (max-width: 1025px) {
  .title03--4 {
    font-size: 16px;
  }
}

.title04--1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 1025px) {
  .title04--1 {
    font-size: 17px;
  }
}

/*----------------------------
titleArea
----------------------------*/
.title-area--center {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-area--right {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tag-style {
  display: inline-block;
  padding: 8px 10px;
  text-align: left;
  font-size: 13px;
  line-height: 1;
  border-radius: 4px;
  color: #fff;
}

.tag-style[data-color='bgGreen'] {
  color: #fff;
  background: #38C298;
}

.tag-style[data-color='bgRed'] {
  color: #fff;
  background: #dd7a7d;
}

.tag-style[data-color='bgBlue'] {
  color: #fff;
  background: #22AFED;
}

.tag-style a {
  margin: 0;
  display: inline-block;
  padding: 0px;
  text-align: left;
  font-size: 13px;
  line-height: 1;
  color: #fff;
}

.tag-style:hover {
  opacity: 0.7;
}

.tag-style:hover a {
  color: #fff !important;
  opacity: 0.7;
}

/*----------------------------
imgStyle
----------------------------*/
.imgBgBlock {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

/*----------------------------
textStyle
----------------------------*/
.text-area--center {
  text-align: center;
}

.text-area--right {
  text-align: right;
}

/*----------------------------
textStyle
----------------------------*/
.tel-box {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 750px) {
  .tel-box {
    pointer-events: auto;
  }
}

.tel-box__link {
  display: block;
  font-size: 24px;
  line-height: 1;
  color: #38C298;
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  letter-spacing: 1px;
}

.tel-box__link::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/common/yl-icon_tall.png);
  background-size: 100%;
  background-repeat: no-repeat;
  left: 0;
}

@media screen and (max-width: 380px) {
  .tel-box__link {
    font-size: 20px;
    padding-left: 25px;
  }
  .tel-box__link::before {
    width: 15px;
    height: 15px;
  }
}

.tel-box__text {
  display: block;
  font-size: 14px;
  color: #909399;
  line-height: 1;
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 380px) {
  .tel-box__text {
    font-size: 12px;
  }
}

.tel-box__label {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 5px;
  color: #909399;
  line-height: 1;
}

.text--point {
  font-size: 16px;
  color: #1B1B1B;
  font-weight: 200;
}

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

/*----------------------------
table
----------------------------*/
.table.tableCol3:nth-child(1) {
  width: 25%;
}

.table.tableCol3:nth-child(3) {
  width: 25%;
}

.table--default {
  width: 100%;
}

.table--default thead th {
  background: #E4F4FF;
  text-align: center;
  border: 1px solid #C0C4CC;
  min-width: 40%;
}

@media screen and (min-width: 1025px) {
  .table--default thead th {
    font-size: 22px;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 1025px) {
  .table--default thead th {
    font-size: 16px;
    padding: 10px 5px;
  }
}

.table--default tbody td {
  font-weight: bold;
  text-align: center;
  border: 1px solid #C0C4CC;
  vertical-align: middle;
  font-size: 26px;
  padding: 20px 10px;
}

@media screen and (max-width: 1025px) {
  .table--default tbody td {
    font-size: 14px;
    padding: 10px 5px;
    width: 33%;
  }
}

@media screen and (min-width: 1025px) {
  .table--default tbody td .fontB {
    font-size: 36px;
  }
}

@media screen and (max-width: 750px) {
  .table--default tbody td .fontB {
    font-size: 20px;
  }
}

.table--default tbody td .fontS {
  margin-top: 0;
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .table--default tbody td .fontS {
    font-size: 18px;
  }
}

@media screen and (max-width: 750px) {
  .table--default tbody td .fontS {
    font-size: 12px;
  }
}

/*----------------------------
tab
----------------------------*/
.tabConArea.is-show {
  display: block;
}

.tabConArea.is-hide {
  display: none;
}

@media screen and (max-width: 1025px) {
  .tabConArea {
    margin-top: 15px;
  }
}

.tabItemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  min-height: 60px;
}

@media screen and (max-width: 1025px) {
  .tabItemList {
    min-height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.tabItem {
  width: calc((100% - 50px) / 6);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  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;
  margin-top: 10px;
  -webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
}

.tabItem:nth-child(1), .tabItem:nth-child(2), .tabItem:nth-child(3), .tabItem:nth-child(4), .tabItem:nth-child(5), .tabItem:nth-child(6) {
  margin-top: 0;
}

.tabItem + .tabItem {
  margin-left: 9px;
}

@media screen and (max-width: 1025px) {
  .tabItem + .tabItem {
    margin-left: 0;
  }
}

.tabItem:nth-child(7n) {
  margin-left: 0px;
}

@media screen and (max-width: 1025px) {
  .tabItem {
    width: calc((100% - 10px)/2);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 0;
    margin-right: 0;
  }
}

.tabList--default .tabItem {
  border: 1px solid #E0E0E0;
  border-radius: 8px;
}

.tabList--default .tabItem a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 12px 5px;
  color: #909399;
  letter-spacing: 1px;
  border-radius: 8px;
}

@media screen and (max-width: 1025px) {
  .tabList--default .tabItem {
    border-radius: 8px;
    margin-top: 10px;
  }
  .tabList--default .tabItem:nth-child(1), .tabList--default .tabItem:nth-child(2) {
    margin-top: 0;
  }
}

.tabList--default .tabItem:hover {
  cursor: pointer;
}

.tabList--default .tabItem.is-show {
  background: #22AFED;
}

.tabList--default .tabItem.is-show a {
  color: #fff;
}

.tabCon--default {
  margin-top: 10px;
  position: relative;
  z-index: 0;
}

.tabCon--default::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 500px;
  left: 0;
  top: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(transparent));
  background: linear-gradient(to bottom, #EEEEEE, transparent);
}

@media screen and (max-width: 1025px) {
  .tabCon--default::before {
    display: none;
  }
}

/*----------------------------
CV
----------------------------*/
.cv {
  padding-top: 30px;
  position: relative;
}

@media screen and (max-width: 1025px) {
  .cv {
    padding-top: 22px;
  }
}

.cv-label {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  background: #F9672E;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  padding: 18px 50px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 1025px) {
  .cv-label {
    width: 80%;
    font-size: 15px;
    padding: 15px 25px;
  }
}

.cv-con {
  background: rgba(249, 103, 46, 0.1);
  border-radius: 8px;
  padding: 60px 0 30px;
}

@media screen and (max-width: 1025px) {
  .cv-con {
    padding: 44px 0 30px;
  }
}

.cv-con__tel {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cv-con__tel .sub-text {
  display: block;
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin-bottom: 8px;
  color: #F9672E;
  font-weight: bold;
}

@media screen and (max-width: 1025px) {
  .cv-con__tel .sub-text {
    font-size: 15px;
  }
}

.cv-con__tel .icon {
  display: block;
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 1025px) {
  .cv-con__tel .icon {
    width: 20px;
    height: 20px;
  }
}

.cv-con__tel .icon img {
  width: 100%;
}

.cv-con__tel .tel {
  display: block;
  font-size: 44px;
  color: #F9672E;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: bold;
  margin-left: 15px;
}

@media screen and (max-width: 1025px) {
  .cv-con__tel .tel {
    font-size: 25px;
    margin-left: 10px;
  }
}

.cv-con__tel .text {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  color: #F9672E;
  margin-left: 15px;
}

@media screen and (max-width: 1025px) {
  .cv-con__tel .text {
    font-size: 10px;
    margin-left: 10px;
  }
}

.cv-col {
  background: rgba(249, 103, 46, 0.1);
  border-radius: 8px;
  padding: 25px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 750px) {
  .cv-col {
    padding: 20px 12px;
  }
}

.cv-col .col-l {
  width: calc(55% - 10px);
}

@media screen and (max-width: 1025px) {
  .cv-col .col-l {
    width: 100%;
  }
}

.cv-col .col-r {
  width: calc(45% - 10px);
  margin-left: 20px;
}

@media screen and (max-width: 1025px) {
  .cv-col .col-r {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}

.cv-mail {
  padding: 25px;
  background: #F9672E;
  max-width: 385px;
}

@media screen and (max-width: 1025px) {
  .cv-mail {
    max-width: 100%;
    padding: 15px;
  }
}

.cv-mail p {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
}

.link--footer {
  color: #303133;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: block;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
}

.link--footer:hover {
  color: #22AFED;
  text-decoration: underline;
}

.link--arrow {
  position: relative;
  display: inline-block;
  padding: 0px calc(10px + 14px) 0px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #0076C6;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}

.link--arrow .text {
  display: block;
  position: relative;
  line-height: 1;
  padding-bottom: 4px;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}

.link--arrow .text::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0px;
  background: #0076C6;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}

.link--arrow .arrow {
  display: block;
  position: absolute;
  right: 0px;
  width: 14px;
  height: 14px;
  border: 1px solid #0076C6;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}

.link--arrow .arrow::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid #0076C6;
  border-width: 1px 1px 0 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}

.link--arrow .arrow::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 5px;
  height: 1px;
  background: #0076C6;
  -webkit-transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
  transition: 0.5s cubic-bezier(0.6, 0, 0.3, 1);
}

.link--text {
  color: #22AFED;
  text-decoration: underline;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.link--text:hover {
  color: #0076C6;
  text-decoration: underline;
}

.yl-mainImg {
  height: 420px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1025px) {
  .yl-mainImg {
    margin-top: 70px;
  }
}

@media screen and (min-width: 1500px) {
  .yl-mainImg {
    height: 620px;
  }
}

.yl-mainImg .mainImg__img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 750px) {
  .yl-mainImg .mainImg__img {
    height: 70%;
  }
}

.yl-mainImg .mainImg__text {
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: 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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 1500px) {
  .yl-mainImg .mainImg__text {
    max-width: 83%;
  }
}

@media screen and (max-width: 1200px) {
  .yl-mainImg .mainImg__text {
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1025px) {
  .yl-mainImg .mainImg__text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1025px) and (min-width: 750px) {
  .yl-mainImg .mainImg__text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 750px) {
  .yl-mainImg .mainImg__text {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 750px) {
  .yl-mainImg .mainImg__lead {
    padding: 20px;
    background: #fff;
    width: 100%;
  }
}

.yl-mainImg .mainImg__lead .textBox {
  display: block;
  letter-spacing: 1px;
}

@media screen and (min-width: 1025px) {
  .yl-mainImg .mainImg__lead .textBox {
    color: #fff;
    font-size: 32px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 1025px) and (min-width: 750px) {
  .yl-mainImg .mainImg__lead .textBox {
    color: #fff;
    font-size: 32px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 750px) {
  .yl-mainImg .mainImg__lead .textBox {
    color: #0076C6;
    font-size: 20px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 380px) {
  .yl-mainImg .mainImg__lead .textBox {
    font-size: 18px;
  }
}

.yl-mainImg .mainImg__lead .textBox--bg {
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .yl-mainImg .mainImg__lead .textBox--bg {
    font-size: 20px;
    padding: 15px 30px;
  }
}

@media screen and (max-width: 1025px) and (min-width: 750px) {
  .yl-mainImg .mainImg__lead .textBox--bg {
    font-size: 20px;
    padding: 15px 30px;
  }
}

@media screen and (max-width: 750px) {
  .yl-mainImg .mainImg__lead .textBox--bg {
    font-size: 15px;
    padding: 10px 20px;
    margin-bottom: 15px;
  }
}

.yl-mainImg .mainImg__lead .textBox--bg::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0076C6;
  opacity: 0.7;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 3px;
}

@media screen and (max-width: 750px) {
  .yl-mainImg .mainImg__lead .textBox--bg::after {
    opacity: 1;
  }
}

.yl-articleBlock {
  border-radius: 8px;
}

.yl-articleBlock .topAbout {
  border-radius: 8px;
  padding: 45px;
  position: relative;
  background-image: url("../img/top/yl-top-lastActivity.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1025px) {
  .yl-articleBlock .topAbout {
    background: none;
    padding: 0 0 20px 0;
  }
}

@media screen and (max-width: 1025px) {
  .yl-articleBlock .topAbout__text {
    margin-top: 20px;
  }
}

.yl-articleBlock .topAbout__text .text-area {
  margin-top: 22px;
  line-height: 2;
  letter-spacing: 1px;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .yl-articleBlock .topAbout__text .text-area {
    margin-top: 10px;
  }
}

.yl-articleBlock .topAbout__img img {
  width: 100%;
}

.yl-articleBlock + .yl-articleBlock {
  margin-top: 10px;
}

.yl-articleBlock .articleBlock {
  padding: 32px;
  border-radius: 8px;
  background: #fff;
}

@media screen and (max-width: 750px) {
  .yl-articleBlock .articleBlock {
    padding: 16px;
  }
}

.yl-articleBlock .articleBlock__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.yl-articleBlock .articleBlock__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(100% - 136px - 8px - 10px);
}

@media screen and (max-width: 750px) {
  .yl-articleBlock .articleBlock__col {
    width: 100%;
  }
}

.yl-articleBlock .articleBlock__icon {
  max-width: 140px;
}

@media screen and (max-width: 750px) {
  .yl-articleBlock .articleBlock__icon {
    max-width: 60px;
    width: 100%;
  }
}

.yl-articleBlock .articleBlock__icon img {
  height: 100px;
}

@media screen and (max-width: 750px) {
  .yl-articleBlock .articleBlock__icon img {
    width: 100%;
    height: auto;
  }
}

.yl-articleBlock .articleBlock__text {
  margin-left: 25px;
}

@media screen and (max-width: 750px) {
  .yl-articleBlock .articleBlock__text {
    margin-left: 16px;
  }
}

.yl-articleBlock .articleBlock__text .text-area {
  font-family: "Tsukushi A Round Gothic", "筑紫A丸ゴシック";
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-top: 10px;
}

.yl-articleBlock .articleBlock__text .link-area {
  margin-top: 10px;
}

.yl-articleBlock .articleBlock__img {
  width: calc(136px + 8px);
  padding: 0 8px 8px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 108px;
}

@media screen and (max-width: 750px) {
  .yl-articleBlock .articleBlock__img {
    display: none;
  }
}

.yl-articleBlock .articleBlock__img::after {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 8px;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.yl-articleBlock .articleBlock__img img {
  width: 100%;
  border-radius: 8px;
  height: 100px;
}

.yl-articleBlock .articleBlock__list {
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  .yl-articleBlock .articleBlock__list {
    margin-top: 10px;
  }
}

.yl-articleBlock .articleBlock[data-color="keyColorBlue"] .title02--3 {
  color: #22AFED;
}

.yl-articleBlock .articleBlock[data-color="keyColorBlue"] .articleBlock__img::after {
  background: #E4F4FF;
}

.yl-articleBlock .articleBlock[data-color="keyColorBlue"] .list-style--bg a {
  background: #E4F4FF;
  border: 1px solid transparent;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
}

.yl-articleBlock .articleBlock[data-color="keyColorBlue"] .list-style--bg a:hover {
  background: transparent;
  text-decoration: none;
  border-color: #E4F4FF;
}

.yl-articleBlock .articleBlock[data-color="keyColorBlue"] .link--arrow {
  color: #22AFED;
}

.yl-articleBlock .articleBlock[data-color="keyColorBlue"] .link--arrow .text::after {
  background: #22AFED;
}

.yl-articleBlock .articleBlock[data-color="keyColorBlue"] .link--arrow .arrow {
  border-color: #22AFED;
}

.yl-articleBlock .articleBlock[data-color="keyColorBlue"] .link--arrow .arrow::before {
  background: #22AFED;
}

.yl-articleBlock .articleBlock[data-color="keyColorBlue"] .link--arrow .arrow::after {
  border-color: #22AFED;
}

.yl-articleBlock .articleBlock[data-color="keyColorBlue"] .link--arrow:hover .arrow {
  border-color: #22AFED;
  background: #22AFED;
}

.yl-articleBlock .articleBlock[data-color="keyColorBlue"] .link--arrow:hover .arrow::before {
  background: #fff;
}

.yl-articleBlock .articleBlock[data-color="keyColorBlue"] .link--arrow:hover .arrow::after {
  border-color: #fff;
}

.yl-articleBlock .articleBlock[data-color="keycolorRed"] .title02--3 {
  color: #dd7a7d;
}

.yl-articleBlock .articleBlock[data-color="keycolorRed"] .articleBlock__img::after {
  background: rgba(221, 122, 125, 0.2);
}

.yl-articleBlock .articleBlock[data-color="keycolorRed"] .list-style--bg a {
  background: rgba(221, 122, 125, 0.2);
  border: 1px solid transparent;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
}

.yl-articleBlock .articleBlock[data-color="keycolorRed"] .list-style--bg a:hover {
  background: transparent;
  text-decoration: none;
  border-color: rgba(221, 122, 125, 0.2);
}

.yl-articleBlock .articleBlock[data-color="keycolorRed"] .link--arrow {
  color: #dd7a7d;
}

.yl-articleBlock .articleBlock[data-color="keycolorRed"] .link--arrow .text::after {
  background: #dd7a7d;
}

.yl-articleBlock .articleBlock[data-color="keycolorRed"] .link--arrow .arrow {
  border-color: #dd7a7d;
}

.yl-articleBlock .articleBlock[data-color="keycolorRed"] .link--arrow .arrow::before {
  background: #dd7a7d;
}

.yl-articleBlock .articleBlock[data-color="keycolorRed"] .link--arrow .arrow::after {
  border-color: #dd7a7d;
}

.yl-articleBlock .articleBlock[data-color="keycolorRed"] .link--arrow:hover .arrow {
  border-color: #dd7a7d;
  background: #dd7a7d;
}

.yl-articleBlock .articleBlock[data-color="keycolorRed"] .link--arrow:hover .arrow::before {
  background: #fff;
}

.yl-articleBlock .articleBlock[data-color="keycolorRed"] .link--arrow:hover .arrow::after {
  border-color: #fff;
}

.yl-articleBlock .topNews {
  background: #fff;
  border-radius: 8px 8px 0 0;
}

.yl-articleBlock .topNews__title {
  padding: 22px 30px;
  border-bottom: 1px solid #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.yl-articleBlock .topNews__con {
  padding: 0 30px 30px;
  max-height: calc(63px * 3);
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.yl-articleBlock .topNews__con::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.yl-articleBlock .topService {
  background: #fff;
  border-radius: 8px;
  padding: 50px 100px;
}

@media screen and (max-width: 750px) {
  .yl-articleBlock .topService {
    padding: 32px 16px;
  }
}

.yl-articleBlock .topService__con {
  margin-top: 15px;
}

.yl-articleBlock .topService__con p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.yl-articleBlock .topService__btn {
  margin-top: 45px;
  position: relative;
}

main[data-page="top"] .yl-contentWrapper {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1025px) {
  main[data-page="top"] .yl-contentWrapper {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1025px) {
  main[data-page="top"] .yl-contentWrapper {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  main[data-page="top"] .yl-contentWrapper {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1025px) {
  main[data-page="top"] .yl-contentWrapper {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1025px) {
  main[data-page="top"] .yl-contentWrapper__L {
    width: calc(100% - 260px - 40px);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  main[data-page="top"] .yl-contentWrapper__L {
    width: calc(100% - 260px - 20px);
  }
}

@media screen and (max-width: 1025px) {
  main[data-page="top"] .yl-contentWrapper__L {
    width: 100%;
  }
}

main[data-page="top"] .yl-contentWrapper__R {
  width: 260px;
  position: relative;
}

@media screen and (max-width: 1025px) {
  main[data-page="top"] .yl-contentWrapper__R {
    width: 100%;
    margin-top: 20px;
  }
}

.yl-pageTitle {
  position: relative;
  z-index: 1;
  text-align: center;
  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;
}

@media screen and (min-width: 1025px) {
  .yl-pageTitle {
    padding: 54px 0px;
    min-height: 240px;
  }
}

@media screen and (max-width: 1025px) {
  .yl-pageTitle {
    margin-top: 70px;
    padding: 30px 20px;
    min-height: 150px;
  }
}

.yl-pageTitle__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.yl-pageTitle__img {
  margin-bottom: 10px;
}

.yl-pageTitle__img img {
  width: 110px;
}

.yl-pageTitle__title .en {
  display: block;
  line-height: 1;
  letter-spacing: 1.5px;
}

@media screen and (min-width: 1025px) {
  .yl-pageTitle__title .en {
    font-size: 18px;
  }
}

@media screen and (max-width: 1025px) {
  .yl-pageTitle__title .en {
    font-size: 14px;
  }
}

.yl-pageTitle__title .ja {
  display: block;
  line-height: 1;
  letter-spacing: 4px;
}

@media screen and (min-width: 1025px) {
  .yl-pageTitle__title .ja {
    font-size: 32px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1025px) {
  .yl-pageTitle__title .ja {
    font-size: 20px;
    margin-top: 10px;
  }
}

.yl-pageTitle__text {
  margin-top: 20px;
  letter-spacing: 1px;
}

@media screen and (min-width: 1025px) {
  .yl-pageTitle__text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1025px) {
  .yl-pageTitle__text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.yl-contactMain {
  padding-bottom: 100px;
}

@media screen and (max-width: 750px) {
  .yl-contactMain {
    padding-bottom: 80px;
  }
}

.yl-contactMain .c-form input, .yl-contactMain .c-form select, .yl-contactMain .c-form textarea {
  background: #fff;
}

.yl-contactMain .c-form input:-webkit-autofill, .yl-contactMain .c-form select:-webkit-autofill, .yl-contactMain .c-form textarea:-webkit-autofill {
  background: #fff;
}

.yl-contactMain .c-form input::-webkit-input-placeholder, .yl-contactMain .c-form textarea::-webkit-input-placeholder {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 1px;
  color: #303133;
}

.yl-contactMain .c-form input::-moz-placeholder, .yl-contactMain .c-form textarea::-moz-placeholder {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 1px;
  color: #303133;
}

.yl-contactMain .c-form input:-ms-input-placeholder, .yl-contactMain .c-form textarea:-ms-input-placeholder {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 1px;
  color: #303133;
}

.yl-contactMain .c-form input::-ms-input-placeholder, .yl-contactMain .c-form textarea::-ms-input-placeholder {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 1px;
  color: #303133;
}

.yl-contactMain .c-form input::placeholder,
.yl-contactMain .c-form textarea::placeholder {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 1px;
  color: #303133;
}

.yl-contactMain .c-form input:focus,
.yl-contactMain .c-form textarea:focus,
.yl-contactMain .c-form select:focus {
  border: 2px solid #22AFED;
}

.yl-contactMain .c-form .c-form__agreeText {
  font-size: 16px;
  letter-spacing: 1.8px;
  line-height: 1.5;
}

.yl-contactMain .c-form .c-form__agreeText a {
  color: #22AFED;
  text-decoration: underline;
}

.yl-contactMain .c-form button {
  border: none;
}

.yl-contactMain .c-form a:hover, .yl-contactMain .c-form button:hover {
  opacity: 1;
}

.yl-contactMain .c-form button[type="submit"] {
  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;
  text-align: center;
  padding: 13px 40px;
  color: #fff;
  max-width: 220px;
  width: 100%;
  border-radius: 2px;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s 0.2s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s 0.2s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F9672E;
}

@media screen and (max-width: 750px) {
  .yl-contactMain .c-form button[type="submit"] {
    max-width: 100%;
  }
}

.yl-contactMain .c-form button[type="submit"]::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  transition: cubic-bezier(0.6, 0, 0.3, 1) 0.5s;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  opacity: 0;
  background: #f9ca24;
}

.yl-contactMain .c-form button[type="submit"] .text {
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: bold;
  width: calc(100% - 22px);
}

.yl-contactMain .c-form button[type="submit"] .arrow {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 100%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 8px;
}

.yl-contactMain .c-form button[type="submit"] .arrow::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.yl-contactMain .c-form button[type="submit"] .arrow::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 5px;
  height: 1px;
  left: 3px;
  background: #fff;
}

.yl-contactMain .c-form button[type="submit"]:hover {
  -webkit-box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -3px, 0);
  transform: translate3d(0, -3px, 0);
}

.yl-contactMain .c-form button[type="submit"]:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.yl-contactTell {
  color: #1A2A8C;
}

.yl-contactTell__inner {
  background: #fff;
}

@media screen and (min-width: 1025px) {
  .yl-contactTell__inner {
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1025px) and (min-width: 750px) {
  .yl-contactTell__inner {
    max-width: calc(100% - 30px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 750px) {
  .yl-contactTell__inner {
    max-width: calc(100% - 30px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.yl-contactTell__text {
  font-size: 16px;
}

.yl-contactTell__text::after {
  background: #1A2A8C;
}

.yl-contactTell__tel .telText {
  margin: 0 auto 10px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 16px;
}

.yl-contactTell__tel .telNumber a {
  color: #1A2A8C;
  font-family: "Barlow Semi Condensed", sans-serif;
}

@media screen and (max-width: 750px) {
  .yl-contactTell__tel .telNumber a {
    font-size: 29px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.yl-contactTell__tel .telNumber a svg {
  width: 35px;
  height: 35px;
  margin-top: 5px;
}

@media screen and (max-width: 750px) {
  .yl-contactTell__tel .telNumber a svg {
    width: 20px;
    height: 20px;
  }
}

.yl-contactTell__tel .telNumber a svg path {
  fill: #1A2A8C;
}

.yl-contactTell__tel .telTips {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}

.yl-complete {
  padding: 120px 0;
}

@media screen and (max-width: 1025px) {
  .yl-complete {
    margin-top: 70px;
  }
}

.yl-complete__content {
  text-align: center;
}

.yl-complete__contentLabel {
  margin: 0;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-left: -4px;
}

.yl-complete__contentTitle {
  font-size: 16px;
  margin: 22px 0 0;
}

.yl-complete__contentText {
  font-size: 12px;
  line-height: 1.8;
  margin: 50px 0 0;
}

.yl-complete__contentButton {
  margin-top: 50px;
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  left: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  right: 0;
  /*
      /*rtl:end:ignore*/
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill .1s;
  transition: fill .1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 .5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

main[data-page="contact"] .yl-bg {
  background: #E4F4FF;
}

main[data-page="contact"] .yl-pageTitle__title {
  color: #1A2A8C;
}

main[data-page="contact"] .yl-pageTitle__text {
  margin-top: 0;
}

.yl-blogDetail {
  padding: 60px 0 140px;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail {
    padding: 30px 0 80px;
  }
}

.yl-blogDetail > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail > .inner {
    display: block;
  }
}

.yl-blogDetail__content {
  max-width: 650px;
}

.yl-blogDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__meta {
    display: block;
  }
}

.yl-blogDetail__meta .date {
  font-size: 13px;
  letter-spacing: .09em;
  margin-right: 12px;
  line-height: 1;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__meta .date {
    display: block;
    margin-bottom: 16px;
  }
}

.yl-blogDetail__meta .c-button + .c-button {
  margin-left: 8px;
}

.yl-blogDetail__title {
  margin: 0;
  font-size: 29px;
  line-height: 1.4;
  color: #303133;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__title {
    font-size: 26px;
  }
}

.yl-blogDetail__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 25px;
}

.yl-blogDetail__author img {
  border-radius: 8px;
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__author {
    margin-bottom: 20px;
  }
}

.yl-blogDetail__author .thumb {
  min-width: 60px;
  width: 60px;
  height: 60px;
  background-color: var(--color-background);
  border-radius: 50%;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__author .thumb {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}

.yl-blogDetail__author .name {
  font-size: 14px;
  margin-left: 10px;
}

.yl-blogDetail__wrap {
  display: block;
}

.yl-blogDetail__share {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  width: auto;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.yl-blogDetail__share a {
  display: block;
  width: 26px;
}

.yl-blogDetail__share a + a {
  margin-top: 0;
  margin-left: 24px;
}

.yl-blogDetail__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.yl-blogDetail__body h2,
.yl-blogDetail__body h3,
.yl-blogDetail__body h4,
.yl-blogDetail__body h5,
.yl-blogDetail__body h6 {
  margin: 0;
  line-height: 1.5;
}

.yl-blogDetail__body h2 {
  font-size: 25px;
  background-color: #F6F6F6;
  color: #0076C6;
  padding: 14px 20px;
  margin-bottom: 28px;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__body h2 {
    font-size: 20px;
    padding: 10px 16px;
  }
}

.yl-blogDetail__body h3 {
  font-size: 23px;
  border-left: 5px solid #0076C6;
  color: #0076C6;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__body h3 {
    font-size: 18px;
  }
}

.yl-blogDetail__body h4 {
  font-size: 20px;
  color: #0076C6;
  margin-bottom: 20px;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__body h4 {
    font-size: 16px;
  }
}

.yl-blogDetail__body p,
.yl-blogDetail__body li {
  line-height: 2;
  letter-spacing: .02em;
  margin: 0;
}

.yl-blogDetail__body p + p {
  margin-top: 35px;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__body ul,
  .yl-blogDetail__body ol,
  .yl-blogDetail__body p {
    font-size: 15px;
  }
}

.yl-blogDetail__body ul + h2,
.yl-blogDetail__body ol + h2,
.yl-blogDetail__body p + h2 {
  margin-top: 80px;
}

.yl-blogDetail__body ul + h3,
.yl-blogDetail__body ol + h3,
.yl-blogDetail__body p + h3 {
  margin-top: 35px;
}

.yl-blogDetail__body ul + h4,
.yl-blogDetail__body ol + h4,
.yl-blogDetail__body p + h4 {
  margin-top: 25px;
}

.yl-blogDetail__body img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

.yl-blogDetail__body blockquote {
  padding: 20px 20px 20px 60px;
  border-radius: 5px;
  background: #F6F6F6;
  color: #AEAEAE;
  font-weight: 500;
  position: relative;
}

.yl-blogDetail__body blockquote::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../img/blog/blog-quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 20px;
  top: 20px;
}

.yl-blogDetail__body ul {
  margin: 20px auto;
}

.yl-blogDetail__body ul li {
  padding-left: 20px;
  font-size: 16px;
  position: relative;
  font-weight: 500;
}

.yl-blogDetail__body ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  background: #303133;
  border-radius: 100%;
}

.yl-blogDetail__body ul li + li {
  margin-top: 10px;
}

.yl-blogDetail__body ol {
  margin: 20px auto;
  counter-reset: num;
}

.yl-blogDetail__body ol li {
  padding-left: 20px;
  font-size: 16px;
  position: relative;
  font-weight: 500;
  padding-left: 20px;
}

.yl-blogDetail__body ol li::before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  left: 0;
  font-size: 17px;
  top: 7px;
  line-height: 1;
  font-family: "Barlow Semi Condensed",sans-serif;
}

.yl-blogDetail__body ol li + li {
  margin-top: 10px;
}

.yl-blogDetail__body .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-primary);
}

.yl-blogDetail__body .fr-video {
  width: 100%;
  position: relative;
  margin: 0;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
}

.yl-blogDetail__body .fr-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.yl-blogDetail__body table tbody tr {
  border-top: solid 1px #DDD;
}

.yl-blogDetail__body table tbody tr:nth-last-of-type(1) {
  border-bottom: solid 1px #DDD;
}

.yl-blogDetail__body table tbody tr td {
  border-left: solid 1px #DDD;
}

.yl-blogDetail__body table tbody tr td:nth-last-of-type(1) {
  border-right: solid 1px #DDD;
}

.yl-blogDetail__body strong {
  font-weight: bold;
}

.yl-blogDetail__body a {
  display: inline-block;
  text-decoration: underline;
  color: #22AFED;
  font-weight: bold;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.yl-blogDetail__body a:hover {
  color: #0076C6;
}

.yl-blogDetail__profile {
  border: 3px solid var(--color-border);
  padding: 25px 45px;
  position: relative;
  margin-top: 80px;
  border-radius: var(--border-radius);
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__profile {
    padding: 24px;
  }
}

.yl-blogDetail__profileHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.yl-blogDetail__profileThumb {
  min-width: 65px;
  width: 65px;
  height: 65px;
  background-color: var(--color-background);
  border-radius: 50%;
}

.yl-blogDetail__profileWrap {
  margin-left: 12px;
  padding-top: 6px;
}

.yl-blogDetail__profileLabel {
  font-size: 14px;
}

.yl-blogDetail__profileName {
  font-size: 18px;
  margin-top: 10px;
}

.yl-blogDetail__profileSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 35px;
  right: 45px;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__profileSns {
    top: 24px;
    right: 24px;
  }
}

.yl-blogDetail__profileSns a {
  text-decoration: none;
}

.yl-blogDetail__profileSns a + a {
  margin-left: 18px;
}

.yl-blogDetail__profileText {
  font-size: 14px;
  line-height: 1.8;
  margin: 16px 0 0;
}

.yl-blogDetail__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 0;
  position: relative;
}

.yl-blogDetail__pagerLink.-next, .yl-blogDetail__pagerLink.-prev {
  width: 320px;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__pagerLink.-next, .yl-blogDetail__pagerLink.-prev {
    width: 48%;
  }
}

.yl-blogDetail__pagerLink.-next a, .yl-blogDetail__pagerLink.-prev a {
  display: block;
  color: #0076C6;
  font-weight: 500;
  font-size: 13px;
  padding: 24px 26px;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
  background-color: #F6F6F6;
  border-radius: var(--border-radius);
  overflow: hidden;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__pagerLink.-next a, .yl-blogDetail__pagerLink.-prev a {
    padding: 20px;
  }
}

.yl-blogDetail__pagerLink.-next .label, .yl-blogDetail__pagerLink.-prev .label {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.yl-blogDetail__pagerLink.-next .title, .yl-blogDetail__pagerLink.-prev .title {
  text-decoration: underline;
}

.yl-blogDetail__pagerLink.-next {
  margin-left: auto;
}

.yl-blogDetail__pagerLink.-next a {
  padding-right: 46px;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__pagerLink.-next a {
    padding-right: 38px;
  }
}

.yl-blogDetail__pagerLink.-next .icon-arrow {
  right: 0;
}

.yl-blogDetail__pagerLink.-next .icon-arrow:before {
  background-image: url("https://www.aratabi.jp/assets/yaesulife/img/common/icon_arrow_next.svg");
}

.yl-blogDetail__pagerLink.-prev a {
  padding-left: 46px;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__pagerLink.-prev a {
    padding-left: 38px;
  }
}

.yl-blogDetail__pagerLink.-prev .icon-arrow {
  left: 0;
}

.yl-blogDetail__pagerLink.-prev .icon-arrow:before {
  background-image: url("https://www.aratabi.jp/assets/yaesulife/img/common/icon_arrow_prev.svg");
}

.yl-blogDetail__pagerLink .icon-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #0076C6;
  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;
}

.yl-blogDetail__pagerLink .icon-arrow:before {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 7px;
  height: 11px;
}

.yl-blogDetail__recommend {
  margin-top: 80px;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__recommend {
    margin-top: 40px;
  }
}

.yl-blogDetail__recommendTitle {
  margin: 0;
  font-size: 22px;
}

.yl-blogDetail__recommendWrap {
  margin-top: 30px;
}

.yl-blogDetail__recommendItem + .yl-blogDetail__recommendItem {
  margin-top: 35px;
}

.yl-blogDetail__recommendItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: var(--color-text);
  position: relative;
}

.yl-blogDetail__recommendItem a:after {
  content: " ";
  display: block;
  width: 22px;
  height: 7px;
  background: url("https://www.aratabi.jp/assets/yaesulife/img/common/icon_recommend_arrow.svg") no-repeat 0 0;
  background-size: 22px 7px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.yl-blogDetail__recommendItem .thumb {
  min-width: 200px;
  width: 200px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--border-radius);
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__recommendItem .thumb {
    min-width: 120px;
    width: 120px;
    height: 80px;
  }
}

.yl-blogDetail__recommendItem .wrap {
  margin-left: 24px;
  padding-top: 8px;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__recommendItem .wrap {
    margin-left: 20px;
    padding: 0;
  }
}

.yl-blogDetail__recommendItem .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.yl-blogDetail__recommendItem .meta__time {
  font-size: 13px;
  letter-spacing: .09em;
}

.yl-blogDetail__recommendItem .meta__badge {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  background: #E4F4FF;
  padding: 6px 20px;
  border-radius: 20px;
  color: #606266;
}

.yl-blogDetail__recommendItem .meta__badge:hover {
  text-decoration: underline;
}

.yl-blogDetail__recommendItem .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0 0;
}

.yl-blogDetail__sidebar {
  width: 300px;
  margin-left: 25px;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
}

.yl-blogDetail__ads {
  width: 300px;
  height: 300px;
  border-radius: var(--border-radius);
  background-color: var(--color-background);
  margin-bottom: 40px;
}

@media screen and (max-width: 1025px) {
  .yl-blogDetail__ads {
    margin-left: auto;
    margin-right: auto;
  }
}

.yl-blogDetail__relatedTitle {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 25px;
}

.yl-blogDetail__relatedWrap {
  margin-top: -20px;
  margin-bottom: -20px;
}

.yl-blogDetail__relatedItem + .yl-blogDetail__relatedItem {
  border-top: 3px solid var(--color-background);
}

.yl-blogDetail__relatedItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: var(--color-text);
  padding: 20px 0;
}

.yl-blogDetail__relatedItem .wrap {
  margin-left: 14px;
}

.yl-blogDetail__relatedItem .thumb {
  min-width: 90px;
  width: 90px;
  height: 50px;
  background-color: var(--color-background);
  border-radius: var(--border-radius);
}

.yl-blogDetail__relatedItem .badge {
  display: inline-block;
  border-radius: 3px;
  background-color: var(--color-background);
  font-size: 10px;
  padding: 4px 8px;
}

.yl-blogDetail__relatedItem .title {
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  margin: 6px 0 0;
}

.yl-blogDetail__category {
  margin-top: 40px;
}

.yl-blogDetail__categoryTitle {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 25px;
}

.yl-blogDetail__categoryList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yl-blogDetail__categoryList li + li {
  margin-top: 12px;
}

.yl-blogDetail__categoryList li.is-current a {
  background-color: var(--color-secondary);
  color: #fff;
}

.yl-blogDetail__categoryList li a {
  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;
  width: 100%;
  height: 44px;
  background-color: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  font-size: 13px;
  text-decoration: none;
  color: var(--color-text);
  font-weight: bold;
  padding: 0 16px;
}

.yl-blogDetail__meta .yl-label--bgBL {
  background: #E4F4FF;
  padding: 8px 20px;
  border-radius: 20px;
  color: #606266;
}

.yl-blogDetail__meta .yl-label--bgBL:hover {
  text-decoration: underline;
}

.yl-blogList {
  padding: 60px 0 120px;
}

@media screen and (max-width: 1025px) {
  .yl-blogList {
    padding: 30px 0 80px;
  }
}

.yl-blogList .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1025px) {
  .yl-blogList .inner {
    display: block;
  }
}

.yl-blogList__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.yl-blogList__contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.yl-blogList__entry {
  width: calc((100% - 20px) / 2);
  margin-bottom: 40px;
}

@media screen and (max-width: 1025px) {
  .yl-blogList__entry {
    margin-bottom: 30px;
  }
}

.yl-blogList__entry a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--color-text);
  position: relative;
  padding-bottom: 30px;
}

.yl-blogList__entry a::before {
  content: "";
  display: block;
  width: 30px;
  height: 11px;
  background: url(../img/common/icon_header_panel_arrow.svg) no-repeat;
  background-size: 30px 11px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: -5px;
}

.yl-blogList__entry a:hover .yl-blogList__entryTitle {
  color: #0076C6;
}

.yl-blogList__entry a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.yl-blogList__entryThumb {
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}

.is-new .yl-blogList__entryThumb:before {
  content: "新着";
  position: absolute;
  top: 16px;
  left: calc(-50% + 40px);
  background-color: var(--color-secondary);
  width: 100%;
  height: 28px;
  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;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: 1;
}

@media screen and (max-width: 1025px) {
  .is-new .yl-blogList__entryThumb:before {
    top: 4px;
    left: calc(-50% + 20px);
    height: 22px;
    font-size: 10px;
  }
}

.yl-blogList__entryThumb img {
  display: block;
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media screen and (max-width: 1025px) {
  .yl-blogList__entryThumb img {
    height: 120px;
  }
}

.yl-blogList__entryDate {
  font-size: 13px;
  letter-spacing: .09em;
}

.yl-blogList__entryTitle {
  font-size: 18px;
  line-height: 1.5;
  margin: 14px 0 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 1025px) {
  .yl-blogList__entryTitle {
    font-size: 16px;
    margin-top: 8px;
  }
}

.yl-blogList__entryText {
  font-size: 14px;
  line-height: 1.8;
  margin: 8px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.yl-blogList__entryText > * {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
  margin: 0;
  padding: 0;
  display: block;
}

.yl-blogList__entryText > * br {
  display: none;
}

@media screen and (max-width: 1025px) {
  .yl-blogList__entryText > * {
    font-size: 12px;
  }
}

.yl-blogList__sidebar {
  width: 300px;
  margin-left: 25px;
}

@media screen and (max-width: 1025px) {
  .yl-blogList__sidebar {
    margin-left: 0;
    width: 100%;
    margin-top: 60px;
  }
}

.yl-blogList__ads {
  width: 300px;
  height: 300px;
  border-radius: var(--border-radius);
  background-color: var(--color-background);
  margin-bottom: 35px;
}

@media screen and (max-width: 1025px) {
  .yl-blogList__ads {
    margin-left: auto;
    margin-right: auto;
  }
}

.yl-blogList__categoryTitle {
  font-size: 18px;
  line-height: 1;
  margin: 0;
}

.yl-blogList__categoryList {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.yl-blogList__categoryList li + li {
  margin-top: 12px;
}

.yl-blogList__categoryList li.is-current a {
  background-color: var(--color-secondary);
}

.yl-blogList__categoryList li a {
  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;
  width: 100%;
  height: 44px;
  background-color: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  font-size: 13px;
  text-decoration: none;
  color: var(--color-text);
  font-weight: bold;
  padding: 0 16px;
}

.yl-blogList__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 1025px) {
  .yl-blogList__tag {
    display: block;
    margin-bottom: 40px;
  }
}

.yl-blogList__tagTitle {
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 1025px) {
  .yl-blogList__tagTitle {
    font-size: 14px;
  }
}

.yl-blogList__tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 16px;
  margin-bottom: -10px;
}

@media screen and (max-width: 1025px) {
  .yl-blogList__tagList {
    margin-left: 0;
    margin-top: 24px;
  }
}

.yl-blogList__tagList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  height: 40px;
  padding: 0 30px;
  font-size: 14px;
  color: var(--color-text);
  font-weight: bold;
  white-space: nowrap;
  background-color: var(--color-background);
  border-radius: var(--border-radius);
  margin-right: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1025px) {
  .yl-blogList__tagList a {
    padding: 0 16px;
    height: 24px;
    font-size: 12px;
  }
}

.yl-blogList__tagList a.is-current {
  background-color: var(--color-secondary);
  color: #fff;
}

.yl-blogListStyle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.yl-blogListStyle + .yl-blogListStyle {
  margin-top: 40px;
}

.yl-blogListStyle__img {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: var(--border-radius);
}

@media screen and (min-width: 750px) {
  .yl-blogListStyle__img {
    width: calc(45% - 10px);
  }
}

@media screen and (max-width: 750px) {
  .yl-blogListStyle__img {
    width: 100%;
  }
}

.yl-blogListStyle__img img {
  display: block;
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: var(--border-radius);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.yl-blogListStyle__img:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media screen and (min-width: 750px) {
  .yl-blogListStyle__con {
    width: calc(55% - 10px);
  }
}

@media screen and (max-width: 750px) {
  .yl-blogListStyle__con {
    width: 100%;
    margin-top: 10px;
  }
}

.yl-blogListStyle__con .title {
  margin-top: 8px;
}

.yl-blogListStyle__con .title a {
  font-size: 18px;
  line-height: 1.5;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #0076C6;
  position: relative;
  text-decoration: underline;
}

.yl-blogListStyle__con .title a:hover {
  color: #22AFED;
}

.yl-blogListStyle__con .text {
  margin-top: 10px;
}

main[data-page="blog"] .rightNav {
  margin-top: 10px;
}

main[data-page="blog"] .yl-contentWrapper {
  padding-top: 0;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 1025px) {
  main[data-page="blog"] .yl-contentWrapper {
    margin-top: 40px;
  }
  main[data-page="blog"] .yl-contentWrapper.yl-blogDetail {
    margin-top: 0px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  main[data-page="blog"] .yl-contentWrapper {
    margin-top: 20px;
  }
  main[data-page="blog"] .yl-contentWrapper.yl-blogDetail {
    margin-top: 0px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1025px) {
  main[data-page="blog"] .yl-contentWrapper {
    padding-bottom: 40px;
    margin-top: 20px;
  }
  main[data-page="blog"] .yl-contentWrapper.yl-blogDetail {
    margin-top: 0px;
    padding-top: 90px;
  }
}

main[data-page="blog"] .yl-contentWrapper__L {
  background: #fff;
}

@media screen and (min-width: 1025px) {
  main[data-page="blog"] .yl-contentWrapper__L {
    width: calc(100% - 260px - 40px);
    padding: 50px 40px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  main[data-page="blog"] .yl-contentWrapper__L {
    width: calc(100% - 260px - 20px);
  }
}

@media screen and (max-width: 1025px) {
  main[data-page="blog"] .yl-contentWrapper__L {
    width: 100%;
    padding: 20px;
  }
}

main[data-page="blog"] .yl-contentWrapper__R {
  width: 260px;
  position: relative;
}

@media screen and (max-width: 1025px) {
  main[data-page="blog"] .yl-contentWrapper__R {
    width: 100%;
    margin-top: 20px;
  }
}

main[data-page="blog"] .yl-blogDetail__share a {
  width: 50px;
  height: 50px;
  background: #fff;
  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;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 100%;
}

main[data-page="blog"] .yl-blogDetail__body {
  width: 100%;
}

main[data-page="blog"] .yl-blogDetail-none__body .btn-area {
  margin-top: 20px;
}

main[data-page="blog"] .yl-blogDetail-none__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.yl-blogNav__bgBan {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 20%;
  padding: 20px;
  width: 100%;
  height: 220px;
  margin-bottom: 0;
  border-radius: 0;
  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;
}

.yl-blogNav__text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1.5px;
  text-align: center;
}

.yl-blogNav__btn {
  margin-top: 10px;
}

.yl-blogNav .btn-style--1.mail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.yl-blogNav .btn-style--1.mail::before {
  margin-bottom: 0;
  margin-right: 8px;
}

.yl-blogNavList {
  padding: 20px 18px;
  background: #fff;
}

.yl-blogNavList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.yl-blogNavList li .listBtn {
  display: block;
  padding: 15px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  width: calc(100% - 25px);
  color: #0076C6;
  text-decoration: underline;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.yl-blogNavList li .listBtn:hover {
  color: #22AFED;
}

.yl-blogNavList li .listArrow {
  display: block;
  width: 16px;
  height: 16px;
  background: #E4F4FF;
  border: 2px solid #E4F4FF;
  border-radius: 3px;
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.yl-blogNavList li .listArrow:hover {
  cursor: pointer;
}

.yl-blogNavList li .listArrow::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 7px;
  height: 2px;
  border-radius: 3px;
  background: #0076C6;
}

.yl-blogNavList li .listArrow::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  width: 2px;
  height: 7px;
  border-radius: 3px;
  background: #0076C6;
}

.yl-blogNavList li .listArrow:hover {
  background: transparent;
}

.yl-blogNavList li .innerList {
  display: none;
  width: 100%;
}

.yl-blogNavList li .innerList li a {
  padding: 8px 0;
  font-size: 13px;
  color: #606266;
  display: block;
  letter-spacing: 1px;
  text-decoration: underline;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.yl-blogNavList li .innerList li a:hover {
  color: #0076C6;
}

.listArrow.js-blogNavBtn.is--active::after {
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0) translateX(-50%) translateY(-50%);
  transform: scale(0) translateX(-50%) translateY(-50%);
}

.innerList.js-blogNavInner.is--active {
  display: block;
}

.yl-newsDetail {
  padding: 60px 0 140px;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail {
    padding: 30px 0 80px;
  }
}

.yl-newsDetail > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail > .inner {
    display: block;
  }
}

.yl-newsDetail__content {
  max-width: 650px;
}

.yl-newsDetail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__meta {
    display: block;
  }
}

.yl-newsDetail__meta .date {
  font-size: 13px;
  letter-spacing: .09em;
  margin-right: 12px;
  line-height: 1;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__meta .date {
    display: block;
    margin-bottom: 16px;
  }
}

.yl-newsDetail__meta .c-button + .c-button {
  margin-left: 8px;
}

.yl-newsDetail__title {
  margin: 0;
  font-size: 29px;
  line-height: 1.4;
  color: #303133;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__title {
    font-size: 26px;
  }
}

.yl-newsDetail__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 25px;
}

.yl-newsDetail__author img {
  border-radius: 8px;
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__author {
    margin-bottom: 20px;
  }
}

.yl-newsDetail__author .thumb {
  min-width: 60px;
  width: 60px;
  height: 60px;
  background-color: var(--color-background);
  border-radius: 50%;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__author .thumb {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}

.yl-newsDetail__author .name {
  font-size: 14px;
  margin-left: 10px;
}

.yl-newsDetail__wrap {
  display: block;
}

.yl-newsDetail__share {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  width: auto;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__share {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.yl-newsDetail__share a {
  display: block;
  width: 26px;
}

.yl-newsDetail__share a + a {
  margin-top: 0;
  margin-left: 24px;
}

.yl-newsDetail__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.yl-newsDetail__body {
  padding-left: 0;
}

.yl-newsDetail__body h2,
.yl-newsDetail__body h3,
.yl-newsDetail__body h4,
.yl-newsDetail__body h5,
.yl-newsDetail__body h6 {
  margin: 0;
  line-height: 1.5;
}

.yl-newsDetail__body h2 {
  font-size: 25px;
  background-color: #F6F6F6;
  color: #0076C6;
  padding: 14px 20px;
  margin-bottom: 28px;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__body h2 {
    font-size: 20px;
    padding: 10px 16px;
  }
}

.yl-newsDetail__body h3 {
  font-size: 23px;
  border-left: 5px solid #0076C6;
  color: #0076C6;
  padding-left: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__body h3 {
    font-size: 18px;
  }
}

.yl-newsDetail__body h4 {
  font-size: 20px;
  color: #0076C6;
  margin-bottom: 20px;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__body h4 {
    font-size: 16px;
  }
}

.yl-newsDetail__body p,
.yl-newsDetail__body li {
  line-height: 2;
  letter-spacing: .02em;
  margin: 0;
}

.yl-newsDetail__body p + p {
  margin-top: 35px;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__body ul,
  .yl-newsDetail__body ol,
  .yl-newsDetail__body p {
    font-size: 15px;
  }
}

.yl-newsDetail__body ul + h2,
.yl-newsDetail__body ol + h2,
.yl-newsDetail__body p + h2 {
  margin-top: 80px;
}

.yl-newsDetail__body ul + h3,
.yl-newsDetail__body ol + h3,
.yl-newsDetail__body p + h3 {
  margin-top: 35px;
}

.yl-newsDetail__body ul + h4,
.yl-newsDetail__body ol + h4,
.yl-newsDetail__body p + h4 {
  margin-top: 25px;
}

.yl-newsDetail__body img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

.yl-newsDetail__body blockquote {
  padding: 20px 20px 20px 60px;
  border-radius: 5px;
  background: #F6F6F6;
  color: #AEAEAE;
  font-weight: 500;
  position: relative;
}

.yl-newsDetail__body blockquote::before {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../img/blog/blog-quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 20px;
  top: 20px;
}

.yl-newsDetail__body ul {
  margin: 20px auto;
}

.yl-newsDetail__body ul li {
  padding-left: 20px;
  font-size: 16px;
  position: relative;
  font-weight: 500;
}

.yl-newsDetail__body ul li::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  background: #303133;
  border-radius: 100%;
}

.yl-newsDetail__body ul li + li {
  margin-top: 10px;
}

.yl-newsDetail__body ol {
  margin: 20px auto;
  counter-reset: num;
}

.yl-newsDetail__body ol li {
  padding-left: 20px;
  font-size: 16px;
  position: relative;
  font-weight: 500;
  padding-left: 20px;
}

.yl-newsDetail__body ol li::before {
  counter-increment: num;
  content: counter(num) ".";
  position: absolute;
  left: 0;
  font-size: 17px;
  top: 7px;
  line-height: 1;
  font-family: "Barlow Semi Condensed",sans-serif;
}

.yl-newsDetail__body ol li + li {
  margin-top: 10px;
}

.yl-newsDetail__body .fr-img-caption .fr-inner {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--color-primary);
}

.fr-video {
  width: 100%;
  position: relative;
  margin: 0;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
}

.fr-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.yl-newsDetail__profile {
  border: 3px solid var(--color-border);
  padding: 25px 45px;
  position: relative;
  margin-top: 80px;
  border-radius: var(--border-radius);
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__profile {
    padding: 24px;
  }
}

.yl-newsDetail__profileHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.yl-newsDetail__profileThumb {
  min-width: 65px;
  width: 65px;
  height: 65px;
  background-color: var(--color-background);
  border-radius: 50%;
}

.yl-newsDetail__profileWrap {
  margin-left: 12px;
  padding-top: 6px;
}

.yl-newsDetail__profileLabel {
  font-size: 14px;
}

.yl-newsDetail__profileName {
  font-size: 18px;
  margin-top: 10px;
}

.yl-newsDetail__profileSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 35px;
  right: 45px;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__profileSns {
    top: 24px;
    right: 24px;
  }
}

.yl-newsDetail__profileSns a {
  text-decoration: none;
}

.yl-newsDetail__profileSns a + a {
  margin-left: 18px;
}

.yl-newsDetail__profileText {
  font-size: 14px;
  line-height: 1.8;
  margin: 16px 0 0;
}

.yl-newsDetail__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px auto 0;
  position: relative;
}

.yl-newsDetail__pagerLink.-next, .yl-newsDetail__pagerLink.-prev {
  width: 320px;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__pagerLink.-next, .yl-newsDetail__pagerLink.-prev {
    width: 48%;
  }
}

.yl-newsDetail__pagerLink.-next a, .yl-newsDetail__pagerLink.-prev a {
  display: block;
  color: #0076C6;
  font-weight: 500;
  font-size: 13px;
  padding: 24px 26px;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
  background-color: #F6F6F6;
  border-radius: var(--border-radius);
  overflow: hidden;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__pagerLink.-next a, .yl-newsDetail__pagerLink.-prev a {
    padding: 20px;
  }
}

.yl-newsDetail__pagerLink.-next .label, .yl-newsDetail__pagerLink.-prev .label {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

.yl-newsDetail__pagerLink.-next .title, .yl-newsDetail__pagerLink.-prev .title {
  text-decoration: underline;
}

.yl-newsDetail__pagerLink.-next {
  margin-left: auto;
}

.yl-newsDetail__pagerLink.-next a {
  padding-right: 46px;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__pagerLink.-next a {
    padding-right: 38px;
  }
}

.yl-newsDetail__pagerLink.-next .icon-arrow {
  right: 0;
}

.yl-newsDetail__pagerLink.-next .icon-arrow:before {
  background-image: url("https://www.aratabi.jp/assets/yaesulife/img/common/icon_arrow_next.svg");
}

.yl-newsDetail__pagerLink.-prev a {
  padding-left: 46px;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__pagerLink.-prev a {
    padding-left: 38px;
  }
}

.yl-newsDetail__pagerLink.-prev .icon-arrow {
  left: 0;
}

.yl-newsDetail__pagerLink.-prev .icon-arrow:before {
  background-image: url("https://www.aratabi.jp/assets/yaesulife/img/common/icon_arrow_prev.svg");
}

.yl-newsDetail__pagerLink .icon-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #0076C6;
  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;
}

.yl-newsDetail__pagerLink .icon-arrow:before {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 7px;
  height: 11px;
}

.yl-newsDetail__recommend {
  margin-top: 80px;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__recommend {
    margin-top: 40px;
  }
}

.yl-newsDetail__recommendTitle {
  margin: 0;
  font-size: 22px;
}

.yl-newsDetail__recommendWrap {
  margin-top: 30px;
}

.yl-newsDetail__recommendItem + .yl-newsDetail__recommendItem {
  margin-top: 35px;
}

.yl-newsDetail__recommendItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: var(--color-text);
  position: relative;
}

.yl-newsDetail__recommendItem a:after {
  content: " ";
  display: block;
  width: 22px;
  height: 7px;
  background: url("https://www.aratabi.jp/assets/yaesulife/img/common/icon_recommend_arrow.svg") no-repeat 0 0;
  background-size: 22px 7px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.yl-newsDetail__recommendItem .thumb {
  min-width: 200px;
  width: 200px;
  height: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: var(--border-radius);
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__recommendItem .thumb {
    min-width: 120px;
    width: 120px;
    height: 80px;
  }
}

.yl-newsDetail__recommendItem .wrap {
  margin-left: 24px;
  padding-top: 8px;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__recommendItem .wrap {
    margin-left: 20px;
    padding: 0;
  }
}

.yl-newsDetail__recommendItem .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.yl-newsDetail__recommendItem .meta__time {
  font-size: 13px;
  letter-spacing: .09em;
}

.yl-newsDetail__recommendItem .meta__badge {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  background: #E4F4FF;
  padding: 6px 20px;
  border-radius: 20px;
  color: #606266;
}

.yl-newsDetail__recommendItem .meta__badge:hover {
  text-decoration: underline;
}

.yl-newsDetail__recommendItem .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 10px 0 0;
}

.yl-newsDetail__sidebar {
  width: 300px;
  margin-left: 25px;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__sidebar {
    width: 100%;
    margin-left: 0;
    margin-top: 60px;
  }
}

.yl-newsDetail__ads {
  width: 300px;
  height: 300px;
  border-radius: var(--border-radius);
  background-color: var(--color-background);
  margin-bottom: 40px;
}

@media screen and (max-width: 1025px) {
  .yl-newsDetail__ads {
    margin-left: auto;
    margin-right: auto;
  }
}

.yl-newsDetail__relatedTitle {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 25px;
}

.yl-newsDetail__relatedWrap {
  margin-top: -20px;
  margin-bottom: -20px;
}

.yl-newsDetail__relatedItem + .yl-newsDetail__relatedItem {
  border-top: 3px solid var(--color-background);
}

.yl-newsDetail__relatedItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: var(--color-text);
  padding: 20px 0;
}

.yl-newsDetail__relatedItem .wrap {
  margin-left: 14px;
}

.yl-newsDetail__relatedItem .thumb {
  min-width: 90px;
  width: 90px;
  height: 50px;
  background-color: var(--color-background);
  border-radius: var(--border-radius);
}

.yl-newsDetail__relatedItem .badge {
  display: inline-block;
  border-radius: 3px;
  background-color: var(--color-background);
  font-size: 10px;
  padding: 4px 8px;
}

.yl-newsDetail__relatedItem .title {
  font-size: 12px;
  line-height: 1.5;
  font-weight: normal;
  margin: 6px 0 0;
}

.yl-newsDetail__category {
  margin-top: 40px;
}

.yl-newsDetail__categoryTitle {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 25px;
}

.yl-newsDetail__categoryList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yl-newsDetail__categoryList li + li {
  margin-top: 12px;
}

.yl-newsDetail__categoryList li.is-current a {
  background-color: var(--color-secondary);
  color: #fff;
}

.yl-newsDetail__categoryList li a {
  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;
  width: 100%;
  height: 44px;
  background-color: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius);
  font-size: 13px;
  text-decoration: none;
  color: var(--color-text);
  font-weight: bold;
  padding: 0 16px;
}

.yl-newsDetail__meta .yl-label--bgBL {
  background: #E4F4FF;
  padding: 8px 20px;
  border-radius: 20px;
  color: #fff;
}

.yl-newsDetail__meta .yl-label--bgBL:hover {
  text-decoration: underline;
}

.s-newsList {
  padding: 60px 0 130px;
}

@media screen and (max-width: 1025px) {
  .s-newsList {
    padding: 20px 0 40px;
  }
}

.s-newsList__wrapper {
  background: #fff;
  padding: 40px 30px;
}

@media screen and (max-width: 1025px) {
  .s-newsList__wrapper {
    padding: 15px;
  }
}

main[data-page="news"] .rightNav {
  margin-top: 10px;
}

main[data-page="news"] .yl-contentWrapper {
  padding-top: 0;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 1025px) {
  main[data-page="news"] .yl-contentWrapper {
    margin-top: 40px;
  }
  main[data-page="news"] .yl-contentWrapper.yl-newsDetail {
    margin-top: 0px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  main[data-page="news"] .yl-contentWrapper {
    margin-top: 20px;
  }
  main[data-page="news"] .yl-contentWrapper.yl-newsDetail {
    margin-top: 0px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1025px) {
  main[data-page="news"] .yl-contentWrapper {
    padding-bottom: 40px;
    margin-top: 20px;
  }
  main[data-page="news"] .yl-contentWrapper.yl-newsDetail {
    margin-top: 0px;
    padding-top: 90px;
  }
}

main[data-page="news"] .yl-contentWrapper__L {
  background: #fff;
}

@media screen and (min-width: 1025px) {
  main[data-page="news"] .yl-contentWrapper__L {
    width: calc(100% - 260px - 40px);
    padding: 50px 40px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  main[data-page="news"] .yl-contentWrapper__L {
    width: calc(100% - 260px - 20px);
  }
}

@media screen and (max-width: 1025px) {
  main[data-page="news"] .yl-contentWrapper__L {
    width: 100%;
    padding: 20px;
  }
}

main[data-page="news"] .yl-contentWrapper__R {
  width: 260px;
  position: relative;
}

@media screen and (max-width: 1025px) {
  main[data-page="news"] .yl-contentWrapper__R {
    width: 100%;
    margin-top: 20px;
  }
}

main[data-page="news"] .yl-newsDetail__share a {
  width: 50px;
  height: 50px;
  background: #fff;
  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;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 100%;
}

main[data-page="news"] .c-pager {
  margin-top: 40px;
  margin-bottom: 40px;
}

main[data-page="news"] .s-newsDetailPager__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 24px;
  position: relative;
}

@media screen and (max-width: 1025px) {
  main[data-page="news"] .s-newsDetailPager__pager {
    width: 100%;
    padding: 0 15px;
    margin: 40px auto 60px;
  }
}

main[data-page="news"] .s-newsDetailPager__pagerLink.-back {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1025px) {
  main[data-page="news"] .s-newsDetailPager__pagerLink.-back {
    display: none;
  }
}

main[data-page="news"] .s-newsDetailPager__pagerLink.-back a {
  color: var(--color-text);
  text-decoration: none;
  padding: 0;
}

main[data-page="news"] .s-newsDetailPager__pagerLink.-back .label {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
  color: #0076C6;
}

main[data-page="news"] .s-newsDetailPager__pagerLink.-back .icon-back {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
}

main[data-page="news"] .s-newsDetailPager__pagerLink.-back .icon-back g {
  fill: #0076C6;
}

main[data-page="news"] .s-newsDetailPager__pagerLink.-next, main[data-page="news"] .s-newsDetailPager__pagerLink.-prev {
  width: 320px;
}

@media screen and (max-width: 1025px) {
  main[data-page="news"] .s-newsDetailPager__pagerLink.-next, main[data-page="news"] .s-newsDetailPager__pagerLink.-prev {
    width: 48%;
  }
}

main[data-page="news"] .s-newsDetailPager__pagerLink.-next a, main[data-page="news"] .s-newsDetailPager__pagerLink.-prev a {
  display: block;
  background: #F6F6F6;
  color: #0076C6;
  font-weight: 500;
  font-size: 13px;
  padding: 24px 26px;
  line-height: 1.4;
  position: relative;
  text-decoration: none;
  border-radius: var(--border-radius);
  overflow: hidden;
}

@media screen and (max-width: 1025px) {
  main[data-page="news"] .s-newsDetailPager__pagerLink.-next a, main[data-page="news"] .s-newsDetailPager__pagerLink.-prev a {
    padding: 20px;
  }
}

main[data-page="news"] .s-newsDetailPager__pagerLink.-next .label, main[data-page="news"] .s-newsDetailPager__pagerLink.-prev .label {
  display: block;
  font-size: 12px;
  margin-bottom: 4px;
}

main[data-page="news"] .s-newsDetailPager__pagerLink.-next .title, main[data-page="news"] .s-newsDetailPager__pagerLink.-prev .title {
  text-decoration: underline;
}

main[data-page="news"] .s-newsDetailPager__pagerLink.-next {
  margin-left: auto;
}

main[data-page="news"] .s-newsDetailPager__pagerLink.-next a {
  padding-right: 46px;
}

@media screen and (max-width: 1025px) {
  main[data-page="news"] .s-newsDetailPager__pagerLink.-next a {
    padding-right: 38px;
  }
}

main[data-page="news"] .s-newsDetailPager__pagerLink.-next .icon-arrow {
  right: 0;
}

main[data-page="news"] .s-newsDetailPager__pagerLink.-next .icon-arrow:before {
  background-image: url("https://www.aratabi.jp/assets/yaesulife/img/common/icon_arrow_next.svg");
}

main[data-page="news"] .s-newsDetailPager__pagerLink.-prev a {
  padding-left: 46px;
}

@media screen and (max-width: 1025px) {
  main[data-page="news"] .s-newsDetailPager__pagerLink.-prev a {
    padding-left: 38px;
  }
}

main[data-page="news"] .s-newsDetailPager__pagerLink.-prev .icon-arrow {
  left: 0;
}

main[data-page="news"] .s-newsDetailPager__pagerLink.-prev .icon-arrow:before {
  background-image: url("https://www.aratabi.jp/assets/yaesulife/img/common/icon_arrow_prev.svg");
}

main[data-page="news"] .s-newsDetailPager__pagerLink .icon-arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #0076C6;
  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;
}

main[data-page="news"] .s-newsDetailPager__pagerLink .icon-arrow:before {
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 7px;
  height: 11px;
}

main[data-page="news"] .yl-blogDetail__body {
  width: 100%;
}

main[data-page="news"] .yl-blogDetail-none__body .btn-area {
  margin-top: 20px;
}

main[data-page="news"] .yl-blogDetail-none__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

main[data-page="news"] .s-news__list li + li {
  border: none;
}

main[data-page="news"] .s-news__list li {
  position: relative;
}

main[data-page="news"] .s-news__list li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #F6F6F6;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

main[data-page="news"] .s-news__list li::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #22AFED;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

main[data-page="news"] .s-news__list li:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.yl-newsCategory {
  margin-bottom: 30px;
}

@media screen and (max-width: 1025px) {
  .yl-newsCategory {
    margin-bottom: 0px;
  }
}

.yl-newsCategory__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 1025px) {
  .yl-newsCategory__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }
}

.yl-newsCategory__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.yl-newsCategory__list > li a {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 5px;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #fff;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: block;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .yl-newsCategory__list > li a {
    padding: 12px 10px;
  }
}

.yl-newsCategory__list > li a:hover {
  cursor: pointer;
  opacity: 0.75;
}

.yl-newsCategory__list > li + li {
  margin-left: 10px;
}

@media screen and (max-width: 1025px) and (min-width: 750px) {
  .yl-newsCategory__list > li {
    width: calc((100% - 32px)/4);
    text-align: center;
    margin-top: 8px;
  }
  .yl-newsCategory__list > li + li {
    margin-left: 0px;
  }
  .yl-newsCategory__list > li:nth-child(1), .yl-newsCategory__list > li:nth-child(2), .yl-newsCategory__list > li:nth-child(3), .yl-newsCategory__list > li:nth-child(4) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 750px) {
  .yl-newsCategory__list > li {
    width: calc((100% - 8px)/2);
    margin-top: 8px;
  }
  .yl-newsCategory__list > li:nth-child(1), .yl-newsCategory__list > li:nth-child(2) {
    margin-top: 0px;
  }
  .yl-newsCategory__list > li + li {
    margin-left: 0px;
  }
}

.yl-news__listCategory {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 10px;
  line-height: 1;
  border-radius: 4px;
  margin-left: 10px;
}

.yl-error {
  background: #E4F4FF;
  padding: 120px 0;
}

@media screen and (max-width: 1025px) {
  .yl-error {
    margin-top: 70px;
  }
}

.yl-error .btn-area {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.yl-error__content {
  text-align: center;
}

.yl-error__contentLabel {
  margin: 0;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 4px;
  margin-left: -4px;
}

.yl-error__contentTitle {
  font-size: 16px;
  margin: 22px 0 0;
}

.yl-error__contentText {
  font-size: 12px;
  line-height: 1.8;
  margin: 50px 0 0;
}

.yl-policy {
  padding: 60px 0 130px;
}

@media screen and (max-width: 1025px) {
  .yl-policy {
    padding: 20px 0 40px;
  }
}

.yl-policy__wrapper {
  background: #fff;
  padding: 40px 30px;
}

.yl-policy__contentItem + .yl-policy__contentItem {
  margin-top: 55px;
}

.yl-policy__contentItem .title {
  font-size: 18px;
  padding-bottom: 18px;
  border-bottom: 2px solid #d8d8d8;
  margin: 0;
}

@media screen and (max-width: 1025px) {
  .yl-policy__contentItem .title {
    font-size: 16px;
  }
}

.yl-policy__contentItem .text {
  line-height: 2;
  margin: 20px 0 0;
}

@media screen and (max-width: 1025px) {
  .yl-policy__contentItem .text {
    font-size: 14px;
  }
}

.yl-policy__contentItem ul {
  margin-top: 20px;
}

.yl-policy__credit {
  font-size: 13px;
  line-height: 1.765;
  margin-top: 70px;
}

.aboutCon__con {
  margin-top: 25px;
}

.aboutCon__con p {
  line-height: 1.8;
  font-size: 16px;
  letter-spacing: 2px;
}

.aboutCon__con p + p {
  margin-top: 40px;
}

.aboutImg img {
  width: 100%;
}

main[data-page="about"] .yl-aboutWrapper {
  margin-top: 10px;
  padding: 60px 0;
  background: #fff;
}

main[data-page="about"] .yl-about-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1025px) {
  main[data-page="about"] .yl-about-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

main[data-page="about"] .yl-about-col__L {
  width: calc((100% - 80px)/2);
}

@media screen and (max-width: 1025px) {
  main[data-page="about"] .yl-about-col__L {
    width: 100%;
    margin-top: 40px;
  }
}

main[data-page="about"] .yl-about-col__R {
  width: calc((100% - 80px)/2);
}

@media screen and (max-width: 1025px) {
  main[data-page="about"] .yl-about-col__R {
    width: 100%;
  }
}

.serviceTab {
  margin-top: 80px;
}

@media screen and (max-width: 1025px) {
  .serviceTab {
    margin-top: 60px;
  }
}

.serviceTabCol {
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1025px) {
  .serviceTabCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 15px;
  }
}

.serviceTabCol-L {
  width: calc(100% - 430px - 70px);
}

@media screen and (max-width: 1025px) {
  .serviceTabCol-L {
    width: 100%;
    margin-top: 30px;
  }
}

.serviceTabCol-L__con {
  margin-top: 30px;
}

@media screen and (max-width: 1025px) {
  .serviceTabCol-L__con {
    margin-top: 20px;
  }
}

.serviceTabCol-L__con .list-style--dot {
  margin-top: 20px;
}

@media screen and (max-width: 1025px) {
  .serviceTabCol-L__con .list-style--dot {
    margin-top: 10px;
  }
}

.serviceTabCol-L__con p {
  margin-top: 20px;
  line-height: 1.8;
  letter-spacing: 1px;
}

.serviceTabCol-R {
  border-radius: 8px;
  width: 430px;
  height: 290px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1025px) {
  .serviceTabCol-R {
    width: 100%;
    height: 225px;
  }
}

.serviceTabCol-R img {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 1025px) {
  .serviceTabCol-R img {
    height: auto;
  }
}

.serviceBanner {
  margin-top: 80px;
}

@media screen and (max-width: 1025px) {
  .serviceBanner {
    margin-top: 60px;
  }
}

.serviceBanner__ban {
  margin-top: 30px;
}

.serviceBanner__ban img {
  width: 100%;
}

.serviceBanner__con {
  margin-top: 40px;
}

.serviceBanner__con .conArea {
  margin-top: 20px;
}

.serviceBanner__con .conArea p {
  line-height: 1.8;
  letter-spacing: 1px;
}

.serviceCol {
  margin-top: 80px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1025px) {
  .serviceCol {
    margin-top: 60px;
  }
}

.serviceCol__col {
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.serviceCol__col .col {
  width: calc((100% - 60px)/3);
  margin-top: 20px;
}

.serviceCol__col .col:nth-child(1), .serviceCol__col .col:nth-child(2), .serviceCol__col .col:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 1025px) {
  .serviceCol__col .col {
    width: 100%;
  }
  .serviceCol__col .col + .col {
    margin-top: 40px;
  }
}

.serviceCol__col .col .imgArea {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 234px;
  border-radius: 8px;
}

.serviceCol__col .col .imgArea img {
  width: calc(100% + 12px);
  min-height: calc(100% + 12px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.serviceCol__col .col .conArea {
  margin-top: 24px;
}

.serviceCol__col .col .conArea p {
  margin-top: 15px;
  line-height: 1.8;
  letter-spacing: 1px;
}

.serviceCol__con {
  margin-top: 60px;
}

.serviceCol__con--bg {
  position: relative;
  z-index: 1;
}

.serviceCol__con--bg .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.serviceCol__con--bg .con {
  padding: 60px 24px;
  text-align: center;
}

.serviceCol__con--bg .con .conArea {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .serviceCol__con--bg .con .conArea {
    margin-top: 30px;
  }
}

.serviceCol__con--bg .con p + p {
  margin-top: 20px;
}

.serviceCol__con .conArea {
  margin-top: 22px;
}

.serviceCol__con .conArea p {
  line-height: 1.8;
  letter-spacing: 1px;
}

.serviceCol__con .imgArea {
  margin-top: 22px;
}

.serviceCol__con .text--point {
  margin-top: 30px;
}

@media screen and (max-width: 1025px) {
  .serviceCol__con .text--point {
    margin-top: 20px;
  }
}

.serviceCol__con img {
  width: 100%;
}

.serviceCol__con .logoWrapper {
  width: 250px;
}

@media screen and (max-width: 750px) {
  .serviceCol__con .logoWrapper {
    width: 100%;
  }
}

.serviceCol__con .logoWrapper .logoArea {
  border: 1px #E0E0E0 solid;
  padding: 30px;
  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;
}

.serviceCol__con .logoWrapper .logoArea img {
  max-width: 100%;
  max-height: 60px;
  width: auto;
}

.serviceCol__con .logoWrapper .text--center {
  text-align: center;
  margin-top: 10px;
}

.serviceCol__text {
  margin-top: 30px;
}

.serviceCol__text .text--bold {
  text-align: center;
  font-size: 22px;
  line-height: 2;
}

.serviceCol__text .text--bg {
  padding: 35px 25px;
  line-height: 1.8;
  background: #F2F2F2;
}

@media screen and (max-width: 1025px) {
  .serviceCol__text {
    font-size: 18px;
  }
}

@media screen and (max-width: 1025px) {
  .serviceCol .col__1 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .serviceCol .col__1 img {
    width: 120px;
    margin: auto;
  }
}

.serviceReady {
  padding: 100px 10px;
}

@media screen and (max-width: 1025px) {
  .serviceReady {
    padding: 50px 10px;
  }
}

.font-size--B {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.fontM {
  font-size: 25px;
  display: block;
  line-height: 1;
  color: #1A2A8C;
}

@media screen and (max-width: 1025px) {
  .fontM {
    font-size: 22px;
  }
}

.fontG {
  display: block;
  color: #38C298;
  line-height: 1;
  margin-top: 8px;
  margin-top: 16px;
  font-size: 30px;
}

@media screen and (max-width: 1025px) {
  .fontG {
    font-size: 20px;
    margin-top: 12px;
  }
}

.fontS {
  font-size: 21px;
  display: block;
  line-height: 1.5;
  margin-top: 13px;
}

@media screen and (max-width: 1025px) {
  .fontS {
    font-size: 19px;
    margin-top: 11px;
  }
}

.fontR {
  color: #dd7a7d;
}

.fontBlue {
  color: #409EFF;
}

.border-box {
  padding: 30px 0;
  border: 1px solid #F2F2F2;
  border-width: 1px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.yl-serviceWrapper {
  background: #fff;
}

.yl-serviceBlock {
  background: #fff;
}

.leadCon {
  padding-top: 60px;
  margin-top: 10px;
}

.leadCon__title {
  text-align: center;
}

.leadCon__con {
  margin-top: 25px;
  line-height: 2;
  letter-spacing: 1px;
}

.shadowBox {
  -webkit-box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.numTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px 20px;
}

.numTitle span {
  display: block;
  line-height: 1;
  font-weight: bold;
  color: #E96255;
}

.numTitle .fontB {
  font-size: 44px;
  line-height: 0.9;
}

.numTitle .fontS {
  font-size: 16px;
}

.service .tabItemConArea.is-cms {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1200px) {
  .service .tabItemConArea.is-cms {
    max-width: calc(100% - 15px * 2);
  }
}

.service h2:not(.title02--2), .serviceTab h2:not(.title02--2), .serviceBanner h2:not(.title02--2), .serviceCol h2:not(.title02--2), .serviceTabCol h2:not(.title02--2) {
  background: #F6F6F6;
  text-align: center;
  font-size: 26px;
  padding: 16px 0;
}

.service h3, .serviceTab h3, .serviceBanner h3, .serviceCol h3, .serviceTabCol h3 {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.5;
}

.service h4, .serviceTab h4, .serviceBanner h4, .serviceCol h4, .serviceTabCol h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.serviceBanner ul > li, .serviceCol ul > li, .serviceTabCol ul > li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.5;
}

.serviceBanner ul > li::before, .serviceCol ul > li::before, .serviceTabCol ul > li::before {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #F6F6F6;
  border-radius: 100%;
  left: 0;
  top: 8px;
  border: 2px solid #22AFED;
}

.serviceBanner ul > li + li, .serviceCol ul > li + li, .serviceTabCol ul > li + li {
  margin-top: 5px;
}

.yl-terms {
  padding: 60px 0 130px;
}

@media screen and (max-width: 1025px) {
  .yl-terms {
    padding: 20px 0 40px;
  }
}

.yl-terms__wrapper {
  background: #fff;
  padding: 40px 30px;
}

.yl-terms__wrapper p {
  line-height: 2;
  margin: 20px 0 0;
}

@media screen and (max-width: 1025px) {
  .yl-terms__wrapper p {
    font-size: 14px;
  }
}

.yl-terms__wrapper ul ul {
  margin-top: 12px;
}

.yl-terms__contentItem + .yl-terms__contentItem {
  margin-top: 55px;
}

.yl-terms__contentItem .conArea {
  margin-top: 32px;
}

.yl-terms__contentItem .textArea {
  margin-top: 16px;
}

.yl-terms__contentItem .textArea .list-style--num {
  margin-top: 16px;
}
