@charset "UTF-8";

/* タグ初期設定 */
body {
  background-color: #f5f8f7;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1em;
}
a {
  text-decoration: none;
  color: currentColor;
  word-break: break-all;
}

a[href^="tel:"] {
  pointer-events: none;
}
a:hover {
  color: #f28c66;
}
a:hover > img {
  opacity: 0.6;
  transition: 0.5s;
}
.text-unit a,
.text-parag a,
.card-text a {
  color: #f28c66;
}
.text-parag a:hover,
.card-text a:hover {
  text-decoration: underline;
}
svg {
  fill: currentColor;
}

ol,
p {
  padding: 0;
  margin: 0;
}
ul li {
  list-style-type: none;
  list-style-position: inside;
}
ol li {
  list-style-position: inside;
}

.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}
/* CSS指定 */
.text-atgreen {
  color: #009192;
}
.text-atorange {
  color: #f28c66;
}
.bg-atgreen {
  background-color: #009192;
}
.bg-atorange {
  background-color: #f28c66;
}

/* ユーティリティ */

.active {
  text-decoration: underline;
}
.centering {
  display: flex !important;
  align-items: center !important;
}
.xl-display-none {
  /* display: block; */
}
.xl-display-block {
  display: none;
}
.lg-display-none {
  display: inline-block;
}
.lg-display-block {
  display: none;
}
.md-display-none {
  /* display: block; */
}
.md-display-block {
  display: none;
}
.sm-display-none {
  /* display: block; */
}
.sm-display-block {
  display: none;
}
.list-number {
  list-style-type: armenian;
}
.fw600 {
  font-weight: 600;
}
/* ボタン */
.button-line {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 3px;
  padding: 7px 1em;
  display: inline-block;
  margin: 2em 0;
  letter-spacing: 0.15em;
}
.button-line:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.2s;
  color: #fff;
}

.button-greenline {
  border: 2px solid #009192;
  background-color: #fff;
  color: #009192;
  border-radius: 3px;
  padding: 7px 10px;
}
.button-greenline:hover {
  background-color: #ddebe3;
  color: #009192;
  transition: 0.2s;
}

.button-green {
  border: 2px solid #009192;
  background-color: #009192;
  color: #fff;
  border-radius: 3px;
  padding: 7px 1em;
  display: inline-block;
  margin: 2em 0;
  letter-spacing: 0.15em;
}
.button-green:hover {
  background-color: #ddebe3;
  color: #009192;
  transition: 0.2s;
}
.button-lightgreen {
  border: 2px solid #ddebe3;
  background-color: #ddebe3;
  color: #009192;
  border-radius: 3px;
  padding: 7px 10px;
  display: inline-block;
  margin: 2em 0;
  letter-spacing: 0.15em;
}
.button-green:hover {
  background-color: #ddebe3;
  color: #009192;
  transition: 0.2s;
}
.button-orangeline {
  border: 2px solid #f28c66;
  background-color: #fff;
  color: #f28c66;
  border-radius: 3px;
  padding: 7px 10px;
  display: inline-block;
  margin: 2em 0;
  letter-spacing: 0.15em;
}
.button-orangeline:hover {
  background-color: #fbe6dc;
  color: #fff;
  transition: 0.2s;
}
.button-orange {
  border: 2px solid #f28c66;
  background-color: #f28c66;
  color: #fff;
  border-radius: 3px;
  padding: 7px 10px;
  display: inline-block;
  margin: 2em 0;
  letter-spacing: 0.15em;
}
.button-orange:hover {
  background-color: #fbe6dc;
  color: #f28c66;
  transition: 0.2s;
}
.button-blue {
  border: 2px solid #0f75bd;
  background-color: #0f75bd;
  color: #fff;
  border-radius: 3px;
  padding: 7px 10px;
  display: inline-block;
  margin: 2em 0;
  letter-spacing: 0.15em;
}
.button-blue:hover {
  background-color: #eff5fc;
  color: #0f75bd;
  transition: 0.2s;
}
/* ーーーーーーーーーーーーーーTOP IMAGE */

.topimage {
  color: #fff;
}
.topimage::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
  display: block;
}
.carousel-item div {
  width: 100vw;
  height: 86vh;
  opacity: 0.25;
  background-size: cover;
  background-position: center;
}
.topimage-text {
  color: #1f2f29;
  font-weight: 600;
  text-align: center;
  /* padding-top: 5vh;
  padding-bottom: 2vh; */
  z-index: 555;
  font-size: 3em;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 18vh;
}
#topimage-1 {
  background-image: url(../images/top_1.jpeg);
}
#topimage-2 {
  background-image: url(../images/top_2.jpeg);
}
#topimage-3 {
  background-image: url(../images/top_3.jpeg);
}
#topimage-4 {
  background-image: url(../images/top_4.jpeg);
}

.carousel-item {
  background-color: #ddebe3;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.topimage-description {
  margin: 2em auto;
  max-width: 700px;
  min-width: 300px;
  width: 80%;
  line-height: 2em;
}
/* -----------------------------pc header */
#header-pc {
  display: block;
}
#header-smt {
  display: none;
}
#header-pc,
#header-smt {
  background-color: #f5f8f7;
  transition: 0.5s;
}
.head-animation {
  transform: translateY(-100%);
  transition: 0.5s;
}
.header-language {
  text-align: right;
  color: #009192;
  border: none;
  background-color: #f5f8f7;
  font-size: 1.2em;
  font-weight: 600;
}
.pc-header-logo {
  width: 35vw;
  max-width: 580px;
  min-width: 500px;
  height: 50px;
  max-height: none;
  background-image: url(../images/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.button-contact {
  background-color: #f28c66;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 0.5rem calc(0.5rem + 0.6vw);
}
.button-contact:hover {
  color: #fff;
  background-color: #fbe6dc;
  transition: 0.5s;
}
.button-contact p {
  font-size: calc(1em + 0.2vw);
  margin: 0 auto;
  font-weight: 500;
}
.button-contact .fa-envelope {
  font-size: 1.8em;
}
.button-tel {
  margin: 15px 0 5px auto;
  /* width: 80%;
  min-width: 300px; */
  text-align: center;
  line-height: 1.2;
}
.button-tel p {
  font-size: calc(1rem + 0.5vw);
  font-weight: 700;
  text-align: center;
}
.button-purchase {
  border: 2px solid #009192;
  background-color: #fff;
  color: #009192;
  border-radius: 3px;
  padding: 7px 10px;
  text-align: center;
  border-radius: 25px;
  width: 350px;
}
.button-purchase .purchase_index {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0.5em 0;
}
/* .button-purchase p {
  max-width: 100px;
  margin: 0 auto;
} */
.pc-navbar {
  padding: 0.5em 0 0;
  background-color: #009192;
}
.pc-menu {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  padding-bottom: 0.6em;
}
.pc-menu-content {
  padding-right: 0;
  padding-left: 0;
  font-size: calc(0.8rem + 0.2vw);
  list-style: none;
  /* border-bottom: 7px solid #009192; */
}
.pc-menu-content-link {
  color: #fff;
  font-size: 1.1rem;
  padding: 3px 15px;
}
.pc-menu .pc-menu-content:hover > a {
  color: #fff;
  border-bottom: 2px solid #f28c66;
  padding: 3px 10px;
}
.hover-menu {
  display: none;
  position: absolute;
  top: calc(35px + 0.1vw);
  left: 0;
  width: 100vw;
  color: #fff;
  line-height: 1.5;
  transition: 0.5s;
}

.pc-menu-content:hover > .hover-menu {
  display: block;
  width: 100%;
  height: 29vh;
  max-height: 400px;
  background-color: rgba(0, 145, 146, 0.8);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  line-height: 1.5em;
  transition: 0.5s;
  /* padding: 0; */
}

.button-forindex {
  border: 2px solid #fff;
  border-radius: 5px;
  margin: 10px;
  width: 85%;
  max-width: 275px;
  padding: 1vh;
  font-size: 1em;
}
.button-forindex:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
}
.button-forindex:hover > a {
  color: #fff;
}
.hover-menu h2 {
  border-left: 15px solid #fff;
  text-align: left;
  padding-left: 15px;
  font-size: 1.5rem;
}
.hover-menu-description {
  text-align: left;
  line-height: 1.5em;
  margin: 2vh auto;
  padding: 0 15px;
  font-size: 1rem;
}
.hover-menu-right {
  display: flex;
  align-items: center;
  text-align: left;
  /* height:30vh; */
}
.hover-menu-right ul {
  list-style: none;
}
.company .hover-menu-right a {
  color: #fff;
  display: block;
  font-size: 1rem;
  margin: 1vh 0;
  padding: 0 1vw;
  border-bottom: 2px solid transparent;
}
.company .hover-menu-right a:hover {
  color: #fff;
  border-bottom: 2px solid #f28c66;
  transition: 0.5s;
}

/* 事業サービスメニュー内ホバー */

.products .hover-menu-right {
  display: flex;
  width: 100%;
  position: relative;
  top: 0;
}
.hover-menu-right-index {
  position: absolute;
  width: 30%;
  padding-left: 15px;
  font-size: 1rem;
  margin-top: 1vh;
}
.hover-menu-right-index:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
  border-left: 10px solid #f28c66;
  padding-left: 5px;
  margin-left: 0;
}
.header-menu-indi .hover-menu-right-index {
  width: 20%;
}
.hover-menu-right-content {
  top: 0;
  right: 0;
  position: absolute;
  width: 70%;
}
.header-menu-indi .hover-menu-right-content {
  width: 76%;
}
.hmr-content-link {
  color: #fff;
  margin: 5px;
  padding: 0 0 2px 5px;
}
.hmr-content-link:hover > a {
  color: #fff;
  width: auto;
  border-bottom: 2px solid #f28c66;
  padding: 0;
}
.hmr-index1 {
  top: 0;
}
.hmr-index2 {
  top: 2em;
}
.hmr-index3 {
  top: 4em;
}
.hmr-index4 {
  top: 6em;
}
.hmr-index5 {
  top: 8em;
}
.hmr-index6 {
  top: 10em;
}
.hmr-content1,
.hmr-content2,
.hmr-content3,
.hmr-content4,
.hmr-content5,
.hmr-content6 {
  display: none;
}
.hmr-index1:hover ~ .hmr-content1,
.hmr-index2:hover ~ .hmr-content2,
.hmr-index3:hover ~ .hmr-content3,
.hmr-index4:hover ~ .hmr-content4,
.hmr-index5:hover ~ .hmr-content5,
.hmr-index6:hover ~ .hmr-content6,
.hover-menu-right-content:hover {
  display: block;
  height: 22vh;
  max-height: 200px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  padding: 0.5em 1.2em;
  transition: 0.5s;
  top: 0;
}
.pc-menu-content form {
  width: 100%;
  height: 27px;
  max-width: 300px;
  display: flex;
}
.pc-menu-content input {
  border-radius: 50rem;
  margin-right: 5px;
  padding: 0.2rem;
}
.pc-menu-content button {
  padding: 3px;
}
/* -----------------------------responsive header */
.header-smt {
  border-bottom: 7px solid #009192;
  height: 80px;
  /* max-height: 80px; */
  top: 0;
}
.smt-header-logo {
  margin-top: 18px;
  top: 0;
  width: 100%;
  min-width: 180px;
  max-width: 500px;
  height: 7vh;
  background-image: url(../images/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
/* -----hm menu */
.menu-btn {
  position: fixed;
  top: 1vh;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 4px;
  width: 5vw;
  min-width: 40px;
  border-radius: 3px;
  background-color: #009192;
  position: absolute;
}
.menu-btn::after {
  content: "menu";
  color: #009192;
  margin-bottom: 40px;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  transition: all 0.5s;
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: all 0.5s;
}
#menu-btn-check {
  display: none;
}
#menu-btn-check:checked ~ .menu-btn::after {
  content: "close";
  transition: all 0.5s;
  margin-bottom: 50px;
}

.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.menu-content {
  width: 100%;
  height: calc(100vh - 80px);
  position: fixed;
  top: 0;
  left: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #009192;
  transition: all 0.5s;
  padding-top: 2vh;
  margin-top: 80px;
  color: #fff;
}
#menu-btn-check:checked ~ .menu-content {
  left: 0;
  overflow-y: scroll; /*メニューを画面内へ*/
  /* display: block;
  transition: 0.5s; */
}
/* ------site-search */
.gsc-control-cse,
.gsc-input-box {
  padding: 0;
}
/* ------------------ hm menu */
.hamburger-menu .accordion-item {
  color: #fff;
  background-color: #009192;
  border: none;
}
.hamburger-menu .accordion-button {
  color: #fff;
  background-color: #009192;
}
.hamburger-menu .accordion-button::after {
  color: #fff;
  background-color: #009192;
  background-image: url(../../images/arrow-white.svg);
}
.hamburger-menu .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #009192;
}

.hamburger-menu .accordion-flush .accordion-item .accordion-button {
  border: none;
  border-bottom: 2px solid #fff;
  padding: 0.8rem 0.5rem;
  font-size: 0.9rem;
}
.hamburger-menu .accordion-body {
  background-color: rgba(175, 200, 229, 0.4);
  padding: 1rem 1.75rem;
  margin: 0;
}
.hamburger-menu .accordion-collapse .accordion-body {
  padding: 1rem;
}
ul.accordion-body {
  padding: 10px 15px;
}
ul.accordion-body li {
  list-style: url(../../images/sankaku-white.png);
  border: none;
  font-size: 0.8em;
  margin-left: 1em;
}
ul.accordion-body li a {
  padding: 10px;
  padding-right: 0;
}
ul.accordion-body li a::before {
  content: none;
}

.hm-bottom {
  margin: 15px auto 10vh;
  text-align: center;
}
.hm-bottom-search {
  margin: 15px auto;
  text-align: center;
}
.hm-bottom-search .form-control {
  width: 80%;
  max-width: 300px;
  display: inline;
}
.hm-bottom-search .btn {
  vertical-align: top;
}
.hm-header-language {
  color: #f2f5f8;
  text-align: center;
  font-size: 1rem;
  margin: 1rem auto;
  letter-spacing: 4px;
}
.hm-button-tel {
  border: 2px solid #fff;
  border-radius: 10px;
  margin: 15px auto;
  max-width: 250px;
  min-width: auto;
  width: 100%;
  padding: 0.3em 0;
  font-size: 1.2em;
}
.hm-button-tel a {
  margin: 0 auto;
  padding: 0.3em 0;
}
.hm-button-contact {
  margin: 0 auto;
}
/* ーーーーーーーーーーーーーーfooter */
.footer-frame {
  background-color: #009192;
  color: #fff;
  text-align: center;
  padding: 3vw 0 1vw;
}
.footer-contents {
  margin: 2rem auto 0;
  text-align: center;
}
.footer-contents a {
  margin: 0 5px;
  width: 20%;
  font-size: calc(0.5rem + 0.5vw);
}
.footer-copyright {
  display: block;
  text-align: center;
  margin: 15px 0;
}
.footer-left-up {
  text-align: center;
}
.footer-corpname {
  font-size: 1.8em;
  margin: 0;
  font-weight: 600;
}
.footer-corpname-en {
  font-size: 1.2em;
  letter-spacing: 0.2em;
}
.footer-address {
  width: 250px;
  display: inline-block;
}
.footer-address-map {
  text-align: center;
  display: inline-block;
  width: 40px;
  vertical-align: sub;
}
.footer-address-map img {
  display: inline-block;
  text-align: left;
  vertical-align: baseline;
}
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 10px;
  background: #f28c66;
  border-radius: 50%;
}
.page_top-animation {
  transform: translateX(-100%);
  transition: 0.5s;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding-top: 3px;
}
#page_top a::before {
  font-weight: 900;
  content: url(../../images/arrow.png);
  font-size: 18px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  bottom: 0;
  right: 8px;
  left: 0;
  margin: auto;
  text-align: center;
}
/* ーーーーーーーーーーーーーーTOP IMAGE */
/*
★削除予定
.cube-pic {
  position: relative;
  overflow: hidden;
  height: 200px;
}
.cube-pic p {
  font-size: 1.5rem;
  text-shadow: 1px 1px 5px #252525;
  color: #fff;
  font-weight: 600;
  z-index: 999;
  position: absolute;
  margin: 0 auto;
  display: block;
  text-align: center;
  letter-spacing: 0.5rem;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 145, 146, 0.1);
  backdrop-filter: blur(4px);
}
.cube-pic p.cover {
  font-size: 2rem;
  height: 200px;
  width: 100%;
  margin-top: 0;
  background-color: rgba(0, 145, 146, 0.3);
  backdrop-filter: blur(0px);
  padding-top: 75px;
} */

/* ーーーーーーーーーーーーーー見出し */

.index-bold {
  font-weight: 600;
  margin: 2em auto 1.5em;
}
.index-green-bold {
  color: #009192;
  font-weight: 600;
  margin: 2em auto 1.5em;
}
.index-white-bold {
  color: #fff;
  font-weight: 600;
  margin: 2em auto 1.5em;
}
.pagetitle {
  background-color: #009192;
  border-left: 15px solid #f28c66;
  color: #fff;
  padding: 5px 1em;
  margin: 15px 0 0;
}
.index-line-left {
  text-align: left;
  color: #009192;
  font-weight: 600;
  border-bottom: 4px solid #009192;
  border-left: 15px solid #f28c66;
  padding: 0 1em 5px;
  margin: 10px 0;
}
.index-line-center {
  text-align: center;
  color: #009192;
  border-bottom: 3px solid #009192;
  display: inline-block;
  margin: 10px auto;
  width: auto;
  padding: 0 1em 5px;
  font-weight: 600;
}

.index-line {
  text-align: left;
  color: #009192;
  font-weight: 600;
  border-bottom: 3px solid #009192;
  padding: 0 1em 5px;
  margin: 10px 0;
}

.index-green {
  background-color: #ddebe3;
  border-left: 15px solid #009192;
  padding: 5px 1em;
  margin: 10px 0;
}
.index-mix {
  background-color: #009192;
  border-left: 15px solid #f28c66;
  color: #fff;
  padding: 5px 1em;
  margin: 10px 0;
}
.index-orange {
  color: #f28c66;
  background-color: #fbe6dc;
  border-left: 15px solid #f28c66;
  padding: 5px 1em;
  margin: 10px 0;
}
.index-inline {
  font-weight: 600;
  padding: 5px 0;
  margin: 10px 0;
}

main {
  margin-bottom: 5rem;
}
.text-unit {
  padding: 0;
  margin: 25px 0 45px;
}
.text-parag {
  margin: 15px;
  margin-right: 0;
  padding: 0;
}
.text-parag img,
.text-unit img {
  display: block;
  width: 80%;
  min-width: 250px;
  max-width: 600px;
  margin: 10px auto;
}
.text-bold {
  font-weight: 600;
  margin: 7px 0;
}
.text-bg-green {
  background-color: #ddebe3;
  padding: 0.2em;
}
.text-bg-orange {
  background-color: rgba(242, 140, 102, 0.7);
  padding: 0.2em;
}
.text-ub-green {
  border-bottom: 6px solid #ddebe3;
}
.text-ub-orange {
  border-bottom: 6px solid #f28c66;
}

/* ーーーーーーーーーーーーーーセクションデザイン、card */
.card {
  width: 95%;
  max-width: 500px;
  /* height: 40vh; */
  margin: 5vh auto;
  border: none;
}

.card-img-top {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
  transition: 0.2s;
}
.card-img-top:hover {
  transform: scale(1.05);
}
.card-title {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
  vertical-align: 1.5em;
  max-height: 3.5em;
  /* padding-top: 1em; */
}
.card-title-b {
  color: #009192;
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1.5em;
  text-align: center;
  vertical-align: 1.5em;
  max-height: 3.5em;
}

.card-text {
  width: 90%;
  margin: 0 auto;
  line-height: 2em;
  font-size: 1em;
}

.card-body {
  height: auto;
}

.curriculum {
  list-style: none;
}
.curriculum li {
  margin: 0.8em 0.3em;
}
.lesson {
  background-color: #ddebe3;
  padding: 0.25em 0.3em;
  font-weight: 600;
  display: inline-block;
  width: 5vw;
  min-width: 75px;
  text-align: center;
  margin-right: 0.5em;
}
#youtube {
  margin: 0 auto;
  display: block;
  width: 90%;
  max-width: 560px;
  height: 315px;
}

.contents-indexlist {
  background-color: #fff;
  padding: 10px;
  margin: 0 auto;
}
.contents-indexlist ul,
.contents-indexlist ol {
  padding: 0 1em;
}
.contents-indexlist li {
  border-bottom: 1px dashed #ddebe3;
}
.section_content {
  margin: 10em auto;
}
/*★削除予定
 .contents-indexlist a {
  padding-top: 15vh;
  margin-top: -15vh;
} */

/* ------ 表 ------ */

.x-scroll {
  overflow-x: scroll;
  width: 100%;
}
.x-scroll-table {
  width: 100%;
}

.x-scroll th {
  text-align: center;
  padding: 5px 10px;
}
.x-scroll td {
  padding: 1em 2em;
  border: 3px solid #fff;
}
.index-y {
  background-color: #ddebe3;
  color: #009192;
  border: 3px solid #fff;
}
.index-x {
  background-color: #009192;
  color: #fff;
  border: 3px solid #fff;
}
.index-y-o {
  background-color: #fbe6dc;
  color: #f28c66;
  border: 3px solid #fff;
}
.index-x-o {
  background-color: #f28c66;
  color: #fff;
  border: 3px solid #fff;
  font-size: 150%;
}
.cell-o {
  background-color: #fbe6dc;
  font-weight: 600;
  font-size: 120%;
}
.index-color-table {
  width: 100%;
  max-width: 950px;
}
.index-color-table .row {
  width: 100%;
  max-width: 950px;
  margin: 10px auto;
}
.index-color-table tr {
  padding: 0;
}
.index-color-table th {
  display: block;
  text-align: center;
  padding: 5px 10px;
  background-color: #009192;
  color: #fff;
  border: 1px solid #fff;
  border-bottom: 1px solid #009192;
}
.index-color-table td {
  display: block;
  padding: 5px 10px;
  border: 1px solid #009192;
  background-color: #fff;
}
background-color .index-white-table {
  width: 95%;
  max-width: 850px;
  margin: 10px auto;
}
.index-white-table .row {
  border: 1px solid #009192;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.index-white-table-left {
  padding: 8px;
  margin: 5px 0;
  color: #009192;
  border-right: 3px solid #009192;
  font-weight: 600;
}
.index-white-table-right {
  padding: 8px;
  margin: 5px 0;
}

.page-contents .carousel-item img {
  width: auto;
  height: 200px;
  min-width: auto;
  max-width: none;
}

/* ★削除予定
.padding-clear {
  padding: 0;
  --bs-gutter-x: 0;
} */
.indexpage-top-b {
  width: 100%;
  /* height: 50vh; */
  padding: 2em 0;
  margin-top: 0.8rem;
  background-image: url(../images/top_1.jpeg);
  background-size: cover;
  position: relative;
  background-position: top;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.indexpage-top-b::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #252525;
  opacity: 0.5;
  display: block;
}
.indexpage-top {
  width: 100%;
  /* height: 50vh; */
  padding: 2em 0;
  margin-top: 0.8rem;
  background-image: url(../images/top1.png);
  background-size: cover;
  position: relative;
  background-position: top;
  text-align: center;
  color: #1f2f29;
  font-weight: 600;
}
.indexpage-top-content {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  z-index: 999;
  text-shadow: 1px 1px 3px #000;
}
#top {
  padding-right: 0;
  padding-left: 0;
}
.page-contents {
  margin: 1rem auto 3rem;
}

.breadcrumb {
  margin: 0.8rem 0.8rem 0;
  font-size: 0.8rem;
}

.lead-text {
  text-align: center;
  margin: 5em auto;
}
.section-fluid {
  width: 100%;
  margin-top: 0.8rem;
  background-image: url(../images/contact_cover.jpeg);
  background-size: cover;
  position: relative;
  background-position: center;
  color: #fff;
}
.section-contact {
  text-align: center;
}
/* ーーーーーーーーーーー法人向けページ end */

/*
★削除予定
.index-line-right {
  font-weight: 600;
  border-right: 4px solid #009192;
  color: #009192;
} */

/* サイドメニュー系（★リニューアルで消すなら削除予定) */
/*
.page-sidemenu h4 {
  padding: 0.3rem;
  font-size: 1.4rem;
  text-align: center;
  border-bottom: none;
  border-left: 10px solid #009192;
  border-right: 10px solid #009192;
  background-color: #ddebe3;
  margin: 10px 0;
  color: #009192;
  font-weight: 600;
}
.page-sidemenu .accordion-item {
  background-color: transparent;
}
.page-sidemenu .accordion-button {
  background-color: transparent;
}
.page-sidemenu .accordion-button:not(.collapsed) {
  color: #F28C66;
}
.page-sidemenu .accordion-button:not(.collapsed)::after {
  background-image: url(../../images/arrow-orange.svg);
}
.page-sidemenu .accordion-button::after {
  background-color: transparent;
}
.page-sidemenu .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.page-sidemenu .accordion-body {
  padding: 0;
}
.sidemenu-contents {
  padding: 0 0 0 1rem;
  list-style: none;
  list-style-position: inside;
}
.sidemenu-contents li {
  margin: 0.5rem 0;
  padding-left: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #cacaca;
  font-size: 0.9rem;
} */

.top-contents {
  text-align: center;
  margin: 3em auto 5em;
  /* max-width: 800px; */
}
.for_corp,
.for_indi {
  margin: 20px auto;
}
.info_text {
  font-size: 1em;
  font-weight: 600;
  padding: 0;
}

.top-contents img {
  width: 80%;
  max-width: 100px;
}
.top-contents h3 {
  margin: 10px 0 0;
}
.for_indi li img {
  width: 80%;
  margin: 0 auto;
}
.for_indi li {
  text-align: center;
  margin: 10px auto;
}
.top-contents .button-greenline {
  border-radius: 3em;
  padding: 7px 10px;
  letter-spacing: 3px;
}
.modal-body .button-greenline {
  border-radius: 3em;
  padding: 7px 10px;
  letter-spacing: 3px;
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
  margin: 10px;
  width: 47%;
}

.feature-button .button-greenline {
  list-style: none;
  font-weight: 600;
  margin: 10px auto;
  padding: 0.5em 0;
  /* width: 45%; */
  max-width: 530px;
  min-width: 200px;
  font-size: 1.2em;
}
/*
★★削除予定
.top-contents h4 {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0;
} */
.top-contents .feature {
  font-size: 1.5em;
  line-height: 1.2;
}
.top-contents .text-bold {
  margin: 0;
  font-size: 2em;
  letter-spacing: -15px;
}
.feature {
  margin: 20px auto;
}
.topimage-text .button-orange {
  border-radius: 3em;
  text-shadow: none;
  padding: 15px 20px;
}
.top-contents .button-orange {
  display: inline-block;
  margin: 10px auto;
  text-align: center;
  border-radius: 3em;
  padding: 7px 25px;
  font-size: 1.2em;
}
.top-contents .button-orange a:hover {
  color: #fff;
}
.topimage-text .button-orange img {
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  width: 35px;
}
.button-orange img {
  width: 40px;
}

/* -----モーダル------ */
.modal-content {
  z-index: 10000;
  position: fixed;
  width: 800px;
  height: 550px;
  top: 23vh;
}
.modal-backdrop {
  z-index: 1000;
  position: fixed;
}
.modal-content .button-contact {
  width: 220px;
}

@media (min-width: 1200px) {
  .xl-display-none {
    display: none;
  }
  .xl-display-block {
    display: block;
  }
}
@media (max-width: 992px) {
  #header-pc {
    display: none;
  }
  #header-smt {
    display: block;
  }
  .hmr-index1:hover ~ .hmr-content1,
  .hmr-index2:hover ~ .hmr-content2,
  .hmr-index3:hover ~ .hmr-content3,
  .hmr-index4:hover ~ .hmr-content4,
  .hmr-index5:hover ~ .hmr-content5,
  .hmr #header-smt {
    display: block;
  }
  .lg-display-none {
    display: none;
  }
  .lg-display-block {
    display: block;
  }
  .top-page-contents-left article {
    font-size: 1rem;
  }

  #attain-news {
    width: 100%;
  }
  #attain-news {
    width: 100%;
  }
  .index-line-right {
    border-right: none;
    border-bottom: 3px solid #009192;
  }
  .info_text {
    margin: 1em auto;
    text-align: center;
  }
  .info_text li {
    list-style-type: none;
  }
  .feature-button .button-greenline {
    /* width: auto; */
    margin: 1em auto;
    padding: 1em;
  }
  .topimage-text {
    font-size: 1.5em;
    top: 25vh;
    padding-top: 2vh;
    padding-bottom: 2vh;
  }
  .carousel-item img {
    width: 80%;
    height: auto;
  }

  .topimage-description {
    margin: 1em auto 2em;
  }
}
@media (max-width: 768px) {
  .md-display-none {
    display: none;
  }
  .md-display-block {
    display: block;
  }
  .cube-pic p {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 90px 0;
  }

  .text-parag {
    margin-left: 0;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .section-contact {
    text-align: center;
  }
  .index-white-table-left {
    padding: 0 5px;
    border-bottom: 2px solid #009192;
    border-right: none;
  }
  .index-white-table .row {
    border: none;
    padding: 8px;
  }
  .button-purchase {
    width: 95%;
    margin: 10px auto;
  }
}
@media (max-width: 576px) {
  .sm-display-none {
    display: none;
  }
  .sm-display-block {
    display: block;
  }
  .index-white-table .row {
    border: none;
    padding: 8px;
  }
  .index-white-table-left {
    padding: 0 5px;
    border-bottom: 2px solid #009192;
    border-right: none;
  }
  .index-white-table-right {
    padding: 0 5px;
  }

  #youtube {
    height: auto;
  }
  .card-title-b {
    font-size: 1.25em;
  }
  .pagetitle,
  .index-green,
  .index-orange,
  .index-line-left {
    padding: 5px 0.3em;
  }

  .indexpage-top-content p {
    font-size: 80%;
  }
  .footer-right {
    margin: 20px 0;
  }
  .footer-address {
    font-size: 0.8rem;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1rem auto;
  }
}
