
html,
body,
div,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
strong,
sub,
sup,
i,
small,
address,
time,
fieldset,
form,
label,
legend,
hr,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
footer,
nav,
section,
article,
aside,
figure,
figcaption,
canvas,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 100%; */
    font-style: normal;
    font-weight: normal;
    vertical-align: baseline;
    }

article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
    display: block;
}

a{
    text-decoration: none;
}

*,
*::before,
*::after {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style: none;
    }

input,
textarea,
button {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input[type="submit"],
input[type="button"],
button {
    cursor: pointer;
}

button{
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body{
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05rem;
    color: #333;
}

main{
    width: 100%;
    overflow: hidden;
}

.u-inline_block{
    display: inline-block;
}

.u-pc_block{
    display: block;
}
@media (max-width: 820px) {
    .u-pc_block{
        display: none;
    }
}
.u-sp_block{
    display: none;
}
@media (max-width: 820px) {
    .u-sp_block{
        display: block;
    }
}
.u-flex{
    display: flex;
    align-items: center;
}
/* layout */

.l-container{
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

/* common */
.c-title{
    text-align: center;
    font-size: 40px;
    color: #333;
    font-weight: 700;
}
.c-title strong{
    font-size: 50px;
    font-weight: 700;
    color: #057771;
}


@media (max-width: 720px) {
    .c-title{
        font-size: 26px;
        height: 70px;
    }
    .c-title strong{
        font-size: 30px;
        font-weight: 700;
        color: #057771;
    }
    
}

.p-mv{
    text-align: center;
    position: relative;
    background-color: #EFE6DB;
}
.p-mv_pic img{
    width: 100%;
}
.mv_title{
    margin: 0 auto;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    color: #1A305F;
    margin-bottom: 15px;
    line-height: 2.2rem;
    margin-top: 15px;
    max-width: 800px;
}
.mv_title small{
    font-size: 24px;
    font-weight: 600;
}
@media (min-width: 821px) {
    .mv_title{
        padding: 20px;
        font-size: 3.4vw;
        
    }
    .mv_title small{
        font-size: 2.6vw;
    } 
}

@media (min-width: 1024px) {
        .mv_title{
        font-size: 3.5vw;
        
    }
        .mv_title small{
        font-size: 1.88vw;
    } 
}
@media (min-width: 1280px) {
        .mv_title{
        font-size: 2.7vw;
        
    }
        .mv_title small{
        font-size: 1.8vw;
    } 
}

.p-flow{
    background-color: #FDFBE8;
    text-align: center;
    position: relative;
    z-index: 0;
}
.p-flow_inner{
    position: relative;
    z-index: -1;
}
.p-flow_item{
    background-color: #fff;
    padding: 30px 0;
    border: 2px solid #1A305F;
    padding: 20px;
    padding-top: 30px;
    display: flex;
    position: relative;
}
.p-flow_item::before{
    content: "";
    position: absolute;
    background-color: #D2DDE7;
    width: 100%;
    height: 100%;
    left: 5%;
    bottom: -10%;
    z-index:  -1;
}
.p-flow_item::after {
    content: "";
    position: absolute;
    bottom: -27px; /* 三角形の高さに応じて調整 */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #D2DDE7; /* 背景色と合わせる */
    z-index: 0;
}
.p-flow_item.--last::after {
    display: none;
}
.p-flow__num{
    background-color: #1A305F;
    color: #fff;
    border-radius: 50vh;
    padding: 3px 20px;
    display: inline-block;
    position: absolute;
    left: 3%;
    top: -10%;
}
.p-flow__num span{ 
}
.p-flow_step{
    color: #1A305F;
}
.p-flow_item_text{
    text-align: left;
}
.p-flow_inner{
    width: 90%;
    margin: 0 auto;
}
.p-flow_title{
    font-weight: 600;
    color: #1A305F;
}
.p-flow_copy{
    width: 78%;
    margin:  0 auto;
}

@media (min-width: 821px) {
    .p-flow_item{
        width: 31%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .p-flow_item_wrapper{
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
    }
    .p-flow_img{
        order: 1;
        max-width: 78px;
        margin-bottom: 10px;
    }
    .p-flow_item_text{
        order: 2;
    }
    .p-flow_step{
        text-align: center;
    }
    .p-flow__num{
        padding: 3px 25px;
    }
 .p-flow_item::after {
      content: "";
      position: absolute;
      top: 55%;
      left: 105%; /* 要素の右側 */
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 15px solid #D2DDE7; /* ←背景色をこちらに */
      z-index: 0;
  }
  .p-flow_copy{
    max-width: 500px;
    width: 30%;
  }

}

.p-schedule{
    background-color: #E8F1FA;
    position: relative;
    z-index: 0;
}

.p-schedule::before{
    content: "";
    width: 100%;
    height: 90px;
    border-radius: 50%;
    background-color: #E8F1FA;
    display: block;
    top: -45px;
    left: 0;
    position: absolute;
    z-index: -1;
    
}
.p-schedule_title{
    color: #1A305F;
    font-weight: 600;
}
.p-schedule_title_line{
    width: 80%;
    margin: 0 auto;
    background-color: #1A305F;
    height: 2px;
    display: block;
    position: relative;
}
.p-schedule_title_line::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #1A305F;
    border-radius: 50%;
}
.p-schedule_title_line::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #1A305F;
    border-radius: 50%;
}

.p-schedule_item{
    background-color: #fff;
    padding: 15px 30px;
    border-radius: 50vw;
    border: solid 2px #1A305F;
    font-weight: 600;
    color: #1A305F;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-schedule_item span{
    background-color: #6489AD;
    border-radius: 50vw;
    color: #fff;
    padding: 2px 10px;
}
.p-schedule_item span b{

}

.p-schedule_inner{
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.p-schedule_inner::before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 20px; /* 点線の位置は調整してね */
    width: 2px;
    height: 82%;
    background-image: linear-gradient(to bottom, #005BAC 50%, transparent 50%);
    background-size: 2px 8px;
    background-repeat: repeat-y;
    z-index: 0; 
    z-index: -1;
}


.p-schedule_text{
    margin-left: 40px;
}

@media (min-width: 821px) {
   .p-schedule{
    background-image: url(../img/schedule_bg_pc.png);
    background-size: cover;
    background-position: center;
    background-color: #FDFBE8;
    /* margin-top: -6vw; */
    background-repeat: no-repeat;
} 
.p-schedule::before{
    display: none;
}
.p-schedule_title{
    writing-mode: vertical-rl;
}

/* .p-schedule_title_wrap{
    display: flex;
    position: relative;
    align-items: center;
    gap: 2px;
} */
.p-schedule_title_line{
    height: 100%;
    width: 2px;
    align-self: stretch;
    position: relative;
}
.p-schedule_title{

}
.p-schedule__wrapper{
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.p-schedule_inner{
    width: 75%
}
.p-schedule_title {
    width: 25%;
    display: flex;
    align-items: center;
}
.p-schedule_title img{
    max-width: 58px;
    display: block;
}
.p-schedule_item{
    padding: 10px 30px;
}
}


.tab-buttons {
    margin: 0 auto;
    display: flex;
    margin-bottom: 20px;
    width: 90%;
    justify-content: space-between;
    color: #1A305F;
}
.tab-button {
    padding: 10px 10px;
    border: solid 1px #1A305F;
    cursor: pointer;
    background-color: #fff;
    font-weight: bold;
    width: 48%;
}
@media (min-width: 1912px) {
    .tab-button {
        font-size: 1.4rem;
        padding: 20px 10px;
    }
}
.tab-button.active {
    background-color: #E8F1FA;
    border: solid 2px #1A305F;
    color: #1A305F;
    position: relative;
}
.tab-button.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1A305F;
    z-index: 0;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

.p-lineup_title{
    text-align: center;
    font-weight: 600;
    color: #1A305F;
}

.p-tab-content_wrapper{
position: relative;
z-index: 1;
}
.p-tab-content_wrapper::after{
    content: "";
    background-color: #F1F1F1;
    width: 85%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

img.slick-next{
    background-color: #057771;
    z-index: 100;
}
.next-arrow{
    width: 76px !important;
    position: absolute;
    top: 24%;
    right: 10%;
}
.slick-prev{
    display: none !important;

}
.p-lineup__slider_item{
    position: relative;
}
.p-lineup__slider_item p{
    margin-left: 70px;
    margin-right: 20px;
    padding-left: 10px;
    border-left: 1px solid #000;
}

.p-lineup_name{
    max-width: 242px;
    margin-left: 20px;
}
.p-lineup_name.--2{
    max-width: 285px;
}
.p-lineup_name.--3{
    max-width: 207px;
}
.p-lineup_name.--4{
    max-width: 236px;
}
.p-lineup_name.--5{
    max-width: 286px;
}
@media (min-width: 821px) {
    .p-lineup_kome{
        max-width: 1200px;
        font-size: 14px;
        margin: 0 auto;
    }
    .p-lineup_name{
        width: 60%;
        max-width: 500px;
    }
    .p-lineup_name.--1{
        max-width: 500px;
    }
    .p-lineup_name.--2{
        max-width: 500px;
    }
    .p-lineup_name.--3{
        max-width: 500px;
        width: 53%;
    }
    .p-lineup_name.--4{
        max-width: 500px;
    }
    .p-lineup_name.--5{
        max-width: 500px;
        width: 70%;
    }
}
@media (min-width: 1912px) {
    .p-lineup__slider_item p{
        font-size: 1.2rem;
}

}

.p-slide_num{
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    right: 17%;
    top: 0;
}

.p-point_list{
    background-color: #E8F1FA;
    width: 90%;
    position: relative;
}
.p-point_goodlist_des{
    padding-left: 9%;
    margin-bottom: 15px;
    font-size: 1rem;
}
.p-point_list_img{
    width: 80%;
    display: block;
    margin: 0 auto;
}
@media (min-width: 821px) {
.p-tab-content_wrapper{
    max-width: 1233px;
    margin: 0 auto;
    margin-left: 19%;
}
.p-lineup__slider_item{
    display: flex !important;
}

.p-lineup__slider_item > img{
    width: 57%;
    margin-top: 50px;
    position: relative;
    /* right: -20% */
}
.p-lineup__textarea{
    width: 43%;
    padding-top: 30px;
    padding-left: 15px;
}

.tab-buttons{
    max-width: 900px;
    width: 80%;
}
.p-slide_num{
    font-size: 50px;
    right: 60%;
}
.p-lineup__slider_item p{
    margin-left: 20px;
}
.next-arrow{
    right: 60%;
}
}
@media (min-width: 1912px) {
    .p-point_goodlist_des{
        font-size: 1.2rem;
    }
}

.p-point_list h3{
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: stretch
}
.p-point_list h3 .p-point_num{
    text-align: center;
    color: #fff;
    background-color: #6489AD;
    padding: 10px;
    width: 17.07vw;
    height:  17.07vw;
    font-weight: 600;
    /* margin-right: 10px; */
    position: relative;
    left: -5px;
    top: -5px;
}
.p-point_num_sp{
    display: none;
}
.p-point_4_content{
    max-width: 400px;
    margin: 0 auto;
    display: block;
}
@media (min-width: 821px) {
    .p-point_list h3 .p-point_num{
        display: none;
    }
    .p-point_num_sp{
        display: block;
        text-align: center;
        color: #fff;
        background-color: #6489AD;
        padding: 10px;
        width: 106px;
        height: 106px;
        font-weight: 600;
        /* margin-right: 10px; */
        position: relative;
        left: -10px;
        top: -10px;
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 1920px) {
    .p-point_4_content{
        max-width: 500px;
    }
}
.p-point_list h3 .p-point_num b{
    /* font-size: 1.2rem; */
    font-weight: 700;
    margin-top: -5px;
}
.p-point_h3text{
    border-bottom: solid 1px #6489AD;
    text-align: center;
    width: 82%;
    font-weight: 600;
    color: #1A305F;
    display: flex;
    align-items: center;
    padding-left: 7%;
}
@media (min-width: 821px) {
    .p-point_h3text{
        max-width: 750px;
        text-align: center;
        padding-left: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 96px;
    }
}
.p-point__inner{
    width: 90%;
    margin: 0 auto;
    max-width: 750px;
}
@media (min-width: 1920px) {
.p-point__inner{
    max-width: 780px;
}
}
.p-point_list_good{
    /* 見え方変わるところ */
    font-size: 1rem;
}
@media (min-width: 1912px) {
    .p-point_list_good{
        font-size: 1.5rem;
    }
}
.p-point_list_good span.--white{
    color: #1A305F;
    background-color: #fff;
    padding: 3px;
    margin: 0 3px;
    font-weight: 600;

}

.p-point__check {
    text-align: center;
}
.p-point__check h4{
    font-weight: 600;
    color: #1A305F;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    border-bottom: dashed 1px #1A305F;
    display: inline-block;
    font-size: 1.3rem;
    margin-bottom: 10px;
    margin-top: 15px;
}
.p-point__check h4::after {
    content: "";
    background-image: url("../img/here_deco.png");
    background-size: contain;
    width: 16px; 
    height: 19px;
    right: 10%;
    top: 0;
    display: inline-block;
}
.p-point__check .p-point_goodlist{
    text-align: left;
}
.p-point__check .p-point_goodlist > div{
    background-color: #fff;
    border-radius: 50vw;
    padding: 7px;
    padding-left: 50px;
    position: relative;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    min-height: 61px;
}

.p-point__check .p-point_goodlist > div::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 29px;
    height: 29px;
    background-image: url("../img/point_check.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.p-point__check .p-point_goodlist > div span{
    color: #1A305F;
    font-weight: 600;
    display: inline-block;
}
@media (min-width: 1912px) {
    .p-point__check .p-point_goodlist > div{
        font-size: 1.4rem;
    }
    .p-point__check .p-point_goodlist > div span{
        font-size: 1.6rem;
    }
    .p-point__check h4{
    font-size: 1.6rem;
    margin-bottom: 25px;
    }
}
.p-point_kome{
    font-size: 10px;
    color: #333;
    font-weight: 600;
}
@media (min-width: 821px) {
    .p-point_kome{
    font-size: 12px;
}
}
.p-point__arrow{
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-point__arrow img{
    width: 25px;
    display: block;
}
.p-point_title{
    color: #1A305F;
}

.u-main_color_text{
    color: #1A305F;
}
.u-border{
    border-bottom: solid #1A305F 2px;
    font-weight: 600;

}
.cta{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.cta img{
    max-width: 298px;
}
.p-fv__btn_sp.cta img{
    max-width: 500px;
}
@media (min-width: 821px) {
    .cta img{
        max-width: 473px;
    }
    .cta:hover{
    transform: scale(1.05);
}
}

.p-fv{
    position: relative;
}
.p-fv_copy{
    position: absolute;
    top: 10%;
    left: 7%;
    width: 37%;
}
.p-fv_copy a{

}

.p-fv__btn_sp{
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 80%;
}

.p-present_pc{
    display: none;
}
@media (min-width: 821px) {
    .p-fv__btn{
    display: block;
    
    }
.p-present_pc{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 6%;
    z-index: 1;
    max-width: 740px;
    width: 50%;
}

.p-fv__btn_sp{
    display: none;
}
}
@media (min-width: 1920px) {
.p-present_pc{
    max-width: 1000px;
}
}



/* =============================
-sec-catalog
================================ */



.sec-catalog .w975 {
    /* background: rgb(0, 40, 112); */
    background: #1A305E;
    text-align: center;
    padding: 45px 0px;
    color: rgb(255, 255, 255);
}

.sec-catalog .sec-catalog_ttlbox {
    margin: 0px auto 35px;
    /* font-weight: 500; */
}

.sec-catalog .sec-catalog_ttlbox h3 {
    font-size: 19px;
    letter-spacing: 0.1em;
    margin: 0px auto;
    width: fit-content;
    font-weight: 700;
}

.sec-catalog .sec-catalog_ttlbox p {
    font-size: 29px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 700;
}

.sec-catalog img {
    max-width: 617.46px;
    margin: 0px auto 30px;
    width: 90%;
}

.sec-catalog .txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.sec-catalog .btn02 {
    max-width: 383.5328px;
    margin: 0px auto;
}

.sec-catalog .btn02 img,
.sec-catalog .btn02 picture {
    image-rendering: auto;
}
@media only screen and (max-width: 768px){
.sec-catalog .w975 {
	padding: 30px 0 40px;
	width: 100%;
}
.sec-catalog .sec-catalog_ttlbox{
	font-size: calc(35/746*100vw);
	line-height: 1.771;
	white-space: nowrap;
}
.sec-catalog .sec-catalog_ttlbox h3{
	padding-bottom: 10px;
	font-size: 15px;
}
.sec-catalog .sec-catalog_ttlbox p{
	font-size: 21px;
}

.sec-catalog .img {
	width: 82.32801333333333%;
	margin-bottom: 15px;
}
.sec-catalog .txt {
	font-size: 15px;
	line-height: 1.8333;
	width: 100%;
	margin-bottom: 0;
}
.sec-catalog .btn02 {
	width: 83.52345333333333%;
}
}

