@charset "utf-8";
:root {
/* Colors: */
--navy: #235378;	
--blue: #00aebb;	
--beige: #f8f3e4;
--orange: #f18506;
--pink: #c567a5;
--white: #fff;
/* spacer */    
--spacer:10px;
}
.ta-c {
	text-align: center;
}
section ul {
	list-style: none;
}
#summer2025 {
	background: #96e3e9;
	padding:0 10px 50px;
}
#summer2025 .container {
	background: #fff;
	padding-top:30px;
}
#summer2025 .font-mincho {

    font-family: 'Hiragino mincho Pro','ヒラギノ明朝 Pro W3','Hiragino mincho ProN','ヒラギノ明朝 ProN W3','Noto Serif JP', serif;

    text-transform: uppercase;

}
#summer2025 p {
	margin-bottom: 0;
}
#summer2025 figure {
	margin-bottom: 0;
}
#summer2025 ul {
	margin: 0;
	padding: 0;
}
#summer2025 ol {
	margin: 0;
	padding: 0;
}
#summer2025 img{
    width:auto;
    max-width:100%;
}
#summer2025 figure img{
    margin-right:auto;
    margin-left:auto;
}
#summer2025 .d-flex{
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 100%;
}
#summer2025 .flex-row-reverse{
    flex-direction: row-reverse;
}
#summer2025 .flex-column{
    flex-direction: column;
}
#summer2025 .flex-column-reverse{
    flex-direction: column-reverse;
}
#summer2025 .d-pc{
    display:block;
}
#summer2025 .d-sp{
    display:none;
}
#summer2025 .mt-1{
    margin-top:calc(var(--spacer)*1) !important;
}
#summer2025 .mt-3{
    margin-top:calc(var(--spacer)*3) !important;
}
#summer2025 .mt-5{
    margin-top:calc(var(--spacer)*5) !important;
}
#summer2025 .mb-1{
    margin-bottom:calc(var(--spacer)*1) !important;
}
#summer2025 .mb-3{
    margin-bottom:calc(var(--spacer)*3) !important;
}
#summer2025 .mb-5{
    margin-bottom:calc(var(--spacer)*5) !important;
}
#summer2025 section{
  padding:calc(var(--spacer)*5) 0;
}
#summer2025 .wrap{
    max-width:1035px;
    width:auto;
    padding-right:calc(var(--spacer)*2);
    padding-left:calc(var(--spacer)*2);
    margin:0 auto;
}
#summer2025 .inner{
    max-width:945px;
    width:auto;
    margin-right:auto;
    margin-left:auto;
}
#summer2025 #nav{
     display: flex;
    justify-content: space-between;
}
#summer2025 #nav li{
    width:48%;
    text-align: center;
}
#summer2025 #nav li a{
    padding:10px;
    display: block;
    border-radius: 6px;
    position: relative;
}
#summer2025 #nav li:first-of-type a{
    background:#E5F6EF;
    border: 1px solid #00a764;
}
#summer2025 #nav li:last-of-type a{
    background:#FFE0E4;
    border: 1px solid #e95e71;
}
#summer2025 #nav li:first-of-type a:before{
    content:"";
	width: 4px;
	height: 4px;
	border-top: 2px solid #00a764;
	border-right: 2px solid #00a764;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    position: absolute;
    right:15px;
    top:calc(50% - 2px);
}
#summer2025 #nav li:last-of-type a:before{
    content:"";
	width: 4px;
	height: 4px;
	border-top: 2px solid #e95e71;
	border-right: 2px solid #e95e71;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    position: absolute;
    right:15px;
    top:calc(50% - 2px);
}
#summer2025 section h2{
    color: var(--blue);
    font-weight: 600;
    font-size: clamp(2.0rem, 6vw, 3.0rem);
    line-height: 1.2;
}
#summer2025 img[src*="summer2025_present.png"]{
    max-width: 700px;
}

@media screen and (max-width: 750px){
    :root {
    /* spacer */    
    --spacer:5px;
    }
    #summer2025 img[src*="summer2025_present.png"]{
    max-width: 100%;
}
    #summer2025 .d-flex{
    flex-direction: column;
    }
    #summer2025 .d-flex>*{
    width:100%!important;
    }
    #summer2025 .d-sp{
    display:block;
    }
	#summer2025 .d-pc{
    display:none;
    }
    #summer2025 h1{
        font-size:1.4rem!important;
        letter-spacing: 0!important;
    }
    #summer2025 h2{
        font-size:1.32rem!important;
        letter-spacing: 0!important;
    }
    #summer2025 h3{
        /*! font-size: 1.23rem!important; */
		font-size: 1.3rem !important;
    }
    #summer2025 h4{
    font-size: 1rem!important;
    }
    #summer2025 img[src*="summer2025_present_sp.png"]{
        max-width: 80%;
    }
}
@media screen and (max-width: 390px){
}
#summer2025 .pagecap {
 margin-bottom: 50px;
}
#summer2025 .title{
    margin-bottom:30px;
}
#summer2025 #link_box{
	background: #f8f3e4;
	padding-top: 50px;
	padding-bottom: 50px;
}
#summer2025 #link_box .box{
	margin: auto;
	max-width: 1000px;
	border: 2px solid #00ADBA;
}
#summer2025 #link_box h5{
	text-align: center;
	color: #fff;
	background: #00ADBA;
	line-height: 2.5;
	letter-spacing: 0.2rem;
	font-weight: 600;
}
#summer2025 #link_box a{
	text-decoration: underline;
	color: #0c6e75;
}
#summer2025 #link_box .box p{
	margin: 15px 20px;
	padding-left:1em;
	text-indent:-1em;
}
#summer2025 #link_box .ttl{
	margin-bottom: 30px;
}
#summer2025 #link_box .ttl img{
	width: 60%;
	max-width: 600px;
}
#summer2025 #link_box .click{
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	color: #225378;
	margin-top: 35px;
}
@media screen and (max-width: 750px){
    #summer2025 .pagecap {
		margin-bottom: 20px;
	}
    #summer2025 .pagecap {
		margin-bottom: 20px;
	}
    #summer2025 .title{
    margin-bottom:0px;
    }
	#summer2025 #link_box{
    padding-top: 20px;
    padding-bottom: 20px;
	}
	#summer2025 #link_box .ttl {
	  margin-bottom: 4vw;
	}
	#summer2025 #link_box .ttl img{
		width: 90%;
	}
}
/*---------------#system---------------------------*/
#system h1{
    font-size: clamp(2.0rem, 6vw, 3.0rem);
    color: var(--blue);
    font-weight: 600;
    line-height: 1.5;
}
#system ul{
    background: var(--blue);
    padding: calc(var(--spacer)*5) calc(var(--spacer)*2);    
}
#system ul li{
    background: #fff;
    padding: calc(var(--spacer)*3);
    position: relative;
    max-width: 995px;
    margin-left: auto;
    margin-right: auto;
}

#system ul li::after{
    display: block;
    content: "";
    width: 50px;
    aspect-ratio: 2 / 1;
    background: #fdd000;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position:absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    z-index:0;
    pointer-events: none;
}
#system ul li:last-child::after{
    display: none;
}
#system ul li .inner_txt{
    gap:20px;
}
#system ul li h2{
    color: var(--blue);
    font-size: 2.2rem;
    font-weight: 600;
    width: 400px;
    text-align: center;
    line-height: 1.2;
}
#system ul li h2 span{
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.5;
}
@media (max-width:750px) {
	#system ul li h2 span {
		font-size:14px;
		font-weight: normal;
	}
}
#system ul li .inner_txt p{
    flex: 1;
}
#system ul li:nth-child(3) .inner_img.d-flex{
    gap: 20px;
    align-items: flex-end;
}
#system ul li:nth-child(3) .inner_img.d-flex figure{
    flex-grow: 1;
}
#system ul li:nth-child(3) .inner_img.d-flex figure+figure{
    max-width: 260px;
}

@media screen and (max-width: 750px) {
    #system ul li::after{
        width: 30px;
    }
    #system ul li:nth-child(3) .inner_img.d-flex figure+figure{
        max-width: none;
    }
}
/*------------------#hensachi------------------------*/

#hensachi h2 span{
    display: block;
}
#hensachi .profile{
    margin-top: clamp(calc(var(--spacer) * 3), 8vw, calc(var(--spacer) * 10));
    position: relative;
}
#hensachi .profile .name{
    background: var(--beige);
}
#hensachi .profile .text{
    background: linear-gradient(to right, var(--blue) 50%, #77c6b4 100%);
    color: #fff;
}
#hensachi .profile .name,
#hensachi .profile .text{
    padding: calc(var(--spacer)*2);
}
#hensachi .profile .name .inner,
#hensachi .profile .text .inner{
    max-width: 995px;
    margin: 0 auto;
    padding-left: 40%;
}
#hensachi .profile .name p{
    font-size: 120%;
    line-height: 1.5;
	margin-bottom: 0;
}
#hensachi .profile .name p span{
    font-size: clamp(1.8rem, 6vw, 3.0rem);
}
#hensachi .profile .name p span i{
    font-size: 80%;
}
#hensachi .profile .text h3{
    font-weight: 600;
    line-height: 1.8;
	font-size: 1.75rem;
}
#hensachi .profile figure{
    position: absolute;
    z-index: 1;
    bottom: 0;
    top: auto;
    left: 0px;
    width: 40%;
}
#hensachi .profile figure img{
    vertical-align: bottom;
}
#hensachi h3 img{
    max-width: 800px;
    width: 100%;
}
#hensachi .eightweek li{
    position: relative;
    gap: 30px;
    background: var(--beige);
    padding: calc(var(--spacer) * 2) calc(var(--spacer) * 4)
}
#hensachi .eightweek li::after{
    display: block;
    content: "";
    width: 40px;
    aspect-ratio: 2 / 1;
    background: #fdd000;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position:absolute;
    bottom: 0px;
    left: 110px;
    transform: translateX(-50%) translateY(50%);
    z-index:1;
    pointer-events: none;
}
#hensachi .eightweek li:last-child::after{
    display: none;
}
#hensachi .eightweek li:nth-of-type(odd){
    background: var(--blue);
    color: #fff;
}
#hensachi .eightweek li h4{
    width: 140px;
}
#hensachi .eightweek li p{
    flex: 1;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
}
#hensachi .eightweek li:nth-of-type(even) p{
    color: var(--blue);
}
#hensachi .eightweek li p:has(+ figure){
    padding-right: 31%;
}
#hensachi .eightweek h4{
    margin: 0;
}
#hensachi .eightweek h4 img{
    border-radius: 50%;
    box-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}
#hensachi .eightweek li figure{
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 30%;
    text-align: right;
}
#hensachi .eightweek li figure img{
    vertical-align: bottom;
}
#hensachi .eightweek li:nth-of-type(5) figure{
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    max-width: 20%;
}
#hensachi .eightweek li:nth-of-type(5) p:has(+ figure){
    padding-right: 24%;
}
@media screen and (max-width: 750px) {
    #hensachi .profile{
        margin-top: clamp(calc(var(--spacer) * 8), 11vw, 11vw);
    }
    #hensachi .ta-c{
        text-align: left;
    }
    #hensachi .profile .name{
        position: relative;
    }
    #hensachi .profile .text .inner{
        padding-left: 0;
    }
    #hensachi .eightweek li{
        padding: calc(var(--spacer) * 2);
        gap: 15px;
    }
    #hensachi .eightweek li.d-flex{
        flex-direction: row;
    }
    #hensachi .eightweek li.d-flex h4{
        width: 25% !important;
    }
    #hensachi .eightweek li p{
        font-size: 1rem;
    }
    #hensachi .eightweek li::after{
        left: calc(var(--spacer) * 2 + 12.5%);
        width: 30px;
    }
    #hensachi .eightweek li:has(figure){
        align-items: flex-start;
    }
    #hensachi .eightweek li p:has(+ figure){
        padding-right: 0;
        padding-bottom: 30vw;
    }
    #hensachi .eightweek li:nth-of-type(5) p:has(+ figure){
        padding-right: 0;
        padding-bottom: 17vw;
    }
    #hensachi .eightweek li figure{
        width: 55%!important;
        text-align: left;
        right: auto;
        left: calc(20% + 30px + var(--spacer) * 2);
    }
    #hensachi .eightweek li:nth-of-type(5) figure {
        bottom: calc(var(--spacer) * 2);
        top: auto;
        transform: translateY(0%);
        width: 40%!important;
        max-width: none;
    }
}
/*-------------#voice-----------------------------*/
#voice{
    background: var(--beige);
    padding: calc(var(--spacer) * 5) calc(var(--spacer) * 2) !important;
}
#voice .wrap{
    background: #fff;
    gap: 30px;
    padding: calc(var(--spacer) * 2);
    align-items: stretch;
    width: 100%;
    box-sizing: border-box;
}
#voice .inner{
   width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 750px) {
    #voice{
        padding: calc(var(--spacer) * 5) calc(var(--spacer) * 2)!important;
    }
    #voice h2+p{
        text-align: left;
    }
}
/*-----------------#suisen-------------------------*/
#suisen .point{
    background: #208773;
    padding: calc(var(--spacer) * 3) calc(var(--spacer) * 2) calc(var(--spacer) * 2);
}
#suisen .point h3{
    color: #f2e851;
    font-weight: 600;
    font-size: clamp(18px, 3.4vw, 34px);
    line-height: 1.2;
}
#suisen .point ul{
    gap: 10px;
    align-items: stretch;
}
#suisen .point ul li{
    flex: 1;
    background: #fff;
    padding: calc(var(--spacer) * 2);
}
#suisen .point h4{
    margin: 0;
    position: relative;
    font-size: 17.5px;
    padding-top: 40px;
    color: #208773;
    margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.6;
}
#suisen .point h4 span{
    background: var(--orange);
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.1;
    position: absolute;
    top: -10px;
    left: -25px;
    padding: 5px;
}
#suisen .point h4 span i{
    font-size: 22px;
    font-weight: 600;
}
#suisen .point+p{
    font-size: 25px;
    font-weight: 600;
}
#suisen a.button01{
    max-width: 400px;
}

@media screen and (max-width: 750px) {
    #suisen .point h3{
        font-size: 1.3rem!important;
    }
    #suisen .point h4 span{
        font-size: 14px;
        top: 0;
        left: -15px;
    }
    #suisen .point h4 span i{
        font-size: 17px;
    }
    #suisen .point h4{
        padding-top: 30px;
        margin-bottom: 10px;
    }
    #suisen .point+p{
        font-size: 4vw;
    }
}
/*--------------#support----------------------------*/
#summer2025 #support h2{
    color:var(--navy);
    font-size:36px;
    border-top:2px solid var(--navy);
    border-bottom:2px solid var(--navy);
    padding:15px;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    
}
@media (max-width:750px) {
	#summer2025 #support h2{
	font-size:24px;
	}
}
#summer2025 #support h3{
    font-size:22px;
    line-height: 1.5;
    color:var(--navy);
    border-bottom:2px solid var(--navy);
    padding-bottom:calc(var(--spacer)*1.5);
    margin-bottom:calc(var(--spacer)*1.5);
    font-weight: bold;
}
#summer2025 #support h3 span{
    color: var(--pink);
    font-weight: bold;
}
#summer2025 #support article{
    border:4px solid #aad5e9;
    padding:calc(var(--spacer)*2);
    align-items: flex-start;
}
#summer2025 #support article > div{
    width:67%; 
}
#summer2025 #support article > figure{
    width:30%;
    aspect-ratio: 5 / 3;
}
#summer2025 #support article > figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 750px) {
    #summer2025 #support h3{
        font-size: 18px;
    }
    #summer2025 #support article > div h3 + p{
        margin-bottom: calc(var(--spacer)*3);
    }
}

/*--------------#fee----------------------------*/
#summer2025 #fee{
    background:var(--blue);
    color:var(--white);
}
#summer2025 #fee h2{
    background:#fff67f;
    color:#0c6e75;
    font-size:30px;
    text-align: center;
    padding:10px;
    font-weight: bold;
}
#summer2025 #fee h3{
    background:var(--white);
    color:#0c6e75;
    padding:10px;
    font-weight: bold;
}
#summer2025 .d-flex > figure{
    width:30%;
}
#summer2025 #fee h4{
    font-size:26px;
    font-weight: bold;
    text-align: left;
    color:var(--white);
    margin-block-start:1em;
    margin-block-end:1em;
}
/*---------------#ending---------------------------*/
