@charset "UTF-8";
@font-face {
  font-family: "ZenOldMincho";
  src: url(./asset/fonts/ZenOldMincho-Regular.ttf) format("truetype");
  font-style: normal;
}
body {
  font-family: "ZenOldMincho", serif, Arial, sans-serif;
}

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

.flex-colmun {
  display: flex;
  flex-direction: column;
}

.dark-shadow {
  text-shadow: 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0), 0px 0px 5px rgb(0, 0, 0);
}

.container {
  max-width: 1920px;
  margin: 0 auto;
}
.text-justify {
  -moz-text-align-last: justify;
       text-align-last: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.back-image-container-top {
  width: 22.5%;
  position: absolute;
  top: 0;
  right: -0.75%;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .back-image-container-top {
    width: 50%;
  }
}

.back-image-container-bottom {
  width: 22.5%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .back-image-container-bottom {
    width: 50%;
  }
}

.contact-button {
  width: 100%;
  color: white;
  padding: 0 0% 0% 0%;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .contact-button {
    z-index: 2;
    width: 70%;
    padding: 5% 0%;
  }
}
.contact-button .contact-button-contents {
  padding: 1.5% 3.5%;
  background-color: #A50000;
}
@media (max-width: 960px) {
  .contact-button .contact-button-contents {
    margin: 0;
    padding: 1% 3%;
  }
}
@media (max-width: 768px) {
  .contact-button .contact-button-contents {
    margin: 0;
    padding: 3% 5%;
  }
}
.contact-button .contact-button-contents .contact-text {
  justify-content: center;
}
.contact-button .contact-button-contents .contact-text div {
  display: flex;
  font-size: 1.3rem;
}
@media (max-width: 960px) {
  .contact-button .contact-button-contents .contact-text div {
    font-size: 0.6rem;
  }
}
@media (max-width: 768px) {
  .contact-button .contact-button-contents .contact-text div {
    font-size: 0.8rem;
  }
}
.contact-button .contact-button-contents .contact-text div p:nth-child(1) {
  width: 40%;
  display: flex;
  justify-content: flex-start;
}
.contact-button .contact-button-contents .contact-text div p:nth-child(2) {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}
.contact-button .contact-button-contents .contact-text .bottom-text {
  font-size: 2.1rem;
  text-align: center;
}
@media (max-width: 960px) {
  .contact-button .contact-button-contents .contact-text .bottom-text {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .contact-button .contact-button-contents .contact-text .bottom-text {
    font-size: 1.2rem;
  }
}

.header-bottom-line {
  padding: 2.75%;
  font-size: 2.1rem;
  font-weight: lighter;
  font-weight: bold;
  letter-spacing: 0.25rem;
  text-align: center;
  background: linear-gradient(135deg, #d4af37 0%, #f0e68c 50%, #d4af37 100%);
}
@media (max-width: 960px) {
  .header-bottom-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0% 0;
    letter-spacing: 0.1rem;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .header-bottom-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0% 0;
    letter-spacing: 0.1rem;
    font-size: 1rem;
  }
}

.text-container {
  align-items: center;
  padding: 5% 0;
}
@media (max-width: 768px) {
  .text-container {
    padding: 20% 5% 5% 5%;
  }
}

.section-title {
  margin: 0 auto;
  text-align: center;
  color: white;
}
.section-title h2 {
  font-size: 2.75rem;
  letter-spacing: 0.5rem;
}
@media (max-width: 960px) {
  .section-title h2 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .section-title h2 {
    font-size: 1.25rem;
  }
}

.section-texts {
  margin-top: 5%;
  text-align: center;
  color: white;
}
.section-texts p {
  font-size: 1.5rem;
  margin-bottom: 2.5%;
  letter-spacing: 0.3rem;
}
@media (max-width: 768px) {
  .section-texts p {
    font-size: 0.8rem;
    margin-bottom: 5%;
    letter-spacing: 0.05rem;
  }
}

.hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 1.5s;
  transform: translateY(150px);
}

.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.click {
  border-bottom: 3px solid #000000;
  transition: 0.1s;
}

.click:hover {
  cursor: pointer;
}

.click:active {
  transform: translateY(2px);
  border-bottom: none;
  border-bottom: 2px solid #000000;
}

.br-sp {
  display: none;
}

.back-image-sp {
  display: none;
}

.buttom-sp {
  display: none;
}

.text-sp {
  display: none;
}

.image-sp {
  display: none;
  visibility: hidden;
}

.google-sp {
  display: none;
}

@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp-text {
    display: block;
  }
  .br-pc-unique {
    display: none;
  }
  .back-image-sp {
    display: block;
  }
  .back-image-pc {
    display: none;
  }
  .text-pc {
    display: none;
  }
  .text-sp {
    display: block;
  }
  .buttom-sp {
    display: block;
  }
  .text-align-sp {
    text-align: center;
  }
  .space-pc {
    display: none;
  }
  .image-sp {
    display: block;
  }
  .image-pc {
    display: none;
  }
  .blind-sp {
    display: none;
  }
}
.br-tab {
  display: none;
}

@media (max-width: 960px) {
  .br-sp,
  .br-tab {
    display: block;
  }
  .blind-sp {
    display: none;
  }
}
header {
  width: auto;
}
header .header-top-line-wrap {
  background-color: white;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  header .header-top-line-wrap {
    width: 100%;
  }
}
header .header-top-line-wrap .header-top-line {
  width: auto;
  height: 100%;
  display: flex;
}
header .header-top-line-wrap .header-top-line .image-wrap {
  height: auto;
}
@media (max-width: 768px) {
  header .header-top-line-wrap .header-top-line .image-wrap {
    width: 20%;
  }
}
header .header-top-line-wrap .header-top-line .image-wrap .logo-image {
  height: auto;
  margin: 5% 0;
  padding-right: 20%;
}
header .header-top-line-wrap .header-top-line .catch-phrase-box {
  height: auto;
  padding-left: 0%;
}
header .header-top-line-wrap .header-top-line .catch-phrase-box p {
  font-size: 0.9rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  header .header-top-line-wrap .header-top-line .catch-phrase-box p {
    font-size: 0.6rem;
  }
}
header .header-main {
  height: auto;
  align-items: center;
  background-color: #333333;
  background: linear-gradient(to right, transparent 10%, black 100%), url(./asset/imgs/header.main.png);
  background-color: #333333;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  position: relative;
}
@media (max-width: 960px) {
  header .header-main {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  header .header-main {
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 60%), linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 2%, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0) 60%), url(./asset/imgs/FV.png);
    /* 画像 */
    background-color: #333333;
    /* 背景色 */
    background-position-x: center;
    background-position-y: 2.5%;
    /* 画像を縦方向で中央に配置 */
    background-repeat: no-repeat;
    background-size: 140%;
    padding-top: 0%;
  }
}
header .header-main .header-main-contents {
  margin: 0% 0;
  padding: 6% 0% 3% 35%;
}
@media (max-width: 768px) {
  header .header-main .header-main-contents {
    margin: 40% 0 0%;
    padding: 0;
  }
}
header .header-main .header-main-contents .promotional-words {
  position: relative;
  display: inline-block;
}
header .header-main .header-main-contents .promotional-words h1 {
  font-size: 4.75rem;
  margin-top: -5%;
  color: transparent;
  background: linear-gradient(90deg, #fff4c2 0%, #fdd835 30%, #fff4c2 45%, #fff4c2 70%, #fdd835 85%, #fff4c2 100%);
  -webkit-background-clip: text;
  position: relative;
}
@media (max-width: 960px) {
  header .header-main .header-main-contents .promotional-words h1 {
    margin: 0;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  header .header-main .header-main-contents .promotional-words h1 {
    margin: -3%;
    letter-spacing: -0.2rem;
    font-size: 2.4rem;
  }
}
header .header-main .header-main-contents .promotional-words h2 {
  width: 110%;
  position: absolute;
  top: 100%;
  left: -4%;
  margin-top: 1%;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.25rem;
}
@media (max-width: 960px) {
  header .header-main .header-main-contents .promotional-words h2 {
    margin-top: 0%;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  header .header-main .header-main-contents .promotional-words h2 {
    position: initial;
    width: 100%;
    margin-top: 2%;
    font-size: 1.2rem;
  }
}
header .header-main .header-main-contents .promotional-words h3 {
  margin-top: -5%;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  header .header-main .header-main-contents .promotional-words h3 {
    margin-top: 0%;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  header .header-main .header-main-contents .promotional-words h3 {
    margin-top: 2%;
    letter-spacing: -0.05rem;
    margin-bottom: -2%;
    font-size: 1rem;
  }
}
header .header-main .header-main-contents .promotional-words span {
  font-size: 7rem;
}
@media (max-width: 960px) {
  header .header-main .header-main-contents .promotional-words span {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  header .header-main .header-main-contents .promotional-words span {
    font-size: 3.5rem;
  }
}
header .header-main .contact-button .contact-button-contents {
  margin-top: 5%;
  margin-right: -35%;
  padding: 0.5% 3.5%;
}
@media (max-width: 960px) {
  header .header-main .contact-button .contact-button-contents {
    width: 25%;
  }
}
@media (max-width: 768px) {
  header .header-main .contact-button .contact-button-contents {
    width: 100%;
    margin: 0 auto;
  }
}
header .back-image-container {
  width: 22.5%;
  position: absolute;
  bottom: -1%;
  right: -1.15%;
  transform: translate(-50% -50);
}
@media (max-width: 768px) {
  header .back-image-container {
    z-index: 1;
    width: 40%;
  }
}

main section:nth-child(2) {
  padding: 5% 0;
  position: relative;
}
main section:nth-child(2) .text-container {
  z-index: 1;
  padding: 10% 0;
}
main section:nth-child(2) .text-container img {
  width: 90%;
}
main section:nth-child(2) .text-container .section-texts p {
  margin-bottom: 1%;
}
main section:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(to right, #1A1A1A 0%, #1A1A1A 15%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 85%), linear-gradient(to left, #1A1A1A 0%, #1A1A1A 15%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 85%), url(./asset/imgs/002.jpg) center/cover no-repeat;
  background-position: center center;
  background-size: contain;
}
@media (max-width: 768px) {
  main section:nth-child(2)::before {
    background: url(./asset/imgs/002.jpg) center/cover no-repeat;
    background-color: rgba(0, 0, 0, 0.7);
    /* 背景に半透明の黒を設定 */
    background-blend-mode: multiply;
  }
}
main section:nth-child(3) {
  background-color: #333333;
  position: relative;
}
main section:nth-child(3) .service-container .text-container {
  padding-bottom: 2.5%;
}
main section:nth-child(3) .service-container .text-container .section-title img {
  width: 100%;
}
@media (max-width: 768px) {
  main section:nth-child(3) .service-container .text-container .section-title img {
    width: 70%;
  }
}
@media (max-width: 960px) {
  main section:nth-child(3) .service-container .text-container .section-title img {
    width: 80%;
  }
}
main section:nth-child(3) .service-container .text-container .section-texts {
  margin-top: 2.5%;
}
main section:nth-child(3) .unagi-wrap {
  width: 100%;
  color: white;
  margin: 0 auto;
  padding: 0 0 7.5%;
}
@media (max-width: 768px) {
  main section:nth-child(3) .unagi-wrap {
    padding: 0 0 25%;
    width: 100%;
  }
}
main section:nth-child(3) .unagi-wrap .unagi-container {
  align-items: flex-start;
  height: 100%;
}
@media (max-width: 960px) {
  main section:nth-child(3) .unagi-wrap .unagi-container {
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  main section:nth-child(3) .unagi-wrap .unagi-container {
    align-items: center;
    flex-direction: column;
  }
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
@media (max-width: 960px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents {
    flex-direction: column;
  }
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 0%;
}
@media (max-width: 960px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents img {
    width: 80%;
    max-height: 70vh;
    padding: 0% 0%;
    -o-object-position: top;
       object-position: top;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents img {
    width: 60%;
    max-height: 40vh;
    padding: 0% 0%;
    -o-object-position: top;
       object-position: top;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary {
  margin-right: 3%;
}
@media (max-width: 960px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary {
    width: 60%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary {
    width: 60%;
    padding-left: 0;
  }
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary h3 {
  font-size: 2rem;
  letter-spacing: 0.3rem;
  padding-bottom: 2%;
}
@media (max-width: 1440px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 960px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary h3 {
    margin: 1% 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary h3 {
    margin: 3% 0;
    padding: 0;
    font-size: 1rem;
  }
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary p {
  font-size: 1rem;
  letter-spacing: 0.08rem;
  opacity: 0.8;
}
@media (max-width: 768px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary p {
    font-size: 0.725rem;
    letter-spacing: 0.15rem;
  }
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary:nth-child(1) p:nth-child(3) {
  padding-top: 1%;
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary:nth-child(1) p:nth-child(5) {
  padding-top: 1%;
}
@media (max-width: 960px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary:nth-child(1) {
    margin-bottom: 0%;
  }
}
@media (max-width: 768px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary:nth-child(1) {
    margin: 0;
  }
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary:nth-child(2) p {
  padding-bottom: 2%;
}
@media (max-width: 960px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary:nth-child(2) p {
    padding-bottom: 0%;
  }
}
@media (max-width: 768px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary:nth-child(2) p {
    padding-bottom: 0%;
  }
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary:nth-child(2) p:nth-child(3) {
  padding-bottom: 0%;
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary:nth-child(2) p:nth-child(4) {
  padding-bottom: 2%;
}
@media (max-width: 960px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary:nth-child(2) p:nth-child(4) {
    padding-bottom: 0%;
  }
}
@media (max-width: 768px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents .commentary:nth-child(2) p:nth-child(4) {
    padding-bottom: 0%;
  }
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(1) {
  justify-content: flex-end;
}
@media (max-width: 960px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(1) {
    margin-bottom: 10%;
  }
}
@media (max-width: 768px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(1) {
    margin-bottom: 15%;
  }
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(1) img {
  padding: 1%;
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(1) .commentary {
  margin: 0 7% 0 2%;
}
@media (max-width: 960px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(1) .commentary {
    margin: 0 0 0 5%;
  }
}
@media (max-width: 768px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(1) .commentary {
    margin: 0 0 0 5%;
  }
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(2) {
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 960px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(2) {
    align-items: center;
  }
}
@media (max-width: 768px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(2) {
    align-items: center;
  }
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(2) img {
  padding: 0%;
  margin-left: 5%;
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(2) .commentary {
  margin-left: 3%;
  margin-right: 0%;
  width: 27%;
}
@media (max-width: 1440px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(2) .commentary {
    width: 37.5%;
  }
}
@media (max-width: 960px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(2) .commentary {
    width: 80%;
  }
}
@media (max-width: 768px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(2) .commentary {
    width: 60%;
  }
}
main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(2) .commentary h3 {
  padding: 0;
}
@media (max-width: 768px) {
  main section:nth-child(3) .unagi-wrap .unagi-container .unagi-contents:nth-child(2) .commentary p {
    letter-spacing: 0.15rem;
  }
}
main section:nth-child(4) {
  background-color: #1A1A1A;
}
@media (max-width: 768px) {
  main section:nth-child(4) .text-container .section-title h2 {
    letter-spacing: 0.2rem;
  }
}
main section:nth-child(4) .text-container img {
  width: 65%;
}
@media (max-width: 768px) {
  main section:nth-child(4) .text-container img {
    width: 90%;
  }
}
main section:nth-child(4) .google-container-wrap {
  background-color: #1A1A1A;
  padding-bottom: 5%;
}
@media (max-width: 768px) {
  main section:nth-child(4) .google-container-wrap {
    background-color: #1A1A1A;
    padding-bottom: 15%;
  }
}
main section:nth-child(4) .google-container-wrap .google-container {
  width: 60%;
}
@media (max-width: 768px) {
  main section:nth-child(4) .google-container-wrap .google-container {
    width: 100%;
  }
}
main section:nth-child(4) .google-container-wrap .google-container .google-items {
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 768px) {
  main section:nth-child(4) .google-container-wrap .google-container .google-items {
    flex-direction: column;
  }
  main section:nth-child(4) .google-container-wrap .google-container .google-items .google-sp {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
main section:nth-child(4) .google-container-wrap .google-container .google-items .google-item:nth-child(2) {
  background-color: #808080;
  max-height: 30%;
  max-width: 70%;
  position: relative;
  margin-left: 5%;
}
@media (max-width: 768px) {
  main section:nth-child(4) .google-container-wrap .google-container .google-items .google-item:nth-child(2) {
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    margin-top: 10%;
  }
}
main section:nth-child(4) .google-container-wrap .google-container .google-items .google-item:nth-child(2) .swiper {
  padding: 3% 7%;
}
@media (max-width: 768px) {
  main section:nth-child(4) .google-container-wrap .google-container .google-items .google-item:nth-child(2) .swiper {
    padding: 10% 12%;
  }
}
main section:nth-child(4) .google-container-wrap .google-container .google-items .google-item:nth-child(2) .swiper .swiper-button-prev {
  color: white;
  width: 4%;
  height: 110%;
  top: 0;
  left: 0%;
  background-color: #1A1A1A;
  opacity: 0.6;
}
@media (max-width: 768px) {
  main section:nth-child(4) .google-container-wrap .google-container .google-items .google-item:nth-child(2) .swiper .swiper-button-prev {
    width: 9%;
  }
}
main section:nth-child(4) .google-container-wrap .google-container .google-items .google-item:nth-child(2) .swiper .swiper-button-next {
  color: white;
  width: 4%;
  height: 110%;
  top: 0;
  right: 0;
  background-color: #1A1A1A;
  opacity: 0.6;
}
@media (max-width: 768px) {
  main section:nth-child(4) .google-container-wrap .google-container .google-items .google-item:nth-child(2) .swiper .swiper-button-next {
    width: 9%;
  }
}
main section:nth-child(4) .google-container-wrap .google-container .google-items .google-item:nth-child(2):before {
  content: "";
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  background-color: white;
  background-image: url(./asset/imgs/google_unagi_eito.png);
  background-size: contain;
  /* 画像を要素内に収める */
  background-repeat: no-repeat;
  /* 画像を繰り返さない */
  background-position: center;
  /* 要素の中央に配置 */
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 0%);
}
@media (max-width: 768px) {
  main section:nth-child(4) .google-container-wrap .google-container .google-items .google-item:nth-child(2):before {
    display: none;
  }
}
main section:nth-child(6) {
  position: relative;
}
main section:nth-child(6) .text-container {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  main section:nth-child(6) .text-container .section-title h2 {
    letter-spacing: 0.2rem;
  }
  main section:nth-child(6) .text-container .section-title h2 .tenten {
    letter-spacing: -0.5rem;
  }
}
main section:nth-child(6) .text-container .section-texts {
  margin-top: 0%;
  color: white;
}
main section:nth-child(6) .text-container .section-texts p {
  font-size: 1.5rem;
  margin-bottom: 0%;
}
main section:nth-child(6) .text-container img {
  width: 100%;
}
@media (max-width: 960px) {
  main section:nth-child(6) .text-container img {
    width: 60%;
  }
}
main section:nth-child(6) .anxiety-container {
  padding-bottom: 5%;
  margin: -2.5%;
  z-index: 1;
  width: 100%;
  text-align: left;
  color: white;
  font-size: 1.6rem;
}
@media (max-width: 960px) {
  main section:nth-child(6) .anxiety-container {
    font-size: 1rem;
    margin: 0;
  }
}
@media (max-width: 768px) {
  main section:nth-child(6) .anxiety-container {
    text-align: center;
    font-size: 0.95rem;
    margin: 0;
  }
}
main section:nth-child(6) .anxiety-container .anxiey-item {
  width: 80%;
  margin-left: 2%;
}
@media (max-width: 768px) {
  main section:nth-child(6) .anxiety-container .anxiey-item {
    flex-direction: column;
    margin: 0;
  }
}
main section:nth-child(6) .anxiety-container .anxiey-item .anxiety-contents {
  letter-spacing: 0.3rem;
}
@media (max-width: 768px) {
  main section:nth-child(6) .anxiety-container .anxiey-item .anxiety-contents {
    letter-spacing: 0.1rem;
  }
}
main section:nth-child(6) .anxiety-container .anxiey-item .anxiety-contents P {
  padding-bottom: 5%;
}
@media (max-width: 768px) {
  main section:nth-child(6) .anxiety-container .anxiey-item .anxiety-contents P {
    padding-bottom: 3%;
  }
}
main section:nth-child(6) .anxiety-container .anxiey-item .anxiety-contents:nth-child(1) {
  padding-right: 4%;
}
main section:nth-child(6) .anxiety-container .anxiey-item .anxiety-contents:nth-child(2) {
  margin-top: 1%;
}
main section:nth-child(6) .solution-container {
  z-index: 1;
  width: 52.5%;
  font-size: 2.25rem;
  margin: 0 0 5%;
  letter-spacing: 0.6rem;
}
@media (max-width: 960px) {
  main section:nth-child(6) .solution-container {
    width: 60%;
    font-size: 1.5rem;
    margin: 0 0 7.5%;
    letter-spacing: 0.4rem;
  }
}
@media (max-width: 768px) {
  main section:nth-child(6) .solution-container {
    width: 80%;
    font-size: 1rem;
    margin: 0 0 7.5%;
    padding-bottom: 20%;
    letter-spacing: 0.25rem;
  }
}
main section:nth-child(6) .solution-container .solution-contents {
  width: 100%;
  background-color: white;
  border-radius: 100px;
  font-weight: bold;
  padding: 0 2.25%;
  text-align: center;
  position: relative;
}
main section:nth-child(6) .solution-container .solution-contents .solution-text {
  display: flex;
  justify-content: center;
}
main section:nth-child(6) .solution-container .solution-contents .solution-text div p {
  margin: 0 2.5%;
}
@media (max-width: 960px) {
  main section:nth-child(6) .solution-container .solution-contents .solution-text div p {
    margin: 0 15%;
  }
}
@media (max-width: 768px) {
  main section:nth-child(6) .solution-container .solution-contents .solution-text div p {
    font-weight: normal;
    font-size: 1rem;
    margin: 0 5%;
  }
}
main section:nth-child(6) .solution-container .solution-contents .solution-text div .x-mark {
  width: 5.5%;
}
@media (max-width: 960px) {
  main section:nth-child(6) .solution-container .solution-contents .solution-text div .x-mark {
    width: 6.5%;
  }
}
@media (max-width: 768px) {
  main section:nth-child(6) .solution-container .solution-contents .solution-text div .x-mark {
    width: 9%;
  }
}
main section:nth-child(6)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(to right, #1A1A1A 0%, #1A1A1A 15%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 85%), linear-gradient(to left, #1A1A1A 0%, #1A1A1A 15%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 85%), url(./asset/imgs/3498872_l.jpg) center/cover no-repeat;
  background-position: top center;
  background-size: cover;
}
@media (max-width: 768px) {
  main section:nth-child(6)::before {
    background: url(./asset/imgs/3498872_l.jpg) center/cover no-repeat;
    background-color: rgba(0, 0, 0, 0.7);
    /* 背景に半透明の黒を設定 */
    background-blend-mode: multiply;
  }
}
main section:nth-child(7) {
  background-color: #333333;
  position: relative;
}
main section:nth-child(7) .section-title-wrap .text-container img {
  width: 65%;
}
@media (max-width: 960px) {
  main section:nth-child(7) .section-title-wrap .text-container img {
    width: 45%;
  }
}
@media (max-width: 768px) {
  main section:nth-child(7) .section-title-wrap .text-container img {
    width: 80%;
  }
}
main section:nth-child(7) .strong-point-wrap {
  align-items: center;
  justify-content: flex-start;
  color: white;
}
@media (max-width: 960px) {
  main section:nth-child(7) .strong-point-wrap {
    margin-top: 7.5%;
  }
}
main section:nth-child(7) .strong-point-wrap .strong-point-container {
  width: 60%;
}
@media (max-width: 960px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container {
    width: 85%;
  }
}
@media (max-width: 768px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container {
    width: 85%;
  }
}
main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents {
  align-items: flex-start;
  border-left: 1px solid white;
  border-right: 1px solid white;
  margin: 0 auto 10%;
  padding: 0 5%;
}
@media (max-width: 768px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents {
    flex-direction: column;
    margin: 0 auto 20%;
  }
}
main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-text-container {
  height: auto;
  width: 50%;
  display: flex;
}
@media (max-width: 768px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-text-container {
    width: 100%;
  }
}
main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-text-container .sp-text-contents {
  display: flex;
  width: 95%;
}
main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-text-container .sp-text-contents .sp-text-num {
  font-size: 4rem;
  margin-top: -5.75%;
}
@media (max-width: 960px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-text-container .sp-text-contents .sp-text-num {
    font-size: 3.5rem;
  }
}
@media (max-width: 786px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-text-container .sp-text-contents .sp-text-num {
    font-size: 2.5rem;
  }
}
main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-text-container .sp-text-contents .sp-text-title {
  margin-top: -2%;
  padding-left: 5%;
  font-size: 1.5rem;
  letter-spacing: 0.3rem;
}
@media (max-width: 960px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-text-container .sp-text-contents .sp-text-title {
    margin-top: -1%;
    padding-left: 5%;
    font-size: 1.2rem;
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 768px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-text-container .sp-text-contents .sp-text-title {
    margin-top: -1.5%;
    padding-left: 5%;
    font-size: 0.9rem;
    letter-spacing: 0.15rem;
  }
}
main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-text-container .sp-text-contents p {
  padding-top: 2.5%;
  font-size: 1.25rem;
  letter-spacing: 0.15rem;
}
@media (max-width: 960px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-text-container .sp-text-contents p {
    font-size: 1rem;
    padding-top: 0%;
    margin-top: -2%;
  }
}
@media (max-width: 768px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-text-container .sp-text-contents p {
    font-size: 0.75rem;
    padding: 2.5% 0;
    letter-spacing: 0.06rem;
  }
}
main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-text-container .sp-text-contents:nth-child(2) {
  width: 85%;
}
@media (max-width: 960px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-text-container .sp-text-contents:nth-child(2) {
    width: 90%;
  }
}
@media (max-width: 768px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-text-container .sp-text-contents:nth-child(2) {
    width: 100%;
  }
}
main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-image-container {
  width: 50%;
}
@media (max-width: 768px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents .sp-image-container {
    width: 100%;
  }
}
main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(3) .sp-image-container img:nth-child(2) {
  height: 100%;
  padding-top: 5%;
}
main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(4) {
  padding: 3.5%;
  border: none;
  background-color: black;
}
@media (max-width: 960px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(4) {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(4) {
    justify-content: center;
  }
}
main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(4) .sp-text-container {
  justify-content: center;
}
@media (max-width: 960px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(4) .sp-text-container .sp-text-contents .sp-text-title {
    margin-top: -2%;
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(4) .sp-text-container .sp-text-contents .sp-text-title {
    margin-top: -2.5%;
    font-size: 0.9rem;
  }
}
main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(4) .sp-text-container .sp-text-contents p {
  font-size: 1.23rem;
}
@media (max-width: 960px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(4) .sp-text-container .sp-text-contents p {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 768px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(4) .sp-text-container .sp-text-contents p {
    font-size: 0.75rem;
    letter-spacing: 0.06rem;
  }
}
main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(4) .sp-text-container .sp-text-contents:nth-child(3) {
  padding-top: 7.5%;
  flex-direction: column;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
@media (max-width: 960px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(4) .sp-text-container .sp-text-contents:nth-child(3) {
    padding-top: 3.5%;
    font-size: 0.65rem;
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 768px) {
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(4) {
    font-size: 1rem;
  }
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(4) .sp-text-contents {
    height: auto;
    width: 100%;
    letter-spacing: 0.125rem;
  }
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(4) .sp-text-contents small {
    font-size: 0.7rem;
  }
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(4) .sp-text-contents small:nth-child(1) {
    margin: 5% 0 2%;
  }
  main section:nth-child(7) .strong-point-wrap .strong-point-container .sp-contents:nth-child(4) .sp-text-contents small:nth-child(2) {
    padding-bottom: 2%;
  }
}
main section:nth-child(7) .contact-button-wrap {
  width: 25%;
  margin: 0 auto;
  padding-bottom: 5%;
  align-items: center;
}
@media (max-width: 960px) {
  main section:nth-child(7) .contact-button-wrap {
    padding-bottom: 20%;
    width: 60%;
  }
}
@media (max-width: 768px) {
  main section:nth-child(7) .contact-button-wrap {
    width: 100%;
  }
}
main section:nth-child(7) .contact-button-wrap .contact-button .contact-button-contents {
  margin: 0;
  padding: 5%;
}
@media (max-width: 768px) {
  main section:nth-child(7) .contact-button-wrap .contact-button .contact-button-contents {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  main section:nth-child(7) .contact-button-wrap .contact-button .contact-button-contents {
    width: 100%;
    margin: 0 auto;
  }
}
main section:nth-child(8) {
  color: white;
  background-color: #1A1A1A;
}
main section:nth-child(8) .text-container img {
  width: 35%;
}
main section:nth-child(8) .plan-container-wrap {
  padding-bottom: 5%;
}
main section:nth-child(8) .plan-container-wrap .plan-container {
  width: 100%;
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  main section:nth-child(8) .plan-container-wrap .plan-container .plan-items {
    flex-direction: column;
    align-items: center;
  }
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item {
  width: 21%;
  background-color: #333333;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
@media (max-width: 768px) {
  main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item {
    width: 85%;
    margin-bottom: 20%;
  }
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-num-wrap {
  position: relative;
  height: 5%;
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-num-wrap .plan-num {
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
  width: 40%;
  height: 200%;
  border-radius: 50%/100% 100% 0 0;
  background-color: #333333;
  position: relative;
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-num-wrap .plan-num h3 {
  margin-top: 10%;
  font-size: 1.2rem;
  text-align: center;
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-title {
  position: sticky;
  z-index: 2;
  color: black;
  font-weight: bold;
  font-size: 1.65rem;
  padding: 3.5% 0;
  background: linear-gradient(135deg, #d4af37 0%, #f0e68c 50%, #d4af37 100%);
}
@media (max-width: 768px) {
  main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-title {
    padding: 2% 0;
    font-size: 1.25rem;
  }
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details {
  font-size: 1.05rem;
}
@media (max-width: 768px) {
  main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details {
    width: 95%;
    font-size: 0.8rem;
    padding-bottom: 10%;
    margin: 0 auto;
  }
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .plan-details-text {
  text-align: center;
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .parag-top {
  padding-top: 5%;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .parag-top {
    font-size: 0.8rem;
    letter-spacing: 0rem;
  }
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .parag-bottom {
  padding-bottom: 5%;
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .plan-example-wrap .plan-example {
  width: 90%;
  padding: 2.5% 10%;
  font-size: 1.1rem;
  text-align: center;
  border: 1px solid white;
}
@media (max-width: 768px) {
  main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .saport-example-wrap {
    width: 100%;
    align-items: flex-start;
  }
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .saport-example-wrap .parag-examp {
  margin-top: 2.5%;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .saport-example-wrap .parag-examp {
    padding: 0 0 0 0%;
    letter-spacing: 0.05rem;
    font-size: 0.725rem;
  }
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .saport-example-wrap .parag-examp p {
  margin-bottom: -0.25%;
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .saport-example-wrap .saport-example {
  display: flex;
}
@media (max-width: 768px) {
  main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .saport-example-wrap .saport-example {
    margin: 5% 0;
    padding: 0 10%;
    flex-direction: column;
    align-items: flex-start;
  }
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .saport-example-wrap .saport-example li {
  padding-bottom: 1%;
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .saport-example-wrap .saport-example li .parag-unique {
  letter-spacing: 0.5rem;
  padding-left: 10%;
}
@media (max-width: 768px) {
  main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .saport-example-wrap .saport-example li {
    letter-spacing: 0.2rem;
  }
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .saport-example-wrap .saport-example div small {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .saport-example-wrap .saport-example div {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .saport-example-wrap .saport-example div small {
    display: none;
  }
  main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .saport-example-wrap .saport-example div li {
    position: relative;
  }
  main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .saport-example-wrap .saport-example div li::after {
    content: "etc";
    font-size: 1.1rem;
    position: absolute;
    top: -1%;
    right: -65%;
  }
}
@media (max-width: 768px) {
  main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item .plan-details .saport-example-wrap .saport-example-plan2 {
    margin: 5% 0;
    padding: 0 10%;
  }
}
main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item:nth-child(2) {
  margin: 0 1.65%;
}
@media (max-width: 768px) {
  main section:nth-child(8) .plan-container-wrap .plan-container .plan-items .plan-item:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20%;
  }
}
main section:nth-child(9) {
  background-color: #333333;
  position: relative;
}
main section:nth-child(9) .text-container img {
  width: 25%;
}
@media (max-width: 768px) {
  main section:nth-child(9) .text-container img {
    width: 60%;
  }
}
main section:nth-child(9) .contact-flow-container {
  padding-bottom: 5%;
  position: relative;
}
@media (max-width: 768px) {
  main section:nth-child(9) .contact-flow-container {
    padding-top: 75%;
    padding-bottom: 20%;
    visibility: hidden;
  }
}
main section:nth-child(9) .contact-flow-container img {
  width: 60%;
}
main section:nth-child(9) .section-texts {
  margin-top: -1.5%;
  padding-bottom: 5%;
}
@media (max-width: 768px) {
  main section:nth-child(9) .section-texts {
    padding-bottom: 20%;
  }
}
main section:nth-child(9) .section-texts p {
  padding-bottom: 1%;
  margin: 0;
}
@media (max-width: 768px) {
  main section:nth-child(9) .contact-flow-container::before,
  main section:nth-child(9) .contact-flow-container::after {
    visibility: visible;
    position: absolute;
    height: 100%;
    width: 100%;
  }
  main section:nth-child(9) .contact-flow-container::before {
    content: "";
    top: 0;
    left: 50%;
    transform: translate(-42%, 7%);
    background-image: url(./asset/imgs/contract-flow-top.png);
    background-size: 85%;
    background-repeat: no-repeat;
  }
  main section:nth-child(9) .contact-flow-container::after {
    content: "";
    top: 0;
    left: 50%;
    transform: translate(-38%, 48%);
    z-index: 2;
    background-image: url(./asset/imgs/contract-flow-bottom.png);
    background-size: 64%;
    background-repeat: no-repeat;
  }
}

footer {
  background-color: #1A1A1A;
  color: white;
}
footer .text-container img {
  width: 42.5%;
}
footer form {
  padding-bottom: 5%;
}
@media (max-width: 768px) {
  footer form {
    padding-bottom: 20%;
  }
}
footer form .form-items {
  width: 70%;
}
@media (max-width: 768px) {
  footer form .form-items {
    width: 100%;
  }
}
footer form .form-items .form-item {
  width: auto;
  padding-bottom: 4%;
}
@media (max-width: 768px) {
  footer form .form-items .form-item {
    width: 100%;
    flex-direction: column;
  }
}
footer form .form-items .form-item .name-and-req-wrap {
  display: flex;
  width: 30%;
}
@media (max-width: 768px) {
  footer form .form-items .form-item .name-and-req-wrap {
    width: 90%;
    justify-content: flex-start;
    margin-left: 3%;
  }
}
footer form .form-items .form-item .name-and-req-wrap .name-and-req {
  width: 90%;
  display: flex;
  justify-content: center;
  margin-left: 10%;
}
@media (max-width: 768px) {
  footer form .form-items .form-item .name-and-req-wrap .name-and-req {
    margin: 0;
    justify-content: flex-start;
  }
}
footer form .form-items .form-item .name-and-req-wrap .name-and-req .form-item-name {
  width: 50%;
  line-height: 3;
  font-size: 1.5rem;
  margin-right: 5%;
}
@media (max-width: 768px) {
  footer form .form-items .form-item .name-and-req-wrap .name-and-req .form-item-name {
    font-size: 1rem;
    width: 40%;
  }
}
footer form .form-items .form-item .name-and-req-wrap .name-and-req .requierd-wrap {
  height: 100%;
  margin: auto 5%;
}
@media (max-width: 768px) {
  footer form .form-items .form-item .name-and-req-wrap .name-and-req .requierd-wrap {
    margin-top: 1%;
    width: 15%;
    margin: 0;
    color: #A50000;
    border: 1px solid #A50000;
    margin-top: 1%;
  }
}
footer form .form-items .form-item .name-and-req-wrap .name-and-req .requierd-wrap .requierd {
  height: 50%;
  width: 150%;
  color: #A50000;
  border: 1px solid #A50000;
}
@media (max-width: 768px) {
  footer form .form-items .form-item .name-and-req-wrap .name-and-req .requierd-wrap .requierd {
    border: none;
  }
}
footer form .form-items .form-item .name-and-req-wrap .name-and-req .requierd-wrap .requierd p {
  display: inline;
  font-size: 1.1rem;
  margin: -22% 0;
  line-height: 3;
}
@media (max-width: 768px) {
  footer form .form-items .form-item .name-and-req-wrap .name-and-req .requierd-wrap .requierd p {
    margin: -30%;
  }
}
footer form .form-items .form-item .input-wrap {
  -moz-text-align-last: left;
       text-align-last: left;
  width: 50%;
  display: flex;
  align-items: center;
  margin-left: -2.5%;
}
@media (max-width: 768px) {
  footer form .form-items .form-item .input-wrap {
    width: 85%;
  }
}
footer form .form-items .form-item .input-wrap input {
  text-align: none;
  text-justify: none;
  /*コレ*/
  padding: 1.2rem 0rem;
  /*コレ*/
  line-height: 1.5;
  width: 85%;
  color: black;
  background-color: white;
}
@media (max-width: 768px) {
  footer form .form-items .form-item .input-wrap input {
    width: 100%;
  }
}
footer form .form-items .form-item .input-wrap input::-webkit-calendar-picker-indicator {
  height: 100px;
  width: 15px;
  color: gray;
  opacity: 1;
  padding: 0 2% 3% 0;
}
footer form .form-items .form-item .input-wrap input[type=text]::-webkit-calendar-picker-indicator {
  zoom: 2;
  /* アイコンのサイズを1.5倍に拡大 */
}
footer form .form-items .comment-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  margin: -3.5% 0 4% 7%;
}
@media (max-width: 768px) {
  footer form .form-items .comment-wrap {
    justify-content: flex-start;
    align-items: center;
    margin: -3.5% 0 4% 0%;
  }
}
@media (max-width: 768px) {
  footer form .form-items .comment-wrap .comment {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 90%;
  }
}
footer form .form-items .comment-wrap .comment p {
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  footer form .form-items .comment-wrap .comment p {
    font-size: 0.6rem;
  }
}
footer form .form-items .form-item:nth-child(8) {
  align-items: flex-start;
}
@media (max-width: 768px) {
  footer form .form-items .form-item:nth-child(8) {
    align-items: center;
  }
}
footer form .form-items .form-item:nth-child(8) .name-and-req-wrap .name-and-req .requierd-wrap {
  visibility: hidden;
}
footer form .form-items .form-item:nth-child(8) .textarea-wrap {
  -moz-text-align-last: left;
       text-align-last: left;
  text-justify: none;
  width: 50%;
  max-width: 50%;
  margin-left: -2.5%;
}
@media (max-width: 768px) {
  footer form .form-items .form-item:nth-child(8) .textarea-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    max-width: 85%;
  }
}
footer form .form-items .form-item:nth-child(8) .textarea-wrap textarea {
  width: 85%;
  color: black;
  background-color: white;
}
@media (max-width: 768px) {
  footer form .form-items .form-item:nth-child(8) .textarea-wrap textarea {
    width: 100%;
  }
}
footer form .form-items .submit-button {
  text-align: center;
  margin-top: 2%;
}
@media (max-width: 768px) {
  footer form .form-items .submit-button {
    margin-top: 15%;
  }
}
footer form .form-items .submit-button button {
  width: 22.5%;
  padding: 1%;
  font-size: 2rem;
  background-color: #A50000;
}
@media (max-width: 768px) {
  footer form .form-items .submit-button button {
    width: 50%;
  }
}
footer .copy-right {
  color: black;
  background-color: white;
  text-align: center;
  font-size: 1rem;
  padding: 1% 0;
  font-weight: bold;
}
@media (max-width: 768px) {
  footer .copy-right {
    font-weight: normal;
  }
}

@media (max-width: 768px) {
  .text-align-sp {
    display: block;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */