@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&display=swap");
/* common
==========================================================*/
body {
  font-size: 15px;
  line-height: 2;
  font-family: "Klee One", cursive;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 1100px) {
  body {
    font-size: 14px;
  }
}
a {
  text-decoration: none;
  color: #000;
  outline: none;
  transition: all 0.3s;
}

a *,
a:after,
.trans03 {
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  transition: all 0.3s;
}

.hoverbig:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 800px) {
  .hoverbig:hover {
    transform: scale(1);
  }
}
.cshover {
  cursor: pointer !important;
}

img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:focus {
  outline: 0;
}

* {
  box-sizing: border-box;
}

.tellink {
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .tellink {
    pointer-events: auto;
  }
}
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-nowrap {
  display: flex;
}

.flex-jcs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-jca {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-aic {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.flex-jcc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.centerposi {
  position: absolute;
  top: 50%;
  left: 50%; /* Safari用 */
  transform: translate(-50%, -50%);
}

.centertate {
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
}

.centeryoko {
  position: absolute;
  left: 50%; /* Safari用 */
  transform: translateX(-50%);
}

.wrap {
  padding: 0 5%;
  margin: 0 auto;
  box-sizing: border-box;
}

.Inner1500 {
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
}

.Inner1400 {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}

.Inner1320 {
  width: 100%;
  margin: 0 auto;
  max-width: 1320px;
}

.Inner1300 {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
}

.Inner1200 {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.Inner1160 {
  width: 100%;
  margin: 0 auto;
  max-width: 1160px;
}

.Inner1170 {
  width: 100%;
  margin: 0 auto;
  max-width: 1170px;
}

.Inner1100 {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}

.Inner1050 {
  width: 100%;
  margin: 0 auto;
  max-width: 1050px;
}

.Inner1000 {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

.Inner900 {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}

.Inner800 {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}

.Inner700 {
  width: 100%;
  margin: 0 auto;
  max-width: 700px;
}

.Inner625 {
  width: 100%;
  margin: 0 auto;
  max-width: 625px;
}

.fs13 {
  font-size: 0.8666666667em;
}

.fs16 {
  font-size: 1.0666666667em;
}

.fs17 {
  font-size: 1.1333333333em;
}

.fs18 {
  font-size: clamp(15.5px, 1.8vw, 18px);
}

.fs20 {
  font-size: clamp(16px, 2vw, 20px);
}

.fs22 {
  font-size: clamp(18px, 2.2vw, 22px);
}

.fs24 {
  font-size: clamp(20px, 1.6vw, 24px);
}

.fs30 {
  font-size: clamp(21px, 3vw, 30px);
}

.fs32 {
  font-size: clamp(22px, 2.13vw, 32px);
}

.fs40 {
  font-size: clamp(26px, 4vw, 40px);
}

.fs48 {
  font-size: clamp(27px, 4.8vw, 48px);
}

.fs50 {
  font-size: clamp(28px, 5vw, 50px);
}

.fs60 {
  font-size: clamp(30px, 4.2vw, 60px);
}

.tate {
  writing-mode: vertical-rl;
}

.c_r {
  color: #C1272D;
}

.c_b {
  color: #000;
}

.c_w,
.c_w a {
  color: #fff;
}

.c_gray,
.c_gray a {
  color: #7f7f7f;
}

.c_green {
  color: #003300;
}

.c_gray42 {
  color: #424242;
}

.c_yellow {
  color: #c0c09b;
}

.c_hgreen {
  color: #9baa99;
}

.lesp-025 {
  letter-spacing: 0.025rem;
}

.lesp-01 {
  letter-spacing: 0.1rem;
}

.wrapper {
  overflow: hidden;
}

.Container {
  overflow: hidden;
}

.after,
.before {
  position: relative;
}

.after:after,
.before:before {
  content: "";
  position: absolute;
}

@media screen and (min-width: 1301px) {
  .show-1300 {
    display: none;
  }
  .hide-1300 {
    display: block;
  }
}
@media screen and (max-width: 1300px) {
  .show-1300 {
    display: block;
  }
  .hide-1300 {
    display: none;
  }
}
@media screen and (min-width: 1251px) {
  .show-1250 {
    display: none;
  }
  .hide-1250 {
    display: block;
  }
}
@media screen and (max-width: 1250px) {
  .show-1250 {
    display: block;
  }
  .hide-1250 {
    display: none;
  }
}
@media screen and (max-width: 1201px) {
  .show-1200 {
    display: block;
  }
  .hide-1200 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .show-1200 {
    display: block;
  }
  .hide-1200 {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .show-1100 {
    display: none;
  }
  .hide-1100 {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .show-1100 {
    display: block;
  }
  .hide-1100 {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .show-1000 {
    display: none;
  }
  .hide-1000 {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .show-1000 {
    display: block;
  }
  .hide-1000 {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .show-900 {
    display: none;
  }
  .hide-900 {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .show-900 {
    display: block;
  }
  .hide-900 {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .show-800 {
    display: none;
  }
  .hide-800 {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .show-800 {
    display: block;
  }
  .hide-800 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .show-768 {
    display: none;
  }
  .hide-768 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show-768 {
    display: block;
  }
  .hide-768 {
    display: none;
  }
  .sp-br-none br {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .show-750 {
    display: none;
  }
  .hide-750 {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .show-750 {
    display: block;
  }
  .hide-750 {
    display: none;
  }
  .sp-br-none br {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .show-600 {
    display: none;
  }
  .hide-600 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .show-600 {
    display: block;
  }
  .hide-600 {
    display: none;
  }
}
@media screen and (min-width: 501px) {
  .show-500 {
    display: none;
  }
  .hide-500 {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .show-500 {
    display: block;
  }
  .hide-500 {
    display: none;
  }
}
@media screen and (min-width: 401px) {
  .show-400 {
    display: none;
  }
  .hide-400 {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .show-400 {
    display: block;
  }
  .hide-400 {
    display: none;
  }
}
@media screen and (min-width: 375px) {
  .show-374 {
    display: none;
  }
  .hide-374 {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .show-374 {
    display: block;
  }
  .show-800.rehide-374,
.show-750.rehide-374,
.show-600.rehide-374,
.show-500.rehide-374,
.show-500.rehide-374,
.show-400.rehide-374,
.hide-374 {
    display: none;
  }
}
/* ここからrelief-lのレイアウト */
header {
  position: fixed;
  padding-block: clamp(25px, 4vw, 40px); /*768から縮小*/
  z-index: 999;
  width: 100%;
  transition: all 0.3s;
}
header .logo {
  width: clamp(260px, 40vw, 400px); /*1000pxから縮小*/
  transition: all 0.3s;
}
header .logo .scroll-show {
  display: block;
}
header .logo .scroll-hide {
  display: none;
}
header.header {
  background-color: #fff;
}
header ul li a {
  color: #000;
  display: block;
}
header ul li a span {
  color: #7f7f7f;
  font-size: clamp(13px, 1.5vw, 15px);
  display: block;
  margin-block: 0 5px;
}
header .main-ul li {
  position: relative;
}
header .main-ul li:nth-child(1) {
  padding-inline: 0 clamp(20px, 2vw, 40px);
}
header .main-ul li:not(:nth-child(1)) {
  padding-inline: clamp(30px, 3vw, 50px);
}
header .main-ul li:not(:nth-child(1))::after {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 5%;
}
header .main-ul li:last-child {
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
header .main-ul li a {
  font-size: clamp(18px, 2vw, 20px);
}
header .navInner .menu-trigger {
  border: 1px solid rgba(0, 0, 0, 0.3137254902);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 50px;
  height: 50px;
  right: 0;
  cursor: pointer;
}
header .navInner .menu-trigger span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3137254902);
  width: 15px;
}
header .navInner .menu-trigger span:nth-child(1) {
  top: 21px;
}
header .navInner .menu-trigger span:nth-child(2) {
  top: 28px;
}
header .navInner .menu-trigger:hover span:nth-child(1) {
  top: 23px;
}
header .navInner .menu-trigger:hover span:nth-child(2) {
  top: 26px;
}
header #menu .sp-logo {
  display: none;
}
header #menu #particles-header-js {
  display: none;
}

.header-top-white .logo .scroll-show {
  display: none;
}
.header-top-white .logo .scroll-hide {
  display: block;
}
.header-top-white .main-ul li a {
  color: #fff;
}
.header-top-white .main-ul li span {
  color: #fff;
}
.header-top-white .main-ul li:not(:nth-child(1))::after {
  background-color: #fff;
}
.header-top-white .header .navInner .menu-trigger {
  border: 1px solid rgba(0, 0, 0, 0.3137254902) !important;
}
.header-top-white .header .navInner .menu-trigger span {
  background-color: rgba(0, 0, 0, 0.3137254902) !important;
}
.header-top-white .header .logo .scroll-show {
  display: block;
}
.header-top-white .header .logo .scroll-hide {
  display: none;
}
.header-top-white .header .main-ul li a {
  color: #000;
}
.header-top-white .header .main-ul li span {
  color: #000;
}
.header-top-white .header .main-ul li:not(:nth-child(1))::after {
  background-color: #000;
}

@-webkit-keyframes Updown {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes Updown {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 1251px) {
  header #menu {
    display: block !important;
  }
}
@media screen and (max-width: 1250px) {
  header .logo {
    position: relative;
  }
  header .navInner {
    position: relative;
    z-index: 2;
  }
  header .navInner .menu-trigger.active {
    position: absolute;
  }
  header .navInner .menu-trigger.active span:nth-child(1) {
    transform: translateY(4px) translateX(-7px) rotate(-35deg);
    background-color: rgba(0, 0, 0, 0.3137254902);
  }
  header .navInner .menu-trigger.active span:nth-child(2) {
    transform: translateY(-3px) translateX(-7px) rotate(35deg);
    background-color: rgba(0, 0, 0, 0.3137254902);
  }
  header .navInner .menu-trigger.active:hover span:nth-child(1) {
    top: 21px;
  }
  header .navInner .menu-trigger.active:hover span:nth-child(2) {
    top: 28px;
  }
  header ul {
    display: none;
  }
  header #menu {
    display: none;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    overflow-y: scroll;
  }
  header #menu .sp-logo {
    display: block !important;
    position: fixed;
    left: 5%;
    top: clamp(25px, 4vw, 40px);
    width: clamp(260px, 40vw, 400px);
    z-index: 1000;
  }
  header #menu #particles-header-js {
    display: block;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    left: 0;
    top: 0;
  }
  header #menu .sp {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 0 8%;
    margin-block: 100px;
    z-index: 999;
  }
  header #menu .sp ul.main-ul {
    flex-flow: column;
  }
  header #menu .sp ul.main-ul li {
    padding-inline: 0;
    font-size: 18px;
  }
  header #menu .sp ul.main-ul li:not(:last-child) {
    margin-block: 0 clamp(30px, 4vw, 40px);
  }
  header #menu .sp ul.main-ul li:not(:nth-child(1))::after {
    background-color: transparent;
  }
  header #menu .sp ul.sub-ul {
    font-size: clamp(14px, 1.95vw, 15px);
    margin-block: clamp(40px, 13vw, 60px) 0;
    z-index: 999;
  }
  header #menu .sp ul.sub-ul li:nth-child(1) {
    margin-block: 0 clamp(15px, 1.6vw, 20px);
  }
  header #menu .sp ul.sub-ul li::after {
    content: "";
    display: block;
    width: 13px;
    height: 10px;
    position: relative;
    left: 5px;
    top: 2px;
    background-repeat: no-repeat;
    background-image: url(/assets/images/common/blank.svg);
    color: #424242;
  }
  header #menu .sp ul.other-ul {
    z-index: 999;
  }
  header #menu .sp ul.other-ul li:nth-child(1) {
    margin-block: clamp(50px, 11.7vw, 70px) clamp(18px, 3.6vw, 28px);
    font-size: clamp(14px, 1.28vw, 16px);
  }
  header #menu .sp ul.other-ul li:nth-child(2) {
    font-size: clamp(12px, 1.12vw, 14px);
  }
  header #menu .sp ul li a {
    color: #000;
  }
  .header-top-white .navInner .menu-trigger {
    border: 1px solid #fff;
  }
  .header-top-white .navInner .menu-trigger span {
    background-color: #fff;
  }
  .header-top-white .navInner .menu-trigger.active {
    border: 1px solid rgba(0, 0, 0, 0.3137254902);
  }
  .header-top-white .main-ul li a {
    color: #000;
  }
  .header-top-white .main-ul li span {
    color: #000;
  }
  .header-top-white .main-ul li:not(:nth-child(1))::after {
    background-color: #000;
  }
}
@media screen and (max-width: 768px) {
  header #menu .sp {
    margin-block: clamp(20px, 6.5vw, 50px);
  }
}
footer {
  -webkit-margin-before: clamp(50px, 13.3vw, 200px);
          margin-block-start: clamp(50px, 13.3vw, 200px);
}
footer .company-top-show {
  display: block;
}
footer .service-top-show {
  display: block;
}
footer .company-show {
  display: none;
}
footer .service-show {
  display: none;
}
footer .footer-flex .footer-l {
  width: 23.0769230769%;
}
footer .footer-flex .footer-r {
  width: 70%;
  max-width: 550px;
  -webkit-padding-after: clamp(30px, 3.33vw, 50px);
          padding-block-end: clamp(30px, 3.33vw, 50px);
}
footer .footer-flex .footer-r .other_links li:not(:nth-child(1))::after {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  position: relative;
  left: 5px;
  top: 2px;
  background-repeat: no-repeat;
  background-image: url(/assets/images/common/blank.svg);
  background-size: contain;
}
footer .footer-flex .footer-r .policy {
  bottom: 0;
  right: 0;
}
footer .copy {
  -webkit-margin-before: clamp(50px, 6vw, 90px);
          margin-block-start: clamp(50px, 6vw, 90px);
  padding-block: clamp(20px, 2.66vw, 40px);
  border-top: 1px solid #bababa;
}

.service-footer footer .company-top-show {
  display: block;
}
.service-footer footer .service-top-show {
  display: none;
}
.service-footer footer .company-show {
  display: none;
}
.service-footer footer .service-show {
  display: block;
}

.company-footer footer .company-top-show {
  display: none;
}
.company-footer footer .service-top-show {
  display: block;
}
.company-footer footer .company-show {
  display: block;
}
.company-footer footer .service-show {
  display: none;
}

@media screen and (max-width: 768px) {
  footer .footer-flex {
    flex-flow: column;
  }
  footer .footer-flex .footer-l {
    width: 32vw;
    max-width: 250px;
    min-width: 200px;
    margin: 0 auto;
    -webkit-margin-after: clamp(40px, 10vw, 80px);
            margin-block-end: clamp(40px, 10vw, 80px);
  }
  footer .footer-flex .footer-r {
    width: 100%;
    margin: 0 auto;
    max-width: 550px;
    -webkit-padding-after: clamp(30px, 3.33vw, 50px);
            padding-block-end: clamp(30px, 3.33vw, 50px);
  }
  footer .footer-flex .footer-r .policy {
    bottom: -20%;
    right: 0;
  }
}
/* index
==========================================================*/
.ind-kv {
  width: 100%;
  height: 100vh;
  max-height: 1000px;
  max-width: 1500px;
  margin: 0 auto;
  min-height: 800px;
}
.ind-kv .kv-ttl {
  font-size: clamp(40px, 4vw, 60px);
  top: 50%;
  left: clamp(50px, 6.7vw, 100px);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 99;
}
.ind-kv .kv {
  bottom: 0;
  right: 0;
  min-width: 1100px;
  max-width: 1500px;
}
.ind-kv .kv-back {
  display: none;
}

#particles-js {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

@media screen and (min-width: 1500px) {
  .kv-back {
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    right: -50%;
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .ind-kv {
    min-height: 0;
  }
  .ind-kv .kv-ttl {
    font-size: 30px;
    bottom: 10%;
    top: auto;
    left: 5%;
    transform: translateY(0);
    z-index: 99;
  }
  .ind-kv .kv {
    bottom: 0;
    right: 0;
    min-width: 0;
  }
}
@media screen and (max-width: 400px) {
  .ind-kv .kv {
    width: 140%;
    margin: 0 -20%;
  }
}
.ind-ttl h2 {
  font-size: clamp(35px, 3.33vw, 50px);
  -webkit-margin-after: clamp(10px, 2vw, 20px);
          margin-block-end: clamp(10px, 2vw, 20px);
}
.ind-ttl span {
  font-size: clamp(18px, 1.33vw, 20px);
}

.button {
  -webkit-margin-before: clamp(30px, 3.33vw, 50px);
          margin-block-start: clamp(30px, 3.33vw, 50px);
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  width: clamp(200px, 19vw, 285px);
  letter-spacing: 0.025rem;
}
.button a {
  padding-block: clamp(18px, 2.2vw, 22px);
  display: block;
}
.button::after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background-color: #fff;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: all 0.3s;
}
.button:hover {
  letter-spacing: 0.1rem;
}
.button:hover::after {
  width: 0;
  transition-duration: 0.2s;
}

.ind-features {
  background-color: #f5f5f5;
  padding-block: clamp(20px, 6.66vw, 100px);
}
.ind-features .grid {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 30% 30% 30%;
  -webkit-margin-before: clamp(30px, 3.33vw, 50px);
          margin-block-start: clamp(30px, 3.33vw, 50px);
  position: relative;
  z-index: 2;
}
.ind-features .grid .grid-item img {
  border-radius: 5px;
}
.ind-features .grid .grid-item h3 {
  margin-block: clamp(15px, 2vw, 30px);
}
.ind-features .grid .grid-item h3 span {
  font-size: clamp(30px, 2.6vw, 40px);
  color: #769474;
}

@media screen and (max-width: 768px) {
  .ind-features .ind-ttl {
    -webkit-margin-after: clamp(30px, 6.5vw, 50px);
            margin-block-end: clamp(30px, 6.5vw, 50px);
  }
  .ind-features .grid {
    justify-content: center;
    grid-template-columns: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .ind-features .grid .grid-item p {
    -webkit-margin-after: clamp(30px, 5.2vw, 40px);
            margin-block-end: clamp(30px, 5.2vw, 40px);
  }
}
.ind-service {
  padding-block: clamp(50px, 6.66vw, 100px);
}
.ind-service .grid {
  display: grid;
  grid-template-columns: 50% 50%;
  -webkit-margin-before: clamp(35px, 3.66vw, 55px);
          margin-block-start: clamp(35px, 3.66vw, 55px);
}
.ind-service .grid .grid-item {
  padding: clamp(30px, 3.33vw, 50px);
}
.ind-service .grid .grid-item h3 {
  -webkit-padding-before: clamp(20px, 2vw, 30px);
          padding-block-start: clamp(20px, 2vw, 30px);
}
.ind-service .grid .grid-item span {
  -webkit-margin-before: clamp(10px, 1.33vw, 20px);
          margin-block-start: clamp(10px, 1.33vw, 20px);
  display: block;
}
.ind-service .grid .grid-item p {
  -webkit-margin-before: clamp(30px, 3.33vw, 50px);
          margin-block-start: clamp(30px, 3.33vw, 50px);
}
.ind-service .grid .grid-item:nth-child(1)::before {
  background-color: #666600;
  border-radius: 5px 0 0 5px;
}
.ind-service .grid .grid-item:nth-child(1)::after {
  content: "";
  background-image: url(/assets/images/index/04.png);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: -2;
}
.ind-service .grid .grid-item:nth-child(2)::before {
  background-color: #003300;
  border-radius: 0 5px 5px 0;
}
.ind-service .grid .grid-item:nth-child(2)::after {
  content: "";
  background-image: url(/assets/images/index/05.png);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  z-index: -2;
}
.ind-service .grid .grid-item::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .ind-service .grid {
    grid-template-columns: 100%;
  }
  .ind-service .grid .grid-item span {
    font-size: 17px;
  }
  .ind-service .grid .grid-item:nth-child(1)::before {
    border-radius: 5px 5px 0 0;
  }
  .ind-service .grid .grid-item:nth-child(1)::after {
    background-position-x: 80%;
  }
  .ind-service .grid .grid-item:nth-child(2)::before {
    border-radius: 0 0 5px 5px;
  }
  .ind-service .grid .grid-item:nth-child(2)::after {
    background-position-x: 80%;
  }
}
.ind-company {
  padding-block: clamp(100px, 20vw, 200px);
}
.ind-company .flex .flex-l {
  width: 57.6923076923%;
}
.ind-company .flex .flex-l img {
  border-radius: 5px;
}
.ind-company .flex .flex-r {
  width: 38.4615384615%;
  -webkit-padding-before: clamp(35px, 3.66vw, 55px);
          padding-block-start: clamp(35px, 3.66vw, 55px);
}
.ind-company .flex .flex-r h2 {
  font-size: clamp(30px, 3.33vw, 50px);
}
.ind-company .flex .flex-r span {
  display: block;
  -webkit-padding-before: clamp(20px, 2vw, 30px);
          padding-block-start: clamp(20px, 2vw, 30px);
}
.ind-company .flex .flex-r p {
  -webkit-margin-before: clamp(30px, 2.6vw, 40px);
          margin-block-start: clamp(30px, 2.6vw, 40px);
}
.ind-company .flex .flex-r .button-other {
  width: clamp(200px, 19vw, 285px);
  right: 0;
  bottom: 0;
}
.ind-company .flex .flex-r .button-other .button {
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
}
.ind-company .flex .flex-r .button-other .button::after {
  background-color: #000;
}

@media screen and (max-width: 1000px) {
  .ind-company .flex {
    flex-flow: column;
  }
  .ind-company .flex .flex-l {
    width: 120%;
    margin: 0 -10%;
  }
  .ind-company .flex .flex-r {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .ind-company .flex .flex-r .button-other {
    position: relative;
    margin-left: auto;
    right: 5%;
  }
}
.contact-inc {
  background-color: #f5f5f5;
  z-index: 1;
  position: relative;
}
.contact-inc .Inner {
  max-width: 1500px;
  margin: 0 auto;
}
.contact-inc .flex .flex-fs {
  padding-block: clamp(40px, 4.33vw, 65px) clamp(30px, 3.66vw, 55px);
  width: 42%;
  padding-inline: clamp(60px, 10vw, 150px) clamp(50px, 4.66vw, 70px);
}
.contact-inc .flex .flex-fs p {
  -webkit-margin-before: clamp(20px, 3.33vw, 50px);
          margin-block-start: clamp(20px, 3.33vw, 50px);
}
.contact-inc .flex .flex-l {
  width: 29%;
}
.contact-inc .flex .flex-l a {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-inc .flex .flex-l a .flex-two-form {
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.contact-inc .flex .flex-l a span:nth-child(1)::before {
  content: "";
  position: relative;
  top: 3px;
  background-image: url(/assets/images/common/tell.svg);
  background-repeat: no-repeat;
  display: block;
  width: clamp(20px, 2vw, 30px);
  height: 30px;
  -webkit-margin-end: clamp(10px, 1.33vw, 20px);
          margin-inline-end: clamp(10px, 1.33vw, 20px);
}
.contact-inc .flex .flex-l a span:nth-child(2) {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-margin-before: clamp(10px, 1.66vw, 25px);
          margin-block-start: clamp(10px, 1.66vw, 25px);
}
.contact-inc .flex .flex-l::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #666600;
  opacity: 0.4;
  z-index: -1;
}
.contact-inc .flex .flex-r {
  width: 29%;
}
.contact-inc .flex .flex-r a {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-inc .flex .flex-r a .flex-two-form {
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.contact-inc .flex .flex-r a span:nth-child(1)::before {
  content: "";
  position: relative;
  top: 3px;
  background-image: url(/assets/images/common/mail.svg);
  background-repeat: no-repeat;
  display: block;
  width: clamp(20px, 2vw, 30px);
  height: clamp(20px, 2vw, 30px);
  -webkit-margin-end: clamp(10px, 1.33vw, 20px);
          margin-inline-end: clamp(10px, 1.33vw, 20px);
}
.contact-inc .flex .flex-r a span:nth-child(2) {
  display: block;
  width: 100%;
  text-align: center;
  -webkit-margin-before: clamp(15px, 1.66vw, 25px);
          margin-block-start: clamp(15px, 1.66vw, 25px);
}
.contact-inc .flex .flex-r::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #003300;
  opacity: 0.4;
  z-index: -1;
}

@media screen and (max-width: 820px) {
  .contact-inc .flex .flex-fs {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-inline: 50px;
  }
  .contact-inc .flex .flex-l {
    width: 50%;
    padding: clamp(50px, 9.75vw, 80px) clamp(25px, 6vw, 50px);
  }
  .contact-inc .flex .flex-l a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .contact-inc .flex .flex-l a .flex-two-form {
    top: auto;
    left: auto;
    margin-right: auto;
    transform: translate(0, 0);
    position: initial;
  }
  .contact-inc .flex .flex-l a span {
    justify-content: center;
  }
  .contact-inc .flex .flex-r {
    width: 50%;
    padding: clamp(50px, 9.75vw, 80px) clamp(25px, 6vw, 50px);
  }
}
@media screen and (max-width: 620px) {
  .contact-inc .flex .flex-fs {
    width: 100%;
    margin: 0 auto;
    padding-inline: 0;
  }
  .contact-inc .flex .flex-l {
    width: 100%;
    padding: 65px 0;
  }
  .contact-inc .flex .flex-l a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .contact-inc .flex .flex-l a .flex-two-form {
    top: auto;
    left: auto;
    margin-right: auto;
    transform: translate(0, 0);
    position: initial;
  }
  .contact-inc .flex .flex-l a span {
    justify-content: center;
  }
  .contact-inc .flex .flex-r {
    width: 100%;
    padding: 65px 0;
  }
  .contact-inc .flex .flex-r a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .contact-inc .flex .flex-r a .flex-two-form {
    top: auto;
    left: auto;
    margin-right: auto;
    transform: translate(0, 0);
    position: initial;
  }
  .contact-inc .flex .flex-r a span {
    justify-content: center;
  }
}
/* 下層
==========================================================*/
.kasou-kv {
  width: 100%;
  height: clamp(200px, 39vw, 595px);
  border-radius: 0 0 clamp(25px, 5vw, 50px) clamp(25px, 5vw, 50px);
  background-size: cover;
  position: relative;
  z-index: -2;
}
.kasou-kv::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 20%;
  width: 100%;
  height: 100%;
  border-radius: 0 0 clamp(25px, 5vw, 50px) clamp(25px, 5vw, 50px);
  z-index: -1;
}

.kasou-h1ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -6.6vw;
  mix-blend-mode: difference;
  z-index: 20;
}
.kasou-h1ttl h1 {
  font-size: clamp(50px, 8.3vw, 125px);
  position: relative;
  color: rgb(255, 255, 255);
}
.kasou-h1ttl h1::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
  color: #000;
}
.kasou-h1ttl span {
  -webkit-margin-before: clamp(20px, 2.6vw, 40px);
          margin-block-start: clamp(20px, 2.6vw, 40px);
  display: block;
  font-size: clamp(18px, 1.4vw, 22px);
}

.kasou-h1ttl-bottom {
  z-index: -20;
}
.kasou-h1ttl-bottom .kasou-h1ttl-bottom-span {
  font-size: clamp(50px, 8.3vw, 125px);
  position: relative;
  color: rgb(255, 255, 255);
}
.kasou-h1ttl-bottom .kasou-h1ttl-bottom-span::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
  color: #000;
}

_::-webkit-full-page-media, _:future, :root .kasou-h1ttl-bottom .kasou-h1ttl-bottom-span {
  color: transparent;
}

@media screen and (min-width: 1500px) {
  .kasou-h1ttl {
    bottom: -100px;
  }
}
@media screen and (max-width: 768px) {
  .kasou-kv {
    height: clamp(300px, 52vw, 400px);
  }
  .kasou-h1ttl {
    bottom: -8vw;
  }
}
@media screen and (max-width: 700px) {
  .kasou-h1ttl {
    bottom: -55px;
  }
}
.kasou-sub-text {
  margin-block: clamp(125px, 16vw, 250px) clamp(75px, 10vw, 150px);
}
.kasou-sub-text p:not(:last-child) {
  margin-block: 0 10px;
}

#companyPage .company-kv .kasou-kv {
  background-image: url(/assets/images/company/kv.jpg?24);
  background-position: center;
}
#companyPage .message {
  -webkit-margin-before: clamp(140px, 19vw, 290px);
          margin-block-start: clamp(140px, 19vw, 290px);
}
#companyPage .message .h2ttl span {
  -webkit-margin-before: clamp(12px, 1.2vw, 18px);
          margin-block-start: clamp(12px, 1.2vw, 18px);
  display: block;
}
#companyPage .message .mainttl {
  font-size: clamp(20px, 5.4vw, 42px);
  margin-block: clamp(30px, 4vw, 40px) 0;
  letter-spacing: 0.04rem;
}
#companyPage .message .mainttl span {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3137254902);
}
#companyPage .message .message-text {
  margin-block: clamp(30px, 4vw, 40px) 0;
}
#companyPage .message .message-text p:not(:last-child) {
  margin-block: 0 15px;
}
#companyPage .message .ceo-content {
  width: 100%;
  margin-block: clamp(40px, 5vw, 50px) 0;
}
#companyPage .message .ceo-content .ceo-l {
  width: 46.4%;
}
#companyPage .message .ceo-content .ceo-l img {
  width: 220px;
  border-radius: clamp(25px, 5vw, 50px);
}
#companyPage .message .ceo-content .ceo-r {
  width: 53.6%;
}
#companyPage .message .ceo-content .ceo-r h3 {
  position: relative;
  padding-inline: 10px 0;
}
#companyPage .message .ceo-content .ceo-r h3::before {
  content: "";
  width: 2px;
  height: 21px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-color: rgba(0, 51, 0, 0.2509803922);
}
#companyPage .message .ceo-content .ceo-r dl dt {
  position: relative;
  right: 10px;
  margin-block: 15px 5px;
}
#companyPage .company-profile {
  margin-block: clamp(120px, 18.5vw, 185px) 0;
  padding-block: clamp(100px, 20vw, 200px);
  background-color: #f3f3f3;
}
#companyPage .company-profile .ttl h3 {
  margin-block: 0 20px;
}
#companyPage .company-profile .profile-content {
  margin-block: clamp(50px, 9vw, 90px);
}
#companyPage .company-profile .profile-content dl dt {
  width: 28.2%;
  line-height: 2rem;
  padding-block: clamp(20px, 3vw, 30px);
  position: relative;
}
#companyPage .company-profile .profile-content dl dt::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1450980392);
  display: block;
}
#companyPage .company-profile .profile-content dl dt:nth-last-child(2)::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1450980392);
  display: block;
}
#companyPage .company-profile .profile-content dl dd {
  width: 71.8%;
  line-height: 2rem;
  padding-block: clamp(20px, 3vw, 30px);
  position: relative;
}
#companyPage .company-profile .profile-content dl dd::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1450980392);
  display: block;
}
#companyPage .company-profile .profile-content dl dd:nth-last-child(1)::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1450980392);
  display: block;
}
#companyPage .company-profile .profile-content dl dd ol li {
  position: relative;
  padding-inline: 25px 0;
}
#companyPage .company-profile .profile-content dl dd ol li span {
  position: absolute;
  left: 0;
}
#companyPage .access {
  background: #ededed;
  padding-block: clamp(100px, 20vw, 200px);
}
#companyPage .access .ttl h3 {
  margin-block: 0 20px;
}
#companyPage .access .ttl span {
  margin-block: 0 clamp(50px, 9vw, 90px);
  display: block;
}
#companyPage .access .access-map iframe {
  width: 100%;
  height: clamp(300px, 67.7vw, 667px);
}

@media screen and (max-width: 768px) {
  #companyPage .company-kv .kasou-kv {
    background-position-x: 70%;
  }
  #companyPage .message .mainttl {
    text-align: center;
  }
  #companyPage .company-profile .profile-content dl dt {
    line-height: 1.4rem;
  }
  #companyPage .company-profile .profile-content dl dd {
    line-height: 1.4rem;
  }
  #companyPage .company-profile .profile-content dl dd ol li {
    position: relative;
  }
  #companyPage .company-profile .profile-content dl dd ol li:not(:last-child) {
    padding-block: 0 5px;
  }
  #companyPage .access {
    background: #ededed;
    padding-block: clamp(100px, 20vw, 200px);
  }
  #companyPage .access .ttl h3 {
    margin-block: 0 20px;
  }
  #companyPage .access .ttl span {
    margin-block: 0 clamp(50px, 9vw, 90px);
    display: block;
  }
  #companyPage .access .access-map iframe {
    width: 100%;
    height: clamp(300px, 67.7vw, 667px);
  }
}
@media screen and (max-width: 600px) {
  #companyPage .message .ceo-content {
    flex-flow: column;
  }
  #companyPage .message .ceo-content .ceo-l {
    width: 100%;
    margin-block: 0 40px;
  }
  #companyPage .message .ceo-content .ceo-l img {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    display: block;
  }
  #companyPage .message .ceo-content .ceo-r {
    width: 100%;
  }
}
.service-kv .kasou-kv {
  background-image: url(/assets/images/service/kv.jpg?24);
  background-position: center;
}

#servicePage .service-main .tab-list {
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#servicePage .service-main .tab-list .tab-list-item {
  text-align: center;
  width: clamp(150px, 30vw, 300px);
  padding: clamp(15px, 2.5vw, 25px) 0;
  border-radius: 5px 5px 0 0;
  transition: 0.6s all;
  cursor: pointer;
}
#servicePage .service-main .tab-list .tab-list-item:nth-child(1) {
  background-color: rgba(192, 192, 155, 0.5215686275);
  margin-inline: 0 clamp(25px, 5vw, 50px);
}
#servicePage .service-main .tab-list .tab-list-item:nth-child(2) {
  background-color: rgba(155, 170, 153, 0.5215686275);
}
#servicePage .service-main .tab-list .tab-list-item:nth-child(1).active {
  background-color: #c0c09b;
}
#servicePage .service-main .tab-list .tab-list-item:nth-child(2).active {
  background-color: #9baa99;
}
#servicePage .service-main .tab-contents .tab-contents-item {
  display: none;
  padding: clamp(20px, 7.5vw, 75px);
}
#servicePage .service-main .tab-contents .tab-contents-item:nth-child(1).show {
  display: block;
  background-color: #c0c09b;
}
#servicePage .service-main .tab-contents .tab-contents-item:nth-child(2).show {
  display: block;
  background-color: #9baa99;
}
#servicePage .service-main .tab-contents .tab-contents-item .tab-contents-inner {
  background-color: #fff;
  border-radius: clamp(10px, 1.5vw, 15px);
  padding-block: clamp(60px, 15vw, 150px) clamp(40px, 13vw, 130px);
}
#servicePage .service-main .tab-contents .tab-contents-item .tab-contents-inner .tab-contents-ttl-flex .flex-l {
  width: 50%;
  height: 100%;
  position: relative;
  padding-inline: clamp(16px, 2.2vw, 22px) 0;
}
#servicePage .service-main .tab-contents .tab-contents-item .tab-contents-inner .tab-contents-ttl-flex .flex-l::before {
  content: "";
  display: block;
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 5px;
  height: clamp(68px, 9vw, 90px);
}
#servicePage .service-main .tab-contents .tab-contents-item .tab-contents-inner .tab-contents-ttl-flex .flex-l h2 {
  margin-block: 0 clamp(10px, 1.8vw, 18px);
}
#servicePage .service-main .tab-contents .tab-contents-item .tab-contents-inner .tab-contents-ttl-flex .flex-r {
  width: 50%;
}
#servicePage .service-main .tab-contents .tab-contents-item .tab-contents-main .main-top {
  margin: clamp(60px, 16vw, 160px) auto clamp(40px, 13vw, 130px);
  width: 100%;
  max-width: 670px;
}
#servicePage .service-main .tab-contents .tab-contents-item .tab-contents-main .tab-main-flex .flex-l {
  width: 40%;
}
#servicePage .service-main .tab-contents .tab-contents-item .tab-contents-main .tab-main-flex .flex-l img {
  width: 84.375%;
}
#servicePage .service-main .tab-contents .tab-contents-item .tab-contents-main .tab-main-flex .flex-r {
  width: 60%;
}
#servicePage .service-main .tab-contents .tab-contents-item .tab-contents-main .tab-main-flex .flex-r h3 {
  margin-block: 0 clamp(15px, 4.5vw, 45px);
}
#servicePage .service-main .tab-contents .tab-contents-item .tab-contents-main .tab-main-flex .flex-r:not(:last-child) {
  margin-block: 0 clamp(30px, 10vw, 100px);
}
#servicePage .service-main .tab-contents .tab-contents-item .tab-contents-main .tab-main-flex .flex-r p:not(:first-of-type) {
  margin-block: 8px 0;
}

#servicePage .service-main .tab-contents .tab-contents-item:nth-last-of-type(1) .tab-contents-inner .tab-contents-ttl-flex .flex-l::before {
  background-color: #9baa99;
}
#servicePage .service-main .tab-contents .tab-contents-item:nth-last-of-type(2) .tab-contents-inner .tab-contents-ttl-flex .flex-l::before {
  background-color: #c0c09b;
}

@media screen and (max-width: 768px) {
  #servicePage .service-main .tab-contents .tab-contents-item {
    padding: clamp(15px, 4.1vw, 55px);
  }
  #servicePage .service-main .tab-contents .tab-contents-item .tab-contents-inner .wrap {
    padding: 0 8%;
  }
  #servicePage .service-main .tab-contents .tab-contents-item .tab-contents-inner .tab-contents-ttl-flex {
    flex-flow: column;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
  #servicePage .service-main .tab-contents .tab-contents-item .tab-contents-inner .tab-contents-ttl-flex .flex-l {
    width: 100%;
    margin-block: 0 clamp(20px, 4vw, 40px);
  }
  #servicePage .service-main .tab-contents .tab-contents-item .tab-contents-inner .tab-contents-ttl-flex .flex-l h2 {
    margin-block: 0 clamp(10px, 1.8vw, 18px);
  }
  #servicePage .service-main .tab-contents .tab-contents-item .tab-contents-inner .tab-contents-ttl-flex .flex-r {
    width: 100%;
  }
  #servicePage .service-main .tab-contents .tab-contents-item .tab-contents-main .tab-main-flex {
    flex-flow: column;
  }
  #servicePage .service-main .tab-contents .tab-contents-item .tab-contents-main .tab-main-flex .flex-l {
    width: 70%;
    max-width: 350px;
    margin: 0 auto clamp(20px, 4vw, 40px);
  }
  #servicePage .service-main .tab-contents .tab-contents-item .tab-contents-main .tab-main-flex .flex-l img {
    width: 100%;
  }
  #servicePage .service-main .tab-contents .tab-contents-item .tab-contents-main .tab-main-flex .flex-r {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.contact-kv .kasou-kv {
  background-image: url(/assets/images/contact/kv.jpg?24);
  background-position: center;
}

#contactPage .contact-tell-content .contact-tell {
  border: 1px solid rgba(0, 0, 0, 0.1450980392);
  display: block;
  border-radius: 5px;
  padding-block: clamp(25px, 5vw, 50px);
}
#contactPage .contact-tell-content .contact-tell .tell::before {
  content: "";
  background: url(/assets/images/contact/tell.svg);
  display: block;
  width: clamp(20px, 4vw, 40px);
  height: clamp(20px, 4vw, 40px);
  position: relative;
  top: 4px;
  margin-inline: 0 clamp(10px, 2.5vw, 25px);
}
#contactPage .contact {
  margin-block: clamp(50px, 17.5vw, 175px);
}
#contactPage .contact #hpfrm02 {
  display: none;
}
#contactPage .contact input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}
#contactPage .contact textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}
#contactPage .contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
#contactPage .contact .contact-Inner {
  background: #ededed;
  padding-inline: clamp(15px, 3vw, 30px);
}
#contactPage .contact .contact-Inner .contact-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-block: clamp(75px, 15vw, 150px);
}
#contactPage .contact .contact-Inner .contact-wrap .hissu-text {
  position: relative;
  padding-block: 10px;
}
#contactPage .contact .contact-Inner .contact-wrap .hissu-text span {
  padding-inline: 20px 0;
}
#contactPage .contact .contact-Inner .contact-wrap .hissu-text span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ff5c5c;
  margin-inline: 0 10px;
}
#contactPage .contact .contact-Inner .contact-wrap .hissu-text::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1450980392);
  width: 100%;
  height: 1px;
  display: block;
}
#contactPage .contact .contact-Inner .contact-wrap .hissu-text::after {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.1450980392);
  width: 100%;
  height: 1px;
  display: block;
}
#contactPage .contact .contact-Inner .contact-wrap .contact-button {
  border: 1px solid rgba(0, 0, 0, 0.3137254902);
  margin: clamp(25px, 4.5vw, 45px) auto 0;
  border-radius: 5px;
  max-width: 370px;
}
#contactPage .contact .contact-Inner .contact-wrap .contact-button::before {
  content: "";
  display: block;
  position: absolute;
  width: clamp(30px, 4vw, 40px);
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3137254902);
  right: -5.5%;
  transition: all 0.3s;
}
#contactPage .contact .contact-Inner .contact-wrap .contact-button:hover::before {
  width: 0;
  transition-duration: 0.2s;
}
#contactPage .contact .contact-Inner .contact-wrap .contact-button:hover .submitbtn {
  letter-spacing: 0.1rem;
}
#contactPage .contact .contact-Inner .contact-wrap .contact-button input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
#contactPage .contact .contact-Inner .contact-wrap .contact-button .submitbtn {
  font-family: "Klee One", cursive;
  padding-block: clamp(25px, 3vw, 30px);
  width: 100%;
  transition: 0.3s all;
  cursor: pointer;
}
#contactPage .contact .contact-Inner .contact-wrap .hissu {
  display: flex;
}
#contactPage .contact .contact-Inner .contact-wrap .hissu::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ff5c5c;
  display: block;
  margin: 5px 0 0 5px;
  border-radius: 50%;
}
#contactPage .contact .contact-Inner .contact-wrap dl {
  margin-block: clamp(25px, 5vw, 50px) 0;
}
#contactPage .contact .contact-Inner .contact-wrap dl dd textarea {
  background-color: #fff;
  height: clamp(150px, 20vw, 200px);
  width: 100%;
  border-radius: 5px;
  padding: clamp(10px, 2.5vw, 25px) clamp(15px, 3vw, 30px) clamp(15px, 3vw, 30px) clamp(15px, 3vw, 30px);
  line-height: 1.7rem;
}
#contactPage .contact .contact-Inner .contact-wrap dl dd select {
  font-family: "Klee One", cursive;
  transition: 0.3s all;
}
#contactPage .contact .contact-Inner .contact-wrap dl dd input[type=text], #contactPage .contact .contact-Inner .contact-wrap dl dd select {
  height: clamp(50px, 7.5vw, 75px);
  width: 100%;
  padding-inline: clamp(15px, 3vw, 30px);
}
#contactPage .contact .contact-Inner .contact-wrap dl dd input[type=text], #contactPage .contact .contact-Inner .contact-wrap dl dd select, #contactPage .contact .contact-Inner .contact-wrap dl dd textarea {
  font-size: clamp(16px, 1.8vw, 18px);
  font-family: "Klee One", cursive;
  letter-spacing: 0.025rem;
}
#contactPage .contact .contact-Inner .contact-wrap dl dd input[type=text]::-moz-placeholder, #contactPage .contact .contact-Inner .contact-wrap dl dd select::-moz-placeholder, #contactPage .contact .contact-Inner .contact-wrap dl dd textarea::-moz-placeholder {
  font-family: "Klee One", cursive;
  font-size: clamp(14px, 1.8vw, 18px);
  color: #b3b3b3;
  letter-spacing: 0.025rem;
}
#contactPage .contact .contact-Inner .contact-wrap dl dd input[type=text]::placeholder, #contactPage .contact .contact-Inner .contact-wrap dl dd select::placeholder, #contactPage .contact .contact-Inner .contact-wrap dl dd textarea::placeholder {
  font-family: "Klee One", cursive;
  font-size: clamp(14px, 1.8vw, 18px);
  color: #b3b3b3;
  letter-spacing: 0.025rem;
}
#contactPage .contact .contact-Inner .contact-wrap dl dd.contact-shubetu {
  position: relative;
  background-color: #c0c09b;
  border-radius: 5px;
}
#contactPage .contact .contact-Inner .contact-wrap dl dd.contact-shubetu select {
  color: #fff;
}
#contactPage .contact .contact-Inner .contact-wrap dl dd.contact-shubetu .arrow {
  filter: brightness(1);
}
#contactPage .contact .contact-Inner .contact-wrap dl dd .arrow {
  width: 14px;
  height: 7px;
  filter: brightness(0);
  right: clamp(15px, 3vw, 30px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background-image: url(/assets/images/contact/arrow.svg);
  background-repeat: no-repeat;
}
#contactPage .contact .contact-Inner .contact-wrap dl dd.contact-komoku {
  background-color: #fff;
  border-radius: 5px;
}
#contactPage .contact .contact-Inner .contact-wrap dl dd.contact-komoku select {
  color: #000;
}
#contactPage .contact .contact-Inner .contact-wrap dl dd.contact-double {
  background-color: #fff;
  display: flex;
  position: relative;
  border-radius: 5px;
}
#contactPage .contact .contact-Inner .contact-wrap dl dd.contact-double .border {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background-color: #f3f3f3;
  display: block;
}
#contactPage .contact .contact-Inner .contact-wrap dl dd:not(.contact-shubetu) input[type=text] {
  background-color: #fff;
  border-radius: 5px;
}
#contactPage .contact .contact-Inner .contact-wrap dl dt {
  margin-block: 0 20px;
}
#contactPage .contact .contact-Inner .error_box {
  color: #ff5c5c;
}
#contactPage .contact .contact-Inner .policy-check {
  -webkit-padding-before: clamp(25px, 7.5vw, 75px);
          padding-block-start: clamp(25px, 7.5vw, 75px);
}
#contactPage .contact .contact-Inner .policy-check input[type=checkbox] {
  display: none;
}
#contactPage .contact .contact-Inner .policy-check p {
  padding-block: clamp(10px, 2vw, 20px) clamp(20px, 4vw, 40px);
  font-size: 13px;
}
#contactPage .contact .contact-Inner .policy-check p .policy-check-border {
  border-bottom: 1px solid #000;
}
#contactPage .contact .contact-Inner .policy-check .checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
#contactPage .contact .contact-Inner .policy-check .checkbox::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  position: relative;
  top: 5px;
}
#contactPage .contact .contact-Inner .policy-check .checkbox::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #000;
  border-radius: 2.5px;
  opacity: 0;
  transition: 0.3s ease;
}
#contactPage .contact .contact-Inner .policy-check input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}

.tab-contents-item {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.tab-contents-item.show {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #contactPage .contact .wrap {
    padding: 0;
  }
  #contactPage .contact .contact-Inner {
    padding: 0 8%;
  }
  #contactPage .contact .contact-Inner .contact-wrap .flex-content .contact-detail dl dd.contact-double {
    flex-flow: column;
  }
  #contactPage .contact .contact-Inner .contact-wrap .flex-content .contact-detail dl dd.contact-double .border {
    width: 100%;
    height: 2px;
  }
}
.policy-kv {
  margin-block: clamp(150px, 27vw, 270px) 0;
}
.policy-kv .kasou-h1ttl {
  mix-blend-mode: normal;
  position: initial;
  transform: none;
}
.policy-kv .kasou-h1ttl h1 {
  color: #000;
  font-size: clamp(40px, 6vw, 100px);
}

.policy-content {
  margin-block: 0 clamp(100px, 20vw, 200px);
}
.policy-content dl dt ol li {
  line-height: 1.5555555556;
  position: relative;
  padding-inline: 25px 0;
}
.policy-content dl dt ol li span {
  position: absolute;
  left: 0;
}
.policy-content dl dt:not(:nth-of-type(1)) {
  margin-block: clamp(30px, 5vw, 50px) 0;
}
.policy-content dl dd {
  font-size: 16px;
  line-height: 1.625;
  margin-block: clamp(15px, 1.8vw, 18px) 0;
  letter-spacing: 0.1rem;
}
.policy-content dl dd ol {
  padding-block: 10px 0;
}
.policy-content dl dd ol li {
  position: relative;
  padding-inline: 15px 0;
}
.policy-content dl dd ol li span {
  position: absolute;
  left: 0;
}

#formWrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px 20px;
}
#formWrap input[type=submit] {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s all;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  outline: none;
  background: transparent;
}
#formWrap input[type=submit]:hover {
  background-color: #ccc;
}
#formWrap input[type=button] {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 40px;
  margin-top: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s all;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  outline: none;
  background: transparent;
}
#formWrap input[type=button]:hover {
  background-color: #ccc;
}

table.formTable {
  width: 100%;
}
table.formTable td {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
table.formTable th {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  width: 40%;
  font-weight: normal;
  text-align: left;
}

p.error_messe {
  margin: 1em 0;
  color: red;
}

@media screen and (max-width: 600px) {
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    padding: 20px 0 5px;
    border-bottom: 0;
    opacity: 0.7;
  }
  table.formTable td {
    padding-top: 0px;
  }
}
.thanks-content {
  margin-block: clamp(100px, 20vw, 200px);
}
.thanks-content p {
  margin-block: clamp(5px, 1vw, 10px);
}
.thanks-content p:nth-of-type(1) {
  margin-block: clamp(10px, 1.5vw, 15px);
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=base.css.map */