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

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

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

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

.com-tel {
  position: relative;
  z-index: 1;
}
.com-tel-num {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 1;
  left: 0.04em;
  color: #2a2e30;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-tel-txt {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.06em;
  color: #099fe5;
}
@media screen and (max-width: 767px) {
  .com-tel-txt {
    font-size: 30px;
    font-size: 3rem;
  }
}

.com-ttl01-sub {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  color: #099fe5;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.com-ttl01-main {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 0.06em;
  color: #099fe5;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 30px;
    font-size: 3rem;
  }
}

.com-ttl02 {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  padding-left: 25px;
  color: #099fe5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-ttl02::before {
  position: absolute;
  content: "";
}
.com-ttl02::before {
  width: 5px;
  height: 30px;
  left: 0;
  top: 12px;
  background-color: #099fe5;
}

.com-ttl03 {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.06em;
  padding-bottom: 5px;
  color: #099fe5;
  border-bottom: 2px solid #099fe5;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-btn01 {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  width: 335px;
  height: 80px;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #099fe5;
  border: 1px solid #099fe5;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .com-btn01 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-btn01::after {
  content: "";
  width: 50px;
  height: 50px;
  margin-left: 25px;
  background: url(/img/all/arw.png) no-repeat center/100%;
  transition: all 0.3s ease;
}
.com-btn01:hover::after {
  transform: translate(5px, 0);
}

.com-mail {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  width: 410px;
  height: 75px;
  letter-spacing: 0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #099fe5;
  border: 1px solid #099fe5;
  border-radius: 37.5px;
}
@media screen and (max-width: 767px) {
  .com-mail {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-mail::before {
  content: "";
  margin-right: 10px;
  width: 25px;
  height: 18px;
  background: url(/img/all/mail-ico.png) no-repeat center/100%;
}
.com-mail::after {
  content: "";
  width: 50px;
  height: 50px;
  margin-left: 25px;
  background: url(/img/all/arw.png) no-repeat center/100%;
  transition: all 0.3s ease;
}
.com-mail:hover::after {
  transform: translate(5px, 0);
}

.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: 15px 0 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0 15px 0 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0 0 0 15px;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 15px 0;
  border-bottom: 1px solid #099fe5;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 1px solid #fff;
}
.com-table01 th {
  white-space: pre-line;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 350px;
  vertical-align: middle;
  padding: 23px 20px 23px 50px;
  color: #fff;
  background-color: #099fe5;
  border: 1px solid #099fe5;
}
@media screen and (max-width: 767px) {
  .com-table01 th {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-table01 td {
  font-size: 18px;
  font-size: 1.8rem;
  white-space: pre-line;
  vertical-align: middle;
  padding: 25px 45px 25px 55px;
  color: #2a2e30;
  background-color: #fff;
  border: 1px solid #099fe5;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .com-table01 td {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-table01 a {
  color: #2a2e30;
}

.com-table02 {
  width: 100%;
  border-collapse: separate;
}
.com-table02 th {
  white-space: pre-line;
  font-size: 18px;
  font-size: 1.8rem;
  width: 135px;
  vertical-align: middle;
  padding: 20px 15px;
  color: #099fe5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-table02 th {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-table02 th::before {
  position: absolute;
  content: "";
}
.com-table02 th::before {
  width: 3px;
  height: 17px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #099fe5;
  border-radius: 1.5px;
}
.com-table02 td {
  font-size: 18px;
  font-size: 1.8rem;
  white-space: pre-line;
  vertical-align: middle;
  padding: 20px 15px 20px 0;
  color: #2a2e30;
}
@media screen and (max-width: 767px) {
  .com-table02 td {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-table02 a {
  color: #2a2e30;
}

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

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

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

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

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

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.com-tag-list-item {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 2px 12px;
  color: #099fe5;
  background-color: #ecf8fd;
  border-radius: 13px;
}
@media screen and (max-width: 767px) {
  .com-tag-list-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.com-time {
  font-size: 18px;
  font-size: 1.8rem;
  flex-shrink: 0;
  padding-right: 20px;
  color: #2a2e30;
}
@media screen and (max-width: 767px) {
  .com-time {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.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-news
========================================= */
#top-news .container-box {
  flex-shrink: 0;
}
#top-news .list {
  width: 100%;
  margin-left: 180px;
}
#top-news .list-link {
  width: 100%;
  padding: 30px 0;
  color: #2a2e30;
  border-bottom: 1px solid #d7d1ce;
}
#top-news .list-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #top-news .list-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-news .btn {
  width: 270px;
  margin-top: 145px;
}

/* =========================================
    top  PC
========================================= */
#top-message .container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  background-color: #ecf8fd;
  border-radius: 120px;
}
#top-message .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 160px 0;
  position: relative;
}
#top-message .container-inner::before {
  position: absolute;
  content: "";
}
#top-message .container-inner::before {
  width: 540px;
  height: 650px;
  transform: translateY(-50%);
  top: 50%;
  left: -2.6vw;
  background: url(/img/top/message.jpg) no-repeat;
  background-size: 100%;
  border-radius: 80px;
  box-shadow: 0 0 50px rgba(42, 46, 48, 0.15);
}
@media screen and (max-width: 767px) {
  #top-message .container-inner::before {
    box-shadow: 0 0 25px rgba(42, 46, 48, 0.15);
  }
}
@media screen and (max-width: 1150px) {
  #top-message .container-inner::before {
    left: 10px;
  }
}
#top-message .wrap {
  width: 510px;
  margin-left: auto;
}
#top-message .txt {
  line-height: 2.1;
  margin-top: 30px;
}

#top-job .bg {
  position: relative;
  overflow: hidden;
}
#top-job .primary {
  position: absolute;
  font-family: "ZenKakuGothicNew-Regular", sans-serif;
  white-space: nowrap;
  font-size: clamp(96px, 16.4vw, 400px);
  line-height: 1;
  letter-spacing: 0.06em;
  transform: translateX(-50%);
  left: 50%;
  top: 90px;
  color: rgba(9, 159, 229, 0.08);
}
#top-job .inner {
  position: relative;
}
#top-job .ttl {
  text-align: center;
}
#top-job .wrap {
  width: 510px;
  line-height: 2.1;
  margin-top: 130px;
}
#top-job .btn {
  font-size: 24px;
  font-size: 2.4rem;
  width: 502px;
  height: 85px;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-job .btn {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-job .btn::after {
  position: absolute;
  margin-left: 0;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
}
#top-job .btn:hover::after {
  transform: translate(5px, -50%);
}
#top-job .img {
  position: absolute;
  top: 415px;
  right: -5.2vw;
  box-shadow: 0 0 50px rgba(42, 46, 48, 0.15);
  border-radius: 80px;
}
@media screen and (max-width: 767px) {
  #top-job .img {
    box-shadow: 0 0 25px rgba(42, 46, 48, 0.15);
  }
}
@media screen and (max-width: 1370px) {
  #top-job .img {
    width: 530px;
    top: 425px;
    right: 20px;
  }
}
#top-job .img img {
  border-radius: 80px;
}
#top-job .img::before {
  position: absolute;
  content: "";
  width: 240px;
  height: 280px;
  top: -115px;
  right: -5.2vw;
  border-radius: 50px;
  box-shadow: 0 0 50px rgba(42, 46, 48, 0.15);
  background: url(/img/top/job-img02.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  #top-job .img::before {
    box-shadow: 0 0 25px rgba(42, 46, 48, 0.15);
  }
}
@media screen and (max-width: 1170px) {
  #top-job .img::before {
    width: 225px;
    height: 260px;
    top: -115px;
    right: -20px;
  }
}
#top-job .img::after {
  position: absolute;
  content: "";
  width: 152px;
  height: 172px;
  bottom: -18px;
  right: -53px;
  background: url(/img/top/job-deco.png) no-repeat center/100%;
}
@media screen and (max-width: 1170px) {
  #top-job .img::after {
    right: -25px;
  }
}

#top-voice .bg {
  background-color: #f0f4f6;
  border-radius: 160px;
}
#top-voice .wrap {
  margin-bottom: 130px;
  padding-bottom: 125px;
  border-bottom: 1px solid #d3dadd;
}
#top-voice .btn {
  width: 335px;
}
#top-voice .list {
  gap: 40px;
  margin-top: 60px;
}
#top-voice .list-item {
  flex-basis: calc((100% - 80px) / 3);
  max-width: calc((100% - 80px) / 3);
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 40px;
}
#top-voice .list-ttl {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #099fe5;
}
@media screen and (max-width: 767px) {
  #top-voice .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-voice .list-txt {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #top-voice .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-voice .recruit-btn {
  width: 100%;
  height: 400px;
  padding: 140px 100px 0;
  border-radius: 200px 200px 23px 200px;
  background-image: linear-gradient(90deg, #008fd2, #0ed3ea 40%, #00d7cf);
  position: relative;
}
#top-voice .recruit-btn::after {
  position: absolute;
  content: "";
}
#top-voice .recruit-btn::after {
  transition: transform 0.3s ease;
}
#top-voice .recruit-btn:hover::after {
  transform: translate(5px, -50%);
}
#top-voice .recruit-btn::after {
  width: 130px;
  height: 130px;
  transform: translateY(-50%);
  top: 50%;
  right: 80px;
  background: url(/img/all/arw-lg.png) no-repeat;
  background-size: 100%;
}
#top-voice .recruit-txt {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-voice .recruit-txt {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#top-voice .recruit-ttl {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-voice .recruit-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

#top-apply .ttl {
  text-align: center;
}
#top-apply .wrap {
  margin-top: 50px;
  padding-right: 45px;
}
#top-apply .com-tel-num {
  margin-right: 100px;
  position: relative;
}
#top-apply .com-tel-num::before {
  position: absolute;
  content: "";
}
#top-apply .com-tel-num::before {
  width: 1px;
  height: 75px;
  transform: translateY(-50%);
  top: 50%;
  right: -50px;
  background-color: #d3dadd;
}

#top-company .container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 145px 0 150px;
  background-color: #ecf8fd;
  border-radius: 120px;
  position: relative;
}
#top-company .container::before {
  position: absolute;
  content: "";
}
#top-company .container::before {
  width: 162px;
  height: 131px;
  top: -90px;
  left: 5.2vw;
  background: url(/img/top/company-deco.png) no-repeat;
  background-size: 100%;
}
#top-company .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#top-company .table {
  margin-top: 30px;
}
#top-company .img {
  border-radius: 60px;
  box-shadow: 0 0 50px rgba(42, 46, 48, 0.15);
}
@media screen and (max-width: 767px) {
  #top-company .img {
    box-shadow: 0 0 25px rgba(42, 46, 48, 0.15);
  }
}
#top-company .map {
  width: 100%;
  height: 360px;
  margin-top: 70px;
}
#top-company .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#top-company .map iframe {
  border-radius: 60px;
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-business
========================================= */
#sub-business .inner {
  border-bottom: 1px solid #d3dadd;
}
#sub-business .ttl {
  text-align: center;
}
#sub-business .txt {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #sub-business .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-business .wrap {
  margin-top: 25px;
  padding: 0 52px;
}
#sub-business .wrap-ttl {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.06em;
  color: #099fe5;
}
@media screen and (max-width: 767px) {
  #sub-business .wrap-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-business .list {
  margin-top: 20px;
}
#sub-business .list-item {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 325px;
  height: 60px;
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  padding-left: 60px;
  background: url(/img/all/check-ico.png) no-repeat 30px center, #ecf8fd;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #sub-business .list-item {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-business .list-item:nth-of-type(n + 2) {
  margin-top: 13px;
}
#sub-business .img {
  position: relative;
}
#sub-business .img::before {
  position: absolute;
  content: "";
}
#sub-business .img::before {
  width: 152px;
  height: 139px;
  right: -52px;
  bottom: -20px;
  background: url(/img/top/job-deco.png) no-repeat;
  background-size: 100%;
}
#sub-business .img img {
  border-radius: 70px;
  box-shadow: 0 0 50px rgba(42, 46, 48, 0.15);
}
@media screen and (max-width: 767px) {
  #sub-business .img img {
    box-shadow: 0 0 25px rgba(42, 46, 48, 0.15);
  }
}
#sub-business .flow {
  margin-top: 100px;
}
#sub-business .flow-ttl {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  line-height: 70px;
  color: #fff;
  background-color: #099fe5;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  #sub-business .flow-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-business .flow-list {
  margin-top: 50px;
}
#sub-business .flow-list-item {
  width: 100%;
  padding: 31.3px 60px;
  background-color: #f0f4f6;
  border-radius: 25px;
}
#sub-business .flow-list-item:nth-of-type(n + 2) {
  margin-top: 40px;
  position: relative;
}
#sub-business .flow-list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
#sub-business .flow-list-item:nth-of-type(n + 2)::before {
  width: 33px;
  height: 16px;
  transform: translateX(-50%);
  left: 50%;
  top: -25px;
  background: url(/img/all/btm-arw.png) no-repeat;
  background-size: 100%;
}
#sub-business .flow-list-ttl {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  color: #099fe5;
}
@media screen and (max-width: 767px) {
  #sub-business .flow-list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-business .flow-list-txt {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #sub-business .flow-list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-business .flow-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  #sub-business .flow-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

#sub-question .ttl {
  text-align: center;
}
#sub-question .list {
  margin-top: 45px;
}
#sub-question .list-item {
  padding: 45px 50px 40px;
  background-color: #ecf8fd;
  border-radius: 45px;
}
#sub-question .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-question .list-top {
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #099fe5;
}
#sub-question .list-btm {
  margin-top: 15px;
}
#sub-question .list-q {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 1;
  flex-shrink: 0;
  color: #099fe5;
}
@media screen and (max-width: 767px) {
  #sub-question .list-q {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sub-question .list-a {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 1;
  flex-shrink: 0;
  color: #a2a7ab;
}
@media screen and (max-width: 767px) {
  #sub-question .list-a {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sub-question .list-ttl {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  margin-left: 20px;
  padding-top: 10px;
  color: #099fe5;
}
@media screen and (max-width: 767px) {
  #sub-question .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-question .list-txt {
  font-size: 17px;
  font-size: 1.7rem;
  margin-left: 25px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  #sub-question .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =========================================
    sub  PC
    sub-voice
========================================= */
#sub-voice .inner {
  border-bottom: 1px solid #d3dadd;
}
#sub-voice .ttl {
  text-align: center;
}
#sub-voice .list {
  margin-top: 50px;
}
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-top: 60px;
}
#sub-voice .list-ttl {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 18px 30px;
  color: #fff;
  background-color: #099fe5;
  border-radius: 60px 60px 0 0;
}
@media screen and (max-width: 767px) {
  #sub-voice .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-voice .list-box {
  padding: 50px 60px 45px;
  background-color: #f0f4f6;
  border-radius: 0 0 60px 60px;
}
#sub-voice .list-primary {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #099fe5;
}
@media screen and (max-width: 767px) {
  #sub-voice .list-primary {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-voice .list-txt {
  line-height: 1.77;
  margin-top: 15px;
}

/* =========================================
    sub  PC
    sub-recruit
========================================= */
#sub-flow .ttl {
  text-align: center;
}
#sub-flow .list {
  margin-top: 45px;
}
#sub-flow .list-item {
  padding: 42px 67px 42px 78px;
  background-color: #ecf8fd;
  border-radius: 50px;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
  position: relative;
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
#sub-flow .list-item:nth-of-type(n + 2)::before {
  width: 33px;
  height: 16px;
  transform: translateX(-50%);
  left: 50%;
  top: -30px;
  background: url(/img/all/btm-arw.png) no-repeat;
  background-size: 100%;
}
#sub-flow .list-img {
  flex-shrink: 0;
}
#sub-flow .list-wrap {
  width: 100%;
  margin-left: 50px;
}
#sub-flow .list-ttl {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  color: #099fe5;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-flow .list-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

#sub-recruit .ttl {
  text-align: center;
  margin-bottom: 50px;
}
#sub-recruit .container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  background-color: #f0f4f6;
  border-radius: 120px;
}
#sub-recruit .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 135px 15px 150px;
}
#sub-recruit .ttl {
  text-align: center;
}
#sub-recruit .tab-btn {
  flex-wrap: wrap;
  gap: 20px;
}
#sub-recruit .tab-btn-item {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  min-width: 240px;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 16.4px 64.1px;
  color: #099fe5;
  border: 1px solid #099fe5;
  border-radius: 35px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-recruit .tab-btn-item {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#sub-recruit .tab-btn-item::after {
  position: absolute;
  content: "";
}
#sub-recruit .tab-btn-item::after {
  transition: transform 0.3s ease;
}
#sub-recruit .tab-btn-item:hover::after {
  transform: translate(5px, -50%);
}
#sub-recruit .tab-btn-item::after {
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  background: url(/img/recruit/recruit-arw.png) no-repeat;
  background-size: 100%;
}
#sub-recruit .tab-list {
  margin-top: 45px;
}
#sub-recruit .tab-ttl {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
  padding-left: 20px;
  color: #099fe5;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-recruit .tab-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-recruit .tab-ttl::before {
  position: absolute;
  content: "";
}
#sub-recruit .tab-ttl::before {
  width: 5px;
  height: 25px;
  left: 0;
  transform: translateY(-50%);
  top: 52%;
  background-color: #099fe5;
}
#sub-recruit .table {
  margin-top: 15px;
}

/* =========================================
    sub  PC
    sub-company
========================================= */
#sub-greeting .ttl {
  text-align: center;
}
#sub-greeting .primary {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-greeting .primary {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-greeting .primary::before {
  position: absolute;
  content: "";
}
#sub-greeting .primary::after {
  position: absolute;
  content: "";
}
#sub-greeting .primary::before {
  width: 30px;
  height: 2px;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% - 285px);
  background-color: #099fe5;
}
#sub-greeting .primary::after {
  width: 30px;
  height: 2px;
  transform: translateY(-50%);
  top: 50%;
  right: calc(50% - 285px);
  background-color: #099fe5;
}
#sub-greeting .wrap {
  margin-top: 40px;
}
#sub-greeting .wrap-box {
  margin-right: 80px;
}
#sub-greeting .img {
  flex-shrink: 0;
  position: relative;
}
#sub-greeting .img::before {
  position: absolute;
  content: "";
}
#sub-greeting .img::before {
  width: 162px;
  height: 131px;
  right: -50px;
  bottom: -10px;
  background: url(/img/top/company-deco.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  #sub-greeting .img::before {
    right: -10px;
  }
}
#sub-greeting .img img {
  border-radius: 70px;
  box-shadow: 0 0 50px rgba(42, 46, 48, 0.15);
}
@media screen and (max-width: 767px) {
  #sub-greeting .img img {
    box-shadow: 0 0 25px rgba(42, 46, 48, 0.15);
  }
}
#sub-greeting .txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #sub-greeting .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-greeting .name {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.06em;
  margin-top: 30px;
  color: #099fe5;
}
@media screen and (max-width: 767px) {
  #sub-greeting .name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#sub-company .ttl {
  text-align: center;
}
#sub-company .container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  background-color: #ecf8fd;
  border-radius: 120px;
}
#sub-company .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 140px 15px 150px;
}
#sub-company .table th {
  width: 190px;
  border-bottom: 1px solid #d3dadd;
  padding: 28px 15px;
}
#sub-company .table td {
  border-bottom: 1px solid #d3dadd;
  padding: 28px 15px 28px 0;
}
#sub-company .map {
  width: 100%;
  height: 360px;
  margin-top: 70px;
}
#sub-company .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#sub-company .map iframe {
  border-radius: 60px;
}

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

#contact-form .com-table01 {
  white-space: unset;
}
#contact-form .com-btn01 {
  font-size: 19px;
  font-size: 1.9rem;
  font-family: "Noto sansCJK Medium", sans-serif;
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  background-color: #fff;
  border: 1px solid #099fe5;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  #contact-form .com-btn01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#contact-form .com-btn01::after {
  display: none;
}
#contact-form .com-btn01:hover {
  transform: scale(0.95);
}

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

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

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

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

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

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

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

select {
  padding: 7px 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==================================================
	テーブル
================================================== */
/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    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 #099fe5;
}
@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 #099fe5;
  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: #f0f4f6;
  background-color: #ecf8fd;
  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 #f0f4f6;
  border-right: 1px solid #f0f4f6;
}

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

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .container {
  margin-top: 50px;
}
#sub-news .ttl {
  text-align: center;
}
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .com-news-post-item {
  border-bottom: 2px solid #099fe5;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #2a2e30;
}
#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 #ecf8fd;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #ecf8fd;
  text-align: center;
  color: #ecf8fd;
  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: #2a2e30;
  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 #ecf8fd;
  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 #ecf8fd;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #099fe5;
  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;
  background-color: #f0f4f6;
  border-radius: 10px;
}
#tag-btn-list .tag-txt {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 40px;
  color: #2a2e30;
}
#tag-btn-list .tag-list {
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
#tag-btn-list .tag-list-link {
  min-width: 110px;
  text-align: center;
  padding: 5px 30px;
  color: #fff;
  background-color: #099fe5;
  border-radius: 10px;
}
#tag-btn-list .tag-current {
  color: #099fe5;
  background-color: #fff;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  font-family: "ZenKakuGothicNew-Medium", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  display: inline-block;
  width: 60px;
  height: 60px;
  letter-spacing: 0.06em;
  line-height: 58px;
  text-align: center;
  background: #fff;
  position: relative;
  border: 1px solid #099fe5;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 15px;
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #099fe5;
}
.pagenation .current-page {
  color: #fff;
  background: #099fe5;
  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 #099fe5;
  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 #099fe5 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: #099fe5;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 30px;
}
@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: #099fe5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

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

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

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

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

/* =========================================
    sub  PC
    sub-privacy
========================================= */
#sub-privacy .inner {
  padding: 100px 10px;
}
#sub-privacy .container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  background-color: #f0f4f6;
  border-radius: 120px;
}
#sub-privacy .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 135px 15px 150px;
}
#sub-privacy .ttl {
  text-align: center;
}

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