@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: "Ubuntu-Bold";
  src: url(../fonts/Ubuntu-Bold.ttf);
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url(../fonts/Ubuntu-Light.ttf);
}
@font-face {
  font-family: "Ubuntu-Medium";
  src: url(../fonts/Ubuntu-Medium.ttf);
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url(../fonts/Ubuntu-Regular.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: "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: "Ubuntu-Bold";
  src: url(../fonts/Ubuntu-Bold.ttf);
}
@font-face {
  font-family: "Ubuntu-Light";
  src: url(../fonts/Ubuntu-Light.ttf);
}
@font-face {
  font-family: "Ubuntu-Medium";
  src: url(../fonts/Ubuntu-Medium.ttf);
}
@font-face {
  font-family: "Ubuntu-Regular";
  src: url(../fonts/Ubuntu-Regular.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: 1080px;
  margin: auto;
}

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

.com-tel {
  position: relative;
  padding-bottom: 15px;
  z-index: 1;
}
.com-tel-num {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-left: 25px;
  color: #0e0e17;
  background: url(/img/all/tel-ico.png) no-repeat left 8px;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-tel-svg {
  position: absolute;
  width: 210px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  z-index: -1;
}

.com-ttl01 {
  text-align: center;
}
.com-ttl01-sub {
  font-family: "Ubuntu-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  display: inline-block;
  letter-spacing: 0.1em;
  margin-top: 20px;
  padding: 0 50px;
  color: #233a6c;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-ttl01-sub::before {
  position: absolute;
  content: "";
}
.com-ttl01-sub::after {
  position: absolute;
  content: "";
}
.com-ttl01-sub::before {
  width: 30px;
  height: 3px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #233a6c;
}
.com-ttl01-sub::after {
  width: 30px;
  height: 3px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-color: #233a6c;
}

.com-ttl02 {
  text-align: center;
}
.com-ttl02-main {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .com-ttl02-main {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.com-ttl02-sub {
  font-family: "Ubuntu-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  display: inline-block;
  letter-spacing: 0.1em;
  white-space: nowrap;
  padding: 0 50px;
  color: #3da9d0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .com-ttl02-sub {
    font-size: 20px;
    font-size: 2rem;
  }
}
.com-ttl02-sub::before {
  position: absolute;
  content: "";
}
.com-ttl02-sub::after {
  position: absolute;
  content: "";
}
.com-ttl02-sub::before {
  width: 30px;
  height: 3px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #3da9d0;
}
.com-ttl02-sub::after {
  width: 30px;
  height: 3px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-color: #3da9d0;
}

.com-ttl03 {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 24.5px 15px;
  color: #fff;
  background: url(/img/all/pt02.png) left top;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl04 {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: 2px solid #3da9d0;
}
@media screen and (max-width: 767px) {
  .com-ttl04 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-btn01 {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 17px;
  width: 300px;
  height: 60px;
  letter-spacing: 0.1em;
  padding: 0 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #59cb65;
  border-radius: 10px;
  box-shadow: 6px 6px 0 rgba(89, 203, 101, 0.2);
  transition: all 0.3s ease;
  position: relative;
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01::after {
  width: 25px;
  height: 6px;
  transform: translateY(-50%);
  top: 50%;
  right: 30px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}
.com-btn01:hover {
  transform: translate(6px, 6px);
  box-shadow: 0 0 0 rgba(89, 203, 101, 0.2);
}

.com-line {
  font-family: "Ubuntu-Bold", sans-serif;
  font-size: 17px;
  width: 300px;
  line-height: 66px;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #fff;
  border: 2px solid #59cb65;
  border-radius: 10px;
  box-shadow: 6px 6px 0 rgba(89, 203, 101, 0.2);
  transition: all 0.3s ease;
  position: relative;
}
.com-line::before {
  position: absolute;
  content: "";
}
.com-line::after {
  position: absolute;
  content: "";
}
.com-line::before {
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% - 70px);
  background: url(/img/all/line-ico.png) no-repeat;
  background-size: 100%;
}
.com-line::after {
  width: 25px;
  height: 6px;
  transform: translateY(-50%);
  top: 50%;
  right: 28px;
  background: url(/img/all/color-arw.png) no-repeat;
  background-size: 100%;
}
.com-line:hover {
  transform: translate(6px, 6px);
  box-shadow: 0 0 0 rgba(89, 203, 101, 0.2);
}

.com-mail {
  font-family: "Ubuntu-Bold", sans-serif;
  font-size: 17px;
  width: 300px;
  line-height: 66px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #3da9d0;
  border: 2px solid #3da9d0;
  border-radius: 10px;
  box-shadow: 6px 6px 0 rgba(61, 169, 208, 0.2);
  transition: all 0.3s ease;
  position: relative;
}
.com-mail::before {
  position: absolute;
  content: "";
}
.com-mail::after {
  position: absolute;
  content: "";
}
.com-mail::before {
  width: 20px;
  height: 15px;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% - 70px);
  background: url(/img/all/mail-icon.png) no-repeat;
  background-size: 100%;
}
.com-mail::after {
  width: 25px;
  height: 6px;
  transform: translateY(-50%);
  top: 50%;
  right: 28px;
  background: url(/img/all/arw.png) no-repeat;
  background-size: 100%;
}
.com-mail:hover {
  transform: translate(6px, 6px);
  box-shadow: 0 0 0 rgba(61, 169, 208, 0.2);
}

.com-official {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 17px;
  width: 280px;
  line-height: 70px;
  left: 0.1em;
  text-align: center;
  color: #fff;
  background-color: #3da9d0;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 6px 6px 0 rgba(255, 255, 255, 0.2);
  position: relative;
}
.com-official::after {
  position: absolute;
  content: "";
}
.com-official::after {
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  top: 50%;
  right: 23px;
  background: url(/img/all/link-ico.png) no-repeat;
  background-size: 100%;
}
.com-official:hover {
  transform: translate(6px, 6px);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
}

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

.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;
}
.com-table01 tr:nth-of-type(n + 2) th {
  border-top: 1px solid #fff;
}
.com-table01 tr:nth-of-type(n + 2) td {
  border-top: 1px solid #3da9d0;
}
.com-table01 th {
  white-space: pre-line;
  width: 340px;
  text-align: center;
  vertical-align: middle;
  padding: 26px 15px;
  color: #fff;
  background-color: #3da9d0;
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  padding: 21px 30px 21px 40px;
  color: #0e0e17;
  background-color: #fff;
}
.com-table01 a {
  color: #0e0e17;
}

.com-table02 tr:first-of-type th {
  border-radius: 10px 0 0 0;
}
.com-table02 tr:first-of-type td {
  color: #3da9d0;
  background-color: #233a6c;
}
.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;
}

.com-main-color {
  color: #3da9d0;
}

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

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

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

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

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  width: 100%;
  margin-top: 10px;
}
.com-tag-list-item {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #59cb65;
}
@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) {
  position: relative;
}
.com-tag-list-item:nth-of-type(n + 2)::before {
  position: absolute;
  content: "";
}
.com-tag-list-item:nth-of-type(n + 2)::before {
  width: 1px;
  height: 15px;
  transform: translateY(-50%);
  top: 50%;
  left: -10px;
  background-color: #59cb65;
}

.com-time {
  font-family: "Ubuntu-Bold", sans-serif;
  flex-shrink: 0;
  margin-right: 20px;
  padding: 1.4px 9px;
  color: #fff;
  background-color: #3da9d0;
  border-radius: 5px;
}

.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 {
  background: url(/img/top/about-bg.png) no-repeat right bottom;
  position: relative;
  overflow: hidden;
}
#top-about .ttl {
  width: 632px;
  margin-left: auto;
  position: relative;
}
#top-about .ttl::before {
  position: absolute;
  content: "";
}
#top-about .ttl::before {
  width: 66px;
  height: 66px;
  top: -32px;
  right: -50px;
  background: url(/img/top/about-ttl-deco.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1200px) {
  #top-about .ttl::before {
    right: -10px;
  }
}
#top-about .img {
  position: absolute;
  left: calc(50% - 960px);
  top: 40px;
  border-radius: 0 20px 20px 0;
}
@media screen and (min-width: 1921px) {
  #top-about .img {
    border-radius: 20px;
  }
}
#top-about .wrap {
  width: 100%;
  margin-top: 100px;
}
#top-about .txt {
  line-height: 2.35;
  margin-top: 100px;
}
#top-about .txt-line {
  color: #fff;
  background-color: #59cb65;
}
#top-about .txt-lg {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #top-about .txt-lg {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    top  PC
    top-service
========================================= */
#top-service .bg {
  background: url(/img/all/pt03.png) left top;
}
#top-service .ttl {
  position: relative;
}
#top-service .ttl::before {
  position: absolute;
  content: "";
}
#top-service .ttl::after {
  position: absolute;
  content: "";
}
#top-service .ttl::before {
  width: 107px;
  height: 78px;
  bottom: 10px;
  left: calc(50% - 311px);
  background: url(/img/all/ttl-deco-l.png) no-repeat;
  background-size: 100%;
}
#top-service .ttl::after {
  width: 107px;
  height: 78px;
  bottom: 10px;
  right: calc(50% - 311px);
  background: url(/img/all/ttl-deco-r.png) no-repeat;
  background-size: 100%;
}
#top-service .wrap {
  width: 100%;
  margin-top: 55px;
}
#top-service .wrap-box {
  width: 100%;
  padding: 34px 35px 55px;
  border: 5px solid;
  outline: 5px solid #fff;
  outline-offset: -10px;
  border-radius: 20px;
}
#top-service .wrap-box:nth-of-type(n + 2) {
  margin-top: 40px;
}
#top-service .wrap-individual {
  background: url(/img/top/service-box-img01.jpg) no-repeat left center/cover;
  border-color: #3da9d0;
}
#top-service .wrap-corporation {
  background: url(/img/top/service-box-img02.jpg) no-repeat right center/cover;
  border-color: #59cb65;
}
#top-service .box {
  width: 540px;
}
#top-service .box-ttl {
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 2px solid;
}
@media screen and (max-width: 767px) {
  #top-service .box-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-service .box-individual {
  margin-left: auto;
}
#top-service .box-individual-ttl {
  color: #3da9d0;
  border-color: #3da9d0;
}
#top-service .box-corporation {
  margin-right: auto;
}
#top-service .box-corporation-ttl {
  color: #59cb65;
  border-color: #59cb65;
}
#top-service .list {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#top-service .list-individual {
  padding: 30px 0;
}
#top-service .list-corporation {
  padding: 50px 0;
}
#top-service .list-item {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 0px 6.5px;
  color: #233a6c;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #top-service .list-item {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-service .list-item-sm {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #top-service .list-item-sm {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#top-service .btn {
  width: 100%;
}
#top-service .btn::after {
  right: 60px;
}
#top-service .btn-individual {
  background-color: #3da9d0;
  box-shadow: 6px 6px 0 rgba(61, 169, 208, 0.2);
}
#top-service .btn-individual:hover {
  box-shadow: 0 0 0 rgba(61, 169, 208, 0.2);
}

/* =========================================
    top  PC
    top-case
========================================= */
#top-case .bg {
  background: url(/img/top/case-bg-l.png) no-repeat left top/38.5vw, url(/img/top/case-bg-r.png) no-repeat right bottom/24vw;
}
#top-case .ttl-sub {
  color: #3da9d0;
}
#top-case .ttl-sub::before {
  background-color: #3da9d0;
}
#top-case .ttl-sub::after {
  background-color: #3da9d0;
}
#top-case .list {
  width: 100%;
  margin-top: 65px;
}
#top-case .list-item {
  width: 100%;
}
#top-case .list-item:nth-of-type(n + 2) {
  margin-top: 60px;
}
#top-case .list-ttl {
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 12.5px 30px;
  text-align: center;
  color: #fff;
  background: url(/img/all/pt02.png) left top;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 767px) {
  #top-case .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-case .list-wrap {
  width: 100%;
  gap: 60px;
  padding: 40px;
  background-color: #fff;
  border: 3px solid #3da9d0;
  border-top: none;
  border-radius: 0 0 30px 30px;
}
#top-case .list-before {
  width: 400px;
  height: 300px;
  position: relative;
}
#top-case .list-before img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-case .list-before img {
  border-radius: 20px;
}
#top-case .list-before::after {
  position: absolute;
  content: "";
}
#top-case .list-before::after {
  width: 90px;
  height: 86px;
  right: -40px;
  bottom: -55px;
  background: url(/img/top/case-arw.png) no-repeat;
  background-size: 100%;
}
#top-case .list-before-txt {
  position: absolute;
  font-family: "Ubuntu-Bold", sans-serif;
  width: 80px;
  line-height: 80px;
  letter-spacing: 0;
  text-align: center;
  top: -20px;
  left: -20px;
  color: #fff;
  background-color: #233a6c;
  border-radius: 50%;
}
#top-case .list-after {
  width: 540px;
  height: 380px;
  position: relative;
}
#top-case .list-after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-case .list-after img {
  border-radius: 20px;
}
#top-case .list-after-txt {
  position: absolute;
  font-family: "Ubuntu-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 101px;
  line-height: 101px;
  letter-spacing: 0;
  text-align: center;
  top: -20px;
  left: -20px;
  color: #f9f43e;
  background: url(/img/top/after-bg.png) no-repeat center/100%;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #top-case .list-after-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-case .btn {
  margin: 60px auto 0;
}

/* =========================================
    top  PC
    top-reason
========================================= */
#top-reason .bg {
  background: url(/img/all/pt04.png) left top;
}
#top-reason .list {
  margin-top: 125px;
  flex-wrap: wrap;
  gap: 120px 40px;
}
#top-reason .list-item {
  width: 520px;
  padding: 47px 20px 38px;
  background-color: #fff;
  border: 3px solid #3da9d0;
  border-radius: 20px;
  position: relative;
}
#top-reason .list-item:first-of-type {
  width: 800px;
}
#top-reason .list-item:first-of-type::before {
  left: 77px;
}
#top-reason .list-item:first-of-type::after {
  right: 77px;
}
#top-reason .list-item:first-of-type .list-txt {
  padding: 0 25px;
}
#top-reason .list-item::before {
  position: absolute;
  content: "";
}
#top-reason .list-item::after {
  position: absolute;
  content: "";
}
#top-reason .list-item::before {
  width: 40px;
  height: 3px;
  top: -3px;
  left: 37px;
  background-color: #fff;
}
#top-reason .list-item::after {
  width: 100px;
  height: 3px;
  bottom: -3px;
  right: 37px;
  background: url(/img/top/reason-deco.jpg) no-repeat;
  background-size: 100%;
}
#top-reason .list-ico {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -60px;
}
#top-reason .list-ttl {
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  width: 100%;
  height: 172px;
  text-align: center;
  letter-spacing: 0.05em;
  padding-top: 40px;
  border-radius: 15px;
  background: url(/img/all/pt01.png) left top;
}
@media screen and (max-width: 767px) {
  #top-reason .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-reason .list-ttl-color {
  color: #d9344f;
}
#top-reason .list-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  line-height: 2.05;
  margin-top: 20px;
  padding: 0 10px;
}

/* =========================================
    top  PC
    top-contact
========================================= */
#top-contact .bg {
  background: url(/img/top/contact-bg.jpg) no-repeat center/cover;
}
#top-contact .container {
  width: 100%;
}
#top-contact .ttl {
  text-align: left;
  padding-right: 60px;
  position: relative;
}
#top-contact .ttl::before {
  position: absolute;
  content: "";
}
#top-contact .ttl::before {
  width: 2px;
  height: 200px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-color: #3da9d0;
}
#top-contact .ttl-sub {
  padding: 0 50px 0 0;
  color: #3da9d0;
}
#top-contact .ttl-sub::before {
  display: none;
}
#top-contact .ttl-sub::after {
  background-color: #3da9d0;
}
#top-contact .wrap {
  margin-left: 72px;
}
#top-contact .wrap-fle {
  gap: 40px;
  margin-top: 35px;
}
#top-contact .com-tel {
  display: inline-block;
  padding-bottom: 0;
  padding-right: 230px;
}
#top-contact .com-tel-num {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.05em;
  padding-left: 35px;
  background: url(/img/all/tel-ico-lg.png) no-repeat left 10px;
}
@media screen and (max-width: 767px) {
  #top-contact .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-contact .com-tel-svg {
  transform: translateY(-50%);
  top: 50%;
  left: unset;
  right: 0;
}

/* =========================================
    top  PC
    top-map
========================================= */
#top-map .bg {
  background: url(/img/all/pt05.png) left bottom;
}
#top-map .wrap {
  width: 100%;
  text-align: center;
}
#top-map .txt {
  display: inline-block;
  padding-left: 25px;
  background: url(/img/top/map-pin.png) no-repeat left 5px;
  color: #3da9d0;
}
#top-map .map {
  width: 100%;
  height: 300px;
  margin-top: 25px;
}
#top-map .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#top-map .map iframe {
  border-radius: 20px;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .bg {
  background: url(/img/all/pt05.png) left top;
}
#top-news .container-box {
  width: 100%;
  position: relative;
}
#top-news .ttl {
  text-align: left;
}
#top-news .ttl-sub {
  font-family: "Ubuntu-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  padding-left: 0;
  color: #3da9d0;
}
@media screen and (max-width: 767px) {
  #top-news .ttl-sub {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-news .ttl-sub::before {
  display: none;
}
#top-news .ttl-sub::after {
  background-color: #3da9d0;
}
#top-news .list {
  width: 100%;
  margin-top: 50px;
}
#top-news .list-item:nth-of-type(n + 2) {
  margin-top: 10px;
}
#top-news .list-link {
  width: 100%;
  padding: 30px 50px 30px 38px;
  color: #0e0e17;
  background-color: #fff;
  border: 2px solid #3da9d0;
  border-right: 50px solid #3da9d0;
  border-radius: 10px;
  position: relative;
}
#top-news .list-link::after {
  position: absolute;
  content: "";
}
#top-news .list-link::after {
  transition: transform 0.3s ease;
}
#top-news .list-link:hover::after {
  transform: translate(5px, -50%);
}
#top-news .list-link::after {
  width: 12px;
  height: 15px;
  transform: translateY(-50%);
  top: 50%;
  right: -30px;
  background: url(/img/top/news-arw.png) no-repeat;
  background-size: 100%;
}
#top-news .btn {
  margin-bottom: 10px;
  margin-right: 60px;
}

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

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

========================================= */
/* =========================================
    sub  PC
    sub-worries
========================================= */
#sub-worries .bg {
  background: url(/img/individual/worries-bg01.png) no-repeat calc(50% - 540px) 128px, url(/img/individual/worries-bg02.png) no-repeat right bottom;
}
#sub-worries .ttl-main-color {
  background: top left/50px 7px repeat-x radial-gradient(circle, #f9f43e 3px, rgba(0, 0, 0, 0) 3px);
  color: #59cb65;
}
#sub-worries .list {
  width: 100%;
  margin-top: 50px;
  padding: 28px 98px;
  background-color: #fff;
  border: 3px solid #3da9d0;
  border-radius: 30px;
}
#sub-worries .list-item {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding: 30px 50px;
  background: url(/img/all/check-ico.png) no-repeat left 30px;
}
@media screen and (max-width: 767px) {
  #sub-worries .list-item {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-worries .list-item:nth-of-type(n + 2) {
  border-top: 2px dashed #3da9d0;
}
#sub-worries .list-item-color {
  color: #59cb65;
}

#sub-service .bg {
  background: url(/img/all/pt04.png) left top;
}
#sub-service .ttl-sub {
  color: #233a6c;
}
#sub-service .ttl-sub::before {
  background-color: #233a6c;
}
#sub-service .ttl-sub::after {
  background-color: #233a6c;
}
#sub-service .wrap {
  margin-top: 45px;
}
#sub-service .wrap-box {
  padding: 50px 40px;
  background-color: #fff;
  border-radius: 30px;
}
#sub-service .wrap-box:nth-of-type(n + 2) {
  margin-top: 60px;
}
#sub-service .wrap-fle {
  margin-top: 40px;
}
#sub-service .img {
  flex-shrink: 0;
  border-radius: 20px;
}
#sub-service .txt {
  line-height: 2.35;
  margin-left: 50px;
}
#sub-service .box {
  width: 100%;
  margin-top: 40px;
  padding: 45px 40px 60px;
  background-color: #ecfaee;
  border-radius: 10px;
}
#sub-service .box-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  color: #59cb65;
  border-bottom: 2px solid #59cb65;
}
@media screen and (max-width: 767px) {
  #sub-service .box-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-service .list {
  margin-top: 20px;
}
#sub-service .list-item {
  padding: 14px 30px;
  background-color: #fff;
  border-radius: 5px;
}
#sub-service .list-item:nth-of-type(n + 2) {
  margin-top: 5px;
}
#sub-service .list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  color: #233a6c;
}
#sub-service .list-txt {
  flex-shrink: 0;
  margin-left: 30px;
}
#sub-service .note {
  line-height: 2.35;
  text-align: center;
  margin-top: 30px;
}
#sub-service .fee {
  width: 100%;
  margin-top: 40px;
  padding: 45px 40px 60px;
  background-color: #eef7fb;
  border-radius: 10px;
}
#sub-service .fee-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  color: #3da9d0;
  border-bottom: 2px solid #3da9d0;
}
@media screen and (max-width: 767px) {
  #sub-service .fee-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-service .fee-fle {
  margin-top: 20px;
}
#sub-service .fee-fle-left {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  width: 220px;
  height: 170px;
  letter-spacing: 0.1em;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #3da9d0;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #sub-service .fee-fle-left {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-service .fee-type {
  margin-left: 40px;
  margin-top: 10px;
}
#sub-service .fee-type-item {
  padding-left: 20px;
  position: relative;
}
#sub-service .fee-type-item::before {
  position: absolute;
  content: "";
}
#sub-service .fee-type-item::before {
  width: 10px;
  height: 10px;
  top: 13px;
  left: 0;
  border: 2px solid #233a6c;
  border-radius: 50%;
}
#sub-service .fee-type-item:nth-of-type(n + 2) {
  margin-top: 15px;
}
#sub-service .fee-type-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #233a6c;
}
@media screen and (max-width: 767px) {
  #sub-service .fee-type-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-service .fee-list {
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-top: 40px;
}
#sub-service .fee-list-item {
  flex-basis: calc((100% - 40px) / 2);
  max-width: calc((100% - 40px) / 2);
}
#sub-service .fee-list-top {
  width: 100%;
  padding: 11.5px 20px;
  background-color: #233a6c;
  border-radius: 5px 5px 0 0;
}
#sub-service .fee-list-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-service .fee-list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-service .fee-list-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  padding-left: 40px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-service .fee-list-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-service .fee-list-txt::before {
  position: absolute;
  content: "";
}
#sub-service .fee-list-txt::before {
  width: 1px;
  height: 25px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #fff;
}
#sub-service .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px 10px;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
#sub-service .table th {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  width: 70px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  background-color: #59cb65;
  border-radius: 5px;
}

/* =========================================
    sub  PC
    sub-banner
========================================= */
#sub-banner .bg {
  background: url(/img/all/pt05.png) left top;
}
#sub-banner .link {
  width: 800px;
  height: 250px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding-left: 405px;
  background: url(/img/all/banner-case.jpg) no-repeat left center/cover;
  border: 3px solid #3da9d0;
  border-right: 60px solid #3da9d0;
  border-radius: 20px;
  position: relative;
}
#sub-banner .link::after {
  position: absolute;
  content: "";
}
#sub-banner .link::after {
  transition: transform 0.3s ease;
}
#sub-banner .link:hover::after {
  transform: translate(5px, -50%);
}
#sub-banner .link::after {
  width: 15px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  right: -40px;
  background: url(/img/all/banner-arw.png) no-repeat;
  background-size: 100%;
}
#sub-banner .ttl-sub {
  padding: 0;
}
#sub-banner .ttl-sub::before {
  display: none;
}
#sub-banner .ttl-sub::after {
  display: none;
}

/* =========================================
    sub  PC
    sub-case
========================================= */
#sub-case .bg {
  background: url(/img/individual/worries-bg01.png) no-repeat calc(50% - 540px) 128px, url(/img/individual/worries-bg02.png) no-repeat right bottom;
}
#sub-case .list {
  margin-top: 120px;
}
#sub-case .list-item {
  width: 100%;
}
#sub-case .list-item:nth-of-type(n + 2) {
  margin-top: 60px;
}
#sub-case .list-ttl {
  font-family: "ZenKakuGothicNew-Black", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  padding: 18.5px 30px;
  text-align: center;
  color: #fff;
  background: url(/img/all/pt02.png) left top;
  border-radius: 30px 30px 0 0;
}
@media screen and (max-width: 767px) {
  #sub-case .list-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-case .list-wrap {
  width: 100%;
  padding: 40px;
  background-color: #fff;
  border: 3px solid #3da9d0;
  border-top: none;
  border-radius: 0 0 30px 30px;
}
#sub-case .list-fle {
  gap: 60px;
}
#sub-case .list-before {
  width: 400px;
  height: 300px;
  position: relative;
}
#sub-case .list-before img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case .list-before img {
  border-radius: 20px;
}
#sub-case .list-before::after {
  position: absolute;
  content: "";
}
#sub-case .list-before::after {
  width: 90px;
  height: 86px;
  right: -40px;
  bottom: -55px;
  background: url(/img/top/case-arw.png) no-repeat;
  background-size: 100%;
}
#sub-case .list-before-txt {
  position: absolute;
  font-family: "Ubuntu-Bold", sans-serif;
  width: 80px;
  line-height: 80px;
  letter-spacing: 0;
  text-align: center;
  top: -20px;
  left: -20px;
  color: #fff;
  background-color: #233a6c;
  border-radius: 50%;
}
#sub-case .list-after {
  width: 540px;
  height: 380px;
  position: relative;
}
#sub-case .list-after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-case .list-after img {
  border-radius: 20px;
}
#sub-case .list-after-txt {
  position: absolute;
  font-family: "Ubuntu-Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  width: 101px;
  line-height: 101px;
  letter-spacing: 0;
  text-align: center;
  top: -20px;
  left: -20px;
  color: #f9f43e;
  background: url(/img/top/after-bg.png) no-repeat center/100%;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #sub-case .list-after-txt {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#sub-case .list-txt {
  line-height: 1.76;
  margin-top: 35px;
}

/* =========================================
    sub  PC
    sub-company
========================================= */
#sub-greeting .bg {
  background: url(/img/individual/worries-bg01.png) no-repeat calc(50% - 540px) 128px, url(/img/individual/worries-bg02.png) no-repeat right bottom;
}
#sub-greeting .wrap {
  margin-top: 45px;
}
#sub-greeting .img {
  flex-shrink: 0;
  border: 5px solid #3da9d0;
  outline: 5px solid #fff;
  outline-offset: -10px;
  border-radius: 20px;
}
#sub-greeting .box {
  margin-left: 60px;
}
#sub-greeting .box-ttl {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 25px;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  padding-left: 10px;
  padding-bottom: 10px;
  color: #233a6c;
  border-bottom: 2px solid #233a6c;
}
@media screen and (max-width: 767px) {
  #sub-greeting .box-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-greeting .txt {
  line-height: 2.35;
  margin-top: 30px;
}

#sub-company .bg {
  background: url(/img/all/pt04.png) left top;
}
#sub-company .table {
  margin-top: 50px;
}
#sub-company .map {
  width: 100%;
  height: 300px;
  margin-top: 60px;
}
#sub-company .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#sub-company .map iframe {
  border-radius: 20px;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-method .bg {
  background: url(/img/individual/worries-bg01.png) no-repeat calc(50% - 470px) 155px, url(/img/individual/worries-bg02.png) no-repeat right bottom;
}
#sub-method .txt {
  line-height: 2.35;
  text-align: center;
  margin-top: 40px;
}
#sub-method .wrap {
  width: 100%;
  max-width: 840px;
  margin: 30px auto 0;
  padding: 55px 80px 57px;
  border: 3px solid #3da9d0;
  border-radius: 20px;
}
#sub-method .com-tel {
  text-align: center;
}
#sub-method .com-tel-num {
  font-size: 35px;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  padding-left: 35px;
  background: url(/img/all/tel-ico-lg.png) no-repeat left 10px;
}
@media screen and (max-width: 767px) {
  #sub-method .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-method .work {
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding: 12px 15px;
  background: url(/img/all/pt01.png) left top;
  border-radius: 25px;
}

#sub-contact .bg {
  background: url(/img/all/pt04.png) left top;
}
#sub-contact .ttl-sub {
  color: #233a6c;
}
#sub-contact .ttl-sub::before {
  background-color: #233a6c;
}
#sub-contact .ttl-sub::after {
  background-color: #233a6c;
}

#contact-form .com-table01 {
  white-space: unset;
}
#contact-form .com-btn01 {
  display: flex;
  justify-content: center;
  margin: 50px auto 0;
  transition: all 0.5s ease;
}
#contact-form .com-btn01::after {
  display: none;
}
#contact-form .com-btn01:hover {
  transform: scale(0.95);
}

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

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

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

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

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

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

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

select {
  padding: 7px 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==================================================
	テーブル
================================================== */
/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    display: block;
  }
}
/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  line-height: 1.5em;
  margin-top: 50px;
  padding: 40px 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #ff900e;
}

.sec-error-link {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .sec-error-text {
    padding: 30px 10px;
    font-size: 4vw;
  }
  .sec-error-link {
    font-size: 5vw;
  }
}
/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 5px;
  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 #3da9d0;
}
@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 #3da9d0;
  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: #233a6c;
  background-color: #f9f43e;
  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 #233a6c;
  border-right: 1px solid #233a6c;
}

.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/all/pt04.png) left top;
}
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .com-tag-list {
  margin-top: 0;
}
#sub-news .container {
  margin-top: 50px;
}
#sub-news .com-news-post-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #0e0e17;
  background-color: #fff;
  border-radius: 20px;
}
#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 #f9f43e;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #f9f43e;
  text-align: center;
  color: #f9f43e;
  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: #0e0e17;
  line-height: 2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    detail
========================================= */
#news-detail .com-news-post-con {
  padding: 50px 30px;
  background-color: #fff;
  border-radius: 20px;
}
#news-detail .com-tag-list {
  margin-top: 10px;
}

/* =========================================
  タグテンプレート
========================================= */
.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 #f9f43e;
  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 #f9f43e;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #3da9d0;
  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: 50px;
  padding: 35px 0 40px;
  border-top: 2px solid #233a6c;
  border-bottom: 2px solid #233a6c;
}
#tag-btn-list .tag-txt {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  color: #233a6c;
}
#tag-btn-list .tag-list {
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 35px;
}
#tag-btn-list .tag-list-link {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  min-width: 200px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 28px 15px;
  color: #fff;
  background-color: #233a6c;
  border-radius: 10px;
  box-shadow: 6px 6px 0 rgba(89, 203, 101, 0.2);
}
@media screen and (max-width: 767px) {
  #tag-btn-list .tag-list-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#tag-btn-list .tag-list-link:hover {
  transform: translate(6px, 6px);
  box-shadow: 0 0 0 rgba(89, 203, 101, 0.2);
}
#tag-btn-list .tag-current {
  background-color: #59cb65;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  font-family: "ZenKakuGothicNew-Bold", sans-serif;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #fff;
  letter-spacing: 0.05em;
  line-height: 38px;
  position: relative;
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 15px;
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #0e0e17;
}
.pagenation .current-page {
  color: #fff;
  background: #3da9d0;
  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 #3da9d0;
  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 #3da9d0 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: #3da9d0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 10px;
}
@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: #3da9d0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
}
@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/individual/worries-bg01.png) no-repeat calc(50% - 540px) 128px, url(/img/individual/worries-bg02.png) no-repeat right bottom;
}
#sub-site .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  width: 100%;
  border-bottom: 1px solid #3da9d0;
  color: #0e0e17;
  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 #3da9d0;
  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 #3da9d0;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .bg {
  background: url(/img/individual/worries-bg01.png) no-repeat calc(50% - 540px) 128px, url(/img/individual/worries-bg02.png) no-repeat right bottom;
}
#sub-complete .container-box {
  text-align: center;
  margin-top: 50px;
}
#sub-complete .link {
  margin: 50px auto 0;
}

/* =========================================
    sub  PC
    sub-privacy
========================================= */
#sub-privacy .bg {
  background: url(/img/individual/worries-bg01.png) no-repeat calc(50% - 540px) 128px, url(/img/individual/worries-bg02.png) no-repeat right bottom;
}

/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .bg {
  background: url(/img/individual/worries-bg01.png) no-repeat calc(50% - 540px) 128px, url(/img/individual/worries-bg02.png) no-repeat right calc(100% + 100px);
}
#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: #3da9d0;
}