@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;
  padding-bottom: 15px;
  z-index: 1;
}
.com-tel-num {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  padding-left: 32px;
  color: #25282b;
  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: 50%;
  bottom: 0;
  z-index: -1;
}

.com-ttl01-sub {
  display: inline-block;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  padding: 0 7px;
  transform: skewX(-10deg);
  color: #204089;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.com-ttl01-sub::before {
  position: absolute;
  content: "";
}
.com-ttl01-sub::before {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) skewX(10deg);
  top: 50%;
  left: 50%;
  background-color: #f1f5f7;
  z-index: -1;
}
.com-ttl01-main {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 30px;
    font-size: 3rem;
  }
}

.com-ttl02 {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 3px 15px;
  color: #204089;
  background-color: #f1f5f7;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl03 {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
  color: #204089;
  border-bottom: 2px solid #204089;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-btn01 {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 300px;
  padding: 20px 60px;
  text-align: center;
  color: #204089;
  border: 1px solid #204089;
  border-radius: 40px;
  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(5px, -50%);
}
.com-btn01::after {
  width: 32px;
  height: 9px;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}

.com-mail {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  width: 520px;
  height: 85px;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #204089;
  border: 1px solid #204089;
  border-radius: 42.5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-mail {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-mail::after {
  position: absolute;
  content: "";
}
.com-mail::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background: url(/img/all/mail-ico.png) no-repeat;
  background-size: 100%;
}
.com-mail::after {
  width: 32px;
  height: 9px;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}

.com-line {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  width: 520px;
  height: 85px;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  color: #204089;
  border: 1px solid #204089;
  border-radius: 42.5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-line {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-line::after {
  position: absolute;
  content: "";
}
.com-line::before {
  content: "";
  width: 32px;
  height: 32px;
  margin-right: 20px;
  background: url(/img/all/line-ico.png) no-repeat;
  background-size: 100%;
}
.com-line::after {
  width: 32px;
  height: 9px;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  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 th {
  white-space: pre-line;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  width: 300px;
  letter-spacing: 0.04em;
  padding: 21px 20px;
  color: #204089;
  border-bottom: 1px solid #b7bfc9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-table01 th {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-table01 th::before {
  position: absolute;
  content: "";
}
.com-table01 th::before {
  width: 7px;
  height: 7px;
  left: 0;
  top: 43px;
  background-color: #204089;
  border-radius: 50%;
}
.com-table01 td {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  white-space: pre-line;
  vertical-align: middle;
  letter-spacing: 0.04em;
  padding: 21px 20px 21px 0;
  color: #25282b;
  border-bottom: 1px solid #b7bfc9;
}
@media screen and (max-width: 767px) {
  .com-table01 td {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-table01 a {
  color: #25282b;
}

.com-table02 {
  width: 100%;
  border-collapse: separate;
}
.com-table02 tr:nth-of-type(n + 2) th {
  border-top: 2px solid #fff;
}
.com-table02 tr:last-of-type td {
  border-bottom: 2px solid #25282b;
}
.com-table02 th {
  white-space: pre-line;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 350px;
  vertical-align: middle;
  padding: 22px 15px 22px 50px;
  color: #fff;
  background-color: #25282b;
  border: 2px solid #25282b;
}
@media screen and (max-width: 767px) {
  .com-table02 th {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-table02 td {
  white-space: pre-line;
  vertical-align: middle;
  padding: 22px 15px 22px 50px;
  color: #25282b;
  background-color: #fff;
  border: 2px solid #25282b;
  border-bottom: none;
}
.com-table02 a {
  color: #25282b;
}

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

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

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

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

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

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: 100%;
}
.com-tag-list-item {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 25px;
  color: #204089;
  background: url(/img/all/tag-ico.png) no-repeat left center;
}
@media screen and (max-width: 767px) {
  .com-tag-list-item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-time {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  flex-shrink: 0;
  letter-spacing: 0.04em;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .com-time {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

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

/* =========================================
    top  PC
    top-about
========================================= */
#top-about .bg {
  background: url(/img/top/about-deco-l.png) no-repeat left center/25.8vw, url(/img/top/about-deco-r.png) no-repeat right center/25.8vw;
}
#top-about .ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 80px;
  font-size: 8rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top-about .ttl {
    font-size: 40px;
    font-size: 4rem;
  }
}
#top-about .txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.875;
  letter-spacing: 0.04em;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #top-about .txt {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* =========================================
    top  PC
    section-bg
========================================= */
.section-bg {
  position: relative;
  z-index: 0;
}
.section-bg::before {
  position: absolute;
  content: "";
}
.section-bg::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(32, 64, 137, 0) 0%, rgba(32, 64, 137, 0.22) 10%, rgba(92, 178, 218, 0.22) 50%, rgba(255, 227, 75, 0.22) 90%, rgba(255, 227, 75, 0) 100%);
  z-index: -5;
}

/* =========================================
    top  PC
    top-greeting
========================================= */
#top-greeting .container {
  width: 100%;
  position: relative;
}
#top-greeting .img {
  position: absolute;
  left: -5.2vw;
  top: 0;
  border-radius: 10px;
}
#top-greeting .wrap {
  width: 500px;
  margin-left: auto;
}
#top-greeting .txt {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 2;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #top-greeting .txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-greeting .btn {
  width: 350px;
  margin-top: 95px;
}

/* =========================================
    top  PC
    top-work
========================================= */
#top-work .bg {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#top-work .ttl-sub::before {
  background-color: #fff;
}
#top-work .txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #top-work .txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-work .wrap {
  width: 100%;
  margin-top: 70px;
  padding: 75px 100px;
  background: url(/img/top/work-box-bg.jpg) no-repeat center/cover;
  border-radius: 7px;
  position: relative;
}
#top-work .wrap::before {
  position: absolute;
  content: "";
}
#top-work .wrap::before {
  width: 33px;
  height: 32px;
  transform: translateX(-50%);
  left: 50%;
  top: 264px;
  background: url(/img/top/work-deco.png) no-repeat;
  background-size: 100%;
}
#top-work .box {
  width: 400px;
}
#top-work .box-primary {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  transform: skewX(-10deg);
  color: #204089;
}
@media screen and (max-width: 767px) {
  #top-work .box-primary {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-work .box-img {
  width: 100%;
  margin-top: 10px;
}
#top-work .box-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.04em;
  margin-top: 40px;
  color: #204089;
}
@media screen and (max-width: 767px) {
  #top-work .box-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-work .box-txt {
  line-height: 1.88;
  margin-top: 15px;
}
#top-work .btn {
  display: block;
  width: 450px;
  margin: 70px 0 0 auto;
}
#top-work .primary {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.04em;
  font-size: clamp(140px, 14.7vw, 350px);
  transform: translateX(-50%) skewX(-10deg);
  left: 50%;
  bottom: -14px;
  color: rgba(255, 255, 255, 0.25);
  z-index: -1;
}

/* =========================================
    top  PC
    top-day
========================================= */
#top-day .table {
  margin-top: 45px;
}
#top-day .img {
  margin-top: 100px;
}

/* =========================================
    top  PC
    top-staff
========================================= */
#top-staff .container {
  width: 100%;
}
#top-staff .container-top {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#top-staff .wrap {
  position: relative;
}
#top-staff .link {
  width: 410px;
  height: 500px;
  padding: 24px 30px;
  background-color: #fff;
  border-radius: 6px;
}
#top-staff .link:hover img {
  transform: scale(1.05);
}
#top-staff .img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 5px;
}
#top-staff .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-staff .img img {
  transition: all 0.5s ease;
  border-radius: 5px;
}
#top-staff .swiper {
  height: 850px;
  position: relative;
}
#top-staff .swiper-container {
  width: 100%;
  overflow: hidden;
}
#top-staff .swiper-wrapper {
  display: flex;
  align-items: start;
  transition-timing-function: linear;
}
#top-staff .swiper-slide {
  flex-shrink: 0;
  width: 410px;
  height: 500px;
  transition: transform 0.5s linear;
}
#top-staff .name {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 10px;
  padding-left: 12px;
  color: #204089;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-staff .name {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-staff .name::before {
  position: absolute;
  content: "";
}
#top-staff .name::before {
  width: 7px;
  height: 7px;
  left: -5px;
  top: 15px;
  background-color: #204089;
  border-radius: 50%;
}

/* =========================================
    top  PC
    top-numbers
========================================= */
#is-safari #top-numbers .ttl-main {
  line-height: 1.05;
  width: 65px;
  height: 500px;
  margin-top: 0;
  top: -55px;
  left: 135px;
}

#top-numbers .container {
  position: relative;
}
#top-numbers .ttl {
  position: absolute;
  top: 0;
  left: 0;
}
#top-numbers .ttl-sub {
  width: 320px;
  left: -132px;
  top: 133px;
  padding: 5px;
  transform: skewX(0deg) skewY(10deg) rotate(90deg);
}
#top-numbers .ttl-sub::before {
  transform: translate(-50%, -50%) skewX(10deg) skewY(0deg);
  background-color: #fff;
}
#top-numbers .ttl-main {
  position: relative;
  writing-mode: vertical-rl;
  top: -95px;
  left: 120px;
}
#top-numbers .list {
  flex-wrap: wrap;
}
#top-numbers .list-item {
  width: 50%;
  height: 600px;
  padding: 50px 0 0 80px;
  border: 1px solid #b7bfc9;
}
#top-numbers .list-item:first-of-type {
  margin-left: 50%;
}
#top-numbers .list-item:nth-of-type(n + 2) .list-img {
  margin-top: 50px;
}
#top-numbers .list-item:nth-of-type(3) {
  border-top: none;
  border-left: none;
}
#top-numbers .list-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  transform: skewX(-10deg);
  color: #204089;
}
@media screen and (max-width: 767px) {
  #top-numbers .list-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-numbers .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  display: inline-block;
  letter-spacing: 0.04em;
  padding-bottom: 5px;
  color: #204089;
  border-bottom: 2px solid #204089;
}
@media screen and (max-width: 767px) {
  #top-numbers .list-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* =========================================
    top  PC
    top-recruit
========================================= */
#top-recruit .container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 400px;
  margin: 0 auto;
  background: url(/img/top/recruit-bg.png) no-repeat right center, #204089;
  border-radius: 10px;
  position: relative;
}
#top-recruit .container::after {
  position: absolute;
  content: "";
}
#top-recruit .container::after {
  width: 45px;
  height: 13px;
  right: 38px;
  bottom: 41px;
  background: url(/img/all/arw-lg.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#top-recruit .container:hover::after {
  transform: translateX(5px);
}
#top-recruit .container-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#top-recruit .ttl-main {
  font-size: 70px;
  font-size: 7rem;
  margin-top: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-recruit .ttl-main {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

/* =========================================
    top  PC
    top-entry
========================================= */
#top-entry .bg {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#top-entry .inner {
  position: relative;
}
#top-entry .inner::before {
  position: absolute;
  content: "";
}
#top-entry .inner::after {
  position: absolute;
  content: "";
}
#top-entry .inner::before {
  width: 200px;
  height: 200px;
  left: -5.2vw;
  top: 270px;
  background: url(/img/top/entry-img01.jpg) no-repeat;
  background-size: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 1220px) {
  #top-entry .inner::before {
    left: -10px;
  }
}
#top-entry .inner::after {
  width: 200px;
  height: 200px;
  right: -5.2vw;
  top: 270px;
  background: url(/img/top/entry-img02.jpg) no-repeat;
  background-size: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 1220px) {
  #top-entry .inner::after {
    right: -10px;
  }
}
#top-entry .container {
  position: relative;
}
#top-entry .container::before {
  position: absolute;
  content: "";
}
#top-entry .container::after {
  position: absolute;
  content: "";
}
#top-entry .container::before {
  width: 200px;
  height: 200px;
  left: -1.5vw;
  top: 504px;
  background: url(/img/top/entry-img03.jpg) no-repeat;
  background-size: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 1220px) {
  #top-entry .container::before {
    left: 10px;
  }
}
#top-entry .container::after {
  width: 200px;
  height: 200px;
  right: -1.5vw;
  top: 504px;
  background: url(/img/top/entry-img04.jpg) no-repeat;
  background-size: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 1220px) {
  #top-entry .container::after {
    right: 10px;
  }
}
#top-entry .ttl {
  text-align: center;
}
#top-entry .ttl-sub {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 170px;
  letter-spacing: 0.04em;
  line-height: 1;
  transform: skewX(-10deg);
  color: #204089;
}
#top-entry .ttl-main {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #top-entry .ttl-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-entry .txt {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 2.1;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #top-entry .txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-entry .mail {
  margin: 60px auto 0;
}
#top-entry .line {
  margin: 30px auto 0;
}
#top-entry .primary {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  line-height: 1;
  font-size: clamp(360px, 31.25vw, 600px);
  white-space: nowrap;
  transform: translateX(-50%) skewX(-10deg);
  left: 50%;
  bottom: -50px;
  color: rgba(32, 64, 137, 0.05);
  z-index: -1;
}

/* =========================================
    top  PC
    top-map
========================================= */
#top-map .map {
  width: 100%;
  max-width: 1840px;
  height: 600px;
  margin: 0 auto;
}
#top-map .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#top-map .map iframe {
  border-radius: 10px;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .container-box {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}
#top-news .wrap {
  margin-top: 10px;
}
#top-news .list {
  width: 100%;
  margin-top: 30px;
}
#top-news .list-link {
  width: 100%;
  padding: 50px 0;
  color: #25282b;
  border-bottom: 1px solid #b7bfc9;
}
#top-news .list-wrap {
  flex-shrink: 0;
}
#top-news .list-ttl {
  margin-left: 60px;
}

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

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

========================================= */
.sub-section-bg {
  position: relative;
  z-index: 0;
}
.sub-section-bg::before {
  position: absolute;
  content: "";
}
.sub-section-bg::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(32, 64, 137, 0) 0%, rgba(32, 64, 137, 0.22) 10%, rgba(92, 178, 218, 0.22) 50%, rgba(255, 227, 75, 0.22) 90%, rgba(255, 227, 75, 0) 100%);
  z-index: -5;
}

/* =========================================
    sub  PC
    sub-work
========================================= */
#sub-work .list {
  margin-top: 60px;
}
#sub-work .list-item {
  width: 100%;
  padding: 65px 70px 60px;
  background: url(/img/work/work-box.jpg) no-repeat center/cover;
  border-radius: 7px;
}
#sub-work .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-work .list-item:nth-of-type(2n) .list-wrap {
  margin-right: 0;
  margin-left: 60px;
}
#sub-work .list-wrap {
  width: 100%;
  margin-right: 60px;
}
#sub-work .list-img {
  flex-shrink: 0;
  border-radius: 6px;
}
#sub-work .list-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.1;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #sub-work .list-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

#sub-career .txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.1;
  letter-spacing: 0.04em;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #sub-career .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-career .wrap {
  margin-top: 80px;
}
#sub-career .img {
  width: 100%;
}
#sub-career .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#sub-flow .list {
  margin-top: 65px;
}
#sub-flow .list-item {
  position: relative;
  padding: 70px 70px 65px;
  background: url(/img/work/flow-box.jpg) no-repeat center/cover;
  border-radius: 7px;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-top: 85px;
  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: 39px;
  height: 25px;
  transform: translateX(-50%);
  left: 50%;
  top: -55px;
  background: url(/img/all/flow-arw.png) no-repeat;
  background-size: 100%;
}
#sub-flow .list-num {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  width: 50px;
  height: 50px;
  line-height: 1;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skewX(-10deg);
  top: 0;
  left: 0;
  color: #fff;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-flow .list-num::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) skewX(10deg);
  top: 50%;
  left: 50%;
  background-color: #204089;
  border-radius: 7px 0 7px 0;
  z-index: -1;
}
#sub-flow .list-wrap {
  margin-right: 60px;
}
#sub-flow .list-ttl {
  color: #204089;
  background-color: #fff;
}
#sub-flow .list-txt {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 2.1;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-flow .list-txt p:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-flow .list-txt-sm {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-txt-sm {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-flow .list-img {
  flex-shrink: 0;
  border-radius: 6px;
}

#sub-banner .bg {
  border-top: 1px solid #b7bfc9;
  border-bottom: 1px solid #b7bfc9;
}
#sub-banner .link {
  width: 510px;
  height: 360px;
  padding: 80px 0 0 50px;
  border-radius: 8px;
  position: relative;
}
#sub-banner .link::after {
  position: absolute;
  content: "";
}
#sub-banner .link::after {
  width: 45px;
  height: 13px;
  bottom: 40px;
  right: 40px;
  background: url(/img/all/arw-lg.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#sub-banner .link:hover::after {
  transform: translateX(5px);
}
#sub-banner .link-staff {
  background: url(/img/all/banner-staff.jpg) no-repeat center/cover;
}
#sub-banner .link-recruit {
  background: url(/img/all/banner-recruit.jpg) no-repeat center/cover;
}
#sub-banner .link-work {
  background: url(/img/all/banner-work.jpg) no-repeat center/cover;
}
#sub-banner .ttl-main {
  font-size: 55px;
  font-size: 5.5rem;
  letter-spacing: 0.04em;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #sub-banner .ttl-main {
    font-size: 30px;
    font-size: 3rem;
  }
}

/* =========================================
    sub  PC
    sub-staff
========================================= */
#sub-staff .list {
  flex-wrap: wrap;
  gap: 30px 53px;
  margin-top: 60px;
}
#sub-staff .list-item {
  flex-basis: calc((100% - 106px) / 3);
  max-width: calc((100% - 106px) / 3);
}
#sub-staff .list-link {
  width: 100%;
  height: 100%;
}
#sub-staff .list-link:hover img {
  transform: scale(1.05);
}
#sub-staff .list-img {
  width: 100%;
  height: 360px;
  border-radius: 5px;
  overflow: hidden;
}
#sub-staff .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-staff .list-img img {
  transition: all 0.5s ease;
  border-radius: 5px;
}
#sub-staff .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  margin-top: 25px;
  color: #204089;
}
@media screen and (max-width: 767px) {
  #sub-staff .list-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#sub-staff-detail .img {
  width: 500px;
  height: 500px;
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 50px;
}
#sub-staff-detail .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-staff-detail .name {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.04em;
  margin-top: 30px;
  color: #204089;
}
@media screen and (max-width: 767px) {
  #sub-staff-detail .name {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-staff-detail .message {
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #sub-staff-detail .message {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#sub-staff-detail .txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.1;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #sub-staff-detail .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-staff-detail .list {
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}
#sub-staff-detail .list-item {
  flex-basis: calc((100% - 30px) / 2);
  max-width: calc((100% - 30px) / 2);
  height: 525px;
}
#sub-staff-detail .list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-staff-detail .list-item img {
  border-radius: 6px;
}

/* =========================================
    sub  PC
    sub-recruit
========================================= */
#sub-charm .list {
  margin-top: 140px;
}
#sub-charm .list-item {
  width: 360px;
  padding: 265px 35px 25px;
  border: 1px solid #b7bfc9;
  position: relative;
}
#sub-charm .list-item:nth-of-type(n + 2) {
  border-left: none;
}
#sub-charm .list-item:first-of-type {
  background: url(/img/recruit/charm-ico01.png) no-repeat center 92px;
}
#sub-charm .list-item:nth-of-type(2) {
  background: url(/img/recruit/charm-ico02.png) no-repeat center 87px;
}
#sub-charm .list-item:nth-of-type(3) {
  background: url(/img/recruit/charm-ico03.png) no-repeat center 110px;
}
#sub-charm .list-num {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 120px;
  font-size: 12rem;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.04em;
  transform: translateX(-50%) skewX(-10deg);
  left: 50%;
  top: -70px;
  color: rgba(32, 64, 137, 0.2);
}
@media screen and (max-width: 767px) {
  #sub-charm .list-num {
    font-size: 62px;
    font-size: 6.2rem;
  }
}
#sub-charm .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.33;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub-charm .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-charm .list-txt {
  line-height: 1.94;
  margin-top: 25px;
}

#sub-recruit .table {
  margin-top: 70px;
}

/* =========================================
    sub  PC
    sub-company
========================================= */
#sub-greeting .bg {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#sub-greeting .container {
  position: relative;
}
#sub-greeting .wrap {
  width: 580px;
}
#sub-greeting .txt {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #sub-greeting .txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-greeting .txt p:nth-of-type(n + 2) {
  margin-top: 25px;
}
#sub-greeting .name {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.04em;
  margin-top: 40px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #sub-greeting .name {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-greeting .img {
  position: absolute;
  top: 230px;
  right: -5.2vw;
}
@media screen and (max-width: 1250px) {
  #sub-greeting .img {
    width: 480px;
    top: 300px;
    right: 0;
  }
}
#sub-greeting .primary {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: clamp(140px, 12.7vw, 245px);
  white-space: nowrap;
  letter-spacing: 0.04em;
  line-height: 1;
  transform: translateX(-50%) skewX(-10deg);
  left: 51%;
  bottom: 0;
  color: rgba(32, 64, 137, 0.05);
  z-index: -1;
}
#sub-greeting .name {
  margin-top: 30px;
}

#sub-company .table {
  margin-top: 40px;
}
#sub-company .table th {
  font-size: 20px;
  font-size: 2rem;
  padding: 32px 20px;
}
@media screen and (max-width: 767px) {
  #sub-company .table th {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-company .table th::before {
  width: 5px;
  height: 5px;
  top: 45px;
}
#sub-company .map {
  width: 100%;
  height: 380px;
  margin-top: 100px;
}
#sub-company .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#sub-company .map iframe {
  border-radius: 7px;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#contact-form .com-table01 {
  white-space: unset;
}
#contact-form .com-btn01 {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  padding: 20px 15px;
  transition: all 0.5s ease;
}
#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 {
  font-size: 20px;
  font-size: 2rem;
  width: 350px;
  padding: 15px;
  white-space: unset;
}
@media screen and (max-width: 767px) {
  .contact-form-table th {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.contact-form-table th::before {
  width: 5px;
  height: 5px;
  top: 28px;
}
.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にのみ適用するスタイル */
}
@supports (-webkit-touch-callout: none) {
  input[type=button],
  input[type=submit],
  button {
    font-family: "ZenKakuGothicNew-Bold", sans-serif;
    color: #204089;
    background-color: #f1f5f7;
  }
}

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 #204089;
}
@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 #204089;
  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: #b7bfc9;
  background-color: #f1f5f7;
  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 #b7bfc9;
  border-right: 1px solid #b7bfc9;
}

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

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .bg {
  background-image: linear-gradient(180deg, rgba(32, 64, 137, 0) 0%, rgba(32, 64, 137, 0.22) 10%, rgba(92, 178, 218, 0.22) 50%, rgba(255, 227, 75, 0.22) 90%, rgba(255, 227, 75, 0) 100%);
}
#sub-news .ttl-sub::before {
  background-color: #fff;
}
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .container {
  margin-top: 50px;
}
#sub-news .com-news-post-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #25282b;
  background: url(/img/all/pt01.png) left top;
}
#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 #f1f5f7;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #f1f5f7;
  text-align: center;
  color: #f1f5f7;
  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: #25282b;
  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
========================================= */
#news-detail .com-news-post-con {
  padding: 30px;
  background: url(/img/all/pt01.png) left top;
}

/* =========================================
  タグテンプレート
========================================= */
.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 #f1f5f7;
  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 #f1f5f7;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #204089;
  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: url(/img/all/pt01.png) left top;
  border-radius: 10px;
}
#tag-btn-list .tag-txt {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 40px;
  color: #25282b;
}
#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: #204089;
  border-radius: 10px;
}
#tag-btn-list .tag-current {
  color: #204089;
  background-color: #fff;
  border: 1px solid #204089;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 15px;
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #204089;
}
.pagenation .current-page {
  color: #fff;
  background: #204089;
  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 #204089;
  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 #204089 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: #204089;
  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: #204089;
  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 #204089;
  color: #25282b;
  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 #204089;
  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 #204089;
  }
}
@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 {
  margin: 50px auto 0;
}

/* =========================================
    sub  PC
    sub-privacy
========================================= */
/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .ttl {
  text-align: center;
}
#sub-error .ttl-main {
  font-size: 54px;
  font-size: 5.4rem;
}
@media screen and (max-width: 767px) {
  #sub-error .ttl-main {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sub-error .txt {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
}
#sub-error .link {
  text-decoration: underline;
  color: #204089;
}