@charset "utf-8";
@media screen and (max-width: 767px) {
 .contents, body.sp_view .contents{
  margin-top: 0;
}
}

.--item{
  display: flex;
  justify-content: center;
}
a.--link {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 1;
}
a.--link:hover {
  background-color: rgba(255, 255, 255, .3);  
}
a.--link span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
h1{margin: 0;}
/* メインイメージ */
.visual {
  position: relative;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}
.visual__btn{
  width: 589px;
  height: 98px;
  left: 406px;
  bottom: 76px;
  border-radius: 42px;
}
.visual.--last {
  margin-top: 73px;
  padding-top: 53px;
}
.visual__baloon{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
.visual__btn{
  width: 350px;
  height: 56px;
  left: 50%;
  bottom: 40px;
  border-radius: 26px;
  transform: translateX(-50%);
}
.visual.--last {
  margin-top: 134px;
  padding-top: 22px;
}
.visual__baloon{
  max-width: 233px;
}
}
@media screen and (max-width: 440px) {
.visual__btn{
width: clamp(21.25rem, 2.0739rem + 81.8182vw, 24.0625rem);
height: clamp(3.5rem, -2.0398rem + 23.6364vw, 4.3125rem);
bottom: clamp(2.25rem, 1.3977rem + 3.6364vw, 2.375rem);
}
}
.about01{
  margin: 90px 0 24px;
}
.about03{
  margin: 59px 0 0;
}
@media screen and (max-width: 767px) {
  .about01{
  margin: 40px 0;
  padding: 0 20px;
}
  .about02{
  margin: 40px 0 0;
  padding: 0 20px;
}
  .about03{
  margin: 20px 0 0;
    padding: 0 10px;
}
}

.conditions01{
  position: relative;
  overflow: hidden;
  max-width: 1400px;
  margin: 217px auto 0;
}
.conditions__btn{
  width: 589px;
  height: 98px;
  left: 50%;
  bottom: 113px;
  transform: translateX(-50%);
  border-radius: 42px;
}
@media screen and (max-width: 767px) {
  .conditions01{
  margin-top: 18px;
}
.conditions__btn{
  width: 350px;
  height: 56px;
  bottom: 40px;
  border-radius: 26px;
}
}
@media screen and (max-width: 440px) {
.conditions__btn{
width: clamp(21.25rem, 2.0739rem + 81.8182vw, 24.0625rem);
height: clamp(3.5rem, -2.0398rem + 23.6364vw, 4.3125rem);
bottom: clamp(2.25rem, 1.3977rem + 3.6364vw, 2.375rem);
}
}

.use01{
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .use01{
  margin-top: 38px;
}
}
.question01{
  position: relative;
  overflow: hidden;
  max-width: 1080px;
  margin: 80px auto 0;
}
.question__link01,
.question__link02{
  bottom: 60px;
  width: 468px;
  height: 70px;
}
.question__link01{
  left: 60px;
}
.question__link02{
  right: 60px;
}
@media screen and (max-width: 767px) {
  .question01{
  margin: 43px 0;
  padding: 0 20px;
}
.question__link01,
.question__link02{
  width: 310px;
  height: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.question__link01{
  bottom: 107px;
}
.question__link02{
  right: initial;
  bottom: 30px;
}
}
@media screen and (max-width: 440px) {
.question__link01,
.question__link02{
width: clamp(19.375rem, 4.4602rem + 63.6364vw, 21.5625rem);
height: clamp(4.375rem, 1.8182rem + 10.9091vw, 4.75rem);
}
.question__link01{
bottom: clamp(6.6875rem, 1.1477rem + 23.6364vw, 7.5rem);
}
.question__link02{
bottom: clamp(1.875rem, 0.1705rem + 7.2727vw, 2.125rem);
}
}
.oneparetto{
  text-align: center;
  width: 100%;
  max-width: 734px;
  margin: 65px auto 0;
}
.oneparetto p{
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: -0.04em;
  margin-bottom: 15px;
}
.oneparetto img{
  max-width: 720px;
}
@media screen and (max-width: 767px) {
.oneparetto{
  margin: 58px auto 0;
}
.oneparetto img{
  max-width: 279px;
}
}
