@charset "UTF-8";
/* コンテンツ */

#title {
    background-image: url("../img/title_bg.webp");
    color: #fff;
}

@keyframes img1_ani {
  0% {
    opacity: 0;
    background-position: center top;
  }
  30% {
    opacity: 1;
  }
  100% {
    background-position: center bottom;

  }
}

.img1box {
    position: relative;
    background-image: url("../img/img1_pc.webp");
    background-position: center top;
    background-size: 100% auto;
    width: 100%;
    aspect-ratio:16 / 9;
}
.img1box h3 {
    position: absolute;
    left: 4%;
    top: 4%;
    text-align: left;
    font-weight: 500;
    font-size: 2.2vw;
    line-height: 1.7;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}

.bg_img2 {
    background: linear-gradient(to bottom, #fff, #ebebeb 75%,#c3c3c3 80%,#f8f8f8);
}
.img2box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img2box ul li img {
    width: 100%;
}
.img2box ul li:first-child {
    width: 50%;
}
.img2box ul li:last-child {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img2box ul li:last-child section {
    margin-bottom: 50%;
}
.img2box ul li h3 {
    font-weight: 500;
    font-size: 2.2vw;
    line-height: 1.5;
    margin-bottom: 1em;
}
.img2box ul li p {
    line-height: 1.7;
}

.swipe {
    display: none;
}

.img3_box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.img3 {
    position: relative;
    width: 60%;
}
.img3 section img {
    width: 100%;
}
.img3_tx {
    width: 40%;
    background-image: url("../img/bg_block.webp");
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img3 h3 {
    position: absolute;
    left: 5%;
    top: 4%;
    text-align: left;
    font-weight: 500;
    font-size: 2.2vw;
    line-height: 1.7;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}
.img3 h4 {
    position: absolute;
    right: 4%;
    bottom: 3%;
    text-align: right;
    font-weight: 500;
    font-size: 1.6vw;
    line-height: 1.7;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}
.img3_tx h3 {
    font-weight: 500;
    font-size: 1.24em;
    line-height: 1.5;
    margin-bottom: 1em;
}
.img3_tx p {
    line-height: 1.7;
}

.img4_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
	padding:5em 80px;
    margin-left: auto;
    margin-right: auto;
}
.img4_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.img4_box ul li img {
    width: 100%;
}
.img4_box ul li section {
    position: relative;
}
.img4_box ul li:first-child {
    width: 60%;
}
.img4_box ul li:last-child {
    width: 35%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.img4_box h3 {
    position: absolute;
    left: 5%;
    top: 4%;
    text-align: left;
    font-weight: 500;
    font-size: 1.8vw;
    line-height: 1.7;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}
.img4_box h4 {
    position: absolute;
    right: 4%;
    bottom: 3%;
    text-align: right;
    font-weight: 500;
    font-size: 1.6vw;
    line-height: 1.7;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}
.img4_box h5 {
    color: #b7aea1;
    line-height: 1.7;
}
.img4_box p {
    font-size: 1.24em;
    line-height: 1.7;
}

.arc_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1500px;
	padding:0 80px 5em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.arc_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.arc_box ul li {
    width: 47%;
}
.arc_box ul li p {
    font-size: 0.92em;
    line-height: 1.5;
    margin-bottom: 2em;
}
.arc_box ul li section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.arc_img {
    width: 40%;
}
.arc_img img {
    width: 100%;
}
.arc_tx {
    width: 55%;
    line-height: 1.5;
}
.arc_tx h5 {
    font-weight: 500;
    font-size: 0.92em;
    margin-bottom: 0.5em;
}
.arc_tx h4 {
    font-weight: 500;
    font-size: 1.24em;
    margin-bottom: 0.5em;
}
.arc_tx h4 span {
    font-size: 0.76em;
}
.arc_tx p {
    font-size: 0.76em !important;
    margin-bottom: 0 !important;
}

.img6 {
    position: relative;
}
.img6 section img {
    width: 100%;
}
.img6 h3 {
    position: absolute;
    left: 4%;
    top: 5%;
    text-align: left;
    font-weight: 500;
    font-size: 2.2vw;
    line-height: 1.7;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}
.img6 h4 {
    position: absolute;
    right: 3%;
    bottom: 4%;
    text-align: right;
    font-weight: 500;
    font-size: 1.6vw;
    line-height: 1.7;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}

.img7 {
    position: relative;
}
.img7 section img {
    width: 100%;
}
.img7 h3 {
    position: absolute;
    left: 4%;
    top: 5%;
    text-align: left;
    font-weight: 500;
    font-size: 2.2vw;
    line-height: 1.7;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}
.img7 h4 {
    position: absolute;
    right: 3%;
    bottom: 4%;
    text-align: right;
    font-weight: 500;
    font-size: 1.6vw;
    line-height: 1.7;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}

.img8_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img8 {
    position: relative;
    width: 65%;
}
.img8 section img {
    width: 100%;
}
.img8_tx {
    width: 35%;
}
.img8_tx section {
}
.img8 h4 {
    position: absolute;
    right: 4%;
    bottom: 3%;
    text-align: right;
    font-weight: 500;
    font-size: 1.6vw;
    line-height: 1.7;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}
.img8_tx p img {
    width: 45%
}
.img8_tx h3 {
    width: 45%;
    font-weight: 500;
    font-size: 1.08em;
    line-height: 1.5;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.img10_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img10 {
    position: relative;
    width: 65%;
}
.img10 section img {
    width: 100%;
}
.img10 h4 {
    position: absolute;
    right: 4%;
    bottom: 3%;
    text-align: right;
    font-weight: 500;
    font-size: 1.6vw;
    line-height: 1.7;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}
.img10_tx {
    width: 35%;
}
.img10_tx section {
}
.img10_tx p {
    text-align: center;
}
.img10_tx p img {
    width: 60%
}
.img10_tx h3 {
    width: 60%;
    font-weight: 500;
    font-size: 1.08em;
    line-height: 1.5;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.img13_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img13 {
    position: relative;
    width: 65%;
}
.img13 section img {
    width: 100%;
}
.img13_tx {
    width: 35%;
}
.img13_tx section {
}
.img13 h4 {
    position: absolute;
    right: 4%;
    bottom: 3%;
    text-align: right;
    font-weight: 500;
    font-size: 1.6vw;
    line-height: 1.7;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}
.img13_tx p img {
    width: 45%
}
.img13_tx h3 {
    width: 45%;
    font-weight: 500;
    font-size: 1.08em;
    line-height: 1.5;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.hitotsu_img {
    position: relative;
    background-image: url("../img/img16_pc.webp");
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio:2 / 1;
}
.hitotsu_img strong {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}
.hitotsu_img section {
     position: relative;
}
.hitotsu_img section h3 {
    font-weight: normal;
    line-height: 1.4;
    font-size: 5vw;
}
.hitotsu_img section p {
    font-size: 1.16em;
    line-height: 1.5;
    margin-top: 1.5em;
}

.ht_tx {
    text-align: center;
}
.ht_tx h3 {
    width: 50%;
    max-width: 400px;
    margin: 0 auto 3em;
}
.ht_tx h3 img {
    width: 100%;
}
.ht_tx h4 {
    font-weight: 500;
    font-size: 1.32em;
    line-height: 1.5;
}
.ht_tx p {
    line-height: 1.7;
    margin: 2em auto 4em;
}

.himg {
    margin-bottom: 5em;
    text-align: center;
}
.himg ul.himg2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 2em;
}
.himg ul.himg3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.himg ul li img {
    width: 100%;
}
.himg ul li p {
    font-size: 0.76em;
    line-height: 1.5;
    margin-top: 0.5em;
}
.himg ul.himg2 li {
    width: 32%;
}
.himg ul.himg3 li {
    width: 19%;
}



@media screen and (max-width: 1330px) {
.img3 {
    position: relative;
    width: 100%;
}
.img3_tx {
    width: 100%;
    padding: 5em 0;
}

}

@media screen and (min-width: 961px) {
.img1box {
    animation: img1_ani 9s ease-in-out 0s normal both !important;
}
}

@media screen and (max-width: 960px) {
.img1box {
    background-position: center center;
    background-size: cover;
    aspect-ratio:1920 / 2429;
}
.img1box h3 {
    left: 10%;
    top: 7%;
    font-size: 2.8vw;
}

.img2box ul li h3 {
    font-size: 2.8vw;
}

.img3 h3 {
    left: 1.5em;
    top: 1.3em;
    font-size: 2.8vw;
}
.img3 h4 {
    right: 1.5em;
    bottom: 1.3em;
    font-size: 2.8vw;
}

.img4_box {
	padding:3em 6%;
}
.img4_box ul li:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.img4_box ul li:last-child {
    width: 100%;
}
.img4_box h3 {
    left: 1.2em;
    top: 1em;
    font-size: 2.8vw;
}
.img4_box h4 {
    right: 1em;
    bottom: 0.7em;
    font-size: 2.4vw;
}
.img4_box h5 {
    color: #b7aea1;
    line-height: 1.7;
    margin-top: 5em;
}
.img4_box p {
    font-size: 1.24em;
    line-height: 1.7;
}

.arc_box {
    padding:0 6% 5em;
}
.arc_img {
    width: 50%;
    margin-bottom: 1em;
}
.arc_tx {
    width: 100%;
    line-height: 1.5;
}

.img6 h3 {
    left: 1.5em;
    top: 1.3em;
    font-size: 2.8vw;
}
.img6 h4 {
    right: 1em;
    bottom: 0.5em;
    font-size: 2.8vw;
}

.img7 h3 {
    left: 1.5em;
    top: 1.3em;
    font-size: 2.8vw;
}
.img7 h4 {
    right: 1em;
    bottom: 0.5em;
    font-size: 2.8vw;
}
.img8 h4 {
    right: 1em;
    bottom: 0.5em;
    font-size: 2.8vw;
}
.img8_tx h3 {
    font-size: 1em;
}

.img10 h4 {
    right: 1em;
    bottom: 0.5em;
    font-size: 2.8vw;
}
.img10_tx h3 {
    font-size: 1em;
}

.img13 h4 {
    right: 1em;
    bottom: 0.5em;
    font-size: 2.8vw;
}
.img13_tx h3 {
    font-size: 1em;
}

.hitotsu_img {
    aspect-ratio:2 / 1.5;
}
.hitotsu_img section h3 {
    font-size: 6vw;
}

.ht_tx p {
    margin: 2em auto 4em;
    text-align: justify;
    text-justify: inter-ideograph;
}

}

@media screen and (max-width: 700px) {

}
@media screen and (min-width: 521px) {
.img10adj {
    flex-direction: row-reverse;
}
}
@media screen and (max-width: 520px) {
.img1box {
    background-image: url("../img/img1_sp.webp");
    aspect-ratio:1080 / 1336;
}
.img1box h3 {
    left: 10%;
    top: 7%;
    font-size: 4.2vw;
}

.bg_img2 {
    background: linear-gradient(to bottom, #fff, #ebebeb 80%,#c3c3c3 85%,#f8f8f8);
}
.img2box ul {
    justify-content: space-around;
    flex-direction: column-reverse;
}
.img2box ul li:first-child {
    width: 80%;
}
.img2box ul li:last-child {
    width: 100%;
    margin-bottom: 1em;
}
.img2box ul li:last-child section {
    margin-bottom: 0;
}
.img2box ul li h3 {
    font-size: 4.2vw;
    line-height: 1.7;
}

.swipe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.swipe img {
    width: 70px;
}

.img3 section {
    overflow: auto;
}
.img3 section img {
    width: 600px;
}
.img3 h3 {
    left: 1.5em;
    top: 1.3em;
    font-size: 4.2vw;
}
.img3 h4 {
    right: 1.5em;
    bottom: 1.3em;
    font-size: 4.2vw;
}
.img3_tx {
    box-sizing: border-box;
    padding: 3em 7% 5em;
}
.img3_tx h3 {
    font-size: 1.16em;
    text-align: left;
}
.img3_tx p {
    text-align: justify;
    text-justify: inter-ideograph;
}

.img4_box {
	padding:2em 7%;
}
.img4_box ul li:last-child {
    width: 100%;
    text-align: left;
    display: block;
}
.img4_box h3 {
    left: 0.9em;
    top: 0.6em;
    font-size: 4.2vw;
}
.img4_box h4 {
    right: 0.9em;
    bottom: 0.6em;
    font-size: 3.6vw;
}
.img4_box h5 {
    font-size: 0.84em;
    line-height: 1.7;
    margin-top: 5em;
}
.img4_box p {
    font-size: 1.08em;
    line-height: 1.7;
}
.img4_box div {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.arc_box {
    padding:0 7% 5em;
}
.arc_box ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
.arc_box ul li {
    width: 94%;
}
.arc_box ul li:first-child {
    margin-bottom: 3em;
}
.arc_box ul li section  {
    justify-content: flex-end;
    text-align: right;
}
.arc_img {
    width: 60%;
    margin-bottom: 1em;
}

.img6 section {
    overflow: auto;
}
.img6 section img {
    width: 750px;
}
.img6 h3 {
    left: 1.5em;
    top: 1.3em;
    font-size: 4.2vw;
}
.img6 h4 {
    right: 1.5em;
    bottom: 1em;
    font-size: 4.2vw;
}

.img7 section {
    overflow: auto;
}
.img7 section img {
    width: 850px;
}
.img7 h3 {
    left: 1.5em;
    top: 1.3em;
    font-size: 4.2vw;
}
.img7 h4 {
    right: 1.5em;
    bottom: 1em;
    font-size: 4.2vw;
}

.img8_box {
    padding: 2em 7% 0;
}
.img8 {
    position: relative;
    width: 100%;
    margin-bottom: 2em;
}
.img8_tx {
    width: 100%;
}
.img8_tx section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img8 h4 {
    right: 1em;
    bottom: 0.5em;
    font-size: 4.2vw;
}
.img8_tx p img {
    width: 100%
}
.img8_tx p {
    width: 20%;
}
.img8_tx h3 {
    width: 70%;
    font-weight: 500;
    font-size: 1em;
    margin: 0;
    text-align: left;
}

.img10_box {
    padding: 0;
}
.img10 {
    position: relative;
    width: 100%;
    margin-bottom: 2em;
}
.img10_tx {
    width: 100%;
}
.img10_tx section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img10 h4 {
    right: 1em;
    bottom: 0.5em;
    font-size: 4.2vw;
}
.img10_tx p img {
    width: 100%
}
.img10_tx p {
    width: 30%;
}
.img10_tx h3 {
    width: 60%;
    font-weight: 500;
    font-size: 1em;
    margin: 0;
    text-align: left;
}

.img13_box {
    padding: 0 7%;
}
.img13 {
    position: relative;
    width: 100%;
    margin-bottom: 2em;
}
.img13_tx {
    width: 100%;
    padding-bottom: 5em;
}
.img13_tx section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.img13 h4 {
    right: 1em;
    bottom: 0.5em;
    font-size: 4.2vw;
}
.img13_tx p img {
    width: 100%
}
.img13_tx p {
    width: 50%;
}
.img13_tx h3 {
    width: 40%;
    font-weight: 500;
    font-size: 1em;
    margin: 0;
    text-align: left;
}

.hitotsu_img {
    background-image: url("../img/img16_sp.webp");
    aspect-ratio:1;
}
.hitotsu_img section h3 {
    font-size: 7vw;
}
.hitotsu_img section p {
    font-size: 1em;
}
.ht_tx h4 {
    font-size: 1.16em;
}

.himg ul.himg2  {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.himg ul.himg3  {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -2em;
}
.himg ul li p {
    font-size: 0.76em;
    line-height: 1.5;
    margin-top: 0.5em;
    text-align: center !important;
}
.himg ul.himg2 li {
    width: 48%;
    margin-bottom: 2em;
}
.himg ul.himg3 li {
    width: 32%;
    margin-bottom: 2em;
}

}
