@charset "UTF-8";

* {
    box-sizing: border-box;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
}
img {
    width: 100%;
}
.pcOnly {
    display: block;
}
.spOnly {
    display: none;
}
@media only screen and (max-width: 768px){
    .pcOnly {
        display: none;
    }
    .spOnly {
        display: block;
    }
}

.bg {
    background: url(../img/bg.png) no-repeat center/cover;
}

/* mv */
.mv {
    padding: 30px 30px 70px;
    background: url(../img/mv_bg_pc.jpg) no-repeat center/cover;
}
.mv__logo {
    width: 136px;
}
.mv__title {
    width: 100%;
    max-width: 1160px;
    margin-top: -6px;
    margin-left: auto;
    margin-right: auto;
}
.mv__catch {
    width: 100%;
    max-width: 736px;
    margin-top: 6px;
    margin-left: auto;
    margin-right: auto;
}
.mv__lead {
    margin-top: 45px;
    color: #ffffff;
    text-align: center;
    line-height: 2.0;
    letter-spacing: 0.2em;
    font-size: 16px;
}
@media only screen and (max-width: 768px){
    .section__mv {
        overflow: hidden;
    }
    .mv {
        padding: 15px 0 35px;
        background: url(../img/mv_bg_sp.jpg) no-repeat center/cover;
        text-align: center;
    }
    .mv__logo {
        width: 68px;
        margin-left: 15px;
    }
    .mv__title {
        max-width: 100%;
        margin-top: 28px;
    }
    .mv__titleImage {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
    .mv__catch {
        width: 98.133%;
        max-width: 98.133%;
        margin-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mv__lead {
        margin-top: 25px;
        font-size: 11px;
        display: inline-block;
        padding: 10px;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

/* section */
.section__title {
    margin-left: auto;
    margin-right: auto;
}
.section__lead {
    margin-top: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 2.0;
    letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px){
    .section__lead {
        margin-top: 25px;
        font-size: 12px;
        text-align: left;
    }
}

/* report */
.section__report {
    display: none;
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 130px;
}
.section__title--report {
    width: 259px;
}
.report {
    padding-left: 20px;
    padding-right: 20px;
}
.report__swiper {
    width: 100%;
    max-width: 1200px;
    margin-top: -30px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-button-next,
.swiper-button-prev {
    width: 65px;
    height: 65px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    content: none;
}
.swiper-button-next {
    background: url(../img/slide_arrow_right.png) no-repeat center/contain;
}
.swiper-button-prev {
    background: url(../img/slide_arrow_left.png) no-repeat center/contain;
}
.report__image {
    width: 100%;
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
}
.report__contents,
.report__text {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}
.report__contents {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -195px;
}
.report__num {
    font-family: interstate-compressed, sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #ffffff;
    font-size: 60px;
    letter-spacing: 0.05em;
}
.report__title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: 0.2em;
    margin-top: 10px;
}
.report__text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: 0.2em;
    margin-top: 30px;
}
.linkWrap {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 240px;
    max-height: 60px;
}
.link {
    width: 240px;
    height: 60px;
    background-color: #fd23a8;
    font-family: interstate-compressed, sans-serif;
    font-weight: normal;
    color: #ffffff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.2em;
    text-decoration: none;
    position: relative;
    transition: 0.5s;
}
.link::before,
.link::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
}
.link::before,
.link::after {
    border: 1px solid transparent;
    width: 0;
    height: 0;
}
.link::before {
    top: 5px;
    left: 5px;
}
.link::after {
    bottom: -5px;
    right: -5px;
}
.link:hover::before,
.link:hover::after {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.link:hover::before {
    border-top-color: #3fffaf;
    border-right-color: #3fffaf;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.link:hover::after {
    border-bottom-color: #3fffaf;
    border-left-color: #3fffaf;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
@media only screen and (max-width: 960px){
    .report__contents {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 768px){
    .section__report {
        padding-top: 70px;
        margin-bottom: 55px;
    }
    .section__title--report {
        width: 130px;
    }
    .report {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .report__swiper {
        margin-top: 0;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 30px;
        height: 30px;
        top: 22%;
    }
    .swiper-button-next {
        right: 0;
    }
    .swiper-button-prev {
        left: 0;
    }
    .report__image,
    .report__contents,
    .report__text {
        max-width: 100%;
    }
    .report__contents {
        display: block;
        margin-top: -20px;
    }
    .report__num {
        font-size: 30px;
    }
    .report__title {
        font-size: 16px;
    }
    .report__text {
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .linkWrap {
        max-width: 210px;
        max-height: 40px;
        margin-right: 20px;
    }
    .link {
        width: 210px;
        height: 50px;
        font-size: 15px;
        transition: none;
    }
    .link::before,
    .link::after {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }
    .link::before {
        border-top-color: #3fffaf;
        border-right-color: #3fffaf;
        transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
    }
    .link::after {
        border-bottom-color: #3fffaf;
        border-left-color: #3fffaf;
        transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
    }
}

/* special contents */
.section__specialContents {
    position: relative;
    padding-top: 95px;
    overflow: hidden;
}
.section__inner--specialContents {
    position: relative;
    z-index: 1;
}
.special__image01,
.special__image02 {
    position: absolute;
    z-index: 0;
}
.special__image01 {
    top: 20px;
    left: 0;
    width: 21.5%;
    height: auto;
}
.special__image02 {
    top: 20px;
    right: 0;
    width: 30.5%;
    height: auto;
    margin-top: 90px;
}
.section__title--specialContents {
    width: 554px;
}
.specialContents {
    margin-top: 60px;
}
.specialContents__imageWrap {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.specialContents__image {
    width: 87.428%;
    display: block;
}
.specialContents__image--01 {
    margin-right: auto;
}
.specialContents__image--02 {
    margin-left: auto;
}
.specialContents__imageWrap::before,
.specialContents__imageWrap::after {
    content: "";
    position: absolute;
}
.specialContents__imageWrap::before {
    width: 87.428%;
    height: 1px;
    background-color: #fd23a8;
    top: 0;
}
.specialContents__imageWrap::after {
    width: 20%;
    height: 1px;
    background-color: #3fffaf;
    bottom: 0;
}
.specialContents__left,
.specialContents__right {
    transition: all 0.5s ease;
}
.specialContents__left {
    left: -100%;
}
.specialContents__left.active {
    left: 0;
}
.specialContents__right {
    right: -100%;
}
.specialContents__right.active {
    right: 0;
}
.specialContents__box {
    position: relative;
    width: 980px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease;
}
.specialContents__box--01 {
    margin-top: -160px;
    margin-left: auto;
    padding: 73px 120px 115px 100px;
    background: url(../img/bg_special_contents01_text.png) no-repeat center/100% 100%;
}
.specialContents__box--02 {
    margin-top: -160px;
    padding: 73px 100px 115px 120px;
    background: url(../img/bg_special_contents02_text.png) no-repeat center/100% 100%;
}
.specialContents__title,
.specialContents__text {
    width: 100%;
}
.specialContents__title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #ffffff;
}
.specialContents__text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #ffffff;
    margin-top: 30px;
}
.specialContents__02 {
    margin-top: 100px;
    padding-bottom: 150px;
}
.specialContents__01 .linkWrap,
.specialContents__02 .linkWrap {
    display: block;
    margin-top: -60px;
    z-index: 1;
}
.specialContents__01 .linkWrap {
    margin-left: auto;
    margin-right: 7.5%;
}
.specialContents__02 .linkWrap {
    margin-right: auto;
    margin-left: 7.5%;
}
@media only screen and (max-width: 880px){
    .specialContents__box--02 {
        padding-left: 80px;
    }
    .specialContents__box--02 .specialContents__title,
    .specialContents__box--02 .specialContents__text {
        width: 95%;
    }
}
@media only screen and (max-width: 860px){
    .specialContents__title,
    .specialContents__text {
        width: 95%;
    }
}
@media only screen and (max-width: 840px){
    .specialContents__box--02 {
        padding-left: 60px;
    }
    .specialContents__box--02 .specialContents__title,
    .specialContents__box--02 .specialContents__text {
        width: 90%;
    }
}
@media only screen and (max-width: 820px){
    .specialContents__title,
    .specialContents__text {
        width: 90%;
    }
}
@media only screen and (max-width: 810px){
    .specialContents__box--02 .specialContents__title,
    .specialContents__box--02 .specialContents__text {
        width: 100%;
    }
}
@media only screen and (max-width: 785px){
    .specialContents__title,
    .specialContents__text {
        width: 85%;
    }
}
@media only screen and (max-width: 768px){
    .section__specialContents {
        padding-top: 58px;
    }
    .section__inner--specialContents {
        position: relative;
        z-index: 1;
    }
    .section__inner--specialContents .section__lead {
        padding-left: 20px;
        padding-right: 20px;
    }
    .special__image01,
    .special__image02 {
        position: absolute;
        z-index: 0;
    }
    .special__image01 {
        top: 20px;
        left: 0;
        width: 21.5%;
        height: auto;
    }
    .special__image02 {
        top: 20px;
        right: 0;
        width: 30.5%;
        height: auto;
        margin-top: 90px;
    }
    .section__title--specialContents {
        width: 277px;
    }
    .specialContents {
        margin-top: 30px;
    }
    .specialContents__imageWrap {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .specialContents__image {
        width: 95%;
    }
    .specialContents__imageWrap::before {
        width: 90%;
    }
    .specialContents__box {
        position: relative;
        width: 100%;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.7);
        transition: all 0.3s ease;
    }
    .specialContents__box--01 {
        margin-top: -50px;
        margin-left: auto;
        padding: 40px 30px 55px 50px;
        background: url(../img/bg_special_contents01_text_sp.png) no-repeat center/100% 100%;
    }
    .specialContents__box--02 {
        margin-top: -50px;
        padding: 40px 50px 55px 30px;
        background: url(../img/bg_special_contents02_text_sp.png) no-repeat center/100% 100%;
    }
    .specialContents__title,
    .specialContents__text {
        width: 100%;
    }
    .specialContents__title {
        font-size: 17px;
    }
    .specialContents__text {
        font-size: 12px;
        margin-top: 15px;
    }
    .specialContents__02 {
        margin-top: 50px;
        padding-bottom: 75px;
    }
    .specialContents__01 .linkWrap,
    .specialContents__02 .linkWrap {
        margin-top: -40px;
    }
    .specialContents__01 .linkWrap {
        margin-left: auto;
        margin-right: 20px;
    }
    .specialContents__02 .linkWrap {
        margin-right: auto;
        margin-left: 20px;
    }
}

/* footer */
.footer {
    background-color: #000000;
    padding: 40px;
}
.footer__logo {
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sns__list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.sns__item {
    width: 40px;
    height: 40px;
}
.sns__item + .sns__item {
    margin-left: 20px;
}
.sns__link {
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.3s ease;
}
.sns__link:hover {
    opacity: 0.7;
}
.copyright {
    display: block;
    margin-top: 35px;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 768px){
    .footer {
        padding: 20px;
    }
    .footer__logo {
        width: 90px;
    }
    .sns__list {
        margin-top: 20px;
    }
    .sns__item {
        width: 30px;
        height: 30px;
    }
    .sns__item + .sns__item {
        margin-left: 10px;
    }
    .sns__link {
        width: 30px;
        height: 30px;
    }
    .sns__link:hover {
        opacity: 1.0;
    }
    .copyright {
        margin-top: 20px;
        font-size: 12px;
    }   
}