@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?cx9wbf");
  src: url("../fonts/icomoon.eot?cx9wbf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?cx9wbf") format("truetype"), url("../fonts/icomoon.woff?cx9wbf") format("woff"), url("../fonts/icomoon.svg?cx9wbf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e902";
}

.icon-line:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

:root {
  --green:#2A3827;
  --zen:"Zen Kaku Gothic New", serif;
  --shippori:"Shippori Mincho B1", serif;
  font-size: 10px;
  color: var(--green);
  font-family: var(--zen);
  line-height: 1.85;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: var(--shippori);
  line-height: 1.6;
}

a.logo {
  display: flex;
  gap: 10px;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
}
a.logo .logo-top {
  width: 58px;
}
a.logo .header__logo-txt {
  font-size: 1.4rem;
  font-family: var(--shippori);
  line-height: 1.6;
}

h1.logo {
  width: 252px;
  top: 30px;
  left: 50px;
  position: absolute;
  z-index: 1000;
}
h1.logo a {
  display: block;
}
h1.logo a .logo-top {
  width: 165px;
  display: block;
  margin: 0 auto 20px;
}
h1.logo a .header__logo-txt {
  display: block;
  text-align: center;
  font-family: var(--shippori);
  font-size: 1.8rem;
  font-weight: 500;
}

.header__nav {
  display: flex;
  gap: 20px;
  position: absolute;
  top: 25px;
  right: 20px;
  z-index: 1000;
}

.header__nav-list {
  display: flex;
  gap: 30px;
  align-items: center;
}
.header__nav-list li a {
  font-size: 1.6rem;
}

.header__nav-link01 {
  width: 180px;
  height: 46px;
  border: 1px solid var(--green);
  font-size: 1.6rem;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transition-duration: 0.3s;
}
.header__nav-link01:hover {
  background-color: var(--green);
  color: #fff;
  transition-duration: 0.3s;
}

.header__nav-link02 {
  width: 180px;
  height: 46px;
  background-color: var(--green);
  border: 1px solid var(--green);
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  line-height: 1;
  transition-duration: 0.3s;
}
.header__nav-link02 .icon-mail {
  font-size: 13px;
  display: inline-block;
  margin-right: 7px;
  line-height: 1;
  transform: translateY(2px);
}
.header__nav-link02:hover {
  background-color: #fff;
  color: var(--green);
  transition-duration: 0.3s;
}

.inner {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}

.inner-s {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}

footer {
  background-color: #677663;
  padding: 70px 0 30px;
}

.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__logo {
  width: 100px;
}

.footer__nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer__nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-right: 10px;
}
.footer__nav-list li a {
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}

.footer__nav-link01, .footer__nav-link02 {
  height: 46px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 30px;
  border-radius: 100px;
  border: 1px solid var(--green);
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #fff;
  transition-duration: 0.3s;
}
.footer__nav-link01:hover, .footer__nav-link02:hover {
  background-color: var(--green);
  color: #fff;
  transition-duration: 0.3s;
}
.footer__nav-link01 .icon-mail, .footer__nav-link02 .icon-mail {
  font-size: 12px;
  transform: translateY(2px);
}
.footer__nav-link01:hover, .footer__nav-link02:hover {
  opacity: 0.8;
  transition-duration: 0.3s;
}

.footer__copy {
  text-align: center;
  color: #fff;
  margin-top: 80px;
  font-size: 1.2rem;
}

#ham {
  display: none;
}

@media screen and (max-width: 1350px) {
  .header__nav-list li a {
    font-size: 1.4rem;
  }
  .header__nav-link01, .header__nav-link02 {
    width: 155px;
    font-size: 1.4rem;
  }
  h1.logo {
    width: 200px;
  }
  h1.logo a .logo-top {
    width: 135px;
    margin: 0 auto 22px;
  }
  h1.logo a .header__logo-txt {
    font-size: 1.4rem;
  }
  .top-mv::before {
    width: 295px;
  }
  .footer__nav-link01, .footer__nav-link02 {
    padding: 5px 20px;
    font-size: 1.4rem;
  }
  .footer__nav-list li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1200px) {
  h1.logo {
    width: auto;
    top: 15px;
    left: 20px;
  }
  h1.logo a {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  h1.logo a .logo-top {
    width: 55px;
    margin: 0;
  }
  h1.logo a .header__logo-txt {
    font-size: 1.4rem;
    text-align: left;
  }
  a.logo {
    width: auto;
    top: 15px;
    left: 20px;
  }
  a.logo {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  a.logo .logo-top {
    width: 55px;
    margin: 0;
  }
  a.logo .header__logo-txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .header__nav {
    display: flex;
    gap: 15px;
    position: fixed;
    top: 0;
    right: -100%;
    transition-duration: 0.7s;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.9);
    padding: 100px 30px;
    width: 350px;
    max-width: 100%;
    height: 100vh;
    flex-direction: column;
    align-items: center;
  }
  .header__nav.active {
    right: 0;
    transition-duration: 0.7s;
  }
  .header__nav-list {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .header__nav-list li a {
    font-size: 1.6rem;
  }
  .header__nav-link01, .header__nav-link02 {
    width: 190px;
    font-size: 1.6rem;
  }
  #ham {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  #ham .ham {
    position: relative;
    height: 100%;
    left: 0;
  }
  #ham .ham .ham__line {
    width: 100%;
    height: 2px;
    background-color: var(--green);
    position: absolute;
    left: 0;
    transition-duration: 0.5s;
  }
  #ham .ham .ham__line:nth-of-type(1) {
    top: 10px;
  }
  #ham .ham .ham__line:nth-of-type(2) {
    top: 20px;
  }
  #ham .ham .ham__line:nth-of-type(3) {
    top: 30px;
  }
  #ham.active .ham .ham__line {
    transition-duration: 0.5s;
  }
  #ham.active .ham .ham__line:nth-of-type(1) {
    top: 20px;
    transform: rotate(45deg);
  }
  #ham.active .ham .ham__line:nth-of-type(2) {
    opacity: 0;
  }
  #ham.active .ham .ham__line:nth-of-type(3) {
    top: 20px;
    transform: rotate(-45deg);
  }
  .footer__logo {
    margin-bottom: 25px;
  }
  .footer__inner {
    flex-direction: column;
  }
  .footer__nav-list {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__nav-link01, .footer__nav-link02 {
    width: 260px;
    font-size: 1.6rem;
  }
  .footer__nav {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  h1.logo {
    top: 15px;
    left: 15px;
  }
  h1.logo a .header__logo-txt {
    font-size: 1.2rem;
    text-align: left;
  }
  h1.logo a .logo-top {
    width: 40px;
  }
  a.logo {
    top: 15px;
    left: 15px;
  }
  a.logo .header__logo-txt {
    font-size: 1.2rem;
    text-align: left;
  }
  a.logo .logo-top {
    width: 40px;
  }
  #ham {
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
  }
  footer {
    background-color: #677663;
    padding: 40px 0 20px;
  }
  .footer__logo {
    width: 60px;
    margin-bottom: 25px;
  }
  .footer__nav-list li a {
    font-size: 1.3rem;
  }
  .footer__nav-list {
    display: grid;
    gap: 20px;
    margin-right: 0;
    grid-template-columns: repeat(2, 1fr);
    width: 250px;
  }
  .footer__copy {
    margin-top: 60px;
  }
}
.top-mv {
  position: relative;
  width: calc(100% - 20px);
  margin: 100px 0 0 auto;
}
.top-mv::before {
  content: "";
  display: block;
  width: 357px;
  aspect-ratio: 357/256;
  left: 0;
  top: -1px;
  background-image: url(../img/common/header-logo-bg.webp);
  background-size: contain;
  background-position: left 0 top 0;
  position: absolute;
}
.top-mv img {
  border-radius: 0 0 0 20px;
}

#top-about {
  padding: 80px 0 200px;
}

.top-about__ttl-en {
  position: relative;
  margin: 0 0 40px auto;
  width: calc(100% - 20px);
}
.top-about__ttl-en::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 1px;
  background-color: var(--green);
  z-index: 0;
}

.top-about__ttl-en-txt {
  position: relative;
  z-index: 2;
  width: 300px;
  background-color: #fff;
  display: block;
}
.top-about__ttl-en-txt img {
  width: 100%;
}

.top-base__ttl {
  text-align: center;
  font-size: 3.7rem;
  font-family: var(--shippori);
  position: relative;
}
.top-base__ttl.service__ttl {
  z-index: 2;
}
.top-base__ttl.service__ttl::before {
  content: "";
  display: block;
  width: 388px;
  aspect-ratio: 388/131;
  background-image: url(../img/top/service-en.svg);
  background-size: contain;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.top-about__cont {
  display: flex;
  margin-top: 70px;
  flex-direction: column;
}
.top-about__cont .img {
  width: calc(50% + 600px);
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  position: relative;
}
.top-about__cont .cont {
  width: 1000px;
  max-width: 90%;
  position: relative;
  margin: 70px auto 0;
}
.top-about__cont .cont .txt {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.top-about__cont .cont .base__link {
  margin: 70px auto 0;
}

.base__link {
  height: 52px;
  background-color: var(--green);
  padding: 5px 60px;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
}
.base__link > .txt {
  text-align: center;
  display: block;
  font-family: var(--shippori);
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 0 !important;
}
.base__link .icon-arrow {
  font-size: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  transition-duration: 0.3s;
}
.base__link:hover {
  background-color: #495E45;
  transition-duration: 0.3s;
}
.base__link:hover .icon-arrow {
  transform: translate(3px, -50%);
  transition-duration: 0.3s;
}

#top-works {
  background-color: #E7ECE5;
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
#top-works .base__link {
  margin: 50px auto 0;
}

.top-works__ttl-en {
  width: 380px;
  top: -25px;
  left: 20px;
  position: absolute;
  line-height: 1;
}

.works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 3%;
}
.works__list li a .img {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  background-color: #fff;
}
.works__list li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-duration: 0.5s;
  -o-object-position: center;
     object-position: center;
}

.works__list-cat-list {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.works__list-cat-list li {
  background-color: #63775E;
  font-size: 1.4rem;
  color: #fff;
  padding: 2px 12px;
}

.works__list-ttl {
  font-size: 1.8rem;
}

.mb70 {
  margin-bottom: 70px;
}

#top-service {
  padding: 180px 0 120px;
}
#top-service .base__link {
  margin: 60px auto 0;
}

.top-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3%;
  margin-top: 70px;
}
.top-service__list li {
  padding: 40px 25px;
  background-color: #F1F9EF;
  border: 1px solid #A4B2A1;
}

.top-service__list-ttl {
  font-size: 2.1rem;
  font-weight: 500;
  margin-bottom: 15px;
}

.top-service__list-txt {
  font-size: 1.6rem;
}

.top-service__list-price {
  text-align: right;
  font-family: var(--shippori);
  font-size: 2.4rem;
}

#top-flow {
  background-color: #677663;
  padding: 20px;
}
#top-flow .flow__inner {
  width: 100%;
  border: 1px solid #fff;
  position: relative;
  padding: 80px 0;
}

.top-base__ttl-w {
  color: #fff !important;
}

.top-flow__ttl-en {
  width: 275px;
  display: block;
  position: absolute;
  top: -18px;
  left: -3px;
  background-color: #677663;
  padding-right: 10px;
}
.top-flow__ttl-en img {
  width: 100%;
}

.flow__inner-s {
  width: 1000px;
  max-width: calc(90% + 40px);
  margin: 0 auto;
}

.flow__list-flex {
  display: flex;
  gap: 3%;
}

.flow__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.flow__list li {
  background-color: #fff;
  padding: 20px;
  display: flex;
  gap: 20px;
  position: relative;
}
.flow__list li::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 8px solid #C0CAC0;
  border-bottom: 0;
  content: "";
  display: block;
  left: 50%;
  transform: translate(-50%, 0);
  top: -18px;
  position: absolute;
}
.flow__list li.before-none::before {
  display: none;
}
.flow__list li .img {
  width: 95px;
}
.flow__list li .cont {
  width: calc(100% - 115px);
}
.flow__list li .cont .txt {
  font-size: 1.4rem;
}

.flow__list-ttl {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}

#top-coding {
  background-image: url(../img/top/top-bg.webp);
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

.mb40 {
  margin-bottom: 40px;
}

.top-coding__txt {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.base__link-w {
  background-color: #fff !important;
  margin: 0 auto;
}
.base__link-w:hover {
  opacity: 0.8;
}
.base__link-w > .txt {
  color: var(--green) !important;
}
.base__link-w .icon-arrow {
  color: var(--green) !important;
}

.flow__list-caution {
  font-family: var(--shippori);
  color: #fff;
  font-size: 1.6rem;
  margin-top: 10px;
}

#cta {
  padding: 120px 0 180px;
  background-color: #E7ECE5;
  position: relative;
  overflow: hidden;
}
#cta::before {
  content: "";
  display: block;
  width: 790px;
  aspect-ratio: 790/233;
  background-image: url(../img/top/contact-en.svg);
  position: absolute;
  bottom: -70px;
  left: -20px;
}

.cta__txt {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.contact__list-list {
  width: 870px;
  display: flex;
  margin: 0 auto;
  max-width: 100%;
  gap: 30px;
  justify-content: center;
}
.contact__list-list li {
  width: calc(50% - 15px);
}
.contact__list-list li a {
  display: flex;
  width: 100%;
  height: 80px;
  border-radius: 100px;
  background-color: var(--green);
  color: #fff;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
  transition-duration: 0.3s;
}
.contact__list-list li a > .txt {
  text-align: center;
  display: block;
  font-family: var(--shippori);
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 0 !important;
}
.contact__list-list li a .icon-arrow {
  font-size: 10px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  transition-duration: 0.3s;
}
.contact__list-list li a:hover {
  background-color: #495E45;
  transition-duration: 0.3s;
}
.contact__list-list li a:hover .icon-arrow {
  transform: translate(3px, -50%);
  transition-duration: 0.3s;
}
.contact__list-list li a.p2 {
  background-color: #1C9E00;
}
.contact__list-list li a.p2:hover {
  background-color: #39B31E;
}
.contact__list-list li a .icon-mail {
  font-size: 17px;
  line-height: 1;
  transform: translateY(2px);
}
.contact__list-list li a .icon-line {
  font-size: 31px;
  line-height: 1;
  transform: translateY(2px);
}

.sp {
  display: none;
}

@media screen and (max-width: 1350px) {
  .top-mv::before {
    width: 295px;
  }
}
@media screen and (max-width: 1200px) {
  .top-mv::before {
    display: none;
  }
  .top-mv img {
    border-radius: 10px 0 0 10px;
  }
  .top-mv {
    width: calc(100% - 15px);
    margin: 85px 0 0 auto;
  }
  .top-about__ttl-en {
    margin: 0 0 30px auto;
  }
  .top-about__ttl-en-txt {
    width: 200px;
  }
  .top-base__ttl {
    font-size: 2.7rem;
  }
  .top-about__cont {
    margin-top: 45px;
  }
  .top-about__cont .cont {
    padding: 0;
    width: 800px;
    margin-top: 50px;
  }
  .top-about__cont .img {
    height: -moz-fit-content;
    height: fit-content;
  }
  .top-about__cont .cont .txt {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .base__link > .txt {
    font-size: 1.6rem !important;
  }
  .top-about__cont .cont .base__link {
    margin: 50px auto 0;
  }
  .top-about__cont .cont::before {
    width: 150px;
    right: -25px;
  }
  .top-about__cont .cont::after {
    height: 150px;
    top: -30px;
  }
  .top-about__cont .img::after {
    height: 150px;
    bottom: -55px;
    left: 15px;
  }
  .top-about__cont .img::before {
    width: 150px;
    bottom: -30px;
    left: -10px;
  }
  #top-about {
    padding: 50px 0 120px;
  }
  .top-works__ttl-en {
    width: 235px;
    top: -15px;
  }
  #top-works {
    padding: 80px 0;
  }
  .works__list-cat-list li {
    font-size: 1.2rem;
    padding: 1px 8px;
  }
  .works__list-ttl {
    font-size: 1.5rem;
  }
  .mmb50 {
    margin-bottom: 50px;
  }
  .works__list {
    gap: 35px 3%;
  }
  #top-service {
    padding: 100px 0 80px;
  }
  .top-base__ttl.service__ttl::before {
    width: 265px;
    top: -40px;
  }
  .top-service__list {
    margin-top: 50px;
  }
  .top-service__list li {
    padding: 30px 20px;
  }
  .top-service__list-ttl {
    font-size: clamp(1.6rem, 1.6vw, 2.1rem);
  }
  .top-service__list-txt {
    font-size: 1.5rem;
  }
  .top-service__list-price {
    font-size: 2rem;
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .top-service__list li {
    padding: 30px 20px 70px;
    position: relative;
  }
  #top-service .base__link {
    margin: 40px auto 0;
  }
  .top-flow__ttl-en {
    width: 200px;
  }
  .flow__list li {
    padding: 15px;
    gap: 15px;
  }
  .flow__list li .img {
    width: 65px;
  }
  .flow__list-ttl {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .flow__list li .cont {
    width: calc(100% - 75px);
  }
  .flow__list-caution {
    font-size: 1.4rem;
  }
  #top-coding {
    padding: 80px 0;
  }
  .mmb30 {
    margin-bottom: 30px;
  }
  #cta::before {
    width: 500px;
    bottom: -48px;
    left: -10px;
    background-size: contain;
  }
  #cta {
    padding: 80px 0 115px;
  }
}
@media screen and (max-width: 834px) {
  .top-mv {
    margin: 70px 0 0 auto;
  }
  #top-about {
    padding: 20px 0 60px;
  }
  .top-about__ttl-en-txt {
    width: 120px;
  }
  .top-about__ttl-en {
    margin: 0 0 20px auto;
  }
  .top-base__ttl {
    font-size: 2rem;
  }
  .top-about__cont {
    margin-top: 20px;
    flex-direction: column;
  }
  .top-about__cont .img {
    width: 100%;
  }
  .top-about__cont .img picture {
    width: 100%;
  }
  .top-about__cont .img img {
    width: 100%;
    transform: translateX(0);
  }
  .top-about__cont .cont {
    padding: 0;
    width: 100%;
    margin-top: 40px;
  }
  .top-about__cont .cont::after {
    height: 80px;
    top: -10px;
    display: none;
  }
  .top-about__cont .cont::before {
    width: 80px;
    right: -10px;
    display: none;
  }
  .top-about__cont .img::after {
    height: 80px;
    bottom: -40px;
    left: 0px;
    display: none;
  }
  .top-about__cont .img::before {
    width: 80px;
    bottom: -30px;
    left: -10px;
    display: none;
  }
  .base__link > .txt {
    font-size: 1.5rem !important;
  }
  .top-works__ttl-en {
    width: 137px;
    top: -9px;
  }
  .top-works__ttl-en {
    width: 137px;
    top: -9px;
  }
  .works__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 3%;
  }
  .works__list-cat-list li {
    font-size: 1.1rem;
  }
  .works__list-cat-list {
    margin-bottom: 5px;
  }
  .works__list-ttl {
    font-size: 1.4rem;
  }
  #top-works .base__link {
    margin: 30px auto 0;
  }
  .top-about__cont .cont .base__link {
    margin: 40px auto 0;
  }
  .top-base__ttl.service__ttl::before {
    width: 190px;
    top: -25px;
  }
  #top-service {
    padding: 60px 0 55px;
  }
  .top-service__list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
  }
  .top-service__list-price {
    font-size: 1.8rem;
    right: 15px;
    bottom: 10px;
  }
  .top-service__list li {
    padding: 20px 15px 47px;
  }
  .top-service__list-txt {
    font-size: 1.4rem;
  }
  .top-service__list-ttl {
    margin-bottom: 10px;
  }
  #top-service .base__link {
    margin: 30px auto 0;
  }
  .top-flow__ttl-en {
    width: 135px;
    top: -10px;
  }
  #top-flow {
    padding: 10px;
  }
  .flow__list-flex {
    gap: 30px;
    flex-direction: column;
  }
  .flow__inner-s {
    max-width: 90%;
  }
  .flow__list li .img {
    width: 35px;
    position: absolute;
    left: -7px;
    top: -10px;
  }
  .flow__list li {
    padding: 15px;
    gap: 7px;
    flex-direction: column;
    align-items: center;
  }
  .flow__list-ttl {
    font-size: 1.5rem;
    margin-bottom: 5px;
    text-align: center;
    border-bottom: 1px solid var(--green);
    padding-bottom: 4px;
  }
  .flow__list li .cont .txt {
    font-size: 1.2rem;
  }
  #top-flow .flow__inner {
    padding: 55px 0 35px;
  }
  .smb25 {
    margin-bottom: 25px;
  }
  .flow__list li .cont {
    width: 100%;
  }
  #top-coding {
    padding: 50px 0;
  }
  .smb20 {
    margin-bottom: 20px;
  }
  .top-coding__txt {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  #top-coding .base__link {
    padding: 5px 35px;
  }
  #top-coding .base__link > .txt {
    font-size: 1.4rem !important;
  }
  .sp {
    display: inline-block;
  }
  #cta::before {
    width: 300px;
    bottom: -27px;
    left: -5px;
  }
  #cta {
    padding: 40px 0 55px;
  }
  .cta__txt {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
  .contact__list-list li a {
    height: 55px;
  }
  .contact__list-list li {
    width: 100%;
    max-width: 350px;
  }
  .contact__list-list li a > .txt {
    font-size: 1.5rem;
  }
}
.under-page main {
  padding: 150px 0 0;
}

.under__ttl {
  width: calc(50% + 600px);
  max-width: 95%;
  margin: 0 0 60px auto;
  position: relative;
}
.under__ttl .txt {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px 0 0;
  background-color: #fff;
  z-index: 1;
  position: relative;
  font-size: 5.2rem;
}
.under__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--green);
  z-index: 0;
}
.under__ttl .txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -45%);
  width: 427px;
  background-image: url(../img/service/ttl.svg);
  background-size: contain;
  background-position: center;
  aspect-ratio: 427/144;
  z-index: 0;
}

.price__main-ttl .txt::before {
  width: 320px;
  aspect-ratio: 320/144;
  background-image: url(../img/service/price-ttl.svg);
}

.service__ttl-middle {
  background-color: var(--green);
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.service__img-main {
  margin-bottom: 20px;
}

.service__main-txt {
  font-size: 1.6rem;
}

.marutto__bl {
  margin-top: 70px;
}

.marutto__ttl {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.4rem;
}

.marutto__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 10px;
}
.marutto__list li {
  border: 1px solid #D4D4D4;
  padding: 15px;
  display: grid;
  gap: 12px;
  grid-template-columns: 95px 1fr;
}

.marutto__list-ttl {
  font-size: 1.6rem;
  margin-bottom: 7px;
}

.marutto__list-txt {
  font-size: 1.4rem;
}
.marutto__list-txt .ss {
  font-size: 1rem;
}
.marutto__list-txt .small {
  font-size: 1.2rem;
}

.service__caution {
  font-size: 1.6rem;
}

.service__cont-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6%;
  margin-top: 60px;
}

.service__ttl-middle2 {
  background-color: var(--green);
  padding: 15px 10px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.service__cont-item-img {
  margin-bottom: 20px;
}

.service__cont-item-txt {
  font-size: 1.6rem;
}

.service__cont-item-price {
  text-align: right;
  font-family: var(--shippori);
  font-size: 2.4rem;
}

#service-sec {
  margin-bottom: 180px;
}

#price-sec {
  padding-bottom: 60px;
}

.price__table-bl {
  margin-bottom: 60px;
}

.price__table {
  width: 100%;
  border-collapse: collapse;
}
.price__table thead th {
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #657A60;
  font-size: 1.8rem;
}
.price__table tbody th.gray-ttl {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #F5F5F5;
  padding: 10px;
  text-align: center;
  font-size: 1.8rem;
}
.price__table tbody th.gray-ttl.p1 {
  width: 25%;
  border-left: 1px solid #ddd;
}
.price__table tbody th.gray-ttl.p2 {
  width: 20%;
}
.price__table tbody th.gray-ttl.p3 {
  width: 55%;
}
.price__table tbody th.price-name {
  padding: 10px;
  text-align: left;
  font-weight: 500;
  font-size: 1.8rem;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.price__table tbody td {
  padding: 10px;
  font-size: 1.8rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.price__table tbody td:first-of-type {
  text-align: right;
}

@media screen and (max-width: 1350px) {
  .price__table tbody td {
    font-size: 1.6rem;
  }
  .price__table tbody th.price-name {
    font-size: 1.6rem;
  }
  .price__table tbody th.gray-ttl {
    font-size: 1.6rem;
  }
  .price__table thead th {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .price__table-bl {
    overflow-x: scroll;
  }
  .price__table-bl table {
    width: 1100px;
  }
  .marutto__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .under__ttl .txt {
    font-size: 3.6rem;
  }
  .under__ttl .txt::before {
    width: 330px;
  }
  .under__ttl {
    margin: 0 0 35px auto;
  }
  .service__ttl-middle {
    font-size: 2.1rem;
  }
  .marutto__bl {
    margin-top: 50px;
  }
  .service__cont-flex {
    gap: 3%;
    margin-top: 50px;
  }
  .service__ttl-middle2 {
    font-size: 1.5rem;
  }
  .service__cont-item-price {
    font-size: 1.9rem;
  }
  .service__caution {
    font-size: 1.4rem;
  }
  #service-sec {
    margin-bottom: 90px;
  }
  .price__main-ttl .txt::before {
    width: 220px;
  }
  .price__table-bl {
    margin-bottom: 45px;
  }
  #price-sec {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .under__ttl .txt {
    padding: 0 15px 0 0;
    font-size: 2.6rem;
  }
  .under__ttl .txt::before {
    width: 200px;
  }
  .under-page main {
    padding: 125px 0 0;
  }
  .under__ttl {
    margin: 0 0 20px auto;
  }
  .service__ttl-middle {
    font-size: 1.8rem;
  }
  .service__main-txt {
    font-size: 1.5rem;
  }
  .marutto__bl {
    margin-top: 35px;
  }
  .marutto__ttl {
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
  .marutto__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .marutto__list li {
    padding: 13px;
    gap: 8px;
    grid-template-columns: 60px 1fr;
  }
  .service__cont-flex {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 35px;
  }
  .service__ttl-middle2 {
    font-size: 1.4rem;
  }
  .service__cont-item-txt {
    font-size: 1.4rem;
  }
  .service__cont-item-price {
    font-size: 1.6rem;
    margin-top: 10px;
  }
  #service-sec {
    margin-bottom: 60px;
  }
  .price__main-ttl .txt::before {
    width: 126px;
  }
  .price__table thead th {
    font-size: 1.4rem;
  }
  .price__table tbody th.gray-ttl {
    font-size: 1.4rem;
  }
  .price__table tbody th.price-name {
    font-size: 1.4rem;
  }
  .price__table tbody td {
    font-size: 1.4rem;
  }
  .price__table-bl table {
    width: 930px;
  }
  .price__table thead th {
    text-align: left;
  }
}
.about__ttl-middle {
  text-align: center;
  font-size: 3.7rem;
  margin-bottom: 60px;
}

.about__cont {
  display: block;
  margin-bottom: 80px;
}
.about__cont .cont .txt {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.about__cont .cont .name {
  text-align: right;
  font-size: 2.1rem;
  font-family: var(--shippori);
  margin-top: 45px;
}
.about__cont .cont .name .add {
  font-size: 80%;
  display: inline-block;
  margin-right: 1em;
}

.about__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}
.about__table thead th {
  background-color: #DEE9DC;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.about__table thead th:first-of-type {
  width: 26%;
  border-right: 1px solid #ddd;
}
.about__table thead th:nth-of-type(2) {
  width: 74%;
}
.about__table tbody tr th {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  width: 26%;
  font-weight: normal;
  border-right: 1px solid #ddd;
  text-align: left;
}
.about__table tbody tr td {
  border-bottom: 1px solid #ddd;
  width: 74%;
  font-size: 1.8rem;
  padding: 10px;
}

#about-sec {
  padding-bottom: 120px;
}

.about__main-ttl .txt::before {
  transform: translate(-80%, -45%);
  width: 328px;
  aspect-ratio: 328/144;
  background-image: url(../img/about/ttl.svg);
}

@media screen and (max-width: 1200px) {
  .about__main-ttl .txt::before {
    transform: translate(-74%, -45%);
    width: 240px;
  }
  .about__ttl-middle {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  #about-sec {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 834px) {
  .about__main-ttl .txt::before {
    width: 169px;
  }
  .about__ttl-middle {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .about__cont .cont .txt {
    font-size: 1.5rem;
  }
  .about__cont .cont {
    width: 100%;
  }
  .about__cont {
    gap: 20px;
    margin-bottom: 50px;
    flex-direction: column-reverse;
  }
  .about__cont .cont .name {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .about__cont .img {
    width: 120px;
    margin: 0 auto;
  }
  .about__table thead th {
    font-size: 1.5rem;
  }
  .about__table tbody tr td {
    width: 70%;
    font-size: 1.5rem;
    padding: 7px;
  }
  .about__table tbody tr th {
    font-size: 1.5rem;
    padding: 7px;
    width: 30%;
  }
  .about__table thead th {
    font-size: 1.5rem;
    padding: 7px;
    width: 30%;
  }
  .about__table thead th:nth-of-type(2) {
    width: 70%;
  }
}
.works__main-ttl .txt::before {
  width: 374px;
  aspect-ratio: 374/144;
  background-image: url(../img/works/ttl.svg);
}

#works-sec {
  padding-bottom: 120px;
}

.works__detail-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 70px;
}

.works__detail-cont {
  padding-left: 8%;
}

.works__detail-ttl {
  font-size: 2.8rem;
  border-bottom: 1px solid var(--green);
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.works__detail-txt {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.works__detail-url {
  font-size: 1.6rem;
}
.works__detail-url a {
  text-decoration: underline;
}

.works__detail__link {
  margin: 0 auto;
}

@media screen and (max-width: 1350px) {
  .works__main-ttl .txt::before {
    transform: translate(-40%, -45%);
  }
}
@media screen and (max-width: 1200px) {
  .works__main-ttl .txt::before {
    width: 285px;
  }
  #works-sec {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 834px) {
  .works__main-ttl .txt::before {
    transform: translate(-35%, -50%);
    width: 200px;
  }
  #works-sec {
    padding-bottom: 55px;
  }
  .works__detail-flex {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .works__detail-cont {
    padding-left: 0;
  }
  .works__detail-ttl {
    font-size: 2rem;
    margin-bottom: 15px;
    padding-bottom: 3px;
  }
  .works__detail-txt {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .works__detail-url {
    margin-bottom: 1.5rem;
    margin-bottom: 0;
  }
}
.faq__main-ttl .txt::before {
  width: 187px;
  aspect-ratio: 187/144;
  background-image: url(../img/faq/ttl.svg);
  transform: translate(-104%, -53%);
}

.faq__bl {
  border: 1px solid #D9D9D9;
  margin-bottom: 40px;
}
.faq__bl dt {
  background-color: #E7ECE5;
  padding: 15px 60px 15px 25px;
  position: relative;
  display: flex;
  gap: 15px;
  font-size: 1.8rem;
  cursor: pointer;
}
.faq__bl dt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 20px;
  height: 1px;
  background-color: #849980;
  z-index: 0;
  display: block;
}
.faq__bl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 20px;
  height: 1px;
  transform: rotate(-90deg);
  background-color: #849980;
  z-index: 0;
  display: block;
  transition-duration: 0.5s;
}
.faq__bl dt .q {
  width: 55px;
  display: block;
}
.faq__bl dt .txt {
  width: calc(100% - 70px);
  padding-top: 10px;
}
.faq__bl dt.active::after {
  transition-duration: 0.5s;
  transform: rotate(0deg);
}
.faq__bl dd {
  background-color: #fff;
  display: none;
}
.faq__bl dd .faq__flex {
  padding: 15px 25px 15px 25px;
  position: relative;
  display: flex;
  gap: 15px;
  font-size: 1.8rem;
}
.faq__bl dd .faq__flex > .txt {
  width: calc(100% - 70px);
  display: block;
}
.faq__bl dd .a {
  width: 55px;
  display: block;
}
.faq__bl dd .cont {
  width: calc(100% - 70px);
}

#faq-sec {
  padding-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .faq__main-ttl .txt::before {
    width: 140px;
    transform: translate(-99%, -47%);
  }
}
@media screen and (max-width: 834px) {
  .faq__bl dt {
    padding: 10px 35px 10px 10px;
    gap: 10px;
    font-size: 1.5rem;
  }
  .faq__bl dt .q {
    width: 35px;
  }
  .faq__bl dt .txt {
    width: calc(100% - 45px);
    padding-top: 4px;
  }
  .faq__bl dt::before {
    right: 15px;
    width: 12px;
  }
  .faq__bl dt::after {
    right: 15px;
    width: 12px;
  }
  .faq__bl dd .faq__flex {
    padding: 10px;
    gap: 10px;
    font-size: 1.5rem;
  }
  .faq__bl dd .a {
    width: 35px;
  }
  .faq__bl dd .cont {
    width: calc(100% - 50px);
  }
  .faq__bl dd .faq__flex > .txt {
    width: calc(100% - 50px);
  }
  .faq__bl {
    margin-bottom: 20px;
  }
  #faq-sec {
    padding-bottom: 30px;
  }
  .faq__main-ttl .txt::before {
    width: 115px;
    transform: translate(-89%, -47%);
  }
}
#contact-sec {
  padding-bottom: 100px;
}

.contact__main-ttl .txt::before {
  width: 487px;
  aspect-ratio: 487/144;
  background-image: url(../img/contact/ttl.svg);
  transform: translate(-45%, -50%);
}

.contact__step {
  display: flex;
  position: relative;
  width: 240px;
  justify-content: space-between;
  margin: 0 auto 60px;
}
.contact__step::after {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  z-index: -1;
}
.contact__step li .num {
  width: 70px;
  height: 70px;
  background-color: #dddddd;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  font-family: Helvetica, Verdana, sans-serif;
  margin-bottom: 15px;
}
.contact__step li .txt {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #969696;
  display: block;
}
.contact__step li.active .num {
  background-color: #acd6dd;
  color: #000000;
}
.contact__step li.active .txt {
  color: #000;
}

.contact__main-txt {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.5;
}

.contact__caution-list {
  max-width: 100%;
  margin: 0 auto;
}
.contact__caution-list li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 2;
}
.contact__caution-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.contact__cont-line {
  margin: 50px auto;
  height: 1px;
  background-color: #ccc;
}

.contact__table {
  display: flex;
  flex-wrap: wrap;
}
.contact__table dt {
  width: 300px;
  padding: 25px 0;
  position: relative;
  min-height: 91px;
}
.contact__table dt > P {
  font-size: 1.8rem;
  padding-top: 6px;
  font-weight: 500;
}
.contact__table dt .require-txt {
  top: 39px;
  right: 20px;
  position: absolute;
  font-size: 1.2rem;
  color: #fff;
  background: #CF1010;
  display: inline-block;
  padding: 0 13px 1px;
  border-radius: 2px;
}
.contact__table dt .non-require-txt {
  position: absolute;
  font-size: 1.2rem;
  color: #fff;
  background: #969696;
  display: inline-block;
  padding: 0 12px 1px;
  border-radius: 2px;
  top: 39px;
  right: 20px;
}
.contact__table dd {
  min-height: 91px;
  width: calc(100% - 300px);
  padding: 25px 0;
}
.contact__table dd input[type=text], .contact__table dd input[type=email], .contact__table dd input[type=tel], .contact__table dd textarea {
  width: 100%;
  padding: 12px 10px;
  font-size: 18px;
  border: none;
  background: #f5f5f5;
  line-height: 1.6;
  border-radius: 2px;
}
.contact__table dd textarea {
  height: 300px;
  resize: none;
}

.address-flex {
  margin-bottom: 28px;
}
.address-flex p {
  display: flex;
  gap: 15px;
  align-items: center;
}

.zip1 {
  width: 120px !important;
}

.zip2 {
  width: 160px !important;
}

.address-txt {
  font-size: 1.5rem;
}
.address-txt.p2 {
  width: 10px;
  height: 1px;
  background: #000;
  display: block;
}

#zip-button {
  font-size: 1.5rem;
  font-weight: bold;
  border: 2px solid #000;
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
}

input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

span.wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 1.8rem;
  margin-right: 17px;
}

span.wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  background-color: #f5f5f5;
  width: 27px;
  height: 27px;
  margin-right: 10px;
}

span.wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 17px;
  height: 17px;
  background-color: #71866C;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type=radio]:checked + span.wpcf7-list-item-label::after {
  display: block;
}

span[data-name=radio-orf], span[data-name=radio-subject] {
  display: inline-block;
  transform: translateY(-6px);
}

.privacy-slide-bl {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #eeeeee;
  padding: 50px;
  height: 400px;
  overflow-y: scroll;
  margin-top: 60px;
  scrollbar-width: 16px;
  scrollbar-color: #eeeeee;
}
.privacy-slide-bl p {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.8;
}
.privacy-slide-bl p.privacy-name-txt {
  margin-bottom: 15px;
}
.privacy-slide-bl::-webkit-scrollbar-thumb {
  background-color: #eeeeee;
  border-radius: 8px;
  border: 5px solid #fff;
}
.privacy-slide-bl::-webkit-scrollbar-track {
  background-color: #fff;
}
.privacy-slide-bl::-webkit-scrollbar {
  width: 16px;
}

.privacy-ttl {
  font-weight: normal;
  padding: 8px 20px 5px;
  font-size: 2.8rem;
  margin-bottom: 35px;
  line-height: 1.6;
  text-align: center;
}

.privacy-ttl-middle {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid var(--green);
  padding-bottom: 2px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-family: var(--zen);
}

.privacy-list {
  margin-bottom: 30px;
}
.privacy-list li {
  position: relative;
  padding-left: 1.8em;
}
.privacy-list li::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #849980;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}
.privacy-list li p {
  margin-bottom: 0;
}

input[type=submit] {
  background: #677663;
  border: none;
  color: #fff;
  width: 240px;
  height: 60px;
  border-radius: 60px;
  font-size: 17px;
  margin: 50px auto 0;
  display: block;
  font-family: var(--shippori);
}

/* チェックボックス・ラジオボタン */
.cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
  display: block;
  padding: 15px 0 10px;
}

/* 縦並び */
.cf7__list dd .wpcf7-list-item {
  display: block;
  margin: 0;
}

.cf7__list dd .wpcf7-list-item:nth-child(n+2) {
  margin-top: 18px;
}

.cf7__list dd .wpcf7-list-item label {
  cursor: pointer;
}

input[type=checkbox] {
  position: relative;
  margin-top: 9px;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio] {
  position: relative;
  margin-top: 9px;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #bcbcbc;
  vertical-align: -3px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=checkbox]:checked {
  border: 1px solid #677663;
  background: #677663;
}

input[type=checkbox]:checked:before {
  position: absolute;
  top: 2px;
  left: 5px;
  transform: rotate(50deg);
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
}

#privacy-policy-checkbox span.wpcf7-list-item-label::before {
  display: none;
}

.privacy-label {
  display: flex;
}

span[data-name=privacy-check] {
  margin: 30px auto 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
span[data-name=privacy-check] .wpcf7-list-item-label::before {
  display: none;
}
span[data-name=privacy-check] .wpcf7-list-item label {
  display: flex;
  justify-content: center;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
  position: absolute;
  bottom: -26px;
}

/* 送信完了ページ */
.thanks__txt {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 70px;
  line-height: 1.6;
}

.thanks__btn {
  background: #71866C;
  border: none;
  color: #fff;
  width: 240px;
  height: 60px;
  border-radius: 60px;
  font-size: 17px;
  font-weight: bold;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpcf7 form .wpcf7-response-output {
  padding: 0.8em 1em 0.6em;
  font-size: 1.6rem;
}

.sent-bl {
  display: none;
}

.sent .contact__caution-list {
  display: none;
}
.sent .contact__table {
  display: none;
}
.sent .sent-bl {
  display: block;
}
.sent .privacy-slide-bl {
  display: none;
}
.sent .privacy-slide-bl + p {
  display: none;
}
.sent .contact__cont-line {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

@media (max-width: 1200px) {
  .contact__table dd {
    width: calc(100% - 250px);
  }
  .contact__table dt {
    width: 250px;
  }
  .contact__main-ttl .txt::before {
    width: 358px;
    transform: translate(-42%, -50%);
  }
}
@media (max-width: 834px) {
  .contact__table dt {
    width: 100%;
    padding: 20px 0 11px;
    position: relative;
    min-height: auto;
  }
  .contact__table dd {
    min-height: initial;
    width: 100%;
    padding: 0 0 20px;
    border-bottom: 1px solid #ccc;
  }
  .contact__table dt > P {
    padding-top: 0;
  }
  .contact__table dt .require-txt {
    top: 25px;
    right: auto;
    font-size: 1.2rem;
    padding: 0px 9px;
    margin-left: 11px;
  }
  .contact__table dt .non-require-txt {
    top: 25px;
    right: auto;
    font-size: 1.2rem;
    padding: 0px 9px;
    margin-left: 11px;
  }
  .address-flex p {
    gap: 7px;
  }
  .zip1 {
    width: 70px !important;
  }
  .zip2 {
    width: 90px !important;
  }
  #zip-button {
    font-size: 1.3rem;
    padding: 8px 12px;
  }
  .privacy-slide-bl {
    padding: 25px 10px 25px 20px;
    margin-top: 30px;
  }
  .privacy-ttl {
    padding: 8px 10px 5px;
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  .privacy-slide-bl p {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
  .privacy-ttl-middle {
    font-size: 1.7rem;
  }
  input[type=submit] {
    margin: 15px auto 0;
  }
  .contact__table dd input[type=text], .contact__table dd input[type=email], .contact__table dd input[type=tel], .contact__table dd textarea {
    margin-top: 3px;
    font-size: 16px;
  }
  input[type=radio] + .wpcf7-list-item-label {
    font-size: 1.6rem;
  }
  .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin: 0;
  }
  .wpcf7-not-valid-tip {
    font-size: 11px !important;
    white-space: nowrap;
  }
  input[type=submit] {
    width: 200px;
  }
  .contact__step {
    width: 150px;
    margin: 0 auto 30px;
  }
  .contact__step::after {
    top: 25px;
  }
  .contact__step li .txt {
    font-size: 1.4rem;
  }
  .contact__step li .num {
    width: 50px;
    height: 50px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .contact__main-txt {
    font-size: 1.9rem;
  }
  .contact__cont-line {
    margin: 30px auto 20px;
  }
  .contact__main-ttl .txt::before {
    width: 251px;
    transform: translate(-41%, -50%);
  }
  .contact__table dt > P {
    font-size: 1.6rem;
  }
  input[type=radio] {
    width: 0;
    height: 0;
    margin-top: 0;
  }
  .wpcf7-not-valid-tip {
    bottom: -20px;
  }
  .privacy-list li::before {
    top: 8px;
  }
  .sent .contact__main-txt {
    margin-top: 50px;
  }
  .thanks__txt {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=style.css.map */