@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*――――――――――――――――――――――――――――――――――――――――――――
/* font
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* vw
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* line-height
――――――――――――――――――――――――――――――――――――――――――――――*/
/**********************************************************

ブレイクポイント

***********************************************************/
@font-face {}
/*――――――――――――――――――――――――――――――――――――――――――――
/* pc sp 出し分けのためのcss
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* html,body
――――――――――――――――――――――――――――――――――――――――――――――*/
* {
  min-height: 0;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 72px;
}
html.js-noscroll {
  overflow: hidden;
  scroll-behavior: auto;
}
body {
  min-height: 100svh;
  color: #2E312E;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 300;
  line-height: 1.75;
  background-color: #FCFCFF;
  position: relative;
  overflow-x: clip;
}
body.is-active {
  overflow: hidden;
}
body.js-noscroll {
  overflow: hidden;
  height: 100%;
  touch-action: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}

.l-bodyWrap {
  padding-top: 72px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .l-bodyWrap {
    padding-top: 60px;
  }
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* デフォルトの設定
――――――――――――――――――――――――――――――――――――――――――――――*/
img {
  display: block;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  image-orientation: from-image;
  pointer-events: none;
}

svg {
  display: block;
}

a {
  transition: 0.3s;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}
a.c-imgScale .c-img {
  transition: 0.5s;
}
a.c-imgScale:hover {
  opacity: 1;
}
a.c-imgScale:hover .c-img {
  transform: scale(1.1);
}
a circle,
a path,
a line,
a rect {
  transition: 0.3s;
}
a::before, a::after {
  transition: 0.3s;
}

input,
textarea {
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}

.font-accent {
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
}

.relative {
  position: relative;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 共通のレイアウト
――――――――――――――――――――――――――――――――――――――――――――――*/
/*** section ***/
.l-section {
  padding: 75px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 75px;
  position: relative;
  overflow-x: clip;
}

.l-inner {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.l-inner.--s {
  max-width: 1040px;
}
.l-inner.--ss {
  max-width: 920px;
}

@media screen and (max-width: 768px) {
  .l-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 余白調整
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-pd {
  padding-right: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
  padding-left: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.l-pd-left {
  padding-left: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.l-pd-right {
  padding-right: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.l-pd0-left {
  margin-left: clamp(-60px, -30px + -30 * (100vw - 768px) / (1280 - 768), -30px);
}

.l-pd0-right {
  margin-right: clamp(-60px, -30px + -30 * (100vw - 768px) / (1280 - 768), -30px);
}

@media screen and (max-width: 768px) {
  .l-pd {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-pd-left {
    padding-left: 20px;
  }
  .l-pd-right {
    padding-right: 20px;
  }
  .l-pd0-left {
    margin-left: -20px;
  }
  .l-pd0-right {
    margin-right: -20px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 文字位置調整
――――――――――――――――――――――――――――――――――――――――――――――*/
.text-center {
  text-align: center !important;
}

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

/*――――――――――――――――――――――――――――――――――――――――――――
/* font
――――――――――――――――――――――――――――――――――――――――――――――*/
.f-bold {
  font-weight: 600px;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* margin
――――――――――――――――――――――――――――――――――――――――――――――*/
.mt-0 {
  margin-top: 0 !important;
}

.c-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #2E312E;
  max-width: 330px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 21px 48px 21px 30px;
  background-color: transparent;
  border: 2px solid #2E312E;
  border-radius: 5px;
  transition: 0.3s;
}
.c-btn.c-btn--second {
  font-size: 22px;
  max-width: 462px;
  padding: 30px 60px 30px 40px;
}
.c-btn.c-btn--second:hover {
  color: #2E312E;
  background-color: #fff;
  opacity: 1;
}
.c-btn.c-btn--second.--ver2 {
  padding: 30px 90px 30px 90px;
}
.c-btn.c-btn--second.--ver4 {
  padding: 30px 63px 30px 30px;
}
.c-btn.c-btn--second.--contactBtn {
  margin-top: 29px;
  font-size: 16px;
  line-height: 1.6875;
  padding: 13px 50px 13px 52px;
  max-width: 318px;
}
.c-btn.c-btn--second.--contactBtn.--ext::before {
  right: 27px;
  width: 16px;
  height: 20px;
}
.c-btn.-yellow {
  background-color: #FFCF2E;
  border: 2px solid #FFCF2E;
}
.c-btn.column3ListItemBtn {
  font-size: 16px;
  max-width: 100%;
  padding: 18px 50px 18px 50px;
}
.c-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
  width: 15px;
  height: 11px;
  background-color: #2E312E;
  mask-image: url(../img/common/ico_btn_arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_btn_arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
}
.c-btn.-reverse {
  padding: 21px 48px;
}
.c-btn.-reverse::before {
  right: auto;
  left: 22px;
  transform: scaleX(-1);
}
.c-btn.-arrow-l {
  padding: 30px 55px 30px 55px;
}
.c-btn.-arrow-l:hover::before {
  background-color: #2E312E;
}
.c-btn.-arrow-l::before {
  right: 29px;
  width: 21.5px;
  height: 16.5px;
  mask-image: url(../img/common/ico_btn_arrow-l.svg);
  -webkit-mask-image: url(../img/common/ico_btn_arrow-l.svg);
}
.c-btn:hover {
  color: #FFFFFF;
  background-color: #2E312E;
  opacity: 1;
}
.c-btn:hover::before {
  background-color: #FFFFFF;
}
.c-btn.--headerBtn {
  width: 200px;
  padding: 12px 32px 12px 27px;
}
.c-btn.--headerBtn::before {
  right: 14px;
}
.c-btn.--headerBtn.--ext::before {
  right: 17px;
  width: 15px;
  height: 15px;
}
.c-btn.--reserve {
  color: #2E312E;
  background-color: #FFCF2E;
  border: 2px solid #FFCF2E;
}
.c-btn.--reserve:hover {
  background-color: #FFFFFF;
}
.c-btn.--reserve:hover::before {
  background-color: #2E312E;
}
.c-btn.--ext::before {
  right: 32px;
  width: 21px;
  height: 21px;
  background-color: #2E312E;
  mask-image: url(../img/common/ico_link_ext.svg);
  -webkit-mask-image: url(../img/common/ico_link_ext.svg);
}
.c-btn.--ext.--ver2::before {
  right: 58px;
}
.c-btn.--ext.--ver2-2::before {
  right: 37px;
}
.c-btn.--ext.--ver3::before {
  right: 27px;
  width: 16px;
  height: 16px;
  mask-image: url(../img/common/ico_link_ext-bold.svg);
  -webkit-mask-image: url(../img/common/ico_link_ext-bold.svg);
}
.c-btn.--ext.--ver4::before {
  right: 25px;
}
.c-btn.--green {
  color: #FFFFFF;
  background-color: #00BE00;
  border: 2px solid #00BE00;
}
.c-btn.--green::before {
  background-color: #FFFFFF;
}
.c-btn.--green:hover {
  color: #00BE00;
  background-color: #FFFFFF;
}
.c-btn.--green:hover::before {
  background-color: #00BE00;
}

@media screen and (max-width: 768px) {
  .c-btn {
    margin: 0 auto;
  }
  .c-btn.--headerBtn {
    width: 100%;
    padding: 17px 32px 17px 27px;
  }
  .c-btn.--headerBtn + .c-btn.--headerBtn {
    margin-top: 15px;
  }
  .c-btn.c-btn--second {
    font-size: 16px;
    padding: 20px 40px 20px 30px;
    max-width: 330px;
  }
  .c-btn.c-btn--second.--ver2 {
    padding: 20px 40px 20px 40px;
  }
  .c-btn.c-btn--second.--ver2::before {
    right: 12px;
  }
  .c-btn.c-btn--second.--ver4 {
    padding: 20px 30px 20px 20px;
  }
  .c-btn.c-btn--second.--ver4::before {
    right: 12px;
  }
  .c-btn.--ext::before {
    right: 12px;
    width: 15px;
    height: 15px;
  }
  .c-btn.column3ListItemBtn {
    font-size: 16px;
    padding: 20px 55px 20px 40px;
  }
  .c-btn.-arrow-l::before {
    right: 12px;
    width: 19.5px;
    height: 14.5px;
  }
}
.c-secTtl {
  position: relative;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
}
.c-secTtl.--lf {
  text-align: left;
  margin-left: 0;
}
.c-secTtl.--lf .c-secTtl--en {
  left: clamp(-60px, 0px + -60 * (100vw - 768px) / (1280 - 768), 0px);
  transform: translateX(0);
}
.c-secTtl.--lf .c-secTtl--ja {
  font-size: clamp(28px, 28px + 8 * (100vw - 768px) / 512, 36px);
}
.c-secTtl.--lf .c-secTtl--ja.c-secTtl--ja-s {
  font-size: clamp(24px, 24px + 4 * (100vw - 768px) / 512, 28px);
  line-height: 1.625;
}
.c-secTtl.--s .c-secTtl--ja {
  font-size: clamp(28px, 28px + 4 * (100vw - 768px) / 512, 32px);
}

.c-secTtl--en {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-size: clamp(59px, 59px + 17 * (100vw - 768px) / 512, 76px);
  line-height: 1;
  color: #03AFEB;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  opacity: 0.1;
}
.c-secTtl--en.c-secTtl--en-l {
  font-size: clamp(78px, 78px + 12 * (100vw - 768px) / 512, 90px);
  line-height: 1.5222222222;
}

.c-secTtl--ja {
  display: block;
  font-size: clamp(28px, 28px + 12 * (100vw - 768px) / 512, 40px);
  line-height: 1.5;
  color: #043186;
}

@media screen and (max-width: 768px) {
  .c-secTtl.--lf {
    text-align: left;
    margin-left: 0;
  }
  .c-secTtl.--lf .c-secTtl--en {
    left: 0;
  }
  .c-secTtl.--lf .c-secTtl--ja {
    font-size: 24px;
  }
  .c-secTtl.--lf .c-secTtl--ja.c-secTtl--ja-s {
    font-size: 22px;
  }
  .c-secTtl.--s .c-secTtl--ja {
    font-size: 24px;
  }
  .c-secTtl--en {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font-size: 46px;
    line-height: 1;
    color: #03AFEB;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    opacity: 0.1;
  }
  .c-secTtl--ja {
    font-size: 24px;
  }
}
.c-contTtl {
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
}
.c-contTtl.--lf {
  text-align: left;
  margin-left: 0;
}
.c-contTtl.--lf .c-contTtl--en {
  padding: 0 0 0 40px;
  margin-left: 0;
}
.c-contTtl.--lf .c-contTtl--en::before {
  top: auto;
  bottom: 40%;
  left: 0;
  right: auto;
  margin: 0;
  width: 30px;
  height: 1.5px;
}
.c-contTtl.--lf .c-contTtl--ja {
  margin-top: 3px;
}
.c-contTtl.--notEn {
  margin-top: 132px;
}

.c-contTtl--en {
  position: relative;
  display: block;
  font-size: clamp(24px, 24px + 2 * (100vw - 768px) / 512, 26px);
  line-height: 1.27;
  color: #043186;
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px 0 0;
  margin: auto;
}
.c-contTtl--en::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1.5px;
  height: 35px;
  margin: auto;
  background-color: #45C6D7;
  content: "";
}

.c-contTtl--ja {
  display: block;
  font-size: clamp(32px, 32px + 10 * (100vw - 768px) / 512, 42px);
  line-height: 1.428;
  color: #234F65;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .c-contTtl.--lf .c-contTtl--en {
    padding: 0 0 0 31px;
  }
  .c-contTtl.--lf .c-contTtl--en::before {
    width: 21px;
    height: 1px;
  }
  .c-contTtl.--lf .c-contTtl--ja {
    margin-top: 3px;
  }
  .c-contTtl.--notEn {
    margin-top: 100px;
  }
  .c-contTtl--en {
    padding: 31px 0 0;
  }
  .c-contTtl--en::before {
    width: 1px;
    height: 21px;
  }
  .c-contTtl--ja {
    font-size: 28px;
  }
}
.c-secTtl__h3 {
  position: relative;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: auto;
  font-size: clamp(26px, 26px + 6 * (100vw - 768px) / 512, 32px);
  line-height: 1.3125;
  color: #043186;
}

@media screen and (max-width: 768px) {
  .c-secTtl__h3 {
    font-size: 24px;
  }
}
.c-secTtl__h4 {
  font-size: clamp(24px, 24px + 4 * (100vw - 768px) / 512, 28px);
  line-height: 1.5;
  color: #043186;
  position: relative;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  max-width: 100%;
  text-align: center;
  margin: auto;
  padding-top: 8px;
  padding-bottom: 7px;
  border-top: 1px solid #043186;
  border-bottom: 1px solid #043186;
}

@media screen and (max-width: 768px) {
  .c-secTtl__h4 {
    font-size: 22px;
  }
}
.c-linkTxt {
  position: relative;
  display: inline-block;
  padding-left: 14px;
}
.c-linkTxt::before {
  display: block;
  position: absolute;
  top: 7px;
  left: -2px;
  width: 10px;
  height: 6px;
  margin: auto;
  background: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  transform: rotate(-90deg);
  content: "";
}

.c-dotTxt {
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 1.66;
  padding-left: 11px;
}
.c-dotTxt::before {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  background-color: #45C6D7;
  border-radius: 50%;
  content: "";
}
.c-dotTxt + .c-dotTxt {
  margin-top: 6px;
}
.c-dotTxt .c-linkTxt {
  text-decoration: underline;
  text-underline-offset: 0;
}
.c-dotTxt .c-linkTxt:hover {
  text-decoration: none;
}

.c-checkTxt {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 1.875;
  padding-left: 20px;
}
.c-checkTxt::before {
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 16px;
  height: 11px;
  margin: auto;
  content: "";
  background: url(../img/common/ico_check.svg);
}
.c-checkTxt.-black::before {
  background: url(../img/common/ico_check-black.svg);
}
.c-checkTxt.--no-check {
  padding-left: 0;
}
.c-checkTxt.--no-check::before {
  display: none;
}

.c-textBox {
  margin-top: 45px;
}

.c-text {
  line-height: 2;
}

.c-text--l {
  font-size: 18px;
  line-height: 1.7777777778;
}

.c-text--l + .c-text--l {
  margin-top: 22px;
}

@media screen and (max-width: 768px) {
  .c-textBox {
    margin-top: 35px;
  }
  .c-text,
  .c-text--l {
    font-size: 16px;
    line-height: 1.6;
  }
  .c-checkTxt {
    font-size: 15px;
    line-height: 1.6;
  }
}
.title-point {
  display: inline-block;
  font-size: clamp(16px, 16px + 4 * (100vw - 768px) / 512, 20px);
  line-height: 1.7;
  font-weight: 600;
  color: #03AFEB;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 35px;
}
.title-point::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 18px;
  height: 29px;
  margin: auto;
  background: url(../img/common/ico_slash-l.svg) center center/contain no-repeat;
}
.title-point::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  right: 0;
  width: 18px;
  height: 29px;
  margin: auto;
  background: url(../img/common/ico_slash-r.svg) center center/contain no-repeat;
}

@media screen and (max-width: 768px) {
  .title-point {
    font-size: 14px;
    top: -37px;
    padding: 0 20px;
  }
  .title-point::before, .title-point::after {
    bottom: 0;
    width: 12px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topKvArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topKvArea {
  position: relative;
  padding: 0 clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.kvInner {
  position: relative;
}

.topKvImgList {
  margin-bottom: 0 !important;
  border-radius: 10px;
  overflow: hidden;
}
.topKvImgList.slick-initialized {
  visibility: visible;
}
.topKvImgList .slick-dots {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0 5px;
  position: absolute;
  bottom: 21px;
  right: 23px;
  z-index: 10;
}
.topKvImgList .slick-dots li {
  width: 7px;
  height: 7px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  transition: 0.3s;
  margin: 0;
}
.topKvImgList .slick-dots li.slick-active {
  background-color: #FFFFFF;
}

.topKvImg {
  width: 100%;
  height: 100%;
}

.add-animation.slick-slide {
  animation: zoomUp 6s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.topKvTxt__main {
  position: absolute;
  top: 23.3%;
  left: 0;
  right: 0;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  font-size: clamp(32px, 32px + 10 * (100vw - 768px) / 512, 42px);
  writing-mode: vertical-rl;
  letter-spacing: 5px;
  line-height: 2.15;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.topKvTxt__sub {
  position: absolute;
  bottom: 11.5125%;
  left: 0;
  right: 0;
  font-size: clamp(16px, 16px + 2 * (100vw - 768px) / 512, 18px);
  font-weight: 600;
  line-height: 1.89;
  letter-spacing: 2.7px;
  text-align: center;
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .topKvArea {
    position: relative;
    padding: 0 20px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* c-pageHead
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-kv {
  padding: 0 clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}

.c-pageHead {
  position: relative;
  width: 100%;
  min-height: 340px;
}

.c-pageHead__imgBox {
  width: 100%;
  height: 100%;
  min-height: 340px;
  border-radius: 10px;
  overflow: hidden;
}
.c-pageHead__imgBox::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(4, 49, 134, 0.7);
  content: "";
  border-radius: 10px;
}

.c-pageHead__img {
  width: 100%;
  height: auto;
  min-height: 340px;
}

.c-pageTtl {
  position: absolute;
  top: 47.9%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  z-index: 1;
}

.c-pageTtl__mainTxt {
  position: relative;
  font-size: clamp(35px, 35px + 7 * (100vw - 768px) / 512, 42px);
  line-height: 1.0714285714;
  text-align: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 0px rgba(47, 57, 62, 0.25);
}

.c-pageTtl__mainTxt-sub {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  font-size: clamp(53px, 53px + 7 * (100vw - 768px) / 512, 60px);
  line-height: 1;
  color: #FCFCFF;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  opacity: 0.25;
}

@media screen and (max-width: 768px) {
  .l-kv {
    padding-left: 20px;
    padding-right: 20px;
  }
  .c-pageHead {
    min-height: auto;
  }
  .c-pageHead__imgBox {
    min-height: auto;
  }
  .c-pageHead__img {
    min-height: auto;
  }
  .c-pageTtl {
    top: calc(50% + 2px);
    transform: translateY(-50%);
    max-width: calc(100% - 40px);
  }
  .c-pageTtl__mainTxt {
    font-size: clamp(16px, 7.4666666667vw, 28px);
    line-height: 1.34;
  }
  .c-pageTtl__mainTxt-sub {
    font-size: clamp(30px, 10.6666666667vw, 40px);
    text-align: center;
    line-height: 1;
    top: -22px;
    width: 100%;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* c-lowerLeadArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.c-lowerLeadArea {
  position: relative;
  padding-top: 111px;
  padding-bottom: 160px;
}
.c-lowerLeadArea::after {
  display: block;
  position: absolute;
  bottom: -2.65625vw;
  left: 0;
  width: 100%;
  height: 2.734375vw;
  margin: auto;
  background: url(../img/common/bg_wave02.png) no-repeat bottom left/100%;
  content: "";
  z-index: 1;
}

.c-lowerLeadTtl {
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  font-size: clamp(32px, 32px + 10 * (100vw - 768px) / 512, 42px);
  line-height: 1.428;
  text-align: center;
  color: #234F65;
}

.c-lowerLeadTtl-sub {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: clamp(18px, 18px + 7 * (100vw - 768px) / 512, 25px);
  font-weight: 300;
  line-height: 1.44;
  border-top: 1.5px solid #234F65;
  border-bottom: 1.5px solid #234F65;
  max-width: 224px;
  margin: -18px auto 23px;
  padding: 3px 0;
}

.c-lowerLeadTxt {
  font-size: 18px;
  line-height: 2;
  margin-top: 60px;
}

.c-lowerLeadPointList {
  margin-top: 90px;
}

.c-lowerLeadPointListItem {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px);
}
.c-lowerLeadPointListItem + .c-lowerLeadPointListItem {
  margin-top: 51px;
}
.c-lowerLeadPointListItem:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.c-lowerLeadPointListItem:nth-of-type(2n) .c-lowerLeadPointListItem__contBox {
  position: absolute;
  left: 0;
  right: auto;
}

.c-lowerLeadPointListItem__imgBox {
  flex: 1 1 500px;
  max-width: 500px;
}

.c-lowerLeadPointListItem__img {
  width: 100%;
  height: auto;
}

.c-lowerLeadPointListItem__contBox {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}

.c-lowerLeadPointListItem__point {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 2.1px;
  text-shadow: 1px 1px 0px rgb(255, 255, 255);
  color: #45C6D7;
  padding-bottom: 3px;
  border-bottom: 1px solid #45C6D7;
}
.c-lowerLeadPointListItem__point small {
  font-size: 21px;
}

.c-lowerLeadPointListItem__ttl {
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  font-size: clamp(30px, 30px + 4 * (100vw - 768px) / 512, 34px);
  line-height: 1.338;
  text-shadow: 2px 2px 0px rgb(255, 255, 255);
  margin-top: 17px;
}

.c-lowerLeadPointListItem__txt {
  text-shadow: 1px 1px 0px rgb(255, 255, 255);
  max-width: 500px;
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .c-lowerLeadArea {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .c-lowerLeadTtl {
    font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
    font-size: 28px;
    line-height: 1.428;
    text-align: center;
    color: #234F65;
  }
  .c-lowerLeadTtl-sub {
    max-width: 170px;
  }
  .c-lowerLeadTxt {
    font-size: 16px;
    margin-top: 40px;
  }
  .c-lowerLeadPointList {
    margin-top: 70px;
  }
  .c-lowerLeadPointListItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px 0;
  }
  .c-lowerLeadPointListItem + .c-lowerLeadPointListItem {
    margin-top: 60px;
  }
  .c-lowerLeadPointListItem:nth-of-type(2n) {
    flex-direction: column;
  }
  .c-lowerLeadPointListItem:nth-of-type(2n) .c-lowerLeadPointListItem__contBox {
    position: static;
  }
  .c-lowerLeadPointListItem__imgBox {
    flex: 1 1 100%;
    max-width: 500px;
  }
  .c-lowerLeadPointListItem__contBox {
    position: static;
  }
  .c-lowerLeadPointListItem__point {
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2.1px;
    text-shadow: 1px 1px 0px rgb(255, 255, 255);
    color: #45C6D7;
    padding-bottom: 3px;
    border-bottom: 1px solid #45C6D7;
  }
  .c-lowerLeadPointListItem__point small {
    font-size: 19px;
  }
  .c-lowerLeadPointListItem__ttl {
    font-size: 24px;
  }
  .c-lowerLeadPointListItem__txt {
    margin-top: 20px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* c-lowerAboutArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.c-lowerAboutArea {
  position: relative;
  padding-top: 145px;
  padding-bottom: 145px;
}
.c-lowerAboutArea::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(226, 255, 249, 0.85);
  content: "";
  z-index: 0;
}
.c-lowerAboutArea::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.734375vw;
  margin: auto;
  background: url(../img/common/bg_wave03.png) no-repeat bottom left/100%;
  content: "";
  z-index: 0;
}
.c-lowerAboutArea .l-inner {
  position: relative;
}

.c-lowerAboutTxt:first-of-type {
  margin-top: 40px;
}

.c-lowerAboutTxt + .c-lowerAboutTxt {
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .c-lowerAboutArea {
    padding-top: 100px;
    padding-bottom: 350px;
  }
  .c-lowerAboutTxt:first-of-type {
    margin-top: 40px;
  }
  .c-lowerAboutTxt + .c-lowerAboutTxt {
    margin-top: 13px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  /* width: 20px;
  height: 20px;
  padding: 5px; */
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* header
――――――――――――――――――――――――――――――――――――――――――――――*/
.header {
  position: relative;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 33px;
  background-color: #FFFFFF;
  z-index: 101;
}
.header.js-open {
  position: fixed;
  z-index: 101;
  transition: 0.5s;
}

.headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 15px;
}

.headerLogo {
  position: relative;
  max-width: 300px;
  width: clamp(225px, 225px + 75 * (100vw - 768px) / 512, 300px);
  z-index: 101;
}

.headerLogo__link {
  display: block;
}

.headerLogo__img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .headerLogo {
    transition: 0.5s;
  }
}
.headerBtnWrap {
  display: flex;
  align-items: flex-start;
  gap: 0 clamp(10px, 10px + 10 * (100vw - 768px) / 512, 20px);
}

.headerTelBox {
  position: relative;
  font-weight: 600;
  padding-left: clamp(27px, 27px + 10 * (100vw - 768px) / 512, 37px);
}
.headerTelBox::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: clamp(20px, 20px + 10 * (100vw - 768px) / 512, 30px);
  height: clamp(26px, 26px + 13 * (100vw - 768px) / 512, 39px);
  margin: auto;
  background: url(../img/common/ico_tel.svg) no-repeat center/contain;
  content: "";
}

@media screen and (max-width: 768px) {
  .headerTelBox {
    display: none;
  }
}
.headerTel__opening {
  display: block;
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 1;
}
.headerTel__opening span {
  display: inline-block;
}

.headerTel__num {
  display: block;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  font-size: clamp(18px, 18px + 7 * (100vw - 768px) / 512, 25px);
  letter-spacing: 1.1px;
  line-height: 1;
  margin-top: 7px;
}

.headerNav {
  width: -moz-fit-content;
  width: fit-content;
  margin: 22px auto 0;
}

.headerNavList {
  display: flex;
  gap: 0 clamp(28px, 28px + 10 * (100vw - 768px) / 512, 38px);
}

.headerNavListItem {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
.headerNavListItem + .headerNavListItem::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: clamp(-19px, -14px + -5 * (100vw - 768px) / (1280 - 768), -14px);
  width: 1px;
  height: 20px;
  margin: auto;
  background-color: #BFCACE;
  transform: rotate(25deg);
  content: "";
}

.headerNavListItem__link {
  position: relative;
  display: block;
  cursor: pointer;
}
.headerNavListItem__link.has-subMenu::after {
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 10px;
  height: 6px;
  margin: auto;
  background: url(../img/common/ico_arrow.svg) no-repeat center/contain;
  content: "";
}

.headerNavListSubBox {
  position: absolute;
  left: -10px;
  display: none;
  width: -moz-max-content;
  width: max-content;
  padding-top: 20px;
  pointer-events: none;
  z-index: 1;
}
.headerNavListSubBox.js-active {
  display: block;
  pointer-events: auto;
}

.headerNavListSub {
  padding: 22px 27.5px;
  border-radius: 5px;
  background-color: rgba(244, 244, 245, 0.8);
}

.headerNavListSubItem {
  font-size: 15px;
  line-height: 1.34;
}
.headerNavListSubItem + .headerNavListSubItem {
  margin-top: 8px;
}

/*** sp時 メニューボタン ***/
.spMenuBtn {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: #03AFEB;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s;
  z-index: 101;
}
.spMenuBtn span {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #FFFFFF;
  transition: 0.5s;
}
.spMenuBtn span:nth-of-type(1) {
  top: 33%;
}
.spMenuBtn span:nth-of-type(2) {
  top: 46%;
}
.spMenuBtn span:nth-of-type(3) {
  top: 59%;
}
.spMenuBtn.js-open span {
  transition: 0.5s;
}
.spMenuBtn.js-open span:nth-of-type(1) {
  top: 48%;
  transform: rotate(45deg);
}
.spMenuBtn.js-open span:nth-of-type(2) {
  display: none;
}
.spMenuBtn.js-open span:nth-of-type(3) {
  top: 44%;
  transform: rotate(-45deg);
}

/*** sp時 メニュー ***/
.spMenu {
  position: fixed;
  top: 0;
  left: 0;
  padding: 130px 20px 40px;
  width: 100vw;
  height: 0;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  pointer-events: none;
  z-index: 100;
}
.spMenu.js-active {
  height: 100dvh;
  background-color: #FFFFFF;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  pointer-events: auto;
  z-index: 100;
}
.spMenu.js-active .spNavWrap {
  display: flex;
}

.spNavWrap {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px 0;
  height: 100%;
  overflow-y: scroll;
  overflow-x: visible;
}

.spNav {
  flex-shrink: 0;
}

.spNavListItem {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E2E8EF;
}

.spNavListItem__link {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 17px;
  font-weight: 600;
  padding-right: 20px;
}
.spNavListItem__link.has-subMenu::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 15px;
  margin: auto;
  background: url(../img/common/ico_link_arrow.svg) no-repeat center/contain;
  content: "";
  transform: rotate(90deg);
  transition: 0.3s;
}
.spNavListItem__link.has-subMenu.js-active::before {
  transform: rotate(270deg);
  transition: 0.3s;
}

.spNavListSub {
  margin-top: 10px;
}

.spNavListSubItem + .spNavListSubItem {
  margin-top: 5px;
}

.spNavListSubItem__link {
  font-size: 14px;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* footer
――――――――――――――――――――――――――――――――――――――――――――――*/
/*** footerContactArea ***/
.footerContactArea {
  padding-top: 96px;
  padding-bottom: 95px;
  background-color: #F4F4F5;
}

.footerContactInner {
  display: flex;
  justify-content: space-between;
  gap: 0 clamp(40px, 40px + 40 * (100vw - 768px) / 512, 80px);
}

.footerContact__contBox {
  flex: 1 1 420px;
  max-width: 420px;
  margin-top: 26px;
}

.footerContact__ttl .c-secTtl--en {
  left: 0 !important;
}

.footerContact__txt {
  font-size: 18px;
  line-height: 1.61;
  margin-top: 43px;
}

.footerContact__btnBox {
  position: relative;
  flex: 1 1 540px;
  max-width: 540px;
  z-index: 1;
}

.footerContact__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 17px 15px 12px;
  background-color: #FFFFFF;
  border-radius: 5px;
}

.footerContact__contactBox {
  position: relative;
  display: flex;
  flex-direction: row;
}

.footerContact__lineBox {
  padding-right: 15px;
}

.footerContact__lineBtn {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  max-width: 100%;
  width: 175px;
  padding: 6.5px 16px 6.5px 10px;
  margin: clamp(5px, 5px + 7 * (100vw - 768px) / 512, 12px) auto 0;
}
.footerContact__lineBtn::before {
  right: clamp(20px, 20px + 12 * (100vw - 768px) / 512, 32px) !important;
  width: 12px !important;
  height: 12px !important;
}

.footerContact__lineBox,
.footerContact__telBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 50%;
}
.footerContact__lineBox .footerContact__btnTxt--sub,
.footerContact__telBox .footerContact__btnTxt--sub {
  font-size: clamp(13px, 13px + 2 * (100vw - 768px) / 512, 15px);
}

.footerContact__telBox {
  padding-left: 15px;
  border-left: 1px solid #B9B9B9;
}
.footerContact__telBox .footerContact__btnTxt--main {
  font-size: clamp(22px, 22px + 6 * (100vw - 768px) / 512, 28px);
  padding-left: clamp(21px, 21px + 5 * (100vw - 768px) / 512, 26px);
  margin: 0;
}
.footerContact__telBox .footerContact__btnTxt--main::before {
  left: 0;
  width: clamp(16px, 16px + 5 * (100vw - 768px) / 512, 21px);
  height: clamp(21px, 21px + 7 * (100vw - 768px) / 512, 28px);
}

.footerContact__btnTxt--sub {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.footerContact__btnTxt--main {
  position: relative;
  display: inline-block;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  font-size: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 34px;
  margin: -3px 11px 0 0;
}
.footerContact__btnTxt--main::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 24px;
  height: 31px;
  margin: auto;
  background: url(../img/common/ico_tel.svg) no-repeat center/contain;
  content: "";
}

.footerContact__opening {
  display: inline-block;
  position: absolute;
  top: -47px;
  right: clamp(-47px, -30px + -17 * (100vw - 768px) / (1280 - 768), -30px);
  width: clamp(80px, 80px + 14 * (100vw - 768px) / 512, 94px);
}

.footerContact__openingImg {
  width: 100%;
  height: auto;
}

.footerContact__reserveBox {
  margin-top: 25px;
  background-color: #FFCF2E;
}
.footerContact__reserveBox .footerContact__btnTxt--main::before {
  left: 0;
  width: 27px;
  height: 29px;
  background: url(../img/common/ico_reserve.svg) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .footerContactArea {
    padding-top: 100px;
    padding-bottom: 95px;
  }
  .footerContactInner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 40px 0;
  }
  .footerContact__contBox {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 26px;
  }
  .footerContact__ttl {
    text-align: center;
    margin: 0 auto !important;
  }
  .footerContact__ttl .c-secTtl--en {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .footerContact__txt {
    font-size: 16px;
    line-height: 1.6;
  }
  .footerContact__btnBox {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .footerContact__contactBox {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .footerContact__lineBox {
    padding-right: 0;
  }
  .footerContact__lineBtn {
    margin: 12px auto 0;
  }
  .footerContact__lineBtn::before {
    right: 32px;
  }
  .footerContact__lineBox,
  .footerContact__telBox {
    width: 100%;
  }
  .footerContact__lineBox .footerContact__btnTxt--sub,
  .footerContact__telBox .footerContact__btnTxt--sub {
    font-size: 15px;
  }
  .footerContact__telBox {
    padding: 20px 0 0;
    margin-top: 20px;
    border-top: 1px solid #B9B9B9;
    border-left: none;
  }
  .footerContact__telBox .footerContact__btnTxt--main {
    font-size: 28px;
    padding-left: 26px;
    margin-right: 15px;
  }
  .footerContact__telBox .footerContact__btnTxt--main::before {
    left: 0;
    width: 21px;
    height: 28px;
  }
  .footerContact__opening {
    top: 37%;
    right: -15px;
  }
}
/*** footerMainArea ***/
.footerMainArea {
  padding-top: 73px;
  padding-bottom: 19px;
  background-color: #FFFFFF;
}

.footerMainInner {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}

.footerMain__contBox {
  flex: 1 0 322px;
  max-width: 322px;
  margin-top: 7px;
}

.footerLogo {
  max-width: 318px;
  width: clamp(260px, 260px + 58 * (100vw - 768px) / 512, 318px);
}

.footerLogo__link {
  display: block;
}

.footerLogo__img {
  width: 100%;
  height: auto;
}

.footerInfoBox {
  margin-top: 31px;
}

.footerInfo__txt {
  font-size: 15px;
  line-height: 1.5;
}
.footerInfo__txt + .footerInfo__txt {
  margin-top: 12px;
}
.footerInfo__txt + .footerInfo__txt small {
  font-size: 10px;
  margin-right: 2px;
}

@media screen and (max-width: 768px) {
  .footerMainArea {
    padding-top: 73px;
    padding-bottom: 19px;
  }
  .footerMainInner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px 0;
  }
  .footerMain__contBox {
    flex: 1 0 100%;
    max-width: 322px;
    margin: 0 auto;
  }
  .footerLogo {
    margin: 0 auto;
  }
}
.footerNav {
  flex: 1 1 591px;
  max-width: 591px;
}

.footerNavList {
  display: flex;
  flex-wrap: wrap;
  gap: 42px clamp(20px, 20px + 25 * (100vw - 768px) / 512, 45px);
  margin-left: 11px;
}

.footerNavListItem {
  max-width: 238px;
  width: -moz-fit-content;
  width: fit-content;
}
.footerNavListItem:nth-of-type(3n+1) {
  width: 238px;
}
.footerNavListItem:nth-of-type(3n+2) {
  width: 132px;
}
.footerNavListItem:nth-of-type(3n) {
  width: 118px;
}

.footerNavListItem__cat {
  font-size: 13px;
  font-weight: 600;
  color: #B4B7B4;
}

.footerNavLinkList {
  margin-top: 14px;
}

.footerNavLinkListItem {
  font-size: 15px;
  line-height: 1.34;
}
.footerNavLinkListItem + .footerNavLinkListItem {
  margin-top: 13px;
}

@media screen and (max-width: 768px) {
  .footerNav {
    flex: 1 1 100%;
    max-width: 591px;
    margin: auto;
  }
  .footerNavList {
    gap: 42px 30px;
    margin: auto;
  }
  .footerNavListItem {
    max-width: 100%;
  }
  .footerNavListItem:nth-of-type(3n+1) {
    width: -moz-fit-content;
    width: fit-content;
  }
  .footerNavListItem:nth-of-type(3n+2) {
    width: -moz-fit-content;
    width: fit-content;
  }
  .footerNavListItem:nth-of-type(3n) {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.footerBtmBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 40px;
  margin-top: 109px;
}

.footerBtmNavList {
  display: flex;
  gap: 0 24px;
}

.footerBtmNavListItem {
  font-size: 15px;
  line-height: 1.34;
  width: -moz-fit-content;
  width: fit-content;
}

.footerCopy {
  font-size: 15px;
  line-height: 1.73;
}

@media screen and (max-width: 768px) {
  .footerBtmBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px 40px;
    margin-top: 90px;
  }
}
.footerBitknot {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  background-color: #FFFFFF;
  border-top: 1px solid #E6E6E6;
}
.footerBitknot img {
  width: 100%;
}

.floatingReserveBtn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 172px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 100;
}
.floatingReserveBtn.js-hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.floatingReserveBtn img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .floatingReserveBtn {
    bottom: 10px;
    right: 10px;
    width: 100px;
  }
  .floatingReserveBtn img {
    width: 100%;
    height: auto;
  }
}
.c-accent {
  color: #043186;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* topAboutArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topAboutArea {
  padding-top: 140px;
  padding-bottom: 60px;
}

.topAboutWrap {
  display: flex;
  align-items: flex-start;
  gap: 0 clamp(20px, 20px + 18 * (100vw - 768px) / 512, 38px);
}

.topAbout__contBox {
  flex: 1 1 577px;
  max-width: 577px;
  margin-top: 27px;
}

.topAbout__txt {
  line-height: 2;
  margin-top: 37px;
}
.topAbout__txt + .topAbout__txt {
  margin-top: 17px;
}

.topAbout__imgBox {
  flex: 1 1 425px;
  max-width: 425px;
  border-radius: 10px;
  overflow: hidden;
}

.topAbout__img {
  width: 100%;
  height: auto;
}

.topAbout__btn {
  margin-top: 51px;
}

@media screen and (max-width: 768px) {
  .topAboutArea {
    padding-top: 120px;
    padding-bottom: 60px;
  }
  .topAboutWrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 0 clamp(20px, 20px + 18 * (100vw - 768px) / 512, 38px);
  }
  .topAbout__contBox {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 60px;
  }
  .topAbout__txt {
    line-height: 1.6;
    margin-top: 30px;
  }
  .topAbout__txt + .topAbout__txt {
    margin-top: 17px;
  }
  .topAbout__imgBox {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .topAbout__img {
    width: 100%;
    height: auto;
  }
  .topAbout__btn {
    margin-top: 40px;
  }
}
/*** awardsInner ***/
.awardsInner {
  margin-top: 75px;
}

.awardsWrap {
  display: flex;
  gap: 0 clamp(20px, 20px + 30 * (100vw - 768px) / 512, 50px);
}

.awardsCard {
  display: flex;
  align-items: center;
  max-width: 555px;
  width: calc((100% - clamp(20px, 20px + 30 * (100vw - 768px) / 512, 50px)) / 2);
}

.awardsCard__imgBox {
  position: relative;
  flex: 1 0.5 125px;
  max-width: 125px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

.awardsCard__img {
  width: 100%;
  height: auto;
}

.awardsCard__contBox {
  position: relative;
  flex: 1 1 440px;
  max-width: 440px;
  padding: 35px clamp(20px, 20px + 15 * (100vw - 768px) / 512, 35px);
  margin-left: -10px;
  background-color: #FFF6DE;
  border-radius: 10px;
}
.awardsCard__contBox::before {
  display: block;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  width: 61px;
  height: 19px;
  margin: auto;
  background: url(../img/common/ico_star.svg) no-repeat center/contain;
  content: "";
}

.awardsCard__ttl {
  position: relative;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  font-size: clamp(17px, 17px + 1 * (100vw - 768px) / 512, 18px);
  line-height: 1.67;
  text-align: center;
  color: #043186;
  padding: 0 25px;
  z-index: 0;
}
.awardsCard__ttl::before, .awardsCard__ttl::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 33px;
  height: 77px;
  margin: auto;
  content: "";
  z-index: -1;
}
.awardsCard__ttl::before {
  left: 0;
  background: url(../img/common/ico_grass-crown.svg) no-repeat center/contain;
}
.awardsCard__ttl::after {
  right: 0;
  background: url(../img/common/ico_grass-crown-r.svg) no-repeat center/contain;
}

.awardsCard__txt {
  font-size: 15px;
  line-height: 1.6;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .awardsInner {
    margin-top: 75px;
  }
  .awardsWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
  }
  .awardsCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 555px;
    width: 100%;
  }
  .awardsCard__imgBox {
    flex: 1 0.5 100%;
    max-width: 125px;
  }
  .awardsCard__contBox {
    position: relative;
    flex: 1 1 100%;
    max-width: 440px;
    padding: 80px 20px 35px;
    margin-top: -40px;
    margin-left: 0;
  }
  .awardsCard__contBox::before {
    top: 57px;
  }
  .awardsCard__ttl {
    font-size: 17px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 15px;
  }
  .awardsCard__ttl::before {
    left: -10px;
  }
  .awardsCard__ttl::after {
    right: -10px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topLicenseArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topLicenseArea {
  padding-top: 60px;
  padding-bottom: 60px;
}

.topLicenseWrap {
  position: relative;
  padding: 120px clamp(30px, 30px + 90 * (100vw - 768px) / 512, 120px) 107px;
  background-color: #EDF7FD;
  border-radius: 10px;
  z-index: 0;
}

.topLicense__leadBox {
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 37px;
  margin: 71px auto 0;
}
.topLicense__leadBox::before, .topLicense__leadBox::after {
  display: block;
  position: absolute;
  bottom: -2px;
  width: 3px;
  height: 87px;
  margin: auto;
  background-color: #2E312E;
  content: "";
}
.topLicense__leadBox::before {
  left: 0;
  transform: rotate(-17.5deg);
}
.topLicense__leadBox::after {
  right: 0;
  transform: rotate(17.5deg);
}

.topLicense__lead {
  position: relative;
  display: inline;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  font-size: clamp(22px, 22px + 4 * (100vw - 768px) / 512, 26px);
}
.topLicense__lead span {
  position: relative;
  display: inline-block;
}
.topLicense__lead span::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 18px;
  background-color: #F8F2AF;
  z-index: -1;
}

.topLicenseOwBox {
  display: flex;
  align-items: flex-start;
  gap: 0 clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
  margin: 61px 0 0;
}

.topLicenseOw__imgBox {
  flex: 1 1 350px;
  max-width: 350px;
  margin-left: clamp(0px, 0px + 60 * (100vw - 768px) / 512, 60px);
}

.topLicenseOw__img {
  width: 100%;
  height: auto;
}

.topLicenseOw__contBox {
  flex: 1 1 450px;
  max-width: 450px;
  margin-top: 7px;
}

.topLicenseOw__txt {
  line-height: 1.94;
}
.topLicenseOw__txt strong {
  font-weight: 600;
}

.topLicenseOw__btn {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .topLicenseArea {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .topLicenseWrap {
    position: relative;
    padding: 80px 20px 65px;
  }
  .topLicense__leadBox {
    position: relative;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    margin: 60px auto 0;
  }
  .topLicense__leadBox::before, .topLicense__leadBox::after {
    display: block;
    position: absolute;
    bottom: -2px;
    width: 3px;
    height: 94px;
    margin: auto;
    background-color: #2E312E;
    content: "";
  }
  .topLicense__leadBox::before {
    left: 5px;
    transform: rotate(-31.5deg);
  }
  .topLicense__leadBox::after {
    right: 5px;
    transform: rotate(31.5deg);
  }
  .topLicense__lead {
    font-size: 19px;
  }
  .topLicense__lead span::before {
    height: 9px;
  }
  .topLicenseOwBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px 0;
  }
  .topLicenseOw__imgBox {
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .topLicenseOw__contBox {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .topLicenseOw__btn {
    margin-top: 30px;
  }
}
/*** topLicensePointList ***/
.topLicensePointList {
  display: flex;
  gap: 0 clamp(20px, 20px + 35 * (100vw - 768px) / 512, 55px);
  width: -moz-fit-content;
  width: fit-content;
  margin: 90px auto 0;
}

.topLicensePointListItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 271px;
  width: calc((100% - clamp(20px, 20px + 35 * (100vw - 768px) / 512, 55px) * 2) / 3);
}

.topLicensePointListItem__imgBox {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.topLicensePointListItem__img {
  width: 100%;
  height: auto;
}

.topLicensePointListItem__point {
  max-width: clamp(66px, 66px + 10 * (100vw - 768px) / 512, 76px);
  margin-top: -23px;
}

.topLicensePointListItem__txt {
  font-size: clamp(18px, 18px + 2 * (100vw - 768px) / 512, 20px);
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
  color: #043186;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .topLicensePointList {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    margin: 70px auto 0;
  }
  .topLicensePointListItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    width: 100%;
  }
  .topLicensePointListItem__point {
    max-width: 66px;
    margin-top: -23px;
  }
  .topLicensePointListItem__txt {
    font-size: 18px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topSeniorArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topSeniorArea {
  padding-top: 60px;
  padding-bottom: calc(5.078125vw + 120px);
}

.topSeniorWrap {
  position: relative;
}

.topSenior__contBox {
  position: absolute;
  top: 15%;
  left: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  z-index: 1;
}

.topSenior__ttl .c-secTtl--ja ruby rt {
  font-size: 18px;
  margin-bottom: 9px;
  margin-right: 2px;
  letter-spacing: -22px;
}

.topSenior__txt {
  max-width: 476px;
  margin-top: 31px;
}

.topSenior__btn {
  margin-top: 43px;
}

.topSenior__imgBox {
  position: relative;
  max-width: 794px;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 clamp(-120px, -90px + -30 * (100vw - 768px) / (1280 - 768), -90px) 0 auto;
  opacity: 0.3;
}
.topSenior__imgBox::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 31.738%;
  height: 100%;
  margin: auto;
  background: linear-gradient(90deg, rgb(252, 252, 255) 0%, rgba(252, 252, 255, 0.77) 45%, rgba(252, 252, 255, 0) 100%);
  content: "";
}

.topSenior__img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .topSeniorArea {
    padding-top: 60px;
    padding-bottom: calc(5.078125vw + 100px);
    overflow-y: hidden;
  }
  .topSeniorArea::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31.738%;
    margin: auto;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    z-index: -1;
  }
  .topSeniorWrap {
    position: relative;
    min-height: 700px;
  }
  .topSenior__contBox {
    position: static;
    top: auto;
    left: auto;
  }
  .topSenior__ttl .c-secTtl--ja ruby rt {
    font-size: 17px;
    margin-bottom: 9px;
    margin-right: 5px;
    letter-spacing: -15px;
  }
  .topSenior__txt {
    max-width: 100%;
  }
  .topSenior__btn {
    margin-top: 40px;
  }
  .topSenior__imgBox {
    position: absolute;
    bottom: 0;
    left: -20px;
    right: 0;
    max-width: 100vw;
    width: 100vw;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0 auto;
    z-index: -1;
  }
  .topSenior__imgBox::before {
    display: none;
  }
  .topSenior__imgBox::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31.738%;
    margin: auto;
    background: linear-gradient(180deg, rgb(252, 252, 255) 0%, rgba(252, 252, 255, 0.77) 45%, rgba(252, 252, 255, 0) 100%);
    content: "";
  }
}
/*** topSeniorSlide ***/
.topSeniorSlide {
  display: flex;
  align-items: center;
  width: 100vw;
  margin: -40px calc(50% - 50vw) 0;
  overflow: hidden;
}

.topSeniorSlideItem {
  max-width: 272px;
  aspect-ratio: 272/228;
  margin: 0 22.5px;
  border-radius: 10px;
  overflow: hidden;
}
.topSeniorSlideItem:nth-of-type(2n) {
  margin-top: 20px;
}

.topSeniorSlideItem__img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .topSeniorSlide {
    margin: -80px calc(50% - 50vw) 0;
  }
  .topSeniorSlideItem {
    max-width: 206px;
    margin: 0 17px;
  }
  .topSeniorSlideItem:nth-of-type(2n) {
    margin-top: 20px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topVoiceArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topVoiceArea {
  position: relative;
  padding-top: 74px;
  padding-bottom: 97px;
  background-color: #FDF6E7;
}
.topVoiceArea::before, .topVoiceArea::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5.078125vw;
  margin: auto;
  background: url(../img/common/bg_wave.png) no-repeat center/100%;
  content: "";
}
.topVoiceArea::before {
  top: -5.078125vw;
}
.topVoiceArea::after {
  bottom: -5.078125vw;
  transform: rotate(180deg);
}

.voiceList {
  padding: 0 40px;
  margin: 62px auto 0;
}
.voiceList .slick-prev,
.voiceList .slick-next {
  position: absolute;
  top: 48%;
  width: 38px;
  height: 38px;
  z-index: 2;
  margin: auto;
}
.voiceList .slick-prev::before,
.voiceList .slick-next::before {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  opacity: 1;
}
.voiceList .slick-prev {
  left: 0;
}
.voiceList .slick-prev::before {
  background: url(../img/common/ico_slide_arrow.svg) no-repeat center/contain;
  transform: rotate(180deg);
}
.voiceList .slick-next {
  right: 0;
}
.voiceList .slick-next::before {
  background: url(../img/common/ico_slide_arrow.svg) no-repeat center/contain;
}

.voiceListItem {
  max-width: 280px;
  width: auto;
  margin: 0 clamp(10px, 10px + 10 * (100vw - 768px) / 512, 20px);
}

.voiceListItem__imgBox {
  width: 100%;
  aspect-ratio: 280/250;
  border-radius: 10px;
  overflow: hidden;
}

.voiceListItem__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voiceListItem__age {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  padding: 5px 10px;
  margin-top: 16px;
  background-color: #03AFEB;
  border-radius: 12px;
}

.voiceListItem__name {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2px;
}

.voice__btn {
  margin: 47px auto 0;
}

@media screen and (max-width: 768px) {
  .topVoiceArea {
    position: relative;
    padding-top: 74px;
    padding-bottom: 97px;
  }
  .voiceList {
    padding: 0;
    width: 100vw;
    margin: 60px calc(50% - 50vw) 0;
  }
  .voiceList .slick-prev,
  .voiceList .slick-next {
    width: 30px;
    height: 30px;
  }
  .voiceList .slick-prev::before,
  .voiceList .slick-next::before {
    width: 30px;
    height: 30px;
  }
  .voiceList .slick-prev {
    left: -10px;
  }
  .voiceList .slick-next {
    right: -10px;
  }
  .voiceListItem {
    max-width: 100%;
    width: auto;
    margin: 0 clamp(10px, 10px + 10 * (100vw - 768px) / 512, 20px);
  }
  .voiceListItem__imgBox {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .voiceListItem__name {
    font-size: 20px;
  }
  .voice__btn {
    margin: 50px auto 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topMenuArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topMenuArea {
  padding-top: calc(5.078125vw + 105px);
  padding-bottom: 140px;
}

.topMenuListItem {
  display: flex;
  align-items: center;
  gap: 0 clamp(30px, 30px + 40 * (100vw - 768px) / 512, 70px);
}
.topMenuListItem:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.topMenuListItem + .topMenuListItem {
  margin-top: 90px;
}

.topMenuListItem__imgBox {
  flex: 1 1 540px;
  max-width: 540px;
  border-radius: 10px;
  overflow: hidden;
}

.topMenuListItem__contBox {
  flex: 1 1 430px;
  max-width: 430px;
}

.topMenuListItem__ttl .c-secTtl--en {
  left: clamp(-40px, 0px + -40 * (100vw - 768px) / (1280 - 768), 0px) !important;
  transform: translateX(0);
}

.topMenuListItem__txt {
  margin-top: 30px;
}

.topMenuListItem__btn {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .topMenuArea {
    padding-top: calc(5.078125vw + 105px);
    padding-bottom: 100px;
  }
  .topMenuListItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0 clamp(30px, 30px + 40 * (100vw - 768px) / 512, 70px);
  }
  .topMenuListItem:nth-of-type(2n) {
    flex-direction: column;
  }
  .topMenuListItem + .topMenuListItem {
    margin-top: 60px;
  }
  .topMenuListItem__imgBox {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .topMenuListItem__contBox {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 50px;
  }
  .topMenuListItem__ttl .c-secTtl--en {
    left: 0 !important;
  }
  .topMenuListItem__txt {
    margin-top: 25px;
  }
  .topMenuListItem__btn {
    margin-top: 25px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topBlogArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topBlogArea {
  padding-top: 143px;
  padding-bottom: 110px;
  background-color: #F4F4F5;
}

.topBlog__ttl .c-secTtl--en {
  top: -36px;
}

.topBlogList {
  display: flex;
  flex-wrap: wrap;
  gap: 30px clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px);
  margin-top: 63px;
}

.topBlogListItem {
  max-width: 500px;
  width: calc((100% - clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px)) / 2);
}

.topBlogListItem__link {
  display: flex;
  gap: 0 20px;
}

.topBlogListItem__imgBox {
  flex: 1 1 180px;
  max-width: 180px;
  aspect-ratio: 180/140;
  border-radius: 10px;
  overflow: hidden;
}

.topBlogListItem__img {
  width: 100%;
  height: 100%;
}

.topBlogListItem__contBox {
  flex: 1 1 300px;
  max-width: 300px;
  font-weight: 600;
}

.topBlogListItem__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 6px;
}

.topBlogListItem__date {
  font-size: 15px;
  line-height: 1;
  color: #03AFEB;
}

.topBlogListItem__cat {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #FFFFFF;
  padding: 3.5px 9px 4.5px;
  border-radius: 15px;
  background-color: #03AFEB;
}

.topBlogListItem__ttl {
  font-size: 16px;
  line-height: 1.67;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.topBlogListItem__btn {
  margin: 60px auto 0;
}

@media screen and (max-width: 768px) {
  .topBlogArea {
    padding-top: 120px;
    padding-bottom: 110px;
  }
  .topBlog__ttl .c-secTtl--en {
    top: -26px;
  }
  .topBlogList {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 30px 0;
    margin-top: 60px;
  }
  .topBlogListItem {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .topBlogListItem__link {
    display: flex;
    gap: 0 20px;
  }
  .topBlogListItem__imgBox {
    flex: 1 1 180px;
    max-width: 180px;
    aspect-ratio: 180/140;
    border-radius: 10px;
    overflow: hidden;
  }
  .topBlogListItem__img {
    width: 100%;
    height: 100%;
  }
  .topBlogListItem__contBox {
    flex: 1 1 300px;
    max-width: 300px;
    font-weight: 600;
  }
  .topBlogListItem__head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px 10px;
    margin-top: 6px;
  }
  .topBlogListItem__date {
    font-size: 15px;
    line-height: 1;
    color: #03AFEB;
  }
  .topBlogListItem__cat {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    color: #FFFFFF;
    padding: 3.5px 9px 4.5px;
    border-radius: 15px;
    background-color: #03AFEB;
  }
  .topBlogListItem__ttl {
    font-size: 16px;
    line-height: 1.67;
    margin-top: 12px;
  }
  .topBlogListItem__btn {
    margin: 50px auto 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topCalendarArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.topCalendarArea {
  padding-top: 143px;
  padding-bottom: 150px;
}

.topCalendarBox {
  width: 100%;
  margin-top: 60px;
  border-radius: 10px;
  overflow: hidden;
}

.topCalendar {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .topCalendarArea {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* top-text
――――――――――――――――――――――――――――――――――――――――――――――*/
.c-topTextArea {
  padding-top: 92px;
  padding-bottom: 111px;
}

@media screen and (max-width: 768px) {
  .c-topTextArea {
    padding-top: 54px;
    padding-bottom: 55px;
  }
  .open-water .c-text {
    line-height: 1.75;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* open-water
――――――――――――――――――――――――――――――――――――――――――――――*/
.openWaterArea {
  padding-top: 0px;
}
.openWaterArea.-copy {
  padding-bottom: 160px;
}

.areaBG {
  padding: 115px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 120px;
  background-color: #EDF7FD;
  border-radius: 10px;
}

.openWater-box {
  max-width: 920px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .openWaterArea {
    padding-bottom: 30px;
  }
  .openWaterArea.-copy {
    padding-bottom: 100px;
  }
  .areaBG {
    padding: 60px 20px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* openWaterTop
――――――――――――――――――――――――――――――――――――――――――――――*/
.openWaterTopBox {
  display: flex;
  align-items: flex-start;
  gap: 0 clamp(20px, 20px + 30 * (100vw - 768px) / 512, 50px);
  margin: 54px 0 0;
}

.openWaterTop__imgBox {
  flex: 1 1 370px;
  max-width: 370px;
}

.openWaterTop__img {
  width: 100%;
  height: auto;
}

.openWaterTop__contBox {
  flex: 1 1 500px;
  max-width: 500px;
  margin-top: 2px;
}

.openWaterTop__txt {
  font-size: 16px;
  line-height: 1.875;
}

.openWaterTop__btn {
  margin-top: 32px;
}

.openWaterTop__contPrice {
  display: flex;
  align-items: flex-end;
  gap: clamp(35px, 35px + 6 * (100vw - 768px) / 512, 41px);
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
}

.beforePrice {
  font-size: clamp(25px, 25px + 8 * (100vw - 768px) / 512, 33px);
  line-height: 1;
  position: relative;
}
.beforePrice small {
  font-size: clamp(18px, 18px + 2 * (100vw - 768px) / 512, 20px);
}
.beforePrice::before {
  content: "";
  display: block;
  position: absolute;
  right: -18.5%;
  top: 65%;
  transform: translateY(-50%);
  width: 17px;
  height: 13px;
  background: url(../img/common/ico_arroe-black.svg) no-repeat;
}
.beforePrice::after {
  content: "";
  display: block;
  position: absolute;
  top: 65%;
  width: calc(100% + 5px);
  height: 2px;
  background: #ED2020;
  border-radius: 1px;
}

.campaignPrice {
  font-size: clamp(32px, 32px + 8 * (100vw - 768px) / 512, 40px);
  color: #ED2020;
  line-height: 1;
}
.campaignPrice small {
  font-size: clamp(18px, 18px + 2 * (100vw - 768px) / 512, 20px);
}

.campaign__notice {
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 14px;
}
.campaign__notice span {
  padding: 4px 12px 4px 13px;
  border-radius: 12px;
  background-color: #ED2020;
  position: relative;
}
.campaign__notice span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 10px;
  background: url(../img/common/ico_fukidasi-triangle.svg) no-repeat;
}

.openWaterTop__includeWrap {
  padding: 17px 30px;
  margin-top: 26px;
  border-radius: 10px;
  background-color: #fff;
}

.openWaterTop__list-title {
  font-size: 16px;
  line-height: 1.875;
  color: #043186;
}

.openWaterTop__list-detail {
  margin-top: 1px;
}

.detail__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  margin-top: 2px;
}

.includeBox {
  padding-bottom: 13px;
  border-bottom: 1px solid #E3E3E3;
}

.includeBox + .includeBox {
  margin-top: 12px;
}

.includeBox:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.open-water .floatingReserveBtn {
  display: none;
}

@media screen and (max-width: 768px) {
  .openWaterTopBox {
    flex-direction: column;
    margin-top: 40px;
  }
  .openWaterTop__imgBox,
  .openWaterTop__contBox {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .openWaterTop__contBox {
    margin-top: 35px;
  }
  .openWaterTop__contPrice {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  .openWaterTop__list-title {
    font-size: 15px;
    line-height: 1.6;
  }
  .campaign__notice {
    font-size: 12px;
  }
  .campaign__notice span {
    padding: 2px 10px 2px 11px;
  }
  .openWaterBottomBox {
    margin-top: 65px;
  }
  .openWaterTop__includeWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .campaignPrice {
    font-size: 40px;
  }
  .beforePrice {
    font-size: 33px;
  }
  .beforePrice::before {
    left: 50%;
    top: auto;
    bottom: -63%;
    width: 17px;
    height: 13px;
    transform: translateX(-50%) rotate(90deg);
  }
  .detail__list {
    gap: 4px 16px;
    margin-top: 6px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* openWaterBottom
――――――――――――――――――――――――――――――――――――――――――――――*/
.openWaterBottomBox {
  margin-top: 79px;
}
.openWaterBottomBox.-copy {
  margin-top: 60px;
}

.openWaterBottomList {
  display: flex;
  align-items: center;
  gap: 0 clamp(35px, 35px + 35 * (100vw - 768px) / 512, 70px);
  width: 100%;
  margin: 71px auto 0;
}

.openWaterBottomListItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 38px clamp(20px, 20px + 10 * (100vw - 768px) / 512, 30px) 17px clamp(20px, 20px + 10 * (100vw - 768px) / 512, 30px);
  max-width: 260px;
  width: calc((100% - clamp(35px, 35px + 35 * (100vw - 768px) / 512, 70px) * 2) / 3);
  position: relative;
}
.openWaterBottomListItem::before {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  right: clamp(-46px, -3.59375vw, -10px);
  width: 23px;
  height: 31px;
  background: url(../img/common/ico_next-arrow.svg) no-repeat;
}
.openWaterBottomListItem:last-of-type::before {
  display: none;
}

.openWaterBottomListItem__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.openWaterBottomListItem__point {
  font-size: clamp(42px, 42px + 10 * (100vw - 768px) / 512, 52px);
  color: #043186;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  margin-top: -89px;
}

.openWaterBottomListItem__txt-topic {
  font-size: clamp(19px, 19px + 2 * (100vw - 768px) / 512, 21px);
  text-align: center;
  color: #043186;
  font-weight: 600;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
  width: 100%;
  margin-top: -10px;
}

.openWaterBottomListItem__txt-period {
  font-size: clamp(21px, 21px + 2 * (100vw - 768px) / 512, 23px);
  font-weight: 600;
  margin-top: 13px;
}

.openWater__leadBox {
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 28px;
  margin: 57px auto 0;
}
.openWater__leadBox::before, .openWater__leadBox::after {
  display: block;
  position: absolute;
  bottom: -4px;
  width: 2px;
  height: 70px;
  margin: auto;
  border-radius: 1px;
  background-color: #2E312E;
  content: "";
}
.openWater__leadBox::before {
  left: 0;
  transform: rotate(-13deg);
}
.openWater__leadBox::after {
  right: 0;
  transform: rotate(13deg);
}

.openWater__lead {
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  font-size: clamp(18px, 18px + 5 * (100vw - 768px) / 512, 23px);
}

.openWater__lead-notice {
  font-size: clamp(16px, 16px + 2 * (100vw - 768px) / 512, 18px);
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  border-radius: 14px;
  background-color: #2C2C2C;
  padding: 5px 19px;
}

.openWater__lead-text {
  display: block;
  line-height: 1.2173913043;
  margin-top: 4px;
}

.openWater__leadBtn {
  margin: 27px auto 0;
}

@media screen and (max-width: 768px) {
  .openWaterBottomList {
    flex-direction: column;
    gap: 40px;
    margin-top: 55px;
  }
  .openWaterBottomListItem {
    flex-direction: row;
    gap: 15px;
    max-width: none;
    width: 100%;
    padding: 20px;
  }
  .openWaterBottomListItem::before {
    left: 50%;
    bottom: -36%;
    top: auto;
    transform: translateX(-50%) rotate(90deg);
  }
  .openWater__leadBox {
    padding: 0 20px;
  }
  .openWater__lead-text {
    margin-top: 10px;
  }
  .openWaterBottomListItem__point {
    font-size: 36px;
    margin-top: 0;
  }
  .openWaterBottomListItem__txt {
    flex-direction: row;
    gap: 15px;
  }
  .openWaterBottomListItem__txt-topic {
    font-size: 18px;
    border-bottom: none;
    width: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .openWaterBottomListItem__txt-period {
    font-size: 19px;
    margin-top: 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* owFeature
――――――――――――――――――――――――――――――――――――――――――――――*/
.owFeatureArea {
  padding-top: 46px;
  padding-bottom: 120px;
}

.column2ListItem {
  display: flex;
  align-items: center;
  gap: 0 clamp(20px, 20px + 40 * (100vw - 768px) / 512, 60px);
}
.column2ListItem:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.column2ListItem + .column2ListItem {
  margin-top: 60px;
}

.column2ListItem__imgBox {
  flex: 1 1 480px;
  max-width: 480px;
  border-radius: 10px;
  overflow: hidden;
}

.column2ListItem__img {
  width: 100%;
  height: auto;
}

.column2ListItem__contBox {
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex: 1 1 500px;
  max-width: 500px;
  margin-top: 15px;
}

.column2ListItem:nth-of-type(even) .column2ListItem__contBox {
  margin-top: 0;
}

.column2ListItem__ttl .c-secTtl--en {
  top: -70px;
  left: clamp(-20px, 0px + -20 * (100vw - 768px) / (1280 - 768), 0px) !important;
  transform: translateX(0);
}

.column2ListItem__txt {
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .owFeatureArea {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .column2ListItem {
    flex-direction: column;
    gap: 20px;
  }
  .column2ListItem:nth-of-type(2n) {
    flex-direction: column;
  }
  .column2ListItem + .column2ListItem {
    margin-top: 30px;
  }
  .column2ListItem__imgBox {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .column2ListItem__contBox {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 30px;
    gap: 15px;
  }
  .column2ListItem__txt {
    font-size: 16px;
    line-height: 1.6;
  }
  .column2ListItem:nth-of-type(even) .column2ListItem__contBox {
    margin-top: 30px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* comparisonArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.comparisonArea {
  padding-top: 110px;
  padding-bottom: 127px;
  background-color: #EDF7FD;
}

.text-notice-color {
  color: #FF5555;
}

.comparisonTable {
  width: 100%;
  border-collapse: collapse;
  border-radius: 15px;
  overflow: visible;
  table-layout: fixed;
  margin-top: 69px;
}

.comparisonTable tr:nth-of-type(1) th:nth-of-type(2) {
  padding-top: 18px;
  padding-bottom: 23px;
}

.comparisonTable tr:nth-of-type(n+2) th {
  padding-left: 38px;
  text-align: left;
}

.comparisonTable tr:nth-of-type(n+3) td {
  padding-top: 18px;
  padding-bottom: 14px;
  line-height: 1.4285714286;
}

.comparisonTable tr:nth-child(2) td {
  font-size: 20px;
  font-weight: 600;
}

.comparisonTable th,
.comparisonTable td {
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding: 12px 12px 11px;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
}

.comparisonTable th {
  background: #043186;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  border-color: #fff;
  position: relative;
}

.comparisonTable th:nth-child(2) {
  background: #DD851F;
  color: #fff;
  border-color: #fff;
  overflow: visible;
  z-index: 1;
}

.comparisonTable th:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  height: 20px;
  background: #DD851F;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: -1;
}

.comparisonTable td {
  background: #fff;
  font-size: 14px;
}

.comparisonTable td:nth-child(2) {
  background: #FFFDF0;
}

.comparisonTable .table-small-text {
  font-size: 14px;
}

.comparisonTable .crown {
  display: block;
  padding-top: 15px;
  position: relative;
}

.comparisonTable .crown::before {
  content: "";
  display: block;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 33px;
  height: 24px;
  background: url(../img/open-water/ico_crown.svg) no-repeat center/contain;
}

.comparisonTable .ok {
  padding-top: 29px;
  position: relative;
  display: inline-block;
}

.comparisonTable .ng {
  padding-top: 29px;
  position: relative;
  display: inline-block;
}

.comparisonTable .ok::before,
.comparisonTable .ng::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.comparisonTable .ok::before {
  width: 24px;
  height: 24px;
  background: url(../img/open-water/ico_ok.svg);
}

.comparisonTable .ng::before {
  width: 21px;
  height: 21px;
  background: url(../img/open-water/ico_ng.svg);
}

.comparisonTable .line2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.comparisonTable .line2-bottom {
  margin-top: -4px;
}

.comparisonTable .line2-price {
  font-size: 23px;
}

.comparisonTable .tableNotice {
  position: relative;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 12px;
}

.comparisonTable .tableNotice::before,
.comparisonTable .tableNotice::after {
  display: block;
  position: absolute;
  bottom: 2px;
  width: 2px;
  height: 18px;
  margin: auto;
  border-radius: 1px;
  background-color: #FF5555;
  content: "";
}

.comparisonTable .tableNotice::before {
  left: 0;
  transform: rotate(-26deg);
}

.comparisonTable .tableNotice::after {
  right: 0;
  transform: rotate(26deg);
}

.comparisonTable td:last-of-type {
  border-right: none;
}

.comparisonTable tr:last-of-type th,
.comparisonTable tr:last-of-type td {
  border-bottom: none;
}

.comparisonTable colgroup col:first-child {
  width: 21%;
}

.comparisonTable colgroup col:nth-child(2),
.comparisonTable colgroup col:nth-child(3),
.comparisonTable colgroup col:nth-child(4) {
  width: 26.333%;
}

.comparisonTable tr:first-child th:first-child {
  border-top-left-radius: 15px;
}

.comparisonTable tr:first-child th:last-child {
  border-top-right-radius: 15px;
}

.comparisonTable tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}

.comparisonTable tr:last-child th {
  border-bottom-left-radius: 15px;
}

@media screen and (max-width: 768px) {
  .comparisonArea {
    padding-top: 90px;
  }
  .comparisonTable {
    min-width: 500px;
  }
  .comparisonTable tr:nth-of-type(n+2) th {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.3;
  }
  .comparisonTable th {
    font-size: 15px;
  }
  .comparisonTable .line2-price {
    font-size: 19px;
  }
  .comparisonTable tr:nth-child(2) td {
    font-size: 19px;
  }
  .comparisonTable tr:nth-child(2) td + td {
    font-size: 16px;
  }
  .comparisonTable .table-small-text {
    font-size: 10px;
  }
  .comparisonTable td {
    font-size: 12px;
  }
  .comparisonTable th:nth-child(2)::before {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .comparisonTable tr:first-child th:first-child {
    border-top-left-radius: 10px;
  }
  .comparisonTable tr:first-child th:last-child {
    border-top-right-radius: 10px;
  }
  .comparisonTable tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
  }
  .comparisonTable tr:last-child th {
    border-bottom-left-radius: 10px;
  }
  .comparisonTable .tableNotice::before,
  .comparisonTable .tableNotice::after {
    height: 13px;
  }
}
@media screen and (max-width: 540px) {
  .tableWrap {
    width: calc(100% + 20px);
    overflow-x: auto;
    padding-right: 20px;
  }
  .comparisonTable {
    max-width: 728px;
    min-width: 500px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* flowArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.flowArea {
  padding-top: 173px;
  padding-bottom: 140px;
}

.flowBox {
  margin-top: 71px;
}

.flowListItem {
  padding-left: 60px;
  position: relative;
}
.flowListItem + .flowListItem {
  margin-top: 40px;
}
.flowListItem::before {
  display: block;
  position: absolute;
  top: 2.5px;
  left: -4px;
  width: 26px;
  height: 26px;
  margin: auto;
  background-color: #043186;
  border: 4px solid #FFFFFF;
  border-radius: 50%;
  content: "";
  z-index: 1;
}
.flowListItem::after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 7px;
  width: 4px;
  height: calc(100% + 40px);
  margin: auto;
  background-color: #043186;
}
.flowListItem:last-of-type::after {
  display: none;
}

.flowTitle {
  font-size: clamp(25px, 25px + 3 * (100vw - 768px) / 512, 28px);
  color: #043186;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  line-height: 1;
}

.flowText {
  font-size: 16px;
  line-height: 1.75;
  padding-top: 15px;
}

.flowDetailBox {
  background-color: #E3F4FD;
  border-radius: 10px;
  padding: 25px 40px;
  margin-top: 24px;
}
.flowDetailBox.--s {
  padding-top: 18px;
  padding-bottom: 18px;
}

.flowDetailTitle {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
  padding-left: 26px;
  position: relative;
}
.flowDetailTitle::before {
  display: block;
  position: absolute;
  top: 5px;
  left: -2px;
  width: 20px;
  height: 19px;
  margin: auto;
  background: url(../img/common/ico_fukidashi.svg) no-repeat center/contain;
  content: "";
}

.flowDetailText {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 4px;
}

.flowDetailList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 63px;
}

.flowDetailListItem {
  position: relative;
}
.flowDetailListItem::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -13px;
  width: 13px;
  height: 10px;
  margin: auto;
  background: url(../img/common/ico_triangle.svg) no-repeat center/contain;
  content: "";
}

.flowDetailListItem__link {
  font-size: 16px;
  line-height: 1.75;
  text-decoration: underline;
}
.flowDetailListItem__link:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .flowArea {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .flowTitle {
    font-size: 21px;
  }
  .flowText {
    font-size: 15px;
    line-height: 1.6;
    padding-top: 12px;
  }
  .flowDetailBox {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flowDetailText,
  .flowDetailTitle {
    font-size: 15px;
    line-height: 1.6;
  }
  .flowDetailListItem {
    margin-left: 10px;
  }
  .flowListItem {
    padding-left: 40px;
  }
  .flowListItem::before {
    top: -0.5px;
    left: -4px;
    width: 24px;
    height: 24px;
  }
  .flowListItem::after {
    left: 5.75px;
  }
  .flowDetailListItem__link {
    font-size: 15px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* skillsArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.skillsArea {
  padding-top: 100px;
  padding-bottom: 100px;
}

.skillsBox {
  padding-bottom: 90px;
  border-bottom: 1px solid #C9CBD3;
}
.skillsBox + .skillsBox {
  margin-top: 90px;
}

.skillsListItem {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 20px + 30 * (100vw - 768px) / 512, 50px);
}

.skillsListItem__imgBox {
  flex: 1 1 456px;
  max-width: 456px;
  border-radius: 10px;
  overflow: hidden;
}

.skillsListItem__img {
  width: 100%;
  height: auto;
}

.skillsListItem__contBox {
  flex: 1 1 534px;
  max-width: 534px;
  margin-top: -6px;
}

.skillsListItem__contTitle {
  font-size: clamp(24px, 24px + 4 * (100vw - 768px) / 512, 28px);
  line-height: 1.5;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  color: #043186;
}

.skillsListItem__contPrice {
  font-size: clamp(24px, 24px + 4 * (100vw - 768px) / 512, 28px);
  line-height: 1;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  margin-top: 27px;
}
.skillsListItem__contPrice small {
  font-size: clamp(18px, 18px + 2 * (100vw - 768px) / 512, 20px);
}

.skillsListItem__contText {
  font-size: 18px;
  line-height: 1.75;
  margin-top: 19px;
}

.skills__includeWrap {
  padding: 17px 30px;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  margin-top: 33px;
}

.skills__include__list-title {
  font-size: 16px;
  line-height: 1.875;
  color: #043186;
}

.skills__include__list-detail {
  margin-top: 1px;
}

.skillsBtn {
  margin: 61px auto 0;
}

@media screen and (max-width: 768px) {
  .skillsArea {
    padding-top: 54px;
    padding-bottom: 100px;
  }
  .skillsBox {
    padding-bottom: 60px;
  }
  .skillsBox + .skillsBox {
    margin-top: 70px;
  }
  .skillsListItem {
    flex-direction: column;
    gap: 25px;
  }
  .skillsListItem__imgBox {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
  .skillsListItem__contBox {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: -6px;
  }
  .skillsListItem__contPrice {
    margin-top: 12px;
  }
  .skillsListItem__contText {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .skills__includeWrap {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
  .skillsBtn {
    margin-top: 40px;
  }
  .skills__include__list-title {
    font-size: 15px;
    line-height: 1.6;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* skillsArea---rentalBox
――――――――――――――――――――――――――――――――――――――――――――――*/
.rentalBox {
  padding-top: 95px;
  max-width: 800px;
  margin: 0 auto;
}
.rentalBox .skills__includeWrap {
  margin-top: 50px;
  padding-bottom: 5px;
}
.rentalBox .skills__include__list-detail {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #043186;
  margin-top: 6px;
  min-width: 22em;
}
.rentalBox .includeBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 20px;
}

.rentalPrice {
  font-size: 16px;
  line-height: 1.875;
  color: #2E312E;
  flex-shrink: 0;
  text-align: right;
  margin-left: auto;
  min-width: 3.9em;
}

.noticeTxt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 1.875;
  margin-left: auto;
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  .rentalBox {
    padding-top: 70px;
  }
  .noticeTxt {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 22px;
  }
  .rentalPrice {
    font-size: 15px;
  }
}
@media screen and (max-width: 400px) {
  .rentalBox .skills__include__list-detail {
    min-width: 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* topTextArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.senior .c-topTextArea {
  padding-bottom: 70px;
}

.seniorSlide {
  margin-top: 90px;
}

@media screen and (max-width: 768px) {
  .seniorSlide {
    margin-top: 90px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* seniorFeatureArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.seniorFeatureArea {
  padding-top: 50px;
  padding-bottom: 100px;
}

.--noEgTitle .column2ListItem__contBox {
  gap: 22px;
  margin-top: 2px;
}
.--noEgTitle .column2ListItem__txt {
  font-size: 16px;
  line-height: 1.96875;
}

@media screen and (max-width: 768px) {
  .senior .--noEgTitle .column2ListItem__contBox {
    gap: 12px;
    margin-top: 0;
  }
  .senior .--noEgTitle .column2ListItem__txt {
    font-size: 14px;
    line-height: 1.6;
  }
  .senior .--noEgTitle.column2ListItem:nth-of-type(even) .column2ListItem__contBox {
    margin-top: 0;
  }
  .column2List.--noEgTitle .column2ListItem {
    gap: 25px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* funFeatureArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.funFeatureArea {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .funFeatureArea {
    padding-top: 54px;
    padding-bottom: 50px;
  }
  .funFeatureArea .column2ListItem:nth-of-type(even) .column2ListItem__contBox {
    margin-top: 2px;
  }
}
@media screen and (max-width: 768px) {
  .fun .--noEgTitle .column2ListItem__contBox {
    gap: 12px;
    margin-top: 0;
  }
  .fun .--noEgTitle .column2ListItem__txt {
    font-size: 14px;
    line-height: 1.6;
  }
  .fun .--noEgTitle.column2ListItem:nth-of-type(even) .column2ListItem__contBox {
    margin-top: 0;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* hokkaidoArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.hokkaidoArea {
  padding-top: 17px;
  padding-bottom: 140px;
}
.hokkaidoArea .l-inner {
  padding: clamp(70px, 70px + 50 * (100vw - 768px) / 512, 120px) clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) clamp(80px, 80px + 54 * (100vw - 768px) / 512, 134px);
  background-color: #F3FAE4;
  border-radius: 10px;
  position: relative;
}

.hokkaidoBox {
  max-width: 480px;
}
.hokkaidoBox .c-secTtl {
  margin: 0;
}
.hokkaidoBox .c-secTtl--en {
  left: 0;
  transform: none;
}
.hokkaidoBox .c-secTtl--ja {
  line-height: 1.5;
}

.hokkaidoTxtBox {
  max-width: clamp(300px, 300px + 150 * (100vw - 768px) / 512, 450px);
  margin-top: 34px;
}

.hokkaidoTxt {
  font-size: 16px;
  line-height: 1.75;
}

.hokkaidoImgBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -17.3%;
  width: clamp(300px, 64.140625vw, 821px);
}

.hokkaido__img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .hokkaidoArea .l-inner {
    padding: 60px 20px 50px;
  }
  .hokkaidoBox {
    max-width: 100%;
  }
  .hokkaidoTxtBox {
    max-width: 100%;
  }
  .hokkaidoTxt {
    font-size: 15px;
    line-height: 1.6;
  }
  .hokkaidoImgBox {
    position: static;
    transform: none;
    width: calc(100% + 125px);
    margin-top: 15px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* menuArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.menuArea {
  padding-top: 50px;
}

.menuBox {
  margin-top: 69px;
}

.column3List {
  display: flex;
  align-items: stretch;
  gap: clamp(20px, 20px + 23 * (100vw - 768px) / 512, 43px);
}

.column3ListItem {
  display: flex;
  flex-direction: column;
  width: calc((100% - clamp(20px, 20px + 23 * (100vw - 768px) / 512, 43px) * 2) / 3);
  min-height: 413px;
}

.column3ListItem__imgBox {
  border-radius: 5px;
  overflow: hidden;
}

.column3ListItem__img {
  width: 100%;
  height: auto;
}

.column3ListItem__txtBox {
  margin-top: 23px;
}

.column3ListItem__title {
  font-size: 24px;
  color: #043186;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  line-height: 1.75;
}

.column3ListItem__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
}

.column3ListItem__text-price {
  font-size: 24px;
  line-height: 1;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
}
.column3ListItem__text-price small {
  font-size: 18px;
}

.column3ListItemBtn {
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .column3List {
    flex-direction: column;
    gap: 40px;
  }
  .column3ListItem {
    max-width: 100%;
    width: 100%;
    min-height: none;
  }
  .column3ListItem__imgBox {
    max-width: 100%;
    width: 100%;
  }
  .column3ListItem__title {
    font-size: 21px;
  }
  .column3ListItem__text-price {
    font-size: 21px;
  }
  .column3ListItem__text-price small {
    font-size: 16px;
  }
  .column3ListItem__txtBox {
    margin-top: 16px;
  }
  .column3ListItemBtn {
    margin-top: 30px;
  }
}
.aboutAdvanceBox {
  padding: 70px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 60px;
  margin-top: 112px;
  background-color: #E9F8EB;
  border-radius: 10px;
  position: relative;
}

.greenBall {
  background-color: #57C666;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.greenBall::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 11px;
  margin: auto;
  background: url(../img/common/ico_triangle-green-down.svg) no-repeat center/contain;
}
.greenBall::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31px;
  height: 28px;
  margin: auto;
  background: url(../img/common/ico_star-white.svg) no-repeat center/contain;
}

.aboutAdvanceTxt {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 600;
  text-align: center;
}

.text-color-accent--pink {
  color: #E51D62;
}

.aboutAdvance__btn {
  margin: 32px auto 0;
}

@media screen and (max-width: 768px) {
  .aboutAdvanceBox {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .aboutAdvanceTxt {
    font-size: 16px;
    text-align: left;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* scheduleArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.scheduleArea {
  padding-top: 35px;
}

.scheduleBox {
  display: flex;
  gap: clamp(20px, 20px + 22 * (100vw - 768px) / 512, 42px);
  max-width: 722px;
  margin: 50px auto 0;
}

.scheduleList {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: calc((100% - clamp(20px, 20px + 23 * (100vw - 768px) / 512, 43px)) / 2);
}
.scheduleList:nth-of-type(2) .scheduleListItem:last-of-type::before {
  display: none;
}

.scheduleListItem {
  border: 1px solid #D6D6D6;
  border-radius: 5px;
  width: 100%;
  padding: 17px 20px 17px 31px;
  position: relative;
}
.scheduleListItem::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 53px;
  width: 11px;
  height: 8px;
  margin: auto;
  background: url(../img/common/ico_triangle-blue-down.svg) no-repeat center/contain;
}

.scheduleListItem__txt {
  display: flex;
  align-items: center;
  gap: clamp(18px, 18px + 8 * (100vw - 768px) / 512, 26px);
  line-height: 1;
}

.scheduleListItem__txt-time {
  text-align: right;
  font-size: 23px;
  color: #043186;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  min-width: 2.249em;
}

.scheduleListItem__txt-head {
  font-size: 19px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .scheduleBox {
    flex-direction: column;
    gap: 18px;
    margin-top: 35px;
  }
  .scheduleList {
    width: 100%;
  }
  .scheduleListItem {
    padding-left: 20px;
  }
  .scheduleListItem__txt-time {
    font-size: 21px;
  }
  .scheduleListItem__txt-head {
    font-size: 16px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* scheduleArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.refreshDiveArea {
  padding-top: 60px;
  padding-bottom: 100px;
}
.refreshDiveArea .c-text {
  font-size: 15px;
  line-height: 1.96875;
  margin-top: 43px;
}

.refreshDiveBox {
  padding: 130px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 121px;
  background-color: #EDF7FD;
  border-radius: 15px;
  margin: 0 auto;
}

.refreshDiveWrap {
  max-width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .refreshDiveArea {
    padding-bottom: 100px;
  }
  .refreshDiveArea .c-text {
    line-height: 1.6;
    margin-top: 43px;
  }
  .refreshDiveBox {
    padding: 80px 20px 65px;
  }
}
.refreshDiveDetail {
  margin-top: 52px;
}

.refreshDetailListItem {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 20px + 30 * (100vw - 768px) / 512, 50px);
}

.refreshDetailListItem__imgBox {
  flex: 1 1 396px;
  max-width: 396px;
  border-radius: 10px;
  overflow: hidden;
}

.refreshDetailListItem__img {
  width: 100%;
}

.refreshDetailListItem__contBox {
  flex: 1 1 474px;
  width: 100%;
  max-width: 474px;
  margin-top: -6px;
}

.refreshDetailListItem__contTitle {
  font-size: clamp(24px, 24px + 4 * (100vw - 768px) / 512, 28px);
  line-height: 1.5;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  color: #043186;
}

.refreshDetailListItem__contPrice {
  font-size: clamp(24px, 24px + 4 * (100vw - 768px) / 512, 28px);
  line-height: 1;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  margin-top: 27px;
}
.refreshDetailListItem__contPrice small {
  font-size: clamp(18px, 18px + 2 * (100vw - 768px) / 512, 20px);
}

.refreshDetailListItem__contText {
  font-size: 18px;
  line-height: 1.75;
  margin-top: 19px;
}

.refreshDetail__includeWrap {
  padding: 17px 30px 22px;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  margin-top: 25px;
}

.refreshDetail__include__list-title {
  font-size: 16px;
  line-height: 1.875;
  color: #043186;
}

.refreshDetail__include__list-detail {
  margin-top: 1px;
}
.refreshDetail__include__list-detail .detail__list {
  gap: 0 17px;
  margin-top: 4px;
}
.refreshDetail__include__list-detail .c-checkTxt {
  padding-left: 19px;
}
.refreshDetail__include__list-detail .c-checkTxt.--no-check {
  padding-left: 0;
}

.--addLineHeight {
  line-height: 1.5;
}

.refreshDetailBtn {
  margin: 61px auto 0;
}

.refresh__link {
  text-decoration: underline;
}
.refresh__link:hover {
  text-decoration: none;
}

.funBtn {
  margin: 61px auto 0;
}

@media screen and (max-width: 768px) {
  .refreshDetailListItem {
    flex-direction: column;
    gap: 20px;
  }
  .refreshDetailListItem__imgBox {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
  .refreshDetailListItem__contBox {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: -6px;
  }
  .refreshDetailListItem__contPrice {
    margin-top: 16px;
  }
  .refreshDetailListItem__contText {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .refreshDetail__includeWrap {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
  .refreshDetailBtn {
    margin-top: 40px;
  }
  .refreshDetail__include__list-title {
    font-size: 15px;
    line-height: 1.6;
  }
  .funBtn {
    margin-top: 40px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* trialArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.trialArea {
  padding-top: 100px;
  padding-bottom: 160px;
}

.trialBox {
  padding-bottom: 90px;
  border-bottom: 1px solid #C9CBD3;
}
.trialBox + .trialBox {
  margin-top: 90px;
}
.trialBox:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.trialListItem {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 20px + 30 * (100vw - 768px) / 512, 50px);
}

.trialListItem__imgBox {
  flex: 1 1 456px;
  max-width: 456px;
  border-radius: 10px;
  overflow: hidden;
}

.trialListItem__img {
  width: 100%;
}

.trialListItem__contBox {
  flex: 1 1 534px;
  max-width: 534px;
  margin-top: -6px;
}

.trialListItem__contTitle {
  font-size: clamp(24px, 24px + 4 * (100vw - 768px) / 512, 28px);
  line-height: 1.5;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  color: #043186;
}

.trialListItem__contPrice {
  font-size: clamp(24px, 24px + 4 * (100vw - 768px) / 512, 28px);
  line-height: 1;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  margin-top: 27px;
}
.trialListItem__contPrice small {
  font-size: clamp(18px, 18px + 2 * (100vw - 768px) / 512, 20px);
}

.trialListItem__contText {
  font-size: 18px;
  line-height: 1.75;
  margin-top: 19px;
}

.trial__includeWrap {
  padding: 17px 30px;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  margin-top: 33px;
}

.trialBtn {
  margin: 61px auto 0;
}

.trialTop__list-title {
  font-size: 16px;
  line-height: 1.875;
  color: #043186;
}

.trialTop__list-detail {
  margin-top: 1px;
}

@media screen and (max-width: 768px) {
  .trialArea {
    padding-top: 54px;
    padding-bottom: 100px;
  }
  .trialBox {
    padding-bottom: 60px;
  }
  .trialBox + .trialBox {
    margin-top: 70px;
  }
  .trialListItem {
    flex-direction: column;
    gap: 20px;
  }
  .trialListItem__imgBox {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
  .trialListItem__contBox {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: -6px;
  }
  .trialListItem__contPrice {
    margin-top: 16px;
  }
  .trialListItem__contText {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .trial__includeWrap {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
  .trialBtn {
    margin-top: 40px;
  }
  .trialTop__list-title {
    font-size: 15px;
    line-height: 1.6;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* shopTourArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.shopTourArea {
  padding-top: 91px;
  padding-bottom: 160px;
}

.shopTourBox {
  padding-bottom: 100px;
  border-bottom: 1px solid #C9CBD3;
}
.shopTourBox:first-of-type {
  padding-top: 69px;
}
.shopTourBox + .shopTourBox {
  margin-top: 99px;
}
.shopTourBox:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.shopTourListItem {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 20px + 30 * (100vw - 768px) / 512, 50px);
}

.shopTourListItem__imgBox {
  flex: 1 1 362px;
  max-width: 362px;
  border-radius: 10px;
  overflow: hidden;
}

.shopTourListItem__img {
  width: 100%;
}

.shopTourListItem__contBox {
  flex: 1 1 629px;
  max-width: 629px;
  margin-top: -6px;
}

.shopTourListItem__contTitle {
  display: flex;
  flex-direction: column;
  font-size: clamp(24px, 24px + 4 * (100vw - 768px) / 512, 28px);
  line-height: 1.5;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  color: #043186;
}

.shopTourListItem__contTitle-sub {
  font-size: clamp(21px, 21px + 4 * (100vw - 768px) / 512, 25px);
  line-height: 1.68;
}

.shopTourListItem__contTitle-main {
  margin-top: 8px;
}

.shopTourListItem__contPrice {
  font-size: clamp(24px, 24px + 4 * (100vw - 768px) / 512, 28px);
  line-height: 1;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  margin-top: 27px;
}
.shopTourListItem__contPrice small {
  font-size: clamp(18px, 18px + 2 * (100vw - 768px) / 512, 20px);
}

.shopTourListItem__contText {
  font-size: 18px;
  line-height: 1.75;
  margin-top: 19px;
}

.shopTour__includeWrap {
  padding: 17px 30px;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  margin-top: 33px;
}

.shopTourBtn {
  margin: 53px auto 0;
}

.shopTourTop__list-title {
  font-size: 16px;
  line-height: 1.875;
  color: #043186;
}

.shopTourTop__list-detail {
  margin-top: 1px;
}

@media screen and (max-width: 768px) {
  .shopTourArea {
    padding-top: 54px;
    padding-bottom: 100px;
  }
  .shopTourBox {
    padding-bottom: 60px;
  }
  .shopTourBox:first-of-type {
    padding-top: 50px;
  }
  .shopTourBox + .shopTourBox {
    margin-top: 70px;
  }
  .shopTourListItem {
    flex-direction: column;
    gap: 20px;
  }
  .shopTourListItem__imgBox {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
  .shopTourListItem__contTitle-sub {
    font-size: 18px;
  }
  .shopTourListItem__contTitle-main {
    font-size: 21px;
    margin-top: 3px;
  }
  .shopTourListItem__contBox {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: -6px;
  }
  .shopTourListItem__contPrice {
    font-size: 21px;
    margin-top: 16px;
  }
  .shopTourListItem__contText {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .shopTour__includeWrap {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
  .shopTourBtn {
    margin-top: 40px;
  }
  .shopTourTop__list-title {
    line-height: 1.6;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* aboutUsArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.aboutUsArea {
  padding-top: 93px;
  padding-bottom: 266px;
  background: url("../img/shop-about/bg_shop-about.jpg") no-repeat bottom/100% auto;
  position: relative;
}
.aboutUsArea::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 5.078125vw;
  margin: auto;
  background: url(../img/common/ico_wave.svg) no-repeat bottom left/100%;
  z-index: 1;
}

.aboutUs__txt {
  line-height: 2;
  margin-top: 37px;
}
.aboutUs__txt + .aboutUs__txt {
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  .aboutUsArea {
    padding-top: 54px;
    padding-bottom: 180px;
  }
  .aboutUsArea::after {
    bottom: -1px;
  }
  .aboutUs__txt {
    line-height: 1.6;
    margin-top: 30px;
  }
  .aboutUs__txt + .aboutUs__txt {
    margin-top: 17px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* staffArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.staffArea {
  padding-top: 111px;
  padding-bottom: 100px;
}

.staffBox {
  margin-top: 50px;
}

.staffAboutBox {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 20px + 30 * (100vw - 768px) / 512, 50px);
  max-width: 920px;
  margin: 0 auto;
}

.staffAbout__imgBox {
  flex: 1 1 350px;
  width: 100%;
  max-width: 350px;
  border-radius: 10px;
  overflow: hidden;
}

.staffAbout__img {
  width: 100%;
  height: auto;
}

.staffAbout__informationBox {
  flex: 1 1 520px;
  width: 100%;
  max-width: 520px;
  margin-top: 19px;
}

.staffName {
  display: flex;
  flex-direction: column;
  color: #043186;
}

.staffName--sub {
  font-size: 15px;
  line-height: 2;
}

.staffName--main {
  font-size: clamp(27px, 27px + 5 * (100vw - 768px) / 512, 32px);
  line-height: 1.5;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
}

.staffCareerWrap {
  padding: 17px 30px 20px;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  background-color: #fff;
  margin-top: 27px;
}
.staffCareerWrap .includeBox {
  padding-bottom: 10px;
}
.staffCareerWrap .includeBox:last-of-type {
  padding-bottom: 0;
}

.staffCareer__title {
  font-size: 18px;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  color: #043186;
  line-height: 1.6666666667;
  font-weight: 600;
  margin-bottom: 11px;
}

.staffCareer__list {
  display: flex;
  gap: 20px;
}

.staffCareer__list-title {
  flex-shrink: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #043186;
}

.staffCareer__list-detail {
  font-size: 15px;
  line-height: 1.5;
}

.staffTextBox {
  margin-top: 66px;
}

.staffText {
  font-size: 15px;
  line-height: 1.8;
}
.staffText + .staffText {
  margin-top: 27px;
}

@media screen and (max-width: 768px) {
  .staffArea {
    padding-bottom: 60px;
  }
  .staffAboutBox {
    flex-direction: column;
  }
  .staffAbout__informationBox {
    margin-top: 0;
  }
  .staffName--sub {
    font-size: 13px;
  }
  .staffName--main {
    font-size: 21px;
  }
  .staffAbout__imgBox {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .staffAbout__informationBox {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .staffCareerWrap {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
  .staffCareer__list-title {
    line-height: 1.6;
  }
  .staffCareer__list {
    gap: 15px;
  }
  .staffTextBox {
    margin-top: 40px;
  }
  .staffText {
    line-height: 1.6;
  }
  .staffText + .staffText {
    margin-top: 20px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* accessArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.accessArea {
  padding-top: 59px;
  padding-bottom: 100px;
}

.accessBox {
  display: flex;
  gap: clamp(20px, 20px + 30 * (100vw - 768px) / 512, 50px);
}

.access__informationBox {
  flex: 1 1 480px;
  width: 100%;
  max-width: 480px;
}

.access__mapBox {
  flex: 1 1 510px;
  width: 100%;
  max-width: 510px;
  aspect-ratio: 51/55;
}
.access__mapBox iframe {
  width: 100%;
  height: 100%;
}

.access__logoBox {
  width: 100%;
  max-width: 350px;
}

.access__logoImg {
  width: 100%;
  height: auto;
}

.accessDetailBox {
  margin-top: 30px;
  margin-bottom: 59px;
}

.detailWrap {
  padding-top: 8px;
  padding-bottom: 11px;
  border-top: 1px solid #C9CBD3;
}
.detailWrap + .detailWrap {
  padding-top: 10.5px;
}
.detailWrap:last-of-type {
  border-bottom: 1px solid #C9CBD3;
}

.accessDetail__list {
  display: flex;
  gap: 20px;
}

.accessDetail__list-title {
  font-size: 16px;
  line-height: 1.5;
  color: #043186;
  min-width: 4em;
}

.accessDetail__list-detail {
  font-size: 16px;
  line-height: 1.5;
}

.access__ttl .c-secTtl--en {
  top: -34px !important;
  left: 0 !important;
  font-size: 55px !important;
}
.access__ttl .c-secTtl--ja {
  font-size: 28px !important;
}

.howToWrap {
  margin-top: 22px;
}

.accessHowTo__list-item {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6875;
  padding: 9px 0;
  border-top: 1px solid #C9CBD3;
}
.accessHowTo__list-item:last-of-type {
  border-bottom: 1px solid #C9CBD3;
}

@media screen and (max-width: 768px) {
  .accessBox {
    flex-direction: column;
  }
  .access__informationBox {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
  }
  .access__mapBox {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .access__ttl .c-secTtl--en {
    top: -30px !important;
    font-size: 50px !important;
  }
  .access__ttl .c-secTtl--ja {
    font-size: 24px !important;
  }
  .accessDetail__list-title {
    font-size: 15px;
  }
  .accessDetail__list-detail {
    font-size: 15px;
  }
  .accessHowTo__list-item {
    font-size: 15px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* voicesArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.voicesArea {
  padding-top: 100px;
  padding-bottom: 160px;
}

.voicesList {
  display: flex;
  flex-wrap: wrap;
  gap: 44px clamp(20px, 20px + 32 * (100vw - 768px) / 512, 52px);
}

.voicesListItem {
  width: calc((100% - clamp(20px, 20px + 32 * (100vw - 768px) / 512, 52px) * 2) / 3);
}

.voicesLink {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.voicesListItem__imgBox {
  width: 100%;
  aspect-ratio: 312/278;
  overflow: hidden;
  border-radius: 10px;
}

.voicesListItem__img {
  width: 100%;
  height: 100%;
}

.voicesListItem__customerInformation {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.voicesGeneration {
  display: inline-block;
  font-size: clamp(14px, 14px + 1 * (100vw - 768px) / 512, 15px);
  line-height: 1;
  font-weight: 600;
  color: #fff;
  background-color: #03AFEB;
  border-radius: 13px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}

.voicesName {
  font-size: clamp(18px, 18px + 2 * (100vw - 768px) / 512, 20px);
  font-weight: 600;
  line-height: 1.65;
}

@media screen and (max-width: 768px) {
  .voicesArea {
    padding-top: 54px;
    padding-bottom: 100px;
  }
  .voicesList {
    gap: 20px;
  }
  .voicesListItem {
    width: calc((100% - 20px) / 2);
  }
  .voicesLink {
    gap: 15px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* Pagination
――――――――――――――――――――――――――――――――――――――――――――――*/
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

.pagination ul {
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333543;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #E3E3E3;
  width: 40px;
  height: 40px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
}

.pagination li.dots {
  background-color: #FCFCFF;
  border-radius: 0;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  cursor: default;
}

.pagination li a,
.pagination li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border-radius: 3px;
}

.pagination li span.current {
  color: #fff;
  border: none;
  background-color: #03AFEB;
}

.pagination li a:hover {
  color: #fff;
  border: none;
  background-color: #03AFEB;
  opacity: 1;
}

.pagination li:hover {
  border: none;
}

.pagination .arrow {
  position: relative;
}
.pagination .arrow::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 12px;
  margin: auto;
  background-color: #2E312E;
  mask-image: url(../img/common/ico_next-arrow-yajirusi.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_next-arrow-yajirusi.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
  content: "";
}
.pagination .arrow:hover::before {
  background-color: #fff;
}
.pagination .arrow.-return::before {
  transform: translate(-50%, -50%) scaleX(-1);
}

@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* voiceArticleArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.voiceArticleArea {
  padding-top: 100px;
  padding-bottom: 60px;
}

.voiceArticle__imgBox {
  width: 100%;
  max-width: 520px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}

.voiceArticle__img {
  width: 100%;
  height: auto;
}

.voiceArticle__ttl {
  margin-top: 62px;
}
.voiceArticle__ttl .voicesGeneration {
  font-size: 18px;
  padding: 7px 23px;
  border-radius: 17px;
  margin-top: 5px;
  font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
}

.voiceArticle__questionBox {
  margin-top: 62px;
}

.question__contents {
  padding-bottom: 50px;
  border-bottom: 1px solid #C9CBD3;
}
.question__contents + .question__contents {
  margin-top: 49px;
}
.question__contents:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.voice__questionList-title {
  display: flex;
  gap: 13px;
}

.questionMark {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  color: #fff;
  background-color: #043186;
  border-radius: 50%;
  padding: 9px 12px 12px 13px;
  width: 40px;
  height: 40px;
  position: relative;
  top: -13px;
}
.questionMark::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -1px;
  width: 10px;
  height: 10px;
  margin: auto;
  background: url(../img/common/ico_triangle-question.svg) no-repeat center/contain;
}

.voice__questionList {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.voice__questionList-q {
  font-size: 21px;
  line-height: 1.5714285714;
  color: #043186;
}

.voice__questionList-a {
  font-size: 16px;
  line-height: 1.67;
  padding-left: 53px;
}

@media screen and (max-width: 768px) {
  .voiceArticle__ttl {
    margin-top: 50px;
  }
  .voiceArticle__ttl .voicesGeneration {
    font-size: 16px;
  }
  .question__contents {
    padding-bottom: 40px;
  }
  .voice__questionList-title {
    gap: 10px;
  }
  .voice__questionList {
    gap: 10px;
  }
  .questionMark {
    flex-shrink: 0;
    font-size: 20px;
    width: 38px;
    height: 38px;
  }
  .voice__questionList-q {
    font-size: 19px;
  }
  .voice__questionList-a {
    font-size: 15px;
    line-height: 1.6;
    padding-left: 48px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* anotherVoiceArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.anotherVoiceArea {
  padding-top: 54px;
  padding-bottom: 160px;
}
.anotherVoiceArea .voiceList {
  margin-top: 42px;
}

.anotherVoice__ttl .c-secTtl--ja {
  font-size: clamp(24px, 24px + 6 * (100vw - 768px) / 512, 30px);
}

.voiceWrap {
  width: 100%;
  max-width: 1160px;
  background-color: #FDF6E7;
  border-radius: 15px;
  padding: 73px 20px 80px;
}

.voiceListWrap {
  max-width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .anotherVoiceArea {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .voiceWrap {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.blogArea {
  padding-top: 100px;
  padding-bottom: 160px;
}
.blogArea .pagination {
  margin-top: 83px;
}

.blog-box {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 20px + 36 * (100vw - 768px) / 512, 56px);
}

.blog-main-box {
  flex: 1 1 753px;
}

.blogList {
  width: 100%;
}

.blog-side {
  flex: 1 0 238px;
  width: 100%;
  max-width: 238px;
  background-color: #EDF7FD;
  border-radius: 10px;
  padding: 35px 28px 35px 25px;
}

.blogListItem {
  border-bottom: 1px solid #D9D9D9;
  padding: 50px 0;
}
.blogListItem:first-child {
  padding-top: 0;
}
.blogListItem:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.blogListItem__link {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 20px + 10 * (100vw - 768px) / 512, 30px);
}

.blogListItem__imgBox {
  flex: 1 0.5 235px;
  width: 100%;
  max-width: 235px;
  aspect-ratio: 235/183;
  border-radius: 8px;
  overflow: hidden;
}

.blogListItem__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogListItem__cont {
  flex: 1 1 480px;
  width: 100%;
  max-width: 480px;
  font-weight: 600;
}

.blogListItem__head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  margin-top: 3px;
}

.blogListItem__date {
  font-size: 15px;
  line-height: 1;
  color: #03AFEB;
}

.blogListItem__cat {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  color: #FFFFFF;
  padding: 4.5px 9px 4.5px;
  border-radius: 15px;
  background-color: #03AFEB;
}

.blogListItem__contTtl {
  font-size: 20px;
  line-height: 1.67;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogListItem__contTxtBox {
  margin-top: 14px;
}

.blogListItem__contTxt {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-side__category-ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #043186;
}

.blog-side__category-linkList {
  width: 100%;
  margin-top: 21px;
}

.blog-side__category-linkListItem {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #C9CBD3;
}
.blog-side__category-linkListItem:first-of-type {
  padding-top: 0;
}
.blog-side__category-linkListItem:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}

.blog-side__category-link {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7333333333;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 16px;
  position: relative;
}
.blog-side__category-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 9px;
  height: 8px;
  margin: auto;
  background: url(../img/common/ico_blog-arrow.svg) no-repeat center/contain;
}
.blog-side__category-link.--ext {
  padding-right: 19px;
}
.blog-side__category-link.--ext::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  background: url(../img/common/ico_link_ext.svg) no-repeat center/contain;
}

.blog-side__category-link + .blog-side__category-link {
  margin-top: 9px;
}

.blog-side__newPosts {
  margin-top: 35px;
}
.blog-side__newPosts .noArt {
  font-size: 15px;
  text-align: left;
}

.blog-side__newPostsList {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 25px;
}

.blog-side__newPostsLstItem {
  width: 100%;
}

.blog-side__newPosts-link {
  display: block;
  width: 100%;
}

.blog-side__newPosts__imgBox {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 185/144;
}

.blog-side__newPosts__img {
  width: 100%;
  height: 100%;
}

.blog-side__newPosts-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7333333333;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-side__newPosts-date {
  display: block;
  text-align: right;
  color: #A7A7A7;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin-top: 10px;
}

.blog-side__newPosts-ttl {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #043186;
}

@media screen and (max-width: 768px) {
  .blogArea {
    padding-top: 54px;
    padding-bottom: 100px;
  }
  .blogArea .pagination {
    margin-top: 50px;
  }
  .blog-box {
    flex-direction: column;
    gap: 65px;
  }
  .blog-main-box {
    flex: 1 1 100%;
    width: 100%;
  }
  .blogListItem {
    padding: 35px 0;
  }
  .blogListItem__link {
    flex-direction: column;
    gap: 15px;
  }
  .blogListItem__imgBox {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .blogListItem__cont {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .blogListItem__contTtl {
    font-size: 18px;
    margin-top: 8px;
  }
  .blogListItem__imgBox {
    flex-shrink: 0.7;
  }
  .blog-side {
    position: static;
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .blogListItem__contTxtBox {
    margin-top: 10px;
  }
  .blog-side__category-linkList {
    margin-top: 15px;
  }
  .blog-side__newPostsList {
    margin-top: 22px;
  }
  .blog-side__newPosts-date {
    margin-top: 5px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* blogArticleArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.blog-box.--article {
  gap: clamp(20px, 20px + 36 * (100vw - 768px) / 512, 56px);
}

.blog-main-box.--article {
  flex: 1 1 745px;
}

@media screen and (max-width: 768px) {
  .blog-main-box.--article {
    flex: 1 1 100%;
    width: 100%;
  }
}
.blog__ttl {
  font-size: clamp(22px, 22px + 4 * (100vw - 768px) / 512, 26px);
  line-height: 1.6653846154;
  font-weight: 600;
}

.blog__ttl-main {
  display: block;
  margin-top: 22px;
}

.blog__imgBox {
  border-radius: 8px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 460px;
  margin: 38px auto 44px;
}
.blog__imgBox img {
  height: 100%;
}

.blogListItem__contSub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blogListItem__contSub-category {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: #FFFFFF;
  padding: 7px 15px;
  border-radius: 15px;
  background-color: #03AFEB;
}

.blogListItem__contSub-date {
  font-size: 15px;
  line-height: 1;
  color: #03AFEB;
}

.blog__img {
  width: 100%;
  height: auto;
}

.blog__imgBox ~ .blog__imgBox {
  margin-top: 54px;
}

.blog__ttl-tagBox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.tagMark {
  width: 22px;
  height: 22px;
  background-color: #03AFEB;
  border-radius: 2px;
  position: relative;
}
.tagMark::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 11px;
  height: 12px;
  margin: auto;
  background: url(../img/common/ico_hashtag.svg) no-repeat center/contain;
}

.blog__ttl-tagList {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6666666667;
}

.blog__ttl-tagListItemLink {
  margin-right: 0.47ch;
  text-decoration: underline;
}
.blog__ttl-tagListItemLink:hover {
  text-decoration: none;
}

.blogPost__contBox p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6666666667;
  margin-top: 20px;
}
.blogPost__contBox p + .blogPost__contBox p {
  margin-top: 26px;
}
.blogPost__contBox figure {
  border-radius: 8px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 460px;
  margin: 38px auto 44px;
}

.blogPostHeading--h3 {
  font-size: clamp(19px, 19px + 1 * (100vw - 768px) / 512, 20px);
  font-weight: 600;
  line-height: 1.67;
  color: #043186;
  min-height: 43px;
  margin-top: 55px;
  padding: 5px 12px 5px 25px;
  background-color: #EDF7FD;
  position: relative;
}
.blogPostHeading--h3::before {
  content: "";
  width: 10px;
  height: 100%;
  background: #043186;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.blogPostHeading--h4 {
  font-size: 18px;
  font-weight: 600;
  color: #043186;
  line-height: 1.6666666667;
  margin-top: 57px;
  padding-left: 20px;
  position: relative;
}
.blogPostHeading--h4::before {
  content: "";
  width: 7px;
  height: 100%;
  background: #043186;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.blogPostHeading--h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.671875;
  padding-left: 20px;
  margin-top: 49px;
  color: #043186;
  position: relative;
}
.blogPostHeading--h5::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background-color: #043186;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .blog-box.--article {
    gap: 50px;
  }
  .blogListItem__contSub-category {
    font-size: 13px;
    padding: 6px 14px;
  }
  .blogListItem__contSub-date {
    font-size: 13px;
  }
  .blog__ttl-main {
    margin-top: 12px;
  }
  .blog__ttl-tagBox {
    margin-top: 8px;
  }
  .blog__ttl {
    padding-bottom: 12px;
  }
  .blog__imgBox {
    margin-top: 25px;
  }
  .blog__imgBox ~ .blog__imgBox {
    margin-top: 44px;
  }
  .blog__textBox {
    margin-top: 30px;
  }
  .blog__text + .blog__text {
    margin-top: 20px;
  }
}
.blog-pageMoveBox {
  margin-top: 86px;
}

.blog-pageMoveList {
  display: flex;
  justify-content: space-between;
}

.blog-pageMoveItem {
  width: clamp(200px, 28.3203125vw, 362.5px);
  background-color: #EDF7FD;
}
.blog-pageMoveItem:nth-of-type(2) .blog-pageMoveItem__link {
  flex-direction: row-reverse;
}
.blog-pageMoveItem:nth-of-type(2) .blog-pageMoveItem__textSub::before {
  left: auto;
  right: 0;
  transform: scaleX(-1);
}

.blog-pageMoveItem__imgBox {
  border-radius: 5px;
  overflow: hidden;
  max-width: 120px;
  aspect-ratio: 120/94;
  flex-shrink: 0.9;
}

.blog-pageMoveItem__img {
  width: 100%;
  height: 100%;
}

.blog-pageMoveItem__link {
  display: flex;
  align-items: flex-start;
  width: 100%;
  gap: 15px;
  padding: 25px;
}

.blog-pageMoveItem__textBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 14px;
}

.blog-pageMoveItem__text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5333333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-pageMoveItem__textSub {
  color: #043186;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .blog-pageMoveBox {
    margin-top: 40px;
  }
  .blog-pageMoveItem__link {
    flex-direction: column;
    padding: 20px;
  }
  .blog-pageMoveItem__imgBox {
    max-width: 100%;
  }
  .blog-pageMoveList {
    gap: 20px;
  }
  .blog-pageMoveItem__text {
    font-size: 13px;
  }
  .blog-pageMoveItem__textSub {
    font-size: 11px;
  }
  .blog-pageMoveItem__textBox {
    margin-top: 0;
    gap: 7px;
  }
  .blog-pageMoveItem:last-of-type .blog-pageMoveItem__link {
    flex-direction: column;
  }
}
.blog__btn {
  margin: 60px auto 0;
}

.archiveTitle {
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  font-size: clamp(24px, 24px + 4 * (100vw - 768px) / 512, 28px);
  font-weight: 600;
  margin-bottom: 30px;
}

.noArt {
  text-align: center;
}

.blog-side__prevPost {
  display: block;
  font-size: 15px;
  margin-top: 25px;
}

.blog-side__prevPostLink {
  text-decoration: underline;
}
.blog-side__prevPostLink:hover {
  text-decoration: none;
}

.contact .footerContactArea {
  display: none;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* contactArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.contactArea {
  padding-top: 101px;
  padding-bottom: 160px;
}

.contactWrap {
  display: flex;
  gap: 30px clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px);
}

.contactWrap .contactBox {
  width: calc((100% - clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px)) / 2);
  margin-top: 0;
}

.contactBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 50px clamp(30px, 30px + 10 * (100vw - 768px) / 512, 40px) 50px;
  border-radius: 5px;
  background-color: #EDF7FD;
  margin-top: 30px;
}

.contactBox.form {
  padding-top: 61px;
  padding-bottom: 59px;
  margin-top: 40px;
}

.contactTtl {
  position: relative;
  color: #043186;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  font-size: clamp(20px, 20px + 8 * (100vw - 768px) / 512, 28px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

.contactTtl::before {
  content: "";
  display: block;
  width: 34px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/contact/icon_dots.svg) center center/contain no-repeat;
}

.contactTxt {
  font-size: clamp(16px, 16px + 2 * (100vw - 768px) / 512, 18px);
  font-weight: 300;
  line-height: 1.5555555556;
  text-align: center;
  margin-top: 30px;
}

.contactNumber {
  display: block;
  font-family: "dnp-shuei-nmincho-std", "Hiragino Mincho ProN", "YuMincho", "游明朝体", sans-serif;
  font-size: clamp(32px, 32px + 9 * (100vw - 768px) / 512, 41px);
  text-align: center;
  margin: 38px auto 0;
  padding-left: clamp(41.5px, 41.5px + 3 * (100vw - 768px) / 512, 44.5px);
  line-height: 1;
  position: relative;
}
.contactNumber::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: clamp(30px, 30px + 3 * (100vw - 768px) / 512, 33px);
  height: clamp(40px, 40px + 3 * (100vw - 768px) / 512, 43px);
  margin: auto;
  background: url(../img/common/ico_tel.svg) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .contactArea {
    padding-top: 54px;
    padding-bottom: 100px;
  }
  .contactWrap {
    display: flex;
    flex-direction: column;
    gap: 30px clamp(15px, 15px + 15 * (100vw - 768px) / 512, 30px);
  }
  .contactWrap .contactBox {
    width: 100%;
    margin-top: 0;
  }
  .contactBox {
    width: 100%;
    padding: 43px 15px 40px;
    border-radius: 5px;
    background-color: #EDF7FD;
    margin-top: 30px;
  }
  .contactBox.form {
    padding-bottom: 49px;
  }
  .contactTtl {
    font-size: 24px;
    padding-bottom: 22px;
  }
  .contactTxt {
    font-size: 16px;
    margin-top: 5px;
  }
  .contactNumber {
    font-size: 24px;
    margin: 25px auto 0;
    padding-left: 30px;
  }
  .contactNumber::before {
    width: 23px;
    height: 33px;
  }
}
/*** contactForm ***/
.contactFormWrap {
  max-width: 100%;
}

.contactForm {
  width: 100%;
  max-width: 920px;
  margin: 58px auto 0;
}

.contactForm input, .contactForm textarea, .contactForm select {
  background-color: #FFFFFF;
  border: 1px solid #B7B8BF;
  border-radius: 5px;
  padding: 10px 15px 9px;
  margin-top: 1px;
  width: 305px;
  font-size: 14px;
  line-height: 2;
  color: #2E312E;
  text-align: left;
}

.contactForm textarea {
  width: 585px;
  height: 165px;
  max-width: 100%;
}

.contactForm select, .contactForm #your_age {
  width: 100px;
}

.contactForm .contactForm__submitBtn {
  position: relative;
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
  margin: 51px auto 0;
}
.contactForm .contactForm__submitBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 43px;
  margin: auto;
  width: 24px;
  height: 17px;
  background-color: #2E312E;
  mask-image: url(../img/common/ico_contact-arrow.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(../img/common/ico_contact-arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  transition: 0.3s;
  z-index: 1;
}
.contactForm .contactForm__submitBtn input {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #2E312E;
  padding: 30px 70px 30px 70px;
  background-color: #FFCF2E;
  border: 2px solid #FFCF2E;
  border-radius: 5px;
  max-width: 100%;
  width: 462px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
.contactForm .contactForm__submitBtn input:hover {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .contactForm .contactForm__submitBtn {
    margin-top: 40px;
  }
  .contactForm .contactForm__submitBtn::before {
    right: 13px;
    width: 20px;
    height: 13px;
  }
  .contactForm .contactForm__submitBtn input {
    font-size: 18px;
    padding: 20px 35px 20px 25px;
    width: 320px;
  }
}
.contactForm__item {
  display: flex;
  align-items: flex-start;
  gap: 0 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E3E3E3;
  padding-left: 60px;
}
.contactForm__item.contactForm__item--textarea {
  padding-bottom: 0;
  border-bottom: none;
}

.contactForm__item + .contactForm__item {
  margin-top: 23px;
}

.contactForm__item.contactForm__item--radio {
  align-items: center;
}

.contactForm__item.contactForm__item--radio .contactForm__txt {
  font-size: 16px;
}

.contactForm__item.contactForm__item--radio .wpcf7-form-control {
  display: flex;
  align-items: center;
  gap: 0 clamp(20px, 20px + 20 * (100vw - 768px) / 512, 40px);
  line-height: 1;
}

.contactForm__item.contactForm__item--radio .wpcf7-list-item {
  position: relative;
  margin-left: 0;
}

.contactForm__item.contactForm__item--radio .wpcf7-list-item label {
  display: flex;
  align-items: baseline;
  gap: 0 10px;
}

.contactForm__item.contactForm__item--radio .wpcf7-list-item::before {
  display: block;
  position: absolute;
  top: 3px;
  left: -1px;
  width: 22px;
  height: 22px;
  margin: auto;
  border: 1px solid #E3E3E3;
  border-radius: 50%;
  background-color: #FFFFFF;
  content: "";
  z-index: 0;
}

.contactForm__item.contactForm__item--radio input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-top: 0;
  border: 10px solid #FFFFFF;
  border-radius: 50%;
  background-color: #00BAB4;
  transition: 0.2s all linear;
  position: relative;
  top: 4px;
}

.contactForm__item.contactForm__item--radio input[type=radio]:checked {
  border: 4px solid #FFFFFF;
}

.contactForm__ttl {
  width: 185px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.75;
  flex-shrink: 0;
  margin-top: 7px;
}

.contactForm__require {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  padding: 5.5px 9px 5.5px;
  border-radius: 4px;
  color: #fff;
  background-color: #ED2020;
}

.screen-reader-response {
  display: none;
}

.screen-reader-response ul {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  display: block;
  color: #dc3232;
}

.wpcf7-spinner {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .contactForm {
    margin-top: 20px;
  }
  .contactForm form {
    width: 100%;
  }
  .contactForm input, .contactForm textarea {
    width: 100%;
  }
  .contactForm textarea {
    height: 168px;
  }
  .contactForm .wpcf7-form-control-wrap {
    width: 100%;
  }
  .contactForm__item {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 8px clamp(15px, 15px + 15 * (100vw - 768px) / 512, 30px);
    padding-left: 0;
  }
  .contactForm__item.contactForm__item--radio .wpcf7-form-control {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px 0;
  }
  .contactForm__item.contactForm__item--radio .wpcf7-form-control .wpcf7-list-item {
    margin-left: 0;
  }
  .contactForm__item.contactForm__item--radio .wpcf7-form-control .wpcf7-list-item::before {
    top: 3px;
  }
  .contactForm__item.contactForm__item--radio .wpcf7-form-control input[type=radio] {
    top: 4px;
  }
  .contactForm__item--textarea {
    align-items: baseline;
  }
  .contactForm__ttl {
    font-size: 15px;
    width: 100%;
    justify-content: initial;
    gap: 0 10px;
    margin-top: 0;
    line-height: 1.6;
  }
  .contactForm__txt {
    width: 100%;
  }
}
/*** サンクスページ ***/
.contactThanks__btn {
  padding: 21px 30px;
  margin: 30px auto 0;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* z-index
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-z1 {
  z-index: 1;
}

.u-z2 {
  z-index: 2;
}

.u-z3 {
  z-index: 3;
}

.u-z4 {
  z-index: 4;
}

.u-z5 {
  z-index: 5;
}

.u-z6 {
  z-index: 6;
}

.u-z7 {
  z-index: 7;
}

.u-z8 {
  z-index: 8;
}

.u-z9 {
  z-index: 9;
}

.u-z10 {
  z-index: 10;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* potition
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-por {
  position: relative;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* flex
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* margin
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
  .u-mt5-pc {
    margin-top: 5px;
  }
  .u-mt10-pc {
    margin-top: 10px;
  }
  .u-mt15-pc {
    margin-top: 15px;
  }
  .u-mt20-pc {
    margin-top: 20px;
  }
  .u-mt25-pc {
    margin-top: 25px;
  }
  .u-mt30-pc {
    margin-top: 30px;
  }
  .u-mt35-pc {
    margin-top: 35px;
  }
  .u-mt40-pc {
    margin-top: 40px;
  }
  .u-mt45-pc {
    margin-top: 45px;
  }
  .u-mt50-pc {
    margin-top: 50px;
  }
  .u-mt55-pc {
    margin-top: 55px;
  }
  .u-mt60-pc {
    margin-top: 60px;
  }
  .u-mt65-pc {
    margin-top: 65px;
  }
  .u-mt70-pc {
    margin-top: 70px;
  }
  .u-mt75-pc {
    margin-top: 75px;
  }
  .u-mt80-pc {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .u-mt5-sp {
    margin-top: 5px;
  }
  .u-mt10-sp {
    margin-top: 10px;
  }
  .u-mt15-sp {
    margin-top: 15px;
  }
  .u-mt20-sp {
    margin-top: 20px;
  }
  .u-mt25-sp {
    margin-top: 25px;
  }
  .u-mt30-sp {
    margin-top: 30px;
  }
  .u-mt35-sp {
    margin-top: 35px;
  }
  .u-mt40-sp {
    margin-top: 40px;
  }
  .u-mt45-sp {
    margin-top: 45px;
  }
  .u-mt50-sp {
    margin-top: 50px;
  }
  .u-mt55-sp {
    margin-top: 55px;
  }
  .u-mt60-sp {
    margin-top: 60px;
  }
  .u-mt65-sp {
    margin-top: 65px;
  }
  .u-mt70-sp {
    margin-top: 70px;
  }
  .u-mt75-sp {
    margin-top: 75px;
  }
  .u-mt80-sp {
    margin-top: 80px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* font-size
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
  .u-fz10-pc {
    font-size: 10px;
  }
  .u-fz11-pc {
    font-size: 11px;
  }
  .u-fz12-pc {
    font-size: 12px;
  }
  .u-fz13-pc {
    font-size: 13px;
  }
  .u-fz14-pc {
    font-size: 14px;
  }
  .u-fz15-pc {
    font-size: 15px;
  }
  .u-fz16-pc {
    font-size: 16px;
  }
  .u-fz17-pc {
    font-size: 17px;
  }
  .u-fz18-pc {
    font-size: 18px;
  }
  .u-fz19-pc {
    font-size: 19px;
  }
  .u-fz20-pc {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .u-fz10-sp {
    font-size: 10px;
  }
  .u-fz11-sp {
    font-size: 11px;
  }
  .u-fz12-sp {
    font-size: 12px;
  }
  .u-fz13-sp {
    font-size: 13px;
  }
  .u-fz14-sp {
    font-size: 14px;
  }
  .u-fz15-sp {
    font-size: 15px;
  }
  .u-fz16-sp {
    font-size: 16px;
  }
  .u-fz17-sp {
    font-size: 17px;
  }
  .u-fz18-sp {
    font-size: 18px;
  }
  .u-fz19-sp {
    font-size: 19px;
  }
  .u-fz20-sp {
    font-size: 20px;
  }
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* font
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-fw600 {
  font-weight: 600;
}

/*――――――――――――――――――――――――――――――――――――――――――――
/* 特殊
――――――――――――――――――――――――――――――――――――――――――――――*/