@charset "utf-8";
/* scedule_year ページ専用スタイル */
h3.sub-title{
    background-color: #f7eff0;
    border-radius: 10px;
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.14rem;
    line-height: 3.5rem;
    color: #e07f81;
    margin: 3.2rem 0;
    padding: 0.8rem 0;
    position: relative;
}

h3.sub-title span{
    border: 3px solid #fff;
    display: block;
    margin: 0 0.8rem;
    padding: 3rem 0.8rem;
    border-radius: 6px;
}

h3.sub-title::before{
    content: "“";
    font-size: 7.2rem;
    color: #e07f81;
    position: absolute;
    left: 0;
    top: 0;
}

h3.sub-title::after{
    content: "”";
    font-size: 7.2rem;
    color: #e07f81;
    position: absolute;
    right: -6px;
    bottom: -30px;
}

p.section__text{
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    line-height: 2.5rem;
}

p.section__text.-pink{
    color: #e07f81;
    font-weight: 600;
    margin-bottom: 2rem;
}

.spring_secion{
    margin-top: 5rem;
}

h4.pink_title{
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: 0.15em;
    color: #e07f81;
    font-weight: 600;
    background-color: #f7eff0;
    margin-bottom: 4rem;
    height: 5rem;
    line-height: 5rem;
}

#summer .pink_title{
    background-color: #e3f7f3;
    color: #4ecdae;
}

#autumn .pink_title{
    background-color: #fef7eb;
    color: #e9a337;
}

#winter .pink_title{
    background-color: #e4f2f5;
    color: #74cacf;
}

.month_list{
    margin-bottom: 4rem;
}

.month_item{
    display: flex;
    gap: 2rem;
    margin-bottom: 2.5rem;
}

#summer .month_item.8month{
    align-items: center;
}

p.month{
    text-align: center;
    font-size: 2rem;
    color: #e07f81;
    font-weight: 700;
    background-color: #f7eff0;
    border-radius: 50%;
    width: 9.5rem;
    height: 9.5rem;
    line-height: 9.5rem;
    position: relative;
    z-index: 1;
}

#summer p.month{
    background-color: #e3f7f3;
    color: #4ecdae;
}

#autumn p.month{
    background-color: #fef7eb;
    color: #e9a337;
}

#winter p.month{
    background-color: #e4f2f5;
    color: #74cacf;
}

p.month::before{
    content: "";
    display: block;
    width: 8.75rem;
    height: 8.75rem;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    top: 4px;
    left: 4px;
}

p.month span{
    font-family: "Barlow";
    font-size: 5rem;
    font-weight: 600;
}

ul.event_list{
    width: calc((100% - 11.5rem));
}

ul.event_list li{
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1rem 0 1rem 2.4rem;
    border-bottom: 1px dotted #cccccc;
}

ul.event_list li:first-child{
    padding-top: 0;
}

ul.event_list li::before{
    content: "";
    display: block;
    background: url(../../images/scedule_year/spring_check.png) no-repeat center center;
    width: 1.5rem;
    height: 1.4rem;
    position: absolute;
    left: 0;
    top: 2.2rem;
    background-size: 100%;
}

#summer ul.event_list li::before{
    background: url(../../images/scedule_year/summer_check.png) no-repeat center center;
    background-size: 100%;
}

#autumn ul.event_list li::before{
    background: url(../../images/scedule_year/autumn_check.png) no-repeat center center;
    background-size: 100%;
}

#winter ul.event_list li::before{
    background: url(../../images/scedule_year/winter_check.png) no-repeat center center;
    background-size: 100%;
}

ul.event_list li:first-child::before{
    top: 0.8rem;
}

.event_photo img{
    border-radius: 10px;
}

.event_photo .flex{
    margin-top: 2rem;
    display: flex;
    gap: 2rem;
}

/* ハンバーガーメニュー時のロゴ切り替え(下層ページのみ） */
.header__logo-img--normal{
	display: none;
}
.header__logo.is-visible .header__logo-img--white{
	display: none;
}
.header__logo.is-visible .header__logo-img--normal{
	display: block;
}

/* pageimg */
.hero {
    background: #f7eff0;
    padding-bottom: 60px;
	position: relative;

}
.hero__container {
    aspect-ratio: 529 / 543;
}
.hero__image {
    position: relative;
    height: 100%;
    width: 100%;
}
.hero__tittle{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 2.7rem;
    font-weight: 500;
    text-align: center;
    width: 100%;
    letter-spacing: 0.14em;
	text-shadow: 0 0 4px #3b3b3b, 0 0 8px #3b3b3b, 0 0 12px #3b3b3b;
}
.hero__mask {
    bottom: 0;
    position: absolute;
    width: 100%;
}
.hero__logo {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 85px;
}
.hero__text {
    margin-top: 30px;
    padding: 0 20px;
}

/* section */
.section {
    position: relative;
}
.section__title .title__lang {
    display: block;
}
.section__title .title__lang--en {
    color: #e07f81;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.section__title .title__lang--jp {
    font-size: 2.3rem;
    font-weight: 500;
}
.section__title .title--center {
    text-align: center;
}
.section__title .title--left .title__lang--en {
    margin-bottom: 10px;
}
.section--recruit {
    padding-bottom: 80px;
    padding-top: 70px;
}

.information__button{
    margin-bottom: 2.4rem;
}

/* link */
ul.link{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

ul.link li{
    width: calc((100% - 20px) / 3);
}

ul.link li a{
    display: block;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.14em;
    color: #191e1f;
    font-weight: 500;
    background-color: #f7eff0;
    border-radius: 10px;
    padding: 24px 0 32px;
    position: relative;
    transition: opacity 0.5s ease;
}

ul.link li a::after{
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 8px;
    background: url("../../images/policy/arrow.png") no-repeat center;
    background-size: contain;
}

ul.link li a:hover{
    background-color: #eedae0;
    opacity: 1;
}

.site_link{
    border-top: 1px solid #cccccc;
    padding-top: 4rem;
}

h2.site__link_title{
    color: #e07f81;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 2.5rem;
}

ul.link_list{
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

ul.link_list li{
    width: calc((100% - 1.5rem) / 2);
}

ul.link_list li a{
    display: block;
    color: #191e1f;
    font-weight: 600;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 24px 18px;
    position: relative;
    transition: opacity 0.5s ease;
}

ul.link_list li a::before{
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 10px;
    background-color: #e57373;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

ul.link_list li a::after{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("../../images/policy/arrow_r.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 28px;
}

ul.link_list li a:hover{
    background-color: #f7eff0;
}