@charset "utf-8";
/* CSS Document */
.pc-hidden {
    display: none;
}
.sp-hidden {
    display: block;
}
.fv_text {
    width: 100%;
    margin: 0px auto 0;
    text-align: center;
    padding: 70px 0 0;
}
.fv_text1 img {
    width: 755px;
}
.fv_text2 {
    margin: 41px auto 0;
}
.fv_text2 img {
    width: 544px;
}
.logo-spot {
    margin: 35px auto 0;
}
.logo-spot img {
    width: 595px;
}
/* スライダーコンテナ */
.slide-wrapper1 {
    display: flex;
    width: 100%;
    margin: 32px auto 50px;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
/* スライド全体 */
.slide {
    width: 300%;
    height: 100%;
    display: flex;
    transition: transform 0.3s ease;
    justify-content: center;
}
/* 各スライド */
.swiper-slide {
    width: 472px;
    flex-shrink: 0;
    background: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    padding: 45px 2%;
    box-sizing: border-box;
    margin: 0 11px;
    transition: all 0.3s;
}
/* 画像のスタイル */
.swiper-slide img {
    display: block;
    width: 162px;
    margin: 13px auto 23px;
}
.info1_title {
    font-size: 32px;
    line-height: 100%;
}
.info1_title span {
    font-size: 16px;
    display: block;
}
.info1_text {
    font-size: 16px;
}
.slider-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.slider-track {
    display: flex;
    width: max-content;
    animation: scrollLeft 30s linear infinite;
}
.info2 {
    max-width: 1200px;
    width: 95%;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 53px auto;
    transition: transform 0.5s ease;
}
.info2 img {
    width: 224px;
}
.info3 {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    margin: 32px auto 0;
    line-height: 181%;
}
.info3 span {
    font-size: 14px;
    display: block;
    margin: 10px auto 43px;
    line-height: 200%;
}
.button-spot {
    width: 523px;
    display: block;
    background: #000;
    border-radius: 99px;
    color: #fff !important;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 73px;
    padding: 30px 20px;
    position: relative;
}
.button-spot:hover {
    opacity: 0.5;
}
.button-spot p {
    color: #fff !important;
}
.button-sopt::after {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 83px;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("../../asset/img/sankaku_w.png");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    z-index: 555;
}
.info4 {
    background: #fff;
    font-size: 72px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 75px;
}
.info4_title {
    padding-top: 84px;
    padding-bottom: 56px;
    font-size: 72px;
}
.info4_text {
    font-size: 27px;
    line-height: 181%;
}
.info4_text span {
    font-size: 14px;
    display: block;
    margin: 10px auto 43px;
    line-height: 200%;
}
.button_w {
    background: #fff;
    color: #000 !important;
    border: 5px solid #000;
    margin: 0 auto;
}
.button_w::after {
    background-image: url("../../asset/img/sankaku_b.png");
    right: 51px;
}
.info5 {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 0;
    line-height: 181%;
    padding-bottom: 85px;
}
.info5_title {
    padding-top: 84px;
    padding-bottom: 56px;
    font-size: 72px;
}
.info5_flex {
    max-width: 1200px;
    width: 95%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto;
}
.info5_item {
    background: #fff;
    width: 284px;
    height: 378px;
    border-radius: 30px;
    padding: 1%;
    margin: 52px auto 0;
    position: relative;
}
.num {
    position: absolute;
    top: -37px;
    left: 28px;
}
.num img {
    width: 46px;
}
.info5_item_title {
    height: 184px;
    font-size: 24px;
    line-height: 130%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info5_item_text {
    font-size: 16px;
    width: 90%;
    margin: 0px auto 100px;
    padding-top: 10px;
    text-align: justify;
    border-top: 2px solid #fed900;
    line-height: 150%;
}
.sankaku_b {
    display: block;
    width: 20px;
    height: 21px;
    margin-top: 44px;
}
.info6 {
    background: #fff;
    font-size: 72px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 75px;
}
.info6_title {
    padding-top: 84px;
    padding-bottom: 56px;
    font-size: 72px;
}
.info6_item {
    width: 339px;
    height: auto;
    border: #000 4px solid;
    border-radius: 30px;
    box-sizing: border-box;
}
.info6_item img {
    width: 60%;
}
.info6_flex {
    max-width: 1200px;
    width: 95%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 50px;
}
.info6_item_title {
    width: 80%;
    font-size: 24px;
    padding: 10px 5px;
    background: #fed900;
    margin: 40px auto 40px;
}
.info6_item_titlech {
    margin: 40px auto 15px !important;
}
.info6_item_text {
    font-size: 19px;
    margin: 45px auto 40px;
    line-height: 160%;
}
.info6_item_text p span {
    font-size: 15px;
    line-height: 130%;
    display:block;
    margin-top:5px;
}
.info6_item_imgch {
    display: block;
    width: 40% !important;
    margin: 0 auto;
    text-align: center;
}
.info6_item_text_ch {
    margin: 33px auto 0;
}
.info7 {
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 0;
    line-height: 181%;
    padding-bottom: 200px;
}
.info7_title {
    padding-top: 84px;
    padding-bottom: 56px;
    font-size: 72px;
}
.slider-wrapper2 {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.info7_img {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 56px;
    transition: transform 0.5s ease;
}
.info7_img img {
    width: 225px;
}
.info7_item_text {
    font-size: 27px;
    width: 90%;
    margin: 0px auto 100px;
    padding-top: 10px;
    text-align: justify;
    border-top: 2px solid #fed900;
    line-height: 150%;
}
.conpany_ba {
    background: #fff;
    max-width: 892px;
    width: 100%;
    margin: 70px auto 0;
    padding: 3% 0%;
}
.conpany_text {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    text-align: left;
}
.conpany_title {
    display: block;
    font-size: 25px;
}
.item {
    display: flex;
    line-height: 200%;
}
.name {
    width: 15%;
}
.content {
    width: 100%;
    text-indent: -1em;
    padding-left: 1em;
}
.link-spot {
    width: 100%;
    position: fixed;
    background: #fed900;
    padding: 0.8% 0 0.5%;
    border-top: #000 3px solid;
    z-index: 900;
    bottom: 0;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
    z-index: 9999;
}
.link-spot.show {
    opacity: 1;
    transform: translateY(0);
}
.link_info {
    max-width: 892px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    gap: 30px;
}
.link_info .button-spot {
    font-size: 22px !important;
    width: 49%;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.item a {
    border-bottom:1px solid #000;
}
.item a:hover {
    opacity: 0.5;
    color: #000;
}
.link_info .button_w {
    height: 20px;
}
.button-spot::after {
    right: 24px;
}
.logo a {
    display: none;
}
.l_contentsArea {
    border-bottom: solid 1px #eee;
    background: none;
}
.contents-wrapper {
    background: #fed900;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    line-height: 180%;
}
.control-buttons {
    width:90%;
    margin:-50px auto 0;
    text-align: left;
    z-index: 2;
    position: relative;
}
.img-btn {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  margin: 10px 10px 0 0;
  background-color: #FED900;
}
.img-btn:hover {
    opacity: 0.5;
}
/* 停止ボタンの背景画像 */
.pause-btn {
  background-image: url('../../asset/img/pause.png');
}
/* 再開ボタンの背景画像 */
.resume-btn {
  background-image: url('../../asset/img/play.png');
}
.l_footerLower { 
    padding: 14px 0 130px 0;
}
@media only screen and (max-width: 979px) {
    .logo a {
        display: block;
    }
    .l_contentsArea {
        background: #fed900;
    }
    .info4_title {
        line-height: 1.2;
    } 
    .l_footerLower {
        padding: 5px 0 150px 0;
    }
}
@media screen and (max-width:768px) {
    .control-buttons {
    margin: -13px auto 0;
}
    .slide-wrapper1 {
    display: flex;
    width: 100%;
    margin: 32px auto 13px;
}
    .logo a {
        display: block;
    }
    .fv_text {
        padding: 50px 0 0;
    }
    .fv_text1 img {
        width: 90%;
    }
    .fv_text2 {
        margin: 30px auto 0;
    }
    .fv_text2 img {
        width: 80%;
    }
    .logo-spot {
        margin: 20px auto 0;
    }
    .logo-spot img {
        width: 90%;
    }
    .info1 {
        max-width: 100%;
        width: 100%;
        gap: 10px;
        margin: 30px auto 0;
        overflow: hidden;
    }
    #sliderTrack {
        width: 100%;
    }
    .info2 {
        max-width: 100%;
        width: 100%;
        justify-content: center;
        gap: 30px;
        margin: 20px auto;
    }
    .info2 img {
        width: 150px;
    }
    .info3 {
        font-size: 16px;
        margin: 30px auto 0;
        line-height: 160%;
        width: 90%;
    }
    .info3 span {
        font-size: 14px;
        margin: 10px auto 20px;
        line-height: 160%;
    }
    .info4 {
        font-size: 24px;
        padding-bottom: 10px;
    }
    .info4_text {
        font-size: 16px;
        line-height: 160%;
        margin: 0 auto;
        width: 90%;
    }
    .info4_title {
        padding-top: 40px;
        padding-bottom: 21px;
        font-size: 30px;
        margin: 0 auto;
        text-align: center;
        line-height: 160%;
    }
    .info4_text span {
        font-size: 14px;
        margin: 10px auto 20px;
        line-height: 160%;
    }
    .info5 {
        font-size: 24px;
        padding-bottom: 30px;
    }
    .info5_title {
        padding-top: 40px;
        font-size: 30px;
        padding-bottom: 21px;
    }
    .button_w {
        border: 2px solid #000;
    }
    .info5_flex {
        max-width: 100%;
        width: 100%;
        display: block;
    }
    .info5_item {
        width: 90%;
        height: auto;
        padding: 1%;
        margin: 27px auto 0;
        border-radius: 15px;
    }
    .info5_item_title {
        height: 83px;
        font-size: 20px;
        line-height: 130%;
    }
    .num {
        position: absolute;
        top: -20px;
        left: 27px;
    }
    .num img {
        width: 32px;
    }
    .info5_item_text {
        font-size: 14px;
        width: 90%;
        margin: 0px auto 20px;
        padding-top: 10px;
        text-align: justify;
        border-top: 1px solid #fed900;
        line-height: 150%;
    }
    .button-spot {
        width: 90%;
        font-size: 16px;
        margin: 0 auto 30px;
        padding: 15px 5px;
    }
    .link-spot {
        opacity: 0;
        transition: all 0.6s ease-out;
        padding: 1% 0 0.8%;
        border-top: #000 2px solid;
        position: fixed !important;
        bottom: 0 !important;
    }
    .link_info {
        max-width: 95%;
        gap: 10px;
    }
    .link_info .button-spot {
        font-size: 14px !important;
        width: 49%;
        line-height: 20px;
        height: 20px;
        border: 2px solid #000;
         transform: translateX(0)!important;
    }
    .button-spot::after {
        right: 1px;
        background-size: 10px 10px;
        transform: translateY(-22%);
    }
    .sankaku_b {
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 15px auto 0px;
        transform: rotate(90deg);
    }
    .info6_text {
        font-size: 16px;
        line-height: 160%;
    }
    .info6_title {
        padding-top: 40px;
        font-size: 30px;
        padding-bottom: 21px;
    }
    .info6_flex {
        max-width: 100%;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .info6_item {
        width: 90%;
        height: auto;
        border: #000 2px solid;
        border-radius: 10px;
        margin: 0 auto 10px;
    }
    .info6_item_title {
        width: 80%;
        font-size: 16px;
        padding: 10px 5px;
        background: #fed900;
        margin: 20px auto 20px;
    }
    .info6_item_text {
        font-size: 16px;
        margin: 20px auto;
        line-height: 150%;
    }
    .info6_item_titlech {
        margin: 20px auto 15px !important;
    }
    .info6 {
        padding-bottom: 30px;
    }
    .info7 {
        line-height: 181%;
        padding-bottom: 30px;
    }
    .info7_title {
        padding-top: 40px;
        padding-bottom: 20px;
        font-size: 30px;
    }
    .info7_img img {
        width: 150px;
    }
    .info7_img {
        max-width: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-bottom: 25px;
    }
    #sliderTrack2 {
        width: 100%;
    }
    .info7_text {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 180%;
    }
    .conpany_ba {
        max-width: 90%;
        width: 100%;
        margin: 30px auto 60px;
        padding: 2% 0%;
    }
    .conpany_title {
        display: block;
        font-size: 20px;
        text-align: center;
    }
    .item {
        display: flex;
        line-height: 150%;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .name {
        width: 37%;
    }
    .content {
        width: 100%;
        text-indent: 0em;
        padding-left: 0em;
    }
    .conpany_text {
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
        text-align: left;
    }
    .pc-hidden {
        display: block;
    }
    .sp-hidden {
        display: none;
    }
        .l_footerLower {
        padding: 5px 0 100px 0;
    }
}
@media screen and (max-width:500px) {
    .swiper-slide {
        width: 360px;
    }
}