@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
/*	font
サイト内で使用するフォントを設定
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
/*	font
サイト内で使用するフォントを設定
------------------------------------ */
@font-face {
  font-family: "NotoSansJP-Black";
  src: url(../fonts/NotoSansJP-Black.ttf);
}
@font-face {
  font-family: "NotoSansJP-Bold";
  src: url(../fonts/NotoSansJP-Bold.ttf);
}
@font-face {
  font-family: "NotoSansJP-ExtraBold";
  src: url(../fonts/NotoSansJP-ExtraBold.ttf);
}
@font-face {
  font-family: "NotoSansJP-Medium";
  src: url(../fonts/NotoSansJP-Medium.ttf);
}
@font-face {
  font-family: "NotoSansJP-Regular";
  src: url(../fonts/NotoSansJP-Regular.ttf);
}
@font-face {
  font-family: "NotoSansJP-SemiBold";
  src: url(../fonts/NotoSansJP-SemiBold.ttf);
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================

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

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

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

.com-info-list {
  align-items: flex-end;
  justify-content: flex-end;
}
.com-info-list-item:nth-of-type(n+2) {
  margin-left: 20px;
}

.com-tel {
  position: relative;
  padding-bottom: 15px;
}
.com-tel-num {
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  padding-left: 32px;
  color: #36393d;
  background: url(/img/all/tel-ico.png) no-repeat left 3px;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-tel-svg {
  position: absolute;
  width: 250px;
  transform: translateX(-50%);
  left: 57%;
  bottom: 0;
}

.com-instagram {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3b77d2;
  border-radius: 4px;
}

.com-box01 {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  margin-top: 60px;
  padding: 65px 0;
  border-radius: 16px;
  border: 2px solid #3b77d2;
  background-color: #fff;
}

.com-ttl01 {
  text-align: center;
  line-height: 1.4;
}
.com-ttl01-main {
  font-family: "NotoSansJP-ExtraBold", sans-serif;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-ttl01-sub {
  font-family: "NotoSansJP-ExtraBold", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  color: #3b77d2;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.com-ttl02 {
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  color: #fff;
  background-color: #7cbff8;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-btn01 {
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 350px;
  text-align: center;
  padding: 21px 10px;
  color: #fff;
  background-color: #3b77d2;
  border-radius: 5px;
  position: relative;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-btn01 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01::after {
  transition: transform 0.3s ease;
}
.com-btn01:hover::after {
  transform: translate(-10px, -50%);
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01::after {
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}

.com-btn02 {
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  width: 410px;
  text-align: center;
  padding: 22px 10px;
  color: #fff;
  background-color: #ffa70e;
  border-radius: 5px;
  position: relative;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-btn02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.com-btn02::after {
  position: absolute;
  content: "";
}
.com-btn02::after {
  transition: transform 0.3s ease;
}
.com-btn02:hover::after {
  transform: translate(-10px, -50%);
}
.com-btn02::before {
  position: absolute;
  content: "";
}
.com-btn02::after {
  position: absolute;
  content: "";
}
.com-btn02::before {
  width: 26px;
  height: 20px;
  transform: translateY(-50%);
  top: 53%;
  left: 35px;
  background: url(/img/all/mail-ico-sm.png) no-repeat;
  background-size: 100%;
}
.com-btn02::after {
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}

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

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 0 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0 10px 0 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0 0 0 10px;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 0;
  border-bottom: 3px solid #7cbff8;
}
.com-table01 tr:nth-of-type(n+2) th {
  border-top: 3px solid #fff;
}
.com-table01 th {
  white-space: pre-line;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 300px;
  vertical-align: middle;
  padding: 21px 15px 21px 48px;
  color: #fff;
  background-color: #7cbff8;
  border: 3px solid #7cbff8;
}
@media screen and (max-width: 767px) {
  .com-table01 th {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-table01 td {
  font-family: "NotoSansJP-SemiBold.ttf", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  white-space: pre-line;
  vertical-align: middle;
  padding: 21px 30px 21px 50px;
  color: #36393d;
  background-color: #fff;
  border: 3px solid #7cbff8;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .com-table01 td {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-table01-tel {
  color: #36393d;
}

.com-table02 {
  width: 100%;
  border-collapse: separate;
}
.com-table02 tr:first-of-type th:first-of-type {
  border-radius: 10px 0 0 0;
}
.com-table02 tr:first-of-type td:first-of-type {
  border-radius: 0 10px 0 0;
}
.com-table02 tr:last-of-type th {
  border-radius: 0 0 0 10px;
}
.com-table02 tr:last-of-type td {
  border-radius: 0 0 10px 0;
  border-bottom: 3px solid #ffe1ad;
}
.com-table02 tr:nth-of-type(n+2) th {
  border-top: 3px solid #fff;
}
.com-table02 th {
  white-space: pre-line;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 300px;
  vertical-align: middle;
  padding: 21px 15px 21px 48px;
  color: #36393d;
  background-color: #ffe1ad;
  border: 3px solid #ffe1ad;
}
@media screen and (max-width: 767px) {
  .com-table02 th {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-table02 td {
  font-family: "NotoSansJP-SemiBold.ttf", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  white-space: pre-line;
  vertical-align: middle;
  padding: 21px 30px 21px 50px;
  color: #36393d;
  background-color: #fff;
  border: 3px solid #ffe1ad;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .com-table02 td {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

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

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

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

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

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

.pcnav-current {
  color: #3b77d2 !important;
}

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

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.com-tag-list-item {
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 2px 5px;
  color: #ffa70e;
  border: 2px solid #ffa70e;
  border-radius: 3px;
}

.com-time {
  font-family: "NotoSansJP-Bold", sans-serif;
  flex-shrink: 0;
  padding-bottom: 5px;
  padding-right: 8px;
}

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

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

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .wrap {
  position: relative;
  width: 300px;
  min-height: 240px;
  flex-shrink: 0;
}
#top-news .btn {
  position: absolute;
  width: 100%;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
#top-news .list {
  width: 100%;
  margin-left: 160px;
}
#top-news .list-item {
  border-bottom: 2px solid #dae1e9;
}
#top-news .list-item:nth-of-type(n+2) .list-link {
  padding-top: 25px;
}
#top-news .list-link {
  width: 100%;
  padding-bottom: 25px;
  color: #36393d;
}

/* =========================================
    top  PC
    top-entrust
========================================= */
#top-entrust .bg {
  background: url(/img/all/pt01.png) left top;
  z-index: 0;
  position: relative;
}
#top-entrust .bg::before {
  position: absolute;
  content: "";
}
#top-entrust .bg::before {
  width: 100%;
  height: 220px;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: -1;
}
#top-entrust .container {
  text-align: center;
  z-index: 0;
  position: relative;
}
#top-entrust .container::before {
  position: absolute;
  content: "";
}
#top-entrust .container::after {
  position: absolute;
  content: "";
}
#top-entrust .container::before {
  width: 15.4vw;
  max-width: 297px;
  height: 20.8vw;
  max-height: 398px;
  left: -4.6vw;
  bottom: 0;
  background: url(/img/top/sec02-deco01.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  #top-entrust .container::before {
    left: 20px;
  }
}
#top-entrust .container::after {
  width: 30.8vw;
  max-width: 592px;
  height: 22.3vw;
  max-height: 429px;
  right: -9.6vw;
  bottom: 0;
  background: url(/img/top/sec02-deco02.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}
@media screen and (max-width: 1350px) {
  #top-entrust .container::after {
    right: 0;
  }
}
#top-entrust .ttl {
  width: 100%;
  padding: 50px 0;
  background-color: #e7f5ff;
  border-radius: 10px;
  position: relative;
}
#top-entrust .ttl::before {
  position: absolute;
  content: "";
}
#top-entrust .ttl::before {
  width: 128px;
  height: 57px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -56px;
  background: url(/img/all/sec-arw.png) no-repeat;
  background-size: 100%;
}
#top-entrust .ttl-main {
  font-size: 65px;
  font-size: 6.5rem;
  line-height: 1.2;
  color: #3b77d2;
}
@media screen and (max-width: 767px) {
  #top-entrust .ttl-main {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
#top-entrust .ttl-sub {
  line-height: 2;
}
#top-entrust .ttl-sm {
  font-size: 60px;
  font-size: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-entrust .ttl-sm {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-entrust .ttl-sm::before {
  position: absolute;
  content: "";
}
#top-entrust .ttl-sm::after {
  position: absolute;
  content: "";
}
#top-entrust .ttl-sm::before {
  width: 34px;
  height: 35px;
  bottom: 20px;
  left: calc(50% - 275px);
  background: url(/img/all/ttl-deco-l.png) no-repeat;
  background-size: 100%;
}
#top-entrust .ttl-sm::after {
  width: 34px;
  height: 35px;
  bottom: 20px;
  right: calc(50% - 275px);
  background: url(/img/all/ttl-deco-r.png) no-repeat;
  background-size: 100%;
}
#top-entrust .txt {
  font-family: "NotoSansJP-Bold", sans-serif;
  line-height: 2.3;
  margin-top: 90px;
}
#top-entrust .btn {
  margin-top: 60px;
}

/* =========================================
    top  PC
    top-construction
========================================= */
#top-construction .container {
  justify-content: space-between;
}
#top-construction .img {
  width: 530px;
  height: 485px;
  margin-top: 15px;
  position: relative;
}
#top-construction .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-construction .img img {
  border-radius: 10px;
}
#top-construction .img::before {
  position: absolute;
  content: "";
}
#top-construction .img::before {
  width: 9.3vw;
  max-width: 180px;
  min-width: 150px;
  height: 13.1vw;
  max-height: 253px;
  min-height: 210px;
  left: -5.2vw;
  bottom: 0;
  background: url(/img/top/sec03-deco.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1250px) {
  #top-construction .img::before {
    left: -10px;
  }
}
#top-construction .wrap {
  width: 475px;
}
#top-construction .ttl {
  text-align: left;
}
#top-construction .txt {
  font-weight: 500;
  line-height: 2.3;
  margin-top: 35px;
}
#top-construction .btn {
  width: 100%;
  margin-top: 60px;
}

/* =========================================
    top  PC
    top-work
========================================= */
#top-work .bg {
  background-color: #f2f4f8;
  position: relative;
}
#top-work .bg::before {
  position: absolute;
  content: "";
}
#top-work .bg::after {
  position: absolute;
  content: "";
}
#top-work .bg::before {
  width: 122px;
  height: 181px;
  bottom: 0;
  left: 18.75vw;
  background: url(/img/all/com-deco01.png) no-repeat;
  background-size: 100%;
}
#top-work .bg::after {
  width: 135px;
  height: 154px;
  bottom: 0;
  right: 16.6vw;
  background: url(/img/all/com-deco02.png) no-repeat;
  background-size: 100%;
}
#top-work .container {
  text-align: center;
}
#top-work .list {
  margin-top: 60px;
}
#top-work .list-item:nth-of-type(n+2) {
  margin-left: 52px;
}
#top-work .list-img {
  width: 325px;
  height: 260px;
}
#top-work .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-work .list-img img {
  border-radius: 10px;
}
#top-work .list-ttl {
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #top-work .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#top-work .list-link {
  color: #36393d;
}
#top-work .btn {
  margin-top: 55px;
}

/* =========================================
    top  PC
    top-recruitment
========================================= */
#top-recruitment .container {
  padding: 50px 70px 55px;
  background: url(/img/top/sec05-img.png) no-repeat right top;
  border: 7px solid #3b77d2;
  border-radius: 15px;
  position: relative;
}
#top-recruitment .container::before {
  position: absolute;
  content: "";
}
#top-recruitment .container::after {
  position: absolute;
  content: "";
}
#top-recruitment .container::before {
  width: 218px;
  height: 126px;
  top: -42px;
  left: -52px;
  background: url(/img/top/sec05-deco01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  #top-recruitment .container::before {
    left: -15px;
  }
}
#top-recruitment .container::after {
  width: 248px;
  height: 305px;
  bottom: -2px;
  right: -25px;
  background: url(/img/top/sec05-deco02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  #top-recruitment .container::after {
    right: -15px;
  }
}
#top-recruitment .wrap {
  width: 470px;
  text-align: center;
}
#top-recruitment .ttl-main {
  font-size: 65px;
  font-size: 6.5rem;
  color: #3b77d2;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-recruitment .ttl-main {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
#top-recruitment .ttl-main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  bottom: -10px;
  right: 0;
  border-radius: 10px;
  z-index: -1;
  background: repeating-linear-gradient(135deg, #F0F6FF, #F0F6FE 7px, #f9fbff 0, #f9fbff 15px);
}
#top-recruitment .ttl-sub {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #top-recruitment .ttl-sub {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-recruitment .txt {
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 23px;
  font-size: 2.3rem;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #top-recruitment .txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-recruitment .txt-border {
  background: linear-gradient(transparent calc(100% - 40%), #ffe1ad 0%);
}
#top-recruitment .txt-lg {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #top-recruitment .txt-lg {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#top-recruitment .btn {
  width: 100%;
  margin-top: 25px;
}

/* =========================================
    top  PC
    top-contact
========================================= */
#top-contact .bg {
  background: url(/img/all/pt02.png) left top;
}
#top-contact .container {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 95px;
  position: relative;
}
#top-contact .container::before {
  position: absolute;
  content: "";
}
#top-contact .container::after {
  position: absolute;
  content: "";
}
#top-contact .container::before {
  width: 216px;
  height: 256px;
  left: -142px;
  bottom: 0;
  background: url(/img/top/sec06-deco01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1400px) {
  #top-contact .container::before {
    width: 126px;
    height: 141px;
    left: -10px;
  }
}
#top-contact .container::after {
  width: 172px;
  height: 176px;
  right: -48px;
  bottom: 44px;
  background: url(/img/top/sec06-deco02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  #top-contact .container::after {
    width: 142px;
    height: 146px;
    right: -10px;
    bottom: 64px;
  }
}
#top-contact .ttl {
  text-align: center;
  position: relative;
  z-index: 0;
}
#top-contact .ttl-main {
  font-family: "NotoSansJP-ExtraBold", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  color: #3b77d2;
}
@media screen and (max-width: 767px) {
  #top-contact .ttl-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-contact .ttl-sub {
  position: absolute;
  font-family: "NotoSansJP-ExtraBold", sans-serif;
  font-size: 150px;
  font-size: 15rem;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: rgba(59, 119, 210, 0.08);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #top-contact .ttl-sub {
    font-size: 75px;
    font-size: 7.5rem;
  }
}
#top-contact .wrap {
  justify-content: center;
  margin-top: 70px;
  position: relative;
}
#top-contact .wrap::before {
  position: absolute;
  content: "";
}
#top-contact .wrap::before {
  width: 2px;
  height: 80px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 49.6%;
  background-color: #cfd0d2;
  background-size: 100%;
}
#top-contact .wrap-btn {
  margin-left: 75px;
}
#top-contact .com-tel-num {
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  padding-left: 45px;
  color: #36393d;
  background: url(/img/all/tel-ico-lg.png) no-repeat left 5px;
}
@media screen and (max-width: 767px) {
  #top-contact .com-tel-num {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
#top-contact .com-tel-svg {
  bottom: 10px;
}
#top-contact .map {
  width: 100%;
  height: 450px;
}
#top-contact .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-about
========================================= */
#sub-about .inner {
  position: relative;
}
#sub-about .inner::before {
  position: absolute;
  content: "";
}
#sub-about .inner::before {
  width: 180px;
  height: 253px;
  right: -5.2vw;
  bottom: 0;
  background: url(/img/about/sec01-deco.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1250px) {
  #sub-about .inner::before {
    width: 150px;
    height: 211px;
    right: -10px;
  }
}
#sub-about .txt {
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-top: 30px;
}
#sub-about .list {
  margin-top: 55px;
  font-weight: 500;
}
#sub-about .list-item {
  justify-content: space-between;
}
#sub-about .list-item:nth-of-type(n+2) {
  margin-top: 80px;
}
#sub-about .list-wrap {
  width: 500px;
}
#sub-about .list-txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.15;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #sub-about .list-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

#sub-necessary .bg {
  background-color: #f2f4f8;
}
#sub-necessary .inner {
  position: relative;
}
#sub-necessary .inner::before {
  position: absolute;
  content: "";
}
#sub-necessary .inner::after {
  position: absolute;
  content: "";
}
#sub-necessary .inner::before {
  width: 122px;
  height: 181px;
  left: -8.85vw;
  bottom: 0;
  background: url(/img/all/com-deco01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1350px) {
  #sub-necessary .inner::before {
    width: 82px;
    height: 121px;
    left: -10px;
  }
}
#sub-necessary .inner::after {
  width: 135px;
  height: 154px;
  right: -9.21vw;
  bottom: 0;
  background: url(/img/all/com-deco02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1350px) {
  #sub-necessary .inner::after {
    width: 95px;
    height: 110px;
    right: -10px;
  }
}
#sub-necessary .list {
  flex-wrap: wrap;
  margin-top: 35px;
}
#sub-necessary .list-item {
  margin-left: 60px;
}
#sub-necessary .list-item:nth-of-type(3n+1) {
  margin-left: 0;
}
#sub-necessary .list-item:nth-of-type(n+4) {
  margin-top: 45px;
}
#sub-necessary .list-ttl {
  font-family: "NotoSansJP-ExtraBold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 15px;
  color: #3b77d2;
}
@media screen and (max-width: 767px) {
  #sub-necessary .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

#sub-question .list {
  margin-top: 40px;
  font-weight: 500;
}
#sub-question .list-item {
  padding-bottom: 35px;
  border-bottom: 1px solid #dae1e9;
}
#sub-question .list-item:nth-of-type(n+2) {
  padding-top: 40px;
}
#sub-question .list-top {
  display: flex;
  align-items: center;
}
#sub-question .list-top-q {
  font-family: "NotoSansJP-ExtraBold", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #3b77d2;
  border: 4px solid #3b77d2;
  border-radius: 6px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #sub-question .list-top-q {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-question .list-top-txt {
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  margin-left: 20px;
  color: #3b77d2;
}
@media screen and (max-width: 767px) {
  #sub-question .list-top-txt {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-question .list-btm {
  display: flex;
  align-items: start;
  margin-top: 28px;
}
#sub-question .list-btm-a {
  font-family: "NotoSansJP-ExtraBold", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #ffa70e;
  border: 4px solid #ffa70e;
  border-radius: 6px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #sub-question .list-btm-a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-question .list-btm-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #sub-question .list-btm-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sub-btn-link .list-item:nth-of-type(n+2) {
  margin-left: 60px;
}
#sub-btn-link .list-link {
  width: 510px;
  height: 300px;
  padding: 80px 60px 0;
  color: #fff;
  background-color: #3b77d2;
  border-radius: 8px;
  position: relative;
  position: relative;
}
#sub-btn-link .list-link::after {
  position: absolute;
  content: "";
}
#sub-btn-link .list-link::after {
  transition: transform 0.3s ease;
}
#sub-btn-link .list-link:hover::after {
  transform: translate(-10px, -50%);
}
#sub-btn-link .list-link::after {
  position: absolute;
  content: "";
}
#sub-btn-link .list-link::after {
  width: 39px;
  height: 38px;
  transform: translateY(-50%);
  top: 240px;
  right: 45px;
  background: url(/img/all/arw-lg.png) no-repeat;
  background-size: 100%;
}
#sub-btn-link .list-txt {
  font-family: "NotoSansJP-ExtraBold", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  #sub-btn-link .list-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#sub-btn-link .list-ttl {
  font-family: "NotoSansJP-ExtraBold", sans-serif;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 767px) {
  #sub-btn-link .list-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

/* =========================================
    sub  PC
    sub-case
========================================= */
#sub-case .list {
  flex-wrap: wrap;
  margin-top: 50px;
}
#sub-case .list-item {
  width: 325px;
  margin-left: 52px;
}
#sub-case .list-item:nth-of-type(3n+1) {
  margin-left: 0;
}
#sub-case .list-item:nth-of-type(n+4) {
  margin-top: 40px;
}
#sub-case .list-link {
  width: 100%;
  color: #36393d;
}
#sub-case .list-img {
  width: 100%;
  height: 260px;
}
#sub-case .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case .list-img img {
  border-radius: 10px;
}
#sub-case .list-ttl {
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #sub-case .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

#sub-case-detail .list {
  justify-content: space-between;
  margin-top: 50px;
  position: relative;
}
#sub-case-detail .list::before {
  position: absolute;
  content: "";
}
#sub-case-detail .list::before {
  width: 128px;
  height: 57px;
  transform: translate(-50%, -50%) rotate(-90deg);
  top: 45%;
  left: 50%;
  background: url(/img/all/sec-arw.png) no-repeat;
  background-size: 100%;
}
#sub-case-detail .list-item {
  width: 450px;
}
#sub-case-detail .list-img {
  width: 100%;
  height: 400px;
}
#sub-case-detail .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case-detail .list-img img {
  border-radius: 10px;
}
#sub-case-detail .list-txt {
  font-size: 30px;
  font-size: 3rem;
  font-family: "NotoSansJP-Bold", sans-serif;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #sub-case-detail .list-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-case-detail .list-before {
  text-align: left;
  color: #3b77d2;
}
#sub-case-detail .list-after {
  text-align: right;
  color: #ffa70e;
}
#sub-case-detail .txt {
  max-width: 1000px;
  margin: 50px auto 0;
}
#sub-case-detail .list02 {
  flex-wrap: wrap;
  margin-top: 60px;
}
#sub-case-detail .list02-item {
  width: 340px;
  height: 340px;
  margin-left: 30px;
}
#sub-case-detail .list02-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case-detail .list02-item img {
  border-radius: 10px;
}
#sub-case-detail .list02-item:nth-of-type(3n+1) {
  margin-left: 0px;
}
#sub-case-detail .list02-item:nth-of-type(n+4) {
  margin-top: 30px;
}

/* =========================================
    sub  PC
    sub-recruit
========================================= */
#sub-portrait .wrap {
  margin-top: 45px;
  position: relative;
}
#sub-portrait .wrap-img {
  position: absolute;
  width: 26.6vw;
  min-width: 490px;
  top: -15px;
  left: calc(50% + 5.2vw);
}
#sub-portrait .list {
  width: 570px;
}
#sub-portrait .list-item {
  font-family: "NotoSansJP-ExtraBold", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 22px 10px 22px 60px;
  background: url(/img/all/check-icon.png) no-repeat 23px center, #e7f5ff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #sub-portrait .list-item {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#sub-portrait .list-item:nth-of-type(n+2) {
  margin-top: 23px;
}

#sub-recruit .bg {
  background-color: #f2f4f8;
}
#sub-recruit .table {
  margin-top: 30px;
}

/* =========================================
    sub  PC
    sub-company
========================================= */
#sub-greeting .bg {
  position: relative;
}
#sub-greeting .bg::before {
  position: absolute;
  content: "";
}
#sub-greeting .bg::before {
  width: 10.88vw;
  min-width: 150px;
  height: 14.6vw;
  min-height: 200px;
  bottom: 0;
  left: calc(50% - 36vw);
  background: url(/img/top/sec02-deco01.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1280px) {
  #sub-greeting .bg::before {
    left: 30px;
  }
}
#sub-greeting .inner {
  max-width: 1280px;
  margin: 0 auto;
}
#sub-greeting .wrap {
  width: 100%;
  margin-top: 30px;
  padding: 80px 0 65px;
  background: url(/img/all/com-dot.png) no-repeat 30px 30px, url(/img/all/com-dot.png) no-repeat calc(100% - 30px) 30px, url(/img/all/com-dot.png) no-repeat calc(100% - 30px) calc(100% - 30px), url(/img/all/com-dot.png) no-repeat 30px calc(100% - 30px), url(/img/all/pt02.png) left top;
  border-radius: 10px;
}
#sub-greeting .wrap-ttl {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #sub-greeting .wrap-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#sub-greeting .wrap-txt {
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 1100px;
  margin: 0 auto;
  line-height: 2.375;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #sub-greeting .wrap-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sub-company .bg {
  background-color: #f2f4f8;
}
#sub-company .table {
  margin-top: 50px;
}
#sub-company .map {
  width: 100%;
  height: 450px;
}
#sub-company .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-method .inner {
  position: relative;
}
#sub-method .inner::before {
  position: absolute;
  content: "";
}
#sub-method .inner::after {
  position: absolute;
  content: "";
}
#sub-method .inner::before {
  width: 216px;
  height: 257px;
  bottom: 0;
  left: 0;
  background: url(/img/top/sec06-deco01.png) no-repeat;
  background-size: 100%;
}
#sub-method .inner::after {
  width: 304px;
  height: 164px;
  bottom: 0;
  right: -20px;
  background: url(/img/all/contact-deco.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1150px) {
  #sub-method .inner::after {
    right: 0;
  }
}
#sub-method .txt {
  text-align: center;
  line-height: 2;
  margin-top: 30px;
}
#sub-method .com-tel {
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 40px auto 0;
  padding: 41px 0 61px;
  background-color: #e7f5ff;
  border-radius: 7px;
}
#sub-method .com-tel-num {
  font-size: 45px;
  font-size: 4.5rem;
  padding-left: 42px;
  background: url(/img/all/tel-ico-lg.png) no-repeat left 5px;
}
@media screen and (max-width: 767px) {
  #sub-method .com-tel-num {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
#sub-method .com-tel-svg {
  left: 54%;
  bottom: 35px;
}

#sub-contact .bg {
  background: url(/img/all/pt02.png) left top;
}

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

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

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

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

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

.contact-recaptcha-wrap {
  width: 304px;
  margin: 25px 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] {
  border: none;
  -webkit-appearance: none;
  transition: opacity 0.4s 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 {
  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 #36393d;
}
@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 #36393d;
  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: #ffa70e;
  background-color: #3b77d2;
  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 #ffa70e;
  border-right: 1px solid #ffa70e;
}

.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 .btn {
  width: 330px;
  height: auto;
  min-height: 50px;
}
#sub-news .btn:nth-of-type(3n+1) {
  margin-left: 25px;
}
#sub-news .btn:nth-of-type(n+4) {
  margin-top: 20px;
}
#sub-news .btn-txt {
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #sub-news .btn-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .com-news-post-item {
  border-bottom: 2px solid #3b77d2;
  background-color: #fff;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #36393d;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .com-news-post-con-sm {
  max-width: 725px;
}
#sub-news .com-news-post-img img {
  border-radius: 10px;
}
@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 #3b77d2;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #3b77d2;
  text-align: center;
  color: #3b77d2;
  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: #36393d;
  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;
  }
}

/* =========================================
  タグテンプレート
========================================= */
.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 #3b77d2;
  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 #3b77d2;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #36393d;
  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 .list {
  margin-top: 50px;
  flex-wrap: wrap;
}
#tag-btn-list .btn {
  font-size: 20px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  margin: 0 10px 15px 10px;
  padding: 8px 15px;
  color: #36393d;
  border: 1px solid #36393d;
}
@media screen and (max-width: 767px) {
  #tag-btn-list .btn {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#tag-btn-list .tag-current {
  color: #3b77d2;
  border: 1px solid #3b77d2;
}

/* =========================================
    sub  PC
    detail
========================================= */
#news-detail .com-ttl02 {
  text-align: left;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #fff;
  border: 4px solid #3b77d2;
  letter-spacing: 0.05em;
  color: #3b77d2;
  line-height: 30px;
  border-radius: 4px;
  position: relative;
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 20px;
}
.pagenation a, .pagenation span {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "NotoSansJP-Bold", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .pagenation a, .pagenation span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.pagenation a {
  color: #3b77d2;
}
.pagenation .current-page {
  color: #fff;
  background: #3b77d2;
  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 #3b77d2;
  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 #3b77d2 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: #3b77d2;
  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: #3b77d2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

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

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

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

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

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