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

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.tb-none {
  display: block;
}
@media screen and (max-width: 1024px) {
  .tb-none {
    display: none;
  }
}

.tb-block {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tb-block {
    display: block;
  }
}

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

html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: clamp(14px, 14px + (16 - 14) * (100vw - 375px) / (1920 - 375), 16px);
  font-weight: 500;
  color: #000;
  line-height: 2;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
}
body.is-open .menu {
  opacity: 1;
  visibility: visible;
}
body.is-open .btn--menu span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 6px);
}
body.is-open .btn--menu span:nth-child(2) {
  opacity: 0;
}
body.is-open .btn--menu span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
a::after,
a::before {
  color: inherit;
  outline: none;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

video {
  max-width: 100%;
  height: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

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

address {
  font-style: normal;
}

input,
textarea,
select {
  max-width: 100%;
}

/*-----------------------
/*clearfix
---------------------------------*/
/* For modern browsers */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.container, .container--narrow {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 3.8%;
}
@media screen and (max-width: 768px) {
  .container, .container--narrow {
    padding: 0 24px;
  }
}
.container--narrow {
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .container--narrow {
    padding: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .container--sp {
    padding: 0 24px;
  }
}

.overflow--hidden {
  overflow: hidden;
}

.l-flex {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.l-flex--middle {
  align-items: center;
}
.l-flex--base {
  align-items: baseline;
}
.l-flex--center {
  justify-content: center;
}
.l-flex--col {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .l-flex--sp {
    display: flex;
    flex-wrap: wrap;
  }
  .l-flex--sp__1 {
    order: 1;
    margin-bottom: 3vw;
  }
  .l-flex--sp__2 {
    order: 2;
  }
  .l-flex--sp__3 {
    order: 3;
  }
}
.l-flex__item {
  flex: 1 1 44%;
}
@media screen and (max-width: 768px) {
  .l-flex__item {
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 768px) {
  .sp--mb__1 {
    margin-bottom: 1em;
  }
  .sp--mb__2 {
    margin-bottom: 2em;
  }
  .sp--mb__3 {
    margin-bottom: 3em;
  }
  .sp--mb__4 {
    margin-bottom: 4em;
  }
}
.full-bleed-right {
  margin-right: calc(50% - 50vw);
}

.full-bleed-left {
  margin-left: calc(50% - 50vw);
}

.full-bleed {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.l-section {
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.l-section--pt100 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-section--pt100 {
    padding-top: 60px;
  }
}
.l-section--pt170 {
  padding-top: 170px;
}
@media screen and (max-width: 768px) {
  .l-section--pt170 {
    padding-top: 60px;
  }
}
.l-section--pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .l-section--pb100 {
    padding-bottom: 60px;
  }
}
.l-section--pb200 {
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .l-section--pb200 {
    padding-bottom: 60px;
  }
}
.l-section--pbnone {
  padding-bottom: 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.gap--l {
  -moz-column-gap: 6%;
       column-gap: 6%;
}

.gap--s {
  -moz-column-gap: 42px;
       column-gap: 42px;
}
.gap--s .col__45 {
  width: calc(45% - 21px);
}
@media screen and (max-width: 768px) {
  .gap--s .col__45 {
    width: 100%;
  }
}
.gap--s .col__55 {
  width: calc(55% - 21px);
}
@media screen and (max-width: 768px) {
  .gap--s .col__55 {
    width: 100%;
  }
}
.gap--s .col__50 {
  width: calc(50% - 21px);
}
@media screen and (max-width: 768px) {
  .gap--s .col__50 {
    width: 100%;
  }
}

.middle-y, .btn .arrow-r {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.bg--gr {
  background-color: #F2F2F2;
}

.bg--sub {
  background-color: #EEF3FB;
}

.bg--main {
  background-color: #001346;
}

.bg--check {
  background-image: url(../images/pattern_wh.png);
}

.br--right {
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .br--right {
    border-radius: 0 6px 6px 0;
  }
}

.readarea {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .readarea {
    margin-bottom: 25px;
  }
}
.readarea p:not(:last-child) {
  margin-bottom: 1em;
}

.fs-l {
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
}

.box--white {
  background-color: #fff;
  padding: 5% 5.4vw;
}

.box--bl {
  background-color: #EEF3FB;
  border: 1px solid #cdcdcd;
}

.box--tip {
  background-color: #EEF3FB;
  border-radius: 15px;
  padding: clamp(40px, 40px + (45 - 40) * (100vw - 375px) / 1545, 45px) clamp(16px, 16px + (98 - 16) * (100vw - 375px) / 1545, 98px);
  position: relative;
}
.box--tip .tip {
  background-color: #C69000;
  color: #fff;
  border-radius: 0 0 10px 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 15px;
  width: 64px;
  font-size: clamp(12px, 12px + (16 - 12) * (100vw - 375px) / (1920 - 375), 16px);
}
.box--tip .txtarea {
  color: #001346;
}
@media screen and (max-width: 768px) {
  .box--tip .c-title.underline {
    margin-bottom: 1.6em;
  }
}

.box--border {
  padding: clamp(20px, 20px + (45 - 20) * (100vw - 375px) / 1545, 45px) clamp(16px, 16px + (98 - 16) * (100vw - 375px) / 1545, 98px);
  border: 1px solid #001346;
  border-radius: 15px;
  color: #001346;
  font-weight: 400;
}
.box--border .readarea {
  margin-bottom: 0;
}
.box--border .bold {
  font-weight: 700;
  margin-bottom: 1em;
}

.table--wrap {
  width: min(1150px, 90%);
  margin: 0 auto;
}

.table--type1 {
  width: 100%;
  border-collapse: collapse;
}
.table--type1 tr {
  border-bottom: 1px solid #B9BFD0;
}
.table--type1 th {
  width: 220px;
  padding: 15px 0;
  text-align: left;
  font-weight: 500;
  color: #001346;
  vertical-align: top;
  white-space: nowrap;
  border-bottom: 1px solid #001346;
}
.table--type1 td {
  padding: 15px 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .table--type1 th,
  .table--type1 td {
    display: block;
    width: 100%;
  }
  .table--type1 th {
    border-bottom: none;
    padding: 10px 0 0;
  }
  .table--type1 td {
    padding: 0 0 10px 24px;
  }
  .table--type1 tr {
    border-bottom: 1px solid #dcdde0;
  }
}

.table--type2 th {
  font-weight: 500;
  color: #fff;
  background-color: #001346;
  padding: 8px 1em 3px;
  line-height: 1;
  width: 90px;
  vertical-align: middle;
}
.table--type2 td {
  padding: 8px 1em 3px;
  border-bottom: 1px solid #dcdde0;
}

.ttlwrap1 {
  margin-bottom: 4.7vw;
}

.ttlwrap2 {
  margin-bottom: 2.5vw;
}
.ttlwrap2 .c-title--section-sub {
  line-height: 1;
  margin-bottom: 1em;
}

.ttlwrap3 {
  padding: 1.5em;
  background: url(../images/icon-kakko-l.svg), url(../images/icon-kakko-r.svg);
  background-position: top left, bottom 20px right;
  background-size: 42px 36px;
  background-repeat: no-repeat no-repeat;
  font-weight: 600;
  color: #001346;
  line-height: 1.5;
  font-size: clamp(17px, 17px + (28 - 17) * (100vw - 375px) / (1920 - 375), 28px);
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .ttlwrap3 {
    padding: 1.5em 1.6em 0.5em;
    background-position: top 20px left 0px, bottom 0px right 0px;
    background-size: 22px 26px;
  }
}

.c-title {
  font-weight: bold;
  color: #001346;
  line-height: 1.4;
}
.c-title--en-main {
  font-family: "Poppins", sans-serif;
  font-size: clamp(40px, 40px + (110 - 40) * (100vw - 375px) / (1920 - 375), 110px);
}
.c-title--l1 {
  font-size: clamp(22px, 22px + (45 - 22) * (100vw - 375px) / (1920 - 375), 45px);
  margin-bottom: 1em;
}
.c-title--l1.has-underline:after {
  position: relative;
  bottom: -16px;
  width: 40px;
}
.c-title--l2 {
  font-size: clamp(20px, 20px + (38 - 20) * (100vw - 375px) / (1920 - 375), 38px);
  margin-bottom: 1em;
}
.c-title--l2.has-underline:after {
  position: relative;
  bottom: -16px;
  width: 40px;
}
.c-title--l3 {
  font-size: clamp(18px, 18px + (30 - 18) * (100vw - 375px) / (1920 - 375), 30px);
  margin-bottom: 1em;
}
.c-title--l4 {
  font-size: clamp(16px, 16px + (28 - 16) * (100vw - 375px) / (1920 - 375), 28px);
  margin-bottom: 1em;
}
.c-title--l5 {
  font-size: clamp(24px, 24px + (55 - 24) * (100vw - 375px) / (1920 - 375), 55px);
  margin-bottom: 1em;
}
.c-title--l6 {
  font-size: clamp(16px, 16px + (20 - 16) * (100vw - 375px) / (1920 - 375), 20px);
  margin-bottom: 1em;
}
.c-title--page-main {
  font-size: clamp(14px, 14px + (24 - 14) * (100vw - 375px) / (1920 - 375), 24px);
}
.c-title--page-sub {
  font-size: clamp(40px, 40px + (104 - 40) * (100vw - 375px) / (1920 - 375), 104px);
  font-weight: 600;
  font-family: "poppins", sans-serif;
  position: relative;
  margin-bottom: 2vw;
}
.c-title--section-sub {
  font-size: clamp(14px, 14px + (18 - 14) * (100vw - 375px) / (1920 - 375), 18px);
  font-weight: 400;
  color: #001346;
}
.c-title.has-label {
  position: relative;
  padding-left: 11px;
}
.c-title.has-label:before {
  content: "";
  background-color: #C69000;
  width: 6px;
  height: 6px;
  margin-right: 0.5em;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-title.underline {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #AABBD3;
  margin-bottom: 0.85em;
}

.is-white {
  color: #fff;
}

.is-accent {
  color: #C69000;
}

.has-underline {
  position: relative;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .has-underline {
    margin-bottom: 18px;
  }
}
.has-underline:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #001346;
}

.is-white.has-underline:after {
  background: #fff;
}

.weight-600 {
  font-weight: 600;
}

.weight-400 {
  font-weight: 400;
}

.arrow-r {
  position: relative;
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .arrow-r {
    width: 14px;
    height: 1px;
  }
}
.arrow-r::before {
  content: "";
  position: absolute;
  top: 3px;
  right: -2px;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 5px;
  background-color: #ffffff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .arrow-r::before {
    width: 6px;
    height: 1px;
    top: 2px;
  }
}
.arrow-r::after {
  content: "";
  position: absolute;
  bottom: 3px;
  right: -2px;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .arrow-r::after {
    width: 6px;
    height: 1px;
    top: -2px;
  }
}

.btn {
  display: inline-block;
  padding: 1em 3em 0.85em 2em;
  text-align: center;
  border-radius: 2px;
  font-weight: 500;
  transition: 0.3s;
  cursor: pointer;
  font-size: clamp(14px, 14px + (19 - 14) * (100vw - 375px) / (1920 - 375), 19px);
  position: relative;
  line-height: 1;
}
.btn .ico img {
  width: 13px;
  display: inline;
  margin-right: 8px;
}
.btn .txt {
  border-right: 1px solid #eee;
  padding-right: 2em;
  display: inline-block;
  text-align: left;
  font-weight: 500;
}
.btn .arrow-r {
  position: absolute;
  right: 1.1em;
  top: 50%;
}
.btn--l {
  font-size: clamp(16px, 16px + (30 - 16) * (100vw - 375px) / (1920 - 375), 30px);
  line-height: 1.3;
  padding: 1.7em 1.8em 1.4em 0.5em;
}
@media screen and (max-width: 768px) {
  .btn--l {
    width: 100%;
  }
}
.btn--l .ico {
  width: 36px;
  margin-right: 14px;
}
@media screen and (max-width: 768px) {
  .btn--l .ico {
    width: 20px;
    margin-right: 8px;
  }
}
.btn--l .ico img {
  width: 100%;
}
.btn--l .ico--pdf {
  margin-top: -4px;
}
.btn--l .txt {
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .btn--l .txt {
    font-weight: 700;
    font-size: clamp(16px, 16px + (18 - 16) * (100vw - 375px) / (1920 - 375), 18px);
    width: 88%;
  }
}
.btn--l .arrow-r {
  right: 0.6em;
}
.btn--nv {
  background-color: #001346;
  color: #fff;
  border: 1px solid #001346;
}
.btn--nv:hover {
  background-color: #0b35a8;
}
.btn--gl {
  background-color: #C69000;
  color: #fff;
  border: 1px solid #C69000;
}
.btn--gl:hover {
  background-color: #c68100;
}
.btn.arrow {
  position: relative;
}
.btn.arrow:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #001346;
  border-right: solid 1px #001346;
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  transform: rotate(45deg);
}
.btn.bordertype {
  border: 1px solid #001346;
  background-color: #fff;
}
.btn.bordertype:hover {
  background-color: #001346;
  color: #fff;
}
.btn.bordertype:hover.arrow:after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.btn.type2 {
  background-color: #00BCA1;
  color: #fff;
  border-radius: 3em;
}
@media screen and (max-width: 768px) {
  .btn.type2 {
    text-align: left;
    line-height: 1.4;
    padding-left: 1.8em;
  }
}
.btn.type2.--nv {
  background-color: #001346;
  font-size: 14px;
}
.btn.type2.--nv:hover {
  background-color: #000001;
}
.btn.type2 .icon {
  position: absolute;
  right: 1.5em;
  top: calc(50% - 7px);
}
.btn.type2:hover {
  background-color: #009c85;
}

.btn--icon {
  padding-left: 24px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .btn--icon {
    padding-left: 8px;
  }
}
.btn--icon .ico__l img {
  width: 100%;
}

.p-card {
  width: min(1600px, 90%);
  margin: 0 auto;
  position: relative;
  padding: 55px 90px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-card {
    padding: 30px 18px;
  }
}
.p-card.w100 {
  width: 100%;
}
.p-card > * {
  position: relative;
  z-index: 2;
}
.p-card > .l-flex {
  width: 100%;
}
.p-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-width: 60px 60px 0 0;
  border-style: solid;
  border-color: #001346 #AABBD3 transparent transparent;
  background: transparent;
  display: block;
  width: 0;
  height: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-card::before {
    border-width: 30px 30px 0 0;
  }
}

.kakkoarea {
  position: relative;
  padding: 1em 3em;
  color: #001346;
}
@media screen and (max-width: 768px) {
  .kakkoarea {
    padding: 1em;
  }
}
.kakkoarea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #001346;
}
.kakkoarea.is-white::before {
  background: #fff;
}
.kakkoarea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 1px;
  background: #001346;
}
.kakkoarea.is-white::after {
  background: #fff;
}
.kakkoarea::marker {
  display: none;
}
.kakkoarea .kakkoarea__left-bottom {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 1px;
  background: #001346;
}
.kakkoarea.is-white .kakkoarea__left-bottom {
  background: #fff;
}
.kakkoarea .kakkoarea__right-bar,
.kakkoarea .kakkoarea__right-top,
.kakkoarea .kakkoarea__right-bottom {
  content: "";
  position: absolute;
  background: #001346;
}
.kakkoarea.is-white .kakkoarea__right-bar,
.kakkoarea.is-white .kakkoarea__right-top,
.kakkoarea.is-white .kakkoarea__right-bottom {
  background: #fff;
}
.kakkoarea .kakkoarea__right-bar {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
.kakkoarea .kakkoarea__right-top {
  top: 0;
  right: 0;
  width: 10px;
  height: 1px;
}
.kakkoarea .kakkoarea__right-bottom {
  bottom: 0;
  right: 0;
  width: 10px;
  height: 1px;
}

.check--list li {
  position: relative;
  padding-left: 50px;
  font-size: clamp(14px, 14px + (22 - 14) * (100vw - 375px) / (1920 - 375), 22px);
  color: #001346;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .check--list li {
    padding-left: 26px;
    margin-bottom: 0;
  }
}
.check--list li:before {
  content: "";
  background: url(../images/icon-check.svg) no-repeat;
  background-size: contain;
  width: 37px;
  height: 36px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .check--list li:before {
    width: 20px;
    height: 20px;
  }
}

.custom--list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2em;
}
.custom--list li {
  position: relative;
  padding-left: 2em;
  text-indent: -2em;
}
.custom--list li .marker {
  margin-right: 0.25em;
}

.square--list li {
  position: relative;
  padding-left: 0.8em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.square--list li:before {
  content: "";
  background-color: #001346;
  width: 0.3em;
  height: 0.3em;
  position: absolute;
  top: 0.6em;
  left: 0;
}

.l-minus--top {
  margin-top: -100px;
  position: relative;
}
.l-minus--bottom {
  margin-bottom: -100px;
  position: relative;
}

@keyframes cover-slide {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.js-fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
.js-fadeup.is-animated {
  opacity: 1;
  transform: translateY(0);
}

.slider--type1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .slider--type1 {
    margin-bottom: 30px;
  }
}
.slider--type1 .swiper {
  box-sizing: border-box;
  margin: 0 auto;
  padding-bottom: 70px;
  overflow: visible !important;
  width: calc(100% - 490px);
  touch-action: pan-y;
}
.slider--type1 .swiper-slide {
  position: relative;
  height: auto;
}
@media screen and (max-width: 768px) {
  .slider--type1 .swiper-slide {
    width: 320px;
  }
}

.swiper-button--wrap {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
}
.swiper-button--wrap .swiper-button-prev,
.swiper-button--wrap .swiper-button-next {
  width: 78px;
  height: 78px;
  color: #ffffff;
  background: #001346;
  border: 1px solid #fff;
  position: inherit;
}
@media screen and (max-width: 768px) {
  .swiper-button--wrap .swiper-button-prev,
  .swiper-button--wrap .swiper-button-next {
    width: 55px;
    height: 55px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button--wrap .swiper-button-prev {
    right: auto;
    left: -24px;
  }
}
@media screen and (max-width: 768px) {
  .swiper-button--wrap .swiper-button-next {
    right: -20px;
  }
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: clamp(14px, 14px + (27 - 14) * (100vw - 375px) / (1920 - 375), 27px);
}

.js-scrollable {
  width: 100%;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .js-scrollable .img {
    width: 980px;
  }
}

.btn--l .ico-mail {
  position: relative;
  top: 3px;
}

.js-hover {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .js-hover {
    width: 300px;
  }
}
.js-hover .img-normal {
  display: block;
  width: 100%;
  height: auto;
}
.js-hover .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  pointer-events: none;
}
.js-hover:hover .img-hover {
  opacity: 1;
}