@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Black";
  src: url(../fonts/ZenOldMincho-Black.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url(../fonts/ZenOldMincho-Bold.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Medium";
  src: url(../fonts/ZenOldMincho-Medium.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url(../fonts/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenOldMincho-SemiBold";
  src: url(../fonts/ZenOldMincho-SemiBold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Black";
  src: url(../fonts/ZenKakuGothicAntique-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Bold";
  src: url(../fonts/ZenKakuGothicAntique-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Medium";
  src: url(../fonts/ZenKakuGothicAntique-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Regular";
  src: url(../fonts/ZenKakuGothicAntique-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Light";
  src: url(../fonts/ZenKakuGothicAntique-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Black";
  src: url(../fonts/ZenOldMincho-Black.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Bold";
  src: url(../fonts/ZenOldMincho-Bold.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Medium";
  src: url(../fonts/ZenOldMincho-Medium.ttf);
}
@font-face {
  font-family: "ZenOldMincho-Regular";
  src: url(../fonts/ZenOldMincho-Regular.ttf);
}
@font-face {
  font-family: "ZenOldMincho-SemiBold";
  src: url(../fonts/ZenOldMincho-SemiBold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Black";
  src: url(../fonts/ZenKakuGothicAntique-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Bold";
  src: url(../fonts/ZenKakuGothicAntique-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Medium";
  src: url(../fonts/ZenKakuGothicAntique-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Regular";
  src: url(../fonts/ZenKakuGothicAntique-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicAntique-Light";
  src: url(../fonts/ZenKakuGothicAntique-Light.ttf);
}
/*	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 {
  position: relative;
  z-index: 1;
}
.com-tel-num {
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 1;
  padding-left: 53px;
  color: #313539;
  background: url(/img/all/tel-ico.png) no-repeat left 1px;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.com-tel-sm {
  font-size: 29px;
  font-size: 2.9rem;
}
@media screen and (max-width: 767px) {
  .com-tel-sm {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.com-ttl01 {
  text-align: center;
}
.com-ttl01-sub {
  font-family: "ZenKakuGothicAntique-Medium", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #3788cd;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-ttl01-main {
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-ttl01-lg {
  font-size: 55px;
  font-size: 5.5rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01-lg {
    font-size: 30px;
    font-size: 3rem;
  }
}

.com-ttl02 {
  font-family: "ZenOldMincho-Bold", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  padding: 5.4px 15px;
  color: #fff;
  background-image: linear-gradient(to right, #3788cd, #71beff);
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-ttl02-lg {
  font-size: 37px;
  font-size: 3.7rem;
}
@media screen and (max-width: 767px) {
  .com-ttl02-lg {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.com-ttl03 {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  padding: 21.7px 25px;
  color: #fff;
  background-color: #3788cd;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.com-btn01 {
  font-family: "ZenKakuGothicAntique-Medium", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  width: 400px;
  text-align: center;
  padding: 22.4px;
  background-image: linear-gradient(to right, #aad8ff, #ffeab2);
  box-shadow: 0 0 21px 9px rgba(231, 239, 245, 0.7);
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-btn01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01::after {
  transition: transform 0.3s ease;
}
.com-btn01:hover::after {
  transform: translate(5px, -50%);
}
.com-btn01::after {
  width: 60px;
  height: 40px;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}

.com-reservation {
  width: 413px;
  display: flex;
  align-items: center;
  padding-left: 80px;
}
.com-reservation::before {
  content: "";
  width: 30px;
  height: 32px;
  margin-right: 18px;
  background: url(/img/all/reservation-ico.png) no-repeat center;
}
.com-reservation::after {
  right: 25px;
}

.com-line {
  width: 413px;
  display: flex;
  align-items: center;
  padding-left: 80px;
}
.com-line::before {
  content: "";
  width: 34px;
  height: 34px;
  margin-right: 20px;
  background: url(/img/all/line-ico.png) no-repeat center;
}
.com-line::after {
  right: 25px;
}

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

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 1px solid #fff;
}
.com-table01 tr:last-of-type td {
  border-bottom: 1px solid #3788cd;
}
.com-table01 th {
  font-family: "ZenKakuGothicAntique-Medium", sans-serif;
  white-space: pre-line;
  width: 130px;
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
  color: #fff;
  background-color: #3788cd;
  border: 1px solid #3788cd;
}
.com-table01 td {
  font-size: 16px;
  font-size: 1.6rem;
  white-space: pre-line;
  vertical-align: middle;
  padding: 16px 27px;
  color: #313539;
  background-color: #fff;
  border: 1px solid #3788cd;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .com-table01 td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.com-table01 a {
  color: #313539;
}

.com-table02 tr:first-of-type th {
  border-radius: 10px 0 0 0;
}
.com-table02 tr:first-of-type td {
  color: #3788cd;
  background-color: #f2f7fa;
}
.com-table02 tr:first-of-type td:last-of-type {
  border-radius: 0 10px 0 0;
}
.com-table02 tr:last-of-type th {
  border-radius: 0 0 0 10px;
  border-bottom: none;
}
.com-table02 tr:last-of-type td {
  border-bottom: none;
}
.com-table02 tr:last-of-type td:last-of-type {
  border-radius: 0 0 0 10px;
}
.com-table02 th {
  width: 142px;
  text-align: center;
  padding: 10px 10px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #898989;
}
.com-table02 td {
  width: 142px;
  padding: 10px 10px;
  text-align: center;
  border-left: 1px solid #898989;
  border-bottom: 1px solid #898989;
}

.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: #3788cd;
}

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

.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; /* 行数指定 */
}

.pcnav-current {
  color: #3788cd !important;
}

.foo-current {
  color: #3788cd !important;
}

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.com-tag-list-item {
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 5px;
  padding: 1px 10px;
  color: #3788cd;
  background-color: #fff;
  border: 2px dashed #3788cd;
  border-radius: 12px;
}
.com-tag-list-item:nth-of-type(n + 2) {
  margin-left: 15px;
}

.com-time {
  font-size: 20px;
  font-size: 2rem;
  flex-shrink: 0;
  padding-bottom: 5px;
  padding-right: 15px;
}
@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-worries
========================================= */
#top-worries .bg {
  z-index: 1;
  position: relative;
}
#top-worries .bg::before {
  position: absolute;
  content: "";
}
#top-worries .bg::before {
  width: 350px;
  height: 140px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -85px;
  background: url(/img/top/worries-arw.png) no-repeat;
  background-size: 100%;
}
#top-worries .inner {
  background-color: #f2f7fa;
}
#top-worries .ttl-main-deco {
  font-size: 55px;
  font-size: 5.5rem;
  color: #6a7e92;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-worries .ttl-main-deco {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-worries .ttl-main-deco::before {
  position: absolute;
  content: "";
}
#top-worries .ttl-main-deco::before {
  width: 168px;
  height: 17px;
  bottom: -8px;
  background: url(/img/all/ttl-deco.png) no-repeat;
  background-size: 100%;
}
#top-worries .list {
  flex-wrap: wrap;
  margin-top: 50px;
  padding: 0 150px;
  gap: 40px 61px;
}
#top-worries .list-item {
  flex-basis: calc((100% - 122px) / 3);
  max-width: calc((100% - 122px) / 3);
}
#top-worries .list-img {
  width: 220px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
}
#top-worries .list-ttl {
  font-family: "ZenOldMincho-SemiBold.ttf", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #top-worries .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

/* =========================================
    top  PC
    top-cause
========================================= */
#top-cause .bg {
  background: url(/img/all/logo-deco.png) no-repeat 6vw 480px;
}
#top-cause .inner {
  position: relative;
}
#top-cause .ttl-main-dot {
  position: relative;
}
#top-cause .ttl-main-dot::before {
  position: absolute;
  content: "";
}
#top-cause .ttl-main-dot::before {
  width: 6px;
  height: 6px;
  transform: translateX(-50%);
  left: 50%;
  top: 3px;
  background-color: #3788cd;
  border-radius: 50%;
}
#top-cause img {
  position: absolute;
  top: 365px;
  right: -5.2vw;
}
@media screen and (max-width: 1250px) {
  #top-cause img {
    width: 500px;
    right: 0;
  }
}
#top-cause .wrap {
  width: 555px;
  margin-top: 58px;
}
#top-cause .txt {
  line-height: 2.33;
  margin-top: 40px;
}
#top-cause .video {
  position: absolute;
  width: 100%;
  height: 650px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -200px;
  z-index: 1;
}
#top-cause .video video {
  width: 100%;
  height: 100%;
}

/* =========================================
    top  PC
    top-about
========================================= */
#top-about .bg {
  background-color: #f2f7fa;
  overflow: hidden;
  position: relative;
}
#top-about .bg::before {
  position: absolute;
  content: "";
}
#top-about .bg::after {
  position: absolute;
  content: "";
}
#top-about .bg::before {
  width: 459px;
  height: 913px;
  transform: translateY(-50%);
  left: 0;
  bottom: -913px;
  background: url(/img/all/bg-deco-l.png) no-repeat;
  background-size: 100%;
}
#top-about .bg::after {
  width: 453px;
  height: 913px;
  transform: translateY(-50%);
  right: 0;
  top: 0;
  background: url(/img/all/bg-deco-r.png) no-repeat;
  background-size: 100%;
}
#top-about .txt {
  line-height: 2.11;
  text-align: center;
  margin-top: 45px;
}
#top-about .txt-lg {
  font-family: "NotoSansJP-Bold", sans-serif;
}
#top-about .wrap {
  margin-top: 85px;
  gap: 73px;
}
#top-about .wrap-box {
  width: 505px;
  position: relative;
}
#top-about .wrap-num {
  position: absolute;
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  width: 80px;
  padding: 5px 0;
  text-align: center;
  top: -30px;
  left: 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-about .wrap-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-about .wrap-num-txt {
  font-size: 40px;
  font-size: 4rem;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  #top-about .wrap-num-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-about .wrap-num01 {
  background-image: linear-gradient(to right, #3788cd, #71beff);
}
#top-about .wrap-num02 {
  background-image: linear-gradient(to right, #ffa800, #ffc556);
}
#top-about .wrap-ttl {
  font-family: "ZenKakuGothicAntique-Medium", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  padding: 14px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #top-about .wrap-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#top-about .wrap-txt {
  line-height: 2.13;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #top-about .wrap-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-about .btn {
  display: block;
  margin: 70px auto 0;
}

/* =========================================
    top  PC
    top-banner
========================================= */
#top-banner .bg {
  background-image: linear-gradient(to right, #aad8ff, #ffeab2);
}
#top-banner .sub-bg {
  background-color: #fff;
}
#top-banner .container {
  position: relative;
}
#top-banner .container::before {
  position: absolute;
  content: "";
}
#top-banner .container::before {
  width: 2px;
  height: 106px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-left: dashed 2px #8994a0;
}
#top-banner .link {
  display: flex;
  align-items: center;
  width: 50%;
  height: 370px;
  position: relative;
}
#top-banner .link::after {
  position: absolute;
  content: "";
}
#top-banner .link::after {
  transition: transform 0.3s ease;
}
#top-banner .link:hover::after {
  transform: translate(5px, -50%);
}
#top-banner .link::after {
  width: 95px;
  height: 65px;
  transform: translateY(-50%);
  top: 50%;
  background: url(/img/all/arw-lg.png) no-repeat;
  background-size: 100%;
}
#top-banner .link-left {
  padding-right: 80px;
}
#top-banner .link-left::after {
  right: 80px;
}
#top-banner .link-right {
  padding-left: 80px;
}
#top-banner .link-right::after {
  right: 0;
}
#top-banner .link-txt {
  font-family: "ZenKakuGothicAntique-Medium", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #top-banner .link-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-banner .link-txt-sub {
  color: #3788cd;
}
#top-banner .link-ttl {
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  #top-banner .link-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-banner .link-ttl-sub {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #top-banner .link-ttl-sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-banner .sub-link::after {
  background: url(/img/all/arw-color.png) no-repeat;
  background-size: 100%;
}

/* =========================================
    top  PC
    top-introduction
========================================= */
#top-introduction .bg {
  overflow: hidden;
}
#top-introduction .inner {
  position: relative;
}
#top-introduction .ttl {
  text-align: left;
}
#top-introduction .ttl-main {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.3;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #top-introduction .ttl-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-introduction .img {
  position: absolute;
  top: 365px;
  left: -2.6vw;
}
#top-introduction .name {
  position: absolute;
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  width: 80px;
  line-height: 80px;
  writing-mode: vertical-rl;
  padding: 30.4px 0;
  text-align: center;
  top: -30px;
  left: 50px;
  color: #fff;
  background-image: linear-gradient(to right, #3788cd, #71beff);
}
@media screen and (max-width: 767px) {
  #top-introduction .name {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-introduction .wrap {
  width: 530px;
  margin-top: 100px;
  margin-left: auto;
  padding: 45px 55px 50px;
  background-color: #f2f7fa;
}
#top-introduction .wrap-ttl {
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 33px;
  font-size: 3.3rem;
  line-height: 1.36;
}
@media screen and (max-width: 767px) {
  #top-introduction .wrap-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-introduction .wrap-txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #top-introduction .wrap-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-introduction .list {
  margin-top: 20px;
}
#top-introduction .list-item {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #top-introduction .list-item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-introduction .director {
  font-family: "NotoSansJP-Bold", sans-serif;
  margin-top: 15px;
}
#top-introduction .career {
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.88;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #top-introduction .career {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =========================================
    top  PC
    top-contact
========================================= */
#top-contact .bg {
  background: url(/img/all/contact-deco.png) no-repeat center -5px/100%, #3788cd;
}
#top-contact .ttl {
  color: #fff;
}
#top-contact .ttl-sub {
  color: #fff;
}
#top-contact .ttl-main {
  font-size: 50px;
  font-size: 5rem;
  margin-top: 0;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #top-contact .ttl-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-contact .com-tel {
  width: 395px;
  text-align: center;
  margin: 50px auto 0;
  padding: 19px 0;
  border-top: 2px dashed #fff;
  border-bottom: 2px dashed #fff;
}
#top-contact .com-tel-num {
  font-size: 42px;
  font-size: 4.2rem;
  color: #fff;
  background: url(/img/all/tel-ico-white.png) no-repeat left 7px;
}
@media screen and (max-width: 767px) {
  #top-contact .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-contact .wrap {
  margin-top: 50px;
  gap: 40px;
}
#top-contact .btn {
  box-shadow: unset;
}

/* =========================================
    top  PC
    top-access
========================================= */
#top-access .container {
  margin-top: 50px;
}
#top-access .video {
  width: 505px;
  flex-shrink: 0;
}
#top-access .video video {
  width: 100%;
  height: 100%;
}
#top-access .wrap {
  margin-left: 65px;
}
#top-access .map {
  width: 100%;
  height: 400px;
  margin-top: 50px;
}
#top-access .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .bg {
  background-color: #f2f7fa;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#top-news .bg::before {
  position: absolute;
  content: "";
}
#top-news .bg::after {
  position: absolute;
  content: "";
}
#top-news .bg::before {
  width: 459px;
  height: 913px;
  transform: translateY(-50%);
  top: 0;
  left: 0;
  background: url(/img/all/bg-deco-l.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-news .bg::after {
  width: 453px;
  height: 913px;
  transform: translateY(-50%);
  right: 0;
  bottom: -913px;
  background: url(/img/all/bg-deco-r.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-news .container-box {
  width: 330px;
  flex-shrink: 0;
  position: relative;
}
#top-news .list {
  width: 100%;
  margin-left: 120px;
}
#top-news .list-item:nth-of-type(n + 2) .list-link {
  padding-top: 25px;
}
#top-news .list-link {
  width: 100%;
  padding-bottom: 25px;
  color: #313539;
  border-bottom: 2px dashed #8994a0;
}
#top-news .btn {
  width: 330px;
  text-align: left;
  margin-top: 120px;
  padding-left: 95px;
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-breath
========================================= */
#sub-cycle .bg {
  position: relative;
  z-index: 1;
}
#sub-cycle .wrap {
  margin-top: 50px;
}
#sub-cycle .wrap-box {
  width: 580px;
  flex-shrink: 0;
  padding: 35px 30px 25px 35px;
  background-color: #f2f7fa;
  position: relative;
}
#sub-cycle .wrap-box::before {
  position: absolute;
  content: "";
}
#sub-cycle .wrap-box::before {
  width: 115px;
  height: 122px;
  right: 0;
  top: -66px;
  background: url(/img/breath/cycle.png) no-repeat;
  background-size: 100%;
}
#sub-cycle .wrap-box-txt {
  width: 40px;
  flex-shrink: 0;
  line-height: 2.2;
  text-align: center;
  position: relative;
}
#sub-cycle .wrap-box-txt::before {
  position: absolute;
  content: "";
}
#sub-cycle .wrap-box-txt::before {
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #3788cd;
}
#sub-cycle .txt {
  line-height: 2.33;
  margin-right: 60px;
}
#sub-cycle .list {
  margin-left: 15px;
}
#sub-cycle .list-item {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 2.48;
}
@media screen and (max-width: 767px) {
  #sub-cycle .list-item {
    font-size: 20px;
    font-size: 2rem;
  }
}

#sub-breath-menu .bg {
  background-color: #f2f7fa;
}
#sub-breath-menu .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #sub-breath-menu .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-breath-menu .list {
  width: 730px;
  margin: 60px auto 0;
  padding-top: 13px;
  background: url(/img/breath/menu-deco.png) no-repeat left top, url(/img/breath/menu-arw.png) no-repeat 6px 3px;
}
#sub-breath-menu .list-item {
  display: inline-block;
  padding: 10px 21px 15px;
  background-color: #fff;
  border: 1px solid #3788cd;
}
#sub-breath-menu .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#sub-breath-menu .list-item:first-of-type {
  margin-left: 370px;
}
#sub-breath-menu .list-item:nth-of-type(2) {
  margin-left: 265px;
}
#sub-breath-menu .list-item:nth-of-type(3) {
  margin-left: 155px;
}
#sub-breath-menu .list-ttl {
  font-size: 23px;
  font-size: 2.3rem;
  color: #3788cd;
}
@media screen and (max-width: 767px) {
  #sub-breath-menu .list-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#sub-breath-menu .list-txt {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-breath-menu .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sub-features .breath {
  margin-top: 50px;
}
#sub-features .breath-ttl {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  line-height: 80px;
  color: #fff;
  background-image: linear-gradient(to right, #3788cd, #71beff);
}
@media screen and (max-width: 767px) {
  #sub-features .breath-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-features .breath-txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.2;
  margin-right: 105px;
}
@media screen and (max-width: 767px) {
  #sub-features .breath-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-features .breath-fle {
  margin-top: 50px;
}
#sub-features .breath-fle-img {
  flex-shrink: 0;
}
#sub-features .breath-img {
  display: block;
  margin: 60px auto 0;
}
#sub-features .point {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 75px;
  text-align: center;
  margin-top: 70px;
  background-color: #f2f7fa;
  border: 1px solid #3788cd;
}
@media screen and (max-width: 767px) {
  #sub-features .point {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-features .list {
  flex-wrap: wrap;
  gap: 35px 80px;
  margin-top: 30px;
}
#sub-features .list-item {
  flex-basis: calc((100% - 80px) / 2);
  max-width: calc((100% - 80px) / 2);
}
#sub-features .list-num {
  font-size: 35px;
  font-size: 3.5rem;
  color: #3788cd;
}
@media screen and (max-width: 767px) {
  #sub-features .list-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-features .list-img {
  width: 100%;
  margin-top: 5px;
}
#sub-features .list-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 25px;
  padding-left: 15px;
  color: #3788cd;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-features .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-features .list-ttl::before {
  position: absolute;
  content: "";
}
#sub-features .list-ttl::before {
  width: 4px;
  height: 22px;
  left: 0;
  top: 9px;
  background-color: #3788cd;
}
#sub-features .list-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  #sub-features .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-features .head {
  margin-top: 125px;
}
#sub-features .head-ttl {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(to right, #ffa800, #ffc556);
}
@media screen and (max-width: 767px) {
  #sub-features .head-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-features .head-fle {
  margin-top: 50px;
}
#sub-features .head-fle-img {
  flex-shrink: 0;
}
#sub-features .head-txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.2;
  margin-left: 95px;
}
@media screen and (max-width: 767px) {
  #sub-features .head-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-features .wrap {
  width: 880px;
  height: 560px;
  margin: 70px auto 0;
  padding-top: 145px;
  background: url(/img/breath/arrow.png) no-repeat 300px 180px, url(/img/breath/img.jpg) no-repeat center/cover;
  position: relative;
}
#sub-features .wrap-txt {
  position: absolute;
  display: inline-block;
  font-size: 30px;
  font-size: 3rem;
  padding: 6px 18px;
  color: #fff;
  background-color: #3788cd;
}
@media screen and (max-width: 767px) {
  #sub-features .wrap-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-features .wrap-top {
  transform: translateX(-50%);
  left: 50%;
  top: 80px;
}
#sub-features .wrap-btm {
  transform: translateX(-50%);
  left: 50%;
  bottom: 50px;
}
#sub-features .head-list {
  width: 730px;
  gap: 35px 0;
  flex-wrap: wrap;
  margin: 0 60px 0 auto;
}
#sub-features .head-list-item {
  width: 50%;
}
#sub-features .head-list-item:nth-of-type(2n) {
  text-align: end;
}
#sub-features .head-list-item:nth-of-type(5) {
  margin-top: 25px;
}
#sub-features .head-list-txt {
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;
  padding: 13px 15px;
  background-color: #fff;
  border: 1px solid #3788cd;
}
@media screen and (max-width: 767px) {
  #sub-features .head-list-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-features .head-list-txt-sm {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-features .head-list-txt-sm {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sub-flow .bg {
  background-color: #f2f7fa;
}
#sub-flow .list {
  margin-top: 45px;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 60px;
  position: relative;
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  width: 66px;
  height: 25px;
  transform: translateX(-50%);
  left: 50%;
  top: -42px;
  background: url(/img/breath/flow-arw.png) no-repeat;
  background-size: 100%;
}
#sub-flow .list-ttl {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  padding: 25px 15px;
  color: #fff;
  background-color: #3788cd;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-flow .list-txt {
  line-height: 1.89;
  padding: 21.7px 55px;
  background-color: #fff;
  border: 1px solid #3788cd;
}

/* =========================================
    sub  PC
    sub-menu
========================================= */
#sub-menu .bg {
  position: relative;
  z-index: 1;
}
#sub-menu .list {
  margin-top: 50px;
}
#sub-menu .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-menu .list-box {
  padding: 35px 55px 40px;
  border: 1px solid #3788cd;
  background-color: #fff;
}
#sub-menu .list-fee {
  font-size: 20px;
  font-size: 2rem;
  color: #3788cd;
}
@media screen and (max-width: 767px) {
  #sub-menu .list-fee {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-menu .list-txt {
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #sub-menu .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sub-product .bg {
  background-color: #f2f7fa;
}
#sub-product .list {
  flex-wrap: wrap;
  gap: 55px;
  margin-top: 45px;
}
#sub-product .list-item {
  flex-basis: calc((100% - 110px) / 3);
  max-width: calc((100% - 110px) / 3);
}
#sub-product .list-link {
  width: 100%;
}
#sub-product .list-img {
  width: 100%;
  height: 325px;
}
#sub-product .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-product .list-ttl {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 20px;
  padding-left: 15px;
  border-left: 4px solid #3788cd;
}
@media screen and (max-width: 767px) {
  #sub-product .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

#sub-product-detail .bg {
  background-color: #f2f7fa;
  position: relative;
  z-index: 1;
}
#sub-product-detail .img {
  width: 500px;
  height: 500px;
  margin: 35px auto 0;
}
#sub-product-detail .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-product-detail .fee {
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #sub-product-detail .fee {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#sub-product-detail .txt {
  line-height: 2;
  margin-top: 30px;
}
#sub-product-detail .list {
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 50px;
}
#sub-product-detail .list-item {
  flex-basis: calc((100% - 50px) / 2);
  max-width: calc((100% - 50px) / 2);
  height: 515px;
}
#sub-product-detail .list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =========================================
    sub  PC
    sub-voice
========================================= */
#sub-voice .bg {
  position: relative;
  z-index: 1;
}
#sub-voice .list {
  margin-top: 50px;
}
#sub-voice .list-item {
  padding: 35px 55px 40px;
  border: 1px solid #3788cd;
  background-color: #fff;
}
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
#sub-voice .list-ttl {
  font-size: 20px;
  font-size: 2rem;
  color: #3788cd;
}
@media screen and (max-width: 767px) {
  #sub-voice .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-voice .list-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #sub-voice .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =========================================
    sub  PC
    sub-company
========================================= */
#sub-greeting .bg {
  position: relative;
  z-index: 1;
}
#sub-greeting .container {
  width: 100%;
  position: relative;
}
#sub-greeting .container-box {
  width: 465px;
  margin-right: 70px;
}
#sub-greeting .ttl {
  text-align: left;
}
#sub-greeting .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.31;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #sub-greeting .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-greeting .img {
  flex-shrink: 0;
  position: absolute;
  top: 30px;
  right: 0;
}
#sub-greeting .name {
  position: absolute;
  font-family: "ZenOldMincho-Medium", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  width: 80px;
  line-height: 80px;
  writing-mode: vertical-rl;
  padding: 30.4px 0;
  text-align: center;
  top: -30px;
  left: 50px;
  color: #fff;
  background-image: linear-gradient(to right, #3788cd, #71beff);
}
@media screen and (max-width: 767px) {
  #sub-greeting .name {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

#sub-company .bg {
  background-color: #f2f7fa;
}
#sub-company .table {
  margin-top: 40px;
}
#sub-company .table th {
  width: 350px;
  text-align: left;
  padding: 27px 50px;
}
#sub-company .table td {
  padding: 27px 55px;
}
#sub-company .map {
  width: 100%;
  height: 380px;
  margin: 50px auto 0;
}
#sub-company .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-method .bg {
  position: relative;
  z-index: 1;
}
#sub-method .txt {
  line-height: 2;
  text-align: center;
  margin-top: 40px;
}
#sub-method .com-tel {
  width: 395px;
  text-align: center;
  margin: 40px auto 0;
  padding: 19px 0;
  border-top: 2px dashed #8994a0;
  border-bottom: 2px dashed #8994a0;
}
#sub-method .com-tel-num {
  font-size: 42px;
  font-size: 4.2rem;
  background: url(/img/all/tel-ico.png) no-repeat left 5px;
}
@media screen and (max-width: 767px) {
  #sub-method .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-method .wrap {
  margin-top: 50px;
  gap: 40px;
}
#sub-method .btn {
  box-shadow: unset;
}

#sub-contact .bg {
  background-color: #f2f7fa;
}

#contact-form .com-table01 {
  white-space: unset;
}
#contact-form .com-btn01 {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
}
#contact-form .com-btn01::after {
  display: none;
}

.contact-form-table {
  margin: 50px auto 0;
  background-color: #fff;
  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;
}
@supports (-webkit-touch-callout: none) {
  input[type=button],
  input[type=submit],
  button {
    /* Safariにのみ適用するスタイル */
    color: #313539;
  }
}

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 #3788cd;
}
@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 #3788cd;
  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: #f2f7fa;
  background-color: #ffa800;
  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 #f2f7fa;
  border-right: 1px solid #f2f7fa;
}

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

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .bg {
  position: relative;
  z-index: 1;
}
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .com-news-post-item {
  border-bottom: 2px solid #3788cd;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #313539;
}
#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 #ffa800;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #ffa800;
  text-align: center;
  color: #ffa800;
  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: #313539;
  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
========================================= */
#news-detail .bg {
  position: relative;
  z-index: 1;
}
#news-detail .com-ttl02 {
  text-align: left;
}

/* =========================================
  タグテンプレート
========================================= */
.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 #ffa800;
  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 #ffa800;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #3788cd;
  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%;
  max-width: 820px;
  margin: 50px auto 0;
  flex-wrap: wrap;
  gap: 35px;
}
#tag-btn-list .tag-list-item {
  flex-basis: calc((100% - 70px) / 3);
  max-width: calc((100% - 70px) / 3);
}
#tag-btn-list .btn {
  font-size: 20px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 15px;
  color: #313539;
  border: 1px solid #313539;
}
@media screen and (max-width: 767px) {
  #tag-btn-list .btn {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#tag-btn-list .tag-current {
  color: #3788cd;
  border: 1px solid #3788cd;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #313539;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #313539;
  line-height: 30px;
  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: 10px;
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #3788cd;
}
.pagenation .current-page {
  color: #fff;
  background: #3788cd;
  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 #3788cd;
  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 #3788cd 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: #3788cd;
  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: #3788cd;
  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 {
  position: relative;
  z-index: 1;
}
#sub-site .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #3788cd;
  color: #313539;
  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 #3788cd;
  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 #3788cd;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .bg {
  position: relative;
  z-index: 1;
}
#sub-complete .container-box {
  text-align: center;
  margin-top: 50px;
}
#sub-complete .link {
  margin: 50px auto 0;
}

/* =========================================
    sub  PC
    sub-privacy
========================================= */
#sub-privacy .bg {
  position: relative;
  z-index: 1;
}

/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .bg {
  position: relative;
  z-index: 1;
}
#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: #3788cd;
}