@charset "UTF-8";
/* uniq 打消し*/
body {
  font-family: "Gilroy-Regular", "Century Gothic", "Noto Sans JP", arial, sans-serif;
}
.header-logo {
  background: none;
  height: 100px;
}
.l-contents {
  padding-top: 0px;
}
#mv {
  background-image: url(/pure_wellness_room/assets/img/fv.png);
  background-position: bottom;
  background-repeat: no-repeat;
  text-align: center;
  padding: 200px 0px 100px 0px;
}
#mv div {
  max-width: 1000px;
  margin: 0 auto;
}
#mv h1 {
  margin: 0 auto;

}
#mv .logo {
  margin: 0 auto;
  width: 16%;
  min-width: 150px;

}

.logo img {
    margin-top: 150px;
}


#mv .text {
  margin: 0 auto;
  margin-top: 5%;
}
.text_1 {
  font-weight: bold;
  font-size: 25px;
}
.text_2 {
margin: 10px 0;
}

.text_2 img{
width: 30%;
}

.fv_button {
  background-color: #6CBCE8;
  color: #fff;
  width: 300px;
  padding: 10px;
  border-radius: 30px;
  font-weight: bold;
}
/* 全体　*/
.sp_only {
  display: none;
}
a:hover {
  opacity: 0.5;
  text-decoration: none;
}
a .fv_button {}
a .button {
  text-align: center;
  border-radius: 30px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 30px;
  width: 50%;
  margin: 0 auto;
  max-width: 300px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.button_w {
  background: #fff;
  color: #6CBCE8;
}
.button_b {
  background: #96D7E8;
  color: #fff;
}


header div a{
    display: inline-block;
    background-color: #5E98CA;
    color: #fff;
    border-radius: 10px;
    width: 250px;
     text-align: right;
    margin-top: 20px;
    margin-left: 80vw;
}



.button_n {
  background:#5E98CA;
  color: #fff;
        text-align: center;
    border-radius: 20px;
    font-weight: bold;
    padding: 20px 0px;
}
.button_n img,.button_b img,.button_w img{
    width: 20px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
    margin-left: -20px;
}
.arrow_r,.arrow_b {
  position: relative;

}
.arrow_r::after{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    margin-top: -7px;
    top: 54%;
    right: 20px;
}

.arrow_b::after{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 3px #6CBCE8;
    border-right: solid 3px #6CBCE8;
    transform: rotate(45deg);
    position: absolute;
    margin-top: -7px;
    top: 54%;
    right: 20px;
}
/* Implementing_company */
.Ic_box {
  display: flex;
  justify-content: space-between;
}


.slider_parent {
  position: relative;
  overflow: hidden;
}

.slider_parent .slider {
  display: flex;
}

.text_scroll {
  animation: scroll 40s linear infinite;
}

.text_scroll_reverse {
  animation: scroll 40s linear infinite;
  animation-direction: reverse !important; 
}

.logos {
  flex-shrink: 0;
}

.slider_parent ul li {
  margin-left: 10px;
  margin-right: 10px;
}

.slider_parent ul li {
  display: inline-block;
}

.slider_parent ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.slider_parent ul li > a img {
  transition: 0.4s;
}
.slider_parent ul li > a img {
  max-width: 100% !important;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 991px) {
  .slider_parent ul li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .slider_parent ul li img {
    height: 100px;
    width: auto;
  }
  .text_scroll {
    animation: scroll 30s linear infinite;
  }
}

.slider_parent ul li img {
  outline: 2px solid #fff;
  outline-offset: -2px;
}

/* introduction_1 */
.h2_1 {
  font-size: min(2.4rem, 40px);
  ;
  letter-spacing: 3px;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
        margin: 100px 30px 30px 30px;


}

.in_1_box, .in_2_box, .fc_2_box, .cs_box, .flow_box {
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 50px;
}
.in_1_box div, .in_1_box ul, .in_2_box div {
  flex: 1;
  align-self: center;
}
.check_list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}
.check_list li:before {
  content: "";
  position: absolute;
  top: .35em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
}
.check_list li:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #555;
  border-radius: 2px;
}
/* introduction_2 */
.container {
  position: relative;
  background: #fff;
}
.wave {
  position: absolute;
  height: 55px;
  width: 100%;
  background: #fff;
  bottom: 0;
}
.wave::before, .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}
.wave::before {
  width: 55%;
  height: 109%;
  background: linear-gradient(to top, rgba(246, 250, 253, 0.4) 0%, rgba(246, 250, 252, 1) 100%);
  right: -1.5%;
  top: 60%;
}
.wave::after {
  width: 55%;
  height: 100%;
  background-color: #fff;
  left: -1.5%;
  top: 40%;
}
.in_2_box {
  padding: 100px 0;
}
.in_2_box .h2_1 {
  margin: 50px 0px;
}
.in_2_box .h2_1 span {
  font-size: min(3.4rem, 40px);
}
.in_2_box p {
  margin-bottom: 50px;
}
#function_1 p {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#function_1 .h2_1 span {
  color: #5E98CA;
}
/* function_2*/
.bg_half {
  background: linear-gradient(to right, #EBFBFF 0%, #EBFBFF 50%, #ECF6FF 50%, #ECF6FF 100%);
}
#function_2 .h2_1 {
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}
.kukan_bg, .sessyoku_bg {
  padding: 25px 0;
}
.kukan_bg {
  background-color: #EBFBFF;
}
.sessyoku_bg {
  background-color: #ECF6FF;
}
.kukan_h {
  background-color: #76B0CD;
}
.sessyoku_h {
  background-color: #5E98CA;
}
.process_box {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.process_txbox {
  flex-basis: 100%;
}
.kukan_tx, .sessyoku_tx {
  font-size: 2rem;
}
.kukan_tx {
  color: #76B0CD;
}
.sessyoku_tx {
  color: #5E98CA;
}
.steps {
  width: 90%;
  margin: 0 auto;
}
#function_2 > p {
  width: 90%;
  max-width: 1000px;
  text-align: left;
  margin: 0 auto;
  margin-top: 20px;
font-size: 12px;
}
/* function_3*/
.fn_3_box {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 50px;
}
.fn_3_box div {
  flex: 1;
}
#function_3 div p {
  width: 60%;
  padding-bottom: 0px;
  margin: 0 auto;
  text-align: center;
}
#function_3 .h2_1 {
  color: #5E98CA;
  padding: 10px 20px;
  border-radius: 10px;
}
.fn_3_box_1, .fn_3_box_2, .fn_3_box_3 {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
}
.fn_3_box_1 {
  background-image: url(/pure_wellness_room/assets/img/bg_02.jpg);
}
.fn_3_box_2 {
  background-image: url(/pure_wellness_room/assets/img/bg_03.jpg);
}
.fn_3_box_3 {
  background-image: url(/pure_wellness_room/assets/img/bg_04.jpg);
}
.fn_3_box h3 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 50%;
  background-color: #5E98CA;
  padding: 10px 0;
  border-radius: 30px;
  color: #fff;
}
.h2_2 {
  font-size: min(2.4rem, 40px);
  letter-spacing: 3px;
  line-height: 40px;
  line-height: 4rem;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
}
/* casestudy */
.cs_hotel {
  display: flex;
  align-self: center;
}
.fc_2_box > div, .cs_box div {
  flex: 1;
}
.cs_hotel {
  display: flex;
  align-items: center;
  gap: 10px;
}
#casestudy img {
  width: 100%;
}
.cs_hotel img {
  max-width: 100px;
}
.cs_box p {
  margin-top: 10px;
}
/* flow */
.flow_box {
  align-items: stretch;
}
.flow_box > div {
  flex: 1;
  background-color: #D9E6F6;
}
.step_h {
  background-color: #3E6FAE;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.step_tx {
  padding: 10px;
  background-color: #D9E6F6;
  text-align: center;
}
.step_tx img {
  width: 100px;
}
.step_tx p {
  text-align: left;
}
/* FAQ */
.FAQ_box, .news_box {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.accordion-002 {
  max-width: 1000px;
  margin-bottom: 7px;
}
.accordion-002 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%233E6FAE%3B%22%2F%3E%0A%3C%2Fsvg%3E');
  background-position: right calc(2em - 7px) center;
  background-size: 22px;
  background-repeat: no-repeat;
  font-weight: 600;
  cursor: pointer;
  background-color: #D9E6F6;
}
.accordion-002 summary::-webkit-details-marker {
  display: none;
}
.accordion-002 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 5px;
  height: 5px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
}
.accordion-002[open] summary::after {
  transform: rotate(225deg);
}
.accordion-002 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
  background-color: #D9E6F6;
}
.accordion-002 p span {
  display: block;
  background-color: #FFF;
  padding: 15px;
}
.accordion-002[open] p {
  transform: none;
  opacity: 1;
}
/* news */
.list {
  margin: 10px 0
}
.zisseki {
  color: #fff;
  background-color: #3E6FAE;
  padding: 5px 20px;
  border-radius: 10px;
  font-size: 13px;
  margin: 0 10px;
}
@media (max-width: 1000px) {
  /* uniq 打消し*/
  .footer > div .footer-info .footer-logo {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
} /* /max-width: 1000px*/
@media (max-width: 768px) {
  /* 全体　*/
  #mv {
    background-image: url(/pure_wellness_room/assets/img/fv_sp.png);
  }
  .sp_only {
    display: inline;
  }
  .pc_only {
    display: none;
  }
  
    header div a{
    width: 180px;
    margin-top: 10px;
    margin-left: 50vw;
}
    
    .button_n {
    padding: 10px 0px;
}
  
 #mv h1 {

  margin-top: 0;
}

    #mv .logo {
    width: 60%;
    margin-top: 100px;
    margin-bottom: 100px;
}

 .logo img {
    margin-top:0px;
}   
    .text_2 img{
width: 70%;
}
  /* introduction_1 */
  .h2_1 {
    margin: 30px 10px;
  }
  .in_1_box, .in_2_box, .fc_2_box, .fn_3_box, .cs_box, .flow_box {
    flex-direction: column;
  }
  .in_1_box {
    gap: 0px;
  }

  /* introduction_2 */
  .wave {
    height: 50px;
  }
  .in_2_box {
    padding: 30px 0;
  }
  /* function_2 */
  #function_1 p {
    padding-bottom: 30px;
  }
  /* function_3 */
  #function_3 div p {
    width: 90%;
  }
    
.accordion-002 summary {
  padding: 1em 1em;
  background-position: right calc(1em - 7px) center;
    font-size: 14px;
}    
    
}
/* /max-width: 768px*/
/* topics */
div#topics {
  width: 85%;
  color: #fff;
  padding: 10px 20px 8px 20px;
  font-size: 0.9em;
  background: rgba(11, 1, 44, 0.1);
}
div#topics h3.tit {
  width: 100%;
  margin-bottom: 12px;
  border-bottom: solid 1px #fff;
  padding-bottom: 2px;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 0 0 3px #555;
}
div#topics p.list {
  width: 100%;
  margin-bottom: 0.8em;
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-shadow: 0px 0px 3px #555;
}
div#topics img, div#topics p.list a img {
  vertical-align: -3px;
}
div#topics a {
  color: #fff;
}
div#topics a:hover {
  color: #fff;
  text-decoration: underline;
}
/* video */
#process .process_movie video {
  cursor: pointer;
}