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

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

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

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

.com-tel {
  position: relative;
  z-index: 1;
}
.com-tel-num {
  line-height: 1;
  letter-spacing: 0.02em;
  color: #333333;
  font-family: "lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 54px;
  font-size: 5.4rem;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-tel-num-sm {
  font-family: "lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 44px;
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .com-tel-num-sm {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.com-ttl01 {
  display: inline-block;
}
.com-ttl01-sub {
  display: inline-block;
}
.com-ttl01-main {
  letter-spacing: 0.1em;
  margin-top: 55px;
  padding-left: 60px;
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
.com-ttl01-main::before {
  position: absolute;
  content: "";
}
.com-ttl01-main {
  z-index: 1;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.com-ttl01-main::before {
  width: 40px;
  height: 2px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #333333;
  z-index: -1;
}

.com-ttl02-sub {
  letter-spacing: 0.02em;
  line-height: 1.4;
  font-family: "lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .com-ttl02-sub {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-ttl02-main {
  letter-spacing: 0.1em;
  padding-left: 60px;
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
.com-ttl02-main::before {
  position: absolute;
  content: "";
}
.com-ttl02-main {
  z-index: 1;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .com-ttl02-main {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.com-ttl02-main::before {
  width: 40px;
  height: 2px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #333333;
  z-index: -1;
}

.com-ttl03 {
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-btn01 {
  width: 95px;
  height: 32px;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
  display: flex;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01 {
  z-index: 1;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .com-btn01 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-btn01::after {
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background: url(/img/all/arw-sm.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
.com-btn01:hover::after {
  transform: translate(3px, -50%);
}

.com-btn02 {
  width: 320px;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
.com-btn02::after {
  position: absolute;
  content: "";
}
.com-btn02 {
  z-index: 1;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .com-btn02 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-btn02::after {
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  background: url(/img/all/arw-sm.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
.com-btn02:hover::after {
  transform: translate(3px, -50%);
}

.com-btn03 {
  width: 402px;
  height: 60px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  color: #fff;
  background-color: #000000;
  border-radius: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
}
.com-btn03::after {
  position: absolute;
  content: "";
}
.com-btn03 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .com-btn03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.com-btn03::after {
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  background: url(/img/all/arw-white.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
.com-btn03:hover::after {
  transform: translate(3px, -50%);
}

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

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 1px solid #333333;
}
.com-table01 tr:nth-of-type(n + 2) td {
  border-top: 1px solid #333333;
}
.com-table01 th {
  white-space: pre-line;
  width: 155px;
  padding: 18px 13px;
  color: #979797;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .com-table01 th {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  padding: 18px 13px 18px 0;
  color: #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .com-table01 td {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-table01 a {
  color: #333333;
}

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

.com-no-post {
  text-align: center;
  margin-top: 100px;
  font-size: 28px;
  font-size: 2.8rem;
}
@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: #e5f9e8;
}

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

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

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

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

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: 100%;
}
.com-tag-list-item {
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 2.2px 9px 2.2px 19px;
  color: #333333;
  background-color: #e5f9e8;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
}
.com-tag-list-item::before {
  position: absolute;
  content: "";
}
.com-tag-list-item {
  z-index: 1;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .com-tag-list-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-tag-list-item::before {
  content: "#";
  transform: translateY(-50%);
  top: 48%;
  left: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .com-tag-list-item::before {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-tag-list-item::before {
  z-index: -1;
}

.com-time {
  flex-shrink: 0;
  letter-spacing: 0.02em;
  line-height: 1.375;
  padding-right: 8px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .com-time {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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

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

.com-scroll {
  position: absolute;
  width: 1px;
  height: 866px;
  bottom: -566px;
  background: linear-gradient(to bottom, #fff 0px, #fff 300px, #333333 300px, #333333 100%);
  z-index: 99;
  z-index: 1;
}
.com-scroll::after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  transform: translateX(-50%);
  left: 50%;
  top: 35px;
  background-color: #fff;
  background-size: 100%;
  border-radius: 50%;
  z-index: -1;
  animation: com-scroll-dot 5s linear infinite;
}
.com-scroll-right {
  right: 2.39vw;
}
@media screen and (max-width: 1160px) {
  .com-scroll-right {
    right: 10px;
  }
}
.com-scroll-left {
  left: 2.39vw;
}
@media screen and (max-width: 1160px) {
  .com-scroll-left {
    left: 10px;
  }
}
.com-scroll-txt {
  position: absolute;
  letter-spacing: 0.06em;
  top: 83px;
  left: -45px;
  writing-mode: vertical-rl;
  color: #fff;
  font-family: "lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .com-scroll-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@keyframes com-scroll-dot {
  0% {
    top: 35px;
    background-color: #fff;
    opacity: 0;
  }
  10% {
    opacity: 1;
    background-color: #fff;
  }
  30% {
    opacity: 1;
    background-color: #fff;
  }
  50% {
    opacity: 1;
    background-color: #000;
  }
  90% {
    opacity: 1;
    background-color: #000;
  }
  100% {
    top: 817px;
    background-color: #000;
    opacity: 0;
  }
}
/* =========================================
    top  PC
    top-ent
========================================= */
#top-ent .container {
  width: 100%;
}
#top-ent .container-box {
  flex-basis: 50%;
  max-width: 50%;
  padding: 4.94vw 5.46vw 5.98vw 3.64vw;
}
#top-ent .container-box:first-of-type {
  background: url(/img/ent/ent-img01.jpg) no-repeat center/cover;
}
#top-ent .container-box:nth-of-type(2) {
  background: url(/img/ent/ent-img02.jpg) no-repeat center/cover;
}
#top-ent .ttl {
  letter-spacing: 0.02em;
  line-height: 1.369;
  color: #fff;
  font-family: "lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: clamp(70px, 4.3vw, 94px);
}
#top-ent .link {
  position: relative;
}
#top-ent .link::after {
  position: absolute;
  content: "";
}
#top-ent .link {
  z-index: 1;
}
#top-ent .link::after {
  width: 3.64vw;
  height: 3.64vw;
  transform: translateY(-50%);
  top: 50%;
  right: 2vw;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
#top-ent .link:hover::after {
  transform: translate(3px, -50%);
}
#top-ent .link-top {
  width: 100%;
  line-height: 1.92;
  letter-spacing: 0.1em;
  margin-top: 1.82vw;
  padding: 1.43vw 6.25vw 1.43vw 2vw;
  background: rgba(255, 255, 255, 0.93);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(18px, 1.4vw, 38px);
}
#top-ent .link-top:hover {
  opacity: 0.9;
}
#top-ent .link-btm {
  width: 508px;
  line-height: 1.38;
  letter-spacing: 0.1em;
  padding: 43px 95px 43px 40px;
  background-color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #top-ent .link-btm {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-ent .link-btm::after {
  right: 1vw;
}
#top-ent .link-lg {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  #top-ent .link-lg {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-ent .wrap {
  width: 100%;
  background: url(/img/ent/ent-img03.jpg) no-repeat center/cover;
}
#top-ent .wrap-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 10px 75px;
}

/* =========================================
    top  PC
    top-about
========================================= */
#top-about .bg {
  position: relative;
}
#top-about .ttl {
  display: inline-block;
  position: relative;
}
#top-about .ttl::before {
  position: absolute;
  content: "";
}
#top-about .ttl::after {
  position: absolute;
  content: "";
}
@media screen and (max-width: 1245px) {
  #top-about .ttl {
    margin-left: 80px;
  }
}
#top-about .ttl::before {
  width: 104px;
  height: 81px;
  top: -30px;
  left: -85px;
  background: url(/img/top/about-deco01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-about .ttl::after {
  width: 104px;
  height: 81px;
  top: -30px;
  right: -65px;
  background: url(/img/top/about-deco02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
#top-about .txt {
  text-align: right;
  letter-spacing: 0.02em;
  margin-top: 75px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #top-about .txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-about .img {
  width: 100%;
}
#top-about .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-about .img {
  margin-top: 160px;
}

/* =========================================
    top  PC
    top-service
========================================= */
#top-service .bg {
  overflow: hidden;
}
@media screen and (max-width: 1140px) {
  #top-service .container-box {
    padding-left: 15px;
  }
}
#top-service .ttl {
  position: relative;
}
#top-service .ttl::before {
  position: absolute;
  content: "";
}
#top-service .ttl::after {
  position: absolute;
  content: "";
}
#top-service .ttl::before {
  width: 116px;
  height: 100px;
  left: -85px;
  top: 60px;
  background: url(/img/top/service-deco01.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
#top-service .ttl::after {
  width: 135px;
  height: 143px;
  top: -95px;
  right: -90px;
  background: url(/img/top/service-deco02.png) no-repeat;
  background-size: 100%;
  z-index: 2;
}
#top-service .ttl-sub {
  position: relative;
}
#top-service .ttl-sub::after {
  position: absolute;
  content: "";
}
#top-service .ttl-sub {
  z-index: 1;
}
#top-service .ttl-sub::after {
  width: 224px;
  height: 60px;
  bottom: -38px;
  right: 50px;
  background: url(/img/top/service-deco03.png) no-repeat;
  background-size: 100%;
}
#top-service .txt {
  letter-spacing: 0.02em;
  line-height: 1.94;
  margin-top: 40px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #top-service .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-service .list {
  margin-top: 105px;
}
#top-service .list-item {
  width: 100%;
  padding: 70px 0 80px;
  position: relative;
}
#top-service .list-item::before {
  position: absolute;
  content: "";
}
#top-service .list-item::after {
  position: absolute;
  content: "";
}
#top-service .list-item {
  z-index: 1;
}
#top-service .list-item::before {
  width: 150vw;
  height: 100%;
  top: 0;
  right: -100px;
  background-color: #f9f9f9;
  z-index: -1;
}
#top-service .list-item::after {
  width: 660px;
  height: 482px;
  top: 265px;
}
#top-service .list-item:first-of-type::after {
  right: -200px;
  background: url(/img/top/creative-img.jpg) no-repeat;
  background-size: 100%;
}
#top-service .list-item:nth-of-type(2) {
  margin-top: 80px;
}
#top-service .list-item:nth-of-type(2)::before {
  right: unset;
  left: -100px;
}
#top-service .list-item:nth-of-type(2)::after {
  left: -200px;
  background: url(/img/top/event-img01.jpg) no-repeat;
  background-size: 100%;
}
#top-service .list-item:nth-of-type(2) .list-wrap {
  margin-left: auto;
}
#top-service .list-num {
  line-height: 1.54;
  letter-spacing: 0.1em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #top-service .list-num {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-service .list-top {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
}
#top-service .list-txt {
  letter-spacing: 0.02em;
  line-height: 1.25;
  font-family: "lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 48px;
  font-size: 4.8rem;
}
@media screen and (max-width: 767px) {
  #top-service .list-txt {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
#top-service .list-ttl {
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #top-service .list-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-service .list-wrap {
  width: 540px;
  margin-top: 45px;
}
#top-service .list-wrap-txt {
  letter-spacing: 0.02em;
  line-height: 1.94;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #top-service .list-wrap-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-service .list-wrap-fle {
  gap: 40px;
  margin-top: 35px;
}
#top-service .list-wrap-img {
  border: 1px solid #7a7a7a;
}
#top-service .list-wrap-event {
  width: 100%;
  margin-top: 35px;
}
#top-service .btn {
  margin: 40px 0 0 auto;
}

/* =========================================
    top  PC
    top-bnr
========================================= */
#top-bnr .bg {
  background-color: #f9f9f9;
  position: relative;
}
#top-bnr .container {
  gap: 64px;
}
@media screen and (max-width: 1150px) {
  #top-bnr .container {
    padding: 0 10px;
  }
}
#top-bnr .com-scroll {
  background: #333333;
}
#top-bnr .link {
  width: 508px;
  letter-spacing: 0.1em;
  line-height: 1.38;
  padding: 38px 95px 38px 40px;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  z-index: 1;
  position: relative;
}
#top-bnr .link::after {
  position: absolute;
  content: "";
}
#top-bnr .link {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #top-bnr .link {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-bnr .link::after {
  width: 70px;
  height: 70px;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
#top-bnr .link:hover::after {
  transform: translate(3px, -50%);
}
#top-bnr .link-lg {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 42px;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  #top-bnr .link-lg {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/* =========================================
    top  PC
    top-works
========================================= */
#top-works .bg {
  position: relative;
}
#top-works .ttl {
  position: relative;
}
#top-works .ttl::before {
  position: absolute;
  content: "";
}
#top-works .ttl::after {
  position: absolute;
  content: "";
}
@media screen and (max-width: 1250px) {
  #top-works .ttl {
    margin-left: 75px;
  }
}
#top-works .ttl::before {
  width: 380px;
  height: 58px;
  top: -35px;
  left: 125px;
  background: url(/img/top/works-ttl-deco02.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}
#top-works .ttl::after {
  width: 77px;
  height: 103px;
  top: -105px;
  right: 62px;
  background: url(/img/top/works-ttl-deco03.png) no-repeat;
  background-size: 100%;
}
#top-works .ttl-sub {
  position: relative;
}
#top-works .ttl-sub::before {
  position: absolute;
  content: "";
}
#top-works .ttl-sub::after {
  position: absolute;
  content: "";
}
#top-works .ttl-sub::before {
  width: 135px;
  height: 143px;
  left: -85px;
  bottom: -50px;
  background: url(/img/top/works-ttl-deco01.png) no-repeat;
  background-size: 100%;
}
#top-works .ttl-sub::after {
  width: 140px;
  height: 98px;
  right: -90px;
  bottom: -52px;
  background: url(/img/top/works-ttl-deco04.png) no-repeat;
  background-size: 100%;
}
#top-works .txt {
  letter-spacing: 0.02em;
  margin-top: 45px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #top-works .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-works .list {
  gap: 60px;
  margin-top: 35px;
}
@media screen and (max-width: 1150px) {
  #top-works .list {
    padding: 0 10px;
  }
}
#top-works .list-item {
  flex-basis: calc((100% - 120px) / 3);
  max-width: calc((100% - 120px) / 3);
  border: 1px solid #7a7a7a;
}
#top-works .btn {
  margin: 45px 0 0 auto;
}
#top-works .com-scroll {
  height: 710px;
  bottom: -566px;
  background: #333333;
}
#top-works .com-scroll::after {
  animation: com-scroll-sm 4.5s linear infinite;
}
@keyframes com-scroll-sm {
  0% {
    top: 35px;
    background-color: #000;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 670px;
    background-color: #000;
    opacity: 0;
  }
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .bg {
  background-color: #f9f9f9;
  overflow: hidden;
}
#top-news .ttl {
  display: block;
  width: 550px;
  margin-left: auto;
  text-align: right;
  position: relative;
}
#top-news .ttl::before {
  position: absolute;
  content: "";
}
#top-news .ttl::after {
  position: absolute;
  content: "";
}
#top-news .ttl::before {
  width: 91px;
  height: 78px;
  top: -53px;
  right: 40px;
  background: url(/img/top/news-ttl-deco03.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}
#top-news .ttl::after {
  width: 116px;
  height: 100px;
  top: 52px;
  right: -100px;
  background: url(/img/top/news-ttl-deco04.png) no-repeat;
  background-size: 100%;
}
#top-news .ttl-sub {
  position: relative;
}
#top-news .ttl-sub::before {
  position: absolute;
  content: "";
}
#top-news .ttl-sub::after {
  position: absolute;
  content: "";
}
#top-news .ttl-sub::before {
  width: 230px;
  height: 43px;
  top: 10px;
  left: -150px;
  background: url(/img/top/news-ttl-deco01.png) no-repeat;
  background-size: 100%;
}
#top-news .ttl-sub::after {
  width: 88px;
  height: 30px;
  top: -50px;
  left: 154px;
  background: url(/img/top/news-ttl-deco02.png) no-repeat;
  background-size: 100%;
}
#top-news .ttl-main {
  display: inline-block;
}
#top-news .list {
  width: 100%;
  flex-wrap: wrap;
  gap: 60px;
  margin-top: 50px;
}
@media screen and (max-width: 1150px) {
  #top-news .list {
    padding: 0 10px;
  }
}
#top-news .list-item {
  flex-basis: calc((100% - 120px) / 3);
  max-width: calc((100% - 120px) / 3);
}
#top-news .list-link {
  width: 100%;
  color: #333333;
}
#top-news .list-img {
  width: 100%;
  height: 320px;
}
#top-news .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-news .list-img {
  border: 1px solid #7a7a7a;
}
#top-news .list-top {
  margin-top: 12px;
}
#top-news .list-ttl {
  letter-spacing: 0.02em;
  line-height: 1.375;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #top-news .list-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-news .btn {
  margin: 55px 0 0 auto;
}

/* =========================================
    top  PC
    top-contact
========================================= */
#top-contact .bg {
  background: url(/img/top/contact-bg.jpg) no-repeat center/cover;
  overflow: hidden;
}
#top-contact .ttl {
  text-align: center;
  position: relative;
}
#top-contact .ttl::before {
  position: absolute;
  content: "";
}
#top-contact .ttl::after {
  position: absolute;
  content: "";
}
#top-contact .ttl::before {
  width: 146px;
  height: 154px;
  left: 0;
  top: -70px;
  background: url(/img/top/contact-ttl-deco01.png) no-repeat;
  background-size: 100%;
  z-index: 1;
}
#top-contact .ttl::after {
  width: 88px;
  height: 30px;
  left: 165px;
  top: 70px;
  background: url(/img/top/contact-ttl-deco02.png) no-repeat;
  background-size: 100%;
}
#top-contact .ttl-sub {
  position: relative;
}
#top-contact .ttl-sub::before {
  position: absolute;
  content: "";
}
#top-contact .ttl-sub::after {
  position: absolute;
  content: "";
}
#top-contact .ttl-sub::before {
  width: 117px;
  height: 124px;
  top: -77px;
  left: calc(50% - 100px);
  background: url(/img/top/contact-ttl-deco03.png) no-repeat;
  background-size: 100%;
}
#top-contact .ttl-sub::after {
  width: 380px;
  height: 58px;
  right: -40px;
  bottom: -30px;
  background: url(/img/top/contact-ttl-deco04.png) no-repeat;
  background-size: 100%;
}
#top-contact .ttl-main {
  display: inline-block;
}
#top-contact .txt {
  line-height: 1.94;
  text-align: center;
  margin-top: 40px;
}
#top-contact .wrap {
  gap: 50px;
  margin-top: 55px;
}
#top-contact .contact-btn {
  width: 402px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000000;
  border-radius: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #top-contact .contact-btn {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-contact .contact-btn::after {
  content: "";
  width: 32px;
  height: 32px;
  margin-left: 20px;
  background: url(/img/all/arw-white.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#top-contact .contact-btn:hover::after {
  transform: translateX(3px);
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-creative
========================================= */
#sub-service .list {
  margin-top: 70px;
  flex-wrap: wrap;
  gap: 50px;
}
#sub-service .list-item {
  flex-basis: calc((100% - 100px) / 3);
  max-width: calc((100% - 100px) / 3);
}
#sub-service .list-item:last-of-type {
  width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
#sub-service .list-img {
  border: 1px solid #b7b7b7;
}
#sub-service .list-ttl {
  letter-spacing: 0.1em;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-service .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-service .list-txt {
  letter-spacing: 0.02em;
  line-height: 1.875;
  margin-top: 10px;
}
#sub-service .list-movie {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
#sub-service .list-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

#sub-plan .bg {
  background-color: #f9f9f9;
}
#sub-plan .list {
  gap: 64px;
  margin-top: 70px;
}
#sub-plan .list-item {
  flex-basis: calc((100% - 64px) / 2);
  max-width: calc((100% - 64px) / 2);
  padding: 30px 15px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.14);
}
#sub-plan .list-item:first-of-type {
  border: 5px solid #a4d6a9;
}
#sub-plan .list-item:nth-of-type(2) {
  border: 5px solid #fff;
}
#sub-plan .list-ttl {
  letter-spacing: 0.1em;
  line-height: 1.33;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #sub-plan .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-plan .list-ttl-big {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  font-size: 3.8rem;
}
@media screen and (max-width: 767px) {
  #sub-plan .list-ttl-big {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-plan .list-ttl-lg {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  #sub-plan .list-ttl-lg {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-plan .list-ttl-mid {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #sub-plan .list-ttl-mid {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#sub-plan .list-ttl-sm {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-plan .list-ttl-sm {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-plan .list-content {
  margin-top: 25px;
}
#sub-plan .list-content-item {
  width: 100%;
  letter-spacing: 0.1em;
  line-height: 1.54;
  text-align: center;
  padding: 1.5px 10px;
  background-color: #e5f9e8;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #sub-plan .list-content-item {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-plan .list-content-item:nth-of-type(n + 2) {
  margin-top: 14px;
}
#sub-plan .list-content-item:nth-of-type(2n) {
  background-color: #fff3ed;
}
#sub-plan .list-txt {
  line-height: 1.94;
  margin-top: 20px;
}

/* =========================================
    sub  PC
    sub-event
========================================= */
#sub-event .list {
  margin-top: 70px;
  flex-wrap: wrap;
  gap: 64px;
}
#sub-event .list-item {
  flex-basis: calc((100% - 64px) / 2);
  max-width: calc((100% - 64px) / 2);
}
#sub-event .list-img {
  border: 1px solid #b7b7b7;
}
#sub-event .list-ttl {
  letter-spacing: 0.1em;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #sub-event .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-event .list-txt {
  letter-spacing: 0.02em;
  line-height: 1.875;
  margin-top: 10px;
}

#sub-flow .bg {
  background-color: #f9f9f9;
}
#sub-flow .list {
  margin-top: 70px;
  flex-wrap: wrap;
  gap: 13px;
}
#sub-flow .list-item {
  flex-basis: calc((100% - 39px) / 4);
  max-width: calc((100% - 39px) / 4);
  padding: 25px 15px 35px;
  background-color: #fff;
  position: relative;
}
#sub-flow .list-num {
  position: absolute;
  width: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  padding-bottom: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  top: -28px;
  left: 15px;
  background-color: #e5f9e8;
  border-radius: 50%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-num {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#sub-flow .list-ttl {
  letter-spacing: 0.1em;
  line-height: 2.18;
  padding-left: 5px;
  border-bottom: 1px solid #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#sub-flow .list-txt {
  letter-spacing: 0.02em;
  margin-top: 10px;
  padding-left: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

#sub-pick .bg {
  overflow: hidden;
}
#sub-pick .txt {
  letter-spacing: 0.02em;
  line-height: 1.94;
  margin-top: 35px;
}
#sub-pick .list {
  gap: 75px;
  margin-top: 70px;
  padding-bottom: 80px;
  position: relative;
}
#sub-pick .list::before {
  position: absolute;
  content: "";
}
#sub-pick .list {
  z-index: 1;
}
#sub-pick .list::before {
  width: 150vw;
  height: 398px;
  left: -100px;
  bottom: 0;
  background-color: #f9f9f9;
  z-index: -1;
}
#sub-pick .list-item {
  width: 380px;
  height: 380px;
  padding: 80px 50px;
  background-color: #e5f9e8;
  border-radius: 50%;
}
#sub-pick .list-ttl {
  letter-spacing: 0.1em;
  line-height: 1.76;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-pick .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-pick .list-txt {
  letter-spacing: 0.02em;
  line-height: 1.94;
  margin-top: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-pick .list-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    sub-works
========================================= */
#sub-works .txt {
  letter-spacing: 0.02em;
  margin-top: 35px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-works .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-works .list {
  gap: 40px 64px;
  margin-top: 50px;
}
#sub-works .list-item {
  flex-basis: calc((100% - 128px) / 3);
  max-width: calc((100% - 128px) / 3);
}
#sub-works .list-link {
  width: 100%;
}
#sub-works .list-link:hover .list-img img {
  transform: scale(1.05);
}
#sub-works .list-img {
  width: 100%;
  height: 320px;
}
#sub-works .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-works .list-img {
  margin-bottom: 14px;
  border: 1px solid #b7b7b7;
  overflow: hidden;
}
#sub-works .list-img img {
  transition: all 0.5s ease;
}
#sub-works .list-ttl {
  margin-top: 5px;
}

#flowchart .bg {
  background-color: #f9f9f9;
}
#flowchart .inner {
  padding: 50px 15px 100px;
}
#flowchart .txt {
  letter-spacing: 0.02em;
  line-height: 1.94;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #flowchart .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#flowchart .wrap {
  padding-top: 70px;
}
#flowchart .wrap-box {
  width: 100%;
  padding: 40px 29px 49px;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  position: relative;
}
#flowchart .wrap-ttl {
  width: 100%;
  display: flex;
  align-items: start;
  gap: 20px;
  padding-left: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333333;
}
#flowchart .wrap-ttl-sub {
  width: 50px;
  height: 50px;
  letter-spacing: 0.1em;
  line-height: 45px;
  text-align: center;
  flex-shrink: 0;
  color: #333333;
  background-color: #fff3ed;
  border-radius: 50%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #flowchart .wrap-ttl-sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#flowchart .wrap-ttl-main {
  letter-spacing: 0.1em;
  padding-top: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #flowchart .wrap-ttl-main {
    font-size: 20px;
    font-size: 2rem;
  }
}
#flowchart .wrap-answer {
  padding: 33px 49px 33px;
}
#flowchart .btn-list {
  gap: 30px;
  margin-top: 28px;
}
#flowchart .chart_btn {
  width: 320px;
  height: 166px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #333333;
  background-color: #e5f9e8;
  border: 1px solid #b7b7b7;
  border-radius: 30px;
  position: relative;
}
#flowchart .chart_btn::after {
  position: absolute;
  content: "";
}
#flowchart .chart_btn {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #flowchart .chart_btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#flowchart .chart_btn::after {
  width: 32px;
  height: 32px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 22px;
  background: url(/img/all/arw-white.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#flowchart .chart_btn:hover::after {
  left: 52%;
}
#flowchart .btn-txt {
  width: 100%;
  height: 90px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#flowchart .back-arw {
  position: absolute;
  letter-spacing: 0.04em;
  padding-left: 45px;
  left: 0;
  bottom: -53px;
  color: #333333;
  z-index: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #flowchart .back-arw {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#flowchart .back-arw::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background: url(/img/all/back-arw.png) no-repeat;
  background-size: 100%;
  z-index: -1;
  transition: all 0.3s ease;
}
#flowchart .back-arw:hover::before {
  transform: translate(-3px, -50%);
}
#flowchart .answer {
  width: 100%;
}
#flowchart .answer-box {
  padding: 33px 49px;
}
#flowchart .answer-primary {
  text-align: center;
  letter-spacing: 0.1em;
  padding: 6px 15px;
  background-color: #fff3ed;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #flowchart .answer-primary {
    font-size: 20px;
    font-size: 2rem;
  }
}
#flowchart .answer-ttl {
  width: 100%;
  letter-spacing: 0.1em;
  margin-top: 35px;
  padding-bottom: 5px;
  border-bottom: 1px solid #333333;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  #flowchart .answer-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#flowchart .answer-ttl-txt {
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 15.5px 55px;
  color: #fff;
  background: url(/img/top/answer-ttl-deco03.png) no-repeat left center, url(/img/top/answer-ttl-deco04.png) no-repeat right center;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  #flowchart .answer-ttl-txt {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#flowchart .answer-ttl-txt-sm {
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  #flowchart .answer-ttl-txt-sm {
    font-size: 20px;
    font-size: 2rem;
  }
}
#flowchart .answer-wrap {
  width: 100%;
  margin-top: 30px;
}
#flowchart .answer-wrap-box {
  padding: 15px 40px;
  background-color: #e5f9e8;
  border-radius: 10px;
}
#flowchart .answer-wrap-box:nth-of-type(n + 2) {
  margin-top: 25px;
}
#flowchart .answer-wrap-ttl {
  letter-spacing: 0.02em;
  font-family: "lato", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #flowchart .answer-wrap-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#flowchart .answer-wrap-txt {
  letter-spacing: 0.02em;
  line-height: 1.94;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #flowchart .answer-wrap-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#flowchart .answer-wrap-fle {
  gap: 40px;
  margin-top: 15px;
}
#flowchart .answer-img img {
  border: 1px solid #b7b7b7;
}
#flowchart .answer-img-ttl {
  letter-spacing: 0.1em;
  margin-top: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #flowchart .answer-img-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#flowchart .answer-txt {
  line-height: 2.1875;
  text-align: center;
}
#flowchart .answer-txt-lg {
  color: #e5f9e8;
}
#flowchart .link {
  margin: 30px auto 0;
}
#flowchart .first-arw {
  margin: 20px auto 0;
}

#sub-works-detail .com-tag-list {
  margin-top: 25px;
}
#sub-works-detail .list {
  width: 100%;
  max-width: 800px;
  gap: 15px;
  margin: 25px auto 0;
}
#sub-works-detail .list-item {
  flex-basis: calc((100% - 15px) / 2);
  max-width: calc((100% - 15px) / 2);
  height: 221px;
}
#sub-works-detail .list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-works-detail .list-item:first-of-type {
  flex-basis: 100%;
  max-width: 100%;
  height: 450px;
}
#sub-works-detail .txt {
  margin-top: 25px;
}

/* =========================================
    sub  PC
    sub-company
========================================= */
#sub-company .table {
  margin-top: 50px;
}

#sub-business .bg {
  background-color: #f9f9f9;
}
#sub-business .txt {
  letter-spacing: 0.02em;
  margin-top: 45px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-business .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-business .list {
  margin-top: 70px;
  gap: 42px 64px;
}
#sub-business .list-item {
  flex-basis: calc((100% - 64px) / 2);
  max-width: calc((100% - 64px) / 2);
  padding: 25px 19px 35px;
  background-color: #fff;
  border: 1px solid #7a7a7a;
}
#sub-business .list-ttl {
  letter-spacing: 0.1em;
  padding: 4px 13px;
  background-color: #e5f9e8;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #sub-business .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-business .list-txt {
  line-height: 1.94;
  letter-spacing: 0.02em;
  margin-top: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-business .list-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

#sub-sns .txt {
  letter-spacing: 0.02em;
  margin-top: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-sns .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-sns .link {
  padding-bottom: 5px;
}
#sub-sns .instagram {
  margin-top: 30px;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-contact .privacy {
  color: #a4d6a9;
  border-bottom: 1px solid #a4d6a9;
}

#contact-form .com-table01 {
  white-space: unset;
}
#contact-form .com-btn02 {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  transition: all 0.5s ease;
}
#contact-form .com-btn02::after {
  display: none;
}
#contact-form .com-btn02:hover {
  transform: scale(0.95);
}

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

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

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

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

.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 {
  /* Safariにのみ適用するスタイル */
  transition: all 0.3s ease;
}

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 {
  margin-top: 5px;
  padding: 2px 10px;
  color: #fff;
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
}
@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 {
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5f9e8;
  font-size: 24px;
  font-size: 2.4rem;
}
@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 #e5f9e8;
  background-color: #fff;
}
.privacy iframe {
  width: 100%;
  height: 265px;
}
.privacy-box:nth-of-type(n + 2) {
  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 {
  width: 250px;
  height: 60px;
  margin-top: 46px;
  line-height: 60px;
  letter-spacing: 0.2em;
  color: #f9f9f9;
  background-color: #a4d6a9;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
@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 #f9f9f9;
  border-right: 1px solid #f9f9f9;
}

.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 .container {
  margin-top: 50px;
}
#sub-news .com-news-post-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #333333;
  background-color: #f9f9f9;
  border: 1px solid #7a7a7a;
}
#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 {
  display: inline-block;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 5px;
  padding-top: 9px;
  color: #939393;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}
@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 #a4d6a9;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #a4d6a9;
  text-align: center;
  color: #a4d6a9;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@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%;
  letter-spacing: 0.1em;
  color: #333333;
  line-height: 2;
  transition: all 0.3s ease;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    detail
========================================= */
#news-detail .com-news-post-con {
  padding: 35px;
  background-color: #f9f9f9;
  border: 1px solid #7a7a7a;
}

/* =========================================
  タグテンプレート
========================================= */
.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 #a4d6a9;
  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 #a4d6a9;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #e5f9e8;
  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: 35px;
}
#tag-btn-list .tag-list {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 20px;
}
#tag-btn-list .tag-list-link {
  height: unset;
  padding: 13px 55px 13px 20px;
}
#tag-btn-list .tag-current {
  color: #e5f9e8;
  background-color: #333333;
}
#tag-btn-list .tag-current::after {
  background: url(/img/all/arw-white.png) no-repeat;
  background-size: 100%;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  background: #fff;
  letter-spacing: 0.05em;
  line-height: 40px;
  position: relative;
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 15px;
}
.pagenation li {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #e5f9e8;
}
.pagenation .current-page {
  color: #333333;
  background: #e5f9e8;
  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 #e5f9e8;
  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 #e5f9e8 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: #e5f9e8;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
  font-size: 18px;
  font-size: 1.8rem;
}
@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: #333333;
  background: #e5f9e8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@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 #a4d6a9;
  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 #a4d6a9;
  border-right: 0;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  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 #a4d6a9;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .ttl {
  text-align: center;
}
#sub-complete .ttl-main {
  display: inline-block;
}
#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: #f9f9f9;
}
#sub-privacy .container {
  margin-top: 50px;
}

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