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

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

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

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

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

.com-tel {
  position: relative;
}
.com-tel-num {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 55px;
  font-size: 5.5rem;
  line-height: 1;
  letter-spacing: 0;
  color: #1e3345;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 30px;
    font-size: 3rem;
  }
}

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

.com-ttl01 {
  position: relative;
}
.com-ttl01::before {
  position: absolute;
  content: "";
}
.com-ttl01::before {
  width: 290px;
  height: 321px;
  left: -170px;
  top: -120px;
  background: url(/img/all/ttl-deco.png) no-repeat;
  background-size: 100%;
}
.com-ttl01-sub {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  color: #1782dd;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-ttl01-main {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.72;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 30px;
    font-size: 3rem;
  }
}

.com-ttl02 {
  width: 100%;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  padding: 25px 30px;
  color: #fff;
  background-color: #1782dd;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl03 {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  padding-left: 30px;
  color: #1782dd;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-ttl03::before {
  position: absolute;
  content: "";
}
.com-ttl03::before {
  width: 7px;
  height: 40px;
  top: 7px;
  left: 0;
  background-color: #1782dd;
}

.com-btn01 {
  font-size: 30px;
  font-size: 3rem;
  width: 387px;
  text-align: center;
  padding: 21px 65px;
  color: #fff;
  background-color: #1782dd;
  border-radius: 45px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-btn01 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-btn01::after {
  transition: transform 0.3s ease;
}
.com-btn01:hover::after {
  transform: translate(5px, -50%);
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01::after {
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  top: 50%;
  right: 23px;
  background: url(/img/all/arrow.png) no-repeat center, #fff;
  border-radius: 50%;
}

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

.com-table01 {
  width: 100%;
  border-collapse: separate;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 1px solid #b3b3b3;
}
.com-table01 tr:nth-of-type(n + 2) td {
  border-top: 1px solid #b3b3b3;
}
.com-table01 th {
  white-space: pre-line;
  font-family: "Noto sansCJK Bold", sans-serif;
  width: 220px;
  vertical-align: middle;
  padding: 23px 15px 23px 0;
  color: #1782dd;
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  padding: 23px 15px 23px 0;
  color: #1e3345;
}
.com-table01 a {
  color: #1e3345;
}

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

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

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

.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: #1782dd !important;
}

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

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 15px;
}
.com-tag-list-item {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
  padding-left: 25px;
  color: #1782dd;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-tag-list-item {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.com-tag-list-item::before {
  position: absolute;
  content: "";
}
.com-tag-list-item::before {
  width: 19px;
  height: 18px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background: url(/img/all/tag-ico.png) no-repeat;
  background-size: 100%;
}
.com-tag-list-item:nth-of-type(n + 2) {
  margin-left: 15px;
}

.com-time {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .com-time {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
.com-time-lg {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .com-time-lg {
    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-mission
========================================= */
#top-mission .bg {
  overflow: hidden;
  background: url(/img/top/img-03.jpg) no-repeat calc(50% + 510px) calc(100% - 85px), url(/img/top/img-02.jpg) no-repeat calc(50% + 720px) 550px, url(/img/top/map.png) no-repeat calc(50% + 380px) calc(100% - 65px);
}
@media screen and (max-width: 1300px) {
  #top-mission .bg {
    background: url(/img/top/img-03.jpg) no-repeat calc(50% + 420px) calc(100% - 65px), url(/img/top/img-02.jpg) no-repeat calc(50% + 535px) 550px, url(/img/top/map.png) no-repeat calc(50% + 320px) calc(100% - 65px);
  }
}
#top-mission .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  #top-mission .container {
    padding: 0 10px;
  }
}
#top-mission .container-img {
  margin-left: auto;
  margin-right: 3.9vw;
  margin-top: 35px;
}
@media screen and (max-width: 1300px) {
  #top-mission .container-img {
    margin-right: 0;
  }
}
#top-mission .wrap {
  width: 100%;
  max-width: 585px;
  flex-shrink: 0;
}
#top-mission .txt {
  line-height: 2;
  margin-top: 70px;
}
#top-mission .btn {
  margin-top: 70px;
}
#top-mission .btn:nth-of-type(n + 2) {
  margin-top: 40px;
}

/* =========================================
    top  PC
    top-video
========================================= */
#top-video .bg {
  background-color: #e5f3ff;
  position: relative;
}
#top-video .bg::before {
  position: absolute;
  content: "";
}
#top-video .bg::before {
  width: 100%;
  height: 18.9vw;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
#top-video .video {
  width: 920px;
  height: 518px;
  margin: 0 auto;
}
#top-video .video video {
  width: 100%;
}
#top-video .container {
  margin-top: 207px;
  padding-right: 8.3vw;
  position: relative;
}
#top-video .container-img {
  width: 100%;
}
#top-video .container-img img {
  width: 100%;
}
#top-video .ttl-box {
  position: absolute;
  top: -100px;
  left: calc(50% + 25.2vw);
  writing-mode: vertical-rl;
}
#top-video .ttl-box-span {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 44px;
  font-size: 4.4rem;
  padding: 35px 23px;
  line-height: 2.6;
  color: #fff;
  background-color: #1e3345;
}
@media screen and (max-width: 767px) {
  #top-video .ttl-box-span {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
#top-video .ttl-box-span:nth-of-type(n + 2) {
  margin-right: 4px;
}

/* =========================================
    top  PC
    top-works
========================================= */
#top-works .bg {
  overflow: hidden;
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom;
}
#top-works .list {
  justify-content: space-between;
  margin-top: 90px;
}
#top-works .list-item {
  width: 600px;
}
#top-works .list-img {
  width: 100%;
  height: 400px;
}
#top-works .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-works .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #top-works .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-works .list-txt {
  line-height: 2;
  font-family: "Noto sansCJK Regular", sans-serif;
  margin-top: 35px;
}
#top-works .btn {
  width: 100%;
  margin-top: 50px;
}

/* =========================================
    top  PC
    top-btn-list
========================================= */
#top-btn-list .bg {
  background: linear-gradient(to right, #2f96ee 0%, #2f96ee 57%, #2bb0e7 100%);
  position: relative;
}
#top-btn-list .bg::before {
  position: absolute;
  content: "";
}
#top-btn-list .bg::before {
  width: 100%;
  height: 19.5vw;
  left: 0;
  top: -1px;
  background-color: #fff;
}
#top-btn-list .container {
  width: 100%;
  padding-left: 8.3vw;
  position: relative;
}
#top-btn-list .container-img {
  width: 100%;
}
#top-btn-list .container-img img {
  width: 100%;
}
#top-btn-list .ttl {
  position: absolute;
  top: -113px;
  left: calc(50% - 34.2vw);
  writing-mode: vertical-rl;
}
#top-btn-list .ttl-box {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 44px;
  font-size: 4.4rem;
  padding: 45px 23px;
  line-height: 2.6;
  color: #fff;
  background-color: #1e3345;
}
@media screen and (max-width: 767px) {
  #top-btn-list .ttl-box {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
#top-btn-list .ttl-box:nth-of-type(n + 2) {
  margin-right: 4px;
}
#top-btn-list .list {
  width: 100%;
  max-width: 1100px;
  margin: 106px auto 0;
  position: relative;
}
#top-btn-list .list::before {
  position: absolute;
  content: "";
}
#top-btn-list .list::before {
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  border-left: 1px solid #fff;
}
#top-btn-list .list-item {
  width: 450px;
}
#top-btn-list .list-link {
  width: 100%;
  height: 110px;
  color: #fff;
  position: relative;
}
#top-btn-list .list-link::after {
  position: absolute;
  content: "";
}
#top-btn-list .list-link::after {
  width: 92px;
  height: 92px;
  bottom: 0;
  right: 0;
  background: url(/img/all/arrow-lg.png) no-repeat center;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#top-btn-list .list-link:hover::after {
  transform: translate(10px, 0);
}
#top-btn-list .list-txt {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #top-btn-list .list-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-btn-list .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #top-btn-list .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/* =========================================
    top  PC
    top-entry
========================================= */
#top-entry .bg {
  background: url(/img/top/entry-bg-deco.png) no-repeat calc(50% - 440px) top;
  position: relative;
}
@media screen and (min-width: 1920px) {
  #top-entry .bg {
    background: url(/img/top/entry-bg-deco.png) no-repeat left top;
  }
}
#top-entry .bg::before {
  position: absolute;
  content: "";
}
#top-entry .bg::after {
  position: absolute;
  content: "";
}
#top-entry .bg::before {
  width: 22.4vw;
  max-width: 430px;
  height: 21.8vw;
  max-height: 418px;
  top: 70px;
  left: 2.9vw;
  background: url(/img/top/entry-img-01.jpg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1500px) {
  #top-entry .bg::before {
    left: 20px;
  }
}
@media screen and (max-width: 1280px) {
  #top-entry .bg::before {
    width: 287px;
    height: 280px;
  }
}
@media screen and (min-width: 1920px) {
  #top-entry .bg::before {
    top: 75px;
    left: calc(50% - 850px);
  }
}
#top-entry .bg::after {
  width: 22vw;
  max-width: 424px;
  height: 14.8vw;
  max-height: 285px;
  top: 30.2vw;
  left: 7.1vw;
  background: url(/img/top/entry-img-02.jpg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1500px) {
  #top-entry .bg::after {
    left: 70px;
  }
}
@media screen and (max-width: 1280px) {
  #top-entry .bg::after {
    width: 282px;
    height: 190px;
    top: 387px;
  }
}
@media screen and (min-width: 1920px) {
  #top-entry .bg::after {
    top: 580px;
    left: calc(50% - 800px);
  }
}
#top-entry .position {
  position: relative;
}
#top-entry .position::before {
  position: absolute;
  content: "";
}
#top-entry .position::after {
  position: absolute;
  content: "";
}
#top-entry .position::before {
  width: 18.75vw;
  max-width: 360px;
  height: 12vw;
  max-height: 230px;
  bottom: 33.3vw;
  right: 7.7vw;
  background: url(/img/top/entry-img-03.jpg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1500px) {
  #top-entry .position::before {
    right: 75px;
  }
}
@media screen and (max-width: 1280px) {
  #top-entry .position::before {
    width: 240px;
    height: 154px;
    bottom: 426px;
  }
}
@media screen and (min-width: 1920px) {
  #top-entry .position::before {
    top: 102px;
    right: calc(50% - 830px);
  }
}
#top-entry .position::after {
  width: 23vw;
  max-width: 440px;
  height: 23.75vw;
  max-height: 456px;
  bottom: 104px;
  right: 6.46vw;
  background: url(/img/top/entry-img-04.jpg) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1500px) {
  #top-entry .position::after {
    right: 55px;
  }
}
@media screen and (max-width: 1280px) {
  #top-entry .position::after {
    width: 295px;
    height: 304px;
  }
}
@media screen and (min-width: 1920px) {
  #top-entry .position::after {
    top: 411px;
    right: calc(50% - 850px);
  }
}
#top-entry .primary {
  font-family: "Poppins-SemiBold", sans-serif;
  font-size: 180px;
  font-size: 18rem;
  line-height: 1;
  text-align: center;
  color: #1782dd;
}
@media screen and (max-width: 767px) {
  #top-entry .primary {
    font-size: 90px;
    font-size: 9rem;
  }
}
#top-entry .ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #top-entry .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
#top-entry .com-tel {
  text-align: center;
  margin-top: 105px;
}
#top-entry .btn {
  display: block;
  width: 520px;
  margin: 45px auto 0;
}

/* =========================================
    top  PC
    top-access
========================================= */
#top-access .bg {
  background-color: #e5f3ff;
}
#top-access .container {
  padding-left: 100px;
}
#top-access .wrap {
  width: 465px;
  flex-shrink: 0;
}
#top-access .ttl::before {
  display: none;
}
#top-access .txt {
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #top-access .txt {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#top-access .address {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #top-access .address {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#top-access .map {
  width: 645px;
  height: 452px;
}
#top-access .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .bg {
  overflow: hidden;
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom;
}
#top-news .container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#top-news .ttl::before {
  width: 240px;
  height: 267px;
  left: -140px;
  top: -85px;
}
#top-news .list {
  width: 100%;
  margin-top: 50px;
}
#top-news .list-link {
  align-items: center;
  width: 100%;
  padding: 47px 85px 47px 7px;
  color: #1e3345;
  border-top: 1px solid #b3b3b3;
  position: relative;
}
#top-news .list-link::after {
  position: absolute;
  content: "";
}
#top-news .list-link::after {
  width: 41px;
  height: 41px;
  transform: translateY(-50%);
  top: 50%;
  right: 8px;
  background: url(/img/all/arrow.png) no-repeat center;
  border-radius: 50%;
  border: 1px solid #1782dd;
  transition: all 0.3s ease;
}
#top-news .list-link:hover::after {
  transform: translate(5px, -50%);
}
#top-news .list-left {
  flex-shrink: 0;
  padding-right: 35px;
}
#top-news .list-box {
  padding-left: 35px;
  border-left: 1px solid #b3b3b3;
}
#top-news .list-ttl {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #top-news .list-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-about
========================================= */
#sub-appeal .list {
  flex-wrap: wrap;
  gap: 115px;
  margin-top: 100px;
}
#sub-appeal .list-item {
  text-align: center;
  flex-basis: calc((100% - 115px) / 2);
  max-width: calc((100% - 115px) / 2);
}
#sub-appeal .list-num {
  display: inline-block;
  font-family: "Noto sansCJK Bold", sans-serif;
  padding-bottom: 12px;
  color: #1782dd;
  border-bottom: 1px solid #1782dd;
}
#sub-appeal .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  margin-top: 5px;
  color: #1782dd;
}
@media screen and (max-width: 767px) {
  #sub-appeal .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-appeal .list-img {
  margin-top: 35px;
}
#sub-appeal .list-txt {
  line-height: 2;
  text-align: left;
  margin-top: 40px;
}

#sub-about-staff .bg {
  background-color: #e5f3ff;
}
#sub-about-staff .list {
  flex-wrap: wrap;
  gap: 55px;
  margin-top: 90px;
}
#sub-about-staff .list-item {
  flex-basis: calc((100% - 110px) / 3);
  max-width: calc((100% - 110px) / 3);
}
#sub-about-staff .list-img {
  width: 100%;
  height: 310px;
}
#sub-about-staff .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-about-staff .list-ttl {
  margin-top: 25px;
}

#sub-voice .list {
  margin-top: 60px;
}
#sub-voice .list-item:nth-of-type(n + 2) {
  margin-top: 65px;
}
#sub-voice .question {
  margin-top: 5px;
}
#sub-voice .question-item {
  padding: 25px 20px 40px;
  border-bottom: 1px solid #b3b3b3;
}
#sub-voice .question-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  color: #1782dd;
}
@media screen and (max-width: 767px) {
  #sub-voice .question-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-voice .question-ttl span {
  font-family: "Poppins-Medium", sans-serif;
  padding-right: 10px;
}
#sub-voice .question-txt {
  line-height: 2;
  margin-top: 10px;
}

#sub-info .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom;
}
#sub-info .wrap {
  width: 850px;
}
#sub-info .map {
  width: 100%;
  height: 400px;
  margin-top: 62px;
}
#sub-info .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

#sub-banner .bg {
  background-image: url(/img/about/img.png), linear-gradient(to right, #1782dd, #2bb0e7);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, left center;
  background-size: auto, cover;
}
#sub-banner .link {
  width: 100%;
  height: 600px;
  position: relative;
}
#sub-banner .link:hover .link-wrap::after {
  transform: translate(10px, -50%);
}
#sub-banner .link-wrap {
  width: 600px;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: calc(50% + 200px);
  position: relative;
}
@media screen and (max-width: 1600px) {
  #sub-banner .link-wrap {
    left: calc(50% + 0px);
  }
}
#sub-banner .link-wrap::after {
  position: absolute;
  content: "";
}
#sub-banner .link-wrap::after {
  width: 92px;
  height: 92px;
  transform: translateY(-50%);
  top: 53%;
  right: 15px;
  background: url(/img/all/arrow-lg.png) no-repeat center;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#sub-banner .link-txt {
  font-family: "Poppins-Medium", sans-serif;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #sub-banner .link-txt {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-banner .link-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #sub-banner .link-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/* =========================================
    sub  PC
    sub-driver
========================================= */
#sub-role .list {
  margin-top: 100px;
}
#sub-role .list-item:nth-of-type(n + 2) {
  margin-top: 70px;
}
#sub-role .list-img {
  flex-shrink: 0;
  margin-left: 65px;
}
#sub-role .list-txt {
  line-height: 2;
  margin-top: 30px;
}

#sub-support .bg {
  background-color: #e5f3ff;
}
#sub-support .list {
  flex-wrap: wrap;
  gap: 72px;
  margin-top: 85px;
}
#sub-support .list-item {
  flex-basis: calc((100% - 144px) / 3);
  max-width: calc((100% - 144px) / 3);
  text-align: center;
}
#sub-support .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.7;
  color: #1782dd;
}
@media screen and (max-width: 767px) {
  #sub-support .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-support .list-img {
  margin-top: 35px;
}
#sub-support .list-txt {
  line-height: 2;
  text-align: left;
  margin-top: 40px;
}

#sub-schedule .list {
  margin-top: 170px;
}
#sub-schedule .list-item {
  position: relative;
}
#sub-schedule .list-item::before {
  position: absolute;
  content: "";
}
#sub-schedule .list-item::before {
  width: 181px;
  height: 72px;
  top: -103px;
  right: -124px;
  background: url(/img/driver/schedule.png) no-repeat;
  background-size: 100%;
}
#sub-schedule .list-item:nth-of-type(2)::before {
  background: url(/img/driver/schedule2.png) no-repeat;
}
#sub-schedule .list-item:nth-of-type(3)::before {
  width: 240px;
  right: 0;
  background: url(/img/driver/schedule3.png) no-repeat;
}
#sub-schedule .list-item:nth-of-type(n + 2) {
  margin-left: 55px;
}
#sub-schedule .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  width: 390px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background-color: #1782dd;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-schedule .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-schedule .list-ttl::after {
  position: absolute;
  content: "";
}
#sub-schedule .list-ttl::after {
  width: 31px;
  height: 80px;
  top: 0;
  right: -29.4px;
  background: url(/img/driver/1.png) no-repeat;
  background-size: 100%;
}
#sub-schedule .list-ttl01 {
  position: relative;
}
#sub-schedule .list-ttl01::before {
  position: absolute;
  content: "";
}
#sub-schedule .list-ttl01::before {
  width: 95px;
  height: 45px;
  top: -45px;
  left: 5px;
  background: url(/img/driver/truck.png) no-repeat;
  background-size: 100%;
}
#sub-schedule .list-ttl02 {
  background-color: #00acd4;
}
#sub-schedule .list-ttl02::after {
  background: url(/img/driver/12.png) no-repeat;
}
#sub-schedule .list-ttl03 {
  background-color: #30d7b2;
}
#sub-schedule .list-ttl03::after {
  display: none;
}
#sub-schedule .list-map {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 30px;
  padding-left: 44px;
  color: #1782dd;
  background: url(/img/driver/pin1.png) no-repeat left 4px;
}
@media screen and (max-width: 767px) {
  #sub-schedule .list-map {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-schedule .list-map02 {
  color: #00acd4;
  background: url(/img/driver/pin2.png) no-repeat left 4px;
}
#sub-schedule .list-map03 {
  color: #30d7b2;
  background: url(/img/driver/pin3.png) no-repeat left 4px;
}
#sub-schedule .time-list {
  margin-top: 35px;
}
#sub-schedule .time-list-item {
  font-family: "Noto sansCJK Regular", sans-serif;
}
#sub-schedule .time-list-item:nth-of-type(n + 2) {
  margin-top: 20px;
}

#sub-safety .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom;
}
#sub-safety .list {
  margin-top: 80px;
}
#sub-safety .list-item:nth-of-type(n + 2) {
  margin-top: 60px;
}
#sub-safety .list-txt {
  line-height: 2;
  margin-top: 30px;
}

/* =========================================
    sub  PC
    sub-staff
========================================= */
#sub-staff-role .staff {
  margin-top: 100px;
}
#sub-staff-role .staff-txt {
  line-height: 2;
  margin-top: 30px;
}
#sub-staff-role .staff-img {
  flex-shrink: 0;
  margin-left: 65px;
}
#sub-staff-role .process {
  margin-top: 70px;
}
#sub-staff-role .process-txt {
  line-height: 2;
  margin-top: 30px;
}
#sub-staff-role .process-fle {
  padding-bottom: 40px;
  margin-top: 50px;
  justify-content: space-between;
  border-bottom: dashed 2px #1782dd;
}
#sub-staff-role .process-fle-item {
  width: 620px;
}
#sub-staff-role .process-fle-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: #1782dd;
}
@media screen and (max-width: 767px) {
  #sub-staff-role .process-fle-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-staff-role .process-fle-txt {
  line-height: 2;
  padding: 25px;
  background-color: #e5f3ff;
}
#sub-staff-role .recycling {
  margin-top: 35px;
}
#sub-staff-role .recycling-item {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 28px;
  background-color: #e1fff8;
}
#sub-staff-role .recycling-item:nth-of-type(2) {
  margin-top: 20px;
  background-color: #f3f3f3;
}
#sub-staff-role .recycling-item:nth-of-type(2) .recycling-ttl {
  color: #5f5f5f;
}
#sub-staff-role .recycling-item:nth-of-type(2) .recycling-ttl::before {
  background: url(/img/staff/12.png) no-repeat;
  background-size: 100%;
}
#sub-staff-role .recycling-item:nth-of-type(2) .recycling-box {
  width: 475px;
}
#sub-staff-role .recycling-item:nth-of-type(2) .recycling-box:nth-of-type(n + 2) {
  margin-left: 45px;
  position: relative;
}
#sub-staff-role .recycling-item:nth-of-type(2) .recycling-box:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
#sub-staff-role .recycling-item:nth-of-type(2) .recycling-box:nth-of-type(n + 2)::before {
  width: 21px;
  height: 31px;
  transform: translateY(-50%);
  top: 50%;
  left: -33px;
  background: url(/img/staff/12.png) no-repeat;
  background-size: 100%;
}
#sub-staff-role .recycling-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  width: 165px;
  text-align: center;
  color: #1fb292;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-staff-role .recycling-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-staff-role .recycling-ttl::before {
  position: absolute;
  content: "";
}
#sub-staff-role .recycling-ttl::before {
  width: 21px;
  height: 31px;
  transform: translateY(-50%);
  top: 50%;
  right: -46px;
  background: url(/img/staff/1.png) no-repeat;
  background-size: 100%;
}
#sub-staff-role .recycling-wrap {
  width: 992px;
}
#sub-staff-role .recycling-box {
  padding: 20px 40px 20px 30px;
  background-color: #fff;
}
#sub-staff-role .recycling-box-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  #sub-staff-role .recycling-box-ttl {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-staff-role .recycling-box-txt {
  line-height: 2;
}
#sub-staff-role .need {
  margin-top: 90px;
}
#sub-staff-role .need-txt {
  line-height: 2;
  margin-top: 30px;
}
#sub-staff-role .need-link {
  color: #1782dd;
  text-decoration: underline;
}

#sub-staff-appeal .bg {
  background-color: #e5f3ff;
}
#sub-staff-appeal .list {
  margin-top: 100px;
  flex-wrap: wrap;
  gap: 72px;
}
#sub-staff-appeal .list-item {
  flex-basis: calc((100% - 144px) / 3);
  max-width: calc((100% - 144px) / 3);
  text-align: center;
}
#sub-staff-appeal .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  color: #1782dd;
}
@media screen and (max-width: 767px) {
  #sub-staff-appeal .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-staff-appeal .list-img {
  margin-top: 40px;
}
#sub-staff-appeal .list-txt {
  text-align: left;
  line-height: 2;
  margin-top: 40px;
}

#sub-fit .list {
  margin-left: 275px;
}
#sub-fit .list-item {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  padding-left: 50px;
  background: url(/img/all/checkbox.png) no-repeat left 3px;
}
@media screen and (max-width: 767px) {
  #sub-fit .list-item {
    font-size: 21px;
    font-size: 2.1rem;
  }
}
#sub-fit .list-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
#sub-fit .list-item span {
  background: linear-gradient(transparent calc(100% - 45%), rgba(48, 215, 178, 0.3) 0%);
}

#sub-staff-schedule .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom;
}
#sub-staff-schedule .list {
  margin-top: 75px;
}
#sub-staff-schedule .list-item:nth-of-type(n + 2) {
  margin-top: 90px;
  position: relative;
}
#sub-staff-schedule .list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
#sub-staff-schedule .list-item:nth-of-type(n + 2)::before {
  width: 2px;
  height: 71px;
  left: 132px;
  top: -100px;
  background-color: #1782dd;
}
#sub-staff-schedule .list-item:nth-of-type(n + 5)::before {
  top: -75px;
  height: 61px;
}
#sub-staff-schedule .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  width: 265px;
  flex-shrink: 0;
  text-align: center;
  color: #1782dd;
}
@media screen and (max-width: 767px) {
  #sub-staff-schedule .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-staff-schedule .list-txt {
  line-height: 2;
  margin-left: 40px;
  margin-top: 5px;
}

/* =========================================
    sub  PC
    sub-recruit
========================================= */
#sub-recruit .bg {
  border-bottom: 1px solid #1782dd;
}
#sub-recruit .list {
  margin-top: 50px;
}
#sub-recruit .list-item:nth-of-type(n + 2) {
  margin-top: 75px;
}
#sub-recruit .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  padding: 24px;
  color: #fff;
  background-color: #1782dd;
}
@media screen and (max-width: 767px) {
  #sub-recruit .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-recruit .table {
  margin-top: 30px;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-method .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom;
}
#sub-method .wrap {
  width: 650px;
}
#sub-method .com-tel {
  margin-top: 60px;
}

#sub-contact .bg {
  background-color: #e5f3ff;
}

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

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

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

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

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

.contact-recaptcha-wrap {
  width: 304px;
  margin: 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: #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 #1782dd;
}
@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 #1782dd;
  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: none;
  background-color: #e5f3ff;
  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 none;
  border-right: 1px solid none;
}

.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/case-bg-deco.png) no-repeat right bottom;
}
#sub-news .com-tag-list {
  flex-wrap: wrap;
  margin-top: 8px;
  margin-left: 15px;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .com-news-post-item {
  border-bottom: 2px solid #1782dd;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #1e3345;
}
#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 #e5f3ff;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #e5f3ff;
  text-align: center;
  color: #e5f3ff;
  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: #1e3345;
  line-height: 2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    detail
========================================= */
/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
  background-color: #fff;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #e5f3ff;
  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 #e5f3ff;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #1782dd;
  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 .tag-list {
  width: 100%;
  max-width: 820px;
  margin: 50px auto 0;
  flex-wrap: wrap;
  gap: 35px;
}
#tag-btn-list .tag-list-item {
  flex-basis: calc((100% - 70px) / 3);
  max-width: calc((100% - 70px) / 3);
}
#tag-btn-list .btn {
  font-size: 20px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 15px;
  color: #1e3345;
  border: 1px solid #1e3345;
}
@media screen and (max-width: 767px) {
  #tag-btn-list .btn {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#tag-btn-list .tag-current {
  color: #1782dd;
  border: 1px solid #1782dd;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #1e3345;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #1e3345;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 10px;
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #1782dd;
}
.pagenation .current-page {
  color: #fff;
  background: #1782dd;
  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 #1782dd;
  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 #1782dd 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: #1782dd;
  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: #1782dd;
  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/case-bg-deco.png) no-repeat right bottom;
}
#sub-site .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #1782dd;
  color: #1e3345;
  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 #1782dd;
  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 #1782dd;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom;
}
#sub-complete .container-box {
  margin-top: 50px;
}
#sub-complete .link {
  margin: 50px auto 0;
}

/* =========================================
    sub  PC
    sub-privacy
========================================= */
#sub-privacy .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom;
}

/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .bg {
  background: url(/img/top/case-bg-deco.png) no-repeat right bottom;
}
#sub-error .txt {
  width: 100%;
  margin: 50px auto 0;
}
#sub-error .link {
  text-decoration: underline;
  color: #1782dd;
}