@charset "UTF-8";
/* 要素 フォントサイズ・マージン・パディングをリセット */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 62.5%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* 行の高=フォントサイズ */
body {
  line-height: 1;
  letter-spacing: 0;
}

/* 新規追加要素をブロック要素化 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* ulのマーカー非表示 */
ol,
ul,
li {
  list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.7;
  }
}
/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  border: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

section {
  position: relative;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

main {
  display: block;
}

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

sup {
  position: relative;
  top: -1ex;
  vertical-align: baseline;
}

button {
  outline: none;
}

iframe {
  display: block;
}

.--en {
  font-family: "Akshar", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*import*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #333;
  font-family: "Noto Sans JP", serif;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", serif;
  }
}
body.fix {
  position: fixed;
  width: 100%;
}

html,
body {
  width: 100%;
  font-size: 62.5%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td {
  font-size: 1rem;
  letter-spacing: 0;
}

span {
  font-weight: inherit;
  letter-spacing: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

a,
a * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.pc {
  display: block;
}

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

@media screen and (max-width: 640px) {
  .pc-tb {
    display: none !important;
  }
}
.tb-sp {
  display: none !important;
}

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

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

@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}
.cmn-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (max-width: 1024px) {
  .cmn-wrap {
    padding-inline: 4%;
  }
}
.popup-link {
  display: block;
  position: relative;
}
.popup-link::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(./img/zoom.png);
  background-size: contain;
  background-position: right bottom;
}

.hd {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 16px 40px;
  /* 1. 親 li を相対位置に */
  /* 2. サブメニューは初期状態で非表示 */
  /* 3. リンクにホバーした（または親 li にホバーした）際に表示 */
  /* 4. サブメニュー内リンクのスタイル例 */
}
@media screen and (max-width: 1200px) {
  .hd {
    padding: 16px 24px;
  }
}
.hd-cnt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hd-name {
  width: 257px;
  height: 44px;
}
@media screen and (max-width: 640px) {
  .hd-name {
    width: 164px;
    height: auto;
  }
}
.hd-nav__list {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  .hd-nav__list {
    gap: 12px;
  }
}
.hd-nav__link {
  padding: 8px 0;
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
.hd .hd-nav__item {
  position: relative;
}
.hd .hd-nav__item-sub {
  display: none;
  position: absolute;
  top: 100%;
  /* 親メニューの下に配置 */
  left: 0;
  white-space: nowrap;
  /* 折り返しを防ぐ */
  background: #fff;
  /* 背景色 */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.hd .hd-nav__item-sub a {
  display: block;
}
.hd .hd-nav__item:hover .hd-nav__item-sub,
.hd .hd-nav__link-parent:hover + .hd-nav__item-sub {
  display: block;
  padding: 8px 0;
  margin-top: 8px;
}
.hd .hd-nav__item-sub .hd-nav__link_link-child {
  display: block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  font-size: 1.4rem;
}
@media screen and (min-width: 1024px) {
  .hd .hd-nav__item-sub .hd-nav__link_link-child:hover {
    background: #f0f0f0;
  }
}
.hd .pack01-contents__wrap__links {
  display: none;
}
.hd .hd-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .hd {
    /* メニュー開いたとき */
  }
  .hd .hd-nav {
    display: none;
    flex-direction: column;
    /* 開いたとき縦並びにしたい場合 */
    background: #fff;
    /* お好みで背景色 */
    position: absolute;
    top: 100%;
    right: 0;
    width: 80%;
    /* お好みで幅調整 */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  .hd .hd-toggle {
    display: block;
    width: 40px;
    height: 28px;
    position: relative;
  }
  .hd .hd-toggle span {
    display: block;
    width: 40px;
    height: 1px;
    background: #000;
    position: absolute;
    transition: all 0.3s;
  }
  .hd .hd-toggle span:nth-child(1) {
    top: 0;
    left: 0;
  }
  .hd .hd-toggle span:nth-child(2) {
    top: 14px;
    left: 0;
  }
  .hd .hd-toggle span:nth-child(3) {
    bottom: 0;
    left: 0;
  }
  .hd .hd-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    transition: all 0.3s;
    top: 12px;
  }
  .hd .hd-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .hd .hd-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.3s;
    bottom: 15px;
  }
  .hd .hd-toggle .hamburger-text {
    left: -50px;
    top: 6px;
    font-family: Poppins;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 0.8px;
    background: unset;
  }
  .hd .hd-menu.open .hd-nav {
    display: flex;
    width: 100%;
    height: 100vh;
    background: #EAF4FA;
    padding: 56px 0 0 0;
  }
  .hd .hd-menu.open .hd-nav .hd-nav__list {
    flex-direction: column;
    flex-wrap: wrap;
    height: 180px;
    width: 300px;
    margin: 0 auto 48px auto;
    gap: 16px;
  }
  .hd .hd-menu.open .hd-nav .hd-nav__item-sub {
    display: block;
    position: unset;
    background: unset;
    box-shadow: unset;
    margin-top: 8px;
    padding: 0;
  }
  .hd .hd-menu.open .hd-nav .pack01-contents__wrap__links {
    display: flex;
  }
  .hd .hd-menu.open .hd-nav .pack01-contents__wrap__links a {
    max-width: 300px;
    min-width: 300px;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 17px;
  }
  .hd .hd-menu.open .hd-nav .hd-nav__link_link-child {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}

.banner_pc {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin: auto;
  color: #fff;
  width: 250px;
  z-index: 1111;
}
@media screen and (max-width: 1024px) {
  .banner_pc {
    display: none;
  }
}

.banner {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin: auto;
  color: #fff;
  max-width: 380px;
  z-index: 1111;
}

.banner-contact {
  display: flex;
  gap: 4px;
}

@media (max-width: 1024px) {
  .banner {
    display: block;
  }
}
.count-down {
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  margin: auto;
  text-align: center;
}
@media (max-width: 1024px) {
  .count-down {
    right: 16px;
    bottom: 16px;
    left: unset;
  }
}

.count-down .count-num {
  font-weight: bold;
  color: #FDFF1C;
  vertical-align: bottom;
  font-size: 2.4rem;
}
@media (max-width: 1024px) {
  .count-down .count-num {
    font-size: 1.8rem;
  }
}

.count-down .count-unit {
  vertical-align: bottom;
  color: #FDFF1C;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .count-down .count-unit {
    font-size: 1.6rem;
  }
}

.mv {
  width: 100%;
  height: 100dvh;
  max-height: 810px;
  min-height: 700px;
  background: url(./img/bg-img.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-top: 76px;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .mv {
    min-height: unset;
    background: url(./img/bg-img_sp.jpg);
    background-size: cover;
    background-position: center center;
    max-height: unset;
    padding-top: 60px;
  }
}
.mv-sub {
  width: 100%;
  height: auto;
  padding: 16px;
  background: rgba(37, 182, 207, 0.8);
  display: none;
}
@media screen and (max-width: 640px) {
  .mv-sub {
    display: block;
  }
}
.mv-sub p {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .mv-sub p {
    font-size: 1.4rem;
  }
}
.mv-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.mv-ttl {
  display: block;
  height: auto;
  width: 90%;
  max-width: 627px;
  margin: 0 auto;
}
.mv-subttl {
  display: block;
  width: 80%;
  max-width: 523px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 640px) {
  .mv-subttl {
    display: none;
  }
}

.msg {
  background: #25B6CF;
  padding: 32px 0;
}
.msg-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .msg-contents {
    flex-direction: column;
  }
}
.msg-contents_ph {
  width: calc((100% - 32px) / 2);
}
@media screen and (max-width: 1024px) {
  .msg-contents_ph {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
}
.msg-contents_txt {
  width: calc((100% - 32px) / 2);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .msg-contents_txt {
    font-size: 2rem;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
}

.section-ttl {
  margin-bottom: 40px;
  max-width: 768px;
  margin: 0 auto 32px auto;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-ttl {
    padding: 0 4%;
  }
}
.section-ttl > span {
  display: inline-block;
  background: #25B6CF;
  border-radius: 10px;
  padding: 16px 16px 10px 16px;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .section-ttl > span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .section-ttl > span {
    font-size: 1.6rem;
  }
}
.section-ttl > span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 24px solid #25B6CF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
}
.section-ttl h2 {
  font-size: 5.6rem;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-ttl h2 {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 640px) {
  .section-ttl h2 {
    font-size: 2.6rem;
  }
}
.section-ttl h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #25B6CF;
  position: absolute;
  left: 0;
  bottom: 0;
}
.section-ttl h2 span {
  color: #25B6CF;
  font-weight: 600;
}
.section-ttl h2 span strong {
  font-size: 8rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .section-ttl h2 span strong {
    font-size: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .section-ttl h2 span strong {
    font-size: 4.5rem;
  }
}
.section-ttl p {
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .section-ttl p {
    font-size: 1.4rem;
  }
}
.section-ttl02 > span {
  background: unset;
  border-radius: 0;
  padding: 0;
  text-align: center;
  color: #25B6CF;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 12px;
}
.section-ttl02 > span::after {
  display: none;
}
.section-ttl03 h2:after {
  display: none;
}

.cv-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 384px;
  position: relative;
  background: #1784C7;
  border-radius: 40px;
  padding: 24px 16px;
  margin: 0 auto;
}
.cv-link-icon {
  display: block;
  width: 32px;
  height: 26px;
  margin-left: -32px;
}
.cv-link-txt {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #fff;
}
.cv-link-arrow {
  display: block;
  width: 46px;
  height: 46px;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pack {
  padding: 64px 0;
}
.pack01 {
  background: #fff;
}
.pack01-contents__wrap__main {
  border: solid 1px #25B6CF;
}
.pack01-contents__wrap__main h3 {
  background: #25B6CF;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
}
@media screen and (max-width: 640px) {
  .pack01-contents__wrap__main h3 {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .pack01-contents__wrap__main h3 span {
    display: none;
  }
}
.pack01-contents__wrap__main ul {
  padding: 40px 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .pack01-contents__wrap__main ul {
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .pack01-contents__wrap__main ul {
    padding: 4%;
  }
}
.pack01-contents__wrap__main ul li h4 {
  width: fit-content;
  background: #25B6CF;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 640px) {
  .pack01-contents__wrap__main ul li h4 {
    font-size: 1.8rem;
  }
}
.pack01-contents__wrap__main ul li img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.pack01-contents__wrap__main ul li h5 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333333;
  letter-spacing: 0.02em;
}
.pack01-contents__wrap__main ul li h5 span {
  color: #25B6CF;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.pack01-contents__wrap__main ul li p {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.pack01-contents__wrap__main ul li p span {
  color: #25B6CF;
  font-size: 1.2rem;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
.pack01-contents__wrap__main ul li:nth-of-type(1) {
  width: calc(30.3% - 24px);
}
@media screen and (max-width: 1024px) {
  .pack01-contents__wrap__main ul li:nth-of-type(1) {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 640px) {
  .pack01-contents__wrap__main ul li:nth-of-type(1) {
    width: 100%;
  }
}
.pack01-contents__wrap__main ul li:nth-of-type(2) {
  width: calc(30.3% - 24px);
}
@media screen and (max-width: 1024px) {
  .pack01-contents__wrap__main ul li:nth-of-type(2) {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 640px) {
  .pack01-contents__wrap__main ul li:nth-of-type(2) {
    width: 100%;
  }
}
.pack01-contents__wrap__main ul li:nth-of-type(3) {
  width: calc(19.6% - 24px);
}
@media screen and (max-width: 1024px) {
  .pack01-contents__wrap__main ul li:nth-of-type(3) {
    width: calc(40% - 24px);
  }
}
@media screen and (max-width: 640px) {
  .pack01-contents__wrap__main ul li:nth-of-type(3) {
    width: 100%;
  }
}
.pack01-contents__wrap__main ul li:nth-of-type(4) {
  width: calc(19.6% - 24px);
}
@media screen and (max-width: 1024px) {
  .pack01-contents__wrap__main ul li:nth-of-type(4) {
    width: calc(40% - 24px);
  }
}
@media screen and (max-width: 640px) {
  .pack01-contents__wrap__main ul li:nth-of-type(4) {
    width: 100%;
  }
}
.pack01-contents__wrap__main ul li:nth-of-type(5) {
  width: 100%;
}
.pack01-contents__wrap__main ul li:nth-of-type(5) h4 {
  width: 100%;
  background: #C92D39;
  padding: 14px 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .pack01-contents__wrap__main ul li:nth-of-type(5) h4 {
    font-size: 1.6rem;
  }
}
.pack01-contents__wrap__plus {
  width: 48px;
  height: auto;
  aspect-ratio: 48/58;
  margin: 32px auto;
}
@media screen and (max-width: 1024px) {
  .pack01-contents__wrap__plus {
    width: 36px;
    margin: 24px auto;
  }
}
.pack01-contents__wrap__add {
  margin-bottom: 40px;
}
.pack01-contents__wrap__add ul {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .pack01-contents__wrap__add ul {
    flex-wrap: wrap;
  }
}
.pack01-contents__wrap__add ul li {
  width: calc(50% - 12px);
  border: solid 1px #25B6CF;
}
@media screen and (max-width: 1024px) {
  .pack01-contents__wrap__add ul li {
    width: 100%;
  }
}
.pack01-contents__wrap__add ul li h4 {
  background: #25B6CF;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  max-height: 68px;
}
@media screen and (max-width: 640px) {
  .pack01-contents__wrap__add ul li h4 {
    font-size: 2rem;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .pack01-contents__wrap__add ul li h4 span {
    display: none;
    margin-top: 8%;
  }
}
.pack01-contents__wrap__add ul li .pack01-contents__wrap__add__inner {
  padding: 40px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 640px) {
  .pack01-contents__wrap__add ul li .pack01-contents__wrap__add__inner {
    padding: 4%;
    display: block;
  }
}
.pack01-contents__wrap__add ul li .pack01-contents__wrap__add__inner img {
  display: block;
  width: auto;
  height: auto;
  aspect-ratio: 200/150;
  max-width: 200px;
}
@media screen and (max-width: 640px) {
  .pack01-contents__wrap__add ul li .pack01-contents__wrap__add__inner img {
    max-width: unset;
    width: 100%;
  }
}
.pack01-contents__wrap__add ul li .pack01-contents__wrap__add__inner p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
.pack01-contents__wrap__add ul li .pack01-contents__wrap__add__inner p span {
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  .pack01-contents__wrap__add ul li .pack01-contents__wrap__add__inner p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .pack01-contents__wrap__add ul li .pack01-contents__wrap__add__inner p br {
    display: none;
  }
}
.pack01-contents__wrap__price {
  display: block;
  width: 80%;
  height: auto;
  max-width: 515px;
  margin: 0 auto 64px auto;
}
.pack01-contents__wrap__links {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .pack01-contents__wrap__links {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pack01-contents__wrap__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: calc((100% - 48px) / 3);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  color: #fff;
  background: #1784C7;
  position: relative;
  padding: 23px;
  border-radius: 40px;
  border: solid 1px #1784C7;
}
@media screen and (max-width: 1200px) {
  .pack01-contents__wrap__links a {
    font-size: 1.8rem;
    padding-right: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .pack01-contents__wrap__links a {
    min-width: 320px;
  }
}
.pack01-contents__wrap__links a:nth-of-type(1) {
  padding-right: 46px;
}
.pack01-contents__wrap__links a:nth-of-type(2) {
  padding-right: 56px;
}
.pack01-contents__wrap__links a:nth-of-type(3) {
  padding-right: 32px;
}
.pack01-contents__wrap__links a span {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .pack01-contents__wrap__links a span {
    width: 36px;
    height: 36px;
  }
}
.pack01-contents__wrap__links a span img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s;
}
.pack01-contents__wrap__links a span svg path {
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .pack01-contents__wrap__links a svg {
    transform: scale(0.8);
  }
}
@media screen and (min-width: 1024px) {
  .pack01-contents__wrap__links a:hover {
    background: #fff;
    color: #1784C7;
    transition: all 0.3s;
    opacity: 1;
  }
  .pack01-contents__wrap__links a:hover svg path {
    fill: #1784C7;
    transition: all 0.3s;
  }
  .pack01-contents__wrap__links a:hover span {
    background: #1784C7;
    transition: all 0.3s;
  }
  .pack01-contents__wrap__links a:hover img {
    filter: brightness(0) saturate(100%) invert(1);
    transition: all 0.3s;
  }
}
.pack02 {
  background: #EAF4FA;
}
.pack02-contents__wrap {
  border: 2px solid #66B6EB;
  background: #fff;
  margin-bottom: 40px;
}
.pack02-contents__wrap h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  background: #66B6EB;
  color: #fff;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap h3 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap h3 {
    font-size: 2rem;
    flex-direction: column;
  }
}
.pack02-contents__wrap h3 span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  color: #66B6EB;
  display: inline-block;
  padding: 8px;
  background: #fff;
}
.pack02-contents__wrap__price {
  max-width: 885px;
  width: calc(100% - 40px);
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__price {
    justify-content: center;
    margin: 4% auto 8% auto;
  }
}
.pack02-contents__wrap__price__text {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__price__text {
    order: 1;
  }
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__price__text {
    width: 100%;
  }
}
.pack02-contents__wrap__price__text > span {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  display: block;
  transform: translateY(1.2em);
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__price__text > span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__price__text > span {
    font-size: 1.8rem;
    margin-bottom: 8%;
  }
}
.pack02-contents__wrap__price__text h4 {
  margin-bottom: 16px;
}
.pack02-contents__wrap__price__text h4 strong {
  font-size: 12rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #C92D39;
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__price__text h4 strong {
    font-size: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__price__text h4 strong {
    font-size: 5rem;
  }
}
.pack02-contents__wrap__price__text h4 strong:nth-of-type(2) {
  font-size: 8rem;
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__price__text h4 strong:nth-of-type(2) {
    font-size: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__price__text h4 strong:nth-of-type(2) {
    font-size: 4rem;
  }
}
.pack02-contents__wrap__price__text h4 > span {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5em;
  color: #C92D39;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__price__text h4 > span {
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__price__text h4 > span {
    font-size: 2rem;
  }
}
.pack02-contents__wrap__price__text h4 > span small {
  content: （税込）;
  position: absolute;
  left: 1em;
  top: -1em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__price__text h4 > span small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__price__text h4 > span small {
    font-size: 1.2rem;
  }
}
.pack02-contents__wrap__price__text p img {
  display: block;
  width: 100%;
  height: auto;
}
.pack02-contents__wrap__price__ph {
  display: block;
  aspect-ratio: 1;
  width: 39.6%;
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__price__ph {
    order: 3;
    width: 100%;
    max-width: 320px;
  }
}
.pack02-contents__wrap__price__ph img {
  display: block;
  width: auto;
  height: auto;
}
.pack02-contents__wrap__price__detail {
  width: 100%;
  display: flex;
  border: 2px solid #66B6EB;
  gap: 0 24px;
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__price__detail {
    order: 2;
    display: block;
  }
}
.pack02-contents__wrap__price__detail h5 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  background: #66B6EB;
  padding: 28px 24px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__price__detail h5 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__price__detail h5 {
    padding: 8px 24px;
    font-size: 1.8rem;
  }
}
.pack02-contents__wrap__price__detail p {
  flex: 1;
  padding: 16px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__price__detail p {
    font-size: 1.6rem;
  }
}
.pack02-contents__wrap__detail {
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__detail {
    padding: 0 20px;
    margin-bottom: 8%;
  }
}
.pack02-contents__wrap__detail h4 {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  margin-bottom: 24px;
  color: #66B6EB;
  padding-left: 16px;
  border-left: solid 5px #66B6EB;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__detail h4 {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__detail h4 {
    font-size: 2rem;
    flex-wrap: wrap;
  }
}
.pack02-contents__wrap__detail h4 strong {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  display: block;
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__detail h4 strong {
    padding-bottom: 4%;
  }
}
.pack02-contents__wrap__detail h4 span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  color: #333;
  padding-left: 8px;
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__detail h4 span {
    padding-left: 0px;
  }
}
.pack02-contents__wrap__detail h4.ptn-other {
  display: block;
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__detail h4.ptn-other {
    display: flex;
    flex-wrap: wrap;
  }
}
.pack02-contents__wrap__detail h4.ptn-other02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pack02-contents__wrap__detail h4.ptn-other02 strong {
  width: 100%;
}
.pack02-contents__wrap__detail h4.ptn-other02 span {
  display: block;
  width: calc(100% - 80px);
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__detail h4.ptn-other02 span {
    width: 100%;
  }
}
.pack02-contents__wrap__detail-l {
  width: calc(37% - 12px);
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__detail-l {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 4%;
  }
}
.pack02-contents__wrap__detail-l small {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.16px;
  font-size: 10px;
  margin-top: 8px;
}
.pack02-contents__wrap__detail-l_text {
  width: 60%;
  max-width: 556px;
}
.pack02-contents__wrap__detail-l_text p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
.pack02-contents__wrap__detail-r {
  width: calc(63% - 12px);
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__detail-r {
    width: 100%;
  }
}
.pack02-contents__wrap__detail-r ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.pack02-contents__wrap__detail-r ul li {
  display: flex;
  gap: 13px;
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__detail-r ul li {
    flex-direction: column-reverse;
    margin-bottom: 2%;
  }
}
.pack02-contents__wrap__detail-r ul li:last-of-type {
  margin: 0;
}
.pack02-contents__wrap__detail-r ul li img {
  display: block;
  max-width: 220px;
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__detail-r ul li img {
    margin: 0 auto;
    max-width: unset;
    width: 100%;
  }
}
.pack02-contents__wrap__detail-r ul li h5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  color: #66B6EB;
  margin-bottom: 8px;
}
.pack02-contents__wrap__detail-r ul li p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.02em;
}
.pack02-contents__wrap__detail-r_ph {
  max-width: 300px;
  aspect-ratio: 1;
  transform: translateY(-60px);
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__detail-r_ph {
    width: 100%;
    max-width: 320px;
    transform: unset;
    margin: 0 auto;
  }
}
.pack02-contents__wrap__detail02-main {
  max-width: 1010px;
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__detail02-main {
    max-width: 640px;
  }
}
.pack02-contents__wrap__detail-option {
  width: calc(100% - 80px);
  padding: 0;
  margin: 0 auto;
  background: #FAFAFA;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__detail-option {
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__detail-option {
    width: calc(100% - 40px);
  }
}
.pack02-contents__wrap__detail-option h4 {
  display: block;
  background: #66B6EB;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  text-align: center;
  padding: 8px;
}
.pack02-contents__wrap__detail-option p {
  max-width: 523px;
  margin: 0 auto;
  padding-bottom: 24px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__detail-option p {
    font-size: 1.4rem;
  }
}
.pack02-contents__wrap__detail-option_other {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__detail-option_other {
    flex-wrap: wrap;
  }
}
.pack02-contents__wrap__detail-option_other > div {
  width: 648px;
}
@media screen and (max-width: 1200px) {
  .pack02-contents__wrap__detail-option_other > div {
    width: 548px;
  }
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__detail-option_other > div {
    width: 100%;
  }
}
.pack02-contents__wrap__detail-option_other > img {
  display: block;
  width: calc(100% - 680px);
}
@media screen and (max-width: 1200px) {
  .pack02-contents__wrap__detail-option_other > img {
    width: calc(100% - 580px);
  }
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__detail-option_other > img {
    width: 100%;
    max-width: 320px;
  }
}
.pack02-contents__wrap__detail.ptn-other .pack02-contents__wrap__detail-l {
  width: calc(35% - 12px);
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__detail.ptn-other .pack02-contents__wrap__detail-l {
    width: 100%;
  }
}
.pack02-contents__wrap__detail.ptn-other .pack02-contents__wrap__detail-r ul li:nth-of-type(1) img {
  max-width: 150px;
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__detail.ptn-other .pack02-contents__wrap__detail-r ul li:nth-of-type(1) img {
    max-width: unset;
  }
}
.pack02-contents__wrap__detail.ptn-other .pack02-contents__wrap__detail-r ul li:nth-of-type(2) {
  flex-direction: column-reverse;
}
.pack02-contents__wrap__detail.ptn-other .pack02-contents__wrap__detail-r ul li:nth-of-type(2) img {
  max-width: 348px;
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__detail.ptn-other .pack02-contents__wrap__detail-r ul li:nth-of-type(2) img {
    max-width: unset;
  }
}
.pack02-contents__wrap__detail.ptn-other .pack02-contents__wrap__detail-r ul li:nth-of-type(3) {
  flex-direction: column-reverse;
}
.pack02-contents__wrap__detail.ptn-other .pack02-contents__wrap__detail-r ul li:nth-of-type(3) img {
  max-width: 348px;
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__detail.ptn-other .pack02-contents__wrap__detail-r ul li:nth-of-type(3) img {
    max-width: unset;
  }
}
.pack02-contents__wrap__detail.ptn-other02 {
  display: block;
}
.pack02-contents__wrap__detail.ptn-other02 .pack02-contents__wrap__detail_lr ul {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrap__detail.ptn-other02 .pack02-contents__wrap__detail_lr ul {
    flex-wrap: wrap;
  }
}
.pack02-contents__wrap__detail.ptn-other02 .pack02-contents__wrap__detail_lr ul li h5 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  color: #25B6CF;
  margin-bottom: 8px;
}
.pack02-contents__wrap__detail.ptn-other02 .pack02-contents__wrap__detail_lr ul li p {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
.pack02-contents__wrap__detail.ptn-other02 .pack02-contents__wrap__detail_lr ul li:nth-of-type(1) {
  width: 256px;
  display: flex;
  gap: 16px;
}
.pack02-contents__wrap__detail.ptn-other02 .pack02-contents__wrap__detail_lr ul li:nth-of-type(1) img {
  width: 88px;
}
.pack02-contents__wrap__detail.ptn-other02 .pack02-contents__wrap__detail_lr ul li:nth-of-type(2), .pack02-contents__wrap__detail.ptn-other02 .pack02-contents__wrap__detail_lr ul li:nth-of-type(3) {
  width: 271px;
}
.pack02-contents__wrap__detail.ptn-other02 .pack02-contents__wrap__detail_lr ul li:nth-of-type(2) img, .pack02-contents__wrap__detail.ptn-other02 .pack02-contents__wrap__detail_lr ul li:nth-of-type(3) img {
  margin-bottom: 16px;
}
.pack02-contents__wrap__cnt02 {
  border: 2px solid #1784C7;
}
.pack02-contents__wrap__cnt02 h3 {
  background: #1784C7;
}
.pack02-contents__wrap__cnt02 h3 span {
  color: #1784C7;
}
.pack02-contents__wrap__cnt02 .pack02-contents__wrap__price__detail {
  border: 2px solid #1784C7;
}
.pack02-contents__wrap__cnt02 .pack02-contents__wrap__price__detail h5 {
  background: #1784C7;
}
.pack02-contents__wrap__cnt02 .pack02-contents__wrap__detail h4 {
  border-left: solid 5px #1784C7;
  color: #1784C7;
}
.pack02-contents__wrap__cnt02 .pack02-contents__wrap__detail-r ul li h5 {
  color: #1784C7;
}
.pack02-contents__wrap__cnt02 .pack02-contents__wrap__detail-option h4 {
  border: unset;
  color: #fff;
  background: #1784C7;
}
.pack02-contents__wrap__cnt03 {
  border: 2px solid #25B6CF;
}
.pack02-contents__wrap__cnt03 h3 {
  background: #25B6CF;
}
.pack02-contents__wrap__cnt03 h3 span {
  color: #25B6CF;
}
.pack02-contents__wrap__cnt03 .pack02-contents__wrap__price__detail {
  border: 2px solid #25B6CF;
}
.pack02-contents__wrap__cnt03 .pack02-contents__wrap__price__detail h5 {
  background: #25B6CF;
}
.pack02-contents__wrap__cnt03 .pack02-contents__wrap__detail-l {
  width: calc(33.34% - 12px);
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__cnt03 .pack02-contents__wrap__detail-l {
    width: 100%;
  }
}
.pack02-contents__wrap__cnt03 .pack02-contents__wrap__detail-r ul li img {
  display: block;
  max-width: 150px;
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__cnt03 .pack02-contents__wrap__detail-r ul li img {
    max-width: unset;
  }
}
.pack02-contents__wrap__cnt03 .pack02-contents__wrap__detail.ptn-other01 .pack02-contents__wrap__detail-l {
  width: calc(30.7% - 12px);
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__cnt03 .pack02-contents__wrap__detail.ptn-other01 .pack02-contents__wrap__detail-l {
    width: 100%;
  }
}
.pack02-contents__wrap__cnt03 .pack02-contents__wrap__detail.ptn-other01 .pack02-contents__wrap__detail-r ul li img {
  max-width: 224px;
}
@media screen and (max-width: 640px) {
  .pack02-contents__wrap__cnt03 .pack02-contents__wrap__detail.ptn-other01 .pack02-contents__wrap__detail-r ul li img {
    max-width: unset;
  }
}
.pack02-contents__wrap__cnt03 .pack02-contents__wrap__detail h4 {
  border-left: solid 5px #25B6CF;
  color: #25B6CF;
}
.pack02-contents__wrap__cnt03 .pack02-contents__wrap__detail-r ul li h5 {
  color: #25B6CF;
}
.pack02-contents__wrap__cnt03 .pack02-contents__wrap__detail-option h4 {
  border: unset;
  color: #fff;
  background: #25B6CF;
}

.lineup,
.experience {
  padding: 64px 0;
}

.lineup-contents {
  margin-bottom: 40px;
}
.lineup-contents h3 {
  background: #25B6CF;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 16px;
  margin-bottom: 24px;
  text-align: center;
}
.lineup-contents ul {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .lineup-contents ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .lineup-contents ul {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .lineup-contents ul li {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 640px) {
  .lineup-contents ul li {
    width: calc(50% - 8px);
  }
}

.experience {
  background: #EAF4FA;
}
.experience-contents_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}
.experience-contents_img img {
  display: block;
  height: auto;
}
.experience-contents_img img:nth-of-type(1), .experience-contents_img img:nth-of-type(2) {
  width: 50%;
  margin-bottom: 16px;
}
.experience-contents_img img:nth-of-type(3), .experience-contents_img img:nth-of-type(4) {
  width: calc(50% - 8px);
}
@media screen and (max-width: 640px) {
  .experience-contents_img img:nth-of-type(3), .experience-contents_img img:nth-of-type(4) {
    width: calc(50% - 2px);
  }
}
.experience-contents_txt {
  border: solid 2px #25B6CF;
  margin-bottom: 40px;
}
.experience-contents_txt h3 {
  background: #25B6CF;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 16px;
}
@media screen and (max-width: 640px) {
  .experience-contents_txt h3 {
    font-size: 1.8rem;
  }
}
.experience-contents_txt ul {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  padding: 40px 130px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .experience-contents_txt ul {
    padding: 4% 20px;
  }
}
.experience-contents_txt ul li:nth-of-type(2n + 1) {
  width: 463px;
}
.experience-contents_txt ul li h4 {
  padding-left: 36px;
  color: #25B6CF;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .experience-contents_txt ul li h4 {
    font-size: 1.8rem;
  }
}
.experience-contents_txt ul li h4::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(./img/checkbox_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.experience-contents_txt ul li p {
  font-size: 1.6rem;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

.works {
  padding: 64px 0;
  background: #FAFAFA;
}
.works ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
.works ul li {
  width: calc(50% - 12px);
}
@media screen and (max-width: 640px) {
  .works ul li {
    width: 100%;
  }
}
.works ul li h3 {
  background: #333333;
  border-radius: 5px 5px 0px 0px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.2em;
  padding: 4px;
  width: 225px;
  text-align: center;
}
.works ul li .before-after {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.works ul li .before-after .icv__img-a,
.works ul li .before-after .icv__wrapper {
  pointer-events: none;
  width: 100%;
  touch-action: none;
}
.works ul li .before-after__info h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.works ul li .before-after__info p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 640px) {
  .works ul li .before-after__info p {
    font-size: 1.8rem;
  }
}
.works ul li .before-after__info p span {
  display: inline-block;
  border: solid 2px #25B6CF;
  padding: 4px 8px;
  color: #25B6CF;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  margin-left: 16px;
  margin-right: 8px;
}
@media screen and (max-width: 640px) {
  .works ul li .before-after__info p span {
    font-size: 1.2rem;
  }
}
.works ul li .before-after__info p span:first-of-type {
  margin-left: 0;
}
.works ul li .before-after__info p small {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 640px) {
  .works ul li .before-after__info p small {
    font-size: 1.2rem;
  }
}
.works ul li .before-after .icv__label {
  bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 104px;
  font-size: 1.6rem;
  line-height: 1.88em;
  letter-spacing: 0.02em;
  text-align: center;
  border-radius: 0;
  z-index: 4;
}
@media screen and (max-width: 640px) {
  .works ul li .before-after .icv__label {
    font-size: 1.4rem;
  }
}
.works ul li .before-after .icv__label-before {
  background: #DDD;
  color: #333;
  left: 0;
}
.works ul li .before-after .icv__label-after {
  background: #25B6CF;
  color: #fff;
  right: 0;
}

.voice {
  padding: 64px 0;
}
.voice .represent_slick03 {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 64px auto;
}
@media screen and (max-width: 800px) {
  .voice .represent_slick03 {
    margin: 5% auto;
  }
}
.voice .represent_slick03__item {
  margin-right: 5px;
  margin-left: 5px;
}
.voice .represent_slick03__item img {
  height: auto;
  width: 100%;
}
.voice .slick-prev,
.voice .slick-next {
  transform: unset;
  width: 40px;
  height: 40px;
  background: url(./img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 11;
}
.voice .slick-prev::before,
.voice .slick-next::before {
  content: "";
}
@media screen and (max-width: 640px) {
  .voice .slick-prev,
  .voice .slick-next {
    width: 24px;
    height: 24px;
  }
}
.voice .slick-prev {
  left: -65px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .voice .slick-prev {
    left: 0;
  }
}
.voice .slick-next {
  right: -65px;
}
@media screen and (max-width: 1024px) {
  .voice .slick-next {
    right: 0;
  }
}
.voice .slick-dots {
  position: unset;
  margin-top: 24px;
}
.voice .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
.voice .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #DDD;
  border-radius: 50%;
  opacity: 1;
}
.voice .slick-dots li button::before {
  display: none;
}
.voice .slick-dots li.slick-active button {
  background: #25B6CF;
}

.worries {
  padding: 64px 0;
}
.worries ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1200px) {
  .worries ul {
    flex-wrap: wrap;
  }
}
.worries ul .worries-item {
  width: calc((100% - 48px) / 3);
}
@media screen and (max-width: 1200px) {
  .worries ul .worries-item {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .worries ul .worries-item {
    width: 100%;
  }
}
.worries ul .worries-item__qa {
  background: #EAF4FA;
  padding: 32px 24px 52px 24px;
  position: relative;
  margin-bottom: 22px;
  height: 212px;
}
@media screen and (max-width: 1024px) {
  .worries ul .worries-item__qa {
    height: 248px;
  }
}
@media screen and (max-width: 640px) {
  .worries ul .worries-item__qa {
    height: auto;
  }
}
.worries ul .worries-item__qa::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  border-top: 23px solid #eaf4fa;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  margin: auto;
}
.worries ul .worries-item__qa h3 {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  gap: 16px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
.worries ul .worries-item__qa h3 span {
  display: block;
  width: 300px;
}
.worries ul .worries-item__qa p {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
.worries ul .worries-item__qa p span {
  display: block;
  width: 300px;
}
.worries ul .worries-item__icon {
  width: 97px;
  height: 103px;
  margin: 0 auto;
}

.points {
  padding: 64px 0;
  background: url(./img/points_bg.jpg);
  background-size: cover;
  background-position: center;
}
.points .section-ttl {
  color: #fff;
  max-width: 900px;
}
.points .section-ttl h2 {
  font-size: 4.8rem;
}
@media screen and (max-width: 1024px) {
  .points .section-ttl h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .points .section-ttl h2 {
    font-size: 2.6rem;
  }
}
.points .section-ttl02 > span {
  color: #fff;
}
.points ul {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .points ul {
    flex-wrap: wrap;
  }
}
.points ul li {
  width: calc((100% - 48px) / 3);
  padding: 40px 24px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .points ul li {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .points ul li {
    width: 100%;
  }
}
.points ul li h3 {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  padding-bottom: 16px;
  border-bottom: solid 2px #333;
  text-align: center;
  margin-bottom: 32px;
}
.points ul li h3 span {
  font-family: Poppins;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 16px;
  color: #25B6CF;
  display: block;
}
@media screen and (max-width: 640px) {
  .points ul li h3 {
    font-size: 2rem;
  }
}
.points ul li p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  padding-bottom: 16px;
  text-align: left;
}
.points ul li img {
  width: 100%;
  height: auto;
}

.showroom {
  background: #EAF4FA;
  padding: 64px 0;
}
.showroom .showroom_slick03 {
  width: 100%;
  max-width: 1070px;
  margin: 30px auto 64px auto;
}
@media screen and (max-width: 640px) {
  .showroom .showroom_slick03 {
    margin-bottom: 16%;
  }
}
.showroom .showroom_slick03__item {
  margin-right: 5px;
  margin-left: 5px;
}
.showroom .showroom_slick03__item .popup-link {
  margin-bottom: 16px;
}
.showroom .showroom_slick03__item h3 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.showroom .showroom_slick03__item p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
.showroom .showroom_slick03__item img {
  height: auto;
  width: 100%;
}
.showroom .slick-dots {
  position: unset;
  margin-top: 24px;
}
.showroom .slick-dots li button {
  width: auto;
  height: auto;
}
.showroom .slick-dots li button::before {
  border-radius: 50%;
  opacity: 1;
}
.showroom .slick-prev,
.showroom .slick-next {
  transform: unset;
  top: 35%;
  width: 40px;
  height: 40px;
  background: url(./img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 11;
}
.showroom .slick-prev::before,
.showroom .slick-next::before {
  content: "";
}
@media screen and (max-width: 640px) {
  .showroom .slick-prev,
  .showroom .slick-next {
    top: 36%;
  }
}
.showroom .slick-prev {
  left: -65px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .showroom .slick-prev {
    left: 0;
  }
}
.showroom .slick-next {
  right: -65px;
}
@media screen and (max-width: 1200px) {
  .showroom .slick-next {
    right: 0;
  }
}
.showroom .slick-dots li {
  margin: 0;
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
.showroom .slick-dots li button {
  width: 100%;
  height: 100%;
  background: #DDD;
  border-radius: 50%;
  opacity: 1;
}
.showroom .slick-dots li button::before {
  display: none;
}
.showroom .slick-dots li.slick-active button {
  background: #25B6CF;
}
.showroom .accordion__inner--title--h4 {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 640px) {
  .showroom .accordion__inner--title--h4 {
    display: block;
  }
}
.showroom .accordion__inner--title--h4 strong {
  width: auto;
  flex: 1;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  .showroom .accordion__inner--title--h4 strong {
    flex: unset;
  }
}
@media screen and (max-width: 640px) {
  .showroom .accordion__inner--title--h4 strong {
    font-size: 1.8rem;
  }
}
.showroom .accordion__inner--title--h4 span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  width: 604px;
}
@media screen and (max-width: 1024px) {
  .showroom .accordion__inner--title--h4 span {
    margin-left: 4vw;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .showroom .accordion__inner--title--h4 span {
    font-size: 1.4rem;
    margin-left: 0;
    margin-top: 2%;
  }
}
.showroom .accordionToggleHidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.showroom .accordionToggle {
  position: relative;
  border-bottom: solid 1px #333;
}
.showroom .accordionToggle.is-open .accordionToggleHidden {
  max-height: 1600px;
  margin-bottom: 40px;
}
.showroom .accordionToggle.is-open .accordionToggleSummary {
  position: relative;
}
.showroom .accordionToggle.is-open .accordionToggleSummary::after {
  opacity: 0;
  transition: all 0.3s;
}
.showroom .accordionToggleSummary {
  cursor: pointer;
  padding: 40px 0px 32px 0px;
}
@media screen and (max-width: 640px) {
  .showroom .accordionToggleSummary {
    padding: 4%;
  }
}
.showroom .accordionToggleSummary::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #333333;
  position: absolute;
  right: 0px;
  top: 51px;
}
@media screen and (max-width: 640px) {
  .showroom .accordionToggleSummary::before {
    right: 0px;
    width: 32px;
    top: 40px;
  }
}
.showroom .accordionToggleSummary::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: #333333;
  position: absolute;
  right: 19px;
  top: 32px;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .showroom .accordionToggleSummary::after {
    right: 15px;
    height: 32px;
    top: 24px;
  }
}
.showroom .accordion__inner--box {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .showroom .accordion__inner--box {
    flex-direction: column;
  }
}
.showroom .accordion__inner--box__l {
  width: auto;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .showroom .accordion__inner--box__l {
    width: 100%;
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.showroom .accordion__inner--box__l img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .showroom .accordion__inner--box__l img {
    width: 50%;
  }
}
.showroom .accordion__inner--box__l img:nth-of-type(2) {
  max-width: 384px;
  margin: 16px 0 24px 0;
}
@media screen and (max-width: 1024px) {
  .showroom .accordion__inner--box__l img:nth-of-type(2) {
    width: 50%;
    margin: 0;
  }
}
.showroom .accordion__inner--box__l a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 384px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  color: #fff;
  background: #1784C7;
  position: relative;
  padding: 23px;
  border-radius: 40px;
  transition: all 0.3s;
  border: solid 1px #1784C7;
  padding-right: 56px;
}
@media screen and (max-width: 1024px) {
  .showroom .accordion__inner--box__l a {
    margin-top: 8%;
  }
}
@media screen and (max-width: 640px) {
  .showroom .accordion__inner--box__l a {
    font-size: 1.6rem;
    padding: 14px;
  }
}
.showroom .accordion__inner--box__l a span {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .showroom .accordion__inner--box__l a span {
    width: 28px;
    height: 28px;
  }
}
.showroom .accordion__inner--box__l a span img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .showroom .accordion__inner--box__l a:hover {
    background: #fff;
    color: #1784C7;
    transition: all 0.3s;
    opacity: 1;
  }
  .showroom .accordion__inner--box__l a:hover span {
    background: #1784C7;
    transition: all 0.3s;
  }
  .showroom .accordion__inner--box__l a:hover img {
    filter: brightness(0) saturate(100%) invert(1);
    transition: all 0.3s;
  }
  .showroom .accordion__inner--box__l a:hover svg path {
    fill: #1784C7;
    transition: all 0.3s;
  }
}
.showroom .accordion__inner--box__r {
  width: 604px;
}
@media screen and (max-width: 1024px) {
  .showroom .accordion__inner--box__r {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
.showroom .accordion__inner--box__r iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 604/403;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .showroom .accordion__inner--box__r iframe {
    aspect-ratio: 16/9;
    order: 2;
  }
}
@media screen and (max-width: 1024px) {
  .showroom .accordion__inner--box__r ul {
    order: 1;
  }
}
.showroom .accordion__inner--box__r ul li {
  margin-bottom: 16px;
  display: flex;
}
@media screen and (max-width: 640px) {
  .showroom .accordion__inner--box__r ul li {
    display: block;
  }
}
.showroom .accordion__inner--box__r ul li h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  background: #25B6CF;
  color: #fff;
  padding: 2px 16px;
  margin-right: 8px;
  display: inline-block;
  height: max-content;
  min-width: 98px;
  text-align: center;
}
.showroom .accordion__inner--box__r ul li p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  flex: 1;
}
.showroom .accordion__inner--box__r a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 384px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  color: #fff;
  background: #1784C7;
  position: relative;
  padding: 23px;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  .showroom .accordion__inner--box__r a {
    margin-top: 4%;
    display: flex !important;
    order: 3;
  }
}
@media screen and (max-width: 640px) {
  .showroom .accordion__inner--box__r a {
    font-size: 1.6rem;
    padding: 14px;
  }
}
.showroom .accordion__inner--box__r a span {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .showroom .accordion__inner--box__r a span {
    width: 24px;
    height: 24px;
  }
}
.showroom .accordion__inner--box__r a span img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto;
}

.contact {
  position: relative;
  padding-block: 72px 100px;
  background: #25B6CF;
}
.contact .section-ttl span {
  color: #fff;
}
.contact .section-ttl h2 {
  color: #fff;
}

.contact-bg {
  position: relative;
  padding-bottom: 92px;
}

@media screen and (max-width: 1024px) {
  .contact-bg {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 1024px) {
  .contact {
    padding-top: 8%;
  }
}
@media screen and (max-width: 640px) {
  .contact-bg::before {
    border-radius: 16px;
  }
}
.contact .cmn-ttl {
  margin-bottom: 145px;
}

@media screen and (max-width: 1024px) {
  .contact .cmn-ttl {
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 640px) {
  .contact-form {
    width: 100%;
  }
}
.contact-form__tab {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

@media screen and (max-width: 640px) {
  .contact-form__tab {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
  }
}
.contact-form__tab-item {
  width: calc((100% - 48px) / 3);
}

@media screen and (max-width: 640px) {
  .contact-form__tab-item {
    width: calc((100% - 8px) / 3);
  }
  .contact-form__tab-item img {
    width: 100%;
  }
  .contact-form__select-txt {
    display: none;
  }
}
.contact-form__select {
  position: relative;
  padding: 0;
  border: none;
  color: #3b3b3b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0.4;
  cursor: pointer;
}

.contact-form__select.active {
  opacity: 1;
}

.contact-form__select.active .--black {
  display: none;
}

.contact-form__select.active .--white {
  display: block;
}

.check {
  padding-block: 88px 110px;
}

@media screen and (max-width: 1024px) {
  .check {
    padding-block: 9% 11%;
  }
}
.check .cmn-ttl {
  margin-bottom: 75px;
}

@media screen and (max-width: 1024px) {
  .check .cmn-ttl {
    margin-bottom: 8%;
  }
}
.check-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .check-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 16px;
  }
}
.check-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .check-box {
    width: 100%;
  }
}
.check-box__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: min(2.03125vw, 1.625rem);
  margin-bottom: 22px;
  padding-top: 45px;
}

@media screen and (max-width: 1024px) {
  .check-box__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 3%;
  }
}
.check-box__num {
  font-weight: 700;
  font-size: 3rem;
  line-height: 0.9;
  color: #000000;
}

@media screen and (max-width: 1024px) {
  .check-box__num {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .check-box__num {
    font-size: 2.1rem;
  }
}
.check-box__num small {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.75;
  color: #000000;
}

@media screen and (max-width: 1024px) {
  .check-box__num small {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .check-box__num small {
    font-size: 1.4rem;
  }
}
.check-box__ttl {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #000000;
}

@media screen and (max-width: 1024px) {
  .check-box__ttl {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .check-box__ttl {
    font-size: 1.05rem;
  }
}
.check-box__cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 26px;
}

@media screen and (max-width: 1024px) {
  .check-box__cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.check-box__ph {
  margin-top: auto;
  margin-bottom: 0;
  height: auto;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .check-box__ph {
    width: 100%;
  }
}
.check-box__ph img {
  width: 100%;
}

.check-box__txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75;
  color: #000000;
}

@media screen and (max-width: 1024px) {
  .check-box__txt {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin-bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .check-box__txt {
    font-size: 0.875rem;
  }
}
.check-box.--check1 {
  background: url(./img/bg-check-box01.jpg) no-repeat center center/cover;
}

.check-box.--check1 .check-box__head {
  padding-inline: 82px 60px;
}

@media screen and (max-width: 1240px) {
  .check-box.--check1 .check-box__head {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 640px) {
  .check-box.--check1 .check-box__head {
    padding-inline: 4%;
  }
}
.check-box.--check1 .check-box__cnt {
  padding-inline: 0 60px;
}

@media screen and (max-width: 1024px) {
  .check-box.--check1 .check-box__cnt {
    padding-inline: 4%;
  }
}
.check-box.--check1 .check-box__ph {
  width: 215px;
  border-radius: 0 30px 0 0;
  aspect-ratio: 215/214;
}

@media screen and (max-width: 1024px) {
  .check-box.--check1 .check-box__ph {
    margin-left: -4%;
    width: 104%;
  }
}
.check-box.--check2 {
  background: url(./img/bg-check-box02.jpg) no-repeat center center/cover;
}

.check-box.--check2 .check-box__head {
  padding-inline: 60px 82px;
}

@media screen and (max-width: 1240px) {
  .check-box.--check2 .check-box__head {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 640px) {
  .check-box.--check2 .check-box__head {
    padding-inline: 4%;
  }
}
.check-box.--check2 .check-box__cnt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-inline: 60px 0;
}

@media screen and (max-width: 1024px) {
  .check-box.--check2 .check-box__cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-inline: 4%;
  }
}
.check-box.--check2 .check-box__ph {
  width: 215px;
  border-radius: 30px 0 0 0;
  aspect-ratio: 215/214;
}

@media screen and (max-width: 1024px) {
  .check-box.--check2 .check-box__ph {
    padding-right: -4%;
    width: 104%;
  }
}
@media screen and (max-width: 640px) {
  .check-box.--check2 .check-box__ph {
    border-radius: 16px 0 0 0;
  }
}
.check-box.--check3 {
  background: url(./img/bg-check-box03.jpg) no-repeat center center/cover;
}

.check-box.--check3 .check-box__head {
  padding-inline: 82px 60px;
}

@media screen and (max-width: 1240px) {
  .check-box.--check3 .check-box__head {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 640px) {
  .check-box.--check3 .check-box__head {
    padding-inline: 4%;
  }
}
.check-box.--check3 .check-box__cnt {
  padding-inline: 0 60px;
}

@media screen and (max-width: 1024px) {
  .check-box.--check3 .check-box__cnt {
    padding-inline: 4%;
  }
}
.check-box.--check3 .check-box__ph {
  width: 215px;
  border-radius: 0 30px 0 0;
  aspect-ratio: 224/214;
}

@media screen and (max-width: 1024px) {
  .check-box.--check3 .check-box__ph {
    margin-left: -4%;
    width: 104%;
  }
}
.check-box.--check4 {
  background: url(./img/bg-check-box04.jpg) no-repeat center center/cover;
}

.check-box.--check4 .check-box__head {
  padding-inline: 60px 82px;
}

@media screen and (max-width: 1240px) {
  .check-box.--check4 .check-box__head {
    padding-inline: 30px;
  }
}
@media screen and (max-width: 640px) {
  .check-box.--check4 .check-box__head {
    padding-inline: 4%;
  }
}
.check-box.--check4 .check-box__cnt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-inline: 60px 0;
}

@media screen and (max-width: 1024px) {
  .check-box.--check4 .check-box__cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-inline: 4%;
  }
}
.check-box.--check4 .check-box__ph {
  width: 215px;
  border-radius: 30px 0 0 0;
  aspect-ratio: 215/214;
}

@media screen and (max-width: 1024px) {
  .check-box.--check4 .check-box__ph {
    margin-right: -4%;
    width: 104%;
  }
}
@media screen and (max-width: 640px) {
  .check-box.--check4 .check-box__ph {
    border-radius: 16px 0 0 0;
  }
}
.contact-form__cnt .showroom {
  padding: 0;
}

.about {
  padding: 64px 0;
  background: url(./img/about_bg.jpg);
  background-size: cover;
}
.about .section-ttl h2 {
  font-size: 4.8rem;
}
@media screen and (max-width: 640px) {
  .about .section-ttl h2 {
    font-size: 2.6rem;
  }
}
.about_cnt {
  max-width: 836px;
  background: #fff;
  padding: 40px 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .about_cnt {
    padding: 8%;
  }
}
.about_cnt picture {
  display: block;
}

.company {
  padding: 64px 0 48px 0;
}

.company-overview__data {
  width: 100%;
}

.company-overview__data-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 32px 0;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 640px) {
  .company-overview__data-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    padding: 4% 0;
  }
}
.company-overview__data-row:first-child {
  border-top: 1px solid #000000;
}

.company-overview__data-ttl {
  width: 482px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .company-overview__data-ttl {
    width: 240px;
  }
}

@media screen and (max-width: 640px) {
  .company-overview__data-ttl {
    width: 100%;
  }
}
.company-overview__data-txt {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.5;
  flex: 1;
}

@media screen and (max-width: 640px) {
  .company-overview__data-txt {
    width: 100%;
  }
}
.ft {
  display: none;
}

.mizumawari-ft {
  background: #EAF4FA;
  padding: 64px 0 204px 0;
  margin-top: 64px;
}
.mizumawari-ft .ft-inr {
  max-width: 440px;
  margin: 0 auto;
}
.mizumawari-ft .ft-logo {
  background: #fff;
  display: block;
  padding: 4px 16px;
  width: 280px;
  margin: 0 auto 24px auto;
}
.mizumawari-ft .ft-nav {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 640px) {
  .mizumawari-ft .ft-nav {
    gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.mizumawari-ft .ft-nav__list:nth-of-type(1) {
  width: 171px;
}
.mizumawari-ft .ft-nav__list:nth-of-type(2) {
  width: 100px;
}
.mizumawari-ft .ft-nav__list:nth-of-type(3) {
  width: 86px;
}
@media screen and (max-width: 640px) {
  .mizumawari-ft .ft-nav__list {
    width: 200px !important;
  }
}
.mizumawari-ft .ft-nav__link {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
}
.mizumawari-ft .ft-nav__link-child {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  padding-left: 16px;
}
.mizumawari-ft .ft-copy {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  margin-top: 32px;
}
.mizumawari-ft .ft-pagetop {
  position: absolute;
  right: 120px;
  bottom: 140px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 640px) {
  .mizumawari-ft .ft-pagetop {
    right: 20px;
    bottom: 20px;
    width: 44px;
  }
}

.last-links .pack01-contents__wrap__links a span {
  transform: rotate(180deg);
}

.pack01-contents__wrap,
.pack02-contents__wrapper,
.lineup-contents__wrapper,
.works-wrapper {
  max-height: 400px;
  overflow: hidden;
  transition: max-height 0.6s ease;
}
.pack01-contents__wrap::after,
.pack02-contents__wrapper::after,
.lineup-contents__wrapper::after,
.works-wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 35%;
  position: absolute;
  left: 0;
  bottom: 40px;
  background: url(./img/filter_img.png);
  background-size: cover;
  z-index: 3;
}
.pack01-contents__wrap.show::after,
.pack02-contents__wrapper.show::after,
.lineup-contents__wrapper.show::after,
.works-wrapper.show::after {
  display: none;
}

.pack02-contents__wrapper {
  max-height: 750px;
}
.pack02-contents__wrapper::after {
  content: "";
  display: block;
  width: calc(100% - 44px);
  height: 16%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  background: #fff;
  z-index: 3;
  /* max-width: 1160px; */
  margin: 0 auto;
  border-bottom: 2px solid #66B6EB;
}
@media screen and (max-width: 1024px) {
  .pack02-contents__wrapper::after {
    width: calc(92% - 4px);
    height: 13%;
  }
}

.lineup-contents__wrapper::after,
.works-wrapper::after {
  bottom: 0px;
}

.viewmore-btn01,
.viewmore-btn02,
.viewmore-btn03 {
  position: relative;
  border: unset;
  display: block;
  width: 80%;
  height: auto;
  max-width: 450px;
  aspect-ratio: 450/78;
  margin: 0 auto;
  transform: translateY(-100px);
  cursor: pointer;
  transition: all 0.3s;
  z-index: 5;
}
.viewmore-btn01:hover,
.viewmore-btn02:hover,
.viewmore-btn03:hover {
  opacity: 0.4;
  transition: all 0.3s;
}

.viewmore-btn01 {
  background: url(./img/viewmore_btn01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.viewmore-btn02 {
  background: url(./img/viewmore_btn02.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.viewmore-btn03 {
  background: url(./img/viewmore_btn03.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}/*# sourceMappingURL=page-client.css.map */