@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: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "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: "ZenKakuGothicNew-Black";
  src: url(../fonts/ZenKakuGothicNew-Black.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Bold";
  src: url(../fonts/ZenKakuGothicNew-Bold.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Medium";
  src: url(../fonts/ZenKakuGothicNew-Medium.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Regular";
  src: url(../fonts/ZenKakuGothicNew-Regular.ttf);
}
@font-face {
  font-family: "ZenKakuGothicNew-Light";
  src: url(../fonts/ZenKakuGothicNew-Light.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================

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

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

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

.com-tel {
  z-index: 1;
}
.com-tel-num {
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #242424;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-tel-txt {
  font-size: 24px;
  font-size: 2.4rem;
  color: #4bc3e7;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .com-tel-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.com-ttl01 {
  text-align: center;
}
.com-ttl01-sub {
  display: inline-block;
  width: 95%;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.1em;
  transform: skew(-10deg);
  -webkit-text-stroke: 1px #0056ad;
  paint-order: stroke;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 3px 5px 0px rgba(32, 150, 231, 0.2);
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 50px;
    font-size: 5rem;
  }
}
.com-ttl01-main {
  display: inline-block;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.14em;
  margin-top: 5px;
  color: #0056ad;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-ttl01-main::before {
  position: absolute;
  content: "";
}
.com-ttl01-main::after {
  position: absolute;
  content: "";
}
.com-ttl01-main::before {
  width: 155px;
  height: 2px;
  transform: translateY(-50%);
  top: 50%;
  left: -175px;
  background: linear-gradient(to right, #0056ad 50%, #4bc3e7 50%);
}
.com-ttl01-main::after {
  width: 155px;
  height: 2px;
  transform: translateY(-50%);
  top: 50%;
  right: -175px;
  background: linear-gradient(to right, #4bc3e7 50%, #0056ad 50%);
}

.com-ttl02 {
  display: inline-block;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.14em;
  padding: 10px 45px 10px 15px;
  color: #fff;
  background-color: #0056ad;
  -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.com-ttl03 {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  text-align: center;
  letter-spacing: 0.14em;
  padding-bottom: 15px;
  color: #0056ad;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.com-ttl03::before {
  position: absolute;
  content: "";
}
.com-ttl03::before {
  width: 40px;
  height: 2px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  background: linear-gradient(to right, #4bc3e7 50%, #0056ad 50%);
}
.com-ttl03::first-letter {
  color: #2096e7;
}

.com-ttl04 {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.14em;
  padding-left: 20px;
  color: #0056ad;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl04 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-ttl04::before {
  position: absolute;
  content: "";
}
.com-ttl04::before {
  width: 4px;
  height: 35px;
  top: 8px;
  left: 0;
  background-color: #0056ad;
}

.com-btn01 {
  display: inline-block;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  width: 180px;
  text-align: center;
  padding: 12px 10px;
  color: #0056ad;
  border: 1px solid #0056ad;
  background: url(/img/all/btn-border.png) no-repeat right center, #fff;
  box-shadow: 0 1px 0 #2096e7;
}
@media screen and (max-width: 767px) {
  .com-btn01 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-btn01:hover {
  transform: translate(0, 1px);
  box-shadow: 0 0 0 #2096e7;
}

.com-line {
  width: 240px;
  line-height: 65px;
  padding: 0;
  color: #fff;
  background-color: #579750;
  outline: 2px solid #fff;
  outline-offset: -3px;
  box-shadow: 0 1px 0 #0c7023;
  position: relative;
}
.com-line::before {
  position: absolute;
  content: "";
}
.com-line::before {
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-color: #fff;
}
.com-line:hover {
  transform: translate(0, 1px);
  box-shadow: 0 0 0 #0c7023;
}

.com-mail {
  width: 240px;
  line-height: 65px;
  padding: 0;
  color: #fff;
  background-color: #0056ad;
  outline: 2px solid #fff;
  outline-offset: -3px;
  box-shadow: 0 1px 0 #2096e7;
  position: relative;
}
.com-mail::before {
  position: absolute;
  content: "";
}
.com-mail::before {
  width: 20px;
  height: 2px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-color: #fff;
}
.com-mail:hover {
  transform: translate(0, 1px);
  box-shadow: 0 0 0 #2096e7;
}

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

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 tr:last-of-type th {
  border-bottom: 1px solid #0056ad;
}
.com-table01 tr:last-of-type td {
  border-bottom: 1px solid #0056ad;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 1px solid #fff;
}
.com-table01 th {
  white-space: pre-line;
  width: 180px;
  line-height: 2;
  text-align: center;
  vertical-align: middle;
  padding: 15px 10px;
  color: #fff;
  background-color: #0056ad;
  border-top: 1px solid #0056ad;
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  line-height: 2;
  padding: 15px 20px;
  color: #242424;
  background-color: #fff;
  border-top: 1px solid #0056ad;
  border-right: 1px solid #0056ad;
}
.com-table01 a {
  color: #242424;
}

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

.com-no-post {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .com-no-post {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.com-no-img {
  width: 90% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.com-no-img-bg {
  text-align: center;
  background-color: #ccc !important;
}

.com-main-color {
  color: #2096e7;
}

.com-sub-color {
  color: #4bc3e7;
}

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

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

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

.pcnav-current {
  color: #0056ad !important;
}

.foo-current {
  border-bottom: 1px solid #fff;
}

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.com-tag-list-item {
  font-family: "Noto sansCJK Bold", sans-serif;
  margin-bottom: 5px;
  padding: 3px 10px;
  color: #fff;
  background-color: #0267ce;
}
.com-tag-list-item:nth-of-type(n + 2) {
  margin-left: 10px;
}

.com-time {
  flex-shrink: 0;
  padding-right: 18px;
}

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

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

/* =========================================
    top  PC
    top-greeting
========================================= */
#top-greeting .bg {
  overflow: hidden;
  position: relative;
}
#top-greeting .bg::before {
  position: absolute;
  content: "";
}
#top-greeting .bg::before {
  width: 100%;
  height: 750px;
  left: 0;
  top: 0;
  background-color: #e4f9ff;
  z-index: -1;
}
#top-greeting .container {
  width: 585px;
  margin-left: auto;
}
#top-greeting .ttl {
  text-align: left;
}
#top-greeting .ttl-main::before {
  display: none;
}
#top-greeting .ttl-main::after {
  width: 400px;
  right: -435px;
  background: linear-gradient(to right, #4bc3e7 15%, #0056ad 0%);
}
#top-greeting .txt {
  line-height: 2;
  margin-top: 35px;
}
#top-greeting .img {
  position: absolute;
  top: 100px;
  left: calc(50% - 1000px);
}

/* =========================================
    top  PC
    top-features
========================================= */
#top-features .bg {
  background: url(/img/top/features-bg.png) no-repeat right bottom;
}
#top-features .list {
  flex-wrap: wrap;
  margin-top: 60px;
}
#top-features .list-item {
  width: 330px;
  text-align: center;
  margin-left: 45px;
  padding: 35px 0 40px;
  position: relative;
}
#top-features .list-item::before {
  position: absolute;
  content: "";
}
#top-features .list-item::after {
  position: absolute;
  content: "";
}
#top-features .list-item::before {
  width: 255px;
  height: 4px;
  top: 0;
  right: 0;
  background-color: #e4f9ff;
  border-top: 1px solid #2096e7;
  border-bottom: 1px solid #2096e7;
}
#top-features .list-item::after {
  width: 330px;
  height: 4px;
  bottom: 0;
  right: 0;
  background-color: #e4f9ff;
  border-top: 1px solid #2096e7;
  border-bottom: 1px solid #2096e7;
}
#top-features .list-item:nth-of-type(3n + 1) {
  margin-left: 0;
}
#top-features .list-item:nth-of-type(n + 4) {
  margin-top: 60px;
}
#top-features .list-num {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.14em;
  transform: skew(-10deg);
  background: linear-gradient(to bottom, #2096e7 58%, #0056ad 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -35px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #top-features .list-num {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-features .list-ttl {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.14em;
  color: #0056ad;
}
@media screen and (max-width: 767px) {
  #top-features .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-features .list-ttl::first-letter {
  color: #2096e7;
}
#top-features .list-txt {
  line-height: 2;
  margin-top: 5px;
}

/* =========================================
    top  PC
    top-work
========================================= */
#top-work .bg {
  overflow: hidden;
}
#top-work .inner {
  position: relative;
}
#top-work .inner::before {
  position: absolute;
  content: "";
}
#top-work .inner::before {
  width: 1035px;
  height: 500px;
  left: -5.2vw;
  top: 160px;
  background-color: #e4f9ff;
  z-index: -1;
}
@media screen and (max-width: 1220px) {
  #top-work .inner::before {
    left: -10px;
  }
}
#top-work .primary {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.08em;
  right: -19.8vw;
  top: 265px;
  transform: rotate(90deg) skewX(-10deg);
  -webkit-text-stroke: 1px #0056ad;
  paint-order: stroke;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 3px 5px 0px rgba(32, 150, 231, 0.2);
}
@media screen and (max-width: 767px) {
  #top-work .primary {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1500px) {
  #top-work .primary {
    right: -285px;
  }
}
@media screen and (min-width: 1921px) {
  #top-work .primary {
    right: -380px;
  }
}
#top-work .wrap {
  width: 420px;
  flex-shrink: 0;
  margin-top: 20px;
}
#top-work .list {
  margin-top: 20px;
}
#top-work .list-item {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  padding: 24px 10px 23px 60px;
  background: url(/img/all/check-icon.png) no-repeat left 20px;
  border-bottom: 1px solid #4bc3e7;
}
@media screen and (max-width: 767px) {
  #top-work .list-item {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-work .img {
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 60px;
}

/* =========================================
    top  PC
    top-case
========================================= */
#top-case .bg {
  overflow: hidden;
}
#top-case .inner {
  position: relative;
}
#top-case .primary {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
  text-align: right;
  transform: skewX(-10deg);
  top: 0;
  right: -5.2vw;
  -webkit-text-stroke: 1px #0056ad;
  paint-order: stroke;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 3px 5px 0px rgba(32, 150, 231, 0.2);
}
@media screen and (max-width: 767px) {
  #top-case .primary {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 1250px) {
  #top-case .primary {
    right: 10px;
  }
}
#top-case .list {
  margin-top: 40px;
}
#top-case .list-item {
  width: 330px;
}
#top-case .list-item:nth-of-type(n + 2) {
  margin-left: 45px;
}
#top-case .list-link {
  width: 100%;
  position: relative;
}
#top-case .list-link::before {
  background: #4bc3e7;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
#top-case .list-link:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
#top-case .list-img {
  width: 100%;
  height: 240px;
}
#top-case .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-case .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.14em;
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #2096e7;
}
@media screen and (max-width: 767px) {
  #top-case .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-case .btn {
  display: block;
  margin: 35px auto 0;
}

/* =========================================
    top  PC
    top-area
========================================= */
#top-area .ttl {
  text-align: left;
}
#top-area .ttl-main::before {
  display: none;
}
#top-area .ttl-main::after {
  width: 280px;
  right: -295px;
  background: linear-gradient(to right, #4bc3e7 25%, #0056ad 0%);
}
#top-area .img {
  display: block;
}
#top-area .txt {
  letter-spacing: 2;
  margin-top: 35px;
}
#top-area .txt-lg {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #4bc3e7;
}
@media screen and (max-width: 767px) {
  #top-area .txt-lg {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

/* =========================================
    top  PC
    top-contact
========================================= */
#top-contact .sub-bg {
  background-color: #e4f9ff;
}
#top-contact .container {
  text-align: center;
  padding: 45px 85px 50px;
  background-color: #fff;
  border: 1px solid #2096e7;
  position: relative;
}
#top-contact .container::before {
  position: absolute;
  content: "";
}
#top-contact .container::before {
  width: 920px;
  height: 3px;
  transform: translateX(-50%);
  left: 50%;
  top: -2px;
  background-color: #fff;
}
#top-contact .primary {
  position: absolute;
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 80px;
  font-size: 8rem;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 0 25px;
  transform: translateX(-50%);
  left: 50%;
  top: -50px;
  color: #0056ad;
}
@media screen and (max-width: 767px) {
  #top-contact .primary {
    font-size: 40px;
    font-size: 4rem;
  }
}
#top-contact .primary-sm {
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  #top-contact .primary-sm {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-contact .primary-color {
  color: #2096e7;
}
#top-contact .ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  left: 0.14em;
  color: #0056ad;
}
@media screen and (max-width: 767px) {
  #top-contact .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-contact .txt {
  line-height: 1.9;
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
#top-contact .txt-lg {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #top-contact .txt-lg {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-contact .txt-color {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #2096e7;
}
@media screen and (max-width: 767px) {
  #top-contact .txt-color {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-contact .wrap {
  margin-top: 40px;
}
#top-contact .wrap-work-txt {
  font-family: "Noto sansCJK Bold", sans-serif;
  line-height: 1;
}
#top-contact .wrap-work-txt:nth-of-type(n + 2) {
  margin-left: 20px;
}
#top-contact .wrap-work-color {
  color: #2096e7;
}
#top-contact .com-tel {
  margin-top: 20px;
}
#top-contact .com-tel-num {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #top-contact .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-contact .com-tel-txt {
  font-size: 32px;
  font-size: 3.2rem;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  #top-contact .com-tel-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-contact .com-line {
  margin-left: 40px;
}
#top-contact .com-mail {
  margin-left: 20px;
}

/* =========================================
    top  PC
    top-banner
========================================= */
#top-banner .bg {
  background-color: #e4f9ff;
  position: relative;
}
#top-banner .bg::before {
  position: absolute;
  content: "";
}
#top-banner .bg::before {
  width: 100%;
  height: 230px;
  left: 0;
  top: -230px;
  background-color: #e4f9ff;
  z-index: -1;
}
#top-banner .list-item {
  width: 240px;
  height: 360px;
}
#top-banner .list-item:nth-of-type(n + 2) {
  margin-left: 40px;
}
#top-banner .list-link {
  width: 100%;
  height: 100%;
  padding-right: 35px;
  box-shadow: 4px 4px 0 0 #fff;
  position: relative;
}
#top-banner .list-link::after {
  position: absolute;
  content: "";
}
#top-banner .list-link::after {
  width: 65px;
  height: 6px;
  right: 0;
  bottom: -22px;
  background: url(/img/top/banner-arw.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#top-banner .list-link:hover::after {
  transform: translate(5px, 0);
}
#top-banner .list-txt {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  top: 45px;
  right: -20px;
  letter-spacing: 0.04em;
  transform: skewY(10deg) rotate(90deg);
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-banner .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-banner .list-ttl {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  padding-top: 35px;
  top: 0;
  right: 35px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-banner .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-banner .list-ttl::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  background-color: #fff;
}
#top-banner .list-business {
  background: url(/img/top/banner-business.jpg) no-repeat center/cover;
}
#top-banner .list-case {
  background: url(/img/top/banner-case.jpg) no-repeat center/cover;
}
#top-banner .list-case .list-txt {
  top: 110px;
  right: -85px;
}
#top-banner .list-about {
  background: url(/img/top/banner-about.jpg) no-repeat center/cover;
}
#top-banner .list-about .list-txt {
  top: 170px;
  right: -145px;
}
#top-banner .list-company {
  background: url(/img/top/banner-company.jpg) no-repeat center/cover;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .ttl-sub-sm {
  font-size: 80px;
  font-size: 8rem;
}
@media screen and (max-width: 767px) {
  #top-news .ttl-sub-sm {
    font-size: 40px;
    font-size: 4rem;
  }
}
#top-news .list {
  width: 100%;
  margin-top: 40px;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#top-news .list-link {
  width: 100%;
  padding: 30px 30px 25px;
  color: #242424;
  background-color: #f5f5f5;
}
#top-news .com-tag-list {
  margin-bottom: 5px;
}
#top-news .btn {
  display: block;
  margin: 50px auto 0;
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-business
========================================= */
#sub-exterior .bg {
  background-color: #e4f9ff;
}
#sub-exterior .wrap {
  margin-top: 50px;
}
#sub-exterior .wrap-img {
  flex-shrink: 0;
  margin-left: 30px;
}
#sub-exterior .txt {
  line-height: 2;
}
#sub-exterior .box {
  margin-top: 40px;
}
#sub-exterior .box-item {
  width: 490px;
}
#sub-exterior .box-img {
  width: 100%;
  margin-top: 25px;
}
#sub-exterior .box-txt {
  line-height: 2;
  margin-top: 25px;
}

#sub-felling .wrap,
#sub-parking .wrap {
  margin-top: 40px;
}
#sub-felling .img,
#sub-parking .img {
  flex-shrink: 0;
  margin-right: 40px;
}
#sub-felling .txt,
#sub-parking .txt {
  line-height: 2;
}

#sub-dismantling .bg,
#sub-public .bg {
  background-color: #e4f9ff;
}
#sub-dismantling .wrap,
#sub-public .wrap {
  margin-top: 40px;
}
#sub-dismantling .img,
#sub-public .img {
  flex-shrink: 0;
  margin-left: 35px;
}
#sub-dismantling .txt,
#sub-public .txt {
  line-height: 2;
}

/* =========================================
    sub  PC
    sub-case
========================================= */
#sub-case .bg {
  background-color: #e4f9ff;
}
#sub-case .list {
  flex-wrap: wrap;
  gap: 50px 45px;
  margin-top: 50px;
}
#sub-case .list-item {
  width: 330px;
}
#sub-case .list-link {
  width: 100%;
  position: relative;
}
#sub-case .list-link::before {
  background: #4bc3e7;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center top;
  transform: scale(0, 1);
  transition: transform 0.3s ease;
}
#sub-case .list-link:hover::before {
  transform-origin: center top;
  transform: scale(1, 1);
}
#sub-case .list-img {
  width: 100%;
  height: 240px;
}
#sub-case .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.14em;
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #2096e7;
}
@media screen and (max-width: 767px) {
  #sub-case .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

#sub-case-detail .bg {
  background-color: #e4f9ff;
}
#sub-case-detail .wrap {
  margin-top: 30px;
}
#sub-case-detail .wrap-box {
  width: 520px;
  padding: 20px 25px 25px;
  background-color: #fff;
}
#sub-case-detail .wrap-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #2096e7;
}
@media screen and (max-width: 767px) {
  #sub-case-detail .wrap-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-case-detail .wrap-txt {
  line-height: 2;
  margin-top: 15px;
}
#sub-case-detail .list {
  flex-wrap: wrap;
  gap: 50px 45px;
  margin-top: 40px;
}
#sub-case-detail .list-item {
  flex-basis: calc((100% - 90px) / 3);
  max-width: calc((100% - 90px) / 3);
  height: 240px;
}
#sub-case-detail .list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =========================================
    sub  PC
    sub-about
========================================= */
#sub-about .bg {
  background-color: #e4f9ff;
}
#sub-about .wrap {
  margin-top: 40px;
}
#sub-about .img {
  flex-shrink: 0;
  margin-left: 35px;
}
#sub-about .txt {
  line-height: 2;
}

#sub-construction .list {
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 50px 45px;
}
#sub-construction .list-item {
  flex-basis: calc((100% - 90px) / 3);
  max-width: calc((100% - 90px) / 3);
}
#sub-construction .list-img {
  width: 100%;
}
#sub-construction .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.14em;
  margin-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #2096e7;
}
@media screen and (max-width: 767px) {
  #sub-construction .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

#sub-flow .bg {
  background-color: #e4f9ff;
}
#sub-flow .list {
  flex-wrap: wrap;
  margin-top: 70px;
}
#sub-flow .list-item {
  width: 330px;
  text-align: center;
  margin-left: 45px;
  padding: 50px 32px 40px;
  background-color: #fff;
  position: relative;
}
#sub-flow .list-item::before {
  position: absolute;
  content: "";
}
#sub-flow .list-item::after {
  position: absolute;
  content: "";
}
#sub-flow .list-item::before {
  width: 255px;
  height: 4px;
  top: 0;
  right: 0;
  background-color: #e4f9ff;
  border-top: 1px solid #2096e7;
  border-bottom: 1px solid #2096e7;
}
#sub-flow .list-item::after {
  width: 100%;
  height: 4px;
  bottom: 0;
  right: 0;
  background-color: #e4f9ff;
  border-top: 1px solid #2096e7;
  border-bottom: 1px solid #2096e7;
}
#sub-flow .list-item:nth-of-type(3n + 1) {
  margin-left: 0;
}
#sub-flow .list-item:nth-of-type(n + 4) {
  margin-top: 60px;
}
#sub-flow .list-num {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.14em;
  transform: skew(-10deg);
  background: linear-gradient(to bottom, #2096e7 58%, #0056ad 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -35px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-num {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sub-flow .list-arw {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: -20px;
}
@media screen and (max-width: 1150px) {
  #sub-flow .list-arw {
    right: -10px;
  }
}
#sub-flow .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.14em;
  margin-top: 20px;
  color: #0056ad;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-flow .list-txt {
  line-height: 2;
  text-align: left;
  margin-top: 10px;
}

/* =========================================
    sub  PC
    sub-company
========================================= */
#sub-greeting .bg {
  background-color: #e4f9ff;
}
#sub-greeting .inner {
  position: relative;
}
#sub-greeting .primary {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  top: 400px;
  right: -200px;
  transform: rotate(90deg) skewX(-10deg);
  -webkit-text-stroke: 1px #0056ad;
  paint-order: stroke;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 3px 5px 0px rgba(32, 150, 231, 0.2);
}
@media screen and (max-width: 767px) {
  #sub-greeting .primary {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 1200px) {
  #sub-greeting .primary {
    right: -160px;
  }
}
#sub-greeting .img {
  display: block;
  margin: 50px auto 0;
}
#sub-greeting .txt {
  line-height: 2;
  text-align: center;
  margin-top: 45px;
}

#sub-company .table {
  margin-top: 50px;
}

#sub-map .map {
  width: 100%;
  height: 300px;
  margin-top: 25px;
}
#sub-map .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

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

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

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

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

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

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

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

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

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

select {
  padding: 7px 15px;
}

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

/* ボタン
-------------------------------------------------- */
input[type=button],
input[type=submit],
button {
  -webkit-appearance: none;
  transition: all 0.3s ease;
}
@supports (-webkit-touch-callout: none) {
  input[type=button],
  input[type=submit],
  button {
    /* Safariにのみ適用するスタイル */
    border-radius: 0;
  }
}

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 #2096e7;
}
@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 #2096e7;
  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: #e4f9ff;
  background-color: #4bc3e7;
  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 #e4f9ff;
  border-right: 1px solid #e4f9ff;
}

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

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .bg {
  background-color: #e4f9ff;
}
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .com-news-post-item {
  border-bottom: 2px solid #2096e7;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #242424;
}
#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 #4bc3e7;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #4bc3e7;
  text-align: center;
  color: #4bc3e7;
  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: #242424;
  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 #4bc3e7;
  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 #4bc3e7;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #2096e7;
  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;
  padding: 28px 30px;
  border-radius: 10px;
  border: 2px solid #0056ad;
}
#tag-btn-list .tag-txt {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 40px;
  color: #242424;
}
#tag-btn-list .tag-list {
  width: 100%;
  flex-wrap: wrap;
}
#tag-btn-list .tag-list-link {
  min-width: 110px;
  text-align: center;
  padding: 5px 30px;
  color: #fff;
  background-color: #2096e7;
  border-radius: 10px;
}
#tag-btn-list .tag-list-link:nth-of-type(n + 2) {
  margin-left: 10px;
}
#tag-btn-list .tag-current {
  color: #2096e7;
  border: 1px solid #2096e7;
  background-color: #fff;
}

/*	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 #242424;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #242424;
  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: #2096e7;
}
.pagenation .current-page {
  color: #fff;
  background: #2096e7;
  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 #2096e7;
  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 #2096e7 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: #2096e7;
  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: #2096e7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/* =========================================
    sub  PC
    sub-site
========================================= */
#sub-site .bg {
  background-color: #e4f9ff;
}
#sub-site .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #2096e7;
  color: #242424;
  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 #2096e7;
  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 #2096e7;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .bg {
  background-color: #e4f9ff;
}
#sub-complete .container-box {
  text-align: center;
  margin-top: 50px;
}
#sub-complete .link {
  width: 220px;
  margin: 50px auto 0;
}

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

/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .bg {
  background-color: #e4f9ff;
}
#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: #2096e7;
}