@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Lobster-Regular";
  src: url(../fonts/Lobster-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Lobster-Regular";
  src: url(../fonts/Lobster-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================

    main layout  all
    <main></main>箇所のcss

========================================= */
/*	com parts  PC
全ページ共通で使用したいパーツ
------------------------------------ */
.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.com-sub-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
}

.com-tel-num {
  font-family: "Lobster-Regular", sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.com-tel-txt {
  font-family: "Lobster-Regular", sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .com-tel-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl01-sub {
  font-family: "Lobster-Regular", sans-serif;
  font-size: 90px;
  font-size: 9rem;
  display: inline-block;
  line-height: 1.3;
  letter-spacing: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #2bb3cc, #76dae3 50%, #6dd3e9);
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
.com-ttl01-main {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.com-ttl02 {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 13.5px 25px;
  color: #fff;
  background-color: #2bb3cc;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl03 {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.06em;
  padding-bottom: 5px;
  color: #2bb3cc;
  border-bottom: 2px dashed #2bb3cc;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-btn01 {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  padding: 21px 80px 21px 70px;
  color: #fff;
  background-color: #63c9dc;
  box-shadow: 8px 8px 0 #b8e9f2;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-btn01 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01::after {
  width: 32px;
  height: 16px;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}
.com-btn01:hover {
  transform: translate(8px, 8px);
  box-shadow: 0 0 0 #b8e9f2;
}

.com-instagram {
  font-family: "Lobster-Regular", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  width: 220px;
  height: 64px;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #3e4748;
}
@media screen and (max-width: 767px) {
  .com-instagram {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.com-instagram::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 18px;
  background: url(/img/all/instagram-ico.png) no-repeat center/100%;
  transition: all 0.5s ease;
}
.com-instagram:hover::before {
  transform: scale(1.05);
}

.com-mail {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 370px;
  line-height: 70px;
  letter-spacing: 0.06em;
  text-align: center;
  color: #2bb3cc;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-mail {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-mail::before {
  position: absolute;
  content: "";
}
.com-mail::after {
  position: absolute;
  content: "";
}
.com-mail::after {
  transition: transform 0.3s ease;
}
.com-mail:hover::after {
  transform: translate(5px, -50%);
}
.com-mail::before {
  width: 30px;
  height: 22px;
  transform: translateY(-50%);
  top: 50%;
  left: 68px;
  background: url(/img/all/mail-ico-color.png) no-repeat;
  background-size: 100%;
}
.com-mail::after {
  width: 32px;
  height: 16px;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  background: url(/img/all/arw-color.png) no-repeat;
  background-size: 100%;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 25px;
}

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 th {
  white-space: pre-line;
  font-size: 20px;
  font-size: 2rem;
  width: 165px;
  letter-spacing: 0.06em;
  vertical-align: middle;
  padding: 23px 13px;
  color: #2bb3cc;
  border-bottom: 2px dashed #c2c8c9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-table01 th {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-table01 th::before {
  position: absolute;
  content: "";
}
.com-table01 th::before {
  width: 3px;
  height: 17px;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  background-color: #2bb3cc;
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  padding: 23px 13px 23px 0;
  color: #3e4748;
  border-bottom: 2px dashed #c2c8c9;
}
.com-table01 a {
  color: #3e4748;
}

.com-table02 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 25px;
}
.com-table02 th {
  white-space: pre-line;
  font-size: 20px;
  font-size: 2rem;
  width: 125px;
  letter-spacing: 0.06em;
  vertical-align: middle;
  padding: 0 13px;
  color: #2bb3cc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-table02 th {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-table02 th::before {
  position: absolute;
  content: "";
}
.com-table02 th::before {
  width: 3px;
  height: 17px;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  background-color: #2bb3cc;
}
.com-table02 td {
  white-space: pre-line;
  vertical-align: middle;
  padding: 0 13px 0 0;
  color: #3e4748;
}
.com-table02 a {
  color: #3e4748;
}

.com-no-post {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .com-no-post {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.com-no-img {
  width: 90% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.com-no-img-bg {
  text-align: center;
  background-color: #ccc !important;
}

.com-main-color {
  color: #63c9dc;
}

.com-sub-color {
  color: #ffc000;
}

.com-qua-color {
  color: #2bb3cc;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 1; /* 行数指定 */
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 2; /* 行数指定 */
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 3; /* 行数指定 */
}

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: 100%;
}
.com-tag-list-item {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2px 10px 1px 29px;
  color: #ffc000;
  border: 1px solid #ffc000;
  background: url(/img/all/tag-ico.png) no-repeat 10px 6px, #fff;
}
@media screen and (max-width: 767px) {
  .com-tag-list-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.com-time {
  font-family: "Noto sansCJK Regular", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  flex-shrink: 0;
  letter-spacing: 0.06em;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .com-time {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.com-svg-txt {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .com-svg-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-pre {
  white-space: pre-line;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 13px;
  border: 2px dashed #fff0aa;
}
#top-news .container-bg {
  background-color: #fcf9ea;
}
#top-news .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 75px 10px 90px;
}
#top-news .container-box {
  width: 250px;
  flex-shrink: 0;
  position: relative;
}
#top-news .list {
  width: 100%;
  margin-left: 135px;
}
#top-news .list-link {
  width: 100%;
  padding: 25px 0;
  color: #3e4748;
  border-bottom: 1px dashed #c2c8c9;
}
#top-news .list-ttl {
  margin-top: 10px;
}
#top-news .btn {
  width: 250px;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 85px;
  padding: 18px 0 18px 35px;
}
@media screen and (max-width: 767px) {
  #top-news .btn {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* =========================================
    top  PC
    top-greeting top-service共通bg
========================================= */
.sec-bg {
  background: url(/img/top/service-bg.jpg) no-repeat center bottom/100%;
}

/* =========================================
    top  PC
    top-greeting
========================================= */
#top-greeting .container {
  width: 100%;
  position: relative;
}
#top-greeting .img {
  position: absolute;
  left: -8.85vw;
  top: -45px;
}
@media screen and (max-width: 1350px) {
  #top-greeting .img {
    width: 480px;
    left: 0;
    top: 15px;
  }
}
#top-greeting .img::before {
  position: absolute;
  content: "";
  width: 183px;
  height: 82px;
  left: 70px;
  bottom: -154px;
  background: url(/img/all/com-deco02.png) no-repeat;
  background-size: 100%;
  z-index: 5;
}
#top-greeting .img::after {
  position: absolute;
  content: "";
  width: 320px;
  height: 320px;
  right: -4.94vw;
  bottom: -154px;
  background: url(/img/top/greeting-img02.jpg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1350px) {
  #top-greeting .img::after {
    width: 280px;
    height: 280px;
    right: -30px;
    bottom: -204px;
  }
}
#top-greeting .ttl {
  position: relative;
}
#top-greeting .ttl::before {
  position: absolute;
  content: "";
}
#top-greeting .ttl::before {
  width: 274px;
  height: 66px;
  right: -5.2vw;
  bottom: 10px;
  background: url(/img/all/com-deco01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1250px) {
  #top-greeting .ttl::before {
    right: -10px;
  }
}
#top-greeting .ttl-sub {
  padding-left: 5px;
}
#top-greeting .ttl-main {
  margin-top: 15px;
}
#top-greeting .wrap {
  width: 531px;
  margin-left: auto;
}
#top-greeting .txt {
  line-height: 1.8;
  margin-top: 35px;
}
#top-greeting .txt-lg {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.63;
  letter-spacing: 0.06em;
  color: #63c9dc;
}
@media screen and (max-width: 767px) {
  #top-greeting .txt-lg {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* =========================================
    top  PC
    top-service
========================================= */
#top-service .bg {
  overflow: hidden;
}
#top-service .ttl {
  text-align: center;
  padding-top: 40px;
  background: url(/img/all/ttl-deco01.png) no-repeat center top;
}
#top-service .list {
  margin-top: 40px;
  padding: 110px 0;
  position: relative;
  z-index: 1;
}
#top-service .list::before {
  position: absolute;
  content: "";
}
#top-service .list::before {
  width: 1420px;
  height: 670px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: url(/img/top/service-box.jpg) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-service .list-item {
  outline: 1px solid #fff;
  outline-offset: -16px;
  overflow: hidden;
  position: relative;
}
#top-service .list-item::before {
  position: absolute;
  content: "";
}
#top-service .list-item::after {
  position: absolute;
  content: "";
}
#top-service .list-item::before {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
  transition: all 0.5s ease;
}
#top-service .list-item::after {
  width: 32px;
  height: 16px;
  bottom: 35px;
  right: 35px;
  background: url(/img/all/arw.png) no-repeat center;
  transition: all 0.3s ease;
}
#top-service .list-item:hover::before {
  transform: translate(-50%, -50%) scale(1.05);
}
#top-service .list-item:hover::after {
  transform: translate(5px, 0);
}
#top-service .list-item:first-of-type::before {
  background: url(/img/top/service-img01.jpg) no-repeat center/cover;
}
#top-service .list-item:nth-of-type(2)::before {
  background: url(/img/top/service-img02.jpg) no-repeat center/cover;
}
#top-service .list-item:nth-of-type(3)::before {
  background: url(/img/top/service-img03.jpg) no-repeat center/cover;
}
#top-service .list-link {
  width: 330px;
  height: 450px;
  padding: 70px 0 0 40px;
}
#top-service .list-primary {
  font-family: "Lobster-Regular", sans-serif;
  letter-spacing: 0;
  color: #fff;
}
#top-service .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-service .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-service .list-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.06em;
  margin-top: 70px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-service .list-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* =========================================
    top  PC
    top-case
========================================= */
#top-case .bg {
  background: url(/img/all/com-deco01.png) no-repeat calc(100% - 135px) calc(100% - 50px);
  position: relative;
}
#top-case .bg::before {
  position: absolute;
  content: "";
}
#top-case .bg::before {
  width: 20.4vw;
  height: 15.9vw;
  left: 0;
  top: -6vw;
  background: url(/img/top/case-deco.png) no-repeat;
  background-size: 100%;
  z-index: 10;
}
#top-case .inner {
  border-bottom: 2px dashed #63c9dc;
}
#top-case .btn {
  margin-bottom: 10px;
}
#top-case .list {
  margin-top: 50px;
}
#top-case .list-item:nth-of-type(n + 2) {
  margin-left: 45px;
}
#top-case .list-link {
  width: 330px;
}
#top-case .list-link:hover .list-img img {
  transform: scale(1.05);
}
#top-case .list-img {
  width: 100%;
  height: 330px;
  overflow: hidden;
}
#top-case .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-case .list-img img {
  transition: all 0.5s ease;
}
#top-case .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  margin-top: 25px;
  padding-left: 13px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-case .list-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-case .list-ttl::before {
  position: absolute;
  content: "";
}
#top-case .list-ttl::before {
  width: 4px;
  height: 22px;
  left: 0;
  top: 8px;
  background-color: #2bb3cc;
}

/* =========================================
    top  PC
    top-question
========================================= */
#top-question .bg {
  background: url(/img/top/question-deco.png) no-repeat calc(100% - 243px) calc(100% + 3px);
}
#top-question .inner {
  position: relative;
}
#top-question .inner::before {
  position: absolute;
  content: "";
}
#top-question .inner::before {
  width: 156px;
  height: 70px;
  top: 225px;
  left: -5.2vw;
  background: url(/img/all/com-deco03.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1250px) {
  #top-question .inner::before {
    left: 10px;
  }
}
#top-question .ttl {
  text-align: center;
}
#top-question .list {
  margin-top: 50px;
}
#top-question .list-item {
  width: 100%;
  padding: 50px 60px;
  background-color: #fcf9ea;
}
#top-question .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#top-question .list-q {
  font-family: "Lobster-Regular", sans-serif;
  font-size: 43px;
  font-size: 4.3rem;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #2bb3cc;
}
@media screen and (max-width: 767px) {
  #top-question .list-q {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-question .list-a {
  font-family: "Lobster-Regular", sans-serif;
  font-size: 43px;
  font-size: 4.3rem;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #ffc000;
}
@media screen and (max-width: 767px) {
  #top-question .list-a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-question .list-top {
  padding-bottom: 20px;
  border-bottom: 2px dashed #c2c8c9;
}
#top-question .list-btm {
  padding-top: 20px;
}
#top-question .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  padding-top: 10px;
  padding-left: 20px;
  color: #2bb3cc;
}
@media screen and (max-width: 767px) {
  #top-question .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-question .list-txt {
  font-size: 17px;
  font-size: 1.7rem;
  padding-top: 13px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #top-question .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-question .btn {
  display: block;
  width: 400px;
  margin: 70px auto 0;
  padding: 21px 0 21px 65px;
}

/* =========================================
    top  PC
    top-contact
========================================= */
#top-contact .bg {
  position: relative;
  z-index: 5;
  background: url(/img/top/contact-bg.jpg) no-repeat center/cover;
}
#top-contact .ttl {
  text-align: center;
  padding-top: 40px;
  background: url(/img/all/ttl-deco02.png) no-repeat center top;
}
#top-contact .ttl-sub {
  color: #fff;
  background: none;
  -webkit-text-fill-color: unset;
}
#top-contact .ttl-main {
  color: #fff;
}
#top-contact .wrap {
  width: 1000px;
  margin: 45px auto 0;
  padding: 30px 15px;
  background-color: #63c9dc;
}
#top-contact .com-tel-num {
  margin-right: 75px;
  position: relative;
}
#top-contact .com-tel-num::before {
  position: absolute;
  content: "";
}
#top-contact .com-tel-num::before {
  width: 1px;
  height: 70px;
  transform: translateY(-50%);
  top: 50%;
  right: -37px;
  border-left: 2px dashed #fff;
}

/* =========================================
    top  PC
    top-company
========================================= */
#top-company .bg {
  background: url(/img/all/com-deco04.png) no-repeat calc(50% + 28.9vw) calc(100% - 97px);
  position: relative;
}
#top-company .bg::before {
  position: absolute;
  content: "";
}
#top-company .bg::before {
  width: 20.4vw;
  height: 15.9vw;
  left: 0;
  top: -75px;
  background: url(/img/top/case-deco.png) no-repeat;
  background-size: 100%;
  z-index: 10;
}
#top-company .table {
  margin-top: 25px;
}
#top-company .btn {
  width: 360px;
  text-align: center;
  margin-top: 30px;
}
#top-company .map {
  width: 570px;
  height: 542px;
  margin-top: 25px;
  margin-left: 135px;
}
#top-company .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =========================================

    sub layout  PC
    下層ページのPC時css
		sub-pc

========================================= */
/* =========================================
    sub  PC
    sub-service
========================================= */
#sub-service .bg {
  position: relative;
}
#sub-service .bg::before {
  position: absolute;
  content: "";
}
#sub-service .bg::after {
  position: absolute;
  content: "";
}
#sub-service .bg::before {
  width: 100%;
  height: 105%;
  top: -35px;
  background: url(/img/service/service-bg.jpg) center top;
  z-index: -2;
}
#sub-service .bg::after {
  width: 19.1vw;
  height: 12.5vw;
  top: 49.6%;
  right: 0;
  background: url(/img/service/service-deco.png) no-repeat center/100%;
  z-index: -1;
}
@media screen and (max-width: 1300px) {
  #sub-service .bg::after {
    top: 51.6%;
  }
}
#sub-service .ttl {
  text-align: center;
}
#sub-service .container {
  margin-top: 50px;
  position: relative;
}
#sub-service .container::after {
  position: absolute;
  content: "";
}
#sub-service .container::after {
  width: 156px;
  height: 70px;
  top: -40px;
  left: -5.2vw;
  background: url(/img/all/com-deco03.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1220px) {
  #sub-service .container::after {
    left: -10px;
  }
}
#sub-service .wrap {
  border: 2px dashed #fff0aa;
  padding: 13px;
}
#sub-service .wrap:nth-of-type(n + 2) {
  margin-top: 98px;
}
#sub-service .wrap-inner {
  padding: 70px 65px;
  background-color: #fcf9ea;
}
#sub-service .list {
  margin-top: 60px;
}
#sub-service .list-item {
  gap: 55px;
  align-items: start;
}
#sub-service .list-item:nth-of-type(n + 2) {
  margin-top: 60px;
}
#sub-service .list-item:nth-child(even) {
  flex-direction: row-reverse;
}
#sub-service .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  padding-bottom: 10px;
  color: #2bb3cc;
  border-bottom: 2px dashed #2bb3cc;
}
@media screen and (max-width: 767px) {
  #sub-service .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-service .list-txt {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2.1;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #sub-service .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-service .list-fee {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  display: inline-block;
  align-items: center;
  margin-top: 20px;
  padding-right: 55px;
  border: 2px solid #ffc000;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-service .list-fee {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-service .list-fee-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  width: 80px;
  line-height: 45px;
  text-align: center;
  letter-spacing: 0.06em;
  margin-right: 20px;
  color: #fff;
  background-color: #ffc000;
}
@media screen and (max-width: 767px) {
  #sub-service .list-fee-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-service .list-img {
  flex-shrink: 0;
  margin-top: 10px;
}
#sub-service .btn {
  width: 100%;
  height: 230px;
  margin-top: 60px;
  padding: 40px 0 0 50px;
  background: url(/img/service/case-link-bg.jpg) no-repeat center/cover;
  box-shadow: 8px 8px 0 #b8e9f2;
  transition: all 0.5s ease;
  position: relative;
}
#sub-service .btn::after {
  position: absolute;
  content: "";
}
#sub-service .btn::after {
  width: 55px;
  height: 30px;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  background: url(/img/all/arw-lg.png) no-repeat;
  background-size: 100%;
}
#sub-service .btn:hover {
  transform: translate(8px, 8px);
  box-shadow: 0 0 0 #b8e9f2;
}
#sub-service .btn-en {
  font-family: "Lobster-Regular", sans-serif;
  font-size: 75px;
  font-size: 7.5rem;
  letter-spacing: 0;
  line-height: 1.3;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-service .btn-en {
    font-size: 37.5px;
    font-size: 3.75rem;
  }
}
#sub-service .btn-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  margin-top: 5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-service .btn-txt {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

#interior {
  position: relative;
}
#interior::before {
  position: absolute;
  content: "";
}
#interior::before {
  width: 274px;
  height: 66px;
  left: -5.2vw;
  bottom: -31px;
  background: url(/img/all/com-deco01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1250px) {
  #interior::before {
    left: -10px;
  }
}

/* =========================================
    sub  PC
    sub-case
========================================= */
#sub-case .bg {
  background: url(/img/top/question-deco.png) no-repeat calc(100% - 16.5vw) calc(100% + 3px)/203px;
}
#sub-case .ttl {
  text-align: center;
  margin-bottom: 50px;
}
#sub-case .list {
  margin-top: 60px;
}
#sub-case .list-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
#sub-case .list-wrap {
  width: 100%;
  padding: 55px 80px;
  border: 2px dashed #2bb3cc;
  border-top: none;
  background-color: #fcf9ea;
}
#sub-case .list-box {
  margin-bottom: 40px;
  position: relative;
}
#sub-case .list-box::before {
  position: absolute;
  content: "";
}
#sub-case .list-box::before {
  width: 115px;
  height: 43px;
  bottom: 112px;
  left: 336px;
  background: url(/img/all/case-arw.png) no-repeat;
  background-size: 100%;
}
#sub-case .list-ttl {
  padding: 18.5px 25px;
}
#sub-case .list-before-txt {
  font-family: "Lobster-Regular", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0;
  color: #8d9da0;
}
@media screen and (max-width: 767px) {
  #sub-case .list-before-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-case .list-before-img {
  width: 320px;
  height: 260px;
  margin-top: 5px;
}
#sub-case .list-before-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case .list-after-txt {
  font-family: "Lobster-Regular", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0;
  color: #2bb3cc;
}
@media screen and (max-width: 767px) {
  #sub-case .list-after-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-case .list-after-img {
  width: 450px;
  height: 350px;
  margin-top: 5px;
}
#sub-case .list-after-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case .list-txt {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.76;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #sub-case .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-case .tag-list {
  gap: 10px 20px;
  flex-wrap: wrap;
}
#sub-case .tag-list-item {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  min-width: 160px;
  text-align: center;
  padding: 5px 20px;
  color: #2bb3cc;
  background-color: #fff;
  border: 2px solid #2bb3cc;
}
@media screen and (max-width: 767px) {
  #sub-case .tag-list-item {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* =========================================
    sub  PC
    sub-question
========================================= */
#sub-question .bg {
  background: url(/img/top/question-deco.png) no-repeat calc(100% - 16.5vw) calc(100% + 3px)/203px;
}
#sub-question .ttl {
  text-align: center;
}
#sub-question .list {
  margin-top: 40px;
}
#sub-question .list-item {
  width: 100%;
  padding: 50px 60px;
  background-color: #fcf9ea;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#sub-question .list-q {
  font-family: "Lobster-Regular", sans-serif;
  font-size: 43px;
  font-size: 4.3rem;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #2bb3cc;
}
@media screen and (max-width: 767px) {
  #sub-question .list-q {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-question .list-a {
  font-family: "Lobster-Regular", sans-serif;
  font-size: 43px;
  font-size: 4.3rem;
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  line-height: 53px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #ffc000;
}
@media screen and (max-width: 767px) {
  #sub-question .list-a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-question .list-top {
  padding-bottom: 20px;
  border-bottom: 2px dashed #c2c8c9;
}
#sub-question .list-btm {
  padding-top: 20px;
}
#sub-question .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  padding-top: 10px;
  padding-left: 20px;
  color: #2bb3cc;
}
@media screen and (max-width: 767px) {
  #sub-question .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-question .list-txt {
  font-size: 17px;
  font-size: 1.7rem;
  padding-top: 13px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #sub-question .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =========================================
    sub  PC
    sub-company
========================================= */
#sub-greeting .ttl {
  text-align: center;
}
#sub-greeting .wrap {
  margin-top: 40px;
  padding: 13px;
  border: 2px dashed #fff0aa;
  position: relative;
}
#sub-greeting .wrap::after {
  position: absolute;
  content: "";
}
#sub-greeting .wrap::after {
  width: 183px;
  height: 82px;
  bottom: -18px;
  left: -5.2vw;
  background: url(/img/all/com-deco02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1220px) {
  #sub-greeting .wrap::after {
    left: -10px;
  }
}
#sub-greeting .wrap-inner {
  padding: 65px 80px;
  background-color: #fcf9ea;
}
#sub-greeting .wrap-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.06em;
  text-align: center;
  color: #2bb3cc;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-greeting .wrap-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-greeting .wrap-ttl::before {
  position: absolute;
  content: "";
}
#sub-greeting .wrap-ttl::after {
  position: absolute;
  content: "";
}
#sub-greeting .wrap-ttl::before {
  width: 22px;
  height: 3px;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% - 275px);
  background-color: #2bb3cc;
}
#sub-greeting .wrap-ttl::after {
  width: 22px;
  height: 3px;
  transform: translateY(-50%);
  top: 50%;
  right: calc(50% - 255px);
  background-color: #2bb3cc;
}
#sub-greeting .box {
  margin-top: 35px;
}
#sub-greeting .txt {
  line-height: 2.2;
  margin-right: 60px;
}
#sub-greeting .img {
  flex-shrink: 0;
  margin-top: 10px;
}

#sub-company .bg {
  background: url(/img/all/com-deco04.png) no-repeat calc(100% - 14vw) calc(100% - 85px);
}
#sub-company .ttl {
  text-align: center;
}
#sub-company .table {
  margin-top: 10px;
}
#sub-company .map {
  width: 100%;
  height: 360px;
  margin-top: 60px;
}
#sub-company .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-contact .ttl {
  text-align: center;
}

#contact-form .com-table01 {
  white-space: unset;
}
#contact-form .com-btn01 {
  display: flex;
  width: 350px;
  justify-content: center;
  margin: 50px auto 0;
  padding: 21px 0;
  transition: all 0.5s ease;
}
#contact-form .com-btn01::after {
  display: none;
}

.contact-form-table {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1080px;
  table-layout: fixed;
}
.contact-form-table th {
  width: 350px;
  padding: 15px;
  white-space: unset;
}
.contact-form-table td {
  padding: 15px;
  white-space: unset;
}
.contact-form-table td input {
  height: 25px;
  line-height: 25px;
  border: none;
  background-color: #f5f5f5;
}
.contact-form-table td textarea {
  border: none;
  background-color: #f5f5f5;
  resize: none;
}
.contact-form-table .sp-sm {
  font-size: 16px;
}

.select {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  position: relative;
}
.select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #eee;
  border-bottom: 0;
}
.select-list {
  width: 200px;
  padding: 11px 15px;
  border: none;
  cursor: pointer;
}

.privacy-check {
  font-size: 15px;
}

.required-mark {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #4aafa3;
  background-color: unset;
}

.contact-recaptcha-wrap {
  width: 304px;
  margin: 50px auto 0;
}

.contact-submits-wrap {
  margin-top: 25px;
}
.contact-submits-wrap .back-btn::before {
  display: none;
}

/*==================================================
 入力フィールド
================================================== */
select,
textarea,
input[type=tel],
input[type=text],
input[type=email],
input[type=url] {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(150, 150, 150, 0.1) inset;
  box-sizing: border-box;
}

select {
  padding: 7px 15px;
}

textarea {
  width: 100%;
  resize: vertical;
}

/* ボタン
-------------------------------------------------- */
input[type=button],
input[type=submit],
button {
  border: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  /* Safariにのみ適用するスタイル */
}
@supports (-webkit-touch-callout: none) {
  input[type=button],
  input[type=submit],
  button {
    border-radius: 0;
  }
}

input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.4;
  pointer-events: none;
}

/* チェックボックス・ラジオボタン
-------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

input[type=radio] + label,
input[type=checkbox] + label {
  padding: 0 0 0 24px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}

input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
}

input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ff900e;
  border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #ff900e;
  border-bottom: 3px solid #ff900e;
  transform: rotate(-45deg);
}

input[type=checkbox] {
  display: none; /* デフォルトチェックボックスを完全に非表示 */
}

/*==================================================
	テーブル
================================================== */
/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    display: block;
  }
}
/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  line-height: 1.5em;
  margin-top: 50px;
  padding: 40px 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #ff900e;
}

.sec-error-link {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .sec-error-text {
    padding: 30px 10px;
    font-size: 4vw;
  }
  .sec-error-link {
    font-size: 5vw;
  }
}
/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 3px;
  padding: 2px 10px;
  color: #fff;
  float: right;
}
@media screen and (max-width: 767px) {
  .optional-mark,
  .required-mark {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.optional-mark {
  background: #3498db;
}

.required-mark {
  background: #ff900e;
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
  margin: 0 0 4px;
  color: #ff900e;
}

/* 送信・確認ボタン */
.contact-submits-wrap {
  text-align: center;
}

/* プライバシーポリシー */
.inline-privacy-policy {
  height: 350px;
  margin: 16px 0;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.inline-privacy-policy-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.inline-privacy-policy iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*==================================================
	日付選択フォーム
================================================== */
.date-list {
  padding-left: inherit;
}

.date-list li {
  list-style: none;
  margin-bottom: 15px;
}

.date-list li p {
  margin-bottom: 5px;
}

/*==================================================
	画像アップロードフォーム
================================================== */
.upload-item-wrap {
  font-size: 13px;
  overflow: hidden;
}

.upload-item-wrap input[type=file] {
  display: none;
}

/* アップされた画像のサムネイル */
.upload-item-wrap .thumb {
  width: 220px;
  height: 220px;
  margin: 0 8px 0 0;
  position: relative;
  overflow: hidden;
  float: left;
}

.upload-item-wrap .thumb img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*選択・削除ボタン  */
.upload-item-wrap .ancion-btn-wrap {
  margin-top: 10px;
  float: left;
}

.upload-item-wrap .ancion-btn {
  margin: 0 0 8px;
  width: 110px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #e6e6e6;
  display: block;
}

.upload-item-wrap .select-file {
  background: #2ecc71;
}

.upload-item-wrap .deselect-file {
  background: #ff900e;
}

.upload-item-wrap .ancion-btn:hover {
  cursor: pointer;
}

/*添付ファイルの注意文  */
.upload-notice {
  margin-top: 10px;
  font-size: 0.8em;
}

/* =========================================
			top  PC
			top-privacy
========================================= */
.privacy-inner {
  padding-top: 30px;
}
.privacy-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #63c9dc;
}
@media screen and (max-width: 767px) {
  .privacy-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.privacy .inline-privacy-policy-inner {
  margin-top: 14px;
  box-sizing: border-box;
  border: 1px solid #63c9dc;
  background-color: #fff;
}
.privacy iframe {
  width: 100%;
  height: 265px;
}
.privacy-box {
  margin-top: 35px;
}
.privacy-box p:first-of-type {
  margin-top: 10px;
}
.privacy-box input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.privacy-box label {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .privacy-box label {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.privacy-box-img {
  margin-top: 15px;
}
.privacy-box-btn {
  font-size: 16px;
  font-size: 1.6rem;
  width: 250px;
  height: 60px;
  margin-top: 46px;
  line-height: 60px;
  letter-spacing: 0.2em;
  color: #fcf9ea;
  background-color: #ffc000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .privacy-box-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.privacy-box-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 27px;
  right: 30px;
  transform: rotate(45deg);
  border-top: 1px solid #fcf9ea;
  border-right: 1px solid #fcf9ea;
}

.privacy-box .list-item {
  position: relative;
  padding-left: 15px;
}
.privacy-box .list-item::before {
  position: absolute;
  content: "・";
  left: 0;
}

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .ttl {
  text-align: center;
  margin-bottom: 40px;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .container {
  margin-top: 50px;
}
#sub-news .com-news-post-item {
  border-bottom: 2px solid #63c9dc;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #3e4748;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .com-news-post-con-sm {
  max-width: 725px;
}
@media screen and (max-width: 767px) {
  #sub-news .com-news-post-link {
    padding: 5%;
  }
  #sub-news .com-news-post-img {
    width: 25%;
  }
  #sub-news .com-news-post-con-sm {
    width: 68%;
  }
}
#sub-news .detail .com-news-post-link {
  padding: 15px;
}
#sub-news .detail .com-news-post-img {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub-news .detail .com-news-post-img {
    width: 100%;
  }
}
#sub-news .news-post article:nth-of-type(n + 2) {
  border-top: 1px solid #f0f0f0;
}
#sub-news .news-post article:nth-of-type(n + 2) a {
  padding-top: 23px;
}
#sub-news .news-post-link {
  display: block;
  padding-bottom: 17px;
  position: relative;
  left: 0;
}
@media screen and (min-width: 768px) {
  #sub-news .news-post-link:hover {
    left: 5px;
  }
}
#sub-news .news-post-txt {
  margin-top: 15px;
}
#sub-news .news-post-flex {
  margin-top: 15px;
}
#sub-news .news-post-time {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 5px;
  padding-top: 9px;
  color: #939393;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-time {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-news .news-post-tag {
  display: flex;
  margin-left: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  border-left: 1px solid #ffc000;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #ffc000;
  text-align: center;
  color: #ffc000;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-tag-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-news .news-post-ttl {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #3e4748;
  line-height: 2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    detail
========================================= */
/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
  background-color: #fff;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #ffc000;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  border: none;
  border-bottom: 2px solid #ffc000;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #63c9dc;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  color: #000;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list .tag-list {
  width: 100%;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: center;
}
#tag-btn-list .tag-list-link {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  letter-spacing: 0.06em;
  min-width: 160px;
  text-align: center;
  padding: 5px 20px;
  color: #2bb3cc;
  background-color: #fff;
  border: 2px solid #2bb3cc;
}
@media screen and (max-width: 767px) {
  #tag-btn-list .tag-list-link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#tag-btn-list .tag-current {
  color: #fff;
  background-color: #63c9dc;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 15px;
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #63c9dc;
}
.pagenation .current-page {
  color: #fff;
  background: #63c9dc;
  pointer-events: none;
}
.pagenation .next-li,
.pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow,
.pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #63c9dc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #63c9dc transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 0;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a,
.data-nav .back a {
  background: none !important;
}

.to-works-btn {
  width: 100%;
  max-width: 120px;
  background: #63c9dc;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.arrow-btn {
  width: 50px;
  position: absolute;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  background: #63c9dc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/* =========================================
    sub  PC
    sub-site
========================================= */
#sub-site .bg {
  background: url(/img/top/question-deco.png) no-repeat calc(100% - 16.5vw) calc(100% + 3px)/203px;
}
#sub-site .inner {
  padding: 100px 0 145px;
}
#sub-site .ttl {
  text-align: center;
}
#sub-site .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #63c9dc;
  color: #3e4748;
  display: block;
  padding: 15px 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link {
    padding: 12px 25px;
  }
}
#sub-site .list-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #63c9dc;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #63c9dc;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .container-box {
  text-align: center;
  margin-top: 50px;
}
#sub-complete .ttl {
  text-align: center;
}
#sub-complete .link {
  margin: 50px auto 0;
}

/* =========================================
    sub  PC
    sub-privacy
========================================= */
#sub-privacy .bg {
  background: url(/img/top/question-deco.png) no-repeat calc(100% - 16.5vw) calc(100% + 3px)/203px;
}
#sub-privacy .inner {
  padding: 100px 0 145px;
}
#sub-privacy .ttl {
  text-align: center;
}

/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .ttl {
  text-align: center;
}
#sub-error .txt {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
}
#sub-error .link {
  text-decoration: underline;
  color: #63c9dc;
}