@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: white;
  color: #323232;
}
main {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.img-wrap {
  margin-top: -2.28px;
  z-index: 1;
}
.leader-wrap {
  width: 100%;
  z-index: 1;
  padding-inline: 2rem;
}
.leader-wrap .tit {
  text-align: center;
  font-size: 32px;
  letter-spacing:2px;
  font-weight: 600;
  color: #206648;
  margin: 10px auto 32px;
}
.leader-wrap .annotation {
  text-align: center;
  font-size: 16px;
  letter-spacing:0.5px;
  font-weight: 400;
  margin: 16px auto 32px;
}
.leader-wrap .annotation a{
  color: rgb(70,110,219);
  font-weight: 600;
  text-decoration: underline;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 20px;
  font-weight: 400;
  line-height: auto;
}
th {
  width: 30%;
  text-align: right;
  padding: 2px 10px 2px 0;
}
td {
  width: 70%;
  padding: 2px 0 2px 10px;
  text-align: left;
}
.f9f8f5 {
  background-color: #F9F8F5;
}
.f28b06{
  background-color: #f28b06;
}
.f8f7f4 {
  background-color: #F8F7F4;
}
/*********floating*********/
#floatingmenu {
  display: none;
}
.floatingmenu {
  background-color:rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  z-index: 99;
  width: 100%;
  max-width: 640px;
  padding: 1.8% 0 1.4%;
}
.floating-box {
  margin: 0 auto;
}
.floating-box-item {
  position:relative;
}
a .floating_cta {
  transition: 0.5s;
}
a .floating_cta:hover {
  transform: scale(1.04);
}


/* CTAボタン */
.relative {
  position: relative;
}
.absolute{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 640px;
}
.fv-03 {
  bottom: -3.9%;
}
.img-08 {
  bottom: -4.3%;
}
.img-14 {
  bottom: -3.1%;
}
.img-31,
.img-36 {
  bottom: -1.5%;
}
.absolute-img-60 {
  position: absolute;
  left: 94.8%;
  bottom: 3%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.law-link {
  display: block;
  cursor: pointer;
  width: 10%;
  height: 30px;
  background-color: transparent;
}

.absolute-caution {
  position: absolute;
  left: 59.2%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.absolute-blowing {
  position: absolute;
  right: -7%;
  bottom: -58%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 134px;
}

.absolute-blowing img{
  width: 100%;
  height: auto;
}

.caution-link {
  display: block;
  cursor: pointer;
  width: 46.6%;
  height: 26px;
  background-color: transparent;
}
.cta-wrap {
  padding: 5% 0;
}
.cta img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), filter 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cta:hover img {
  filter: saturate(120%);
}
.reflection {
  display:block;
  position:relative;
  overflow:hidden;
  width: 86%;
  height: auto;
  margin: 0 auto;
  border-radius: 100px;
}
.reflection:after {
  content:"";
  height:100%;
  width:30px;
  position:absolute;
  top:-180px;
  left:0;
  background-color: rgba(255, 255, 255, 0.7);
  opacity:0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 3s ease-in-out infinite;
}
  @keyframes reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }

@media screen and (max-width:640px) {
  .img-wrap {
    margin-top: -0.433vw;
  }
  .absolute-img-60 {
    bottom: 4.8%;
  }
  .law-link {
    height: 3.5vw;
  }
  .caution-link {
    height: 3.4vw;
  }
  .absolute-blowing {
    right: -7%;
    bottom: -60%;
    max-width: 22vw;
  }
  .leader-wrap {
    padding-inline: 4.2%;
  }
  .leader-wrap .tit {
    font-size: 6.2vw;
    letter-spacing:0.3vw;
    margin: 3% auto 5%;
  }
  .leader-wrap .annotation {
    text-align: center;
    font-size: 2.8vw;
    letter-spacing:0.5%;
    margin: 4% auto 8%;
  }
  table {
    font-size: 3.4vw;
    white-space: nowrap;
  }
  th {
    padding: 0.6% 1.28% 0.6% 0;
  }
  td {
    padding: 0.6% 0 0.6% 1.28%;
  }
}