@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: 180px 0 100px;
  position: relative;
}

.com-tel {
  position: relative;
  z-index: 1;
}
.com-tel-num {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  color: #2f3943;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.com-tel-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 1;
  color: #27a0ec;
}
@media screen and (max-width: 767px) {
  .com-tel-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl01-sub {
  display: inline-block;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.02em;
  background-image: linear-gradient(to right, #0e8bd9, #5ccbff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 50px;
    font-size: 5rem;
  }
}
.com-ttl01-sub::before {
  position: absolute;
  content: "";
}
.com-ttl01-sub::before {
  width: 35px;
  height: 35px;
  top: 40px;
  left: -50px;
  background: url(/img/all/ttl-deco.png) no-repeat;
  background-size: 100%;
}
.com-ttl01-main {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.38;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl02 {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  padding-left: 15px;
  color: #27a0ec;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.com-ttl02::before {
  position: absolute;
  content: "";
}
.com-ttl02::before {
  width: 6px;
  height: 6px;
  left: 0;
  top: 18px;
  background-color: #27a0ec;
  border-radius: 50%;
}

.com-ttl03 {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  color: #27a0ec;
  border-bottom: 1px solid #27a0ec;
}
@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;
  padding: 26px 120px 26px 0;
  color: #2f3943;
  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: 90px;
  height: 90px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background: url(/img/all/arw.png) no-repeat center, #27a0ec;
  border-radius: 50%;
}

.com-btn02 {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 280px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  background-color: #27a0ec;
  border-radius: 26px;
}
@media screen and (max-width: 767px) {
  .com-btn02 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.com-mail {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 400px;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 116px;
  color: #2f3943;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-mail {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-mail::after {
  position: absolute;
  content: "";
}
.com-mail::after {
  transition: transform 0.3s ease;
}
.com-mail:hover::after {
  transform: translate(5px, -50%);
}
.com-mail::before {
  content: "";
  width: 33px;
  height: 25px;
  margin-right: 25px;
  background: url(/img/all/mail-ico-color.png) no-repeat center/100%;
}
.com-mail::after {
  width: 19px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  right: 40px;
  background: url(/img/all/arw-color.png) no-repeat;
  background-size: 100%;
}

.com-line {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 400px;
  height: 80px;
  display: flex;
  align-items: center;
  padding-left: 116px;
  color: #2f3943;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-line {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-line::after {
  position: absolute;
  content: "";
}
.com-line::after {
  transition: transform 0.3s ease;
}
.com-line:hover::after {
  transform: translate(5px, -50%);
}
.com-line::before {
  content: "";
  width: 35px;
  height: 35px;
  margin-right: 30px;
  background: url(/img/all/line-ico.png) no-repeat center/100%;
}
.com-line::after {
  width: 19px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  right: 40px;
  background: url(/img/all/arw-color.png) no-repeat;
  background-size: 100%;
}

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

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 tr:first-of-type th:first-of-type {
  border-radius: 10px 0 0 0;
}
.com-table01 tr:first-of-type td:first-of-type {
  border-radius: 0 10px 0 0;
}
.com-table01 tr:last-of-type th {
  border-radius: 0 0 0 10px;
}
.com-table01 tr:last-of-type td {
  border-radius: 0 0 10px 0;
  border-bottom: 1px solid #ffa200;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 1px solid #fff;
}
.com-table01 th {
  white-space: pre-line;
  font-size: 20px;
  font-size: 2rem;
  width: 350px;
  vertical-align: middle;
  padding: 22px 15px 22px 50px;
  color: #fff;
  background-color: #ffa200;
  border: 1px solid #ffa200;
}
@media screen and (max-width: 767px) {
  .com-table01 th {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  line-height: 2;
  padding: 18px 15px 18px 50px;
  color: #2f3943;
  background-color: #fff;
  border: 1px solid #ffa200;
  border-bottom: none;
}
.com-table01 a {
  color: #2f3943;
}

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

.com-primary {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #27a0ec;
  transform: skewX(-10deg);
}

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

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

.com-white {
  color: #fff !important;
}

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

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

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

.pcnav-current {
  color: #27a0ec !important;
}

.foo-current {
  color: #27a0ec !important;
}

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.com-tag-list-item {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 5px;
  padding-left: 25px;
  color: #ffa200;
  background: url(/img/all/tag-ico.png) no-repeat left center;
}
@media screen and (max-width: 767px) {
  .com-tag-list-item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.com-tag-list-item:nth-of-type(n + 2) {
  margin-left: 15px;
}

.com-time {
  width: 58px;
  flex-shrink: 0;
  position: relative;
}
.com-time::before {
  position: absolute;
  content: "";
}
.com-time::before {
  width: 48px;
  height: 2px;
  transform: translateX(-50%) rotate(-45deg);
  left: 48%;
  bottom: 42px;
  background-color: #2f3943;
}
.com-time-year {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .com-time-year {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-time-month {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .com-time-month {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-time-day {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.04em;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .com-time-day {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.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-about
========================================= */
#top-about .bg {
  overflow: hidden;
  background: url(/img/top/about-bg.jpg) no-repeat center top;
}
@media screen and (min-width: 1921px) {
  #top-about .bg {
    background: url(/img/top/about-bg.jpg) no-repeat center bottom/cover;
  }
}
#top-about .inner {
  position: relative;
}
#top-about .inner::after {
  position: absolute;
  content: "";
}
#top-about .inner::after {
  width: 210px;
  height: 260px;
  top: 540px;
  right: -13.5vw;
  background: url(/img/top/about-img03.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1500px) {
  #top-about .inner::after {
    right: calc(50% + 0px);
  }
}
#top-about .ttl-main {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  #top-about .ttl-main {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
#top-about .img {
  position: absolute;
  width: 33vw;
  min-width: 495px;
  top: 200px;
  left: calc(50% - 38vw);
}
@media screen and (max-width: 1400px) {
  #top-about .img {
    left: calc(50% - 532px);
  }
}
#top-about .img::after {
  position: absolute;
  content: "";
  width: 260px;
  height: 330px;
  left: -6.45vw;
  bottom: -99px;
  background: url(/img/top/about-img02.png) no-repeat;
  background-size: 100%;
}
#top-about .container {
  width: 505px;
  margin-left: auto;
}
#top-about .txt {
  line-height: 2;
  margin-top: 45px;
  padding-right: 30px;
}
#top-about .primary {
  margin-top: 45px;
}
#top-about .video {
  width: 100%;
  margin-top: 180px;
  border-radius: 13px;
}

/* =========================================
    top  PC
    top-work,top-management共通bg
========================================= */
.section-bg {
  background: url(/img/top/work-bg.jpg) no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
  .section-bg {
    background: url(/img/top/work-bg.jpg) no-repeat center top/cover;
  }
}

/* =========================================
    top  PC
    top-work
========================================= */
#top-work .container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  background-image: linear-gradient(to right, #0e8bd9, #5ccbff);
  border-radius: 13px;
}
#top-work .container-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 125px 0 130px;
}
#top-work .ttl {
  padding-left: 50px;
}
#top-work .ttl-sub {
  color: #fff;
  background: unset;
  -webkit-text-fill-color: unset;
}
#top-work .ttl-sub::before {
  background: url(/img/all/ttl-dco-white.png) no-repeat center/100%;
}
#top-work .ttl-main {
  color: #fff;
}
#top-work .list-item {
  width: 320px;
}
#top-work .list-item:nth-of-type(n + 2) {
  margin-left: 60px;
}
#top-work .list-item:first-of-type {
  margin-top: 103px;
}
#top-work .list-item:nth-of-type(2) {
  margin-top: 52px;
}
#top-work .list-num {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 90px;
  font-size: 9rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-work .list-num {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
#top-work .list-ico {
  width: 320px;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
#top-work .list-ttl {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  width: 300px;
  letter-spacing: 0.02em;
  text-align: center;
  padding: 10px 10px;
  transform: translateX(-50%);
  left: 50%;
  bottom: -14px;
  color: #fff;
  background-color: #ffa200;
}
@media screen and (max-width: 767px) {
  #top-work .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#top-work .list-txt {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  width: 300px;
  line-height: 2;
  margin: 35px auto 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-work .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =========================================
    top  PC
    top-management
========================================= */
#top-management .bg {
  position: relative;
}
#top-management .bg::before {
  position: absolute;
  content: "";
}
#top-management .bg::before {
  width: 13.5vw;
  min-width: 189px;
  height: 24.4vw;
  min-height: 341px;
  right: 0;
  bottom: -50px;
  background: url(/img/top/work-img02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1600px) {
  #top-management .bg::before {
    bottom: -160px;
  }
}
#top-management .inner {
  position: relative;
}
#top-management .img {
  position: absolute;
  width: 33vw;
  max-width: 742px;
  min-width: 495px;
  top: 212px;
  left: calc(50% - 38vw);
}
@media screen and (max-width: 1400px) {
  #top-management .img {
    left: calc(50% - 532px);
  }
}
#top-management .container {
  width: 495px;
  margin-left: auto;
}
#top-management .txt {
  line-height: 2;
  margin-top: 45px;
}
#top-management .btn {
  margin-top: 60px;
}

/* =========================================
    top  PC
    top-banner
========================================= */
#top-banner .sub-inner {
  padding: 150px 0 224px !important;
}
#top-banner .link {
  width: 515px;
  height: 400px;
  padding: 105px 0 0 45px;
  border-radius: 10px;
  position: relative;
}
#top-banner .link::after {
  position: absolute;
  content: "";
}
#top-banner .link::after {
  width: 90px;
  height: 90px;
  bottom: 34px;
  right: 34px;
  background: url(/img/all/arw.png) no-repeat center;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#top-banner .link:hover::after {
  transform: translate(5px, 0);
}
#top-banner .link-schedule {
  background: url(/img/all/banner-daily.png) no-repeat center/cover;
}
#top-banner .link-recruitment {
  background: url(/img/all/banner-recruit.png) no-repeat center/cover;
}
#top-banner .link-voice {
  background: url(/img/all/banner-voice.png) no-repeat center/cover;
}
#top-banner .txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  letter-spacing: 0.02em;
  color: #fff;
}
#top-banner .ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 44px;
  font-size: 4.4rem;
  margin-top: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-banner .ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

/* =========================================
    top  PC
    top-voice
========================================= */
#top-voice .inner {
  border-top: 1px solid #c1cbd1;
}
#top-voice .ttl {
  padding-left: 50px;
}
#top-voice .list {
  margin-top: 60px;
}
#top-voice .list-item {
  width: 330px;
}
#top-voice .list-item:nth-of-type(n + 2) {
  margin-left: 45px;
}
#top-voice .list-link {
  width: 100%;
  height: 100%;
}
#top-voice .list-link:hover .list-img img {
  transform: scale(1.05);
}
#top-voice .list-img {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
#top-voice .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-voice .list-img img {
  transition: all 0.5s;
  border-radius: 10px;
}
#top-voice .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 25px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-voice .list-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#top-voice .list-ttl::before {
  position: absolute;
  content: "";
}
#top-voice .list-ttl::before {
  width: 5px;
  height: 5px;
  left: 0;
  top: 15px;
  background-color: #27a0ec;
  border-radius: 50%;
}

/* =========================================
    top  PC
    top-recruit
========================================= */
#top-recruit .bg {
  background-image: linear-gradient(to right, #0e8bd9, #5ccbff);
  position: relative;
}
#top-recruit .primary {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  white-space: nowrap;
  font-size: clamp(96px, 8.7vw, 220px);
  line-height: 1;
  transform: translateX(-50%);
  left: 50%;
  top: -5vw;
  color: #1285cd;
}
#top-recruit .address {
  width: 550px;
  flex-shrink: 0;
  margin-right: 90px;
}
#top-recruit .map {
  width: 100%;
  height: 550px;
}
#top-recruit .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#top-recruit .map iframe {
  border-radius: 10px;
}
#top-recruit .map-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 25px;
  padding-left: 18px;
  color: #fff;
  background: url(/img/all/map-ico.png) no-repeat left 8px;
}
@media screen and (max-width: 767px) {
  #top-recruit .map-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-recruit .wrap {
  text-align: center;
  padding-right: 30px;
}
#top-recruit .ttl-sub {
  color: #fff;
  background: unset;
  -webkit-text-fill-color: unset;
}
#top-recruit .ttl-sub::before {
  background: url(/img/all/ttl-dco-white.png) no-repeat center/100%;
}
#top-recruit .ttl-main {
  color: #fff;
}
#top-recruit .com-tel {
  margin-top: 55px;
}
#top-recruit .com-tel-num {
  font-size: 50px;
  font-size: 5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-recruit .com-tel-num {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-recruit .com-tel-txt {
  font-size: 42px;
  font-size: 4.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-recruit .com-tel-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-recruit .com-mail {
  margin: 50px auto 0;
}
#top-recruit .com-line {
  margin: 30px auto 0;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .bg {
  background: url(/img/top/news-left.png) no-repeat left bottom/30.2vw, url(/img/top/news-right.png) no-repeat right top/20.2vw;
}
#top-news .container-box {
  width: 335px;
  padding-left: 50px;
  flex-shrink: 0;
  position: relative;
}
#top-news .list {
  width: 100%;
  margin-left: 183px;
}
#top-news .list-item {
  border-bottom: 1px solid #c1cbd1;
}
#top-news .list-item:first-of-type .list-link {
  padding: 0 0 25px;
}
#top-news .list-link {
  width: 100%;
  padding: 25px 0;
  color: #2f3943;
  border-bottom: 1px solid #d7d1ce;
}
#top-news .list-box {
  margin-left: 25px;
}
#top-news .list-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #top-news .list-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-news .btn {
  margin-top: 70px;
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-recruit
========================================= */
#sub-recruit .bg {
  background-image: linear-gradient(to right, #0e8bd9, #5ccbff);
  position: relative;
}
#sub-recruit .primary {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  white-space: nowrap;
  font-size: clamp(96px, 8.7vw, 220px);
  line-height: 1;
  transform: translateX(-50%);
  left: 50%;
  top: -5vw;
  color: #1285cd;
}
#sub-recruit .wrap {
  text-align: center;
  padding-right: 30px;
}
#sub-recruit .ttl-sub {
  margin-left: 50px;
  color: #fff;
  background: unset;
  -webkit-text-fill-color: unset;
}
#sub-recruit .ttl-sub::before {
  background: url(/img/all/ttl-dco-white.png) no-repeat center/100%;
}
#sub-recruit .ttl-main {
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-recruit .ttl-main {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-recruit .com-tel {
  margin-top: 50px;
}
#sub-recruit .com-tel-num {
  font-size: 50px;
  font-size: 5rem;
  padding: 19px 0;
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  #sub-recruit .com-tel-num {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sub-recruit .com-tel-txt {
  font-size: 42px;
  font-size: 4.2rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-recruit .com-tel-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-recruit .btn-list {
  margin-top: 42px;
}
#sub-recruit .btn-list-item:nth-of-type(n + 2) {
  margin-left: 60px;
}

/* =========================================
    sub  PC
    sub-work
========================================= */
#sub-work .bg {
  background: url(/img/work/work-bg.jpg) no-repeat center/cover;
}
#sub-work .container-box {
  padding-left: 50px;
}
#sub-work .primary {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 50px;
  padding-left: 15px;
  color: #27a0ec;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-work .primary {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-work .primary::before {
  position: absolute;
  content: "";
}
#sub-work .primary::before {
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #27a0ec;
  border-radius: 50%;
}
#sub-work .txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #sub-work .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-work .img {
  flex-shrink: 0;
  margin-left: 3.9vw;
  margin-top: 25px;
  position: relative;
}
#sub-work .img::before {
  position: absolute;
  content: "";
}
#sub-work .img::before {
  width: 210px;
  height: 260px;
  bottom: -90px;
  right: -5.2vw;
  background: url(/img/work/work-img02.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1250px) {
  #sub-work .img::before {
    right: -10px;
  }
}
#sub-work .list {
  width: 100%;
  margin-top: 161px;
  padding: 70px 65px;
  background-image: linear-gradient(to right, #0e8bd9, #5ccbff);
  flex-wrap: wrap;
  gap: 30px;
  border-radius: 10px;
}
#sub-work .list-item {
  width: 460px;
  padding: 45px 40px;
  background-color: #fff;
  border-radius: 7px;
}
#sub-work .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  color: #27a0ec;
}
@media screen and (max-width: 767px) {
  #sub-work .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-work .list-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #sub-work .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#sub-step .bg {
  background-color: #f6f7f8;
}
#sub-step .ttl {
  text-align: center;
}
#sub-step .txt {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.2;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #sub-step .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-step .wrap {
  margin-top: 55px;
}
#sub-step .wrap-img {
  min-width: 1080px;
}

#sub-schedule .inner {
  border-bottom: 1px solid #c1cbd1;
}
#sub-schedule .ttl {
  padding-left: 50px;
}
#sub-schedule .list {
  margin-top: 60px;
}
#sub-schedule .list-item {
  padding: 21px 30px;
  background-color: #effaff;
  border-radius: 6px;
}
#sub-schedule .list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}
#sub-schedule .list-time {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  width: 225px;
  padding: 0 15px 0 40px;
  color: #27a0ec;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-schedule .list-time {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-schedule .list-time::before {
  position: absolute;
  content: "";
}
#sub-schedule .list-time::before {
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #27a0ec;
  border-radius: 50%;
}
#sub-schedule .list-txt {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #sub-schedule .list-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    sub-voice
========================================= */
#sub-voice .inner {
  border-bottom: 1px solid #c1cbd1;
}
#sub-voice .ttl {
  padding-left: 50px;
}
#sub-voice .list {
  flex-wrap: wrap;
  margin-top: 45px;
  gap: 50px 45px;
}
#sub-voice .list-item {
  width: 330px;
}
#sub-voice .list-link {
  width: 100%;
  height: 100%;
}
#sub-voice .list-link:hover .list-img img {
  transform: scale(1.05);
}
#sub-voice .list-img {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
#sub-voice .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-voice .list-img img {
  transition: all 0.5s;
  border-radius: 10px;
}
#sub-voice .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin-top: 25px;
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-voice .list-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#sub-voice .list-ttl::before {
  position: absolute;
  content: "";
}
#sub-voice .list-ttl::before {
  width: 5px;
  height: 5px;
  left: 0;
  top: 15px;
  background-color: #27a0ec;
  border-radius: 50%;
}

#sub-voice-detail .inner {
  padding: 180px 0 180px;
}
#sub-voice-detail .container {
  background-image: linear-gradient(to right, #0e8bd9, #5ccbff);
  padding: 70px 40px;
  border-radius: 10px;
}
#sub-voice-detail .wrap {
  padding: 50px 40px 45px;
  background-color: #fff;
  border-radius: 7px;
}
#sub-voice-detail .wrap-box {
  margin-top: 35px;
}
#sub-voice-detail .ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  color: #27a0ec;
}
@media screen and (max-width: 767px) {
  #sub-voice-detail .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-voice-detail .img {
  width: 300px;
  height: 380px;
  flex-shrink: 0;
  margin-right: 55px;
}
#sub-voice-detail .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-voice-detail .img img {
  border-radius: 10px;
}
#sub-voice-detail .txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #sub-voice-detail .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =========================================
    sub  PC
    sub-recruit
========================================= */
#sub-recruitment .ttl {
  text-align: center;
}
#sub-recruitment .table {
  margin-top: 50px;
}

#sub-flow .bg {
  background-color: #f6f7f8;
}
#sub-flow .ttl {
  padding-left: 50px;
}
#sub-flow .list {
  margin-top: 55px;
}
#sub-flow .list-item {
  width: 320px;
  text-align: center;
  padding: 60px 25px 30px;
  background: url(/img/recruit/flow-deco.png) no-repeat left top, #fff;
  border: 2px solid #27a0ec;
  border-radius: 8px;
  position: relative;
}
#sub-flow .list-item:nth-of-type(n + 2) {
  margin-left: 60px;
  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: 20px;
  height: 33px;
  transform: translateY(-50%);
  top: 50%;
  left: -38px;
  background: url(/img/recruit/flow-arw.png) no-repeat;
  background-size: 100%;
}
#sub-flow .list-item:nth-of-type(2) {
  padding: 70px 30px 30px;
}
#sub-flow .list-item:nth-of-type(3) {
  padding: 82px 30px 30px;
}
#sub-flow .list-num {
  position: absolute;
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.02em;
  top: 5px;
  left: 20px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-flow .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 23px;
  color: #27a0ec;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-flow .list-txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: left;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #sub-flow .list-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =========================================
    sub  PC
    sub-greeting
========================================= */
#sub-greeting .ttl {
  padding-left: 50px;
}
#sub-greeting .wrap {
  margin-top: 55px;
  padding: 45px 60px 55px;
  background-color: #effaff;
  border-radius: 10px;
}
#sub-greeting .txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #sub-greeting .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

#sub-company .bg {
  background-color: #f6f7f8;
}
#sub-company .ttl {
  text-align: center;
}
#sub-company .table {
  margin-top: 50px;
}
#sub-company .table tr:nth-of-type(n + 2) th {
  border-top: 1px solid #fff;
}
#sub-company .table th {
  background-color: #27a0ec;
  border-color: #27a0ec;
}
#sub-company .table td {
  border-color: #27a0ec;
}
#sub-company .map {
  width: 100%;
  height: 360px;
  margin-top: 60px;
}
#sub-company .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#sub-company .map iframe {
  border-radius: 10px;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-contact .bg {
  background: url(/img/top/news-left.png) no-repeat left bottom, url(/img/top/news-right.png) no-repeat right top;
}
#sub-contact .ttl {
  text-align: center;
}

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

.contact-form-table {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1080px;
  table-layout: fixed;
}
.contact-form-table tr:last-of-type td {
  border-bottom: 1px solid #27a0ec;
}
.contact-form-table th {
  width: 350px;
  padding: 15px;
  white-space: unset;
  background-color: #27a0ec;
  border-color: #27a0ec;
}
.contact-form-table td {
  padding: 15px;
  white-space: unset;
  border-color: #27a0ec;
}
.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;
}

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

.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 #27a0ec;
}
@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 #27a0ec;
  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: #effaff;
  background-color: #ffa200;
  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 #effaff;
  border-right: 1px solid #effaff;
}

.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: url(/img/top/news-left.png) no-repeat left bottom, url(/img/top/news-right.png) no-repeat right top;
}
#sub-news .ttl {
  text-align: center;
}
#sub-news .com-tag-list {
  margin-top: 10px;
}
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .com-news-post-item {
  border-bottom: 2px solid #27a0ec;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #2f3943;
}
#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-box {
  margin-left: 15px;
  margin-bottom: 10px;
}
#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 #ffa200;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #ffa200;
  text-align: center;
  color: #ffa200;
  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: #2f3943;
  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 .container {
  background-image: linear-gradient(to right, #0e8bd9, #5ccbff);
  padding: 30px 20px;
  border-radius: 10px;
}
#news-detail .container-box {
  padding: 30px;
  background-color: #fff;
  border-radius: 7px;
}

/* =========================================
  タグテンプレート
========================================= */
.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 #ffa200;
  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 #ffa200;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #27a0ec;
  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: #effaff;
  border-radius: 10px;
}
#tag-btn-list .tag-txt {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 40px;
  color: #2f3943;
}
#tag-btn-list .tag-list {
  width: 100%;
  flex-wrap: wrap;
}
#tag-btn-list .tag-list-link {
  min-width: 110px;
  text-align: center;
  padding: 5px 30px;
  color: #fff;
  background-color: #27a0ec;
  border-radius: 10px;
}
#tag-btn-list .tag-list-link:nth-of-type(n + 2) {
  margin-left: 10px;
}
#tag-btn-list .tag-current {
  color: #27a0ec;
  border: 1px solid #27a0ec;
  background-color: #fff;
}

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

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

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

/* =========================================
    sub  PC
    sub-site
========================================= */
#sub-site .bg {
  background: url(/img/top/news-left.png) no-repeat left bottom, url(/img/top/news-right.png) no-repeat right top;
}
#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 #27a0ec;
  color: #2f3943;
  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 #27a0ec;
  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 #27a0ec;
  }
}
@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-privacy .bg {
  background-color: #effaff;
}
#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: #27a0ec;
}