@charset "UTF-8";
/* ---------------------------------------------
  TOP
-----------------------------------------------*/
header .img_white {
    display: block;
}
header .img_gray {
    display: none;
}
.bg_header header .img_white {
    display: none;
}
.bg_header header .img_gray {
    display: block;
}

.menu-button span.btn_txt {
    color: #fff;
}

header {
    background: none;
}

.gNav li a {
    color: #fff;
}
.gNav li:not(.mail) a:after {
    background: #fff;
}

.bg_header .gNav li a {
    color: #646464;
}
.bg_header .gNav li a:after {
    background: #646464;
}

.menu-button span {
    background: #fff;
}
.bg_header .menu-button span {
    background: #646464;
}

.secTitle {
    display: block;
    border-bottom: none;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1rem;
    margin-bottom: 58px;
    font-weight: normal;
}
.secTitle span {
    display: block;
    font-size: 4rem;
    margin: 0 0 34px 0;
    letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
    .secTitle {
        display: block;
        border-bottom: none;
        font-size: 4.4vw;
        margin-bottom: 10%;
    }
    .secTitle span {
        font-size: 9vw;
        line-height: 1;
        margin-bottom: 4%;
        margin-right: 0;
    }
    .secTitle span:after {
        display: none;
    }
}

/*  mv -------------------------------------------*/
.mv {
    position: relative;
    box-sizing: border-box;
    z-index: 5;
}
.mv .slider li {
    position: relative;
    z-index: 5;
}
.mv .slider .mv-img {
    position: relative;
    width: 100%;
    height: 100vh;
}
/*.mv .slider li img{
    display: block;
    width: 100%;
    height: 100%;
}*/

.mv .slider .mv_text {
    position: absolute;
    width: 92%;
    max-width: 1180px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 15%;
}
.mv .slider .mv_text p {
    color: #fff;
}
.mv .slider .mv_text p.txt01 {
    font-size: 5.3rem;
    line-height: 1.36;
    letter-spacing: 1rem;
}
.mv .slider .mv_text p.txt01 span,
.mv .slider .mv_text p.txt03 span {
    display: block;
}
.mv .slider .mv_text p.txt02 {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.6rem;
}
.mv .slider .mv_text p.txt03 {
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 1.36;
}

.mv .slider li {
    outline: none;
}

.mv .slick-dotted.slick-slider {
    margin-bottom: 10px;
}
.mv .slick-dots {
    bottom: 70px;
    z-index: 20;
}
.mv .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 5px;
}
.mv .slick-dots li button {
    width: 9px;
    height: 9px;
    padding: 0;
}
.mv .slick-dots li button:before {
    width: 9px;
    height: 9px;
    content: "";
    border-radius: 100%;
    background: none;
    border: 1px solid #fff;
    opacity: 1;
}
.mv .slick-dots li.slick-active button:before {
    opacity: 1;
    background: #fff;
}

body:not(.is-slide) .mv .slick-current .txt-fade {
    -webkit-animation: fade-in;
    animation: fade-in;
    animation-duration: 1.5s;
    animation-delay: 1s;
    animation-fill-mode: backwards;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
body:not(.is-slide) .mv .slick-current .txt-fade.delay-1 {
    animation-delay: 1.4s;
}
body:not(.is-slide) .mv .slick-current .txt-fade.delay-2 {
    animation-delay: 1.8s;
}
body:not(.is-slide) .mv .slick-current .txt-fade.delay-3 {
    animation-delay: 2.2s;
}

.mv-pickup {
    position: absolute;
    bottom: 166px;
    left: 50px;
    width: 310px;
}
.mv-pickup .title {
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
}
.mv-pickup .banner {
    margin-top: 19px;
    width: 250px;
    height: 250px;
}

.mv-news {
    position: absolute;
    bottom: 50px;
    left: 50px;
    width: 310px;
}
.mv-news .article {
    position: relative;
    padding: 0 0 16px 60px;
    border-bottom: 1px solid #fff;
}
.mv-news .article a {
    color: #fff;
    transition: opacity 0.4s;
}
.mv-news .article a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.mv-news .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    border: 1px solid #fff;
    padding: 1px 0.6em;
    color: #fff;
}
.mv-news .date {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.mv-news .title {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    margin-top: 11px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
}
.mv-news .more {
    margin-top: 11px;
    line-height: 1;
    font-size: 1.4rem;
    text-align: right;
}
.mv-news .more a {
    color: #fff;
    transition: opacity 0.4s;
}
.mv-news .more a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.mv-message {
    position: absolute;
    bottom: 50px;
    right: 100px;
    width: 490px;
}
.mv-message .title {
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    color: #fff;
    width: 310px;
    margin-left: auto;
}
.mv-message .movie {
    margin: 19px 0 0 auto;
    width: 310px;
}
.mv-message .movie a {
    position: relative;
    display: block;
}
.mv-message .movie a:hover img {
    opacity: 1;
}
.mv-message .movie a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}
.mv-message .movie a::after {
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    background: url(../img/top/icn_mv.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    opacity: 0.6;
    transition: opacity 0.5s;
}
.mv-message .movie a:hover::after {
    opacity: 1;
}
.mv-message .text {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: calc(24 / 14);
    font-weight: 500;
    color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1339px) {
    .mv-message {
        width: 35%;
    }
}
@media screen and (max-width: 767px) {
    .mv {
        margin-bottom: 0;
    }
    .mv .slider .mv-img {
        height: 187.5vw;
    }
    .mv .object-fit-img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .mv .slider .mv_text {
        max-width: inherit;
        bottom: 13%;
    }
    .mv .slider .mv_text p.txt01 {
        font-size: 9vw;
        line-height: 1.36;
        letter-spacing: 1rem;
    }
    .mv .slider .mv_text p.txt02 {
        font-size: 3.8vw;
        letter-spacing: 0.5rem;
    }
    .mv .slider .mv_text p.txt03 {
        font-size: 6.8vw;
    }
    .mv .slick-dots {
        bottom: 6%;
    }
    .mv .slick-dots li {
        width: 2vw;
        height: 2vw;
    }
    .mv .slick-dots li button {
        width: 2vw;
        height: 2vw;
    }
    .mv .slick-dots li button:before {
        width: 2vw;
        height: 2vw;
    }
    .mv-news {
        bottom: 19vw;
        left: 50%;
        transform: translateX(-50%);
        width: 86%;
    }
    .mv-news .article {
        padding: 0 0 4vw 15.4vw;
    }
    .mv-news .icon {
        font-size: 3vw;
        padding: 1px 0.8em;
    }
    .mv-news .date {
        font-size: 3.75vw;
    }
    .mv-news .title {
        font-size: 3.75vw;
        margin-top: 3vw;
    }
    .mv-news .more {
        margin-top: 3vw;
        font-size: 3.75vw;
    }
    .mv-message {
        bottom: 68vw;
        right: 50%;
        transform: translateX(50%);
        width: 86%;
    }
    .mv-message .title {
        font-size: 3.75vw;
        width: 100%;
        margin: 0;
    }
    .mv-message .movie {
        margin: 4.5vw auto 0;
        width: 66vw;
    }
    .mv-message .movie img {
        width: 100%;
        max-width: inherit;
    }
    .mv-message .text {
        margin-top: 5vw;
        font-size: 3.3vw;
        line-height: calc(29 / 16);
    }

    .mv-pickup .banner {
        margin: 19px auto 0 auto;
        width: 100%;
        height: 100%;
        aspect-ratio: 1 / 1;
    }
}
/*  sec-info -------------------------------------------*/
.sec-info {
    padding: 80px 0 40px 0;
    box-sizing: border-box;
}
.sec-info .info_list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sec-info .info_list li {
    width: calc(98% / 3);
    max-width: 291px;
    margin-right: 1%;
    margin-bottom: 1%;
}
.sec-info .info_list li:nth-of-type(3n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .sec-info {
        padding: 10% 0 8% 0;
    }
    .sec-info .info_list {
        display: block;
    }
    .sec-info .info_list li {
        width: 100%;
        max-width: inherit;
        padding: 0 3px;
        margin: 0;
    }
}

/*  sec01 -------------------------------------------*/
.sec01 {
    position: relative;
    padding: 120px 0 40px 0;
    box-sizing: border-box;
}
.sec01:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 50%;
    background: #f0f0f0;
    z-index: -1;
}
/*  sec01追記 -------------------------------------------*/
.sec01:after {
    height: 34%;
}
.sec01 .box_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.sec01 .box {
    width: 28%;
    max-width: 320px;
}
.sec01 .box + .box {
    margin-left: 50px;
}

.sec01 .box .img {
    position: relative;
		width: 100%;
		aspect-ratio: 319/224;
}
.sec01 .box .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.sec01 .box .txt {
    background: #fff;
    padding: 10px 15px;
    box-sizing: border-box;
}
.sec01 .box .txt ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}
.sec01 .box .txt ul li {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    background: #3a3a3a;
    padding: .0rem .8rem;
	border-radius: 2rem;
    box-sizing: border-box;
}


.sec01 .box .txt ul li + li {
    margin-left: 7px;
}
.sec01 .box .txt ul li.cat.reserve {
    background: #fff;
    color: #3a3a3a;
    border: 1px solid #3a3a3a;
}
.sec01 .box .txt ul li.status {
    color: #fff;
    background: #e08775;
}
.sec01 .box .txt ul li.status.end {
    color: #3a3a3a;
    background: #f0f0f0;
}

.sec01 .box .txt .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.45;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-feature-settings: "palt";
    border-bottom: 1px solid #c8c8c8;
    box-sizing: border-box;
}
.sec01 .box .txt p {
    font-size: 1.4rem;
    line-height: 2.1;
    color: #3a3a3a;
    margin-bottom: 10px;
}

.sec01 .box .txt dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.sec01 .box .txt .event_detail {
    margin-bottom: 15px;
}
.sec01 .box .txt .event_detail {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.sec01 .box .txt dd,
.sec01 .box .txt .event_date p {
    font-size: 1.4rem;
    line-height: calc(14 / 24);
    font-weight: 700;
    color: #3a3a3a;
    box-sizing: border-box;
}

.sec01 .box .txt dd,
.sec01 .box .txt .event_date {
    width: calc(100% - 70px);
}
.sec01 .box .txt dd,
.sec01 .box .txt .event_date p {
    line-height: 1.45;
}
.sec01 .box .txt .event_date p {
    margin-bottom: 0;
}

.sec01 .box .txt .event_date {
    display: flex;
    flex-wrap: wrap;
    padding-top: 7px;
    box-sizing: border-box;
}
.sec01 .box .txt .event_date h2 {
    margin-top: -7px;
}

.sec01 .box .txt .date .event_date p:nth-of-type(2),
.detail_info01 .date .event_date p:nth-of-type(2) {
    position: relative;
    padding-left: 12px;
}
.sec01 .box .txt .date .event_date p:nth-of-type(2)::before,
.detail_info01 .date .event_date p:nth-of-type(2)::before {
    content: "、";
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
}

.sec01 .box .txt .event_date_ttl,
.sec01 .box .txt dt {
    position: relative;
    text-align: center;
    width: 20px;
    margin-right: 12px;
}
.sec01 .box .txt .event_date_ttl img,
.sec01 .box .txt dt img {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 0;
}
.sec01 .box .txt .event_date_ttl img {
    top: 7px;
}

.sec01 .box.status-over .img:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../img/event/over_text.svg") no-repeat center center;
    background-size: 100% auto;
    width: 153px;
    height: 85px;
    box-sizing: border-box;
    z-index: 3;
}
.sec01 .box.status-over .img:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(173, 173, 173, 0.75);
    box-sizing: border-box;
    z-index: 2;
}

.sec01 .box a:hover {
    text-decoration: none;
}

.sec01 .btn_wrap {
    text-align: center;
    margin-top: 35px;
}
.sec01 .btn_wrap .btn a {
    margin: 0 auto;
}
.sec01 .ranking_wrap {
    display: flex;
    gap: 0 65px;
    margin-bottom: 97px;
}
.sec01 .ranking_wrap .item {
    width: calc((100% - 130px) / 3);
}
.sec01 .ranking_wrap .number {
    color: #646464;
    font-size: 2.1rem;
    line-height: 1;
    transition: opacity 0.4s;
}
.sec01 .ranking_wrap .item a:hover {
    text-decoration: none;
}
.sec01 .ranking_wrap .item a:hover .number {
    opacity: 0.7;
}
.sec01 .ranking_wrap img {
    display: block;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .sec01 {
        padding: 10% 0 8% 0;
    }
    .sec01:after {
        height: 65%;
    }
    .sec01:after {
        height: 50%;
    }
    .sec01:after {
        height: 35%;
    }

    .sec01 .box_wrap {
        display: block;
        width: 86%;
    }
    .sec01 .box {
        width: 100%;
        max-width: inherit;
    }
    .sec01 .box + .box {
        margin-left: 0;
    }

		.sec01 .box .img{
			aspect-ratio: 319/224;
	}
    .sec01 .box .txt {
        padding: 5% 6%;
    }
    .sec01 .box .txt ul {
        order: 3;
        margin-top: 3%;
        margin-bottom: 3%;
    }
    .sec01 .box .txt ul li {
        font-size: 3.125vw;
    }
    .sec01 .box .txt ul li + li {
        margin-left: 2.5%;
    }

    .sec01 .box .txt .ttl {
        font-size: 4vw;
        margin-bottom: 4%;
    }
    .sec01 .box .txt p {
        font-size: 3.7vw;
        line-height: 2;
        margin-bottom: 5%;
    }
    .sec01 .box .post-info {
        order: 5;
    }

    .sec01 .box .txt .event_detail {
        margin-bottom: 3%;
    }

    .sec01 .box .txt .event_date_ttl,
    .sec01 .box .txt dt,
    .sec01 .box .txt dd,
    .sec01 .box .txt .event_date p {
        font-size: 3.7vw;
    }
    .sec01 .box .txt .event_date_ttl,
    .sec01 .box .txt dt {
        width: 20px;
        margin-right: 10px;
    }
    .sec01 .box .txt .event_date,
    .sec01 .box .txt dd {
        width: calc(100% - 20px);
    }
    .sec01 .box.status-over .img:before {
        width: 34%;
        height: 34%;
    }

    .sec01 .btn_wrap {
        text-align: center;
        margin-top: 35px;
    }
    .sec01 .btn_wrap .btn a {
        margin: 0 auto;
    }

    .sec01 .slick-next {
        right: -4.5vw;
    }
    .slick-prev {
        left: -4.5vw;
        z-index: 5;
    }
    .sec01 .slick-prev,
    .sec01 .slick-next {
        width: 9vw;
        height: 9vw;
        top: 44%;
    }
    .sec01 .slick-next:before,
    .sec01 .slick-prev:before {
        content: "";
    }
    .sec01 .slick-prev:before,
    .sec01 .slick-next:before {
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-left: -2vw;
        opacity: 1;
        color: #646464;
        width: 3vw;
        height: 3vw;

        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 3;
    }
    .sec01 .slick-prev:before {
        margin-left: -1vw;
        border-bottom: 1px solid #646464;
        border-left: 1px solid #646464;
    }
    .sec01 .slick-next:before {
        margin-left: -2vw;
        border-top: 1px solid #646464;
        border-right: 1px solid #646464;
    }

    .sec01 .slick-prev:after,
    .sec01 .slick-next:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        content: "";
        width: 9vw;
        height: 9vw;
        background: #fff;
        border: 1px solid #646464;
        border-radius: 100%;
        z-index: 1;
    }
    .sec01 .ranking_wrap {
        display: block;
        width: 73%;
        margin-bottom: 18vw;
    }
    .sec01 .ranking_wrap .slick-prev {
        left: -10vw;
    }
    .sec01 .ranking_wrap .slick-next {
        right: -10vw;
    }
    .sec01 .ranking_wrap .number {
        text-align: center;
    }
    .sec01 .ranking_wrap img {
        margin-top: 3vw;
        max-width: inherit;
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .sec01 .box .txt .event_detail .event_date {
        padding-top: 0.6vw;
    }
    .sec01 .box .txt .event_detail .event_date p,
    .sec01 .box .txt dd {
        font-size: 3.58vw;
    }
}

/*  sec02 -------------------------------------------*/
.sec02 {
    position: relative;
    padding: 90px 0 40px 0;
    box-sizing: border-box;
}
.sec02 .box_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.sec02 .box {
    width: 30%;
    max-width: 350px;
}

.sec02 .box + .box {
    margin-left: 50px;
}

.sec02 .box .img {
    margin-bottom: 32px;
}
.sec02 .box p {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
}
.sec02 .box p span {
    display: block;
    font-size: 2.5rem;
    margin-bottom: 9px;
}

.sec02 .box a:hover {
    text-decoration: none;
}

.sec02 .btn_wrap {
    text-align: center;
    margin-top: 55px;
}
.sec02 .btn_wrap .btn a {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .sec02 {
        padding: 14% 0 4% 0;
    }
    .sec02 .box_wrap {
        width: 86%;
        flex-wrap: wrap;
    }
    .sec02 .box {
        width: 48%;
        max-width: inherit;
    }
    .sec02 .box:nth-of-type(1) {
        width: 100%;
        max-width: inherit;
        margin: 0 auto 8% auto;
    }
    .sec02 .box + .box {
        margin-left: 0;
    }
    .sec02 .box:nth-of-type(2) {
        margin-right: 4%;
    }

    .sec02 .box .img {
        margin-bottom: 5%;
    }
    .sec02 .box p {
        font-size: 3.8vw;
    }
    .sec02 .box p span {
        font-size: 4.8vw;
        margin-bottom: 2%;
    }
    .sec02 .btn_wrap {
        margin-top: 10%;
    }
}

/*  sec03 -------------------------------------------*/
.sec03 {
    position: relative;
    padding: 90px 0 40px 0;
    box-sizing: border-box;
}

.sec03 .work-post-list .post {
    margin: 0 15px;
}
.sec03 .work-post-list .post a {
    outline: none;
    display: block;
}
.sec03 .work-post-list .post a:hover {
    text-decoration: none;
}
.sec03 .work-post-list .post .img {
    margin-bottom: 21px;
}
.sec03 .work-post-list .post .img img {
    display: block;
    width: 100%;
}
.sec03 .work-post-list .post .txt {
}

.sec03 .work-post-list .post .txt p.en {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 10px;
}
.sec03 .work-post-list .post .txt p.ttl {
    font-size: 1.8rem;
    line-height: 1.7;
    font-weight: bold;
}

.sec03 .btn_wrap {
    text-align: center;
    margin-top: 70px;
}
.sec03 .btn_wrap .btn a {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .sec03 {
        padding: 12% 0 4% 0;
    }

    .sec03 .work-post-list .post {
        margin: 0 10px;
    }
    .sec03 .work-post-list .post .img {
        margin-bottom: 4%;
    }

    .sec03 .work-post-list .post .txt p.en {
        font-size: 4vw;
        margin-bottom: 2%;
    }
    .sec03 .work-post-list .post .txt p.ttl {
        font-size: 4vw;
    }
    .sec03 .btn_wrap {
        margin-top: 10%;
    }
}

/*  sec04 -------------------------------------------*/
.sec04 {
    position: relative;
    padding: 90px 0 40px 0;
    box-sizing: border-box;
}

.sec04 .box_wrap {
    display: flex;
}
.sec04 .box_wrap .box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sec04 .box .img {
    position: relative;
    z-index: 1;
}
.sec04 .box .img img {
    display: block;
    width: 100%;
    height: auto;
}
.sec04 .box .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    z-index: 3;
}

.sec04 .box .txt .box_ttl {
    text-align: center;
    margin-bottom: 12px;
}
.sec04 .box .txt h3 {
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0 10px 8px 10px;
    box-sizing: border-box;
}
.sec04 .box .txt h3 span {
    font-size: 1.6rem;
    margin-right: 15px;
}
.sec04 .box .txt .subttl {
    font-size: 2rem;
    color: #fff;
}
.sec04 .box .txt .text {
    margin-top: 10px;
}
.sec04 .box .txt .text p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.78;
    color: #fff;
}
.sec04 .box .txt .text p + p {
    margin-top: 25px;
}

.sec04 .box .txt .btn_wrap {
    margin-top: 25px;
    margin-bottom: 1px;
}
.sec04 .box .txt .btn_wrap .btn {
    width: 200px;
}
.sec04 .box .txt .btn_wrap .btn a {
    margin: 0 auto;
    color: #fff;
    border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
    .sec04 {
        padding: 12% 0 4% 0;
    }
    .sec04 .secTitle {
        line-height: 1.2;
    }
    .sec04 .box_wrap {
        display: block;
    }

    .sec04 .box .txt .box_ttl {
        width: 70vw;
        margin-bottom: 4px;
    }
    .sec04 .box .txt h3 {
        display: block;
        font-size: 4.8vw;
        padding: 0 10px 12px 10px;
    }
    .sec04 .box .txt h3 span {
        font-size: 3.8vw;
        margin-right: 12px;
    }
    .sec04 .box .txt .subttl {
        font-size: 4.8vw;
    }
    .sec04 .box .txt .text {
        margin-top: 2%;
    }
    .sec04 .box .txt .text p {
        font-size: 3.6vw;
        line-height: 2.1;
    }
    .sec04 .box .txt .text p + p {
        margin-top: 0;
    }

    .sec04 .box .txt .btn_wrap {
        margin-top: 8%;
    }
    .sec04 .box .txt .btn_wrap .btn {
        width: 100%;
        min-width: 60vw;
    }
    .sec04 .box .txt .btn_wrap .btn a {
        width: 100%;
    }
}

/*  sec05 -------------------------------------------*/
.sec05 {
    position: relative;
    padding: 90px 0 80px 0;
    box-sizing: border-box;
}

.sec05 .box_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.sec05 .box {
    width: 28%;
    max-width: 320px;
}
.sec05 .box + .box {
    margin-left: 4%;
}

.sec05 .btn_wrap {
    text-align: center;
    margin-top: 55px;
}
.sec05 .btn_wrap .btn a {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .sec05 {
        padding: 14% 0 12% 0;
    }

    .sec05 .box_wrap {
        display: block;
        width: 86%;
        margin: 0 auto;
    }
    .sec05 .box {
        width: 100%;
        max-width: inherit;
        margin: 0 auto;
    }
    .sec05 .box + .box {
        margin-left: auto;
    }

    .sec05 .box a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border: 1px solid #646464;
        border-bottom: none;
        padding: 4%;
        box-sizing: border-box;
    }
    .sec05 .box:last-of-type a {
        border-bottom: 1px solid #646464;
    }

    .sec05 .box a img {
        width: 50%;
        max-height: inherit;
    }
    .sec05 .box a .txt {
        width: 50%;
        padding-left: 4%;
        box-sizing: border-box;
    }
    .sec05 .box a .txt p {
        font-size: 3.8vw;
    }

    .sec05 .btn_wrap {
        text-align: center;
        margin-top: 10%;
    }
}

/*  sec06 -------------------------------------------*/
.sec06 {
    position: relative;
    box-sizing: border-box;
}
.sec06 .bg-img {
    position: relative;
    width: 90%;
    z-index: 1;
}
.sec06 .bg-img img {
    display: block;
    width: 100%;
    max-width: inherit;
    height: auto;
}
.sec06 .wrapper {
    width: 96%;
}
.sec06 .txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
}
.sec06 .txt h2 {
    font-size: 4rem;
    color: #fff;
    letter-spacing: 0.4rem;
}
.sec06 .txt p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.8125;
}
.sec06 .txt p.subttl {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    font-weight: normal;
}
.sec06 .txt p.lead {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 25px;
    font-weight: normal;
}

.sec06 .box_wrap {
    position: absolute;
    top: 50%;
    margin-top: -272px;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    width: 46%;
    max-width: 750px;
    z-index: 3;
}
.sec06 .box_wrap .box {
    width: 50%;
    background: #fff;
    padding: 35px;
    text-align: center;
    box-sizing: border-box;
}
.sec06 .box_wrap .box:nth-of-type(2),
.sec06 .box_wrap .box:nth-of-type(3) {
    background: #f0f0f0;
}

.sec06 .box_wrap .box .img {
    height: 41px;
    margin-bottom: 15px;
}
.sec06 .box_wrap .box .img img {
    display: block;
    width: auto;
    max-width: inherit;
    height: 100%;
    margin: 0 auto;
}

.sec06 .box_wrap .box h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}
.sec06 .box_wrap .box p {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.7;
}
.sec06 .box_wrap .box .btn_wrap {
    margin-top: 15px;
}
.sec06 .box_wrap .box .btn a {
    max-width: 220px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .sec06 .bg-img {
        width: 100%;
        height: 60vw;
        overflow: hidden;
    }
    .sec06 .bg-img img {
        width: auto;
        max-width: inherit;
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .sec06 .bg-img {
        position: relative;
        width: 100%;
        height: auto;
    }
    .sec06 .bg-img img {
        width: 100%;
        height: auto;
    }

    .sec06 .wrapper {
        width: 100%;
    }
    .sec06 .txt {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        margin: auto;
        display: block;
        padding: 12% 7% 0 7%;
        box-sizing: border-box;
    }
    .sec06 .txt h2 {
        font-size: 9vw;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 2%;
    }
    .sec06 .txt p {
        font-size: 3.8vw;
    }
    .sec06 .txt p.subttl {
        font-size: 4.4vw;
        margin-bottom: 10%;
        text-align: center;
    }
    .sec06 .txt p.lead {
        font-size: 4.8vw;
        margin-bottom: 5%;
    }

    .sec06 .box_wrap {
        position: relative;
        top: 0;
        margin: -10vw auto 0 auto;
        right: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        width: 92%;
        max-width: inherit;
        z-index: 3;
    }
    .sec06 .box_wrap .box {
        padding: 6% 4%;
    }
    .sec06 .box_wrap .box .img {
        height: 8vw;
        margin-bottom: 15px;
    }

    .sec06 .box_wrap .box h3 {
        font-size: 4.4vw;
        margin-bottom: 4%;
    }
    .sec06 .box_wrap .box p {
        font-size: 3.4vw;
    }
    .sec06 .box_wrap .box .btn a {
        max-width: inherit;
        width: 100%;
    }
}

/*  sec07 -------------------------------------------*/
.sec07 {
    position: relative;
    padding: 95px 0 115px 0;
    box-sizing: border-box;
}

.sec07 .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 30px;
}

.sec07 .box_ttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec07 .box_ttl .btn {
    width: 230px;
}
.sec07 .box_ttl .btn a {
    display: block;
    max-width: 230px;
}

.sec07 h2 {
    font-size: 3rem;
    margin-bottom: 10px;
    letter-spacing: 0.4rem;
}
.sec07 .subttl {
    font-size: 1.8rem;
    margin-bottom: 25px;
}

.sec07 .news_wrap {
    width: 58%;
    padding-left: 50px;
    padding-right: 7%;
    box-sizing: border-box;
}
.sec07 .news_wrap .post + .post {
    margin-top: 30px;
}
.sec07 .news_wrap a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.sec07 .news_wrap a:hover {
    text-decoration: none;
}
.sec07 .news_wrap .post .img {
    width: 31%;
    max-width: 140px;
}
.sec07 .news_wrap .post .img img {
    width: 140px;
    height: 90px;
    object-fit: cover;
}

.sec07 .news_wrap .post .txt {
    width: 69%;
    padding-left: 20px;
    box-sizing: border-box;
}
.sec07 .news_wrap .post .txt p {
    font-size: 1.4rem;
    line-height: 2;
}
.sec07 .news_wrap .post .txt p.info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 12px;
}
.sec07 .news_wrap .post .txt p.info .date {
    margin-right: 15px;
}

.sec07 .youtube_wrap {
    width: 42%;
    max-width: 468px;
}
.sec07 .youtube_wrap .youtube {
    width: 100%;
    height: 262px;
    box-sizing: border-box;
}

.sec07 .youtube_wrap .youtube iframe {
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .sec07 {
        padding: 18% 0 0 0;
    }

    .sec07 .wrap {
        display: block;
        width: 100%;
        padding: 0;
    }

    .sec07 .box_ttl {
        display: block;
    }
    .sec07 .box_ttl .btn {
        display: none;
    }

    .sec07 h2 {
        font-size: 9vw;
        margin-bottom: 10px;
        text-align: center;
    }
    .sec07 .subttl {
        font-size: 4.4vw;
        margin-bottom: 10%;
        text-align: center;
    }

    .sec07 .news_wrap {
        width: 86%;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto 16% auto;
    }
    .sec07 .news_wrap .post + .post {
        margin-top: 6%;
    }
    .sec07 .news_wrap .post a {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 0 6% 0;
        background: url("../img/common/border_dash.png") repeat-x left bottom;
        box-sizing: border-box;
    }
    .sec07 .news_wrap .post:last-of-type a {
        background: none;
        padding-bottom: 0;
    }

    .sec07 .news_wrap .post .img {
        width: 38%;
        max-width: inherit;
    }
    .sec07 .news_wrap .post .img img {
        width: 100%;
        max-width: inherit;
    }
    .sec07 .news_wrap .post .txt {
        width: 62%;
        padding-left: 4%;
        box-sizing: border-box;
    }
    .sec07 .news_wrap .post .txt p {
        font-size: 3.6vw;
    }
    .sec07 .news_wrap .post .txt p.info {
        display: block;
        font-size: 3.8vw;
        margin-bottom: 0;
        margin-top: 4%;
    }
    .sec07 .news_wrap .post .txt p.info .date {
        margin-right: 0;
        font-weight: 700;
    }
    .sec07 .news_wrap .post .txt p.info .cat {
        display: none;
    }
    .sec07 .news_wrap .post .txt p.post-ttl {
        font-size: 3.8vw;
        line-height: 2;
        margin-top: -2vw;
        font-weight: 700;
    }
    .sec07 .news_wrap .btn_wrap {
        margin-top: 10%;
    }
    .sec07 .news_wrap .btn_wrap .btn a {
        margin: 0 auto;
        display: block;
        width: 70%;
    }

    .sec07 .youtube_wrap {
        width: 100%;
        max-width: inherit;
    }
    .sec07 .youtube_wrap .youtube {
        height: 58vw;
    }
}

/*  sec08 -------------------------------------------*/
.sec08 {
    position: relative;
    display: flex;
    border-top: 1px solid #b6b7b7;
    box-sizing: border-box;
}
.sec08 .box {
    width: calc(100% / 3);
    border-right: 1px solid #b6b7b7;
    border-left: 1px solid #b6b7b7;
}
.sec08 .box:nth-of-type(1),
.sec08 .box:nth-of-type(2) {
    border-right: none;
}

.sec08 .box .img {
}
.sec08 .box .img img {
    display: block;
    width: 100%;
    max-width: inherit;
    height: auto;
}

.sec08 .box .txt {
    width: 90%;
    max-width: 430px;
    margin: 0 auto;
    padding: 50px 0;
    box-sizing: border-box;
}
.sec08 .box .txt p {
    font-size: 1.4rem;
    line-height: 2.14;
}
.sec08 .box .txt p.lead {
    font-size: 1.8rem;
    line-height: 1.9;
    font-weight: 700;
    margin-bottom: 15px;
    min-height: 68px;
}

@media screen and (max-width: 1507px) {
    .sec08 .box .txt p.lead .small_pc {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .sec08 {
        display: block;
        background: #f0f0f0;
        border-top: none;
        padding: 10% 4%;
    }
    .sec08 .box {
        width: 100%;
        border-right: none;
        border-left: none;
    }
    .sec08 .box + .box {
        margin-top: 10%;
    }

    .sec08 .box .txt {
        position: relative;
        width: 92%;
        max-width: inherit;
        margin: -7vw auto 0 auto;
        padding: 7%;
        background: #fff;
        box-sizing: border-box;
        z-index: 5;
    }
    .sec08 .box .txt p {
        font-size: 3.8vw;
        line-height: 2;
    }
    .sec08 .box .txt p.lead {
        font-size: 4.5vw;
        margin-bottom: 15px;
        min-height: inherit;
    }
}

/* 2025.02.10news追加 */
.news {
    padding-bottom: 110px;
}
.news .secTitle {
    margin-bottom: 15px;
}
.news_list {
    max-width: 750px;
    margin: 0 auto 55px;
}
.news_item {
    border-bottom: 1px solid #c8c8c8;
}
.news_item a {
    transition: 0.4s opacity;
    display: block;
}

.news_item a:hover {
    text-decoration: none !important;
    opacity: 0.7;
}

.news_inner {
    display: flex;
    align-items: flex-start;
    font-size: 1.4rem;
    line-height: calc(30 / 14);
    padding: 20px 0;
}
.news_ttl {
    font-size: 1.4rem;
    line-height: calc(30 / 14);
}
.news_inner time {
    width: 110px;
    flex-shrink: 0;
    color: #c8c8c8;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
        sans-serif;
}

@media screen and (max-width: 767px) {
    .news_list {
        width: 85%;
        margin: 0 auto;
    }
    .news_inner {
        display: block;
        padding: 4vw 0;
        font-size: 3.6vw;
    }
    .news_ttl {
        font-size: 3.8vw;
    }
}
