@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

.clrimg {
  display: flex;
  margin: 4rem auto;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.clrimg .box {
  width: 35%;
}

.clrimg .box:last-child {
  width: 40%;
}

.clrimg .box img {
  display: table-cell;
}

.clrimg:before {
  content: "";
  display: block;
  position: absolute;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 100px solid #0c9889;
  top: 50%;
  left: 41%;
}

.grad-wrap {
  position: relative;
}

.grad-wrap+.grad-wrap {
  margin-top: 40px;
}

.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #41413f;
  color: #fff;
  /* font-size: 1.3rem; */
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

.grad-btn::after {
  content: "もっと見る"
}

.grad-btn:hover {
  background: #fff;
  color: #41413f;
}

.grad-btn .fa {
  /* margin-right: .5em; */
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 18rem;
  margin-bottom: 2rem;
}

.grad-item p+p {
  margin-top: 1em;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px;
  /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  z-index: 1;
}

.grad-trigger {
  display: none;
}

.grad-trigger:checked~.grad-btn {
  bottom: -1em;
}

.grad-trigger:checked~.grad-btn::after {
  content: "閉じる"
}

.grad-trigger:checked~.grad-btn .fa {
  transform: rotate(180deg);
}

.grad-trigger:checked~.grad-item {
  height: auto;
}

.grad-trigger:checked~.grad-item::before {
  display: none;
}

/* 見出しを非表示 */
.is-hidden {
  display: none;
}

/* 「もっと見る／閉じる」ボタンに矢印を追加 */
.list-btn {
  appearance: none;
  background: #ccc;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 10px 30px 10px 10px;
  position: relative;
}

.list-btn:before {
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  content: '';
  height: 8px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  transform: rotate(135deg);
  top: 50%;
  width: 8px;
}

.list-btn-opened:before {
  transform: rotate(-45deg);
  margin-top: -2px;
}

.main-area ul li::before {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: #0C9889;
  position: absolute;
  transform: rotate(45deg);
  top: 0.4em;
  left: 0.2em;
}




.img3box {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.img3box p {
  margin: 0;
  display: block;
  width: auto;
  max-width: 45%;
}

.img3box p img {
  width: auto;
  display: block;
  margin: 0 auto;
}

.img3box p:nth-child(2) {
  width: 5%;
  padding-top: 12rem;
}

.addarea .box-sv {
  padding: 1rem 5rem 5rem;
}

.addarea>p {
  font-weight: bold;
  font-size: 2rem;
}

.addarea>p.caption {
  font-size: 10px;
  font-weight: normal;
}

.vertical {
  writing-mode: vertical-rl;
}

.size_test {
  font-size: 12px;
  /* 文字サイズ指定 */
}

.plan-cost span.size {
  font-size: 1.9rem;
}

.plan-cost span.size_l {
  font-size: 4.3rem;
}

.about-page p {
  font-weight: bold;
  color: #037171;
  margin-top: 4rem;
  font-size: 1.8rem;
}

p.btn-more {
  background: #0c9889;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 10px auto !important;
  padding: 10px 40px 10px 40px;
  position: relative;
  text-align: center;
  width: 240px;
}

p.more-close {
  background: #666;
  box-shadow: 0px 3px 0px #333;
}

p.btn-more:after {
  content: '+';
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  display: inline-block;
}

p.btn-more.more-close:after {
  content: '－';
}

p.btn-more:hover {
  opacity: 0.7;
  ;
}

.link-wrap {
    background: #F7F7F7;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
    padding: 2rem;
    margin-top: 4rem;
}
.img_center {
    font-size: 10px;
    color: #999999;
    margin: 0 auto 30px;
    text-align: center;
    word-break: break-all;
    line-height: 1.4;
}
.img_center img {
    padding-bottom: 5px;
}

.micro {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #0c9889;
    margin: 10px 0 -34px;
}
.micro:before,
.micro:after {
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    bottom: -4px;
}
.micro:before {
    content: '＼';
    left: 2%;
}
.micro:after {
    content: '／';
    right: 2%;
}













/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 768px) {

  /*/////////////PC用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/
  .popuptxt {
    text-align: center;
    margin-top: 4rem;
  }

  .c {
    text-align: center;
  }

  .overlay {
    /* グレーの背景 */
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.5s 0s ease;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  #pop-up {
    display: none;
  }

  #pop-up:checked+.overlay {
    visibility: visible;
    opacity: 1;
    z-index: 100000;
    background-color: #000000D0;
    width: 100%;
  }

  .popWindow {
    border-radius: 5px;
    overflow: auto;
    /* スクロールバー用 */
    max-height: 95%;
    /* すき間 */
    min-width: fit-content;
    /* 横幅が広い時に白の部分が大きくならないため */
    max-width: 95%;
    /* すき間 */
    position: fixed;
    top: 50%;
    /* 中央に */
    left: 50%;
    /* 中央に */
    transform: translate(-50%, -50%);
    /* 中央に */
    z-index: 100010;
    font-size: 13px;
    line-height: 18px;
    margin: 10px auto;
    padding: 4px 10px;
    background: #FFFD;
    /* 枠の色 */
    text-align: center;
    /* 文字を中央寄せ */
    transition: all 500ms ease-in-out;
  }

  .popWindow .ptitle {
    font-size: 15px;
    margin: 8px;
    color: #333;
  }

  .popWindow .close {
    position: absolute;
    top: 16px;
    right: 10px;
    transition: all 300ms;
    font-size: 40px;
    line-height: inherit;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    padding: 2px;
  }

  .popWindow .close:hover {
    color: #06D85F;
  }

  .popWindow .l-float__center {
    width: 75rem;
  }

  .popWindow::-webkit-scrollbar-track {
    background: none;
  }

  .popWindow::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  .popWindow::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
  }

  .clickable:hover {
    cursor: pointer;
  }

  @media screen and (max-width: 700px) {
    #pop-up:checked+.overlay {
      visibility: hidden;
      opacity: 0;
    }
  }

}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 767px) {
  /*/////////////SP用のCSSをここに作成してください。/////////////*/
  /*/////////////必ず中括弧の中に作成してください。/////////////*/

  .c {
    display: none;
  }

  .popuptxt {
    display: none;
  }

  .addarea>p {
    font-size: 16px;
  }

  .img3box p:nth-child(2) {
    padding-top: 5rem;
  }

  .addarea .box-sv {
    padding: 1rem 2rem;
    margin-top: 3rem;
  }

  .clrimg:before {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 40px solid #0c9889;
    left: 42%;
  }

.micro {
    margin-bottom: -20px;
}
.micro:before {
    left: 8%;
}
.micro:after {
    right: 8%;
}

	
	
	
	
	
	
	
	
	
	
	

}