@charset "UTF-8";

/*definition*/
/* CSSカスタムプロパティ（変数）向け定義 */
:root {
  /* カラー */
  --color-main: #00BDCD;
  /* --color-back: #DAE2FA; */
  --color-b2: #009BA8;
  --color-b1: #00ACBA;
  --color-w1: #17C3D2;
  --color-w2: #2EC9D6;
  --color-w3: #46CFDB;
  --color-w4: #5DD5DF;
  --color-w5: #74DBE4;
  --color-w6: #8BE1E8;
  --color-w7: #A2E7ED;
  --color-w8: #B9EDF1;
  --color-w9: #D1F3F6;
  --color-w10: #E8F9FA;
  --color-s1: #00CC99;
  --color-s2: #007BCC;
  --color-s3: #00CC54;
  --color-s4: #003ACC;
  --color-hl1: #E6326A;
  --color-m0: #000000;
  --color-m1: #171717;
  --color-m2: #2E2E2E;
  --color-m3: #464646;
  --color-m4: #5D5D5D;
  --color-m5: #747474;
  --color-m6: #8B8B8B;
  --color-m7: #A2A2A2;
  --color-m8: #B9B9B9;
  --color-m9: #D1D1D1;
  --color-m10: #E8E8E8;
  --color-m11: #ffffff;
}

/* フォント */
/*background: url("../img/ya_red.jpg");*/
/* 設定 */
/*
Reset Stylesheet
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

video {
  width: 100%;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #333;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

figure {
  margin: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*common*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4em;
  min-width: 310px;
  font-feature-settings: "palt";
  line-height: 1.5em;
  letter-spacing: 0.02em;
  scroll-padding-top: 14em;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 7em;
  }
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  overflow-x: hidden;
  font-size: clamp(1px, 1.2vw, 16px);
  color: #222;
  background-color: #fff;
  font-weight: 600;
  overflow-x: hidden;
  padding-top: 11.91em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(11px, 3.2vw, 16px);
    padding-top: 14%;
  }
}
body.active {
  width: 100%;
  overflow: hidden;
}

.frame {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

a {
  text-decoration: none;
  transition: 0.3s;
  opacity: 1;
  display: inline-block;
}
a:active {
  transform: scale(0.95);
}
a:hover {
  opacity: 0.6;
}

h1,
div.h1,
h2,
h3 {
  font-size: initial;
  font-weight: 900;
  letter-spacing: 0.1em;
}
h1,
div.h1 {
  font-size: 2.5em;
  color: var(--color-b1);
  text-align: center;
  padding: 1em 0;
}
h2 {
  font-size: 2em;
  color: var(--color-main);
  text-align: center;
  padding: 1em 0;
}
h3 {
  font-size: 1.8em;
  color: var(--color-s1);
  padding-bottom: 0.5em;
}
h4 {
  font-size: 1.6em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, div.h1 {
    line-height: normal;
  }
  h1, div.h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
}

p {
  padding: 0.3em 0 0.8em;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*header*/
header {
  padding: 0.3% 0 1% 0;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
header .frame {
  max-width: 1380px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0;
  }
  header .frame {
    width: 100%;
  }
}
header .logo {
  width: 35%;
}
@media screen and (max-width: 768px) {
  header .logo {
    width: 80%;
    padding: 1% 3% 0;
  }
}
header .in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header a {
  display: block;
  width: 100%;
  color: var(--color-m2);
}
header ul {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
header ul.item_menu {
  justify-content: start;
}
header ul.link_menu {
  justify-content: space-around;
}
header ul li a {
  padding: 5% 0;
}
header ul li:nth-child(even) {
  width: 1px;
  height: 1em;
  background-color: var(--color-m2);
}
header ul li:first-child {
  padding-right: 0;
}
header ul li:last-child {
  padding-left: 0;
}
header .header_menu1 {
  margin-bottom: 1.5%;
}
@media screen and (max-width: 768px) {
  header .header_menu1 {
    margin-bottom: 0;
  }
}
header .header_menu1 .in {
  width: 58%;
  letter-spacing: 0.3em;
}
header .header_menu1 .in .tell {
  width: 40%;
}
header .header_menu1 .in div p.solution {
  font-size: 0.9em;
  color: var(--color-m2);
  border-bottom: solid 2px var(--color-main);
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0.1em;
}
header .header_menu1 .in div p.solution img {
    height: 1.7em;
    width: auto;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
    header .header_menu1 .in div p.solution img {
        height: 1.4em;
        margin-right: 0.3em;
    }
}
header nav.globalMenuSp .sp-logo-section {
    display: none; /* PC版では非表示 */
}
@media screen and (max-width: 768px) {
    header nav.globalMenuSp .sp-logo-section {
        display: flex;
        align-items: center;
        gap: 0.4em;
        padding: 1em 0 0.8em 0.7em;
        font-size: 2em;
    }
    
    header nav.globalMenuSp .sp-logo-section img {
        height: 1.4em;
        width: auto;
    }
    
    header nav.globalMenuSp .sp-logo-section span {
        font-size: 0.9em;
        color: #333;
        font-weight: 500;
    }
}
header .header_menu1 .in div ul {
  width: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
header .header_menu1 .in div ul li:first-child .hoverbtn {
  color: var(--color-m2);
  padding-right: 1.5em;
  position: relative;
  width: 100%;
  cursor: pointer;
}
header .header_menu1 .in div ul li:first-child .hoverbtn:before {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 1.2em;
  height: 1.2em;
  line-height: 1em;
  transform: translateY(-50%);
  background: url("../img/icon1.webp") no-repeat center/97% auto;
}
@media screen and (max-width: 768px) {
  header .header_menu1 .in {
    display: none;
  }
}
header .header_menu1 .in_sp {
  display: none;
  width: 70%;
}
@media screen and (max-width: 768px) {
  header .header_menu1 .in_sp {
    display: flex;
    justify-content: flex-end;
  }
}
header .header_menu1 .in_sp a,
header .header_menu1 .in_sp div {
  width: 30%;
}
header .header_menu1 .in_sp img {
  display: block;
  /*vertical-align: bottom;*/
}
header .header_menu2 ul {
  width: 57%;
}
header .header_menu2 ul a {
  font-size: 1.1em;
  letter-spacing: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
header .header_menu2 ul li.now {
  position: relative;
}
header .header_menu2 ul li.now:before {
  display: block;
  position: absolute;
  content: "";
  bottom: -0.8em;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color-main);
}
header .header_menu2 .in {
  width: 30%;
}
header .header_menu2 .in a {
  width: 48%;
}
@media screen and (max-width: 768px) {
  header .header_menu2 {
    display: none;
  }
}
@media screen and (max-width: 768px) {

  /* ヘッダー右側のコンテナ（ボタン＋メニュー） */
  .header .in_sp {
    display: flex; /* 子要素を横並びに */
    flex: 1;       /* 利用可能なスペースをすべて使う */
  }

  /* 3つのボタンをまとめるコンテナ */
  .header-buttons-sp {
    display: flex; /* ボタンを横並びに */
    flex-grow: 1;  /* ハンバーガーメニュー以外の残りのスペースをすべて使う */
    gap: 0;
  }
  
  /* ハンバーガーメニュー */
  .hamburger {
    margin: 0;     /* 自動マージンをリセット */
    flex-shrink: 0;/* ハンバーガーメニューが縮まないようにする */
  }

  /* --- スマホ向けボタンの共通スタイル --- */
  .header-btn {
    /* レイアウトと形状 */
    flex-direction: column; /* アイコンとテキストを縦並びに */
    flex-grow: 1;         /* 親コンテナ内で均等に幅を分ける */
    border-radius: 0!important;     /* 角丸をなくす */
    padding: 0.3em 0!important;   /* 上下の余白を調整 */
    height: auto;         /* 高さを自動調整に */
    align-self: stretch;  /* 親の高さに合わせて目一杯伸ばす */
    font-size: 11px;      /* 文字サイズを少し小さくして調整 */
    line-height: 1.3;     /* 行間を調整 */
    align-items: center;
  }

  /* --- ボタン内のアイコンとテキストのスタイル --- */
  .header-btn i {
    margin-right: 0;      /* 横の間隔をリセット */
    margin-bottom: 4px;   /* アイコンとテキストの間の縦の間隔 */
    width: 100%;
    text-align: center;
    font-size: 1.8em; 
  }

  .header-btn span {
    display: block; /* テキストをブロック要素に */
  }

  .header-buttons-sp .header-btn i {
    display: block;        /* ブロック要素として扱う */
    margin: 0 auto 4px auto; /* 左右のマージンをautoにして強制的に中央揃え */
    font-size: 1.8em !important; /* !importantでサイズを強制的に大きくする */
  }
}

/*footer*/
footer {
  /*margin-top: 5%;*/
  padding: 5% 0 9em;
  background: linear-gradient(
    180deg,
    var(--color-m3) 0%,
    var(--color-m5) 100%
  );
  border-top: 4px solid var(--color-main);
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    margin-top: 10%;
  }
}
footer a {
  color: #fff;
}
footer .in1 {
  align-items: flex-start;
  margin-bottom: 6%;
}
footer .in1 .logo {
  width: 30%;
}
footer .in1 .box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 62%;
}
footer .in1 .box ul {
  width: 27%;
}
footer .in1 .box ul:first-child {
  width: 19%;
}
footer .in1 .box ul li {
  padding: 0 0 2em;
  font-size: 0.95em;
}
footer .in1 .box ul li a {
  font-weight: 400;
  letter-spacing: 0.1em;
}
footer .in1 .box ul li:last-child {
  padding: 0;
}
footer .in1 .box ul:nth-child(n+2) {
  border-left: 1px solid #ffffff;
}
footer .in1 .box ul:nth-child(n+2) li {
  padding-left: 18%;
}
@media screen and (max-width: 768px) {
  footer .in1 {
    flex-direction: column;
  }
  footer .in1 .logo {
    width: 80%;
    margin-bottom: 5%;
  }
  footer .in1 .box {
    flex-direction: column;
    width: 108%;
    margin: 0 -4%;
  }
  footer .in1 .box ul {
    width: 100%;
  }
  footer .in1 .box ul:first-child {
    width: 100%;
  }
  footer .in1 .box ul:last-child li:last-child {
    border-bottom: 0px solid #000;
  }
  footer .in1 .box ul li {
    padding: 1.2em 0 1.2em 4%;
    border-bottom: 1px solid #ffffff;
    font-size: 1.25em;
    position: relative;
  }
  footer .in1 .box ul li:last-child {
    padding: 1.2em 0 1.2em 4%;
  }
  footer .in1 .box ul li:before {
    display: block;
    position: absolute;
    content: "〉";
    right: 4%;
    top: 50%;
    width: 1em;
    height: 1em;
    line-height: 1em;
    transform: translateY(-50%);
  }
  footer .in1 .box ul:nth-child(n+2) {
    border-left: 0px solid #ffffff;
  }
  footer .in1 .box ul:nth-child(n+2) li {
    padding-left: 4%;
  }
}
footer .in2 {
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 1%;
  margin-bottom: 2%;
}
footer .in2 p {
  font-size: 0.85em;
}
@media screen and (max-width: 768px) {
  footer .in2 {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 4%;
    margin-bottom: 5%;
  }
  footer .in2 p {
    font-size: 0.78em;
  }
}
footer .in2 .box {
  width: 28%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .in2 .box {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    align-items: flex-start;
  }
}
footer .in2 .box a {
  padding-left: 1.7em;
  position: relative;
  letter-spacing: 0.1em;
}
footer .in2 .box a:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 1.2em;
  height: 1.2em;
  transform: translateY(-50%);
  background: url("../img/icon5.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  footer .in2 .box a {
    font-size: 1.2em;
    padding: 0.4em 0 0.4em 1.7em;
  }
}
footer .ctr {
  text-align: center;
  font-size: 0.9em;
  padding-bottom: 2%;
}
@media screen and (max-width: 768px) {
  footer .ctr {
    padding-bottom: 6%;
  }
}
.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-copyright img {
    height: 1.5em;
    width: auto;
}
@media screen and (max-width: 768px) {
    .footer-copyright {
        flex-direction: column;
        gap: 0.6em;
        text-align: center;
    }
    
    .header-logo-container {
        gap: 0.4em;
    }
    
    .header-logo-container img {
        height: 1em;
    }
    
    .footer-copyright img {
        height: 1.2em;
    }
}
/* TOPへ戻るボタン */
#page-top {
  display: none !important;
}
#page-top.show {
  display: block !important;
}

/* 携帯用メニュー用css*/
.hamburger {
  display: none;
  margin: auto 0;
  cursor: pointer;
  text-align: center;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}

nav.globalMenuSp {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(120%);
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}
nav.globalMenuSp.active {
  transform: translateX(0%);
}
nav.globalMenuSp figure {
  display: flex;
  width: calc(80% - 10em);
  height: calc(5em + 20px);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 5%;
}
nav.globalMenuSp figure a {
  text-align: left;
}
nav.globalMenuSp figure img {
  width: 45%;
}
nav.globalMenuSp .close_menu {
  border: 2px solid #333;
  width: 5em;
  height: 5em;
  top: 10px;
  right: 10px;
  position: absolute;
  cursor: pointer;
}
nav.globalMenuSp .close_menu:before, nav.globalMenuSp .close_menu:after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  /* 棒の幅（太さ） */
  height: 30px;
  /* 棒の高さ */
  background: #333;
}
nav.globalMenuSp .close_menu:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
nav.globalMenuSp .close_menu:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  transition: 0.4s all;
  font-size: 1.4em;
  width: 100%;
  padding: 0;
  height: auto;
  text-align: left;
  background-color: #fff;
}
nav.globalMenuSp ul li > a {
  margin: 0;
  text-align: left;
  display: block;
  padding: 0.7em 0.7em 0.7em 1em;
  text-decoration: none;
  font-weight: 900;
  width: 100%;
  letter-spacing: 0.12em;
  border-left: 5px solid var(--color-main);
}
nav.globalMenuSp ul li > a span {
  font-size: 70%;
}
nav.globalMenuSp ul li .accbtn {
  cursor: pointer;
  margin: 0;
  text-align: left;
  display: block;
  padding: 0.7em 0.7em 0.7em 1em;
  text-decoration: none;
  font-weight: 900;
  width: 100%;
  letter-spacing: 0.12em;
  border-left: 5px solid var(--color-main);
  color: var(--color-m2);
}
nav.globalMenuSp ul li .accbtn span {
  font-size: 70%;
}
nav.globalMenuSp ul li .acccontent {
  display: block;
  color: var(--color-m2);
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
nav.globalMenuSp ul li .acccontent.active {
  height: auto;
}
nav.globalMenuSp ul li .acccontent a {
  padding: 0.2em 0 0.2em 1.7em;
  font-size: 0.8em;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

/* subpage-common */
.breadcrumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 1.5em 0;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    font-size: 1em;
  }
}
.breadcrumbs a {
  color: var(--color-m2);
  position: relative;
  margin-right: 1.9em;
}
.breadcrumbs a:before {
  display: block;
  position: absolute;
  content: ">";
  right: -1.8em;
  top: 50%;
  width: 1.1em;
  height: 1.1em;
  line-height: 1;
  transform: translateY(-50%);
}
.breadcrumbs span {
  color: var(--color-m2);
}

.page_title {
  color: var(--color-m2);
  font-size: 2.5em;
  letter-spacing: 0.2em;
  padding: 0 0 0.15em 0.6em;
  line-height: 1.3;
  margin: 2em 0;
  border-left: 0.3em solid var(--color-main);
}
@media screen and (max-width: 768px) {
  .page_title {
    margin: 1.4em 0;
    font-size: 2em;
    letter-spacing: 0.12em;
  }
}

.link_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4%;
}
.link_box a {
  width: 48%;
  border-radius: 999px;
  box-shadow: 0 0 0.9em 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .link_box {
    flex-wrap: wrap;
    padding: 4% 0;
  }
  .link_box a {
    width: 100%;
  }
  .link_box a + a {
    margin-top: 5%;
  }
}

.btn1 {
  border: 3px solid #f26161;
  color: #f26161;
  font-size: 1.2em;
  letter-spacing: 0.15em;
  text-align: center;
  width: 15em;
  padding: 1em 0;
  border-radius: 999px;
  position: relative;
  margin: 0 auto;
  display: block;
  font-weight: 800;
  background-color: #fff;
}
.btn1:before {
  display: block;
  position: absolute;
  content: "";
  right: 1em;
  top: 50%;
  width: 1.3em;
  height: 1em;
  line-height: 1em;
  transform: translateY(-65%);
  background: url("../img/icon3.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .btn1 {
    padding: 0.8em 0;
    font-size: 1.3em;
  }
}

.sec_title {
  text-align: center;
  margin: 0 auto 1.5%;
  width: 22.5%;
}
@media screen and (max-width: 768px) {
  .sec_title {
    width: 36%;
  }
}

.point {
  background-color: #fff;
  border-radius: 0.9em;
  border: 3px solid var(--color-main);
  padding: 3% 6% 2%;
  position: relative;
  margin: 3em auto 4em;
}
@media screen and (max-width: 768px) {
  .point {
    padding: 4% 3% 2%;
    margin-bottom: 2em;
  }
}
.point h5 {
  font-size: 1.3em;
  font-weight: 900;
  color: var(--color-main);
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 1.5em;
  transform: translateY(-59%);
  padding: 0 1em;
  background: #fff;
}
.point li {
  font-size: 1.12em;
  padding: 0.9em 0 0.9em 1.8em;
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .point li {
    font-size: 0.98em;
    padding: 0.9em 0 0.9em 1.3em;
  }
}
.point li:before {
  display: block;
  position: absolute;
  content: "〇";
  color: var(--color-main);
  left: 0;
  top: 1.65em;
  font-size: 1.1em;
  font-weight: 900;
  width: 1.3em;
  height: 1.3em;
  line-height: 1em;
  transform: translateY(-50%);
}
.point li:nth-child(n+2) {
  border-top: 2px solid #ced6de;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper {
  padding: 0 0 2.5em;
}
.swiper .swiper-slide {
  padding: 0 4%;
}
@media screen and (max-width: 768px) {
  .swiper .swiper-slide p {
    font-size: 0.8em;
  }
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1em;
  height: auto;
  aspect-ratio: 1/1;
}
.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    width: 20px;
  }
  .swiper .swiper-button-next {
    right: 0;
  }
  .swiper .swiper-button-prev {
    left: 0;
  }
}
.swiper .swiper-pagination-bullet {
  border-radius: 0;
  font-size: 1.3em;;
  color: var(--color-s1);
  background-color: #fff;
  opacity: 1;
  width: auto;
  height: auto;
  padding: 0.5em;
}
.swiper .swiper-pagination-bullet-active {
  color: #fff;
  background-color: var(--color-s1);
}
@media screen and (max-width: 768px) {
  .swiper .swiper-pagination-bullet {
    font-size: 16px;
    width: auto;
    height: auto;
  }
}
.swiper .swiper-button-next {
  background-image: url("../img/slider-r.webp");
}
.swiper .swiper-button-prev {
  background-image: url("../img/slider-l.webp");
}

/*トップページ*/
#page-index article {
  background-image: repeating-linear-gradient(45deg, #DDF6F8 0, #DDF6F8 2px, #E8F9FA 0, #E8F9FA 50%);
  background-size: 20px 20px;
}
@media screen and (max-width: 1515px) {
  #page-index .bg1 {
    font-size: clamp(1px, 1.22vw, 16px);
  }
}
#page-index #intro {
  padding: 2vw 0 1vw;
}
@media screen and (max-width: 768px) {
  #page-index #intro .frame {
    width: 97%;
  }
}
#page-index #intro div.h1 span {
  color: var(--color-hl1);
}
@media screen and (max-width: 768px) {
  #page-index #intro div.h1 {
    font-size: 26px;
    line-height: normal;
  }
}
#page-index #intro div.problem_solution {
  padding: 2em 0 0 0;
}
#page-index #intro div.problem_solution p.solution_message {
  background-color: var(--color-main);
  font-size: 2em;
  color: #fff;
  text-align: center;
  padding: 0.8em 0;
}
@media screen and (max-width: 768px) {
  #page-index #intro div.problem_solution p.solution_message {
    font-size: 24px;
    line-height: normal;
  }
}
#page-index #intro div.problem_solution .formBalloon {
  padding-bottom: 13px;
  display: block;
}
#page-index #intro div.problem_solution .formBalloon .formBalloonContent {
  width: 50px;
  height: 20px;
  position: relative;
  background: var(--color-main);
  left: 0;
  right: 0;
  margin: auto;
}
#page-index #intro div.problem_solution .formBalloon .formBalloonArrow{
  border: 50px solid transparent;
  border-top: 25px solid var(--color-main);
  position: absolute;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
#page-index #intro div.problem_solution .balloonMsg {
  padding-bottom: 1px;
  display: block;
  line-height: 1.4;
  text-indent: 0;
}
#page-index #intro div.problem_solution p.solution_point {
  background-color: #fff;
  font-size: 2em;
  color: var(--color-b1);
  text-align: center;
  padding: 0.8em;
  width: 80%;
  margin: 1em auto;
  border-radius: 100vh;
}
#page-index #intro div.problem_solution div.solution_point_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  font-size: 1.4em;;
}
#page-index #intro div.problem_solution div.solution_point_box div:first-of-type {
  width: 20%;
}
#page-index #intro div.problem_solution div.solution_point_box div:last-of-type {
  width: 80%;
  padding-left: 1em;
}
#page-index #intro div.problem_solution div.solution_point_box div ul {
  list-style: square;
  list-style-position: outside;
  padding-left: 1em;
}
#page-index #intro div.problem_solution div.solution_point_box div ul li::marker {
  color: var(--color-main);
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #page-index #intro div.problem_solution p.solution_point {
    font-size: 24px;
    line-height: normal;
    width: 100%;
  }
  #page-index #intro div.problem_solution div.solution_point_box {
    flex-direction: column;
    width: 100%;
    font-size: 16px;
  }
  #page-index #intro div.problem_solution div.solution_point_box div:first-of-type {
    width: 50%;
  }
  #page-index #intro div.problem_solution div.solution_point_box div:last-of-type {
    width: 100%;
  }
  #page-index #intro div.problem_solution div.solution_point_box div ul {
    padding-left: 18px;
  }
  
  #page-index #intro div.problem_solution div.solution_point_box div ul li {
    line-height: normal;
  }
}
#page-index #features .swiper .swiper-wrapper .swiper-slide .swiper-inside {
  background-color: var(--color-w10);
  padding: 2em;
  margin: 0 2em 4em 2em;
  text-align: center;
}
#page-index #features .swiper .swiper-wrapper .swiper-slide .swiper-inside ul {
  width: fit-content;
  text-align: start;
  margin: auto;
  list-style: square;
}
@media screen and (max-width: 768px) {
  #page-index #features .swiper .swiper-wrapper .swiper-slide .swiper-inside {
    padding: 2px 5px;
    margin: 0 0 45px 0;
  }
  #page-index #features .swiper .swiper-wrapper .swiper-slide .swiper-inside ul {
    padding: 0 3px;
    padding-left: 25px;
  }
}
#page-index #features .condition-box {
  padding: 5%;
}
#page-index #features .condition-box + p {
  text-align: center;
    font-size: 1.7em;
    color: var(--color-b2);
    text-decoration: underline;
    text-decoration-color: var(--color-b2);
    text-underline-offset: 0.2em;
    margin-bottom: 1em;
}
#page-index #features .movie {
  padding: 0 8%;
}
#page-index #features .link_box {
  margin-top: 5%;
}
#page-index #features .box {
  border-radius: 2em;
  /*box-shadow: 0 0 0.9em 0 rgba(0, 0, 0, 0.4);*/
  background-color: #fff;
  padding: 3% 3.5%;
}
#page-index #features .box p {
  padding: 0;
}
#page-index #features .box + .box {
  margin-top: 3%;
}
@media screen and (max-width: 768px) {
  #page-index #features .box {
    padding: 2%;
  }
  #page-index #features .box + .box {
    margin-top: 6%;
  }
}
#page-index #features .btn1 {
  margin-top: 3.5em;
}
@media screen and (max-width: 768px) {
  #page-index #features .btn1 {
    margin-top: 1.5em;
  }
}

#page-index #features .flex {
  align-items: stretch;
}
#page-index #features .flex.jcr {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #page-index #features .flex {
    flex-direction: column;
  }
  #page-index #features .flex.jcr {
    flex-direction: column;
  }
}
#page-index #features .flex:not(.type-other) .in:nth-child(1) {
  width: 54%;
}
#page-index #features .flex:not(.type-other) .in:nth-child(2) {
  width: 42%;
}
@media screen and (max-width: 768px) {
  #page-index #features .flex:not(.type-other) .in:nth-child(1) {
    width: 100%;
  }
  #page-index #features .flex:not(.type-other) .in:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #page-index #features .flex:not(.type-other) .in + .in {
    margin-top: 8%;
  }
}
#page-index #features .flex:not(.type-other) .in p {
  font-size: 1.1em;
  color: var(--color-m2);
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #page-index #features .flex:not(.type-other) .in p {
    font-size: 1.2em;
  }
}
#page-index #features .flex:not(.type-other) .in.in_type2 {
  border-radius: 0.8em;
  padding: 3% 7% 3% 6%;
  background: linear-gradient(90deg, rgba(255, 222, 86, 0.29) 0%, rgba(255, 112, 110, 0.29) 100%);
}
@media screen and (max-width: 768px) {
  #page-index #features .flex:not(.type-other) .in.in_type2 {
    padding: 5% 16%;
  }
}
#page-index #features .flex:not(.type-other) .in.in_type2 ul {
  margin-top: 1em;
  color: var(--color-m2);
  font-weight: 800;
  letter-spacing: 0.08em;
}
#page-index #features .flex:not(.type-other) .in.in_type2 ul li {
  padding-left: 1.5em;
  position: relative;
}
#page-index #features .flex:not(.type-other) .in.in_type2 ul li:before {
  display: block;
  position: absolute;
  content: "〇";
  font-weight: 900;
  color: var(--color-main);
  left: 0;
  top: 50%;
  width: 1em;
  height: 1em;
  line-height: 1;
  transform: translateY(-50%);
}
#page-index #features .flex.type-other {
  margin-top: 4em;
}
#page-index #features .flex.type-other .in {
  width: 28%;
  border-radius: 1.4em;
  box-shadow: 0 0 0.9em 0 rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 4.2% 3.5% 2.2%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page-index #features .flex.type-other .in {
    padding: 10% 12% 8%;
    border-radius: 2em;
  }
}
#page-index #features .flex.type-other .in .number {
  position: absolute;
  width: 55%;
  background-color: var(--color-m2);
  font-weight: 800;
  line-height: 1.4;
  font-size: 1.7em;
  letter-spacing: 0.04em;
  color: #fff;
  padding: 0.1em 0;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  border-radius: 999px;
}
#page-index #features .flex.type-other .in h4 {
  text-align: center;
  color: var(--color-main);
  font-weight: 900;
  line-height: 1.4;
  font-size: 1.7em;
  letter-spacing: 0.08em;
}
#page-index #features .flex.type-other .in figure {
  margin: 10% auto;
  width: 40%;
}
@media screen and (max-width: 768px) {
  #page-index #features .flex.type-other .in figure {
    width: 27%;
  }
}
#page-index #features .flex.type-other .in p {
  color: var(--color-m2);
  font-size: 1.2em;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #page-index #features .flex.type-other .in p {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 768px) {
  #page-index #features .flex.type-other {
    flex-direction: column;
  }
  #page-index #features .flex.type-other .in {
    width: 85%;
    margin: 0 auto 5%;
  }
}
#page-index #features .flex.type-other > figure {
  width: 3.1%;
  padding-left: 1.3%;
}
@media screen and (max-width: 768px) {
  #page-index #features .flex.type-other > figure {
    width: 85%;
    margin: 0 auto;
    padding: 1em 0 3em;
  }
}
#page-index #faq .frame {
  padding-bottom: 5%;
}
#page-index #news .frame {
  padding-bottom: 5%;
}
@media screen and (max-width: 768px) {
  #page-index #news .frame {
    margin: 0;
    padding-bottom: 0;
    width: 100%;
  }
}
#page-index #faq h2 + p,
#page-index #news h2 + p {
  text-align: center;
  text-align: center;
  font-size: 2em;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--color-m2);
  margin-bottom: 3%;
}
#page-index #faq .accordion-area1 {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
#page-index #faq .accordion-area1 > li {
  width: 100%;
  margin-bottom: 3%;
  border-radius: 15px;
  /*box-shadow: 0 0 0.9em 0 rgba(0, 0, 0, 0.4);*/
  background-color: #fff;
  overflow: hidden;
  padding: 0;
  font-size: 1.2em;
}
#page-index #faq .accordion-area1 .title1 {
  position: relative;
  transition: all 0.5s ease;
  text-align: left;
  background-color: var(--color-b1);
  color: #fff;
  font-size: 1em;
  padding: 0;
}
#page-index #faq .accordion-area1 .title1 span {
  cursor: pointer;
  display: inline-block;
  padding: 0.5em 5em 0.5em 4.6em;
  min-height: 4em;
  width: 100%;
  position: relative;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#page-index #faq .accordion-area1 .title1 span:before {
  display: block;
  position: absolute;
  content: "";
  left: 1.8em;
  top: 50%;
  width: 1.3em;
  height: 1.3em;
  line-height: 1em;
  transform: translateY(-50%);
  background: url("../img/q.webp") no-repeat center/96%;
}
#page-index #faq .accordion-area1 .title1 span:after {
  display: block;
  position: absolute;
  content: "";
  right: calc(2em + 1.5px);
  top: 50%;
  width: 2.3em;
  height: auto;
  aspect-ratio: 1/1;
  line-height: 1em;
  transform: translate(50%, -50%);
  border: 3px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #page-index #faq .accordion-area1 .title1 {
    font-size: 14px;
  }
  #page-index #faq .accordion-area1 .title1 span {
    padding: 50px 20px 15px 20px;
  }
  #page-index #faq .accordion-area1 .title1 span:before,
  #page-index #faq .accordion-area1 .title1 span:after {
    top: 2em;
  }
  #page-index #faq .accordion-area1 .title1 span:before {
    width: 1.55em;
    height: 1.55em;
    left: 1.5em;
  }
  #page-index #faq .accordion-area1 .title1 span:after {
    right: calc(2em + 0.2px);
    width: 1.55em;
    border: 2px solid #fff;
  }
}
#page-index #faq .accordion-area1 .title1:before {
  position: absolute;
  content: "";
  right: 2.1em;
  top: 50%;
  z-index: 3;
  width: 1em;
  height: 3px;
  transform: translate(50%, -50%);
  background-color: #fff;
}
#page-index #faq .accordion-area1 .title1:after {
  position: absolute;
  content: "";
  right: 2.1em;
  top: 50%;
  z-index: 3;
  transition: 0.2s;
  width: 1em;
  height: 3px;
  transform: translate(50%, -50%) rotate(90deg);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #page-index #faq .accordion-area1 .title1:before, #page-index #faq .accordion-area1 .title1:after {
    right: 2em;
    top: 2em;
    height: 2px;
    width: 0.9em;
  }
}
#page-index #faq .accordion-area1 .title1.close::after {
  transform: translate(50%, -50%) rotate(0deg);
}
#page-index #faq .accordion-area1 .abox1 {
  display: none;
  background-color: var(--color-w9);
  color: #000;
  padding: 1em 3em 1em 4.6em;
  position: relative;
  line-height: 1.8em;
  color: var(--color-m2);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #page-index #faq .accordion-area1 .abox1 {
    padding: 3.5em 1.5em 1.5em;
  }
}
#page-index #faq .accordion-area1 .abox1 img {
  display: inline-block;
  margin-bottom: 0.8em;
}
#page-index #faq .accordion-area1 .abox1 a {
  color: var(--color-b2);
  text-decoration: underline;
  text-decoration-color: var(--color-b2);
  text-underline-offset: 0.2em;
}
#page-index #faq .accordion-area1 .abox1 p {
  padding: 0;
}
#page-index #faq .accordion-area1 .abox1 p + p {
  padding-top: 1em;
}
#page-index #faq .accordion-area1 .abox1:before {
  display: block;
  position: absolute;
  content: "";
  left: 1.8em;
  top: 1.3em;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.8em;
  color: var(--color-main);
  background: url("../img/a.webp") no-repeat center/96%;
}
@media screen and (max-width: 768px) {
  #page-index #faq .accordion-area1 .abox1:before {
    width: 1.55em;
    height: 1.55em;
    left: 1.5em;
  }
  #page-index #faq .accordion-area1 .abox1 {
    font-size: 14px;
  }
}
#page-index #news ul#dispnews > li:not(.topnews) {
  display: none;
}

.news-list {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 2em;
  border-radius: 2em;
}
@media screen and (max-width: 768px) {
  .news-list {
    border-radius: 0;
  }
}
.news-list > li {
  width: 100%;
  margin-bottom: 2em;
  padding: 0 0 2em;
  font-size: 1.1em;
  border-bottom: 2px solid var(--color-w7);
}
.news-list > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
}
.news-list .title2 {
  position: relative;
  transition: all 0.5s ease;
  text-align: left;
  color: var(--color-m3);
  font-size: 1em;
  font-weight: 800;
  line-height: 1.3;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 768px) {
  .news-list .title2 {
    font-size: 13px;
    padding: 0 1.5em 0 0;
  }
}
.news-list .title2 b {
  display: inline-block;
  font-size: 1.4em;
  margin-bottom: 0.2em;
}
.news-list .title2 b.new {
  position: relative;
}
.news-list .title2 b.new:before {
  display: block;
  position: absolute;
  content: "";
  right: -2.7em;
  top: calc(50% + 0.11em);
  width: 2.4em;
  height: 1.2em;
  transform: translateY(-50%);
  background: url("../img/new.webp") no-repeat center/contain;
}
.news-list .title2 span {
  color: var(--color-m2);
}
.news-list .title2:after {
  position: absolute;
  display: block;
  content: "";
  right: 2em;
  top: 50%;
  z-index: 3;
  transition: 0.2s;
  width: 2em;
  height: auto;
  aspect-ratio: 1/1;
  transform: translate(50%, -50%) rotate(180deg);
  background: url("../img/icon4.webp") no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .news-list .title2:after {
    right: 4%;
    top: 1.2em;
    width: 1.5em;
  }
}
.news-list .title2.close::after {
  transform: translate(50%, -50%) rotate(0deg);
}
.news-list .abox2 {
  display: none;
  background-color: var(--color-w10);
  color: var(--color-m3);
  padding: 1em 3em;
  position: relative;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin-top: 1em;
  border-radius: 0.5em;
}
@media screen and (max-width: 768px) {
  .news-list .abox2 {
    padding: 1em;
    font-size: 14px;
  }
}
.news-list .abox2 img {
  display: inline-block;
  margin-bottom: 0.8em;
}
.news-list .abox2 a {
  color: #285e87;
  text-decoration: underline;
  text-decoration-color: #285e87;
}
.news-list .abox2 .pink {
  color: #e83e8c;
}
.news-list .abox2 p {
  padding: 0;
}
.news-list .abox2 p b {
  font-size: 1.1em;
}
.news-list .abox2 p + p,
.news-list .abox2 p + ol {
  margin-top: 1em;
}
.news-list .abox2 table th, .news-list .abox2 table td {
  padding: 0.6em 1em;
  border: 1px solid #8094a8;
}
.news-list .abox2 table th {
  background-color: var(--color-main);
  color: #fff;
}
.news-list .abox2 table + p, .news-list .abox2 table + ol {
  margin-top: 1.5em;
}
.news-list .abox2 ol {
  padding-left: 1em;
}
.news-list .abox2 ol li {
  padding: 0;
}
.news-list .abox2 ol li span.tyu {
  display: block;
  position: relative;
  padding-left: 1.1em;
}
.news-list .abox2 ol li span.tyu:before {
  display: block;
  position: absolute;
  content: "※";
  left: 0;
  top: 0.86em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  transform: translateY(-50%);
}
.news-list .abox2 ol + ol {
  margin-top: 1em;
}
.news-list .abox2 ol.dot li {
  position: relative;
  padding-left: 1.1em;
}
.news-list .abox2 ol.dot li:before {
  display: block;
  position: absolute;
  content: "・";
  left: 0;
  top: 0.86em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  transform: translateY(-50%);
  color: var(--color-main);
}
.news-list .abox2 ol + p {
  margin-top: 1.5em;
}

#page-contact h2,
#page-contact_confirm h2,
#page-contact_complete h2,
#page-trial h2,
#page-trial_confirm h2,
#page-trial_complete h2 {
  text-align: unset;
}

article.form {
  padding-bottom: 3em;
}
article.form .page_title + p {
  text-align: center;
  line-height: 1.8;
  font-size: 1.6em;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 0;
  color: var(--color-m3);
}
@media screen and (max-width: 768px) {
  article.form .page_title + p {
    font-size: 1.3em;
  }
}
article.form .tellbox {
  display: block;
  margin: 0.8em auto;
  width: 62%;
}
@media screen and (max-width: 768px) {
  article.form .tellbox {
    width: 100%;
  }
}
article.form h3 {
  margin: 2em 0;
  padding: 2.5em 0;
  background: url("../img/common_bg.webp") no-repeat center/cover;
}
article.form h3 img {
  display: block;
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 768px) {
  article.form h3 img {
    width: 100%;
  }
}
article.form .box {
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 768px) {
  article.form .box {
    width: 100%;
  }
}
article.form form {
  display: block;
  padding: 1em 0;
}
article.form table {
  width: 100%;
  font-size: 1.1em;
  color: var(--color-m2);
}
article.form table th {
  text-align: right;
  width: 14em;
  padding: 1em 0;
  letter-spacing: 0.1em;
}
article.form table th span {
  border: 1px solid var(--color-m2);
  text-align: center;
  display: inline-block;
  margin-left: 1.5em;
  font-size: 0.85em;
  font-weight: 700;
  padding: 0.6em 0;
  width: 5em;
  border-radius: 0.6em;
  letter-spacing: 0.06em;
}
article.form table th span.orange {
  border: 1px solid #ff6161;
  color: #ff6161;
}
article.form table th.vc {
  vertical-align: middle;
}
article.form table th.vt {
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  article.form table th {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1em 0 0;
  }
  article.form table th span {
    padding: 0.2em 0;
  }
}
article.form table td {
  width: calc(100% - 16em);
  padding: 1.1em 0 1.1em 2em;
}
article.form table td > .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
}
/*article.form table td > .flex:has(span.rental_label) {
  justify-content: flex-end;
}*/
article.form table td > .flex label {
  width: 40%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.1em;
  padding: 0.5em 0;
}
#page-trial article.form table td > .flex label {
  width: 30%;
}
@media screen and (max-width: 768px) {
  #page-trial article.form table td > .flex label {
    width: unset;
  }
  #page-trial article.form table td > .flex label:not(:first-child) {
    margin-left: 20px;
  }
}
/*article.form table td > .flex label:has(input[type="radio"]) {
  justify-content: flex-end;
}*/
article.form table td > .flex label input {
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
  margin-right: 0.5em;
}
article.form table td > .flex label span {
  white-space: nowrap;
}
article.form table td > .flex label:nth-child(5) {
  width: 20%;
}
@media screen and (max-width: 768px) {
  article.form table td > .flex label {
    width: 50%;
  }
  article.form table td > .flex label:nth-child(5) {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  article.form table td {
    display: block;
    width: 100%;
    padding-left: 0;
  }
}
article.form table tr:nth-child(n+2) th,
article.form table tr:nth-child(n+2) td {
  border-top: 1px solid #8094a8;
}
@media screen and (max-width: 768px) {
  article.form table tr:nth-child(n+2) td {
    border-top: 0px solid #000;
  }
}
article.form input,
article.form textarea {
  width: 100%;
  border: 1px solid var(--color-m2);
  padding: 0.8em;
  line-height: 1.2;
  font-size: 1.15em;
  color: var(--color-m2);
  border-radius: 0.4em;
}
article.form input[type=date] {
  width: auto;
}
article.form textarea {
  min-height: 7em;
}
article.form .check {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0.4em;
  color: var(--color-m2);
}
article.form .check label {
  padding: 0.6em 0.6em 0.6em 1em;
  cursor: pointer;
}
article.form .check input[type=checkbox] {
  width: 1.2em;
  height: auto;
  aspect-ratio: 1/1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  article.form .check input[type=checkbox] {
    width: 1em;
  }
}
article.form .check a {
  color: #f26161;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  article.form .check {
    display: block;
    text-align: center;
    font-size: 1.1em;
  }
}
article.form button {
  display: block;
  padding: 0;
  border: 0px solid #000;
  margin: 2em auto;
  width: 50%;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  article.form button {
    width: 100%;
  }
}
article.form .info {
  color: var(--color-m2);
  line-height: 1.8;
}
article.form .info span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 0.7em;
}
/*article.form .info span a {
  text-indent: 0;
  font-size: 1.1em;
  font-weight: 800;
}*/
article.form h3 {
  margin: 2em 0;
  padding: 2.5em 0;
  background: url("../img/common_bg.webp") no-repeat center/cover;
}
article.form h3 img {
  display: block;
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 768px) {
  article.form h3 {
    padding: 1.2em 0;
  }
  article.form h3 img {
    width: 100%;
  }
}
article.form h4 {
  color: var(--color-m2);
  border: 3px solid var(--color-m2);
  border-radius: 0.5em;
  font-size: 1.8em;
  text-align: center;
  margin: 0 auto 2em;
  width: 18em;
  padding: 1em 0;
  font-weight: 900;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  article.form h4 {
    font-size: 1.5em;
    width: 14em;
  }
}
article.form h5 {
  text-align: center;
  font-weight: 800;
  font-size: 1.4em;
  color: var(--color-m2);
  letter-spacing: 0.05em;
  margin-top: 2em;
  margin-bottom: 2em;
}
article.form h5 span {
  padding-bottom: 0.5em;
  border-bottom: 2px solid var(--color-main);
}
article.form .box {
  width: 68%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  article.form .box {
    width: 100%;
  }
}
article.form .input_data {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 800;
  color: var(--color-m2);
  letter-spacing: 0.1em;
  background-color: #f3f5f9;
  border-radius: 0.7em;
  padding: 1.5em 1em;
  line-height: 1.4;
  margin-bottom: 1.2em;
}
article.form > section > div:nth-child(3) > div > form > div:nth-child(2) > ul > li {
  font-size: 1.4em;
}
article.form .input_data:has(> .title) {
  justify-content: flex-start;
}
article.form .input_data:has(> .title) p:nth-child(2) {
  width: calc(100% - 12.5em);
}
article.form .input_data p {
  padding: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
article.form .input_data p.title {
  width: 10em;
  text-align: right;
  margin-right: 2.5em;
}
article.form .input_data + h5 {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  article.form .input_data {
    flex-direction: column;
  }
  article.form .input_data p:not(.input_message) {
    text-align: center;
  }
  article.form .input_data p.title {
    text-align: center;
    margin: 0 0 0.8em;
  }
  article.form .input_data:has(> .title) p:nth-child(2) {
    width: 100%;
  }
}
article.form .btns {
  margin: 2em auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
article.form .btns form {
  width: 46%;
}
article.form .btns button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-width: 0;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  article.form .btns form {
    width: 48%;
  }
}
article.form .tyu {
  margin: 0 auto;
  padding: 0;
  color: var(--color-m2);
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
}
article.form .tyu span {
  display: block;
  text-indent: -1.1em;
  padding-left: 1.1em;
  font-size: 0.7em;
  letter-spacing: 0.1em;
}
article.form .tyu span a {
  text-indent: 0;
  font-weight: 800;
  font-size: 1.1em;
}

article.form h3 {
  margin: 2em 0;
  padding: 2.5em 0;
  background: url("../img/common_bg.webp") no-repeat center/cover;
}
article.form h3 img {
  display: block;
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 768px) {
  article.form h3 {
    padding: 1.2em 0;
  }
  article.form h3 img {
    width: 100%;
  }
}
article.form h4 {
  color: var(--color-m2);
  border: 3px solid var(--color-m2);
  border-radius: 0.5em;
  font-size: 1.8em;
  text-align: center;
  margin: 0 auto 2em;
  width: 20em;
  padding: 1em 0;
  font-weight: 900;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  article.form h4 {
    font-size: 1.5em;
    width: 14em;
  }
}
article.form p {
  color: var(--color-m2);
  font-size: 1.4em;
  line-height: 2;
  letter-spacing: 0.1em;
  /*text-align: center;*/
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  article.form p {
    font-size: 1.3em;
  }
}
article.form .input_data:has(> .title) p:nth-child(2),
article.form .input_data .input_message {
  font-weight: normal;
}
article.form div.errmessage,
article.form p.errmessage,
#page-document_dl .form_document_dl p.errmessage {
  font-size: 1em;
  color: red;
  padding: 0;
}
div.important_notes {
  border: 1px solid;
}
div.important_notes ol {
  list-style-type: auto;
  padding: 5px 10px 5px 40px;
}
@media screen and (max-width: 768px) {
  #page-trial article.form table td .flex{
    flex-direction: row;
  }
}
#page-trial div.type_box {
  background: var(--color-w9);
  padding: 1em 2em 2em 2em;
  font-size: 0.8em;
  border-radius: 2em;
  
}
#page-trial div.type_box > p.type-title {
  text-align: center;
  /*text-decoration: underline;
  text-underline-offset: 10px;*/
}
#page-trial div.type_box > p.type-repletion {
  text-align: center;
  font-weight: unset;
}
#page-trial div.type_box > div {
  /*border: solid var(--color-main);*/
  background: #fff;
  border-radius: 1em;
  padding: 1em;
}
#page-trial div.type_box > div:first-of-type {
  margin-bottom: 15px;
}
#page-trial div.type_box > div > p.type-name {
  color: var(--color-b2);
  padding: 0;
}
#page-trial div.type_box > div > p.type-description {
  font-weight: unset;
}
.arrow-fa {
    color: var(--color-b2);
    margin: 0 8px;
    font-size: 1.1em;
}

#page-case article #case_sec1 {
  display: block;
  padding-bottom: 4em;
  background: url("../img/case_img1.webp") no-repeat top/cover;
}

#page-case article #case_sec1 .frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  align-items: stretch;
}

#page-case article #case_sec1 .flex {
  box-shadow: 0 0 1.8em 0 rgba(0, 0, 0, 0.3);
  padding: 1.8em;
  border-radius: 1.4em;
  background-color: #fff;
  flex: 0 1 calc(48% - 1%);
  margin-top: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 24em;
}

#page-case article #case_sec1 .flex:nth-child(n+2) {
  margin-top: 0;
}

#page-case article #case_sec1 .frame .flex h3 {
  width: 100%;
  margin: 0 0 15px 0;
  order: 2;
}

#page-case article #case_sec1 h4 {
  font-size: 2em;
  color: var(--color-main);
  font-weight: 900;
  letter-spacing: 0.15em;
  padding: 0 0 0.8em;
  margin-bottom: 0.8em;
  border-bottom: 3px solid #ced6de;
}

#page-case article #case_sec1 h4 span {
  margin-left: 0.6em;
  font-size: 0.8em;
}

#page-case article #case_sec1 .flex figure {
  width: 75%;
}

#page-case article #case_sec1 div.contains_img {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

#page-case article #case_sec1 .flex .box {
  display: flex;
  width: 100%;
  margin: 0;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
}

#page-case article #case_sec1 .frame .flex .box:only-child {
  order: 2;
}

#page-case article #case_sec1 p {
  font-size: 1.1em;
  color: var(--color-m2);
  letter-spacing: 0.1em;
  line-height: 1.6;
}

#page-case article #case_sec1 .flex .box .sub_title {
  display: inline-block;
  background-color: var(--color-main);
  padding: 0.4em 1em;
  color: #fff;
  font-weight: 800;
  margin-bottom: 0.7em;
  text-align: center;
  border-radius: 0.4em;
  letter-spacing: 0.1em;
}

#page-case article #case_sec1 .btn1 {
  margin-top: auto;
  align-self: center;
}
@media screen and (max-width: 768px) {
  #page-case article #case_sec1 .btn1 {
    margin-top: unset;
  }
}

#page-case article #case_sec1 .frame .flex .btn-area,
#page-case article #case_sec1 .frame .flex .button-area,
#page-case article #case_sec1 .frame .flex a[href*="detail"] {
  width: 100%;
  text-align: center;
  margin-top: auto;
  order: 4;
}

#page-case article #case_sec1 .frame .flex .btn-area a,
#page-case article #case_sec1 .frame .flex .button-area a {
  display: inline-block;
  margin: 0 auto;
}

#page-case article .link_box {
  margin-top: 4em;
}

@media screen and (max-width: 768px) {
  #page-case article #case_sec1 {
    background: url("../img/case_img1_sp.webp") no-repeat top center/cover;
  }
  
  #page-case article #case_sec1 .frame {
    flex-direction: column;
    align-items: center;
  }
  
  #page-case article #case_sec1 .flex {
    flex-direction: column;
    flex: 1 1 100%;
    max-width: 400px;
    min-height: auto;
  }
  
  #page-case article #case_sec1 .flex:nth-child(n+2) {
    margin-top: 8%;
  }
  
  #page-case article #case_sec1 .flex figure {
    width: 100%;
  }
  
  #page-case article #case_sec1 .flex .box {
    margin-top: 1.5em;
    width: 100%;
  }
  
  #page-case article #case_sec1 h4 {
    font-size: 1.5em;
  }
  
  #page-case article .link_box {
    margin-top: 2em;
  }
}

.page-case_details article #case_sec1 {
  padding-bottom: 4em;
  background: url("../img/case_tokyokougaku_img3.webp") no-repeat top/cover;
}
@media screen and (max-width: 768px) {
  .page-case_details article #case_sec1 {
    background: url("../img/case_tokyokougaku_img3_sp.webp") no-repeat top/cover;
  }
}
.page-case_details article #case_sec1 .box {
  border-radius: 1.9em;
  box-shadow: 0 0 0.9em 0 rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 3% 5%;
}
@media screen and (max-width: 768px) {
  .page-case_details article #case_sec1 .box {
    padding: 8% 5%;
  }
}
.page-case_details article #case_sec1 .box .swiper {
  padding: 0 0 2.5em;
}
.page-case_details article #case_sec1 .box .swiper .swiper-slide {
  padding: 0 4%;
}
@media screen and (max-width: 768px) {
  .page-case_details article #case_sec1 .box .swiper .swiper-slide p {
    font-size: 0.8em;
  }
}
.page-case_details article #case_sec1 .box .swiper .swiper-button-next,
.page-case_details article #case_sec1 .box .swiper .swiper-button-prev {
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  width: 2.1em;
  height: auto;
  aspect-ratio: 1/1;
}
.page-case_details article #case_sec1 .box .swiper .swiper-button-next:after,
.page-case_details article #case_sec1 .box .swiper .swiper-button-prev:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-case_details article #case_sec1 .box .swiper .swiper-button-next {
    right: 0;
  }
  .page-case_details article #case_sec1 .box .swiper .swiper-button-prev {
    left: 0;
  }
}
.page-case_details article #case_sec1 .box .swiper .swiper-pagination-bullet {
  border-radius: 0;
  width: 7%;
  background-color: #fff;
  border: 2px solid var(--color-m2);
  opacity: 1;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .page-case_details article #case_sec1 .box .swiper .swiper-pagination-bullet {
    width: 9%;
    height: 8px;
  }
}
.page-case_details article #case_sec1 .box .swiper .swiper-pagination-bullet-active {
  background-color: var(--color-m2);
}
.page-case_details article #case_sec1 .box .swiper .swiper-button-next {
  background-image: url("../img/slider-r.webp");
}
.page-case_details article #case_sec1 .box .swiper .swiper-button-prev {
  background-image: url("../img/slider-l.webp");
}
.page-case_details article #case_sec1 .flex figure:nth-child(1) {
  width: 60%;
}
.page-case_details article #case_sec1 .flex figure:nth-child(2) {
  width: 40%;
  padding: 0 9%;
}
@media screen and (max-width: 768px) {
  .page-case_details article #case_sec1 .flex {
    flex-direction: column;
  }
  .page-case_details article #case_sec1 .flex figure:nth-child(1) {
    width: 100%;
  }
  .page-case_details article #case_sec1 .flex figure:nth-child(2) {
    width: 100%;
    padding: 17% 19%;
  }
}
.page-case_details article #case_sec1 h3 {
  color: var(--color-m2);
  font-size: 1.8em;
  letter-spacing: 0.2em;
  padding: 0 0 0.15em 0.6em;
  line-height: 1.3;
  margin: 1.5em 0 0.8em;
  border-left: 0.3em solid var(--color-main);
}
@media screen and (max-width: 768px) {
  .page-case_details article #case_sec1 h3 {
    font-size: 1.55em;
    letter-spacing: 0.1em;
  }
}
.page-case_details article #case_sec1 h4 {
  background-color: var(--color-main);
  text-align: center;
  color: #fff;
  font-size: 1.4em;
  line-height: 1;
  padding: 0.6em 0;
  display: block;
  width: 12em;
  letter-spacing: 0.2em;
  border-radius: 999px;
  margin: 1.5em auto;
}
.page-case_details article #case_sec1 h5 {
  border-bottom: 1px solid var(--color-m2);
  font-size: 2em;
  letter-spacing: 0.2em;
  font-weight: 800;
  color: var(--color-m2);
  padding: 0 0 0.8em 1.6em;
  margin: 1.5em 0 0.8em;
  position: relative;
}
.page-case_details article #case_sec1 h5:before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 0.37em);
  width: 1em;
  height: 1em;
  transform: translateY(-50%);
  background: url(../img/icon6.webp) no-repeat center/98% auto;
}
.page-case_details article #case_sec1 .bg {
  background-color: #f3f5f9;
  margin: 2em -5.4% 0;
  padding-bottom: 2em;
  width: 110.8%;
  position: relative;
}
.page-case_details article #case_sec1 .bg h4 {
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .page-case_details article #case_sec1 .bg {
    margin-top: 4.5em;
    padding-bottom: 1em;
  }
  .page-case_details article #case_sec1 .bg h4 {
    margin-bottom: 0;
  }
}
.page-case_details article #case_sec1 .bg p {
  font-size: 1.2em;
  font-weight: 900;
  color: var(--color-m2);
  letter-spacing: 0.15em;
  text-align: center;
}
.page-case_details article #case_sec1 ol {
  margin: 1em 0 2em 3.5em;
  width: 100%;
}
.page-case_details article #case_sec1 ol li {
  padding-left: 1.5em;
  position: relative;
}
.page-case_details article #case_sec1 ol li:before {
  color: var(--color-main);
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 1.1em;
  width: 1em;
  height: 1em;
  line-height: 1em;
  transform: translateY(-50%);
  background: url("../img/icon7.webp") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .page-case_details article #case_sec1 ol {
    margin: 1em 0 2em;
  }
}
.page-case_details article #case_sec1 .hr {
  border: 1px solid var(--color-m2);
  margin-bottom: 3em;
}
.page-case_details article #case_sec1 div.testimonials p {
  text-align: center;
  font-size: x-large;
}
.page-case_details article #case_sec1 div.testimonials p span {
  background: linear-gradient(90deg, rgba(255, 188, 30, 0.5) 0%, rgba(255, 112, 110, 0.5) 50%, rgba(208, 132, 231, 0.5) 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 35%;
}
.page-case_details article ul {
  margin: 0 auto;
  width: 70%;
}
.page-case_details article ul li {
  padding: 1em 5%;
  font-size: 1.2em;
  border-bottom: 1px solid #8094a8;
  letter-spacing: 0.1em;
  color: var(--color-m2);
}
.page-case_details article ul li a {
  color: var(--color-m2);
}
.page-case_details article ul li span {
  color: var(--color-main);
  border: 2px solid var(--color-main);
  border-radius: 0.4em;
  padding: 0.4em 0;
  line-height: 1;
  width: 5.5em;
  display: inline-block;
  text-align: center;
  margin-right: 1.5em;
}
@media screen and (max-width: 768px) {
  .page-case_details article ul li {
    font-size: 1.1em;
    padding: 1em 0;
  }
  .page-case_details article ul li span {
    display: block;
    margin-bottom: 0.3em;
  }
}
.page-case_details article ul + p {
  margin: 1.5em auto 0;
  width: 70%;
  line-height: 1.5;
  color: var(--color-m2);
}
@media screen and (max-width: 768px) {
  .page-case_details article ul + p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-case_details article ul {
    width: 100%;
  }
}
.page-case_details article .slider-wapper {
  padding: 0 15%;
}
@media screen and (max-width: 768px) {
  .page-case_details article .slider-wapper {
    padding: 0;
  }
}
.page-case_details article .link_box {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .page-case_details article .link_box {
    margin-top: 2em;
  }
}

article.form_document_dl .bg {
  background-color: #f3f5f9;
  padding: 2.5em 0 4em;
  text-align: center;
}
article.form_document_dl .bg p {
  line-height: 2;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 1.25em;
  color: var(--color-m2);
}
@media screen and (max-width: 768px) {
  article.form_document_dl .bg p {
    font-size: 1.1em;
  }
}
article.form_document_dl .bg > .frame > figure {
  width: 60%;
  margin: 2em auto;
}
@media screen and (max-width: 768px) {
  article.form_document_dl .bg > .frame > figure {
    width: 100%;
  }
}
article.form_document_dl .bg .point > ul > li {
  text-align: left;
}

article.form_document_dl .link_box {
  justify-content: center;
}
article.form_document_dl .link_box a {
  width: 40%;
}
@media screen and (max-width: 768px) {
  article.form_document_dl .link_box a {
    width: 90%;
  }
}
article.form_document_dl ~ footer {
  margin-top: 0;
}
article.form_document_dl .info {
  color: var(--color-m2);
  line-height: 1.8;
}
article.form_document_dl .info span {
  display: block;
  text-align: left;
  font-size: 0.6em;
  text-indent: -1em;
  padding-left: 1em;
}
article.form_document_dl div.errmessage {
  text-align: left;
  color: red;
}

#page-news article .content_box {
  display: none;
  /* 初期状態で非表示 */
}
#page-news article .content_btn {
  cursor: pointer;
}
#page-news article .content_btn:before {
  transform: translateY(-48%) rotate(90deg);
  transition: 0.3s;
}
#page-news article .content_btn.active:before {
  transform: translateY(-48%) rotate(-90deg);
}

#page-environment article section {
  padding: 5em 0 4em;
  background-color: #f3f5f9;
  position: relative;
}
#page-environment article section:nth-child(n+2) {
  margin-top: 8%;
}
@media screen and (max-width: 768px) {
  #page-environment article section:nth-child(n+2) {
    margin-top: 16%;
  }
}
#page-environment article span.f-small {
  font-size: 0.8em;
}
#page-environment article h3 {
  text-align: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
#page-environment article h3 span {
  display: inline-block;
  background-color: var(--color-main);
  border-radius: 999px;
  text-align: center;
  padding: 0.5em 2.8em 0.55em;
  transform: translateY(-50%);
  color: #fff;
  font-size: 1.7em;
  letter-spacing: 0.3em;
  min-width: 14em;
}
@media screen and (max-width: 768px) {
  #page-environment article h3 span {
    width: 17em;
    font-size: 1.15em;
    letter-spacing: 0.1em;
  }
}
#page-environment article h4 {
  text-align: center;
  color: var(--color-main);
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #page-environment article h4 {
    font-size: 1.4em;
    margin-bottom: 1.5em;
  }
}
#page-environment article section .frame {
  max-width: 900px;
}
#page-environment article p {
  color: var(--color-m2);
}
@media screen and (max-width: 768px) {
  #page-environment article p {
    line-height: 1.4;
  }
}
#page-environment article p span.tyu {
  display: block;
  font-size: 0.9em;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
@media screen and (max-width: 768px) {
  #page-environment article p span.tyu + span.tyu {
    padding-top: 0.8em;
  }
}
#page-environment article table {
  border: 2px solid var(--color-main);
  width: 100%;
}
#page-environment article table th,
#page-environment article table td {
  font-size: 1.15em;
  letter-spacing: 0.1em;
  color: var(--color-m2);
  font-weight: 800;
  text-align: left;
  padding: 1.6em 1.8em;
}
@media screen and (max-width: 768px) {
  #page-environment article table th,
  #page-environment article table td {
    display: block;
    padding: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  #page-environment article table tr.sp_flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #page-environment article table tr.sp_flex th {
    width: 100%;
  }
  #page-environment article table tr.sp_flex td {
    width: 50%;
  }
}
#page-environment article table th {
  background-color: #f4eaf7;
  width: 18.2em;
  border-bottom: 1px solid var(--color-main);
}
@media screen and (max-width: 768px) {
  #page-environment article table th {
    width: 100%;
    text-align: center;
  }
}
#page-environment article table td {
  background-color: #ffffff;
  border-bottom: 1px solid var(--color-main);
}
#page-environment article table td + td {
  border-left: 1px solid var(--color-main);
}
@media screen and (max-width: 768px) {
  #page-environment article table td {
    border-bottom: 1px solid var(--color-main);
    text-align: center;
  }
}
#page-environment article table td.ctr {
  text-align: center;
}
#page-environment article table td.fc-violet {
  color: var(--color-main);
}
#page-environment article table td p {
  padding-top: 1em;
  padding-bottom: 0;
  font-size: 0.85em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #page-environment article table td p {
    text-align: left;
    font-size: 0.75em;
  }
}
@media screen and (max-width: 768px) {
  #page-environment article table tr:last-child td:last-child {
    border-bottom: 0px solid #000;
  }
  #page-environment article table .spbt {
    border-bottom: 0px solid #000;
  }
}
#page-environment article table + p {
  margin-top: 1.5em;
}
#page-environment article table + h4 {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #page-environment article table + h4 {
    margin-top: 1.5em;
  }
}
#page-environment article .link_box {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  #page-environment article .link_box {
    margin-top: 2em;
  }
}

#page-price article section {
  background: url("../img/price_img1.webp") no-repeat bottom/1920px auto;
  padding: 3em 0;
}
@media screen and (max-width: 1515px) {
  #page-price article section {
    background: url("../img/price_img1_sp.webp") no-repeat top 12em center/100% auto;
  }
}
#page-price article section + section {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #page-price article section {
    padding: 0 0 2em;
  }
}
#page-price article .box {
  border-radius: 1.2em;
  box-shadow: 0 0 0.9em 0 rgba(0, 0, 0, 0.4);
  background-color: #fff;
  padding: 3% 3.5%;
}
@media screen and (max-width: 768px) {
  #page-price article .box {
    padding: 8% 3.5%;
  }
}
#page-price article h3 {
  display: block;
  margin: 0 auto;
  background-color: var(--color-main);
  border-radius: 999px;
  text-align: center;
  padding: 0.5em 2.8em 0.55em;
  color: #fff;
  font-size: 1.7em;
  letter-spacing: 0.3em;
  margin: 0 auto 2em;
  max-width: 16em;
  width: 80%;
}
@media screen and (max-width: 768px) {
  #page-price article h3 {
    width: 17em;
    font-size: 1.5em;
    letter-spacing: 0.2em;
    padding: 0.8em 0;
  }
}
#page-price article h4 {
  text-align: center;
  color: var(--color-main);
  font-size: 2em;
  font-weight: 800;
  margin: 0 auto 1em;
  max-width: 16em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #page-price article h4 {
    font-size: 1.55em;
    margin-bottom: 1.5em;
  }
}
#page-price article table {
  border: 2px solid var(--color-main);
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page-price article table {
    font-size: 1.2em;
  }
}
#page-price article table.other {
  border: 0 solid #fff;
}
#page-price article table.other tr {
  border-right: 2px solid var(--color-main);
}
@media screen and (max-width: 768px) {
  #page-price article table.other tr {
    border-width: 0px;
  }
}
#page-price article table.other thead th:nth-child(n+2) {
  width: 23.2%;
}
@media screen and (max-width: 768px) {
  #page-price article table.other thead th:nth-child(n+2) {
    width: 100%;
  }
}
#page-price article table.other tbody th {
  border-left: 2px solid var(--color-main);
}
#page-price article table.other tbody tr:last-child {
  border: 5px solid #ff6161;
}
@media screen and (max-width: 768px) {
  #page-price article table.other th, #page-price article table.other td {
    display: block;
    width: 100%;
    border: 2px solid var(--color-main);
    border-bottom: 0px solid var(--color-main);
    text-align: center;
  }
  #page-price article table.other thead th {
    margin-bottom: 0.5em;
  }
  #page-price article table.other tr {
    display: block;
    margin-bottom: 2em;
  }
  #page-price article table.other td:last-child {
    border-bottom: 2px solid var(--color-main);
  }
}
#page-price article table th,
#page-price article table td {
  font-size: 1.15em;
  letter-spacing: 0.1em;
  color: var(--color-m2);
  font-weight: 800;
  text-align: left;
  padding: 1.6em 1.4em;
}
#page-price article table th {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #page-price article table tr.sp_flex {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #page-price article table tr.sp_flex th {
    width: 100%;
  }
  #page-price article table tr.sp_flex td {
    width: 50%;
  }
}
#page-price article table thead th {
  background-color: var(--color-main);
  color: #fff;
  text-align: center;
  position: relative;
}
#page-price article table thead th.empty {
  background-color: transparent;
  border: 0px solid #000;
  border-bottom: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
}
#page-price article table thead th.empty + th:before {
  display: none;
}
@media screen and (max-width: 768px) {
  #page-price article table thead th.empty {
    display: none !important;
  }
}
#page-price article table thead th:nth-child(n+2):before {
  content: "";
  display: block;
  position: absolute;
  height: 85%;
  width: 2px;
  background-color: #fff;
  left: -1px;
  margin: auto 0;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #page-price article table thead th:nth-child(n+2):before {
    display: none;
  }
}
#page-price article table tbody th {
  background-color: #f4eaf7;
  border-bottom: 2px solid var(--color-main);
  width: 18.5em;
}
#page-price article table tbody th.ab {
  position: relative;
}
#page-price article table tbody th.ab span {
  position: absolute;
  bottom: 0.3em;
  left: 2.2em;
  font-size: 0.8em;
}
#page-price article table td {
  background-color: #ffffff;
  border-bottom: 2px solid var(--color-main);
}
#page-price article table td + td {
  border-left: 2px solid var(--color-main);
}
#page-price article table td.long p:nth-child(1) {
  padding-top: 0;
}
#page-price article table td.long p:nth-child(2) {
  line-height: 1.6em;
}
#page-price article table td.long p:nth-child(4) {
  line-height: 1.6em;
}
#page-price article table td.long p:nth-child(5) span.tyu {
  font-size: 0.82em;
}
#page-price article table td.long .tyu2 {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
#page-price article table td.ctr {
  text-align: center;
}
#page-price article table td.fc-violet {
  color: var(--color-main);
}
#page-price article table td p {
  padding-top: 1em;
  padding-bottom: 0;
  font-size: 0.85em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  #page-price article table td p {
    text-align: left;
    font-size: 0.75em;
  }
}
#page-price article table + p {
  margin-top: 1.5em;
}
#page-price article table + h4 {
  margin-top: 1.8em;
}
#page-price article table.type1 th,
#page-price article table.type1 td {
  vertical-align: middle;
}
#page-price article table.type1 thead th {
  text-align: center;
}
#page-price article table.type1 tbody th {
  position: relative;
}
#page-price article table.type1 tbody th p {
  font-size: 0.68em;
  text-align: center;
  padding-bottom: 0;
}
#page-price article table.type1 tbody td {
  text-align: center;
}
#page-price article table.type1 tbody td .border {
  font-size: 1.5em;
  font-weight: 900;
  position: relative;
  z-index: 2;
}
#page-price article table.type1 tbody td .border:before {
  content: "";
  display: block;
  height: 35%;
  width: 112%;
  margin: 0 auto;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -9%;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 188, 30, 0.5) 0%, rgba(255, 112, 110, 0.5) 50%, rgba(208, 132, 231, 0.5) 100%);
}
@media screen and (max-width: 768px) {
  #page-price article table.other1 tbody th {
    width: 100%;
    text-align: center;
  }
  #page-price article table.other1 th,
  #page-price article table.other1 td {
    display: block;
  }
  #page-price article table.other1 td {
    border-bottom: 0px solid var(--color-main);
    text-align: center;
  }
  #page-price article table.other1 td + td {
    border-left: 0px solid var(--color-main);
  }
  #page-price article table.g2, #page-price article table.g3 {
    border-width: 0;
  }
  #page-price article table.g2 thead th, #page-price article table.g3 thead th {
    display: none;
  }
  #page-price article table.g2 tr, #page-price article table.g3 tr {
    display: block;
    margin-top: 1em;
  }
  #page-price article table.g2 th, #page-price article table.g2 td, #page-price article table.g3 th, #page-price article table.g3 td {
    display: block;
    width: 100%;
    border: 2px solid var(--color-main);
    border-bottom: 0px solid var(--color-main);
    text-align: center;
  }
  #page-price article table.g2 .ab span, #page-price article table.g3 .ab span {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #page-price article table.g2 tr td, #page-price article table.g3 tr td {
    border-bottom: 2px solid var(--color-main);
  }
  #page-price article table.g3 td:last-child {
    margin-top: 1em;
  }
}
#page-price article .scroll + h4 {
  margin-top: 1.8em;
}
#page-price article p {
  color: var(--color-m2);
  font-size: 1.1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #page-price article p {
    line-height: 1.4;
  }
}
#page-price article p span.tyu {
  display: block;
  font-size: 0.9em;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
@media screen and (max-width: 768px) {
  #page-price article p span.tyu + span.tyu {
    padding-top: 0.8em;
  }
}
#page-price article p + h4 {
  margin-top: 1.8em;
}
#page-price article .link_box {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  #page-price article .link_box {
    margin-top: 2em;
  }
}

.under_btns {
  display: block;
  position: fixed;
  z-index: 9;
  background-color: var(--color-m2);
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.2em 0;
}
.under_btns .frame {
  max-width: 850px;
  display: flex;
  justify-content: space-between;
}
.under_btns .frame a {
  width: 48%;
  border-radius: 999px;
  box-shadow: 0 0 0.7em 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .under_btns {
    background-color: rgba(0, 40, 80, 0.7);
    padding: 1em 0.7em;
  }
  .under_btns .frame a {
    width: 49%;
  }
}

.topback {
  display: block;
  position: fixed;
  z-index: 12;
  right: 2em;
  bottom: 2em;
  width: 7em;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.topback.show {
  opacity: 1;
  visibility: visible;
}
.topback a:hover {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .topback {
    right: 4%;
    bottom: 6.8em;
    width: 6em;
  }
}

.hoverarea {
  position: relative;
}
.hoverarea .hovercontent {
  display: none;
  background-color: #fff;
  border-radius: 0.6em;
  border: 2px solid var(--color-m2);
  padding: 0.8em;
  position: absolute;
  z-index: 10;
  bottom: 0em;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translate(0%, 100%);
  width: 22em;
}
.hoverarea .hovercontent a {
  color: var(--color-m2);
  font-size: 0.9em;
  letter-spacing: 0.01em;
  padding: 0.4em;
}
.hoverarea .hovercontent a::before {
  display: none !important;
}
.hoverarea:hover .hovercontent {
  display: block;
}

/* 注釈 */
ul.notes {
  display: table;
  width: 100%;
  margin: 0;
  padding-left: 0;
}
ul.notes li {
  list-style: none;
  font-size: 0.9em;
  line-height: 1.6;
}
ul.notes li .notes_head {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 0.1em;
}
ul.notes li .notes_body {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  /* ラジオボタンの項目全体を囲むコンテナのスタイル */
  article.form table td .flex {
    flex-direction: column;
    align-items: flex-start; /* 全体を左揃えにする */
  }

  /* ラジオボタンとテキストを囲むラベルのスタイル */
  article.form table td .flex label {
    display: flex;         /* ラジオボタンとテキストを横に並べる */
    align-items: center;   /* ラジオボタンとテキストの縦位置を中央に揃える */
    width: auto;           /* 横幅を自動調整し、右揃えになるのを防ぐ */
    margin: 0;             /* 不要な余白をリセット */
    text-align: left;      /* テキストを左揃えにする */
  }
}
/* 【追記】空のエラーメッセージ欄の高さをなくす */
.errmessage:empty {
  margin: 0;
  padding: 0;
  height: 0; /* 念のため高さも0に指定 */
}

/* PC用のボタンコンテナ */
.header-buttons-pc {
  display: flex;      /* ボタンを横並びにする */
  gap: 10px;          /* ボタン間の隙間 */
  width: 40%;         /* 親要素の幅に合わせる */
  align-items: stretch!important;
}

/* ボタンの共通スタイル */
.header-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1; /* コンテナ内で利用可能なスペースを均等に分ける（幅が大きくならないようにする為の重要設定） */
  
  background-color: var(--color-m2); /* 背景色 */
  color: #fff;              /* 文字色 */
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  padding: 0.8em 0.5em;
  font-size: 1em;
  line-height: 1.2;
  transition: opacity 0.3s;
}
.header-btn:hover {
  opacity: 0.8;
}
.header-btn i {
  margin-right: 8px; /* アイコンとテキストの間隔 */
  font-size: 1.1em;  /* アイコンの大きさを少し調整 */
}

/* ===============================================
   CTA（Call to Action）ボタン スタイル
=============================================== */

/* ボタンを囲むコンテナ（PC表示） */
.cta-link-box {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  max-width: 1000px;
  margin: 5% auto 0 auto;
  align-items: stretch;
  padding-bottom: 7%;
}

/* 共通ボタンデザイン */
.cta-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 20px 15px;
  border-radius: 999px;
  border: 2px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: white;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* ボタンホバー時のエフェクト */
.cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

/* アイコンとメインテキストをまとめるラッパー */
.cta-main-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* アイコンのスタイル */
.cta-btn i {
  margin-right: 15px;
  font-size: 2em;
}

/* メインテキスト */
.cta-text-main {
  font-size: 20px;
  line-height: 1.3;
}

/* 注釈テキスト */
.cta-text-sub {
  font-size: 1em;
  font-weight: normal;
  margin-top: 5px;
  line-height: 1;
  opacity: 0.9;
}

/* ===============================================
  スマホ向け表示（768px以下）
=============================================== */
@media screen and (max-width: 768px) {
  /* ボタンコンテナを縦並びに変更 */
  .cta-link-box {
    flex-direction: column;
    gap: 20px;
    margin: 30px auto;
    padding: 0 5%;
    padding-bottom: 30px;
  }

  /* 共通ボタンデザイン（スマホ）*/
  .cta-btn {
    padding: 16px 15px;
    min-height: 90px; /* ★追加：ボタンの最低高さを指定して高さを揃える（数値は適宜調整） */
  }
  
  /* メインテキスト（スマホ）*/
  .cta-text-main {
    font-size: 20px; /* ★変更：文字サイズを大きく */
  }
  
  /* 注釈テキスト（スマホ）*/
  .cta-text-sub {
      font-size: 13px; /* ★変更：注釈の文字サイズも少し大きく */
  }

  /* アイコン（スマホ）*/
  .cta-btn i {
    font-size: 4.5em;
  }
}

/* ===============================================
  フッター固定CTAボタン スタイル
=============================================== */

/* フッターボタンのコンテナ（PC/スマホ共通） */
.under_btns .frame.footer-cta-frame {
  display: flex;
  justify-content: space-between;
  gap: 15px; /* ボタン間の隙間 */
  width: 100%;
}

/* フッターボタン共通デザイン（PC） */
.footer-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1; /* 親要素の幅を均等に分ける */
  padding: 12px 10px;
  border-radius: 999px;
  border: 2px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  transition: transform 0.2s ease;
  white-space: nowrap; /* ★重要：ボタン内での改行を防ぐ */
}

.footer-cta-btn:hover {
  transform: translateY(-2px);
}

/* フッターボタンのアイコン（PC） */
.footer-cta-btn i {
  margin-right: 10px;
  font-size: 1.2em;
}

/* スマホでのみ表示する改行（PCでは非表示） */
.br-sp {
  display: none;
}

/* ===============================================
  フッター固定CTAボタン（スマホ向け）
=============================================== */
@media screen and (max-width: 768px) {
  /* スマホでのコンテナ調整 */
  .under_btns .frame.footer-cta-frame {
    gap: 5px; /* ボタン間の隙間を狭く */
  }

  /* スマホでのボタンデザイン */
  .footer-cta-btn {
    padding: 5px 0;
    font-size: 115%;
  }

  /* 「資料ダウンロード」ボタンの2行表示に対応 */
  .footer-cta-btn.footer-download {
      line-height: 1.3; /* ← 2行になったテキストの行間を調整 */
  }

  /* ★重要：アイコンを非表示にする */
  .footer-cta-btn i {
    display: none;
  }

  /* スマホの時だけ、非表示にした改行を有効に戻す */
  .br-sp {
      display: initial;
  }
}

/* モーダルのスタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease;
}

.modal.show {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  position: relative;
  margin: 5% auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
  text-align: center;
  opacity: 0;
  transform: scale(0.7) translateY(-50px);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.modal.show .modal-content {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.modal-content img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
}

.modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  opacity: 0;
  transition: opacity 0.3s ease 0.2s;
}

.modal.show .modal-close {
  opacity: 1;
}

.modal-close:hover {
  color: #ccc;
  transform: rotate(90deg);
  transition: all 0.2s ease;
}

#page-index #kv figure.tile_strengths img {
  cursor: pointer;
  transition: all 0.3s ease;
}

#page-index #kv figure.tile_strengths img:hover {
  opacity: 0.8;
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .modal-content {
    width: 95%;
    margin: 10% auto;
  }
  
  .modal-close {
    top: -35px;
    font-size: 30px;
  }
}

/* ボタンの背景色（共通） */
.contact-btn { background-color: var(--color-s1); }
.trial-btn { background-color: var(--color-s2); }