@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top:10rem;
}

body {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

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

a:hover {
  filter: brightness(1.1);
}

.content {
  max-width: 750px;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.mb28 {
  margin-bottom: 28%;
}
.mb20 {
  margin-bottom: 20%;
}

.mb18 {
  margin-bottom: 18%;
}

.mb16 {
  margin-bottom: 16%;
}

.mb12 {
  margin-bottom: 12%;
}

.mb10 {
  margin-bottom: 10%;
}

.mb8 {
  margin-bottom: 8%;
}

.mb6 {
  margin-bottom: 6%;
}

.mb4 {
  margin-bottom: 4%;
}

.mb2 {
  margin-bottom: 2%;
}

.red {
  color: #b21550;
}

.block-fv {
  color: #fff;
  font-size: clamp(14px, 3vw, 24px);
  background-image: url(../images/block-fv-back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .block-fv {
    padding: 1rem 0 4rem;
  }
}

.fv-img {
  display: flex;
  justify-content: center;
}

.fv-img img {
  width: 145%;
}

.kikan{
  font-size: clamp(16px,3.6vw,29px);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-feature-settings: "palt";
  line-height: 1;
  color: #fafdcd;
}

.kikan span{
  font-size: 1.5em;
}

.block-contents {
  background-image: url(../images/block-contents-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .block-contents {
    padding: 6rem 0 4rem;
  }
}

.block-contents .caution{
  margin-right: 1.6em;
}

.block-why {
  background-image: url(../images/block-why-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .block-why {
    padding: 6rem 0;
  }
}

.block-why p{
  font-size: clamp(14px,3.8vw,28px);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-feature-settings: "palt";
  color: #fff;
  margin:0 10%;
  background-image: linear-gradient(80deg, rgba(255, 244, 220, 1), rgba(228, 206, 163, 1) 25%, rgba(255, 243, 222, 1) 50%, rgba(228, 206, 163, 1) 75%, rgba(255, 244, 220, 1));
  background-image: -webkit-linear-gradient(10deg, rgba(255, 244, 220, 1), rgba(228, 206, 163, 1) 25%, rgba(255, 243, 222, 1) 50%, rgba(228, 206, 163, 1) 75%, rgba(255, 244, 220, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.block-profile {
  background-image: url(../images/block-profile-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 0 4rem;
}

@media screen and (max-width: 767px) {
  .block-profile {
    padding: 8rem 0 2rem;
  }
}

.profile-img {
  display: flex;
  justify-content: center;
}

.profile-img img {
  width: 128%;
}

.profile-text1{
  font-size: clamp(12px,3.2vw,24px);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.8;
  background-image: linear-gradient(130deg, rgba(218, 221, 216, 0.4), rgba(234, 193, 251, 0.4));
  background-image: -webkit-linear-gradient(-40deg, rgba(218, 221, 216, 0.4), rgba(234, 193, 251, 0.4));
  padding: 1em;
  margin:0 8% 4%;
}

.profile-text2{
  font-size: clamp(16px,4vw,31px);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  font-feature-settings: "palt";
  margin:0 8%;
}

.block-tokuten {
  background-image: url(../images/block-tokuten-back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .block-tokuten {
    padding: 8rem 0 4rem;
  }
}

.content.message p {
  font-size: clamp(16px, 4vw, 27px);
  padding: 0 10%;
}

.content.cta {
  color: #fff;
  font-size: clamp(14px, 3vw, 24px);
}

.cta-img {
  display: flex;
  justify-content: center;
}

.cta-img img {
  width: 160%;
}

.block-service {
  color: #fff;
  font-size: clamp(14px, 3vw, 24px);
  background-color: #040f2c;
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .block-service {
    padding: 6rem 0;
  }
}

table {
  border-collapse: collapse;
  border: solid 1px #fff;
  margin: 0 6%;
}

table tr {
  border: solid 1px #fff;
}

table th {
  background-color: rgba(255, 255, 255, 0.2);
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  width: 30%;
}

table td {
  padding: 2rem;
}

.caution {
  font-size: clamp(12px, 2.6vw, 18px);
}

.footer {
  background-color: #04050e;
  color: #fff;
  padding: 4em 0;
}

.footer-link a,
.footer .copyright {
  font-size: clamp(12px, 2vw, 24px);
  color: #fff;
  text-decoration: none;
}

.footer-link a:hover {
  text-decoration: underline;
}

/* フォーム */
.content_form {
  margin: 0 3%;
}

.my_column {
  text-align: center;
}

input[type="text"] {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", serif;
  padding-left: 1em;
  width: 96%;
  height: clamp(6rem, 12vw, 8rem);
}

input[type="image"] {
  width: 100%;
}

input[type="image"]:hover {
  filter: brightness(1.1);
}

/*ボタン動き*/
.updown {
  -webkit-animation-name: updown1;
  animation-name: updown1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes updown1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*フローティングボタン*/
.fixbtn {
  position: fixed;
  right: 5px;
  bottom: 10px;
  width: clamp(40px, 25%, 180px);
  -webkit-transform: translateZ(0); 
  display: none;
  opacity: 0:
}

.fadein {
  animation-name: fadein;
  animation-duration: 2s;
  display: block;
  opacity: 1;
}

@keyframes fadein {
  from {opacity: 0;}
  to {opacity: 1;}
}

.puyon {
  animation: puyon 2.5s ease-out 0s 1;
  animation-iteration-count: infinite;
  cursor: pointer;
}

@keyframes puyon {
  0% {
    transform: scale(1, 1);
  }

  17% {
    transform: scale(1.13, 1.13);
  }

  23% {
    transform: scale(0.88, 0.88);
  }

  29% {
    transform: scale(1.08, 1.08);
  }

  35% {
    transform: scale(0.94, 0.94);
  }

  41% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 1);
  }
}
