@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');

/*===================================
  基本設定
===================================*/
html {
  font-size: 17px;
  letter-spacing: 0.05em;
  color: #333333;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New",
    sans-serif;
}

a {
  width: 100%;
  height: 100%;
  display: block;
}

.list-inner {
  height: 100%;
}

.font01 {
  font-family: "Montserrat", sans-serif;
}

.up-w-8em{
  width: 8em;
}

@media(max-width: 1024px){
.up-w-8em{
  width: 100%;
}  
}

/* セクション間の余白 */
.area {
  padding-top: 100px;
  padding-bottom: 100px;
}

.area_large {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media(max-width: 1024px){
.area_large {
  padding-top: 100px;
  padding-bottom: 100px;
}  
}

@media(max-width: 599px) {
  .area {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .area_large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* PC・TB・SPで表示切替 */
.show\@pc {
  display: block;
}

.hide\@pc {
  display: none;
}

@media (max-width: 1024px) {
  .show\@tb {
    display: block;
  }

  .hide\@tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .show\@sp {
    display: block;
  }

  .hide\@sp {
    display: none;
  }
}

.text {
  line-height: 2;
}

@media(max-width:599px) {
.text {
  line-height: 1.8;
}
    
}

.bgc01 {
  background-color: #f6f5f2;
}

.marker {
  font-weight: bold;
  background-color: #fff6af;
}

.backline {
  background-image: url(/import/tenant_2/hearing-room.com/html02/images/line01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}

.backline.ver02 {
  background-image: url(/import/tenant_2/hearing-room.com/html02/images/line02.webp);
}

@media(max-width: 599px) {
  .backline {
    background-size: contain;
  }
}

/*===================================
  style.css
===================================*/
/* ボタン */
.btn01 a {
  color: #fff;
  text-align: center;
  background-color: #74c7e2;
  border-radius: 50px;
  padding: 20px;
  font-size: 20px;
}

@media(max-width:1024px) {
  .btn01 a {
    padding: 10px;
    font-size: 16px;
  }    
}

@media(max-width:599px) {
  .btn01 a {
    font-size: 14px;
  }
}

/* タイトル */
.title01 {
  font-size: 120px;
  color: #ede9e0;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 200;
  position: relative;
  text-align: center;
}

.title01 .main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #333;
  font-family: "Zen Kaku Gothic New",
    sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.05em;
  width: 100%;
}

.title02 {
  color: #a79267;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.title03 {
  font-size: 32px;
  color: #a79267;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.title03::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(/upload/tenant_2/c7398236d304276dac8c1751b807846b.webp);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  flex-shrink: 0;
}

.title04 {
  color: #a79267;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.title05 {
  font-size: 40px;
  color: #a79267;
  text-align: center;
  font-weight: 500;
}

.title05 .main {
  letter-spacing: 0.1em;
}

.title05 .sub {
  font-size: 35%;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  color: rgb(167 146 103 / 60%);
}

.title06 {
  writing-mode: vertical-rl;
  color: #a79267;
  font-size: 72px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin-right: 20px;
  letter-spacing: 0.05em;
}

.title06 .main {
  line-height: 1;
}

.title06 .sub {
  font-size: 40%;
  font-family: "Zen Kaku Gothic New",
    sans-serif;
  font-weight: 500;
  letter-spacing: 0.25em;
}

.title07 {
  color: #a79267;
  background-color: #f6f5f2;
  border-radius: 50px;
  font-size: 24px;
  padding: 0.5em;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

@media(max-width:1024px) {
  .title01 {
    font-size: 80px;
  }

  .title01 .main {
    font-size: 26px;
  }

  .title02 {
    font-size: 28px;
  }

  .title03 {
    font-size: 24px;
  }
  
  .title04 {
    font-size: 24px;
  }  
}

@media(max-width:599px) {
  .title01 {
    font-size: 64px;
  }

  .title01 .main {
    font-size: 22px;
  }

  .title02 {
    font-size: 22px;
  }

  .title03 {
    font-size: 22px;
    align-items: flex-start;
  }

  .title04 {
    font-size: 21px;
  }

  .title05 {
    font-size: 22px;
  }

  .title06 {
    writing-mode: initial;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .title06 .sub{
    font-size: 60%;
    margin-bottom: 0.5em;
  }

  .title07 {
    font-size: 18px;
    padding: 0.5em 1em;
  }
}

body {
  position: relative;
}

.fixed-container {
  position: fixed;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  top: 30px;
  z-index: 50;
}

.fixed-container .btn-container .text-wrap .text01 {
  font-size: 1.5em;
  color: #a79267;
}

.fixed-container .btn-container .text-wrap .text02 {
  font-size: 12px;
  font-weight: 500;
}

.fixed-container .btn-wrap {
  margin-left: 20px;
}

@media(max-width:1024px) {
  .fixed-container {
    top: 10px;
  }
}

@media(max-width:599px) {
  .fixed-container {
    position: absolute;
  }
  
  .fixed-container .btn-container .text-wrap .text01 {
    font-size: 16px;
    text-align: right;
  }

  .fixed-container .btn-container .text-wrap .text02 {
    font-size: 10px;
    text-align: right;
  }
}

/* .main-visual-container */
.main-visual-container {
  position: relative;
  z-index: 10;
}

.main-visual-container .contents02 {
  position: absolute;
  top: 15%;
  width: 92%;
  left: 4%;
  right: 4%;
  z-index: 1;
}

.main-visual-container .contents02 .main-copy {
  font-size: 80px;
  color: #a79267;
  font-weight: 500;
  line-height: 1.2;
}

.main-visual-container .contents02 .main-copy .text01 {
  font-size: 30px;
  display: flex;
  align-items: center;
}

.main-visual-container .contents02 .main-copy .text01::before {
  content: "";
  display: block;
  background-image: url(/import/tenant_2/hearing-room.com/html02/images/deco01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 45px;
  margin-right: 10px;
}

.main-visual-container .contents02 .main-copy .text01::after {
  content: "";
  display: block;
  background-image: url(/import/tenant_2/hearing-room.com/html02/images/deco02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 45px;
  margin-left: 10px;
}

.main-visual-container .contents02 .main-copy .text01 .txt {
  font-size: 20px;
  font-weight: 500;
}

.main-visual-container .contents02 .sub-copy {
  font-size: 22px;
  font-weight: 500;
  padding: 1em 0;
}

@media(max-width:1024px) {
  .main-visual-container .contents02 .main-copy {
    font-size: 40px;
  }
}

@media(max-width:599px) {
  .main-visual-container .contents01 {
    top: 10px;
    position: absolute;
  }

  .main-visual-container .contents01 .btn-container .text-wrap .text01 {
    font-size: 1em;
    text-align: right;
  }

  .main-visual-container .contents01 .btn-container .text-wrap .text02 {
    font-size: 10px;
    text-align: right;
  }

  .main-visual-container .contents02 {
    top: 50%;
    transform: translate(0, -50%);
  }
  
  .main-visual-container .contents02 {
      position: initial;
      transform: none;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 50px;
  }
  
  .main-visual-container .contents02 .main-copy {
    font-size: 24px;
  }
  
  .main-visual-container .contents02 .main-copy .text01 {
    justify-content: center;
  }  

  .main-visual-container .contents02 .main-copy .text01::before {
    width: 25px;
  }

  .main-visual-container .contents02 .main-copy .text01::after {
    width: 25px;
  }

  .main-visual-container .contents02 .main-copy .text01 .txt {
    font-size: 16px;
  }

  .main-visual-container .contents02 .sub-copy {
    font-size: 14px;
  }
}

/* .white-container */
.white-container {
  margin-top: -150px;
  position: relative;
  z-index: 10;
}

.white-container .white-container-in {
  background-color: #fff;
  border-radius: 10px;
}

@media(max-width:599px) {
  .white-container {
    margin-top: 0;
  }
}

/* .container01 */
.container01 {
  display: flex;
  justify-content: space-between;
}

.container01 .content-wrap {
  width: 50%;
  padding-left: calc(50% - 550px);
}

.container01 .img-wrap {
  width: 45%;
}

.container01 .img-wrap .img {
  box-shadow: -10px 10px #e5e0d5;
}

@media(max-width:1024px) {
  .container01 {
    flex-wrap: wrap;
    width: 96%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column-reverse;
  }

  .container01 .content-wrap {
    width: 100%;
  }

  .container01 .img-wrap {
    width: 70%;
    margin-left: auto;
    margin-bottom: 40px;
  }
}

@media(max-width:599px) {
  .container01 .img-wrap {
    margin-left: auto;
  }
}

/* .container02 */
.container02 {
  display: flex;
  justify-content: space-between;
}

.container02 .img-wrap{
  width: 50%;
  margin-top: -80px;
}

.container02 .img-wrap .img{
  height: 100%;
}

.container02 .content-wrap{
  width: 60%;
  margin-right: -10%;
  position: relative;
  z-index: 1;
  background-color: rgb(247 246 243 / 90%);
  margin-bottom: -80px;
}

.container02 .content-wrap .content-wrap-in {
  max-width: calc((550px + 10%) + 100px);
  padding: 75px 50px;
  margin-left: auto;
}

.container02.ver02 {
  flex-direction: row-reverse;
}

.container02.ver02 .content-wrap{
  margin-right: 0;
  margin-left: -10%;
}

.container02.ver02 .content-wrap .content-wrap-in {
    margin-left: 0;
    margin-right: auto;
}

.container02.ver03 .content-wrap{
  background-color: rgb(255 255 255 / 90%);
}

@media(max-width:1024px){
.container02 .content-wrap .content-wrap-in {
    max-width: 768px;
    width: 96%;
    margin-right: auto;
    padding: 20px 0;
}

.container02.ver02 .content-wrap .content-wrap-in {
    margin-left: auto;
}
}

@media(max-width: 599px){
.container02 {
  display: block;
}

.container02.ver02 {
  flex-direction: row;
}  
  
.container02 .img-wrap{
  width: 95%;
  padding-bottom: 40px;
  margin-left: auto;
  margin-top: 50px;
}

.container02 .content-wrap{
  width: 95%;
  margin-right: -195%;
  margin-top: 40px;
}

.container02 .content-wrap .content-wrap-in {
    max-width: 768px;
    width: 96%;
    margin-right: auto;
    padding: 20px 0;
}

.container02.ver02 .content-wrap {
    margin-right: -195%;
    margin-left: 0;
}

.container02.ver02 .content-wrap .content-wrap-in {
    margin-right: auto;
    margin-left: auto;
}

.container02.ver03 .content-wrap{
  background-color: rgb(247 246 243 / 90%);
}
}

/* list-youkou */
.list-youkou li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px solid #ccc;
  padding: 1.5em 0.75em;
}

.list-youkou li:first-child {
  border-top: 2px solid #ccc;
}

.list-youkou .title {
  width: 25%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #a79267;
  line-height: 2;
}

.list-youkou .content {
  width: 70%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 2;
}

@media (max-width: 599px) {
  .list-youkou li {
    padding: 1em 0.75em;
  }  
  
  .list-youkou .title {
    width: 100%;
  }

  .list-youkou .content {
    width: 100%;
    font-size: 90%;
  }
}

/* 見たまま編集画面用 */
[data-element-id] .show\@sp {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
}

[data-element-id] .show\@sp .title01 .main {
    font-size: 22px;
  }
  
[data-element-id] .show\@sp .title01 .sub {
    font-size: 64px;
  }  
  
[data-element-id] .title02.show\@sp {
    font-size: 22px;
  }
  
[data-element-id] .show\@sp .title03{
    font-size: 22px;
  }
  
[data-element-id] .title04.show\@sp {
    font-size: 22px;
  } 
  
  
[data-element-id] .title05.show\@sp {
    font-size: 22px;
  }
  
[data-element-id] .title06.show\@sp {
    writing-mode: initial;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }
  
[data-element-id] .title07.show\@sp {
    font-size: 18px;
  }
  
[data-element-id] .fixed-container{
  position: static;
}

[data-element-id] .main-visual-container .contents02 .main-copy .show\@sp {
    font-size: 24px;
}
