@charset "UTF-8";
/*
Theme Name: BaseProsper
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
.sp {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .sp {
    display: inherit !important;
  }
}

body {
  background-color: #f8f6ed;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}
a.link {
  text-decoration: underline;
  color: #005530;
}
a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

.grecaptcha-badge {
  visibility: hidden;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 1000px;
}
header .logo {
  padding-left: 25px;
  margin: 20px 0;
}
@media screen and (max-width: 600px) {
  header .logo {
    width: 40vw;
  }
  header .logo img {
    width: 100%;
  }
}
header .menu-icon {
  position: relative;
  display: inline-block;
  width: 13vw;
  height: 3px;
  margin-right: 3vw;
  background-color: #005530;
  border-radius: 8px;
}
header .menu-icon:before, header .menu-icon:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 13vw;
  height: 3px;
  background-color: #005530;
  transition: 0.2s;
}
header .menu-icon:before {
  top: -4vw;
}
header .menu-icon:after {
  bottom: -4vw;
}
header .menu-icon.active {
  background-color: rgba(0, 0, 0, 0);
}
header .menu-icon.active:before {
  top: 0;
  transform: rotate(45deg);
}
header .menu-icon.active:after {
  bottom: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 600px) {
  header {
    min-width: auto;
  }
  header .menu {
    display: none !important;
  }
}

#top {
  position: relative;
  min-width: 1000px;
  margin-bottom: 190px;
}
@media screen and (max-width: 600px) {
  #top {
    min-width: auto;
    margin-bottom: 300px;
  }
}
#top .text {
  z-index: 10;
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 18px;
  font-weight: 500;
  color: #005530;
  line-height: 2.3em;
  padding: 40px 50px;
  margin: 20px 0 0 20px;
  background-color: rgba(248, 246, 237, 0.8);
}
@media screen and (max-width: 600px) {
  #top .text {
    top: 50vw;
    writing-mode: horizontal-tb;
    background-color: #fff;
    padding: 1em 1em;
    margin: 4em 1em 0 1em;
    font-size: 16px;
    line-height: 1.8em;
    border-radius: 4px;
  }
  #top .text br {
    display: none;
  }
}
#top .title {
  z-index: 10;
  position: absolute;
  left: 100px;
  bottom: 50px;
}
#top .title img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #top .title {
    width: 45vw;
    left: 2vw;
    bottom: 2vw;
  }
}
#top .back {
  z-index: -1;
  width: 100%;
  max-width: 1653px;
  height: 837px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 600px) {
  #top .back {
    width: 100vw;
    height: 45vw;
  }
}
#top .back .splide__pagination {
  bottom: -3.5em;
}
@media screen and (max-width: 600px) {
  #top .back .splide__pagination {
    bottom: -12vw;
  }
}
#top .back .splide__pagination .splide__pagination__page {
  background: #74a088;
  width: 50px;
  margin: 3px 15px;
  border-radius: 10px;
  opacity: 1;
}
@media screen and (max-width: 600px) {
  #top .back .splide__pagination .splide__pagination__page {
    width: 8vw;
    margin: 0 2.5vw;
  }
}
#top .back .splide__pagination .splide__pagination__page.is-active {
  background: #005530;
  transform: scale(1);
}
#top .back .img img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

nav#menu {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #005530;
  min-width: 1000px;
}
@media screen and (max-width: 600px) {
  nav#menu {
    position: absolute;
    flex-direction: column;
    min-width: auto;
    width: 100vw;
    top: -200vw;
    left: 0;
    transition: 0.2s;
    z-index: 900;
  }
  nav#menu.active {
    top: 21vw;
  }
  nav#menu .menu {
    background-color: #f8f6ed;
    width: 100vw;
    flex-direction: row;
    flex-wrap: wrap;
  }
  nav#menu .menu a {
    width: 50vw;
    text-align: center;
    color: #005530;
    border: none;
    margin-right: 0;
  }
}
nav#menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 278.4px;
  min-width: 200px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-left: 1px solid #246d4d;
  box-sizing: border-box;
  padding: 25px 0;
}
@media screen and (max-width: 600px) {
  nav#menu a {
    max-width: none;
    min-width: auto;
    border-bottom: 1px solid #246d4d;
  }
}
nav#menu a:last-child {
  border-right: 1px solid #246d4d;
}
nav#menu a span {
  font-family: "Roboto", sans-serif;
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: 3px;
}
nav#menu a:before {
  content: "";
  display: block;
  background-size: cover;
  margin-right: 15px;
}
nav#menu a.top:before {
  width: 21px;
  height: 21px;
  background-image: url(./images/menu-top.png);
}
nav#menu a.company:before {
  width: 25px;
  height: 25px;
  background-image: url(./images/menu-company.png);
}
nav#menu a.works:before {
  width: 21px;
  height: 21px;
  background-image: url(./images/menu-works.png);
}
nav#menu a.spec:before {
  width: 23px;
  height: 23px;
  background-image: url(./images/menu-spec.png);
}
nav#menu a.testimonials:before {
  width: 24px;
  height: 23px;
  background-image: url(./images/menu-testimonials.png);
}

.hover_banner {
  position: fixed;
  right: 2em;
  bottom: 2em;
  z-index: 999;
}
@media screen and (max-width: 600px) {
  .hover_banner {
    right: 1em;
    bottom: 1em;
  }
}
.hover_banner .close {
  position: absolute;
  width: 1.8vw;
  min-width: 30px;
  top: -0.9vw;
  right: -0.9vw;
}
.hover_banner a {
  display: block;
  width: 12vw;
  min-width: 180px;
}
@media screen and (max-width: 600px) {
  .hover_banner a {
    width: 40vw;
    min-width: auto;
  }
}
.hover_banner a img.banner {
  width: 100%;
}

#greeting,
#building,
#info,
#works,
.add {
  min-width: 1000px;
}
@media screen and (max-width: 600px) {
  #greeting,
  #building,
  #info,
  #works,
  .add {
    min-width: auto;
  }
}
#greeting h3,
#building h3,
#info h3,
#works h3,
.add h3 {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  background-color: #005530;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #greeting h3,
  #building h3,
  #info h3,
  #works h3,
  .add h3 {
    font-size: 24px;
  }
}
#greeting h3.side-left,
#building h3.side-left,
#info h3.side-left,
#works h3.side-left,
.add h3.side-left {
  padding-left: 40px;
  padding-right: 20px;
  border-radius: 50px 0 0 50px;
}
#greeting h3.side-right,
#building h3.side-right,
#info h3.side-right,
#works h3.side-right,
.add h3.side-right {
  padding-left: 20px;
  padding-right: 40px;
  border-radius: 0 50px 50px 0;
}
#greeting h3 .sub,
#building h3 .sub,
#info h3 .sub,
#works h3 .sub,
.add h3 .sub {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.55);
}
#greeting .btn,
#building .btn,
#info .btn,
#works .btn,
.add .btn {
  position: relative;
  display: block;
  width: 260px;
  padding: 12px 0;
  color: #005530;
  font-size: 14px;
  font-weight: 700;
  background-color: #f8f6ed;
  text-align: center;
  border-radius: 50px;
}
#greeting .btn:before,
#building .btn:before,
#info .btn:before,
#works .btn:before,
.add .btn:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #005530;
  border-right: 2px solid #005530;
  top: 50%;
  right: 50px;
  transform: translateY(-50%) rotate(45deg);
}

#greeting {
  margin-top: 140px;
}
@media screen and (max-width: 600px) {
  #greeting {
    position: relative;
  }
}
#greeting .wrap {
  display: flex;
  align-items: center;
}
#greeting .wrap .right {
  width: 100%;
  max-width: 1077px;
  min-width: 200px;
  height: 718px;
}
@media screen and (max-width: 600px) {
  #greeting .wrap .right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    max-width: none;
    min-width: auto;
    width: 100vw;
    height: 100%;
  }
  #greeting .wrap .right:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(30, 30, 30, 0.8);
    z-index: 0;
  }
}
#greeting .wrap .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#greeting .wrap .left {
  width: 510px;
  margin-left: 70px;
}
@media screen and (max-width: 600px) {
  #greeting .wrap .left {
    width: 100%;
    margin: 0;
  }
}
#greeting .wrap .left h3 {
  width: 510px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #greeting .wrap .left h3 {
    display: block;
    width: 90vw;
    margin: 30px 0 50px auto;
  }
}
#greeting .wrap .left .text {
  color: #232323;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  padding-right: 1em;
}
#greeting .wrap .left .text b {
  color: #005530;
  font-size: 1.1em;
}
@media screen and (max-width: 600px) {
  #greeting .wrap .left .text {
    color: #fff;
    padding: 0 1em 3em;
  }
  #greeting .wrap .left .text b {
    color: #fff;
    text-decoration: underline #00c871 4px;
    text-underline-offset: 0.3em;
  }
}

#building {
  margin-top: 120px;
}
@media screen and (max-width: 600px) {
  #building {
    margin-top: 100px;
    position: relative;
  }
}
#building .wrap {
  display: flex;
  justify-content: flex-end;
}
#building .wrap .right {
  position: relative;
  width: 590px;
  margin-top: 30px;
  margin-right: 20px;
  padding-top: 100px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #building .wrap .right {
    width: 100vw;
    margin: 30px 0 0 0;
  }
}
#building .wrap .right h3 {
  position: absolute;
  width: 660px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 600px) {
  #building .wrap .right h3 {
    width: 97vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 600px) {
  #building .wrap .right .text {
    width: 100vw;
  }
}
#building .wrap .right .text img {
  display: block;
  margin: 0 auto 50px;
}
@media screen and (max-width: 600px) {
  #building .wrap .right .text img {
    width: 90vw;
    margin: 20px auto 50px;
  }
}
#building .wrap .right .text li {
  display: flex;
  align-items: center;
  text-align: left;
  width: 390px;
  margin: 0 auto 20px;
  margin-bottom: 20px;
  color: #005530;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #building .wrap .right .text li {
    width: 90vw;
  }
}
#building .wrap .right .text li:before {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  background-image: url(./images/check.png);
  background-size: cover;
  margin-right: 16px;
}
#building .wrap .left {
  width: 100%;
  max-width: 1096px;
  min-width: 200px;
  height: 731px;
}
@media screen and (max-width: 600px) {
  #building .wrap .left {
    position: absolute;
    z-index: -1;
    height: 600px;
  }
  #building .wrap .left:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 600px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 0;
  }
}
#building .wrap .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#info {
  background-color: #fff;
  margin-top: 120px;
}
@media screen and (max-width: 600px) {
  #info {
    margin-top: 0;
  }
}
#info .wrap {
  width: 100%;
  max-width: 1390px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 120px 0 110px;
}
@media screen and (max-width: 600px) {
  #info .wrap {
    max-width: none;
    min-width: auto;
    padding: 80px 0 110px;
  }
}
#info .wrap .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#info .wrap .title h3 {
  width: 510px;
}
@media screen and (max-width: 600px) {
  #info .wrap .title h3 {
    width: 90vw;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 0 auto;
  }
}
#info .wrap .title .font {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #f8f6ed;
  margin-left: 0.2em;
}
@media screen and (max-width: 600px) {
  #info .wrap .title .font {
    display: none;
  }
}
#info .wrap .inner {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 100px;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  #info .wrap .inner {
    width: 94vw;
    margin: 60px auto 40px auto;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.25em 2.5vw;
  }
}
#info .wrap .inner .item {
  max-width: 235px;
  min-width: 160px;
  width: 100%;
  margin: 0 18px;
}
@media screen and (max-width: 600px) {
  #info .wrap .inner .item {
    width: 100%;
    margin: 0 0 6vw;
    max-width: none;
    min-width: auto;
  }
}
#info .wrap .inner .item img {
  width: 100%;
}
#info .wrap .inner .item .info {
  background-color: #f8f6ed;
  padding: 15px 10px 10px;
}
#info .wrap .inner .item .info .date {
  font-family: "Roboto", sans-serif;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  color: #232323;
}
#info .wrap .inner .item .info .date:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  background-image: url(./images/info-time.png);
  background-size: cover;
}
#info .wrap .inner .item .info .title {
  font-size: 16px;
  font-weight: 700;
  color: #232323;
  height: 3em;
}
#info .wrap .inner .item .info:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: 10px 0 0 auto;
  background-image: url(./images/info-link.png);
  background-size: cover;
}
#info .wrap .btn {
  margin: 0 20px 0 auto;
}
@media screen and (max-width: 600px) {
  #info .wrap .btn {
    margin: 0 auto;
  }
}

#works {
  background-image: url(./images/works.png);
}
@media screen and (max-width: 600px) {
  #works {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
#works .wrap {
  width: 100%;
  max-width: 1390px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 120px 0 110px;
}
@media screen and (max-width: 600px) {
  #works .wrap {
    max-width: none;
    min-width: auto;
    padding: 60px 0;
  }
}
#works .wrap .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#works .wrap .title h3 {
  width: 510px;
}
@media screen and (max-width: 600px) {
  #works .wrap .title h3 {
    width: 90vw;
  }
}
#works .wrap .title .font {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.35);
  margin-right: 0.2em;
}
@media screen and (max-width: 600px) {
  #works .wrap .title .font {
    display: none;
  }
}
#works .wrap .inner {
  display: flex;
  margin: 90px 0;
}
@media screen and (max-width: 600px) {
  #works .wrap .inner {
    flex-direction: column;
    margin: 40px 0;
  }
}
#works .wrap .inner a {
  display: block;
  min-width: 280px;
  max-width: 430px;
  width: 100%;
  margin: 0 20px;
}
@media screen and (max-width: 600px) {
  #works .wrap .inner a {
    max-width: none;
    min-width: auto;
    width: 92vw;
    margin: 0 3vw 30px;
  }
}
#works .wrap .inner a article .thumbnail {
  aspect-ratio: 423/280;
}
@media screen and (max-width: 600px) {
  #works .wrap .inner a article .thumbnail {
    aspect-ratio: unset;
  }
}
#works .wrap .inner a article .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 600px) {
  #works .wrap .inner a article .thumbnail img {
    height: 180px;
    object-fit: cover;
  }
}
#works .wrap .inner a article .info {
  background-color: #fff;
  padding: 12px 10px 12px 25px;
}
#works .wrap .inner a article .info .area {
  font-size: 14px;
  font-weight: 500;
}
#works .wrap .inner a article .info .title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
}
#works .wrap .inner a article .info .subtitle {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
}
#works .wrap .btn {
  background-color: #fff;
  margin: 0 20px 0 auto;
}
@media screen and (max-width: 600px) {
  #works .wrap .btn {
    margin: 0 auto;
  }
}

.add {
  text-align: center;
  margin: 100px 0;
}
@media screen and (max-width: 600px) {
  .add {
    width: 80vw;
    margin: 50px auto;
  }
  .add img {
    width: 100%;
  }
}

footer {
  min-width: 1000px;
}
@media screen and (max-width: 600px) {
  footer {
    min-width: auto;
  }
}
footer .menu {
  border-top: 1px solid #74a088;
  border-bottom: 1px solid #74a088;
  justify-content: center;
  padding: 20px 0;
}
@media screen and (max-width: 600px) {
  footer .menu {
    flex-direction: column;
    align-items: center;
  }
  footer .menu a {
    margin: 10px 0 10px 0 !important;
  }
}
footer .info {
  text-align: center;
  margin-top: 100px;
  font-size: 13px;
  color: #005530;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  footer .info {
    margin-top: 50px;
  }
}
footer .info .logo {
  margin-top: 80px;
}
footer .info .text {
  margin-top: 32px;
  line-height: 26.11px;
}
footer .info .banner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  footer .info .banner {
    flex-direction: column;
  }
}
footer .info .banner a {
  display: block;
  margin: 0 5px;
}
@media screen and (max-width: 600px) {
  footer .info .banner a {
    margin: 10px 0;
  }
}
footer .sitemap {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  min-width: 800px;
  width: 100%;
  margin: 100px auto 0;
}
@media screen and (max-width: 600px) {
  footer .sitemap {
    max-width: none;
    min-width: auto;
  }
}
footer .sitemap a {
  width: 20%;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #005530;
  margin: 1em 0;
}
@media screen and (max-width: 600px) {
  footer .sitemap a {
    width: 50%;
  }
}
footer .copyright {
  font-family: "Roboto", sans-serif;
  text-align: center;
  color: #005530;
  font-weight: 700;
  font-size: 12px;
  margin: 100px 0 170px;
}

#page .page-header {
  width: 100%;
  height: 421px;
  min-width: 1000px;
}
@media screen and (max-width: 600px) {
  #page .page-header {
    min-width: auto;
  }
}
#page .page-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#page .wrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #page .wrap {
    width: 100vw;
  }
}
#page .wrap h2 {
  display: inline-block;
  margin: 0 0 0 45px;
  padding: 20px 60px 0 50px;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  transform: translateY(-200px);
}
@media screen and (max-width: 600px) {
  #page .wrap h2 {
    padding: 15px 45px 5px 30px;
    margin: 0 0 0 10px;
  }
}
#page .wrap h2 .title {
  font-size: 34px;
  font-weight: 700;
  color: #005530;
}
@media screen and (max-width: 600px) {
  #page .wrap h2 .title {
    font-size: 24px;
  }
}
#page .wrap h2 .subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: rgba(0, 85, 48, 0.55);
}
@media screen and (max-width: 600px) {
  #page .wrap h2 .subtitle {
    font-size: 14px;
  }
}
#page .wrap .content {
  padding: 70px 50px 70px;
  background-color: #fff;
  transform: translateY(-201px);
  margin-bottom: -100px;
}
@media screen and (max-width: 600px) {
  #page .wrap .content {
    padding: 50px 1em 50px;
  }
}
#page .wrap .content .nav {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: 1em auto 3em;
}
@media screen and (max-width: 600px) {
  #page .wrap .content .nav {
    width: 100%;
    margin: 0 auto 3em;
    flex-wrap: wrap;
  }
}
#page .wrap .content .nav li {
  width: 31%;
  text-align: center;
  border: 2px solid #005530;
  padding: 0.5em 0;
  margin: 0 15px;
  border-radius: 8px;
  color: #005530;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #page .wrap .content .nav li {
    width: 46%;
    margin: 2% 0;
  }
}
#page .wrap .content .nav li:hover {
  opacity: 0.8;
  transition: 0.2s;
}
#page .wrap .content .nav li.active {
  border: 0;
  background-color: #005530;
  color: #fff;
}
#page .wrap .content article {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  #page .wrap .content article {
    margin-bottom: 70px;
  }
}
#page .wrap .content article h3 {
  font-size: 25px;
  font-weight: 700;
  color: #232323;
  border-bottom: 1px solid #005530;
  margin: 0;
  padding-bottom: 15px;
  padding-left: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 600px) {
  #page .wrap .content article h3 {
    font-size: 22px;
    padding-left: 12px;
  }
}
#page .wrap .content article h4 {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  background-color: #def5ec;
  padding: 0.7em 1em;
}
@media screen and (max-width: 600px) {
  #page .wrap .content article h4 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1em;
  }
}
#page .wrap .content article h4 .step {
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-right: 2em;
}
@media screen and (max-width: 600px) {
  #page .wrap .content article h4 .step {
    margin-bottom: 0.5em;
  }
}
#page .wrap .content article h4 .step:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(./images/i.png);
  background-size: cover;
  margin-right: 0.2em;
  margin-right: 0.5em;
}
#page .wrap .content article table {
  width: 96%;
  margin: 0 2%;
  border-collapse: 0;
  border-spacing: 0;
}
@media screen and (max-width: 600px) {
  #page .wrap .content article table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
  }
}
#page .wrap .content article table th,
#page .wrap .content article table td {
  border-bottom: 1px solid #005530;
  padding: 1em;
}
#page .wrap .content article table th {
  color: #005530;
}
@media screen and (max-width: 600px) {
  #page .wrap .content article table th {
    text-align: left;
  }
}
#page .wrap .content article table.spec th {
  width: 20%;
}
@media screen and (max-width: 600px) {
  #page .wrap .content article table.spec th {
    width: auto;
  }
}
#page .wrap .content article table.spec td {
  width: 80%;
}
@media screen and (max-width: 600px) {
  #page .wrap .content article table.spec td {
    width: auto;
  }
}
#page .wrap .content article .text {
  line-height: 2em;
}
#page .wrap .content article .img {
  display: flex;
  justify-content: space-around;
  margin: 1em 0;
}
#page .wrap .content article .img img {
  width: 31%;
}
#page .wrap .content article.form {
  margin-bottom: 50px;
}
#page .wrap .content article.form .note {
  padding: 0 0 2em;
}
#page .wrap .content article.form table th {
  padding: 3em 0;
}
#page .wrap .content article.form table th.req:after {
  content: "※";
  color: #f00;
  font-size: 12px;
  padding-left: 0.5em;
}
#page .wrap .content article.form table td input[type=text],
#page .wrap .content article.form table td input[type=tel],
#page .wrap .content article.form table td input[type=email],
#page .wrap .content article.form table td textarea {
  width: 90%;
  font-size: 14px;
  padding: 1em 0.5em;
  border: 1px solid #005530;
  border-radius: 3px;
}
#page .wrap .content article.form .confirm {
  width: 80%;
  margin: 3em 10%;
  text-align: center;
  padding: 1em 0;
  border: 1px solid #005530;
}
#page .wrap .content article.form .btn {
  margin-top: 3em;
}
#page .wrap .content article.form .btn input[type=submit] {
  display: none;
}
#page .wrap .content article.form .btn input[type=submit]:disabled ~ label {
  opacity: 0.3;
}
#page .wrap .content article.form .btn label {
  display: block;
  width: 40%;
  margin: 0 30%;
  padding: 1em 0;
  background-color: #005530;
  color: #fff;
  text-align: center;
  border-radius: 6px;
}
#page .wrap .content article .flex {
  display: flex;
  gap: 2em;
}
#page .wrap .content article .flex .item {
  flex: 1;
}
#page .wrap .content article .flex .link {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #page .wrap .content article .flex .link {
    width: 47%;
  }
}
@media screen and (max-width: 600px) {
  #page .wrap .content article .flex {
    flex-wrap: wrap;
  }
  #page .wrap .content article .flex.column {
    flex-direction: column;
  }
  #page .wrap .content article .flex.mingap {
    gap: 1em;
  }
}
#page .wrap .content article .btn {
  display: inline-block;
  width: 40%;
  margin: 0 30%;
  color: #fff;
  background-color: #005530;
  text-align: center;
  font-size: 1.1em;
  margin-top: 1.5em;
  padding: 0.75em 0;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  #page .wrap .content article .btn {
    width: 80%;
    margin: 2em 10% 0;
  }
}
#page.archive .nav {
  display: flex;
  justify-content: space-between;
  width: 900px;
  margin: 1em auto 3em;
}
@media screen and (max-width: 600px) {
  #page.archive .nav {
    width: 100%;
    margin: 0 auto 3em;
    flex-wrap: wrap;
  }
}
#page.archive .nav li {
  width: 21%;
  text-align: center;
  border: 2px solid #005530;
  padding: 0.5em 0;
  margin: 0 15px;
  border-radius: 8px;
  color: #005530;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #page.archive .nav li {
    width: 46%;
    margin: 2% 0;
  }
}
#page.archive .nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
}
#page.archive .nav li:has(a) {
  padding: 0 !important;
}
#page.archive .nav li:hover {
  opacity: 0.8;
  transition: 0.2s;
}
#page.archive .nav li.active {
  border: 0;
  background-color: #005530;
  color: #fff;
}
#page.archive .inner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  #page.archive .inner {
    justify-content: space-between;
  }
}
#page.archive .inner a {
  display: block;
  width: 270px;
  margin: 0 15px 3em;
}
@media screen and (max-width: 600px) {
  #page.archive .inner a {
    width: 44vw;
    margin: 0 0 2em 0;
  }
}
#page.archive .inner a .thumbnail {
  width: 270px;
  height: 270px;
}
@media screen and (max-width: 600px) {
  #page.archive .inner a .thumbnail {
    width: 44vw;
    height: 44vw;
  }
}
#page.archive .inner a .thumbnail img {
  height: 100%;
  object-fit: cover;
}
#page.archive .inner a .title {
  margin: 0.5em 0;
}
#page.archive .inner a img {
  width: 100%;
}
#page.archive.works .page-numbers, #page.archive.testimonials .page-numbers {
  display: flex;
  justify-content: center;
  padding: 0;
}
#page.archive.works .page-numbers li, #page.archive.testimonials .page-numbers li {
  font-size: 1.1em;
  color: #005530;
  font-weight: 500;
  border: 2px solid #005530;
  border-radius: 5px;
  padding: 0.25em 0.6em;
  margin: 0 0.25em;
}
#page.archive.works .page-numbers li:has(.current), #page.archive.testimonials .page-numbers li:has(.current) {
  background-color: #005530;
  color: #fff;
}
#page.archive.works .page-numbers li:has(a.prev, a.next), #page.archive.testimonials .page-numbers li:has(a.prev, a.next) {
  padding: 0.25em;
}
#page.archive.testimonials .inner a {
  margin: 0 15px 5em;
}
@media screen and (max-width: 600px) {
  #page.archive.testimonials .inner a {
    margin: 0 0 2em 0;
  }
}
#page.archive.testimonials .inner a .title,
#page.archive.testimonials .inner a .excerpt {
  text-align: center;
}
#page.archive.news .info {
  background-color: #f8f6ed;
  padding: 15px 10px 10px;
}
#page.archive.news .info .date {
  font-family: "Roboto", sans-serif;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  color: #232323;
}
#page.archive.news .info .date:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  background-image: url(./images/info-time.png);
  background-size: cover;
}
#page.archive.news .info .title {
  font-size: 16px;
  font-weight: 700;
  color: #232323;
  height: 3em;
}
#page.archive.news .info:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin: 10px 0 0 auto;
  background-image: url(./images/info-link.png);
  background-size: cover;
}
#page.archive.news .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  margin-top: 2em;
}
#page.archive.news .nav-links .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border: 1px solid #005530;
  padding: 0.2em 0.5em;
  margin: 0 0.3em;
  color: #005530;
  border-radius: 3px;
}
@media screen and (max-width: 600px) {
  #page.archive.news .nav-links .page-numbers {
    font-size: 20px;
  }
}
#page.archive.news .nav-links .page-numbers.current {
  background-color: #005530;
  color: #fff;
}
#page.procedure .content article.head {
  margin-bottom: 50px;
}
#page.procedure .content .nav {
  display: flex;
  flex-wrap: wrap;
}
#page.procedure .content .nav a {
  position: relative;
  display: inline-block;
  width: 31%;
  margin: 0 1% 1.5em 1%;
  text-align: left;
  padding: 1.5em 1em;
  background-color: #def5ec;
  color: #000;
  font-size: 14px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  #page.procedure .content .nav a {
    width: 46%;
    margin: 0 2% 1.5em 2%;
    padding: 1em 0.5em;
  }
}
#page.procedure .content .nav a.free {
  background-color: #f8f6ed;
}
#page.procedure .content .nav a.free .step:after {
  content: "無料";
  display: inline-block;
  font-size: 12px;
  background-color: #e54f05;
  color: #fff;
  padding: 0 0.5em;
  margin-left: 1em;
}
#page.procedure .content .nav a .step {
  display: inline-flex;
  font-size: 14px;
  align-items: center;
}
#page.procedure .content .nav a .step:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(./images/i.png);
  background-size: cover;
  margin-right: 0.2em;
}
#page.procedure .content .nav a .title {
  padding-top: 0.5em;
  padding-left: 1em;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  #page.procedure .content .nav a .title {
    padding-left: 0.5em;
  }
}
#page.procedure .content .nav a:before {
  content: "";
  position: absolute;
  right: 1em;
  top: 1em;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(./images/foreign.png);
  background-size: cover;
  margin-right: 0.2em;
}
@media screen and (max-width: 600px) {
  #page.procedure .content .nav a:before {
    top: auto;
    right: 0.5em;
    bottom: 0.5em;
  }
}
#page.procedure .content .nav a:after {
  content: "";
  position: absolute;
  right: -7%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  border-left: 7px solid #e54f05;
  border-right: 7px solid rgba(0, 0, 0, 0);
}
@media screen and (max-width: 600px) {
  #page.procedure .content .nav a:after {
    right: -11%;
  }
}
#page.procedure .content .nav a:nth-last-child(-n+2)::after {
  display: none;
}
#page.procedure .content .inner .img {
  width: 40%;
}
@media screen and (max-width: 600px) {
  #page.procedure .content .inner .img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
#page.procedure .content .inner.free h4 {
  background-color: #f8f6ed;
}
#page.procedure .content .inner.free h4 .step:after {
  content: "無料";
  display: inline-block;
  font-size: 12px;
  background-color: #e54f05;
  color: #fff;
  padding: 0 0.5em;
  margin-left: 1em;
}
#page.procedure .content .inner .link {
  position: relative;
  background-color: #f8f6ed;
  text-decoration: none;
  padding: 0.8em 3em 0.8em 2em;
  margin: 1em;
  border-radius: 50px;
}
#page.procedure .content .inner .link:before {
  position: absolute;
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #005530;
  border-right: 2px solid #005530;
}
#page.procedure .content .notes {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 1em 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 40px;
}
@media screen and (max-width: 600px) {
  #page.procedure .content .notes {
    width: 96%;
    font-size: 14px;
    padding: 1em;
  }
}
#page .video {
  width: 560px;
  height: 315px;
}
@media screen and (max-width: 600px) {
  #page .video {
    width: 90vw;
    height: 50.625vw;
  }
}

#single .page-header {
  width: 100%;
  height: 421px;
  min-width: 1000px;
}
@media screen and (max-width: 600px) {
  #single .page-header {
    min-width: auto;
  }
}
#single .page-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single .wrap {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #single .wrap {
    width: 100vw;
  }
}
#single .wrap .content {
  padding: 30px 50px 70px;
  background-color: #fff;
  transform: translateY(-230px);
  margin-bottom: -100px;
}
@media screen and (max-width: 600px) {
  #single .wrap .content {
    padding: 30px 1em 70px;
  }
}
#single .wrap .content h2 {
  display: block;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  border-bottom: 2px solid #005530;
  font-size: 28px;
  font-weight: 700;
  color: #005530;
  padding: 0.5em;
  margin-bottom: 2em;
}
@media screen and (max-width: 600px) {
  #single .wrap .content h2 {
    font-size: 24px;
  }
}
#single .wrap .content h3 {
  display: block;
  background-color: #005530;
  border-bottom: 2px solid #005530;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  #single .wrap .content h3 {
    font-size: 24px;
  }
}
#single .wrap .content article {
  margin-bottom: 100px;
  line-height: 2em;
}
#single .wrap .content article .mainimg #main-slider {
  margin-bottom: 2em;
}
#single .wrap .content article .mainimg #main-slider .splide__track--fade > .splide__list > .splide__slide {
  background-size: contain !important;
}
#single .wrap .content article .mainimg #thumbnail-slider .splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #005530;
}
#single .wrap .content article .mainimg .single-img img {
  width: 100%;
}
#single .wrap .content article .text {
  margin: 5em 0 0 0;
}
#single .wrap .content article.se .text {
  font-size: 1.1em;
  margin: 2em 0;
}
#single .wrap .content article.se .flexbox {
  display: flex;
  justify-content: space-between;
}
#single .wrap .content article.se .flexbox img {
  display: block;
  width: 32%;
}
#single .wrap .content .back {
  display: block;
  width: 30%;
  margin: 4em 35% 0;
  padding: 0.8em 0;
  text-align: center;
  background-color: #005530;
  color: #fff;
  border-radius: 5px;
}
#single .wrap .content .back-large {
  width: 50%;
  margin: 4em 25% 0;
}
@media screen and (max-width: 600px) {
  #single .wrap .content .back-large {
    width: 70%;
    margin: 4em 15% 0;
  }
}
#single.news .wrap .content h2 {
  margin-bottom: 0.5em;
}
#single.news .wrap .content .date {
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 3em;
}
#single.news .wrap .content .date:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  background-image: url(./images/info-time.png);
  background-size: cover;
}
#single.testimonials .wrap {
  width: 900px;
}
@media screen and (max-width: 600px) {
  #single.testimonials .wrap {
    width: 100vw;
  }
}
#single.testimonials .wrap .content {
  padding: 30px 100px 70px;
}
@media screen and (max-width: 600px) {
  #single.testimonials .wrap .content {
    padding: 30px 1em 70px;
  }
}
#single.testimonials .wrap .content .mainimg img {
  width: 100%;
}
#single.testimonials .wrap .content .flex {
  display: flex;
}
@media screen and (max-width: 600px) {
  #single.testimonials .wrap .content .flex {
    flex-direction: column;
  }
}
#single.testimonials .wrap .content .status {
  display: flex;
  width: 48%;
  padding: 2em 0 1em;
  font-size: 1.2em;
  font-weight: 300;
}
@media screen and (max-width: 600px) {
  #single.testimonials .wrap .content .status {
    width: 100%;
    padding: 1em 0;
  }
}
#single.testimonials .wrap .content .status .title {
  color: #005530;
  padding: 0.3em 1.5em 0.3em 1em;
  border-left: 8px solid #005530;
}
#single.testimonials .wrap .content .status .text {
  padding: 0.3em 0;
}
#single.testimonials .wrap .content article {
  margin-bottom: 120px;
}
#single.testimonials .wrap .content article h3 {
  display: block;
  background-color: #dcefe7;
  border-bottom: 2px solid #dcefe7;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  padding: 0.5em;
  margin-bottom: 1em;
}
#single.testimonials .wrap .content article .text {
  margin: 1em 0 0 0;
}
#single.testimonials .wrap .content article .img {
  margin-top: 30px;
}
#single.testimonials .wrap .content article .img img {
  width: 100%;
}
#single.testimonials .wrap .content .btn {
  display: block;
  width: 50%;
  margin: 4em 25% 8em;
  padding: 0.8em 0;
  text-align: center;
  background-color: #005530;
  color: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 600px) {
  #single.testimonials .wrap .content .btn {
    width: 80%;
    margin: 4em 10% 10em;
  }
}
#single.testimonials .wrap .content .back {
  display: block;
  width: 30%;
  margin: 4em 35% 0;
  padding: 0.8em 0;
  text-align: center;
  border: 2px solid #005530;
  background-color: rgba(0, 0, 0, 0);
  color: #005530;
  border-radius: 5px;
}

header .menu,
footer .menu,
#menu .menu {
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #005530;
}
header .menu a,
footer .menu a,
#menu .menu a {
  display: flex;
  align-items: center;
  margin-right: 65px;
}
header .menu a:before,
footer .menu a:before,
#menu .menu a:before {
  content: "";
  display: block;
  background-size: cover;
}
header .menu a.instagram:before,
footer .menu a.instagram:before,
#menu .menu a.instagram:before {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background-image: url(./images/instagram.png);
}
header .menu a.tel:before,
footer .menu a.tel:before,
#menu .menu a.tel:before {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-image: url(./images/phone-call.png);
}
header .menu a.contact:before,
footer .menu a.contact:before,
#menu .menu a.contact:before {
  width: 23px;
  height: 17px;
  margin-right: 12px;
  background-image: url(./images/mail.png);
}
header .menu a.document:before,
footer .menu a.document:before,
#menu .menu a.document:before {
  width: 17px;
  height: 21px;
  margin-right: 12px;
  background-image: url(./images/copy.png);
}
