@charset "UTF-8";
/* common */
ul,ol {
  list-style: none;
  padding: 0;
}
body {
  font-size: 62.5%;
}
img {
  width: 100%;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
a {
  color: inherit;    
  text-decoration: none;
}
.nolink {
  opacity: .2;
  cursor: default;
  color: inherit!important;
  background-color: inherit!important;
  border-color: inherit!important;  
}
.nolink:hover {
  color: #fff;
  background-color: #009ea7;
}
.txtlink {
  font-size: 1rem;
  font-weight: bold;
  color: #009ea7;
  text-align: center;
}
.blank::after {
  content: url(../img/blank.png);
  line-height: 1;
  vertical-align: middle;
  padding-left: 0.25em;
}

.btn:hover .blank::after {
  content: url(../img/blank_w.png);
  transition: 1s;
}
.txtlink:hover {
  opacity: .5;
  transition: 1s;
}
.note {	
  font-size: clamp(0.8rem, 0.6vw, 1rem);	
  background: #dadada;	
  color: #515151;	
  padding: 4% 10%;	
  text-align: left;	
  }
.btn_back {
  border: 1px solid #515151;
  border-radius: 5px;
  padding: 2%;
  width: 44%;
  color: #515151;
  font-weight: normal;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  margin: 0 auto;
}
.btn_back a {
  display: block;
}
/* pc */
.pc_contents {
  background: rgb(255,255,255);
  background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(233,239,248,1) 100%);
  width: 100vw;
  height: 100vh;    
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
}
.sitelogo {
  width: 40%;
}
.container_left {
  width: 40vw;
  padding: 0 3%;
}
.container_left .footer {
  position: absolute;
  bottom: 3%;
  width: 35%;
}
.container_left .footer .pc_cv{
  display: flex;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap;
}
.container_left .footer .pc_cv li{
  border: 1px solid #009ea7;
  border-radius: 5px;
  padding: 2%;
  width: 44%;
  color: #009ea7;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.container_left .footer .pc_cv li.btn_contact {
  width: 100%;
  margin-bottom: 20px;
}
.container_left .footer .pc_cv li:hover{
  border: 1px solid #fff;
  color: #fff;
  background-color: #009ea7;
  transition: 1s;
}
.container_left .footer .pc_cv li span{
  display: block;
  font-size: 1rem;
  /* font-size: clamp(16px, 1.8vw, 30px); */
}

/* sp */
.main_contents {
  background-color: #fff;
  width: 750px;
  min-height: 96vh;
  position: absolute;
  top: 4%;
  right: 10%;
  z-index: 10;
  box-shadow: 0px 0px 15px -5px #777777;
  border-radius: 10px 10px 0 0;
  overflow: scroll;
  scrollbar-width: none;
}
.hero {
  position: relative;
  /* height: 59vw; */
}
.hero .txt_box {
  position: absolute;
  left: 3%;
  top: 3%;
}
.hero .txt_box2 {
  position: absolute;
  right: 3%;
  bottom: 3%;
} 
.hero_lead {
  font-size: clamp(3rem, 14vw, 8rem);
  line-height: 1;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.hero_lead_sub {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 2%;
  font-size: clamp(0.4rem, 3.4vw, 1.2rem);
}
.container {
  padding: 0 5%;
}
.cv{
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.cv li{
  border: 1px solid #009ea7;
  border-radius: 5px;
  padding: 2%;
  width: 44%;
  color: #009ea7;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  /* font-size: clamp(16px, 1.8vw, 30px); */
}
.cv li:hover{
  border: 1px solid #fff;
  color: #fff;
  background-color: #009ea7;
  transition: 1s;
}
.cv li span{
  display: block;
  font-size: 0.8vw;
  font-size: 1rem;
  /* font-size: clamp(16px, 1.8vw, 30px); */
}
.btn {
  border: 1px solid #009ea7;
  border-radius: 5px;
  padding: 2%;
  color: #009ea7;
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  /* font-size: clamp(16px, 1.8vw, 30px); */
}
.btn:hover{
  border: 1px solid #fff;
  color: #fff;
  background-color: #009ea7;
  transition: 1s;
}
.btn span{
  display: block;
  font-size: 0.8vw;
  font-size: 1rem;
  /* font-size: clamp(16px, 1.8vw, 30px); */
}
.home .sec01 {
  position: relative;
  padding-top: 4%;
}
.home .sec01 .img {
  width: 80%;
  filter: opacity(40%);
}
.home .sec01 .txt {
  font-size: clamp(0.4rem, 4vw, 2rem);
  position: absolute;
  line-height: 1.75;
  right: 5%;
  top: 9%;
  z-index: 20;
  text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.6);
}

.home .sec02 {
  text-align: center;
  font-size: clamp(0.4rem, 3.4vw, 1.2rem);
  padding-top: 10%;
  
}
.sec02_contents li:nth-child(1){
  position: absolute;
  left: 10%;
  top: 0;
}
.sec02_contents li:nth-child(2){
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
}
.sec02_contents li:nth-child(3){
  position: absolute;
  right: 0;
  top: 50%;
}
.home .sec02 .txtbox {
  width: 80%;
  font-size: clamp(0.4rem, 4vw, 2rem);
  background-image: url("../img/img_sec02_bg_left.png"), url("../img/img_sec02_bg_right.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 20px, 20px;
  background-position: left top, right bottom;
  margin: 0 auto;
  text-align: center;
}
.home .sec02 .txtbox span {
  display: block;
}

.sec03 img {
  margin: 0;
  padding: 0;
}
.sec03 .img {
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-top: -2px;
}
.sec03_btn {
  padding: 0 0 5%;
}
.app {
  position: relative;
}
.phone {
  position: absolute;
  bottom: 0;
  right: 2%;
}
.app_header {
  background-color: #23b6bd;
  color: #fff;
  font-size: 2vw;
  border-radius: 10px 10px 0 0;
}
.app_container {
  padding: 2% 40% 2% 4%;
}
.app_wrap {    
  border: 1px solid #000;
  border-radius: 10px;
}
.app_wrap .ttl {
  margin: 0;
}
.cv_app li {
  font-size: clamp(0.8rem, 1vw, 1.4rem);
}
.cv_app li span {
    font-size: clamp(0.6rem, 0.8vw, 1rem);
}
@media screen and (max-width: 768px) {
  .app_container {
    padding: 4% 6% 2% 6%;
  }
  .phone {
    width: 25%;
  }
  .app_wrap .ttl {
      font-size: 1rem;
      text-align: center;
  }
  .app .note {
    padding: 4% 28% 4% 4%;
  }
}
.sec04 {
  padding-bottom: 5%;
}
.sec04 .container {
  padding-top: 5%;
}
.sec04 h2{
  text-align: center;
  font-size: clamp(0.4rem, 4vw, 2rem);
}
.plan_list li {
  position: relative;
}
.plan_list .txtbox {
  background: #009ea78a;
    width: 40%;
    position: absolute;
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    height: auto;
    padding: 0 0 6% 0;
}
.plan_list .txt {
  font-size: clamp(0.4rem, 4vw, 2rem);
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  color: #fff;
}
.plan_list .btn {
  font-size: clamp(16px, 1vw, 30px);
  padding: 2%;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  border: 1px solid #fff;
  color: #fff;
  width: 70%;
  margin: 0 auto;
}
.sec05  {
  padding-bottom: 5%;
}
.sec05 h2 {
  text-align: center;
  font-size: clamp(0.4rem, 4vw, 2rem);
}
.sec05 .flbox {
  display: flex;
  justify-content: space-between;
  padding: 2% 0;
}
.sec05 .flbox .youtube{
  padding-left: 2.5%;
}
.sec05 .flbox .youtube:first-child{
  padding-left: 0;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.main_contents .footer {
  text-align: center;
}

.showroom_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.showroom_list * {
  padding: 0;
  margin: 0;
}
.showroom_list::after {
  content: "";
  width: 18%;
}
.showroom_list_item {
  width: 18%;
  margin-bottom: 1%;
}
.showroom_list_item.coming {
  position: relative;
}
.showroom_list_item.coming .coming_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-weight: bold;
  opacity: 1;
  background-color: #23b6bd59;
  width: 100%;
  height: 100%;
  align-content: center;
  color: #fff;
  text-shadow: 1px 1px black;
}

.showroom_list h3 {
  font-size: clamp(0.6rem, 0.6vw, 1rem);
  margin-bottom: 1%;
}
.showroom_list span {
  color: #009ea7;
  border-right: 1px solid #009ea7;
  padding-right: 2%;
  margin-right: 2%;
}
.showroom_list .showroom_cv li {
  font-size: clamp(0.6rem, 0.6vw, 1rem);
  width: 100%;
  margin: 0 2% 0;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc_contents {
    display: none;
  }
  .main_contents {
    min-height: 100vh;
    max-width: 100%;
    top: 0;
    right: 0;
  }
  .showroom_list_item {
    width: 30%;
    margin-bottom: 2%;
  }
  
.showroom_list::after {
  width: 30%;
}
  .showroom_list_item.coming .coming_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-weight: bold;
  opacity: 1;
  background-color: #23b6bd59;
  width: 100%;
  height: 100%;
  align-content: center;
  color: #fff;
  text-shadow: 1px 1px black;
}
.showroom_list_item.coming .coming_txt {
  font-size: 1rem;
}
  .showroom_list span {
    display: block;
    border: none;
    border-bottom: 1px solid #009ea7;
  }
  .showroom_cv {
    flex-direction: column;
  }
  
.showroom_list .showroom_cv li {
  width: 90%;
  margin: 0 auto;
}

  .plan_list .txtbox {
    right: 2%;
  }
}


/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 80%;
  /* max-width: 750px; */
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  font-size: 1.8rem;
}


/* 以下ボタンスタイル */
button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}



/* hestaページ */
.hesta .hero_lead {
  font-size: clamp(1rem, 5vw, 5rem);
}
.hesta .hero .txt_box {
  top: 28%;
  width: 50%;
}
.hesta .sec01 h2 {
  color: #009ea7;    
  font-size: clamp(0.4rem, 4vw, 2rem);
}
.hesta .sec01 .txt {
  font-size: clamp(0.8rem, 1vw, 1.6rem);
}
.hesta .service li {
  border: 1px solid #009ea7;
  border-radius: 5px;
  padding: 0 4%;
  margin-bottom: 4%;
  text-align: left;
}
.hesta .service li:hover {
  background-color: #009ea736;
  transition: 1s;
  /* color: #fff;
  transition: 1s;
  border: #fff; */
}
.hesta .service li a{
  display: flex;
  justify-content: flex-start;
}
.hesta .service li .txt {
  text-align: left;
  font-size: clamp(0.8rem, 1vw, 1rem);
}
.hesta .sec02 {
  text-align: center;
  font-size: clamp(0.4rem, 3.4vw, 1.2rem);
  
}
.hesta h4 span{
  font-size: 0.8rem;
  padding-left: 1rem;
}
.hesta .sec02 .img {
  width: 30%;
  padding-right: 4%;
}
.hesta .sec02 h4 {
  margin-bottom: 0;
}
.hesta .sec02 .txt {
  border-top: 1px solid #000;
  padding-top: 2%;
}
/* .hesta .service li:hover .txt  {
  border-top: 1px solid #fff;
  transition: 1s;
} */




/* health care ページ */
.healthcare .hero_lead {
  font-size: clamp(1rem, 5vw, 5rem);
}
.healthcare .hero .txt_box {
  top: 28%;
  width: 50%;
}
.healthcare .sec01 h2 {
  color: #009ea7;    
  font-size: clamp(0.4rem, 4vw, 2rem);
}
.healthcare .sec01 .txt {
  font-size: clamp(0.8rem, 1vw, 1.6rem);
}

.sp_cv {
  display: none;
}

@media screen and (max-width: 768px) {

.sp_cv {
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #fff;
  font-size: 1.6rem;
  margin: 0;
  background: #23b6bd;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.sp_cv li {
  width: 49%;
  border: 1px solid #fff;;
  padding: 20px 0;
}
.main_contents .footer .container {
  margin-bottom: 140px;
}
}