@charset "UTF-8";
/*#################################
	サイト内共通
#################################*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700;800&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@-webkit-keyframes dropDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dropDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*#################################
	サイト内共通
#################################*/
body {
  font-family: "m-plus-1p", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #231815;
}

a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.5;
  cursor: pointer;
  text-decoration: none;
  color: #231815;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/*#################################
	ヘッダー
#################################*/
header {
  position: relative;
}
@media screen and (max-width: 767px) {
  header {
    background-color: white;
  }
}
header .entry-btn {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  text-align: right;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  header .entry-btn {
    padding: 10px 15px;
    position: static;
  }
}
header .entry-btn a {
  max-width: 20%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header .entry-btn a {
    max-width: 40%;
  }
}

footer {
  background-color: black;
  padding: 25px 0;
  color: white;
  text-align: center;
}
footer p {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  footer p {
    font-size: 10px;
  }
}

.ct-lg {
  max-width: 1500px;
  margin: 0 auto;
}

.ct {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

body.home main {
  overflow: hidden;
}
body.home main .mv {
  position: relative;
}
body.home main .mv img {
  width: 100%;
}
body.home main .mv .scroll {
  position: absolute;
  width: 24px;
  bottom: 0;
  right: 5%;
  -webkit-transform: translateY(20%);
          transform: translateY(20%);
  height: 79px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.home main .mv .scroll {
    width: 20px;
    right: auto;
    left: 50%;
    height: 66px;
    -webkit-transform: translateY(40%) translateX(-50%);
            transform: translateY(40%) translateX(-50%);
  }
}
body.home main .mv span {
  width: 1px;
  height: 20px;
  background-color: black;
  display: block;
  margin: 0 auto;
  -webkit-animation-name: dropDown;
          animation-name: dropDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
body.home main .read {
  text-align: center;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  body.home main .read {
    padding: 50px 0;
  }
}
body.home main .read p {
  font-size: 21px;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  body.home main .read p {
    font-size: 14px;
  }
}
body.home main .sec01 .ttl {
  margin-bottom: -10px;
  position: relative;
  z-index: 1;
  max-width: 35%;
}
@media screen and (max-width: 1500px) {
  body.home main .sec01 .ttl {
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  body.home main .sec01 .ttl {
    width: 294px;
    max-width: 65%;
    margin: 0 auto -10px;
    display: block;
  }
}
body.home main .sec01 .bg {
  position: relative;
  padding: 30px 0;
}
body.home main .sec01 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e4f9f5;
  z-index: -2;
  border-radius: 0 0 0 80px;
}
@media screen and (max-width: 767px) {
  body.home main .sec01 .bg:before {
    border-radius: 0 0 0 30px;
  }
}
body.home main .sec01 .bg:after {
  content: "";
  width: 100%;
  max-width: 1500px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-image: url(../img/sec01-bg.svg);
  background-size: cover;
  height: 80%;
  z-index: -1;
}
body.home main .sec01 .blk01,
body.home main .sec01 .blk02 {
  text-align: center;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  body.home main .sec01 .blk01,
  body.home main .sec01 .blk02 {
    padding: 25px 0;
  }
}
body.home main .sec01 .blk01 .ct-lg,
body.home main .sec01 .blk02 .ct-lg {
  position: relative;
}
body.home main .sec01 .blk01 .obj,
body.home main .sec01 .blk02 .obj {
  position: absolute;
  max-width: 25%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body.home main .sec01 .blk01 .txt1,
  body.home main .sec01 .blk02 .txt1 {
    width: 206px;
    max-width: 45%;
  }
}
body.home main .sec01 .blk01 .video-link,
body.home main .sec01 .blk02 .video-link {
  max-width: 600px;
  display: inline-block;
}
body.home main .sec01 .blk01 .txt2,
body.home main .sec01 .blk02 .txt2 {
  background-color: #fff100;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  margin: 20px auto 25px;
}
@media screen and (max-width: 767px) {
  body.home main .sec01 .blk01 .txt2,
  body.home main .sec01 .blk02 .txt2 {
    font-size: 14px;
    padding: 10px 30px;
    margin: 10px auto 15px;
  }
}
body.home main .sec01 .blk01 .obj {
  top: 5%;
  left: 0;
}
@media screen and (max-width: 1200px) {
  body.home main .sec01 .blk01 .obj {
    left: -10%;
  }
}
@media screen and (max-width: 767px) {
  body.home main .sec01 .blk01 .obj {
    width: 134px;
    max-width: 20%;
    left: 0;
    top: -33%;
  }
}
body.home main .sec01 .blk02 .obj {
  top: 5%;
  right: 0;
}
@media screen and (max-width: 1200px) {
  body.home main .sec01 .blk02 .obj {
    right: -10%;
  }
}
@media screen and (max-width: 767px) {
  body.home main .sec01 .blk02 .obj {
    width: 134px;
    max-width: 23%;
    right: 0;
    top: auto;
    bottom: -40%;
  }
}
body.home main .sec01 .fukidashi {
  width: 100px;
  height: 100px;
  max-width: 15%;
  clip-path: polygon(40% 99%, 0 0, 100% 0);
  background-color: #e4f9f5;
  margin-top: -1px;
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  body.home main .sec01 .fukidashi {
    width: 50px;
    height: 50px;
    margin-left: 50px;
  }
}
body.home main .sec02 {
  padding-top: 30px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  body.home main .sec02 {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}
body.home main .sec02 h3 {
  font-size: 38px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  padding-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  body.home main .sec02 h3 {
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  body.home main .sec02 h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
body.home main .sec02 h3 i {
  font-size: 60px;
}
@media screen and (max-width: 767px) {
  body.home main .sec02 h3 i {
    font-size: 28px;
  }
}
body.home main .sec02 h3 i:nth-of-type(1) {
  color: #47c2d1;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  body.home main .sec02 h3 i:nth-of-type(1) {
    margin-left: 15px;
  }
}
body.home main .sec02 h3 i:nth-of-type(2) {
  color: #fc8786;
}
body.home main .sec02 .inner {
  padding: 50px 40px 30px 40px;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  body.home main .sec02 .inner {
    max-width: 90%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  body.home main .sec02 .inner {
    max-width: 100%;
    padding: 40px 30px 10px;
  }
}
body.home main .sec02 .inner:after {
  content: "";
  width: 200vw;
  height: 100%;
  background-color: #e4f9f5;
  border-radius: 50px 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body.home main .sec02 .inner:after {
    border-radius: 30px 0 0 0;
  }
}
body.home main .sec02 .p-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 95%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  body.home main .sec02 .p-list {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    max-width: 100%;
  }
}
body.home main .sec02 .p-list li {
  max-width: calc(25% - 30px);
  background-color: white;
  border-radius: 50px 50px 0 0;
}
@media screen and (max-width: 767px) {
  body.home main .sec02 .p-list li {
    max-width: calc(50% - 10px);
    margin-bottom: 40px;
  }
}
body.home main .sec02 .p-list li .pic {
  position: relative;
}
body.home main .sec02 .p-list li .pic:after {
  content: "";
  border-top: 4px solid #fc8786;
  border-bottom: 4px solid #fc8786;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  body.home main .sec02 .p-list li .pic:after {
    border-top: 2px solid #fc8786;
    border-bottom: 2px solid #fc8786;
    height: calc(100% + 20px);
  }
}
body.home main .sec02 .p-list li .pic:before {
  content: "";
  border-left: 4px solid #47c2d1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: calc(100% + 43px);
  height: calc(100% + 30px);
}
@media screen and (max-width: 767px) {
  body.home main .sec02 .p-list li .pic:before {
    border-left: 2px solid #47c2d1;
    width: calc(100% + 22px);
    height: calc(100% + 15px);
  }
}
body.home main .sec02 .p-list li .pic img {
  width: 100%;
}
body.home main .sec02 .p-list li .inner {
  padding: 30px 8% 10px;
}
@media screen and (max-width: 767px) {
  body.home main .sec02 .p-list li .inner {
    padding: 20px 8% 10px;
  }
}
body.home main .sec02 .p-list li .inner .txt1 {
  font-size: 18px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  body.home main .sec02 .p-list li .inner .txt1 {
    font-size: 14px;
    padding-bottom: 15px;
  }
}
body.home main .sec02 .p-list li .inner .txt2 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  body.home main .sec02 .p-list li .inner .txt2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  body.home main .sec02 .p-list li:nth-of-type(2) .pic:before {
    border-right: 2px solid #47c2d1;
  }
}
body.home main .sec02 .p-list li:last-child .pic:before {
  border-right: 4px solid #47c2d1;
}
@media screen and (max-width: 767px) {
  body.home main .sec02 .p-list li:last-child .pic:before {
    border-right: 2px solid #47c2d1;
  }
}
body.home main .sec03 .ttl {
  margin-bottom: -10px;
  position: relative;
  z-index: 1;
  max-width: 35%;
}
@media screen and (max-width: 1500px) {
  body.home main .sec03 .ttl {
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  body.home main .sec03 .ttl {
    width: 294px;
    max-width: 65%;
    margin: 0 auto -10px;
    display: block;
  }
}
body.home main .sec03 .bg {
  position: relative;
}
body.home main .sec03 .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e4f9f5;
  z-index: -2;
  border-radius: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
  body.home main .sec03 .bg:before {
    border-radius: 30px 0 0 0;
  }
}
body.home main .sec03 .bg:after {
  content: "";
  width: 100%;
  max-width: 1500px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-image: url(../img/sec03-bg.svg);
  background-size: 210px;
  background-repeat: no-repeat;
  background-position: bottom 20% right 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  body.home main .sec03 .bg:after {
    background-image: url(../img/sec03-bg-sp.svg);
    background-size: 98%;
    background-position: center;
  }
}
body.home main .sec03 .blk01 {
  text-align: center;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  body.home main .sec03 .blk01 {
    padding: 40px 0 60px;
  }
}
body.home main .sec03 .blk01 .ct-lg {
  position: relative;
}
body.home main .sec03 .blk01 .obj1 {
  position: absolute;
  max-width: 19%;
  z-index: -1;
  top: -25%;
  right: 0;
}
@media screen and (max-width: 1200px) {
  body.home main .sec03 .blk01 .obj1 {
    right: -3%;
  }
}
@media screen and (max-width: 767px) {
  body.home main .sec03 .blk01 .obj1 {
    width: 105px;
    max-width: 20%;
    top: -6%;
    right: 0;
  }
}
body.home main .sec03 .blk01 .obj2 {
  position: absolute;
  max-width: 21%;
  z-index: -1;
  top: 40%;
  left: 3%;
}
@media screen and (max-width: 1200px) {
  body.home main .sec03 .blk01 .obj2 {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  body.home main .sec03 .blk01 .obj2 {
    width: 134px;
    max-width: 25%;
    top: auto;
    left: 5%;
    bottom: -31%;
  }
}
body.home main .sec03 .blk01 .txt1 {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  body.home main .sec03 .blk01 .txt1 {
    padding-bottom: 30px;
  }
}
body.home main .sec03 .blk01 .txt1 img {
  max-width: 40%;
}
@media screen and (max-width: 767px) {
  body.home main .sec03 .blk01 .txt1 img {
    width: 310px;
    max-width: 70%;
  }
}
body.home main .sec03 .blk01 .video-link {
  max-width: 600px;
  display: inline-block;
}
body.home main .sec03 .blk01 .txt2 {
  background-color: #fff100;
  border-radius: 50px;
  padding: 15px 30px;
  font-size: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  margin: 20px auto 25px;
}
body.home main .entry {
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.home main .entry {
    padding: 60px 0;
  }
}
body.home main .entry a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body.home main .entry a {
    width: 295px;
    max-width: 60%;
  }
}