@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: "Poppins-Black";
  src: url(../fonts/Poppins-Black.ttf);
}
@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppins-BoldItalic";
  src: url(../fonts/Poppins-BoldItalic.ttf);
}
@font-face {
  font-family: "Poppins-Light";
  src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: "Poppins-Italic";
  src: url(../fonts/Poppins-Italic.ttf);
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins-SemiBold.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: "Poppins-Black";
  src: url(../fonts/Poppins-Black.ttf);
}
@font-face {
  font-family: "Poppins-Bold";
  src: url(../fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: "Poppins-BoldItalic";
  src: url(../fonts/Poppins-BoldItalic.ttf);
}
@font-face {
  font-family: "Poppins-Light";
  src: url(../fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: "Poppins-Italic";
  src: url(../fonts/Poppins-Italic.ttf);
}
@font-face {
  font-family: "Poppins-Medium";
  src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(../fonts/Poppins-SemiBold.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: 20px;
  z-index: 1;
}
.com-tel-num {
  font-size: 25px;
  font-size: 2.5rem;
  font-family: "Poppins-Bold", sans-serif;
  line-height: 1;
  left: 0.08em;
  color: #222222;
  background: url(/img/all/tel-ico.png) no-repeat left 3px;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-tel-txt {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .com-tel-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-tel-svg {
  position: absolute;
  width: 210px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.com-ttl01 {
  text-align: center;
}
.com-ttl01-sub {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-ttl01-sub:first-letter {
  color: #f8982d;
}
.com-ttl01-main {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  margin-top: 15px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl02 {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  padding-left: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-ttl02::before {
  position: absolute;
  content: "";
}
.com-ttl02::before {
  width: 100%;
  height: 23px;
  left: 0;
  bottom: 0;
  background: url(/img/all/bg.png) left top;
  border-radius: 10px;
  z-index: -1;
}

.com-btn01 {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  width: 280px;
  text-align: center;
  padding: 16px 15px;
  color: #fff;
  background-color: #222222;
  border-radius: 28.5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-btn01 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.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: 17px;
  height: 17px;
  transform: translateY(-50%);
  top: 50%;
  right: 24px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}

.com-instagram {
  width: 280px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222222;
  border-radius: 27.5px;
}
.com-instagram::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 34px;
  background: url(/img/all/Instagram-ico.png) no-repeat;
}
.com-instagram::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 45px;
  background: url(/img/all/instagram-link-ico.png) no-repeat;
  transition: all 0.3s ease;
}
.com-instagram:hover::after {
  transform: translate(3px, -2px);
}

.com-line {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  width: 280px;
  line-height: 50px;
  text-align: center;
  padding-left: 10px;
  color: #fff;
  background-color: #222222;
  border-radius: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-line {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-line::before {
  position: absolute;
  content: "";
}
.com-line::after {
  position: absolute;
  content: "";
}
.com-line::before {
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  top: 50%;
  left: 29px;
  background: url(/img/all/line-ico.png) no-repeat;
  background-size: 100%;
}
.com-line::after {
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  top: 50%;
  right: 29px;
  background: url(/img/all/link-ico-green.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
.com-line:hover::after {
  transform: translate(3px, -55%);
}

.com-mail {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  width: 280px;
  line-height: 50px;
  text-align: center;
  padding-left: 10px;
  color: #fff;
  background-color: #222222;
  border-radius: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-mail {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-mail::before {
  position: absolute;
  content: "";
}
.com-mail::after {
  position: absolute;
  content: "";
}
.com-mail::after {
  transition: transform 0.3s ease;
}
.com-mail:hover::after {
  transform: translate(5px, -50%);
}
.com-mail::before {
  width: 24px;
  height: 16px;
  transform: translateY(-50%);
  top: 50%;
  left: 27px;
  background: url(/img/all/mail-color-ico.png) no-repeat;
  background-size: 100%;
}
.com-mail::after {
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  top: 50%;
  right: 18px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}

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

.com-table01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.com-table01 th {
  white-space: pre-line;
  font-family: "Noto sansCJK Bold", sans-serif;
  width: 300px;
  text-align: center;
  vertical-align: middle;
  padding: 26.4px 15px;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.com-table01 th::before {
  position: absolute;
  content: "";
}
.com-table01 th::before {
  width: 2px;
  height: 56%;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-color: #b5b5b7;
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  padding: 26.4px 15px 26.4px 80px;
  background-color: #fff;
  border-radius: 0 10px 10px 0;
}
.com-table01 a {
  color: #222222;
}

.com-table02 tr:first-of-type th {
  border-radius: 10px 0 0 0;
}
.com-table02 tr:first-of-type td {
  color: #f8982d;
  background-color: #b4b4b8;
}
.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-works {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
.com-works:nth-of-type(n + 2) {
  margin-left: 25px;
}
.com-works-color {
  display: inline-block;
  width: 65px;
  line-height: 21px;
  text-align: center;
  margin-right: 5px;
  color: #fff;
  background-color: #222222;
  border-radius: 5px;
}

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

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

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

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

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px 10px;
}
.com-tag-list-item {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 5px;
  padding: 0.4px 7px;
  color: #f8982d;
  background-color: #222222;
  border-radius: 6px;
}

.com-time {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  flex-shrink: 0;
  padding-bottom: 5px;
  padding-right: 12px;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .com-time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.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-tweet
========================================= */
#top-tweet .bg {
  background: url(/img/top/tweet-l.png) no-repeat 5.2vw 244px, #e5e7e8;
  position: relative;
  z-index: 1;
}
#top-tweet .bg::before {
  position: absolute;
  content: "";
}
#top-tweet .bg::before {
  width: 405px;
  height: 693px;
  top: 0;
  right: 0;
  background: url(/img/top/tweet-bg-r.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-tweet .container {
  width: 900px;
  height: 402px;
  padding: 70px 85px 0 50px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}
#top-tweet .container::before {
  position: absolute;
  content: "";
}
#top-tweet .container::after {
  position: absolute;
  content: "";
}
#top-tweet .container::before {
  width: 38px;
  height: 37px;
  top: 100px;
  right: -38px;
  background: url(/img/top/tweet-arw.png) no-repeat;
  background-size: 100%;
}
#top-tweet .container::after {
  width: 215px;
  height: 364px;
  bottom: -113px;
  right: -178px;
  background: url(/img/all/illust.png) no-repeat;
  background-size: 100%;
}
#top-tweet .ttl {
  position: absolute;
  width: 662px;
  transform: translateX(-50%);
  left: 50%;
  top: -48px;
}
#top-tweet .img {
  flex-shrink: 0;
  width: 240px;
}
#top-tweet .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-tweet .box {
  margin-left: 40px;
}
#top-tweet .box-ttl {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  width: 100%;
  letter-spacing: 0.08em;
  margin-left: 10px;
  padding-left: 30px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-tweet .box-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-tweet .box-ttl::before {
  position: absolute;
  content: "";
}
#top-tweet .box-ttl::before {
  width: 100%;
  height: 23px;
  left: 0;
  bottom: -2px;
  background: url(/img/all/bg.png) left top;
  border-radius: 10px;
  z-index: -1;
}
#top-tweet .num {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  width: 85px;
  height: 85px;
  flex-shrink: 0;
  text-align: center;
  padding-top: 15px;
  color: #fff;
  background-color: #f8982d;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #top-tweet .num {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-tweet .num-lg {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: 0;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  #top-tweet .num-lg {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#top-tweet .txt {
  line-height: 2.18;
  margin-top: 15px;
}

/* =========================================
    top  PC
    top-about
========================================= */
#top-about .bg {
  position: relative;
  z-index: 1;
}
#top-about .bg::before {
  position: absolute;
  content: "";
}
#top-about .bg::before {
  width: 336px;
  height: 351px;
  left: 35px;
  bottom: -188px;
  background: url(/img/top/about-bg-l.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-about .inner {
  position: relative;
}
#top-about .container {
  width: 538px;
}
#top-about .img {
  position: absolute;
  right: -5.2vw;
  top: 105px;
}
@media screen and (max-width: 1220px) {
  #top-about .img {
    right: -10px;
  }
}
#top-about .ttl {
  text-align: left;
}
#top-about .ttl-main {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #top-about .ttl-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-about .ttl-main-border {
  position: relative;
}
#top-about .ttl-main-border::before {
  position: absolute;
  content: "";
}
#top-about .ttl-main-border::before {
  width: 301px;
  height: 20px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background-color: #e5e7e8;
  border-radius: 10px;
  z-index: -1;
}
#top-about .txt {
  line-height: 2.2;
  margin-top: 40px;
}

/* =========================================
    top  PC
    top-service
========================================= */
#top-service .bg {
  background: url(/img/top/service-deco.png) no-repeat right calc(100% - 387px), #f1f1f1;
  position: relative;
  z-index: 0;
}
#top-service .bg::after {
  position: absolute;
  content: "";
}
#top-service .bg::after {
  width: 311px;
  height: 765px;
  top: -103px;
  right: 0;
  background: url(/img/top/service-top-r.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-service .wrap {
  width: 100%;
  position: relative;
}
#top-service .wrap-box {
  width: 525px;
}
#top-service .wrap-primary {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  padding-left: 25px;
  color: #8e8e8e;
}
@media screen and (max-width: 767px) {
  #top-service .wrap-primary {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-service .wrap-ttl {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #top-service .wrap-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-service .wrap-ttl::before {
  position: absolute;
  content: "";
}
#top-service .wrap-ttl::before {
  width: 100%;
  height: 23px;
  left: 0;
  bottom: 0;
  background: url(/img/all/bg.png) left top;
  z-index: -1;
  border-radius: 10px;
}
#top-service .wrap-txt {
  line-height: 2.2;
  margin-top: 30px;
}
#top-service .btn {
  margin-top: 40px;
}
#top-service .rental {
  margin-top: 55px;
  padding-top: 40px;
}
#top-service .rental-box {
  margin-left: auto;
}
#top-service .rental-img {
  position: absolute;
  left: -5.2vw;
  top: 0;
}
@media screen and (max-width: 1220px) {
  #top-service .rental-img {
    width: 525px;
    left: 0;
  }
}
#top-service .rental-img::after {
  position: absolute;
  content: "";
  width: 400px;
  height: 270px;
  left: 53px;
  bottom: -184px;
  background: url(/img/top/service-img02.png) no-repeat;
  background-size: 100%;
}
#top-service .other {
  margin-top: 300px;
  padding-top: 40px;
}
#top-service .other-img {
  position: absolute;
  right: -5.2vw;
  top: 0;
}
@media screen and (max-width: 1220px) {
  #top-service .other-img {
    width: 525px;
    right: 0;
  }
}
#top-service .other-img::after {
  position: absolute;
  content: "";
  width: 400px;
  height: 270px;
  right: 52px;
  bottom: -184px;
  background: url(/img/top/service-img04.png) no-repeat;
  background-size: 100%;
}
#top-service .other-btn {
  margin-top: 50px;
}
#top-service .list {
  width: 100%;
  margin-top: 35px;
  padding: 23px 0 23px 30px;
  border: 1px solid #222222;
  border-radius: 10px;
}
#top-service .list-item:nth-of-type(n + 2) {
  margin-left: 35px;
}
#top-service .list-txt {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #top-service .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-service .list-txt:nth-of-type(n + 2) {
  margin-top: 10px;
}

/* =========================================
    top  PC
    top-banner
========================================= */
#top-banner .bg {
  background: url(/img/top/banner-bg.png) no-repeat center top;
  position: relative;
  z-index: 1;
}
#top-banner .bg::before {
  position: absolute;
  content: "";
}
#top-banner .bg::after {
  position: absolute;
  content: "";
}
@media screen and (min-width: 1921px) {
  #top-banner .bg {
    background: url(/img/top/banner-bg.png) no-repeat center top/100%;
  }
}
#top-banner .bg::before {
  width: 228px;
  height: 234px;
  top: -50px;
  left: 7.7vw;
  background: url(/img/top/banner-deco01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-banner .bg::after {
  width: 266px;
  height: 333px;
  top: 127px;
  right: 12vw;
  background: url(/img/top/banner-deco02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-banner .link {
  width: 330px;
  height: 307px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#top-banner .link::before {
  position: absolute;
  content: "";
}
#top-banner .link:nth-of-type(2) {
  margin-top: 85px;
}
#top-banner .link:nth-of-type(3) {
  margin-top: 170px;
}
#top-banner .link::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
#top-banner .link:hover::before {
  transform: scale(1.05);
}
#top-banner .link-box {
  position: absolute;
  bottom: 20px;
  left: 35px;
}
#top-banner .link-ttl {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  margin-top: 5px;
  padding-right: 30px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-banner .link-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-banner .link-ttl::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background: url(/img/all/arw.png) no-repeat center/100%;
}
#top-banner .link-txt {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-banner .link-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-banner .link-works::before {
  background: url(/img/top/banner-works.png) no-repeat center/cover;
}
#top-banner .link-flow::before {
  background: url(/img/top/banner-flow.png) no-repeat center/cover;
}
#top-banner .link-question::before {
  background: url(/img/top/banner-question.png) no-repeat center/cover;
}

/* =========================================
    top  PC
    top-cooperation
========================================= */
#top-cooperation .bg {
  background: url(/img/all/bg02.png) left top;
  position: relative;
  z-index: 0;
}
#top-cooperation .bg::after {
  position: absolute;
  content: "";
}
#top-cooperation .bg::after {
  width: 17vw;
  height: 32vw;
  right: 0;
  bottom: -14vw;
  background: url(/img/top/cooperation-bg-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-cooperation .inner {
  position: relative;
}
#top-cooperation .inner::before {
  position: absolute;
  content: "";
}
#top-cooperation .inner::before {
  width: 112px;
  height: 165px;
  left: 135px;
  bottom: -63px;
  background: url(/img/top/cooperation-deco.png) no-repeat;
  background-size: 100%;
}
#top-cooperation .img {
  position: absolute;
  left: -167px;
  top: -137px;
}
@media screen and (max-width: 1420px) {
  #top-cooperation .img {
    width: 450px;
    left: -10px;
    top: -55px;
  }
}
#top-cooperation .wrap {
  width: 622px;
  margin-left: auto;
}
#top-cooperation .ttl {
  text-align: left;
}
#top-cooperation .ttl-sub {
  line-height: 1.2;
}
#top-cooperation .txt {
  line-height: 2.2;
  margin-top: 50px;
}

/* =========================================
    top  PC
    top-beverage
========================================= */
#top-beverage .ttl-main {
  position: relative;
}
#top-beverage .ttl-main::before {
  position: absolute;
  content: "";
}
#top-beverage .ttl-main::after {
  position: absolute;
  content: "";
}
#top-beverage .ttl-main::before {
  width: 72px;
  height: 71px;
  bottom: 10px;
  left: calc(50% - 292px);
  background: url(/img/top/beverage-ttl-l.png) no-repeat;
  background-size: 100%;
}
#top-beverage .ttl-main::after {
  width: 72px;
  height: 71px;
  bottom: 10px;
  right: calc(50% - 292px);
  background: url(/img/top/beverage-ttl-r.png) no-repeat;
  background-size: 100%;
}
#top-beverage .list {
  margin-top: 60px;
}
#top-beverage .list-item {
  width: 300px;
  text-align: center;
  background: url(/img/top/beverage-item-deco.png) no-repeat center 103px;
}
#top-beverage .list-ttl {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.52;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #top-beverage .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-beverage .list-txt {
  line-height: 1.88;
  margin-top: 25px;
}
#top-beverage .btn {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  width: 300px;
  line-height: 57px;
  text-align: center;
  margin-top: 45px;
  color: #fff;
  background-color: #222222;
  border-radius: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-beverage .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-beverage .btn::after {
  position: absolute;
  content: "";
}
#top-beverage .btn::after {
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  background: url(/img/all/link-ico.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#top-beverage .btn:hover::after {
  transform: translate(3px, -55%);
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .bg {
  position: relative;
}
#top-news .bg::before {
  position: absolute;
  content: "";
}
#top-news .bg::after {
  position: absolute;
  content: "";
}
#top-news .bg::before {
  width: 14vw;
  height: 19vw;
  left: 0;
  top: -7vw;
  background: url(/img/top/news-deco01.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
@media screen and (max-width: 1475px) {
  #top-news .bg::before {
    top: -10vw;
  }
}
#top-news .bg::after {
  width: 100%;
  height: 320px;
  bottom: -5px;
  left: 0;
  background-color: #b4b4b8;
  z-index: -1;
}
#top-news .inner {
  padding: 0 10px;
}
#top-news .container {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 105px 10px 120px;
  background: url(/img/top/news-deco02.png) no-repeat calc(100% - 69px) 91px, #f1f1f1;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
#top-news .container-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#top-news .container-box {
  width: 230px;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
}
#top-news .ttl {
  text-align: left;
}
#top-news .list {
  width: 100%;
  margin-left: 90px;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 25px;
}
#top-news .list-link {
  width: 100%;
  padding: 25px 30px 20px;
  color: #222222;
  background-color: #fff;
  border-radius: 10px;
}
#top-news .list-ttl {
  margin-top: 4px;
}
#top-news .btn {
  width: 230px;
  margin-top: 45px;
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-rental
========================================= */
#sub-rental .bg {
  background: url(/img/rental/rental-bg.png) no-repeat center 358px;
  overflow: hidden;
}
#sub-rental .inner {
  position: relative;
  z-index: 1;
}
#sub-rental .inner::before {
  position: absolute;
  content: "";
}
#sub-rental .inner::after {
  position: absolute;
  content: "";
}
#sub-rental .inner::before {
  width: 336px;
  height: 351px;
  top: 268px;
  left: -11vw;
  background: url(/img/rental/rental-deco01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-rental .inner::after {
  width: 221px;
  height: 275px;
  top: 467px;
  right: -8vw;
  background: url(/img/rental/rental-deco02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-rental .txt {
  text-align: center;
  line-height: 2.2;
  margin-top: 60px;
}
#sub-rental .img {
  display: block;
  margin: 55px auto 0;
}
#sub-rental .wrap {
  margin-top: 110px;
}
#sub-rental .rental-btn::after {
  transform: translateY(-50%) rotate(90deg);
}
#sub-rental .rental-btn:hover::after {
  transform: translate(0, -35%) rotate(90deg);
}
#sub-rental .business-btn {
  margin-left: 50px;
  position: relative;
}
#sub-rental .business-btn::before {
  position: absolute;
  content: "";
}
#sub-rental .business-btn::before {
  width: 320px;
  height: 27px;
  transform: translateX(-50%);
  left: 50%;
  top: -37px;
  background: url(/img/rental/rental-txt.png) no-repeat;
  background-size: 100%;
}

#sub-merit .bg {
  background: url(/img/rental/merit-deco01.png) no-repeat left 495px, url(/img/rental/merit-bg.jpg) no-repeat center top, #f1f1f1;
}
@media screen and (min-width: 1921px) {
  #sub-merit .bg {
    background: url(/img/rental/merit-deco01.png) no-repeat left 495px, url(/img/rental/merit-bg.jpg) no-repeat center top/100%, #f1f1f1;
  }
}
#sub-merit .inner {
  position: relative;
  z-index: 0;
}
#sub-merit .inner::before {
  position: absolute;
  content: "";
}
#sub-merit .inner::before {
  width: 231px;
  height: 481px;
  right: -14.5vw;
  bottom: -48px;
  background: url(/img/rental/merit-deco02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1550px) {
  #sub-merit .inner::before {
    right: -10vw;
  }
}
@media screen and (max-width: 1360px) {
  #sub-merit .inner::before {
    right: -10px;
  }
}
#sub-merit .list {
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 55px;
}
#sub-merit .list-item {
  display: flex;
  width: 510px;
  padding: 32px 40px 33px;
  background-color: #fff;
  border-radius: 15px;
}
#sub-merit .list-item:nth-of-type(n + 3) .list-merit::before {
  height: 106px;
}
#sub-merit .list-merit {
  flex-shrink: 0;
  text-align: center;
  position: relative;
}
#sub-merit .list-merit::before {
  position: absolute;
  content: "";
}
#sub-merit .list-merit::before {
  width: 2px;
  height: 68px;
  transform: translateX(-50%);
  left: 50%;
  top: 90px;
  background-color: #222222;
}
#sub-merit .list-merit-txt {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sub-merit .list-merit-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-merit .list-num {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  line-height: 0.7;
}
@media screen and (max-width: 767px) {
  #sub-merit .list-num {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sub-merit .list-box {
  margin-left: 25px;
}
#sub-merit .list-ttl {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #sub-merit .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-merit .list-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.375;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #sub-merit .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sub-item .bg {
  background: url(/img/rental/item-bg.png) no-repeat center 233px/100%;
}
#sub-item .txt {
  font-family: "Noto sansCJK Bold", sans-serif;
  text-align: center;
  margin-top: 50px;
}
#sub-item .list {
  margin-top: 45px;
}
#sub-item .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 40px 40px 50px;
  background-color: #f1f1f1;
  border-radius: 15px;
}
#sub-item .list-item:nth-of-type(n + 2) {
  margin-top: 80px;
}
#sub-item .list-item:first-of-type .list-img::before {
  width: 100px;
  height: 162px;
  left: -40px;
  bottom: -80px;
  background: url(/img/rental/item-deco01.png) no-repeat center/100%;
}
#sub-item .list-item:nth-of-type(2) .list-img::before {
  width: 168px;
  height: 156px;
  left: -44px;
  bottom: -80px;
  background: url(/img/rental/item-deco02.png) no-repeat center/100%;
}
#sub-item .list-item:nth-of-type(3) .list-img::before {
  width: 151px;
  height: 165px;
  left: -44px;
  bottom: -78px;
  background: url(/img/rental/item-deco03.png) no-repeat center/100%;
}
#sub-item .list-item:nth-of-type(4) .list-img::before {
  width: 160px;
  height: 151px;
  left: -43px;
  bottom: -80px;
  background: url(/img/rental/item-deco04.png) no-repeat center/100%;
}
#sub-item .list-item:nth-of-type(5) .list-img::before {
  width: 134px;
  height: 170px;
  left: -43px;
  bottom: -80px;
  background: url(/img/rental/item-deco05.png) no-repeat center/100%;
}
#sub-item .list-item:nth-of-type(6) .list-img::before {
  width: 138px;
  height: 156px;
  left: -45px;
  bottom: -80px;
  background: url(/img/rental/item-deco06.png) no-repeat center/100%;
}
#sub-item .list-item:nth-of-type(7) .list-img::before {
  width: 137px;
  height: 178px;
  left: -45px;
  bottom: -80px;
  background: url(/img/rental/item-deco07.png) no-repeat center/100%;
}
#sub-item .list-item:nth-of-type(8) .list-img::before {
  width: 77px;
  height: 154px;
  left: -43px;
  bottom: -80px;
  background: url(/img/rental/item-deco08.png) no-repeat center/100%;
}
#sub-item .list-item:nth-of-type(9) .list-img::before {
  width: 137px;
  height: 152px;
  left: -43px;
  bottom: -79px;
  background: url(/img/rental/item-deco09.png) no-repeat center/100%;
}
#sub-item .list-item:nth-of-type(10) .list-img::before {
  width: 254px;
  height: 153px;
  left: -44px;
  bottom: -78px;
  background: url(/img/rental/item-deco10.png) no-repeat center/100%;
}
#sub-item .list-item:nth-of-type(11) .list-img::before {
  width: 138px;
  height: 248px;
  left: -42px;
  bottom: -79px;
  background: url(/img/rental/item-deco11.png) no-repeat center/100%;
}
#sub-item .list-box {
  width: 490px;
}
#sub-item .list-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.375;
  margin-top: 30px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #sub-item .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-item .list-img {
  flex-shrink: 0;
  position: relative;
}
#sub-item .list-img::before {
  position: absolute;
  content: "";
}

/* =========================================
    sub  PC
    sub-other
========================================= */
#sub-other .bg {
  background: url(/img/rental/rental-bg.png) no-repeat center 328px;
  overflow: hidden;
}
#sub-other .inner {
  position: relative;
  z-index: 1;
}
#sub-other .inner::before {
  position: absolute;
  content: "";
}
#sub-other .inner::after {
  position: absolute;
  content: "";
}
#sub-other .inner::before {
  width: 336px;
  height: 351px;
  top: 268px;
  left: -11vw;
  background: url(/img/rental/rental-deco01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-other .inner::after {
  width: 221px;
  height: 275px;
  top: 467px;
  right: -8vw;
  background: url(/img/rental/rental-deco02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#sub-other .txt {
  text-align: center;
  line-height: 2.2;
  margin-top: 60px;
}
#sub-other .img {
  display: block;
  margin: 55px auto 0;
}
#sub-other .wrap {
  margin-top: 119px;
}
#sub-other .construction-btn {
  width: 320px;
}
#sub-other .construction-btn::after {
  transform: translateY(-50%) rotate(90deg);
}
#sub-other .construction-btn:hover::after {
  transform: translate(0, -35%) rotate(90deg);
}
#sub-other .rental-btn {
  width: 320px;
  margin-left: 65px;
  position: relative;
}
#sub-other .rental-btn::before {
  position: absolute;
  content: "";
}
#sub-other .rental-btn::before {
  width: 366px;
  height: 47px;
  transform: translateX(-50%);
  left: 50%;
  top: -58px;
  background: url(/img/other/other-txt.png) no-repeat;
  background-size: 100%;
}

#sub-service .bg {
  background: url(/img/other/service-bg.jpg) no-repeat center top/100%, #f1f1f1;
}
#sub-service .txt {
  font-family: "Noto sansCJK Bold", sans-serif;
  text-align: center;
  margin-top: 50px;
}
#sub-service .list {
  margin-top: 45px;
}
#sub-service .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 40px 40px 50px;
  background-color: #fff;
  border-radius: 15px;
}
#sub-service .list-item:nth-of-type(n + 2) {
  margin-top: 80px;
}
#sub-service .list-item:first-of-type .list-img::before {
  width: 151px;
  height: 165px;
  background: url(/img/other/service-deco01.png) no-repeat center/100%;
}
#sub-service .list-item:nth-of-type(2) .list-img::before {
  width: 161px;
  height: 157px;
  background: url(/img/other/service-deco02.png) no-repeat center/100%;
}
#sub-service .list-item:nth-of-type(3) .list-img::before {
  width: 126px;
  height: 188px;
  background: url(/img/other/service-deco03.png) no-repeat center/100%;
}
#sub-service .list-item:nth-of-type(4) .list-img::before {
  width: 128px;
  height: 218px;
  background: url(/img/other/service-deco04.png) no-repeat center/100%;
}
#sub-service .list-item:nth-of-type(5) .list-img::before {
  width: 146px;
  height: 192px;
  background: url(/img/other/service-deco05.png) no-repeat center/100%;
}
#sub-service .list-item:nth-of-type(6) .list-img::before {
  width: 139px;
  height: 173px;
  background: url(/img/other/service-deco06.png) no-repeat center/100%;
}
#sub-service .list-item:nth-of-type(7) .list-img::before {
  width: 149px;
  height: 144px;
  background: url(/img/other/service-deco07.png) no-repeat center/100%;
}
#sub-service .list-item:nth-of-type(8) .list-img::before {
  width: 146px;
  height: 149px;
  background: url(/img/other/service-deco08.png) no-repeat center/100%;
}
#sub-service .list-item:nth-of-type(9) .list-img::before {
  width: 109px;
  height: 171px;
  background: url(/img/other/service-deco09.png) no-repeat center/100%;
}
#sub-service .list-item:nth-of-type(10) .list-img::before {
  width: 151px;
  height: 189px;
  background: url(/img/other/service-deco10.png) no-repeat center/100%;
}
#sub-service .list-item:nth-of-type(11) .list-img::before {
  width: 136px;
  height: 173px;
  background: url(/img/other/service-deco11.png) no-repeat center/100%;
}
#sub-service .list-item:nth-of-type(12) .list-img::before {
  width: 126px;
  height: 223px;
  background: url(/img/other/service-deco12.png) no-repeat center/100%;
}
#sub-service .list-box {
  width: 490px;
}
#sub-service .list-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.375;
  margin-top: 35px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #sub-service .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-service .list-img {
  flex-shrink: 0;
  position: relative;
}
#sub-service .list-img::before {
  position: absolute;
  content: "";
}
#sub-service .list-img::before {
  bottom: -80px;
  left: -43px;
}

/* =========================================
    sub  PC
    sub-case
========================================= */
#sub-case .inner {
  position: relative;
  z-index: 1;
}
#sub-case .inner::before {
  position: absolute;
  content: "";
}
#sub-case .inner::after {
  position: absolute;
  content: "";
}
#sub-case .inner::before {
  width: 279px;
  height: 345px;
  top: 191px;
  left: -10.6vw;
  background: url(/img/case/case-deco01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1375px) {
  #sub-case .inner::before {
    left: -5.2vw;
  }
}
@media screen and (max-width: 1220px) {
  #sub-case .inner::before {
    left: -10px;
  }
}
#sub-case .inner::after {
  width: 250px;
  height: 250px;
  right: -5.2vw;
  top: 160px;
  background: url(/img/case/case-deco02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1220px) {
  #sub-case .inner::after {
    right: -10px;
  }
}
#sub-case .btn-list {
  margin-top: 55px;
}
#sub-case .list {
  flex-wrap: wrap;
  gap: 80px 60px;
  margin-top: 120px;
}
#sub-case .list-item {
  flex-basis: calc((100% - 60px) / 2);
  max-width: calc((100% - 60px) / 2);
}
#sub-case .list-link {
  width: 100%;
  height: 100%;
}
#sub-case .list-link:hover img {
  transform: scale(1.05);
}
#sub-case .list-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
  border-radius: 15px;
}
#sub-case .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case .list-img img {
  border-radius: 15px;
  transition: all 0.5s ease;
}
#sub-case .list-time {
  font-family: "Noto sansCJK Bold", sans-serif;
  display: block;
  margin-top: 20px;
}
#sub-case .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #sub-case .list-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#sub-case-detail .img {
  width: 750px;
  height: 510px;
  margin: 0 auto;
}
#sub-case-detail .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case-detail .img img {
  border-radius: 15px;
}
#sub-case-detail .container {
  margin-top: 70px;
}
#sub-case-detail .time {
  font-family: "Noto sansCJK Bold", sans-serif;
  flex-shrink: 0;
  margin-right: 20px;
  padding-bottom: 5px;
}
#sub-case-detail .ttl {
  margin-top: 25px;
}
#sub-case-detail .table {
  border-collapse: separate;
  border-spacing: 0 15px;
  margin-top: 40px;
}
#sub-case-detail .table th {
  font-family: "Noto sansCJK Bold", sans-serif;
  width: 200px;
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  border-radius: 10px;
  background-color: #e2e2e2;
}
#sub-case-detail .table td {
  line-height: 2.2;
  padding: 10px 15px 10px 40px;
  vertical-align: middle;
}
#sub-case-detail .comparison {
  width: 100%;
  margin-top: 89px;
  padding-left: 30px;
}
#sub-case-detail .comparison-wrap {
  position: relative;
}
#sub-case-detail .comparison-wrap::before {
  position: absolute;
  content: "";
}
#sub-case-detail .comparison-wrap::before {
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: url(/img/case/case-arw.png) no-repeat;
  background-size: 100%;
}
#sub-case-detail .comparison-wrap:nth-of-type(n + 2) {
  margin-top: 70px;
}
#sub-case-detail .comparison-item {
  width: 460px;
  height: 320px;
  position: relative;
}
#sub-case-detail .comparison-txt {
  position: absolute;
  font-family: "Poppins-Bold", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 3px 15px;
  top: -20px;
  left: -30px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #sub-case-detail .comparison-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#sub-case-detail .comparison-img {
  width: 100%;
  height: 100%;
}
#sub-case-detail .comparison-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case-detail .comparison-img img {
  border-radius: 15px;
}
#sub-case-detail .before {
  color: #fff;
  background-color: #222222;
}
#sub-case-detail .after {
  color: #222222;
  background-color: #f8982d;
}
#sub-case-detail .list {
  flex-wrap: wrap;
  gap: 50px 45px;
  margin-top: 100px;
}
#sub-case-detail .list-item {
  flex-basis: calc((100% - 90px) / 3);
  max-width: calc((100% - 90px) / 3);
  height: 250px;
}
#sub-case-detail .list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case-detail .list-img {
  border-radius: 15px;
}

/* =========================================
    sub  PC
    sub-flow
========================================= */
#sub-flow .bg {
  background: url(/img/flow/flow-bg-top.jpg) no-repeat center 167px/100%, url(/img/flow/flow-bg-btm.jpg) no-repeat center calc(100% - 510px)/100%;
}
@media screen and (min-width: 1921px) {
  #sub-flow .bg {
    background: url(/img/flow/flow-bg-all.jpg) no-repeat center 200px/100%;
  }
}
#sub-flow .container {
  margin-top: 45px;
}
#sub-flow .container-box:nth-of-type(n + 2) {
  margin-top: 105px;
}
#sub-flow .container-ttl {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  #sub-flow .container-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-flow .list {
  margin-top: 50px;
}
#sub-flow .list-item {
  padding: 60px;
  background-color: #f1f1f1;
  border-radius: 15px;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-flow .list-ico {
  flex-shrink: 0;
}
#sub-flow .list-box {
  width: 100%;
  margin-top: 10px;
  margin-left: 60px;
  padding-top: 30px;
  border-top: 1px solid #222222;
  position: relative;
}
#sub-flow .list-num {
  position: absolute;
  font-family: "Poppins-Bold", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  padding-right: 28px;
  left: -2px;
  top: -18px;
  color: #f8982d;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-flow .list-num::first-letter {
  color: #222222;
}
#sub-flow .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-flow .list-txt {
  line-height: 2.2;
  margin-top: 20px;
}
#sub-flow .com-tel {
  margin-top: 35px;
}
#sub-flow .com-tel-num {
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  #sub-flow .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-flow .com-tel-txt {
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #sub-flow .com-tel-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-flow .contact {
  margin-top: 13px;
}
#sub-flow .link {
  margin-top: 30px;
}
#sub-flow .link-btn:nth-of-type(n + 2) {
  margin-left: 30px;
}

/* =========================================
    sub  PC
    sub-question
========================================= */
#sub-question .list {
  margin-top: 55px;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 18px;
}
#sub-question .list-top {
  padding: 17px 15px 17px 40px;
  background-color: #222222;
  border-radius: 15px;
}
#sub-question .list-q {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  flex-shrink: 0;
  color: #f8982d;
}
@media screen and (max-width: 767px) {
  #sub-question .list-q {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-question .list-a {
  font-family: "Poppins-Bold", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #sub-question .list-a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-question .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  margin-left: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-question .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-question .list-btm {
  padding: 35px 15px 35px 40px;
}
#sub-question .list-txt {
  line-height: 2.2;
  margin-left: 30px;
}

/* =========================================
    sub  PC
    sub-company
========================================= */
#sub-greeting .bg {
  background: url(/img/company/greeting-deco01.png) no-repeat left 113px;
  overflow: hidden;
}
#sub-greeting .inner {
  position: relative;
}
#sub-greeting .wrap {
  width: 540px;
  margin-top: 50px;
}
#sub-greeting .txt {
  line-height: 2.2;
}
#sub-greeting .name {
  line-height: 2.2;
  margin-top: 55px;
}
#sub-greeting .img {
  position: absolute;
  right: -65px;
  top: 364px;
}

#sub-company .bg {
  background: url(/img/company/company-deco01.png) no-repeat left calc(100% - 209px), url(/img/company/company-deco02.png) no-repeat right 364px, #f1f1f1;
}
#sub-company .inner {
  position: relative;
}
#sub-company .inner::before {
  position: absolute;
  content: "";
}
#sub-company .inner::before {
  width: 272px;
  height: 241px;
  top: -51px;
  left: -11.7vw;
  background: url(/img/company/greeting-deco02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1420px) {
  #sub-company .inner::before {
    left: -5vw;
  }
}
@media screen and (max-width: 1210px) {
  #sub-company .inner::before {
    left: -5px;
  }
}
#sub-company .table {
  margin-top: 45px;
}
#sub-company .table-border::before {
  height: 85%;
}

#sub-map .map {
  width: 100%;
  height: 530px;
}
#sub-map .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-contact .bg {
  background: url(/img/company/company-deco01.png) no-repeat left calc(100% - 209px), url(/img/company/company-deco02.png) no-repeat right 364px, #f1f1f1;
}

#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;
  width: 100%;
  max-width: 1080px;
  table-layout: fixed;
}
.contact-form-table th {
  width: 350px;
  padding: 15px !important;
  white-space: unset;
  text-align: left;
}
.contact-form-table td {
  padding: 15px !important;
  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;
  }
}
/* ご住所だけ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 #f8982d;
}
@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 #f8982d;
  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: #b4b4b8;
  background-color: #e5e7e8;
  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 #b4b4b8;
  border-right: 1px solid #b4b4b8;
}

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

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .com-news-post-item {
  border-bottom: 2px solid #f8982d;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #222222;
}
#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 #e5e7e8;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #e5e7e8;
  text-align: center;
  color: #e5e7e8;
  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: #222222;
  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 #e5e7e8;
  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 #e5e7e8;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #f8982d;
  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 {
  margin-top: 55px;
}
#tag-btn-list .tag-list {
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
}
#tag-btn-list .tag-list-link {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  width: 255px;
  text-align: center;
  padding: 16px 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #tag-btn-list .tag-list-link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#tag-btn-list .tag-current {
  color: #222222;
  border: 1px solid #222222;
  background-color: #fff;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 80px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation-before {
  background-color: unset !important;
}
.pagenation-after {
  background-color: unset !important;
}
.pagenation li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #f1f1f1;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 38px;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 10px;
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #b4b4b8;
}
.pagenation .current-page {
  color: #f8982d;
  background: #222222;
  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 #f8982d;
  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 #f8982d 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: #f8982d;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 25px;
}
@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: #f8982d;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}
@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 #f8982d;
  color: #222222;
  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 #f8982d;
  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 #f8982d;
  }
}
@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  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: #f8982d;
}