@charset "UTF-8";
/*
Theme Name: smartKA
Theme URI: http://merges.co.jp/
Description: 2025/03/12 マージシステム株式会社 初期テンプレート
Author: MergeSystem
*/
/* =Reset
-------------------------------------------------------------- */
@media screen and (min-width: 740px)
{
  .visible-p{
    display: block;
  }
  .visible-m{
    display: none;
  }
}

.base-width{
  margin: 0px auto;
  /* max-width: 1200px;
  min-width: 920px; */
  /* max-width: 1020px;
  min-width: 800px; */
  max-width: 1060px;
  min-width: 760px;
  padding-left: 20px;
  padding-right: 20px;
}

html {
  -webkit-text-size-adjust: 100%;
}
html,body{background-color: #fff;}

body {
  color: #465152;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

a {
  color: #465152;
}

.pointer-events-none {
  pointer-events: none;
}
.text-color-sub {
  color: #214f53;
}
.text-title {
  color: #007f9b;
  font-weight: bold;
}
.inline-block {
  display: inline-block;
}
#breadcrumb li {
  display: inline-block;
}
#breadcrumb li a span {
  text-decoration: underline;
}
#breadcrumb li span {
  color: #6CAFBE;
  font-size: 12px;
  font-weight: 600;
}
#breadcrumb li::after {
  margin: 0px 5px;
  font: var(--fa-font-solid);
  content: "\f105";
  color: #6CAFBE;
  font-weight: 900;
  font-size: 12px;
}
#breadcrumb li:last-child::after {
  content: "";
}
.breadcrumb-top span {
  text-decoration: underline;
}
.contents-area {
  padding-top: 50px;
  padding-bottom: 70px;
  display: grid;
  column-gap: 50px;
}
.img-container {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  width: fit-content;
  height: fit-content;
}
.img-container .zoom-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  width: 32px;
  z-index: 1;
}
.sign-up-section {
  padding: 50px 0;
  color: #465152;
  background-image: url(img/top_background_2.png);
  background-size: cover;
  background-position-x: right;
  position: relative;
}
.sign-up-section-title {
  color: #006A82;
  text-align: center;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: calc(1em * 0.05);
}
.sign-up-section-title br {
  display: none;
}
.sign-up-section-title .number-text {
  font-size: 41.86px;
  font-weight: 700;
}
.sign-up-section-title .big-text {
  font-size: 34px;
}
.sign-up-section .section-content {
  margin-top: 0;
}
.sign-up-section .section-text {
  font-size: 18px;
  font-weight: 700;
}
.sign-up-design-text-container span {
  color: #3F3A39;
  line-height: 130%;
}
.sign-up-design-text-container .color-text {
  color: #007F9B;
  display: inline;
}
.sign-up-design-text-container .background-color-area {
  background-color: #007F9B;
  display: inline-table;
}
.sign-up-design-text-container .background-color-area span {
  color: white;
  vertical-align: middle;
}
.point-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: fit-content;
  column-gap: 15px;
  row-gap: 15px;
  margin: 0 auto;
}
.point-buttons .point-button {
  width: 100%;
}
.point-button {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 55px;
  border-radius: 30px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
}
.point-button-00B4BA {
  border: 1px solid #00B4BA;
  background-color: #00B4BA;
  color: white;
  box-shadow: 0 0 4px 0 rgb(33 112 129 / 40%);
}
.sign-up-and-analyze-btn, .see-demo-btn {
  box-shadow: 0 0 8px 0 rgb(0 118 143 / 40%);
}
.point-button .fa-angle-right {
  position: absolute;
  right: 24px;
  font-size: 16px;
}
.sign-up-and-analyze-btn {
  background-color: #F9A200;
  border: 1px solid #F9A200;
  color: white;
}
.sign-up-and-analyze-btn:hover {
  background-color: #FF8800;
  border: 1px solid #FF8800;
}
.see-demo-btn {
  background-color: white;
  color: #00A0C2;
  border: 1px solid #00A0C2;
}
.see-demo-btn:hover {
  background-color: #00A0C2;
  color: white;
}
.section-title span {
  color: #007F9B;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 800;
  line-height: 100%;
}
.section-title img {
  display: block;
  margin: 0 auto;
}
.border-left-title {
  display: block;
  border-left: 16px solid #00A0C2;
  color: #007F9B;
  font-weight: 800;
  font-size: 24px;
  padding: 15px 18px;
}
.number-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.number-icon span {
  font-family: 'Alata';
  font-weight: 400;
  color: white;
}
.number-and-text-area {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 8px;
}
.number-and-text-area .number-icon {
  background-color: #EA7671;
  width: 20px;
  height: 20px;
}
.title-with-number {
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  column-gap: 15px;
  width: 100%;
  border-bottom: 1px solid #008D93;
}
.title-with-number .number-icon {
  width: 40px;
  height: 40px;
  background-color: #008D93;
}
.title-with-number .number-icon span {
  font-size: 21px;
}
.title-with-number .text-value {
  font-size: 20px;
  font-weight: 800;
  color: #007F9B;
}
.content-text {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
.content-text-line-end {
  margin-bottom: 50px;
}
.gray-comment {
  background-color: #DDECEF;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
}
a:hover, .hover-opacity-07 {
  opacity: 0.7;
}
.hover-effect-reset {
  opacity: 1.0 !important;
}
.text-link {
  color: #00A0C2;
  text-decoration: underline;
}
.text-link:hover {
  color: #008D93;
}

.footer-buttons {
  display: none;
  height: 60px;
  position: sticky;
  bottom: 0;
  grid-template-columns: repeat(2, 1fr);
  z-index: 20;
}
.footer-buttons a {
  font-size: 14px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-buttons a:nth-child(1) {
  color: white;
  background-color: #F9A200;
}
.footer-buttons a:nth-child(2) {
  color: #00A0C2;
  background-color: white;
  border: 3px solid #00A0C2;
}

/* ------------------------------- */
/* header */
/* ------------------------------- */
header {
  background-color: white;
  border-bottom: 1px solid #DDDDDD;
}
header .logo-img {
  width: 160px;
  padding: 10px 0;
  margin: 0;
}
.header-top {
  display: flex;
  align-items: center;
  /* position: fixed;
  background-color: #fff; */
}
.sign-up-btn, .login-btn {
  border-radius: 30px;
  padding: 3px 25px;
  font-size: 14px;
  font-weight: 800;
  color: white;
}
.sign-up-a img, .login-a img {
  height: 33px;
  width: auto;
}
.sign-up-a {
  margin-left: auto;
}
.sign-up-btn {
  background-color: #F9A200;
}
.login-a {
  margin-left: 8px;
}
.login-btn {
  background-color: #00AFD5;
}
.menu-btn {
  margin-left: 15px;
  width: 60px;
  height: 60px;
  background-color: #00A0C2;
}

.menu-container:has(#menu-toggle:checked) {
  overflow: hidden;
  z-index: 10;
}
html:has(#menu-toggle:checked) body {
  overflow: hidden;
}
.menu-button {
  z-index: 2;
  margin-left: 15px;
}
.menu-container #menu-toggle {
  display: none;
}
.menu-container .menu {
  position: fixed;
  /* padding-top: 100px; */
  right: -100%; /* 変更: メニューを左からスライドインさせるために left に設定 */
  width: 100%;
  transition: 0.4s;
  background-color: #fff;
  z-index: 30;
  overflow-y: auto;
  padding-bottom: 30px;
  height: auto;
  top: 60px;
  bottom: 0;
}
.menu-container #menu-toggle:checked ~ .menu {
  right: 0; /* メニューを表示させるために left を 0 に変更 */
}
.menu-container .menu ul {
  padding: 20px 50px 20px 50px;
}
.menu-container .menu ul li {
  border-bottom: 1px solid #E6EDEE;
}
.menu-container .menu ul li a {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  font-size: 15px;
  font-weight: 700;
  align-items: center;
}
.menu-container .menu ul li a .fa-angle-right {
  font-size: 16px;
  color: #00AFD5;
}

.header-menu {
  display: flex;
  justify-content: space-around;
}
.header-menu li {
  transform: translateY(1px);
}
.header-menu li a {
  padding: 8px 0;
  color: #465152;
  font-weight: 700;
  display: block;
}
.header-menu li a:hover {
  opacity: 1;
}
.header-menu li a.current {
  border-bottom: 4px solid #00AFD5;
}
.header-menu li a::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background: #00AFD5;
  bottom: 0px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s;   /*変形の時間*/
}
.header-menu li a:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.header-visual {
  height: 210px;
  background-image: url(img/header-visual.png);
  background-size: cover;
  background-position-x: center;
}
.header-visual .base-width {
  height: 100%;
  display: flex;
  align-items: center;
}
.simple-header-area {
  padding-top: 60px;
  padding-bottom: 63px;
}
.simple-header-area.background-skyblue {
  background-color: #F4FDFF;
}
.header-title {
  color: #007F9B;
  font-size: 30px;
  font-weight: 900;
  display: block;
  line-height: 1.2;
}

/* ------------------------------- */
/* footer */
/* ------------------------------- */
footer {
  background-color: #EBF5F8;
  padding: 50px 0 15px 0;
}
.footer-content {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 0 20px;
}
.footer-content .logo-img {
  margin: 0;
  margin-bottom: 30px;
  width: 198px;
}
.footer-content span {
  display: block;
  color: #465152;
}
.footer-content .company {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
}
.footer-content, .company-address {
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}
.footer-content .footer-menu {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, 1fr);
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 10px;
}
.footer-content .footer-menu li a {
  color: #848F90;
  display: block;
  width: fit-content;
  padding: 1px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.footer_copyright {
  display: block;
  text-align: center;
  color: #B0CACF;
  margin-top: 23px;
  font-size: 12px;
  font-weight: 800;
  line-height: 150%;
}

.modal-wrapper {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.modal-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
  display: block;
}
.modal-container:has(iframe) {
  width: auto;
  height: auto;
  max-width: calc(95dvw - 90px);
  max-height: 80dvh;
  aspect-ratio: 16 / 9;
}
.modal-container:has(iframe) .modal-close {
  top: 0;
  right: -40px;
}
.modal-img {
  width: auto;
  height: auto;
  max-width: 95dvw;
  max-height: 80dvh;
}
.modal-iframe {
  width: 100%;
  height: 100%;
}
.modal-close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
  cursor: pointer;
}

/* ------------------------------- */
/* TOP */
/* ------------------------------- */
#top .footer-buttons {
  display: none;
}
.top-fixed-div {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 250px;
  height: 230px;
  background-image: url(img/top_fixed_div_background.png);
  background-size: cover;
  z-index: 10;
}
.top-fixed-div .sign-up-design-text-container {
  margin-bottom: 5px;
  text-align: center;
}
.top-fixed-div .sign-up-design-text-container .background-color-text {
  padding-left: 5px;
  padding-right: 3px;
}
.top-fixed-div .point-button {
  font-size: 15px;
  padding: 15px 16px;
  width: 216px;
}
.top-fixed-div .point-button .fa-angle-right {
  right: 16px;
  font-size: 14px;
}
#top .section {
  padding: 70px 20px;
  color: #465152;
}
img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: fit-content;
  /* image-rendering: -webkit-optimize-contrast; */
}
.section-text {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
}
.section-text-end {
  margin-bottom: 30px;
}
.grid-base {
  display: grid;
  row-gap: 15px;
  column-gap: 40px;
  margin: 0 auto;
  width: fit-content;
}
.section-white {
  background-color: white;
}
.section-skyblue {
  background-color: #EBF5F8;
}
.section-gray {
  background-color: #F3F5F5;
}
#top .sign-up-section-main {
  background-image: url(img/top_background_1.png);
  background-size: cover;
  background-position-x: right;
}
.sign-up-section .top-main {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  row-gap: 37px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
}
.sign-up-section-main .sign-up-design-text-container {
  margin-top: auto;
  text-align: left;
}
.sign-up-design-text-container {
  white-space: nowrap;
  grid-row: 1;
  grid-column: 1;
}
.sign-up-design-text-container p {
  margin: 0;
}
.sign-up-section-main .background-color-area {
  padding: 0px 3px 0 8px;
  margin-right: 3px;
}
.top-fixed-div .background-color-area {
  padding: 0px 3px 0 5px;
  line-height: 1;
  margin-right: 3px;
}
.text-big, .text-medium {
  font-weight: 900;
}
.top-fixed-div .sign-up-design-text-container span {
  font-weight: 800;
  font-size: 16px;
  vertical-align: baseline;
}
.top-fixed-div .sign-up-design-text-container .text-big {
  font-size: 27px;
}
.top-fixed-div .sign-up-design-text-container .text-big-number {
  font-size: 29px;
}
.top-fixed-div .sign-up-design-text-container .text-medium {
  font-size: 23px;
}
.top-fixed-div .sign-up-design-text-container .background-color-area .text-medium {
  display: inline-block;
  transform: translateY(-1px);
}
.sign-up-section-main .sign-up-design-text-container span {
  font-size: 34px;
  font-weight: 800;
  vertical-align: baseline;
}
.sign-up-section-main .sign-up-design-text-container .text-big {
  font-size: 48px;
}
.sign-up-section-main .sign-up-design-text-container .text-medium {
  font-size: 40px;
}
.sign-up-section-main .sign-up-design-text-container .point {
  position: relative;
}
.sign-up-section-main .sign-up-design-text-container .point:after {
  position: absolute;
  content: '';
  background-color: #007F9B;
  width: 30%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  left: 0;
  right: -2px;
  top: -4px;
  margin: auto;
}
.sign-up-design-text-container div {
  display: table;
  margin: 0 auto;
}
.sign-up-section-main .point-buttons-area {
  grid-row: 2;
  grid-column: 1;
  margin: 0 auto;
  margin-bottom: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.sign-up-section-main .point-buttons-area .point-buttons {
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.sign-up-section-main .point-buttons-area .point-buttons .point-button {
  font-size: 18px;
}
.sign-up-section-main .sign-up-design-text-container, .sign-up-section-main .point-buttons-area {
  transform: translate(85px);
}
.top-main-img-area {
  position: relative;
  grid-row: 1 / 3;
  grid-column: 2;
}
.top-main-img-1 {
  width: fit-content;
  width: 824px;
  margin: 0 auto;
  display: block;
}
.top-main-img-2 {
  position: absolute;
  left: 575px;
  top: 165px;
}
.sign-up-section-main .point-buttons-area span {
  color: #F9A200;
  font-weight: 700;
  margin-bottom: 5px;
}
.section-content {
  margin-top: 40px;
}
#top .section:has(.problem) {
  padding-left: 10px;
  padding-right: 10px;
}
.problem {
  grid-template-columns: repeat(4, 1fr);
  max-width: 952px;
  width: 100%;
  column-gap: unset;
  justify-content: space-between;
}
.problem-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 220px;
  margin: auto;
  row-gap: 17px;
}
.problem-item span {
  white-space: nowrap;
  display: inline-block;
}
.section-heading {
  display: block;
  font-weight: bold;
  text-align: center;
  color: #465152;
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 800;
  line-height: 150%;
}
.grid-base span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
}
.introduction {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 30px;
  /* max-width: 896px; */
}
.introduction-item {
  background-color: white;
  box-shadow: 0 0 10px 0 rgb(46 152 161 / 20%);
  border-radius: 18px;
  padding: 26px 18px;
  max-width: 200px;
  font-size: 15px;
}
.introduction-item span {
  display: block;
  text-align: center;
}
.introduction img {
  margin-bottom: 17px !important;
  padding: 0 6px;
}
.point-message {
  margin: 0 auto;
  font-size: 20px;
  font-weight: 800;
  line-height: 160%;
  text-align: center;
}
.content-item-title {
  margin-bottom: 30px;
}
.content-item-title .background-color-text {
  font-size: 20px;
  font-weight: 800;
  line-height: 100%;
  padding: 9px 20px;
}
.content-item-title .color-text {
  font-size: 22px;
  font-weight: 800;
  line-height: 100%;
}
.background-color-text {
  background-color: #00A0C2;
  color: white;
  padding: 5px 20px;
  display: block;
  width: fit-content;
}
.color-text {
  color: #00758E;
  display: block;
  width: fit-content;
}

.content-item:not(:last-of-type) {
  margin-bottom: 100px;
}

/* 「merit」の部分：iphoneの場合（safari）、padding-bottom設定 */
/* _::-webkit-full-page-media, _:future, :root .content-item:has(.merit) {
  margin-bottom: unset;
  padding-bottom: 170px;
} */

.merit {
  max-width: 999px;
  width: auto;
  height: auto;
  aspect-ratio: 999 / 816;
  position: relative;
}
.merit .img-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: auto;
  aspect-ratio: 560 / 816;
}
.merit .img-container {
  border: 10px solid #BEE1E9;
  border-radius: 40px;
}
.merit .img-container .zoom-btn {
  top: 16px;
  right: 16px;
}
.merit .explain-container {
  position: absolute;
  top: 0;
  bottom: 17px;
  margin: auto;
  right: 5px;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merit .explain-img {
  margin: auto;
  height: 87.6%;
  width: auto;
}
.merit .explain-m {
  display: none;
  flex-direction: column;
  row-gap: 8px;
  width: 100%;
}
.merit .explain-m li {
  border: 2px solid #00A0C2;
  color: #007189;
  padding-left: 24px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  height: 62px;
  display: flex;
  align-items: center;
  position: relative;
}
.merit .explain-m li::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent transparent #00A0C2;
  left: 0;
  top: 0;
  position: absolute;
}
.use-smart-ka {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.use-smart-ka .use-smart-ka-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 25px;
  align-items: end;
  padding: 15px 23px;
  row-gap: 10px;
}
.use-smart-ka img {
  grid-row: 2;
  width: calc(100% * 435 / 485);
}
.use-smart-ka li {
  display: grid;
  grid-template-columns: auto 1fr;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgb(53 118 123 / 25%);
}
.use-smart-ka .use-smart-ka-detail-title {
  color: white;
  width: 100%;
  height: 100%;
  padding: 6px 7px;
  display: block;
  text-align: center;
  grid-row: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 800;
  line-height: 150%;
}
.use-smart-ka .sme .use-smart-ka-detail-title {
  background-color: #00A0C2;
}
.use-smart-ka .tax-accountant-or-consultant .use-smart-ka-detail-title {
  background-color: #008D93;
}
.use-smart-ka li > span {
  text-align: center;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 6px;
  padding: 6px;
  font-size: 20px;
  font-weight: 800;
}
.sme > span {
  background-color: #BCE8EE;
  color: #00A0C2;
}
.tax-accountant-or-consultant > span {
  background-color: #BEE8DF;
  color: #008D93;
}
.sme .use-smart-ka-detail {
  background-color: #ECF9FB;
}
.tax-accountant-or-consultant .use-smart-ka-detail {
  background-color: #EAFAF6;
}
.recommend {
  grid-template-columns: repeat(3, 1fr);
  /* max-width: 666px; */
}
.recommend span {
  font-size: 16px;
  font-weight: 800;
  line-height: 160%;
}
.recommend-item img {
  margin-bottom: 10px;
}
.content-item-content {
  margin: 35px auto;
}
.scene {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
}
.scene img {
  grid-row: 1;
  margin-bottom: 15px;
  max-width: 240px;
}
.scene span {
  grid-row: 2;
  font-weight: 800;
  line-height: 150%;
}
.use-flow {
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  column-gap: 0;
  align-items: center;
}
.use-flow .fa-angle-down {
  display: none;
}
.step-item {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  border: 5px solid #8DD2E1;
  background-color: #F3FCFF;
  border-radius: 18px;
  height: 100%;
  padding: 22px 12px 36px 12px;
  max-width: 230px;
}
.step-item-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  row-gap: 18px;
}
.use-flow .option-step {
  border-color: #8FCBCD;
  background-color: #F3FFFF;
  position: relative;
}
.use-flow .option-step .step {
  color: #00A2A8;
}
.use-flow .option-step .number-icon {
  background-color: #00A2A8;
}
.use-flow .number-icon {
  background-color: #00A0C2;
  width: 54px;
  height: 54px;
  margin: 0 auto;
}
.use-flow .number-icon span {
  font-size: 34px;
  font-weight: 400;
}
.use-flow .step {
  color: #00A0C2;
  font-family: 'Alata';
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
}
.use-flow .step-text {
  height: 50px;
  font-size: 16px;
  font-weight: 800;
}
.use-flow .step-detail {
  line-height: 160%;
  text-align: left;
}
.use-flow .fa-angle-right, .use-flow .fa-angle-down {
  margin: 0 5px;
  color: #8DD2E1;
  font-size: 30px;
  text-align: center;
}
.use-flow .step-detail-area span {
  text-align: left;
  font-size: 15px;
}
.use-flow .blue-text {
  margin-bottom: 10px;
  color: #00AFD5;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}
.use-flow .blue-button {
  color: #fff;
  background-color: #00AFD5;
  border-radius: 30px;
  font-weight: bold;
  padding: 16px 18px;
  margin: 0 auto;
  display: block;
  width: fit-content;
  font-size: 14px;
  font-weight: 800;
  line-height: 100%;
  text-align: center;
}
.option-circle {
  color: white;
  background-color: #00A2A8;
  width: 76px;
  height: 76px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: unset;
  font-size: 13px !important;
  font-weight: 900;
  line-height: 100%;
  position: absolute;
  top: -37px;
  right: -37px;
}
.option {
  color: #008489;
}
.option-feature-title .color-text {
  color: #008489;
}
.content-item-title {
  display: flex;
  column-gap: 16px;
  align-items: center;
  justify-content: center;
}
#top .feature .section-text {
  line-height: 160%;
}
#top .feature {
  margin-top: 16px;
}
.feature .background-bluegreen-line {
  background-color: #00758E;
  color: #F3F5F5;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  width: fit-content;
  padding: 3px 10px 3px 22px;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 12px;
}
.feature-grid {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 25px;
  max-width: 1000px;
}
.feature-grid .img-container {
  /* background-color: #fff; */
  /* padding: 10px; */
  margin: 8px 0;
  border-radius: 10px;
  box-shadow: 0 0 4px 0 #00A0C233;
}
.feature-grid .img-container .zoom-btn {
  right: 10px;
  top: 10px;
}
.other-feature {
  row-gap: 13px;
}
.feature-grid:not(:last-child) {
  margin-bottom: 30px;
}
.feature-grid span {
  justify-content: start;
  text-align: left;
}
.feature-grid .border-left-title {
  grid-row: 1;
  padding: 15px 8px;
  border-left-width: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 900;
  line-height: 100%;
}
.feature-grid .border-left-title-none {
  visibility: hidden;
}
.feature-grid .item {
  margin-bottom: 30px;
}
.feature-grid .item-title {
  height: 26px;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
}
.feature-grid .item-detail {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  max-width: 500px;
}
.option-services {
  background-color: white;
  border-radius: 30px;
  padding: 40px;
  grid-template-columns: auto 1fr;
  align-items: center;
  row-gap: 26px;
  column-gap: 24px;
  max-width: 692px;
  margin-bottom: 50px;
}
.option-services img {
  margin-bottom: auto;
}
.option-services span {
  display: block;
  text-align: left;
}
.option-services .option-title {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 800;
  line-height: 140%;
}
.option-services .option-text {
  font-size: 16px;
  font-weight: 500;
}
.sign-up-img {
  position: absolute;
  top: 130px;
  right: 955px;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 283px;
}
.sign-up-section-container .section-text {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

/* お知らせ */
#top .notice-grid {
  background-color: white;
  padding: 70px 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 120px;
  row-gap: 20px;
}
#top .mgsblk-news {
  grid-row: 1 / 3;
  grid-column: 2;
}
#top .notice {
  color: #007F9B;
  display: block;
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 100%;
  margin: 0 3px;
}
#top .see-all-notice {
  color: white;
  background-color: #00A0C2;
  border-radius: 30px;
  padding: 8px 23px;
  height: fit-content;
  width: fit-content;
  margin: 0 3px;
  margin-left: auto;
  grid-column: 1;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
}
.notice-list {
  border-top: 1px solid #CCE7ED;
  grid-column: 2;
  grid-row: 1 / 3;
}

/* ------------------------------- */
/* about */
/* ------------------------------- */
#about .contents-area {
  padding-bottom: 220px;
  grid-template-columns: auto 1fr;
}
.content-menu-list {
  position: sticky;
  top: 20px;
  height: fit-content;
  z-index: 20;
}
.content-menu-list li {
  border-bottom: 1px solid #E2E2E2;
}
.content-menu-list li:first-child {
  border-top: 1px solid #E2E2E2;
}
.content-menu-list li .fa-angle-right {
  color: #00AFD5;
  vertical-align: middle;
  margin-left: auto;
}
.content-menu-list li a {
  padding: 24px 4px 24px 8px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.content-menu-list li a.current {
  background-color: #F6FEFF;
}
.content-menu-list li a:hover {
  background-color: #F6FEFF;
}
.content-menu-list li a span {
  margin-right: 15px;
  font-size: 15px;
  font-weight: 500;
}
#about .content-item .border-left-title {
  margin-bottom: 28px;
}
.common-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 32px;
}
.common-features li {
  display: inline-block;
  border: 2px solid #F4AFAC;
  border-radius: 4px;
  padding: 13px;
}
.common-features li .number-and-text-area {
  margin-bottom: 8px;
}
.common-features li .number-and-text-area .text-value {
  font-size: 16px;
  font-weight: 800;
  line-height: 140%;
  color: #C05E5A;
}
#about .feature-detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.feature-content-main {
  display: grid;
  grid-template-columns: 7fr 4fr;
  column-gap: 20px;
  margin-bottom: 40px;
}
.feature-content-normal {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  margin-bottom: 40px;
}

.feature-content-normal .img-container {
  max-width: 230px;
  margin-bottom: 12px;
}
.feature-content-normal .img-container .zoom-btn {
  right: 5px;
  top: 5px;
  width: 16px;
}
#about .content-item {
  margin-bottom: 56px;
}
#about .content-item .text-title {
  font-size: 20px;
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
/* about・diagnosis */
#about .img-container, #diagnosis .img-container {
  border: 1px solid #D0D0D0;
  box-shadow: 0 0 4px 0 rgb(0 160 194 / 20%);
}

/* diagnosis */
#diagnosis .contents-area {
  grid-template-columns: auto 1fr;
}
#diagnosis .border-left-title {
  margin-bottom: 15px;
}
#diagnosis .content-item {
  margin: 0;
}
#diagnosis .item-detail-area {
  padding-bottom: 56px;
  margin-bottom: 16px;
}
#diagnosis .title-with-number {
  margin-bottom: 16px;
}
#diagnosis .gray-comment {
  margin-bottom: 16px;
}
#diagnosis .detail-area {
  display: grid;
  /* grid-template-columns: 60% auto; */
  grid-template-columns: 7fr minmax(225px, 4fr);
  column-gap: 16px;
}
#diagnosis .detail-list {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
#diagnosis .detail-list li {
  font-size: 15px;
}
#diagnosis .detail-list li .number-and-text-area .text-value {
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
}

/* faq */
#faq .content-item {
  margin-bottom: 130px;
}
#faq .faqs {
  margin-top: 16px;
}
#faq .faqs details:first-child {
  border-top: 1px solid #CADBDF;
}
#faq .faqs details {
  border-bottom: 1px solid #CADBDF;
}
#faq .faqs details[open] {
  border-bottom: none;
}
#faq .faqs details[open] .icon {
  transform: rotate(180deg);
}
#faq summary {
  display: block;
  list-style: none;
  cursor: pointer;
}
#faq summary::-webkit-details-marker {
  display: none;
}
#faq .q-item, #faq .a-item {
  display: grid;
  grid-template-columns: max-content auto 45px;
}
#faq .q-item {
  padding: 15px 0;
  align-items: center;
}
#faq .a-item {
  background-color: #F3FFFF;
}
#faq .q-a-square {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
#faq .q-item .q-a-square {
  background-color: #00A0C2;
}
#faq .a-item .q-a-square {
  background-color: #00A2A8;
}
#faq .q-a-square span {
  font-size: 19px;
  font-weight: 400;
  color: white;
  font-family: 'Alata';
}
#faq .faq-text {
  font-size: 16px;
  font-weight: 500;
}
#faq .a-item .faq-text {
  padding: 15px 0;
  font-size: 15px;
}
#faq .faqs .fa-angle-down {
  color: #00A0C2;
  font-size: 23px;
  margin: auto;
}

/* example */
#example .content-item {
  margin-bottom: 198px;
}
#example .border-left-title {
  margin-bottom: 10px;
}
#example .comic-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 57px;
}
#example .comic-grid-item {
  display: grid;
  grid-template-rows: 28px 1fr;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
#example .comic-grid-item:hover {
  opacity: 0.8;
}
#example .comic-grid-item .comic-title {
  background-color: #00A0C2;
  color: white;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#example .comic-grid-item .comic-thumbnail-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 310 / 438;
}
#example .comic-grid-item .comic-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#example .pdf-modal .pdf-modal-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90vw;
  height: 90vh;
  margin: auto;
  background-color: #333;
  border-radius: 8px;
  overflow: hidden;
}

#example .pdf-modal .pdf-viewer {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: #444;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  position: relative;
}

#example .pdf-modal .pdf-loading {
  color: white;
  text-align: center;
  padding: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#example .pdf-modal .pdf-loading-spinner {
  margin-bottom: 20px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#example .pdf-modal .pdf-loading-spinner i {
  font-size: 32px;
  color: #00A0C2;
}

#example .pdf-modal .pdf-loading-text {
  font-size: 18px;
  font-weight: 500;
}

#example .pdf-modal .pdf-pages-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
}

#example .pdf-modal .pdf-pages-container canvas {
  max-width: 800px;
  width: 100%;
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  background-color: white;
  display: block;
  margin: 0 auto;
}

#example .pdf-modal .pdf-modal-close {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  padding: 8px;
  top: 20px;
  right: 20px;
}

#example .pdf-modal .pdf-modal-close:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

#example .pdf-modal .pdf-modal-close {
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#example .pdf-modal .pdf-modal-close i {
  color: white;
  font-size: 18px;
}
#example .example-video-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 48px;
  row-gap: 30px;
  margin: 0 auto;
  width: fit-content;
  margin-top: 48px;
}
#example .example-video-list li {
  display: flex;
  flex-direction: column;
  row-gap: 9px;
}
#example .example-video-list li .video-thumbnail {
  background-color: #D9D9D9;
  width: 100%;
  height: auto;
  aspect-ratio: 476 / 268;
  position: relative;
}
#example .example-video-list li .video-thumbnail .play-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100px;
  width: 23%;
  height: auto;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
#example .example-video-list li .video-title {
  color: #007F9B;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}
#example .example-video-list li .video-detail {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  margin-top: 3px;
}

/* plan */
/* #plan .plan-sub-base-width {
  max-width: 792px;
  margin: 0 auto;
}
#plan .basic-fee-area {
  border-radius: 50px;
  background: #F2F9FA;
  padding: 45px 120px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 30px;
}
#plan .basic-fee-circle {
  position: relative;
  width: fit-content;
  color: white;
}
#plan .basic-fee-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 35px;
}
#plan .basic-fee-content span {
  text-shadow: 0 1px 4px rgb(0 0 0 / 25%);
}
#plan .basic-fee-content .text-basic-fee {
  font-size: 18px;
  display: block;
  text-align: center;
  margin-bottom: 31px;
}
#plan .basic-fee-value-area {
  width: fit-content;
  margin-left: 30px;
}
#plan .basic-fee-content .text-fee {
  font-size: 84px;
  font-family: 'Alata';
}
#plan .basic-fee-content .text-yen {
  font-size: 30px;
}
#plan .basic-fee-text-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#plan .basic-fee-text-area p {
  font-size: 20px;
  margin: 0;
  line-height: 2;
}
#plan .basic-fee-text-area p .underline {
  background: linear-gradient(transparent 65%, rgb(239 157 153 / 60%) 0%);
  padding-left: 8px;
}
#plan .basic-fee-text-area .text-big {
  font-size: 24px;
}
#plan .plan-area {
  background-image: url(img/plan_background.png);
}
#plan .section-title {
  margin-bottom: 35px;
}
#plan .section-title span {
  color: white;
}
#plan .plans {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 25px;
}
#plan .plans .plan {
  background-color: white;
  border-radius: 20px;
  padding: 27px 48px;
}
#plan .plans .plan .plan-name {
  font-weight: bold;
  font-size: 22px;
  display: block;
  text-align: center;
}
#plan .plans .standard-plan .plan-name {
  color: #00A0C2;
}
#plan .plans .management-plan .plan-name {
  color: #00A2A8;
}
#plan .plan-price-area {
  text-align: center;
  margin: 0;
  line-height: 1.8;
}
#plan .plan-price-area .plan-price {
  font-size: 46px;
  font-family: 'Alata';
}
#plan .plan-recommend-text {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-bottom: 7px;
}
#plan .standard-plan .plan-recommend-text {
  color: #F29DB7;
}
#plan .management-plan .plan-recommend-text {
  color: #FF9950;
}
#plan .plan-recommend-list {
  display: flex;
  flex-direction: column;
  row-gap: 9px;
}
#plan .plan-recommend-list li {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
#plan .plan-recommend-list li img {
  flex-shrink: 0;
  margin: 0;
}
#plan .plan-recommend-list li span {
  width: 100%;
}
#plan .plan-table td {
  padding: 18px;
  text-align: center;
  font-size: 15px;
}
#plan .plan-table th {
  padding: 14px 18px 10px 18px;
  border-radius: 20px 20px 0 0;
  border: 3px solid white;
}
#plan .function-table .standard-plan-th {
  background-color: #00A0C2;
}
#plan .function-table .management-plan-th {
  background-color: #EA7671;
}
#plan .function-table th span {
  color: white;
  display: block;
  text-align: center;
}
#plan .function-table th span:nth-child(2) {
  font-size: 13px;
}
#plan .plan-table .plan-table-rowspan-area {
  font-size: 20px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.5em;
  border: 3px solid;
  border-radius: 20px 0 0 20px;
}
#plan .function-table .plan-table-rowspan-area {
  color: #00A0C2;
  background-color: #D9F4F8;
  border-color: #00A0C2;
} */

/* plan */
#plan .contents-area {
  padding-top: 0;
  padding-bottom: 0;
}
#plan .content-item {
  padding: 110px 0;
}
#plan .content-item:first-of-type {
  padding-top: 70px;
}
#plan .plan-sub-base-width {
  width: 100%;
  max-width: 823px;
  margin: 0 auto;
}
#plan .content-text {
  text-align: center;
  margin-bottom: 48px;
}
#plan .content-text-big {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 25px;
}
#plan .plans {
  display: grid;
  column-gap: 70px;
  row-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  margin-bottom: 50px;
  width: 100%;
}
#plan .plan-item {
  border-radius: 20px;
  border: 1px solid #B0C9CE;
  box-shadow: 0 0 4px rgb(0 0 0 / 25%);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;

}
#plan .plan-item .plan-title-area {
  padding: 15px;
  text-align: center;
  position: relative;
}
#plan .standard-plan .plan-title-area {
  background-color: #00A0C2;
}
#plan .professional-plan .plan-title-area {
  background-color: #EA7671;
}
#plan .plan-item .plan-title-area span {
  color: white;
  display: block;
}
#plan .plan-item .plan-title-area .target {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 20px;
  width: fit-content;
  line-height: 1;
  margin: 0 auto;
  margin-bottom: 15px;
}
#plan .standard-plan .plan-title-area .target {
  color: #00A0C2;
  background-color: #DAF2F9;
}
#plan .professional-plan .plan-title-area .target {
  color: #EA7671;
  background-color: #FDE7E6;
}
#plan .plan-item .plan-title-area .plan-name {
  font-size: 22px;
  font-weight: 800;
  line-height: 140%;
  margin-bottom: 5px;
}
#plan .plan-item .plan-title-area .plan-detail {
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}
#plan .plan-item .num-of-company-limit {
  width: 75px;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-18px);
  text-align: center;
  letter-spacing: calc(1em * 0.05);
}
#plan .standard-plan .num-of-company-limit {
  background-color: #DAF2F9;
}
#plan .professional-plan .num-of-company-limit {
  background-color: #FDE7E6;
}
#plan .plan-item .num-of-company-limit {
  white-space: nowrap;
}
#plan .plan-item .num-of-company-limit > span {
  font-size: 9px;
  font-weight: 600;
  line-height: 110%;
}
#plan .plan-item .num-of-company-limit > p {
  line-height: 1;
  font-size: 17px;
  font-weight: 900;
  margin: 0;
}
#plan .plan-item .num-of-company-limit > p span {
  font-size: 31px;
  font-weight: 800;
  line-height: 1;
  display: inline;
  font-family: 'Alata';
}
#plan .standard-plan .num-of-company-limit span, #plan .standard-plan .num-of-company-limit p {
  color: #00A0C2;
}
#plan .professional-plan .num-of-company-limit span {
  margin-bottom: 4px;
}
#plan .professional-plan .num-of-company-limit span, #plan .professional-plan .num-of-company-limit p {
  color: #EA7671;
}
#plan .plan-item .plan-content-area {
  padding: 23px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
#plan .plan-content-area .plan-price-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
#plan .plan-price-area .usual-div {
  color: #6A7778;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 13px;
}
#plan .plan-price-p {
  text-align: center;
  margin: 0 !important;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
#plan .plan-price-p .line {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) rotate(170deg);
  width: 100%;
  height: 2px;
  background-color: #DE554F;
}
#plan .plan-price-p .plan-price {
  font-weight: 400;
  font-family: 'Alata';
}
#plan .plan-price-p.usual {
  font-size: 13px;
}
#plan .plan-price-p.usual .plan-price {
  font-size: 32px;
}
#plan .plan-price-p.special {
  font-size: 16px;
}
#plan .plan-price-p.special .plan-price {
  font-size: 46px;
}
#plan .plan-content-area .triangle-decoration {
  width: 0;
  height: 0;
  border-top: 10px solid #DE554F;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  margin-bottom: 8px;
}
#plan .plan-content-area .special-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  background-color: #DE554F;
  width: 200px;
  height: 23px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
#plan .plan-recommend-area {
  margin-bottom: 59px;
}
#plan .plan-recommend-text {
  font-size: 14px;
  font-weight: 800;
  line-height: 140%;
  display: block;
  text-align: center;
  margin-bottom: 12px;
}
#plan .standard-plan .plan-recommend-text {
  color: #F29DB7;
}
#plan .professional-plan .plan-recommend-text {
  color: #FF9950;
}
#plan .plan-recommend-list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-left: 15px;
}
#plan .plan-recommend-list li {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
#plan .plan-recommend-list li img {
  flex-shrink: 0;
  margin: 0;
}
#plan .plan-recommend-list li span {
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}
#plan .free-sign-up {
  position: relative;
  margin-top: auto;
}
#plan .free-sign-up .point-button {
  background-color: #F9A200;
  color: white;
  padding: 17px 25px;
  box-shadow: 0 0 8px rgba(0, 118, 143, 40%);
  font-size: 18px;
  font-weight: 800;
  width: 100%;
}
#plan .free-sign-up .point-button .fa-angle-right {
  right: 28px;
}
#plan .free-sign-up > span {
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  margin: auto;
  box-shadow: 0 0 4px rgba(0, 118, 143, 25%);
  border-radius: 30px;
  border: 2px solid #F9A200;
  color: #F9A200;
  background-color: white;
  width: fit-content;
  height: fit-content;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
}
#plan .function-area .function-balloon {
  background-color: #A5CED7;
  border-radius: 1000px;
  padding: 10px 20px;
  width: 80%;
  margin: 0 auto;
  transform: translateY(34px);
  position: relative;
}
#plan .function-area .function-balloon::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #A5CED7;
}
#plan .function-area .function-balloon span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}
#plan .function-area .function-balloon span:first-child {
  font-size: 14px;
  font-weight: 500;
}
#plan .function-area .function-balloon .balloon-decoration {
  position: absolute;
  left: -12px;
  top: -16px;
}
#plan .function-area .function-content {
  background-color: #E3F3F6;
  border-radius: 6px;
}
#plan .function-area .functions {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 13px;
  padding: 70px 100px 45px 130px;
}
#plan .function-area .functions li {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
#plan .function-area .functions li span {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
}
#plan .option-services {
  background-color: #F2F9FA;
}

/* contact */
.contact-page .option-services-section {
  margin-bottom: 70px;
}

.contact-page .option-services-contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 23px;
  max-width: 800px;
  margin: 0 auto;
}

.contact-page .option-service-item {
  position: relative;
  background-color: white;
  border-radius: 14px;
  padding: 24px;
  border: 2px solid #eee;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-page .option-service-item:hover .option-checkbox {
  border-color: #00A0C2;
}

.contact-page .option-service-item:has(input:checked) {
  border-color: #00A0C2;
  background-color: #F4FDFF;
}

.contact-page .option-checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
  z-index: 2;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-color: white;
  border: 2px solid #d8d8d8;
  border-radius: 3px;
  margin: 0;
  transition: all 0.2s ease;
}

.contact-page .option-checkbox:checked {
  background-color: #00A0C2;
  border-color: #00A0C2;
}

.contact-page .option-checkbox:checked::after {
  font: var(--fa-font-solid);
  content: '\f00c';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 10px;
  font-weight: 900;
}

.contact-page .option-service-item:has(.option-checkbox:disabled) {
  pointer-events: none;
}

.contact-page .option-checkbox:disabled {
  display: none;
}

/* 選択されたオプション（disabled + checked）のスタイル */
.contact-page .option-service-item:has(.option-checkbox:disabled:checked) {
  border-color: #00A0C2;
  background-color: #F4FDFF;
}

.contact-page .option-service-content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 20px;
}

.contact-page .option-services-note {
  text-align: center;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
}

.contact-page .option-services-note p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  color: #465152;
}

.contact-page .option-services-note p:not(:last-child) {
  margin-bottom: 5px;
}

.contact-page .option-service-content img {
  width: 60px;
  height: 60px;
  margin: 0;
}

.contact-page .option-service-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-page .option-service-text .option-title {
  font-size: 16px;
  font-weight: 800;
  line-height: 140%;
  color: #465152;
  display: block;
}

.contact-page .option-service-text .option-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #465152;
  display: block;
}

.contact-page .confirm-text {
  display: block;
}

/* お問い合わせ */
#contact .contact-form label, #contact-confirm .label-content {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  column-gap: 5px;
  font-size: 16px;
}
.contact-page .wpcf7-response-output{
  display: none;
}
.contact-page .section-title {
  margin-bottom: 65px;
}
.contact-page .contact-area {
  max-width: 525px;
  margin: 0 auto;
}
.contact-page .contact-grid {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
.contact-page .contact-grid .name-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 27px;
}
.contact-page .required-optional-span {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 8px 5px 8px;
  color: white;
  border-radius: 4px;
  vertical-align: middle;
  line-height: 1;
}
.contact-page .required-optional-span {
  background-color: #B2B6B7;
}
.contact-page .required-item .required-optional-span {
  background-color: #EA7671;
}
.contact-page .contact-button {
  color: white;
  background-color: #00AFD5;
  font-size: 16px;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
  width: 222px;
}
.contact-page .contact-button-container {
  position: relative;
  height: fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 35px;
}
.contact-page:not(#contact-complete) .contact-button-container::before {
  font: var(--fa-font-solid);
  content: '\f105';
  color: #fff;
  position: absolute;
  height: fit-content;
  width: fit-content;
  margin: auto 0;
  bottom: 0;
  top: 0;
  right: 24px;
  font-weight: 900;
  font-size: 16px;
  z-index: 10;
  pointer-events: none;
}
.contact-page span.wpcf7-spinner {
  display: none;
}
.contact-page .alert {
  display: none;
  font-size: 14px;
  font-weight: 700;
  color: #CA565C;
}

/* contact */
#contact .wpcf7-form-control-wrap {
  margin-top: 4px;
  height: fit-content;
  display: block;
}
#contact .contact-input {
  color: #465152;
  background-color: #fff;
  font-weight: 400;
}
#contact .contact-input:-webkit-autofill {
  -webkit-text-fill-color: #465152;
  box-shadow: 0 0 0 1000px #fff inset !important;
}
#contact .validation-error .contact-input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #FFE8E8 inset !important;
}
#contact .contact-input {
  border-radius: 5px;
  border: 1px solid #B6B6B6;
  width: 100%;
  height: 42px;
  padding: 0 15px;
}
#contact .contact-grid textarea {
  height: 210px !important;
  padding: 10px 15px !important;
  resize: none;
}
#contact .contact-form label {
  font-weight: 500;
}
#contact .select-wrapper {
  position: relative;
}
#contact .select-wrapper::before {
  font: var(--fa-font-solid);
  content: "\f107";
  color: #6CAFBE;
  position: absolute;
  height: 42px;
  display: flex;
  align-items: center;
  margin: auto 0;
  right: 16px;
  font-size: 13px;
  pointer-events: none;
  z-index: 2;
}
#contact select {
  -webkit-appearance: none;
  appearance: none;
  font-weight: 600 !important;
}
#contact select:has(option:checked[value=""]) {
  color: #7A7A7A;
}
#contact select option {
  color: #465152;
  font-weight: 400;
}
#contact select option:first-child {
  color: #7A7A7A;
}
#contact select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
#contact .contact-input::-webkit-input-placeholder {
  color: #BBBBBB;
  font-weight: 500;
}
#contact .contact-input:-moz-placeholder {
  color: #BBBBBB;
  font-weight: 500;
}
#contact .contact-input::-moz-placeholder {
  color: #BBBBBB;
  font-weight: 500;
}
#contact .contact-input:-ms-input-placeholder {
  color: #BBBBBB;
  font-weight: 500;
}
#contact .validation-error .contact-input {
  background-color: #FFE8E8;
}
#contact .validation-error .alert {
  display: block;
}

#contact-confirm .contact-grid {
  margin-bottom: 35px;
}
#contact-confirm .wpcf7-form .contact-grid {
  row-gap: unset;
}
#contact-confirm .value {
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  overflow-wrap: anywhere;
}
#contact-confirm .wpcf7-form .name-area, #contact-confirm .wpcf7-form .wpcf7-label {
  display: none !important;
}
#contact-confirm .label-content {
  margin-bottom: 12px;
  color: #6C7576;
}
#contact-confirm .alert {
  text-align: center;
  margin-top: 20px;
}
#contact-confirm .alert span {
  display: inline-block;
}
#contact-confirm:has(.wpcf7-form.spam) .alert {
  display: block;
}
#contact-confirm .recaptcha {
  margin: 0 auto;
  margin-bottom: 15px;
}
#contact-confirm .contact-button-container {
  margin-top: 0;
}

#contact-complete .contents-area {
  padding-bottom: 150px;
}
#contact-complete .complete-content {
  font-size: 16px;
  font-weight: 500;
}

/* お知らせ */
.region-news-archive {
  max-width: 740px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 120px;
}
.archive-area {
  margin-bottom: 80px;
}
.mgsblk-news li {
  border-bottom: 1px solid #CCE7ED;
}
.mgsblk-news li:first-child {
  border-top: 1px solid #CCE7ED;
}
.mgsblk-news li a {
  padding: 35px 20px;
  display: grid;
  grid-template-columns: 100px auto;
  column-gap: 20px;
  align-items: center;
}
.mgsblk-news li .ef-image {
  display: none;
}
.mgsblk-news li .date {
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  color: #00A0C2;
}
.mgsblk-news li .title {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 500;
}
.region-news-archive .categorys {
  display: none;
}
.region-news-archive #area-pagenation {
  display: flex;
  justify-content: center;
  column-gap: 8px;
}
.region-news-archive .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #00A0C2;
  font-size: 15px;
  color: #00A0C2;
}
.region-news-archive .current {
  background-color: #00A0C2;
  color: #fff;
}

.region-news-archive .dots {
  border: none;
  width: fit-content !important;
}

/* お知らせ詳細 */
.region-news-single {
  max-width: 740px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 120px;
}
.region-news-single h1 {
  font-size: 20px;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 30px;
}
.region-news-single img {
  margin: 20px 0;
}
.region-news-single p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.region-news-single .date {
  font-size: 14px;
  font-weight: 700;
  color: #00A0C2;
  margin-bottom: 10px;
}
.region-news-single h3 {
  font-size: 18px;
  font-weight: 800;
  color: #007F9B;
  border-left: 8px solid #008D93;
  border-bottom: 1px solid #008D93;
  padding: 6px 0 6px 15px;
  margin-bottom: 25px;
  margin-top: 45px;
}
.region-news-single strong {
  font-weight: 700;
}

/* info-page */
.info-page .contents-area {
  padding-top: 16px;
  padding-bottom: 100px;
}
.info-page .info-table {
  margin: 70px 28px;
}
.info-page#commercial-law .info-table {
  margin: 70px 0;
}
.info-page .info-table tr {
  border-bottom: 1px solid #CADBDF;
}
.info-page .info-table th {
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
.info-page .info-table td {
  font-size: 16px;
  font-weight: 500;
  overflow-wrap: anywhere;
}
.info-page .info-table th, .info-page .info-table td {
  padding: 30px;
}

/* company-overview */
#company-overview .google-map {
  width: 100%;
  aspect-ratio: 1000 / 390;
}

/* terms-of-service */
#terms-of-service .chapter-container {
  margin-bottom: 82px;
}
#terms-of-service .chapter {
  color: #007F9B;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 37px;
}
#terms-of-service .article-container {
  margin-bottom: 46px;
}
#terms-of-service .article {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 23px;
}
#terms-of-service .article-content {
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
#terms-of-service .article, #terms-of-service .article-content {
  display: block;
}
#terms-of-service ol {
  list-style: none;
}
#terms-of-service ol:not(.ol_bracket) li {
  display: flex;
  column-gap: 5px;
}
#terms-of-service .footer-note span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

/* privacy-policy */
#privacy-policy .intro-text {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-top: 23px;
}
#privacy-policy .contents-area {
  padding-top: 40px;
}
#privacy-policy .article-container {
  margin-bottom: 30px;
}
#privacy-policy .article {
  font-size: 16px;
  font-weight: 600;
  color: #007F9B;
  display: block;
  border-bottom: 1px solid #CADBDF;
  padding: 10px 0;
}
#privacy-policy .article-content-area {
  padding: 10px 0;
}
#privacy-policy .article-content {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
#privacy-policy .article-content.company {
  font-weight: 600;
  margin-bottom: 3px;
}
#privacy-policy .footer-note span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}