@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "游ゴシック体", sans-serif;
  font-style: normal;
  font-display: swap;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.pcView {
  display: block !important;
}
@media (max-width: 769px) {
  .pcView {
    animation: gelatine 1s 2;
    display: none !important;
  }
}

.spView {
  display: none !important;
}
@media (max-width: 768px) {
  .spView {
    display: block !important;
  }
}

.head-flex {
  display: flex;
  justify-content: space-between;
}

.head-container {
  background-image: linear-gradient(0deg, rgba(252, 220, 220, 1), rgba(255, 255, 255, 1));
}

@media screen and (min-width:769px){
.head-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  align-items: center;
  margin: 0 auto;
  padding: 5px 0;
}
.head-flex img {
  max-width: 180px;
}
.head-flex a {
  background-color: #e15a65;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 20px;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-name: poyopoyo;
  animation:poyopoyo 2s both;
}
}

@media screen and (max-width:768px){
.head-flex {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  align-items: center;
  margin: 0 auto;
  padding: 5px 10px;
}
.head-flex img {
  max-width: 100px;
}
.head-flex a {
  background-color: #e15a65;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 5px 10px;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  animation-name: poyopoyo;
  animation:poyopoyo 2s both;
}
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

@media screen and (min-width:769px){
.top-img {
  display: block;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
}

@media screen and (max-width:768px){
.top-img {
  display: block;
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
}

@media screen and (min-width:769px){
.present-wrap {
  display: block;
  background: linear-gradient(90deg, #fcdcdc 0%, #fcdcdc 50%, #fff 50%, #fff 100%);
}
}

@media screen and (max-width:768px){
.present-wrap {
  display: block;
  max-width: 430px;
  margin: 0 auto;
}
}

@media screen and (min-width:769px){
.present-wrap img {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
}


.cv-wrap {
  background-color: #fcdcdc;
  text-align: center;
}

@media screen and (min-width:769px){
.cv-btnbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.cv-btnbox img {
  max-width: 550px;
}
}

@media screen and (max-width:768px){
.cv-btnbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 430px;
  margin: 0 auto;
  padding: 0 5px;
}
.cv-btnbox img {
  max-width: 100%;
}
}

.red {
  color: red;
  font-weight: bold;
}

@media screen and (min-width:769px){
.cv-wrap p {
  padding: 10px 0;
  line-height: 1.4rem;
}
}

@media screen and (max-width:768px){
.cv-wrap p {
  font-size: 10px;
  padding: 10px 30px;
  line-height: 0.8rem;
}
}

@media screen and (min-width:769px){
.play {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.check-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
}
}

@media screen and (max-width:768px){
.play {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.check-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 400px;
  margin: 0 auto;
}
}

@media screen and (min-width:769px){
.check-btn,.check-btn-on {
  max-width: 800px;
  margin: 0 auto;
}
}

@media screen and (max-width:768px){
.check-btn,.check-btn-on {
  padding: 0 10px;
}
}

.check00 {
  position: relative;
}

.check01,
.check02,
.check03,
.check-btn-on {
  display: none;
  position: relative;
}

.come0,.come1,.come2,.come3 {
  position: absolute;
  top: 89px;
  left: 10px;
  width: 80px;
}

@media screen and (min-width:769px){
.check-wrap img {
  max-width: 320px;
}
}

@media screen and (max-width:768px){
.check-wrap img {
  max-width: 100px;
}
}

.check-list {
  position: relative;
}

@media screen and (min-width:769px){
.checkbox {
  appearance: none;
  height: 30px;
  width: 30px;
  margin: 4px 0 18px 4px;
  border: 1px solid #8b98a5;
  border-radius: 4px;
  transition: all 0.2s ease;
  cursor: pointer;
}
}

@media screen and (max-width:768px){
.checkbox {
  appearance: none;
  height: 30px;
  width: 30px;
  margin: 4px 0 5px 4px;
  border: 1px solid #8b98a5;
  transition: all 0.2s ease;
  cursor: pointer;
}
}

.checkbox:checked {
  transform: rotate(-45deg);
  opacity: 0;
}
.check {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 0px;
  width: 14px;
  height: 33px;
  border: solid green;
  border-width: 0 5px 5px 0;
  transform: rotate(90deg);
  opacity: 0;
  transition: all 0.2s ease;
  z-index: -1;
}

@media screen and (min-width:769px){
.check-dot01 {
  position: absolute;
  width: 40px;
  top: -3px;
  left: 4px;
  z-index: -10;
}
.check-dot02 {
  position: absolute;
  width: 40px;
  top: -3px;
  left: 4px;
  z-index: -10;
}
.check-dot03 {
  position: absolute;
  width: 40px;
  top: -3px;
  left: 4px;
  z-index: -10;
}
}

@media screen and (max-width:768px){
.check-dot01 {
  position: absolute;
  width: 35px;
  top: 1px;
  left: 4px;
  z-index: -10;
}
.check-dot02 {
  position: absolute;
  width: 35px;
  top: 1px;
  left: 4px;
  z-index: -10;
}
.check-dot03 {
  position: absolute;
  width: 35px;
  top: 1px;
  left: 4px;
  z-index: -10;
}
}


.checkbox:checked + .check {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 0px;
  width: 14px;
  height: 33px;
  opacity: 1;
  transform: rotate(45deg);
}
.checkbox:focus-visible {
  outline: 2px solid #1d9bf0;
  outline-offset: 2px;
}

@media screen and (min-width:769px){
.checkLabel {
  padding-left: 10px;
  font-weight: bold;
  font-size: 30px;
}
}

@media screen and (max-width:768px){
.checkLabel {
  padding-left: 6px;
  font-weight: bold;
  font-size: 16px;
}
}

.cause {
  text-align: center;
}

.cause-title {
  background-color: #ffa9a9;
}

@media screen and (min-width:769px){
h2 {
  font-size: 45px;
  font-weight: bold;
}
}

@media screen and (max-width:768px){
h2 {
  font-size: 18px;
  font-weight: bold;
}
}

@media screen and (min-width:769px){
.cause-title h2 {
  color: #fff;
  font-weight: bold;
  padding: 15px 0;
}
}

@media screen and (max-width:768px){
.cause-title h2 {
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
}
}

@media screen and (min-width:769px){
.cause-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
}

@media screen and (max-width:768px){
.cause-wrap {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 5px;
}
}

@media screen and (min-width:769px){
.voice-titile {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
}

@media screen and (max-width:768px){
.voice-titile {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
}

@media screen and (min-width:769px){
.voice img {
  padding-top: 50px;
}
}

@media screen and (max-width:768px){
.voice img {
  padding-top: 10px;
}
}

@media screen and (min-width:769px){
.voice article {
  position: absolute;
  top: 323px;
  left: 193px;
  font-size: 20px;
  line-height: 1.6rem;
}
}

@media screen and (max-width:768px){
.voice article {
  padding: 10px;
  font-size: 12px;
}
}

.voice-bg {
  background-color: #fcdcdc;
}

@media screen and (min-width:769px){
.voice-wrap {
  text-align: center;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
.voice-wrap img {
  max-width: 1200px;
}
}

@media screen and (max-width:768px){
.voice-wrap {
  text-align: center;
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
.voice-wrap img {
  padding: 0 10px;
}
}

.flow {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.flow h2 {
  color: #0a80a8;
  padding: 50px 0;
}

.insu {
  background-color: #fcdcdc;
}

@media screen and (min-width:769px){
.insu-wrap {
  display: block;
  max-width:1200px;
  margin: 0 auto;
  padding: 30px 0;
}
}

@media screen and (max-width:768px){
.insu-wrap {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px 10px;
}
}

@media screen and (min-width:769px){
.insu-title h3 {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}
}

@media screen and (max-width:768px){
.insu-title h3 {
  max-width: 230px;
  margin: 0 auto;
  text-align: center;
}
}

@media screen and (min-width:769px){
.insu-title article {
  padding: 10px 0;
  max-width: 700px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  color: #606060;
  line-height: 2rem;
}
.insu-name-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px 30px;
  max-width: 800px;
  margin: 0 auto 10px;
}
.insu-name-box p {
  font-size: 26px;
  font-weight: bold;
  color: #e15a65;
  padding-bottom: 5px;
  padding-left: 10px;
}
}

@media screen and (max-width:768px){
.insu-title article {
  padding: 10px 0;
  max-width: 366px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  color: #606060;
  line-height: 1.2rem;
}
.insu-name-box {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  max-width: 700px;
  margin: 0 auto 10px;
}
.insu-name-box p {
  font-size: 22px;
  font-weight: bold;
  color: #e15a65;
  padding-bottom: 5px;
}
}

@media screen and (min-width:769px){
.name-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
}

@media screen and (max-width:768px){
.name-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
}

.name-flex ul {
  width: 330px;
  margin: 0 auto;
}


@media screen and (min-width:769px){
.name-flex li {
  font-size: 18px;
  line-height: 1.8rem;
  font-weight: bold;
  color: #606060;
}
}

@media screen and (max-width:768px){
.name-flex li {
  font-size: 14px;
  line-height: 1.4rem;
  font-weight: bold;
  color: #606060;
}
}

@media screen and (min-width:769px){
.QA {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 50px;
}
}

@media screen and (max-width:768px){
.QA {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 20px;
}
}

@media screen and (min-width:769px){
.qa-box {
  margin-bottom: 10px;
}
}

@media screen and (max-width:768px){
.qa-box {
  margin-bottom: 15px;
  padding: 0 10px;
}
}

@media screen and (min-width:769px){
.qa-title {
  text-align: center;
  padding: 50px 0;
}
.qa-title h2 {
  margin: 0 auto;
  color: #ffa9a9;
  border-bottom: #ffa9a9 solid 3px;
  max-width: 400px;
}
}

@media screen and (max-width:768px){
.qa-title {
  text-align: center;
  padding: 30px 0;
}
.qa-title p {
  margin: 0 auto;
  color: #ffa9a9;
  border-bottom: #ffa9a9 solid 3px;
  max-width: 200px;
  font-size: 24px;
  font-weight: bold;
}
}

@media screen and (min-width:769px){
.question {
  background-color: #ffa9a9;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
}
}

@media screen and (max-width:768px){
.question {
  background-color: #ffa9a9;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 20px;
  display: flex;
  align-items: center;
}
}

@media screen and (min-width:769px){
.question img {
  width: 30px;
  margin-right: 20px;
}
}

@media screen and (max-width:768px){
.question img {
  width: 23px;
  margin-right: 20px;
}
}

@media screen and (min-width:769px){
.answer {
  border: #ffa9a9 solid 1px;
  font-size: 18px;
  padding: 30px 20px;
  display: flex;
  align-items: flex-start;
  line-height: 1.4rem;
}
}

@media screen and (max-width:768px){
.answer {
  border: #ffa9a9 solid 1px;
  font-size: 16px;
  padding: 30px 20px;
  display: flex;
  align-items: flex-start;
  line-height: 1.2rem;
}
}


.answer img {
  width: 30px;
  margin-right: 20px;
}

.footer-bg01 {
  background-color: #f0d9d8;
  padding-bottom: 110px;
  text-align: center;
  color: #666;
}

.about-labo {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
}

.footer-bg01 a {
  color: blueviolet;
  padding: 5px 20px;
}

.underline-foot {
  text-decoration:underline;
  text-decoration-color: blueviolet;
}

.footer-flex {
  display: flex;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
}


.copylight01 {
  text-align: center;
  font-size: 12px;
  padding: 10px 0;

}

@media screen and (min-width:769px){
.page-top {
  width: 50px;
  height: 50px;
  padding-top: 12px;
  background: #e15a65;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 100;
}
}

@media screen and (max-width:768px){
.page-top {
  width: 40px;
  height: 40px;
  padding-top: 11px;
  background: #e15a65;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 17px;
  position: fixed;
  right: 10px;
  bottom: 77px;
  z-index: 100;
  opacity: 0.8;
}
}

@media screen and (min-width:769px){
.footer-cv {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  padding: 5px 0;
  z-index: 50;
  box-shadow: 0px 0px 15px -5px #777777;
}
}

@media screen and (max-width:768px){
.footer-cv {
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #fff;
  padding: 5px 0 10px;
  z-index: 50;
  box-shadow: 0px 0px 15px -5px #777777;
}
}

@media screen and (min-width:769px){
.foot-cv-flex {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
}

@media screen and (max-width:768px){
.foot-cv-flex {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}
}


@media screen and (min-width:769px){
.footer-cv p {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
}
}

@media screen and (max-width:768px){
  .footer-cv p {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding-top: 5px;
  }
  }

