@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: "ShipporiMincho-Bold";
  src: url(../fonts/ShipporiMincho-Bold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-ExtraBold";
  src: url(../fonts/ShipporiMincho-ExtraBold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-Medium";
  src: url(../fonts/ShipporiMincho-Medium.ttf);
}
@font-face {
  font-family: "ShipporiMincho-SemiBold";
  src: url(../fonts/ShipporiMincho-SemiBold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-Regular";
  src: url(../fonts/ShipporiMincho-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: "ShipporiMincho-Bold";
  src: url(../fonts/ShipporiMincho-Bold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-ExtraBold";
  src: url(../fonts/ShipporiMincho-ExtraBold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-Medium";
  src: url(../fonts/ShipporiMincho-Medium.ttf);
}
@font-face {
  font-family: "ShipporiMincho-SemiBold";
  src: url(../fonts/ShipporiMincho-SemiBold.ttf);
}
@font-face {
  font-family: "ShipporiMincho-Regular";
  src: url(../fonts/ShipporiMincho-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-info-list {
  align-items: flex-end;
  justify-content: flex-end;
}
.com-info-list-item:nth-of-type(n + 2) {
  margin-left: 20px;
}

.com-tel {
  position: relative;
  padding-bottom: 20px;
  z-index: 1;
}
.com-tel-num {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  padding-left: 32px;
  color: #333333;
  background: url(/img/all/tel-icon.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: 240px;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.com-ttl01 {
  writing-mode: vertical-rl;
}
.com-ttl01-sub {
  font-family: "ShipporiMincho-Regular", sans-serif;
  letter-spacing: 0;
  color: #ffbdd6;
}
.com-ttl01-main {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.14em;
  line-height: 1.56;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.com-ttl02 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: "ShipporiMincho-Regular", sans-serif;
  text-align: center;
  letter-spacing: 0.14em;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.com-ttl02::before {
  position: absolute;
  content: "";
}
.com-ttl02::before {
  width: 40px;
  height: 1px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background-color: #333333;
}

.com-ttl03 {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 17px 0;
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.com-btn01 {
  padding-right: 35px;
  padding-bottom: 5px;
  color: #868686;
  border-bottom: 1px solid #a4a4a4;
  position: relative;
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01::after {
  width: 21px;
  height: 21px;
  right: 0;
  top: 5px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
.com-btn01:hover::after {
  transform: translate(5px, 0);
}

.com-btn02 {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 525px;
  padding: 20px 30px;
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-btn02 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-btn02::after {
  transition: transform 0.3s ease;
}
.com-btn02:hover::after {
  transform: translate(5px, -50%);
}
.com-btn02::after {
  position: absolute;
  content: "";
}
.com-btn02::after {
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  background: url(/img/all/arw-lg.png) no-repeat;
  background-size: 100%;
}

.com-line {
  width: 100%;
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #a4a4a4;
}
@media screen and (max-width: 767px) {
  .com-line {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-line::before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 20px;
  background: url(/img/all/line-ico.png) no-repeat;
  background-size: 100%;
  transition-duration: 0.5s;
}
.com-line:hover::before {
  transform: scale(1.1);
}

.com-mail {
  width: 100%;
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #a4a4a4;
}
@media screen and (max-width: 767px) {
  .com-mail {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-mail::before {
  content: "";
  width: 26px;
  height: 23px;
  margin-right: 20px;
  background: url(/img/all/mail-ico.png) no-repeat;
  background-size: 100%;
  transition-duration: 0.5s;
}
.com-mail:hover::before {
  transform: scale(1.1);
}

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

.com-table01 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 20px 0;
}
.com-table01 tr:first-of-type th {
  border-top: 1px solid #333333;
}
.com-table01 tr:first-of-type td {
  border-top: 1px solid rgba(51, 51, 51, 0.3);
}
.com-table01 th {
  white-space: pre-line;
  width: 200px;
  line-height: 2;
  padding: 17px 19px;
  border-bottom: 1px solid #333333;
}
.com-table01 td {
  white-space: pre-line;
  line-height: 2;
  padding: 17px 19px;
  color: #333333;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
.com-table01 a {
  color: #333333;
}

.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;
}

.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 {
  border-bottom: 2px solid #fee1f2;
}

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

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.com-tag-list-item {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: rgba(51, 51, 51, 0.5);
}
@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) {
  margin-left: 15px;
  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: 14px;
  left: -7px;
  top: 7px;
  background-color: rgba(51, 51, 51, 0.5);
}

.com-time {
  font-family: "ShipporiMincho-Regular", sans-serif;
  flex-shrink: 0;
  padding-right: 40px;
  color: rgba(51, 51, 51, 0.5);
}

.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;
}

.com-banner {
  width: 100%;
  max-width: 1500px;
  margin: 140px auto;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .container-box {
  width: 165px;
  flex-shrink: 0;
}
#top-news .ttl {
  writing-mode: horizontal-tb;
}
#top-news .list {
  width: 100%;
  margin-left: 90px;
}
#top-news .list-item:last-of-type {
  border-bottom: 1px solid rgba(51, 51, 51, 0.16);
}
#top-news .list-link {
  width: 100%;
  padding: 25px 50px 25px 40px;
  color: #4f4f4f;
  border-top: 1px solid rgba(51, 51, 51, 0.16);
}
#top-news .btn {
  margin-top: 75px;
}

/* =========================================
    top  PC
    top-pace
========================================= */
#top-pace .bg {
  position: relative;
  z-index: 1;
}
#top-pace .bg::before {
  position: absolute;
  content: "";
}
#top-pace .bg::before {
  width: 36.4vw;
  min-width: 500px;
  height: 32.3vw;
  min-height: 400px;
  max-height: 750px;
  top: 140px;
  left: 0;
  background-color: #f7f5f6;
  z-index: -1;
}
#top-pace .img {
  position: absolute;
  width: 46.875vw;
  max-width: 1000px;
  min-width: 580px;
  left: 0;
  top: 260px;
}
#top-pace .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1921px) {
  #top-pace .img {
    left: 5vw;
  }
}
#top-pace .container {
  width: 475px;
  margin-left: auto;
}
#top-pace .ttl {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.56;
  writing-mode: vertical-rl;
  margin-left: 180px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-pace .ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#top-pace .ttl::before {
  position: absolute;
  content: "";
}
#top-pace .ttl::before {
  width: 90px;
  height: 90px;
  top: -30px;
  right: -45px;
  background-color: #fff2f7;
  border-radius: 50%;
  z-index: -1;
}
#top-pace .txt {
  line-height: 2;
  margin-top: 70px;
  color: #4f4f4f;
}

/* =========================================
    top  PC
    top-about
========================================= */
#top-about .bg {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#top-about .bg::before {
  position: absolute;
  content: "";
}
#top-about .bg::before {
  width: 1700px;
  height: 1762px;
  top: 0;
  right: 0;
  background-color: #f7f5f6;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-about .bg::before {
    width: 88.5vw;
  }
}
#top-about .container {
  position: relative;
}
#top-about .container-img {
  position: absolute;
  top: 0;
  right: -140px;
}
@media screen and (max-width: 1350px) {
  #top-about .container-img {
    right: -30px;
  }
}
#top-about .container-wrap {
  width: 465px;
  margin-right: auto;
  padding-bottom: 140px;
}
#top-about .container-box {
  width: 100%;
  padding: 105px 0 75px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
#top-about .container-box-ttl {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.14em;
  padding-left: 115px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-about .container-box-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-about .container-box-ttl::before {
  position: absolute;
  content: "";
}
#top-about .container-box-ttl::before {
  width: 90px;
  height: 90px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background: url(/img/all/home-ico.png) no-repeat center;
  background-color: #fff;
  border-radius: 50%;
}
#top-about .ttl {
  margin-left: 165px;
}
#top-about .txt {
  line-height: 2;
  margin-top: 70px;
  color: #4f4f4f;
}
#top-about .list {
  margin-left: 58px;
}
#top-about .list-item {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "ShipporiMincho-Regular", sans-serif;
  line-height: 1.89;
  padding-left: 28px;
  background: url(/img/all/check.png) no-repeat left 14px;
}
@media screen and (max-width: 767px) {
  #top-about .list-item {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-about .business {
  margin-top: 75px;
}
#top-about .business-primary {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 767px) {
  #top-about .business-primary {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-about .business-ttl {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  line-height: 1.53;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #top-about .business-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-about .business-box {
  width: 100%;
  max-width: 960px;
  margin: 50px auto 0;
  padding: 80px 100px 0;
  background-color: #fff;
}
#top-about .movie {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
#top-about .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* =========================================
    top  PC
    top-work
========================================= */
#top-work .bg {
  overflow: hidden;
}
#top-work .container-wrap {
  width: 100%;
  position: relative;
  position: relative;
  z-index: 1;
}
#top-work .container-wrap::before {
  position: absolute;
  content: "";
}
#top-work .container-wrap:nth-of-type(n + 2) {
  margin-top: 207px;
}
#top-work .container-wrap:nth-of-type(n + 2) .container-img {
  top: 53px;
  left: unset;
  right: -100px;
}
#top-work .container-wrap:nth-of-type(n + 2) .container-box {
  margin-left: 0;
  margin-right: auto;
}
#top-work .container-wrap:nth-of-type(n + 2)::before {
  left: unset;
  right: calc(50% - 960px);
}
@media screen and (min-width: 1921px) {
  #top-work .container-wrap:nth-of-type(n + 2)::before {
    right: calc(50% - 50vw);
  }
}
#top-work .container-wrap::before {
  width: 780px;
  height: 640px;
  top: -85px;
  left: calc(50% - 960px);
  background-color: #f7f5f6;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-work .container-wrap::before {
    width: 40.625vw;
    left: calc(50% - 50vw);
  }
}
#top-work .container-img {
  position: absolute;
  top: 47px;
  left: -100px;
}
#top-work .container-box {
  width: 465px;
  margin-left: auto;
}
#top-work .ttl {
  margin-left: 150px;
}
#top-work .txt {
  line-height: 2;
  margin-top: 70px;
}
#top-work .btn {
  display: block;
  width: 145px;
  margin: 30px auto 0;
}
#top-work .link-fle {
  width: 100%;
  margin-top: 167px;
}

/* =========================================
    top  PC
    top-staff
========================================= */
#top-staff .bg {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#top-staff .bg::before {
  position: absolute;
  content: "";
}
#top-staff .bg::before {
  width: 1600px;
  height: 290px;
  left: 0;
  top: 200px;
  background-color: #f7f5f6;
  z-index: -1;
}
@media screen and (min-width: 1921px) {
  #top-staff .bg::before {
    width: 83vw;
  }
}
#top-staff .container-box {
  width: 105px;
  flex-shrink: 0;
}
#top-staff .ttl {
  margin-left: 25px;
}
#top-staff .btn {
  width: 105px;
  margin-top: 180px;
  padding-right: 30px;
}
#top-staff .list {
  width: 100%;
  margin-top: 60px;
  margin-right: 45px;
  flex-wrap: wrap;
  gap: 30px;
}
#top-staff .list-item {
  flex-basis: calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
}
#top-staff .list-link {
  width: 100%;
}
#top-staff .list-img {
  width: 100%;
  height: 200px;
}
#top-staff .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-staff .list-box {
  margin-top: 15px;
  padding-left: 25px;
  padding-right: 10px;
  border-left: 1px solid rgba(51, 51, 51, 0.2);
}
#top-staff .list-ttl {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #top-staff .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-staff .list-txt {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 10px;
  color: #868686;
}
@media screen and (max-width: 767px) {
  #top-staff .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-staff .link-list {
  margin-top: 200px;
}
#top-staff .link-list-btn {
  width: 335px;
}

/* =========================================
    top  PC
    top-entry
========================================= */
#top-entry .bg {
  border-top: 1px solid #a4a4a4;
}
#top-entry .ttl {
  position: relative;
  z-index: 1;
}
#top-entry .ttl-sub {
  position: absolute;
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 120px;
  font-size: 12rem;
  width: 100%;
  transform: translateY(-50%);
  top: 20%;
  left: 87px;
  color: rgba(255, 190, 215, 0.24);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #top-entry .ttl-sub {
    font-size: 60px;
    font-size: 6rem;
  }
}
#top-entry .ttl-main {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.56;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767px) {
  #top-entry .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#top-entry .txt {
  line-height: 2;
  margin-top: 45px;
}
#top-entry .entry {
  width: 540px;
}
#top-entry .entry-btn:nth-of-type(n + 2) {
  margin-top: 20px;
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-flow
========================================= */
#sub-working .list {
  margin-top: 50px;
}
#sub-working .list-item {
  width: 520px;
  padding: 30px 30px 23px 30px;
  background-color: #f7f5f6;
  position: relative;
}
#sub-working .list-primary {
  position: absolute;
  font-family: "ShipporiMincho-Medium", sans-serif;
  text-align: center;
  padding: 10px 20px;
  left: 0;
  top: 20px;
  background-color: #ffeaf2;
}
#sub-working .list-ttl {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffbed7;
}
@media screen and (max-width: 767px) {
  #sub-working .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-working .list-txt {
  line-height: 2;
  margin-top: 25px;
  color: #4f4f4f;
}

#sub-flow .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 90px 0 100px;
  background-color: #f7f5f6;
}
#sub-flow .list {
  flex-wrap: wrap;
  max-width: 1080px;
  margin: 50px auto 0;
  position: relative;
  position: relative;
}
#sub-flow .list::before {
  position: absolute;
  content: "";
}
#sub-flow .list::before {
  width: 1px;
  height: 1080px;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background-color: rgba(51, 51, 51, 0.2);
}
#sub-flow .list-item {
  width: 480px;
  height: 300px;
  padding: 30px 30px 25px 30px;
  background-color: #fff;
  border: 1px solid #a4a4a4;
}
#sub-flow .list-item:nth-of-type(2) {
  margin-top: 170px;
}
#sub-flow .list-item:nth-of-type(3) {
  margin-top: 140px;
}
#sub-flow .list-item:nth-of-type(4) {
  margin-top: 310px;
}
#sub-flow .list-item:nth-of-type(2n + 1) {
  position: relative;
}
#sub-flow .list-item:nth-of-type(2n + 1)::before {
  position: absolute;
  content: "";
}
#sub-flow .list-item:nth-of-type(2n + 1)::after {
  position: absolute;
  content: "";
}
#sub-flow .list-item:nth-of-type(2n + 1)::before {
  width: 50px;
  height: 1px;
  transform: translateY(-50%);
  top: 50%;
  right: -50px;
  background-color: rgba(51, 51, 51, 0.2);
}
#sub-flow .list-item:nth-of-type(2n + 1)::after {
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  right: -70px;
  background: url(/img/flow/1.png) no-repeat;
  background-size: 100%;
}
#sub-flow .list-item:nth-of-type(2n) {
  position: relative;
}
#sub-flow .list-item:nth-of-type(2n)::before {
  position: absolute;
  content: "";
}
#sub-flow .list-item:nth-of-type(2n)::after {
  position: absolute;
  content: "";
}
#sub-flow .list-item:nth-of-type(2n)::before {
  width: 50px;
  height: 1px;
  transform: translateY(-50%);
  top: 50%;
  left: -50px;
  background-color: rgba(51, 51, 51, 0.2);
}
#sub-flow .list-item:nth-of-type(2n)::after {
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: -70px;
  background: url(/img/flow/1.png) no-repeat;
  background-size: 100%;
}
#sub-flow .list-ttl {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  line-height: 1.5;
  text-align: center;
  background-color: #f7f5f6;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-flow .list-txt {
  line-height: 2;
  margin-top: 15px;
}
#sub-flow .list-primary {
  position: absolute;
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 300px;
  line-height: 60px;
  text-align: center;
  transform: translateX(-50%);
  left: 50%;
  top: 505px;
  color: #fff;
  background-color: #a4a4a4;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-primary {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

/* =========================================
    sub  PC
    sub-work
========================================= */
#sub-work .wrap {
  margin-top: 50px;
}
#sub-work .wrap-img {
  flex-shrink: 0;
}
#sub-work .wrap-txt {
  line-height: 2;
  margin-left: 40px;
  margin-right: 30px;
}

#sub-welfare .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 90px 0 100px;
  background-color: #f7f5f6;
}
#sub-welfare .list {
  width: 100%;
  max-width: 1080px;
  margin: 50px auto 0;
}
#sub-welfare .list-item {
  width: 520px;
  padding: 30px 30px 23px 30px;
  background-color: #fff;
  position: relative;
}
#sub-welfare .list-primary {
  position: absolute;
  font-family: "ShipporiMincho-Medium", sans-serif;
  text-align: center;
  padding: 10px 20px;
  left: 0;
  top: 20px;
  background-color: #ffeaf2;
}
#sub-welfare .list-ttl {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.14em;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffbed7;
}
@media screen and (max-width: 767px) {
  #sub-welfare .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-welfare .list-txt {
  line-height: 2;
  margin-top: 25px;
  color: #4f4f4f;
}

/* =========================================
    sub  PC
    sub-voice
========================================= */
#sub-voice .list {
  flex-wrap: wrap;
  gap: 30px;
}
#sub-voice .list-item {
  flex-basis: calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
}
#sub-voice .list-link {
  width: 100%;
  min-height: 390px;
  padding: 20px;
  background-color: #f7f5f6;
  position: relative;
}
#sub-voice .list-link::after {
  position: absolute;
  content: "";
}
#sub-voice .list-link::after {
  width: 21px;
  height: 21px;
  bottom: 20px;
  right: 20px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#sub-voice .list-link:hover::after {
  transform: translate(5px, 0);
}
#sub-voice .list-img {
  width: 100%;
  height: 200px;
}
#sub-voice .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-voice .list-ttl {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  #sub-voice .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-voice .list-txt {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 10px;
  color: #868686;
}
@media screen and (max-width: 767px) {
  #sub-voice .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sub-voice-detail .container {
  padding: 50px;
  background-color: #f7f5f6;
}
#sub-voice-detail .container-img {
  width: 470px;
  height: 310px;
  flex-shrink: 0;
}
#sub-voice-detail .container-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-voice-detail .container-box {
  width: 100%;
  margin-left: 40px;
}
#sub-voice-detail .profile {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: right;
  margin-top: 25px;
  color: #868686;
}
@media screen and (max-width: 767px) {
  #sub-voice-detail .profile {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-voice-detail .list {
  margin-top: 40px;
}
#sub-voice-detail .list-item {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.3);
}
#sub-voice-detail .list-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
#sub-voice-detail .list-q {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  text-align: center;
  padding-top: 10px;
  background-color: #ffeaf2;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #sub-voice-detail .list-q {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-voice-detail .list-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "ShipporiMincho-Regular", sans-serif;
  margin-left: 17px;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  #sub-voice-detail .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-voice-detail .list-txt {
  line-height: 2;
  margin-top: 20px;
  margin-left: 75px;
  color: #4f4f4f;
}

/* =========================================
    sub  PC
    sub-recruit
========================================= */
#sub-demand .txt {
  line-height: 2;
  text-align: center;
  margin-top: 40px;
}
#sub-demand .txt-border {
  background: linear-gradient(transparent calc(100% - 25%), #ffeaf2 0%);
}

#sub-recruit .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 90px 0 100px;
  background-color: #f7f5f6;
}
#sub-recruit .table {
  margin-top: 50px;
}

#sub-recruit-flow .list {
  margin-top: 50px;
}
#sub-recruit-flow .list-item {
  width: 340px;
  padding: 35px 30px;
  color: #4f4f4f;
  background-color: #f7f5f6;
}
#sub-recruit-flow .list-item:nth-of-type(n + 2) {
  position: relative;
}
#sub-recruit-flow .list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
#sub-recruit-flow .list-item:nth-of-type(n + 2)::before {
  width: 11px;
  height: 22px;
  transform: translateY(-50%);
  top: 50%;
  left: -20px;
  background: url(/img/recruit/list-arw.png) no-repeat;
  background-size: 100%;
}
#sub-recruit-flow .list-num {
  font-family: "ShipporiMincho-Regular", sans-serif;
  text-align: center;
  color: #ffbed7;
}
#sub-recruit-flow .list-ttl {
  font-family: "ShipporiMincho-Regular", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffbed7;
}
@media screen and (max-width: 767px) {
  #sub-recruit-flow .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-recruit-flow .list-txt {
  line-height: 2;
  margin-top: 25px;
  padding: 0 10px;
}
#sub-recruit-flow .list-img {
  width: 180px;
  margin: 65px auto 0;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-contact .container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 90px 0 100px;
  background-color: #f7f5f6;
}

#contact-form .com-table01 {
  white-space: unset;
}
#contact-form .com-btn02 {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  width: 350px;
  margin: 50px auto 0;
  padding: 15px 30px;
  border: none;
  border: 1px solid #a4a4a4;
  background-color: unset;
}
@media screen and (max-width: 767px) {
  #contact-form .com-btn02 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#contact-form .com-btn02::after {
  display: none;
}
#contact-form .com-btn02:nth-of-type(n + 2) {
  margin: 25px auto 0;
}

.contact-form-table {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1080px;
  table-layout: fixed;
}
.contact-form-table th {
  width: 320px;
  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: #fff;
}
.contact-form-table td textarea {
  border: none;
  background-color: #fff;
  resize: none;
}
.contact-form-table .sp-sm {
  font-size: 15px;
}

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

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

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

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

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

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

select {
  padding: 7px 15px;
}

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

/* ボタン
-------------------------------------------------- */
input[type=button],
input[type=submit],
button {
  border: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
}
@supports (-webkit-touch-callout: none) {
  input[type=button],
  input[type=submit],
  button {
    /* Safariにのみ適用するスタイル */
    border-radius: 0; /* 必要に応じて明示的に設定 */
    color: #333333; /* 文字色を明示的に設定 */
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.required-mark {
  background: #ff900e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* =========================================
			top  PC
			top-privacy
========================================= */
.privacy-inner {
  padding-top: 30px;
}
.privacy-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff32aa;
}
@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 #ff32aa;
  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: #f7f5f6;
  background-color: #ffbdd6;
  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 #f7f5f6;
  border-right: 1px solid #f7f5f6;
}

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

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .com-ttl03 {
  line-height: 2;
  padding: 10px 0;
}
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .com-news-post-item {
  border-bottom: 2px solid #ffbdd6;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #333333;
}
#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 #ffbdd6;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #ffbdd6;
  text-align: center;
  color: #ffbdd6;
  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: #333333;
  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 #ffbdd6;
  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 #ffbdd6;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #ff32aa;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  color: #000;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list .tag-list {
  width: 100%;
  max-width: 820px;
  margin: 50px auto 0;
  flex-wrap: wrap;
  gap: 35px;
}
#tag-btn-list .tag-list-item {
  flex-basis: calc((100% - 70px) / 3);
  max-width: calc((100% - 70px) / 3);
}
#tag-btn-list .btn {
  font-size: 20px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 15px;
  color: #333333;
  border: 1px solid #333333;
}
@media screen and (max-width: 767px) {
  #tag-btn-list .btn {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#tag-btn-list .tag-current {
  color: #ff32aa;
  border: 1px solid #ff32aa;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #333333;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #333333;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 10px;
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #ff32aa;
}
.pagenation .current-page {
  color: #fff;
  background: #ff32aa;
  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 #ff32aa;
  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 #ff32aa 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: #ff8bcf;
  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: #ff8bcf;
  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 #ff8bcf;
  color: #333333;
  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 #ff8bcf;
  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 #ff8bcf;
  }
}
@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: #f7f5f6;
  border-bottom: 1px solid #a4a4a4;
}
#sub-privacy .com-ttl03 {
  border-top: none;
}

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