@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@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);
}
@font-face {
  font-family: "RocknRollOne-Regular";
  src: url(../fonts/RocknRollOne-Regular.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: "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);
}
@font-face {
  font-family: "RocknRollOne-Regular";
  src: url(../fonts/RocknRollOne-Regular.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;
  padding-bottom: 15px;
  z-index: 1;
}
.com-tel-num {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
  padding-left: 26px;
  color: #fff;
  background: url(/img/all/tel-ico.png) no-repeat left 3px;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.com-tel-svg {
  position: absolute;
  width: 220px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  z-index: -1;
}

.com-ttl01 {
  font-size: 50px;
  font-size: 5rem;
  font-family: "Noto sansCJK Bold", sans-serif;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl01 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-ttl01::before {
  position: absolute;
  content: "";
}
.com-ttl01::before {
  width: 55px;
  height: 6px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  border-top: 6px dotted #3598d1;
}

.com-ttl02 {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: 4px dotted #c2beaa;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-btn01 {
  font-family: "Noto sansCJK Bold", sans-serif;
  width: 460px;
  text-align: center;
  padding: 21.4px 50px;
  color: #fff;
  background-color: #3598d1;
  border-radius: 35px;
  box-shadow: 0 6px 0 #2a77a4;
  transition: all 0.3s ease;
  position: relative;
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01::after {
  transition: transform 0.3s ease;
}
.com-btn01:hover::after {
  transform: translate(3px, -50%);
}
.com-btn01::after {
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}
.com-btn01:hover {
  transform: translate(0, 6px);
  box-shadow: 0 0 0 #2a77a4;
}

.com-mail {
  font-family: "Noto sansCJK Bold", sans-serif;
  width: 210px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fceb80;
  border-radius: 6px;
  box-shadow: 0 4px 0 #92884a;
  transition: all 0.3s ease;
}
.com-mail::before {
  content: "";
  width: 20px;
  height: 15px;
  margin-right: 10px;
  background: url(/img/all/mail-ico.png) no-repeat center/100%;
}
.com-mail:hover {
  transform: translate(0, 4px);
  box-shadow: 0 0 0 #92884a;
}

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

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 20px 0 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0 20px 0 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0 0 0 20px;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 20px 0;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.com-table01 tr:nth-of-type(n + 2) td {
  border-top: 1px solid rgba(53, 152, 209, 0.3);
}
.com-table01 th {
  white-space: pre-line;
  width: 220px;
  vertical-align: middle;
  padding: 14px 15px 14px 20px;
  color: #fff;
  background: url(/img/all/pattern01.png) left top;
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  padding: 14px 15px 14px 20px;
  color: #524c2a;
  background-color: #fff;
}
.com-table01 a {
  color: #524c2a;
}

.com-table02 tr:first-of-type th {
  border-radius: 10px 0 0 0;
}
.com-table02 tr:first-of-type td {
  color: #3598d1;
  background-color: #f8f6ef;
}
.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: #3598d1;
}

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

.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: #3598d1 !important;
}

.foo-current {
  color: #3598d1 !important;
}

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 17px;
  width: 100%;
}
.com-tag-list-item {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .com-tag-list-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-tag-list-item:nth-of-type(n + 2) {
  position: relative;
}
.com-tag-list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
.com-tag-list-item:nth-of-type(n + 2)::before {
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  top: 50%;
  left: -9px;
  background-color: #bbb9b1;
}

.com-time {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  flex-shrink: 0;
  padding-right: 20px;
  color: #3598d1;
}
@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 {
  padding: 0 60px;
}
#top-news .container-box {
  width: 140px;
  flex-shrink: 0;
  position: relative;
}
#top-news .ttl-main {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #top-news .ttl-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-news .ttl-sub {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #3598d1;
}
@media screen and (max-width: 767px) {
  #top-news .ttl-sub {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#top-news .list {
  width: 100%;
  margin-left: 50px;
}
#top-news .list-link {
  width: 100%;
  margin-top: 10px;
  padding: 21px 40px 20px;
  color: #524c2a;
  background-color: #fff;
  border-radius: 10px;
}
#top-news .list-ttl {
  margin-top: 10px;
}
#top-news .btn {
  font-family: "Noto sansCJK Bold", sans-serif;
  margin-top: 22px;
  padding-right: 32px;
  position: relative;
}
#top-news .btn::after {
  position: absolute;
  content: "";
}
#top-news .btn::after {
  transition: transform 0.3s ease;
}
#top-news .btn:hover::after {
  transform: translate(3px, -50%);
}
#top-news .btn::after {
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background: url(/img/top/news-arw.png) no-repeat;
  background-size: 100%;
}

/* =========================================
    top  PC
========================================= */
#top-partner .wrap {
  flex-shrink: 0;
  margin-top: 5px;
  position: relative;
  position: relative;
}
#top-partner .wrap::before {
  position: absolute;
  content: "";
}
#top-partner .wrap::before {
  width: 384px;
  height: 174px;
  left: -35px;
  bottom: -85px;
  background: url(/img/top/partner-deco.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1160px) {
  #top-partner .wrap::before {
    left: -10px;
  }
}
#top-partner .ttl {
  position: absolute;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  white-space: nowrap;
  line-height: 2.1;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  top: -78px;
  right: 50px;
  color: #fceb80;
}
@media screen and (max-width: 767px) {
  #top-partner .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#top-partner .ttl span {
  padding: 15px 6px;
  background-color: #3598d1;
  border-radius: 6px;
}
@-moz-document url-prefix() {
  #top-partner .ttl span {
    /* Firefox にのみ適用するスタイル */
    padding: 15px 15px;
  }
}
#top-partner .txt {
  line-height: 1.64;
  margin-left: 50px;
}

#top-menu .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 80px;
  z-index: 1;
  position: relative;
}
#top-menu .container::before {
  position: absolute;
  content: "";
}
#top-menu .container::before {
  width: 100%;
  height: 740px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background-color: #fff;
  border-radius: 30px;
  z-index: -1;
}
#top-menu .wrap {
  width: 100%;
  max-width: 1280px;
  text-align: center;
  margin: 0 auto;
  padding-top: 65px;
  position: relative;
  z-index: 2;
}
#top-menu .wrap::before {
  position: absolute;
  content: "";
}
#top-menu .wrap::after {
  position: absolute;
  content: "";
}
@media screen and (max-width: 1350px) {
  #top-menu .wrap {
    max-width: 1150px;
  }
}
@media screen and (max-width: 1200px) {
  #top-menu .wrap {
    max-width: 1080px;
  }
}
#top-menu .wrap::before {
  width: 100%;
  height: 340px;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  background: url(/img/all/pattern01.png) left top;
  border-radius: 30px;
  z-index: -1;
}
#top-menu .wrap::after {
  width: 157px;
  height: 172px;
  top: 72px;
  right: calc(50% - 495px);
  background: url(/img/top/menu-deco.png) no-repeat;
  background-size: 100%;
}
#top-menu .ttl {
  color: #fff;
}
#top-menu .ttl::before {
  border-color: #fff;
}
#top-menu .txt {
  margin-top: 45px;
  color: #fff;
}
#top-menu .list {
  width: 100%;
  max-width: 1080px;
  margin: 45px auto 0;
  position: relative;
  z-index: 5;
}
#top-menu .list-item {
  width: 255px;
  height: 403px;
  background: url(/img/top/menu-box-deco.png) no-repeat calc(100% + 6px) calc(100% + 6px), #fceb80;
  border: 6px solid #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(91, 101, 108, 0.2);
}
#top-menu .list-link {
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 34px;
  position: relative;
}
#top-menu .list-link::after {
  position: absolute;
  content: "";
}
#top-menu .list-link::after {
  width: 8px;
  height: 12px;
  right: 12px;
  bottom: 12px;
  background: url(/img/all/arw-white.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#top-menu .list-link:hover::after {
  transform: translate(3px, 0);
}
#top-menu .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin-top: 20px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-menu .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-menu .list-ttl::before {
  position: absolute;
  content: "";
}
#top-menu .list-ttl::before {
  width: 30px;
  height: 3px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background-color: #3598d1;
}
#top-menu .list-txt {
  line-height: 1.64;
  margin-top: 18px;
}
#top-menu .btn {
  display: block;
  margin: 40px auto 0;
}

#top-case .bg {
  position: relative;
}
#top-case .bg::before {
  position: absolute;
  content: "";
}
#top-case .bg::before {
  width: 100%;
  max-width: 1280px;
  height: 200px;
  transform: translateX(-50%);
  left: 50%;
  top: 240px;
  background-color: #e6e3d7;
  border-radius: 30px;
  z-index: -1;
}
#top-case .list {
  gap: 30px;
  margin-top: 50px;
}
#top-case .list-item {
  width: 340px;
  height: 403px;
  background-color: #524c2a;
  border-radius: 20px;
}
#top-case .list-link {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  position: relative;
}
#top-case .list-before {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 30px;
  left: 30px;
  border: 4px solid #fff;
  border-radius: 10px;
}
#top-case .list-before img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-case .list-before img {
  border-radius: 5px;
}
#top-case .list-before-txt {
  position: absolute;
  z-index: 1;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  left: -15px;
  bottom: -20px;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke;
}
@media screen and (max-width: 767px) {
  #top-case .list-before-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-case .list-after {
  width: 200px;
  height: 200px;
  margin-right: 30px;
  margin-left: auto;
  border: 4px solid #fff;
  border-radius: 10px;
  z-index: 5;
  position: relative;
}
#top-case .list-after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-case .list-after::before {
  position: absolute;
  content: "";
}
#top-case .list-after::before {
  width: 44px;
  height: 23px;
  top: 105px;
  left: -70px;
  background: url(/img/top/case-arw.png) no-repeat;
  background-size: 100%;
}
#top-case .list-after img {
  border-radius: 6px;
}
#top-case .list-after-txt {
  position: absolute;
  z-index: 1;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  right: -8px;
  top: -40px;
  color: #3598d1;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke;
}
@media screen and (max-width: 767px) {
  #top-case .list-after-txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#top-case .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-top: 30px;
  padding: 15px 30px 0;
  color: #fff;
  border-top: 4px dotted #c2beaa;
}
@media screen and (max-width: 767px) {
  #top-case .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-case .btn {
  display: block;
  margin: 40px auto 0;
}

#top-company .inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 15px;
  position: relative;
}
#top-company .inner::before {
  position: absolute;
  content: "";
}
#top-company .inner::before {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: url(/img/all/pattern01.png) left top;
  border-radius: 30px;
  z-index: -1;
}
#top-company .container {
  width: 100%;
  max-width: 1280px;
  border-radius: 30px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}
#top-company .img {
  width: 50%;
}
#top-company .wrap {
  width: 50%;
}
#top-company .btn {
  display: block;
  margin: 50px auto 0;
}
#top-company .btn:nth-of-type(n + 2) {
  margin: 20px auto 0;
}

#top-contact .bg {
  background: url(/img/all/pattern02.png) left top;
  position: relative;
}
#top-contact .ttl {
  position: absolute;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  width: 760px;
  height: 120px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -40px;
  transform: translateX(-50%);
  left: 50%;
  color: #fff;
  border-radius: 60px;
  background: linear-gradient(to bottom, #e9ba64 0%, #e9ba64 50%, #e0a74c 50%, #e0a74c 100%);
}
@media screen and (max-width: 767px) {
  #top-contact .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-contact .ttl::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 13px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -13px;
  background: url(/img/all/contact-arw.png) no-repeat center/100%;
}
#top-contact .wrap {
  gap: 63px;
  width: 100%;
  padding: 35.5px 0;
  background-color: #3598d1;
  border: 6px solid #fff;
  border-radius: 20px;
  position: relative;
}
#top-contact .wrap::before {
  position: absolute;
  content: "";
}
#top-contact .wrap::after {
  position: absolute;
  content: "";
}
#top-contact .wrap::before {
  width: 142px;
  height: 190px;
  left: -60px;
  bottom: -65px;
  background: url(/img/all/contact-deco01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1250px) {
  #top-contact .wrap::before {
    width: 122px;
    height: 165px;
    left: -15px;
    bottom: -80px;
  }
}
#top-contact .wrap::after {
  width: 173px;
  height: 173px;
  right: -80px;
  bottom: -60px;
  background: url(/img/all/contact-deco02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1250px) {
  #top-contact .wrap::after {
    width: 143px;
    height: 143px;
    right: -15px;
    bottom: -80px;
  }
}
#top-contact .btn {
  width: 380px;
  height: 70px;
}
#top-contact .com-tel {
  padding-bottom: 25px;
  position: relative;
}
#top-contact .com-tel::before {
  position: absolute;
  content: "";
}
#top-contact .com-tel::before {
  width: 3px;
  height: 60px;
  transform: translateY(-50%);
  top: 50%;
  left: -33px;
  border-left: 4px dotted #c2beaa;
}
#top-contact .com-tel-num {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0;
  padding-left: 53px;
  background: url(/img/all/tel-ico-lg.png) no-repeat left center;
}
@media screen and (max-width: 767px) {
  #top-contact .com-tel-num {
    font-size: 30px;
    font-size: 3rem;
  }
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-menu
========================================= */
#sub-menu .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 55px 10px 80px;
  background: url(/img/all/pattern01.png) left top;
  border-radius: 30px;
}
#sub-menu .container:nth-of-type(n + 2) {
  margin-top: 80px;
}
#sub-menu .wrap {
  width: 100%;
  max-width: 1080px;
  margin: 50px auto 0;
  padding: 40px 50px 50px;
  background-color: #fff;
  border-radius: 30px;
}
#sub-menu .wrap-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #sub-menu .wrap-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-menu .wrap-fle {
  margin-top: 20px;
}
#sub-menu .wrap-img {
  flex-shrink: 0;
}
#sub-menu .ttl {
  color: #fff;
}
#sub-menu .ttl::before {
  border-color: #fff;
}
#sub-menu .txt {
  line-height: 1.64;
  margin-left: 40px;
}
#sub-menu .recommendation {
  width: 100%;
  margin-top: 55px;
  padding: 90px 30px 30px;
  border-radius: 20px;
  background-color: #f8f6ef;
  position: relative;
}
#sub-menu .recommendation-ttl {
  position: absolute;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 45px;
  transform: translateX(-50%);
  left: 50%;
  top: -20px;
  color: #fff;
  background-color: #3598d1;
  border-radius: 35px;
}
@media screen and (max-width: 767px) {
  #sub-menu .recommendation-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-menu .recommendation-ttl::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 13px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -13px;
  background: url(/img/all/blue-arw.png) no-repeat center/100%;
}
#sub-menu .recommendation-list {
  gap: 10px;
  flex-wrap: wrap;
}
#sub-menu .recommendation-list-item {
  flex-basis: calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
}
#sub-menu .recommendation-list-item::before {
  content: "";
  width: 20px;
  height: 17px;
  flex-shrink: 0;
  margin-right: 5px;
  background: url(/img/all/check-ico.png) no-repeat;
}
#sub-menu .particularity {
  width: 100%;
  margin-top: 50px;
  padding: 90px 30px 30px;
  border-radius: 20px;
  background-color: #f8f6ef;
  position: relative;
}
#sub-menu .particularity-ttl {
  position: absolute;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  width: 390px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 45px;
  transform: translateX(-50%);
  left: 50%;
  top: -20px;
  color: #524c2a;
  background-color: #fceb80;
  border-radius: 35px;
}
@media screen and (max-width: 767px) {
  #sub-menu .particularity-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-menu .particularity-ttl::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 13px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -13px;
  background: url(/img/all/yellow-arw.png) no-repeat center/100%;
}
#sub-menu .particularity-list-item {
  width: 292px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
#sub-menu .particularity-list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-menu .particularity-list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-menu .particularity-list-ttl::before {
  position: absolute;
  content: "";
}
#sub-menu .particularity-list-ttl::before {
  width: 30px;
  height: 3px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background-color: #fceb80;
  background-size: 100%;
}
#sub-menu .particularity-list-txt {
  line-height: 1.64;
  margin-top: 20px;
}
#sub-menu .btn {
  display: block;
  margin: 40px auto 0;
}

/* =========================================
    sub  PC
    sub-fee
========================================= */
#sub-fee .inner {
  margin-bottom: 123px;
}
#sub-fee .list-item {
  width: 100%;
  padding: 30px 40px 25px;
  background-color: #fff;
  border-radius: 10px;
}
#sub-fee .list-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
#sub-fee .list-ttl {
  margin-top: 10px;
}
#sub-fee .list-fee {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: right;
  margin-top: 15px;
  color: #3598d1;
}
@media screen and (max-width: 767px) {
  #sub-fee .list-fee {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-fee .list-txt {
  line-height: 1.64;
  margin-top: 15px;
}
#sub-fee .fee-tag {
  flex-wrap: wrap;
  gap: 10px;
}
#sub-fee .fee-tag-item {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2px 5px;
  color: #fff;
  background-color: #3598d1;
}
@media screen and (max-width: 767px) {
  #sub-fee .fee-tag-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* =========================================
    sub  PC
    sub-case
========================================= */
#sub-case .list {
  gap: 30px;
  flex-wrap: wrap;
}
#sub-case .list-item {
  width: 340px;
  height: 403px;
  background-color: #524c2a;
  border-radius: 20px;
}
#sub-case .list-link {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  position: relative;
}
#sub-case .list-before {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 30px;
  left: 30px;
  border: 4px solid #fff;
  border-radius: 10px;
}
#sub-case .list-before img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case .list-before img {
  border-radius: 5px;
}
#sub-case .list-before-txt {
  position: absolute;
  z-index: 1;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  left: -15px;
  bottom: -20px;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke;
}
@media screen and (max-width: 767px) {
  #sub-case .list-before-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-case .list-after {
  width: 200px;
  height: 200px;
  margin-right: 30px;
  margin-left: auto;
  border: 4px solid #fff;
  border-radius: 10px;
  z-index: 5;
  position: relative;
}
#sub-case .list-after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case .list-after::before {
  position: absolute;
  content: "";
}
#sub-case .list-after::before {
  width: 44px;
  height: 23px;
  top: 105px;
  left: -70px;
  background: url(/img/top/case-arw.png) no-repeat;
  background-size: 100%;
}
#sub-case .list-after img {
  border-radius: 6px;
}
#sub-case .list-after-txt {
  position: absolute;
  z-index: 1;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  right: -8px;
  top: -40px;
  color: #3598d1;
  -webkit-text-stroke: 6px #fff;
  paint-order: stroke;
}
@media screen and (max-width: 767px) {
  #sub-case .list-after-txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-case .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-top: 30px;
  padding: 15px 30px 0;
  color: #fff;
  border-top: 4px dotted #c2beaa;
}
@media screen and (max-width: 767px) {
  #sub-case .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

#sub-case-detail .container {
  width: 100%;
  padding: 45px 50px 40px;
  background-color: #e6e3d7;
  border-radius: 30px;
}
#sub-case-detail .wrap {
  margin-top: 40px;
  position: relative;
}
#sub-case-detail .wrap::after {
  position: absolute;
  content: "";
}
#sub-case-detail .wrap::after {
  width: 97px;
  height: 59px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: url(/img/all/case-detail-arw.png) no-repeat;
  background-size: 100%;
  z-index: 5;
}
#sub-case-detail .before {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  position: relative;
  width: 470px;
  height: 470px;
  border: 8px solid #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #sub-case-detail .before {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-case-detail .before img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case-detail .before img {
  border-radius: 5px;
}
#sub-case-detail .before-txt {
  position: absolute;
  z-index: 1;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  left: 25px;
  top: -32px;
}
@media screen and (max-width: 767px) {
  #sub-case-detail .before-txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-case-detail .before-txt::before {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0;
  z-index: -1;
  color: #fff;
  -webkit-text-stroke: 7px #fff;
  paint-order: stroke;
}
#sub-case-detail .before-txt::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
}
#sub-case-detail .after {
  position: relative;
  width: 470px;
  height: 470px;
  border: 8px solid #fff;
  border-radius: 10px;
  z-index: 5;
}
#sub-case-detail .after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case-detail .after img {
  border-radius: 6px;
}
#sub-case-detail .after-txt {
  position: absolute;
  z-index: 1;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  top: -32px;
  left: 25px;
  color: #3598d1;
}
@media screen and (max-width: 767px) {
  #sub-case-detail .after-txt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-case-detail .after-txt::before {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0;
  z-index: -1;
  color: #fff;
  -webkit-text-stroke: 7px #fff;
  paint-order: stroke;
}
#sub-case-detail .after-txt::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
}
#sub-case-detail .txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #sub-case-detail .txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

/* =========================================
    sub  PC
    sub-start
========================================= */
#sub-greeting .primary {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  width: 100%;
  text-align: center;
  margin-top: 50px;
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-greeting .primary {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-greeting .primary::before {
  position: absolute;
  content: "";
}
#sub-greeting .primary::before {
  width: 157px;
  height: 172px;
  bottom: -20px;
  right: 100px;
  background: url(/img/company/greeting-deco01.png) no-repeat;
  background-size: 100%;
}
#sub-greeting .wrap {
  margin-top: 35px;
}
#sub-greeting .img {
  flex-shrink: 0;
  margin-top: 5px;
  position: relative;
}
#sub-greeting .img::before {
  position: absolute;
  content: "";
}
#sub-greeting .img::before {
  width: 164px;
  height: 175px;
  left: 45px;
  bottom: -130px;
  background: url(/img/company/greeting-deco02.png) no-repeat;
  background-size: 100%;
}
#sub-greeting .txt {
  line-height: 1.64;
  margin-left: 30px;
}
#sub-greeting .txt-lg {
  font-family: "Noto sansCJK Bold", sans-serif;
}

#sub-company .inner {
  margin-bottom: 123px;
}
#sub-company .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 65px 10px 80px;
  background-color: #e6e3d7;
  border-radius: 30px;
}
#sub-company .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#sub-company .table {
  margin-top: 45px;
}
#sub-company .map {
  width: 100%;
  height: 300px;
  margin-top: 30px;
}
#sub-company .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#sub-company .map iframe {
  border-radius: 20px;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#contact-form .com-table01 {
  white-space: unset;
}
#contact-form .com-btn01 {
  font-size: 17px;
  font-size: 1.7rem;
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #contact-form .com-btn01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#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にのみ適用するスタイル */
}

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: #e6e3d7;
}

.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 #3598d1;
}
@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 #3598d1;
  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: #f8f6ef;
  background-color: #fceb80;
  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 #f8f6ef;
  border-right: 1px solid #f8f6ef;
}

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

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .ttl {
  margin-bottom: 50px;
}
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .com-news-post-item {
  border-bottom: 2px solid #3598d1;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #524c2a;
}
#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 #fceb80;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #fceb80;
  text-align: center;
  color: #fceb80;
  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: #524c2a;
  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 #fceb80;
  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 #fceb80;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #3598d1;
  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: 30px;
}
#tag-btn-list .tag-list-link {
  width: 340px;
  min-width: 110px;
}
#tag-btn-list .tag-list-link::after {
  background: url(/img/all/btm-arw.png) no-repeat center/100%;
}
#tag-btn-list .tag-list-link:hover::after {
  transform: translate(0, -40%);
}
#tag-btn-list .tag-current {
  color: #3598d1;
  background-color: #fff;
}

/*	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: #3598d1;
}
.pagenation .current-page {
  color: #fff;
  background: #3598d1;
  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 #3598d1;
  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 #3598d1 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: #3598d1;
  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: #3598d1;
  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 .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #3598d1;
  color: #524c2a;
  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 #3598d1;
  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 #3598d1;
  }
}
@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 .link {
  margin: 50px auto 0;
}

/* =========================================
    sub  PC
    sub-privacy
========================================= */
#sub-privacy .bg {
  background-color: #f8f6ef;
}

/* =========================================
    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: #3598d1;
}