@charset "UTF-8";
/*==================================================================================================
	TOP
==================================================================================================*/
#top .mv {
    width: calc(100% - clamp(110px, 14vw, 220px));
    margin-left: auto;
    height: 95svh;
}
@media (max-width: 700px) {
    #top .mv {
        width: 100%;
    }
}
#top .mv_inner {
    position: relative;
    width: 100%;
    height: 100%;
}
#top .mv_logo {
    position: absolute;
    transition: none;
    top: min(2vw, 25px);
    left: calc(clamp(110px, 14vw, 220px) * -0.875);
    width: calc(clamp(110px, 14vw, 220px) * 0.75);
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 700px) {
    #top .mv_logo {
        left: min(2vw, 25px);
    }
}
#top .mv_logo .sub {
    font-size: min(1vw, 1.6rem);
}
@media (max-width: 700px) {
    #top .mv_logo .sub {
        display: none;
    }
}
#top .mv_img {
    width: 100%;
    height: 100%;
}
#top .mv_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 0 0 40px;
}
#top .mv_txt {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
#top .mv_txt p {
    color: #fff;
    font-size: clamp(3.2rem, 5.2vw, 6rem);
    line-height: 1.5;
}
#top .greeting {
    margin: clamp(80px, 12vw, 150px) auto;
    padding: 0 min(5%, 80px);
}
#top .greeting_head {
    max-width: 1600px;
    margin-left: calc(50% - 50vw);
    margin-right: 0;
    width: 100%;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    height: clamp(250px, 50vw, 400px);
}
#top .greeting_head img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#top .greeting_body {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#top .greeting_content {
    width: 44%;
    padding-right: 40px;
    margin-top: clamp(40px, 8vw, 80px);
}
@media (max-width: 840px) {
    #top .greeting_content {
        width: 100%;
    }
}
#top .greeting_txt .txt {
    line-height: 2;
}
#top .greeting_img {
    position: relative;
    width: 50%;
}
@media (max-width: 840px) {
    #top .greeting_img {
        width: 100%;
    }
}
#top .greeting_img .img_list {
    margin-top: -8%;
}
@media (max-width: 840px) {
    #top .greeting_img .img_list {
        margin-top: 40px;
    }
}
#top .greeting_img .img_list .item {
    border-radius: 30px;
    overflow: hidden;
}
#top .greeting_img .img_list .item:nth-child(1) {
    width: 100%;
    aspect-ratio: 2/1;
    margin-left: 15%;
}
#top .greeting_img .img_list .item:nth-child(2) {
    aspect-ratio: 1/1;
    width: 255px;
    margin-top: 40px;
}
@media (max-width: 700px) {
    #top .greeting_img .img_list .item:nth-child(2) {
        width: 200px;
    }
}
#top .greeting_img .img_list .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#top .news_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
#top .news_head {
    width: 300px;
}
#top .news_head .news_secttl {
    margin-top: 0;
}
@media (max-width: 700px) {
    #top .news_head {
        width: 100%;
    }
}
#top .news_body {
    width: calc(100% - 300px);
}
@media (max-width: 700px) {
    #top .news_body {
        width: 100%;
    }
}
#top .news_btn {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
#top .news_btn a {
    padding: 24px 8px;
    text-align: center;
}
#top .news_btn a span {
    font-size: clamp(1.8rem, 2vw, 2rem);
}
#top .news_btn a:hover {
    background-color: rgba(235, 148, 17, 0.1);
}
#top .interview_secttl {
    text-align: center;
    margin-top: 0;
}
#top .interview#interview {
    scroll-margin-top: 100px;
}

/*==================================================================================================
	お知らせ
==================================================================================================*/
#news .archive_list {
    width: 100%;
    border-bottom: solid 1px #ccc;
}
#news .article_info {
    display: flex;
    flex-direction: column;
}
#news .article_ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.35;
    font-weight: 500;
    display: block;
    margin-bottom: 0.75em;
    margin-left: -0.15em;
    padding-bottom: 0.75em;
    border-bottom: solid 1px #ccc;
}
#news .article_content {
    min-height: 100px;
}
#news .article_content img {
    margin: 1em 0;
    width: auto;
}
#news .article_backbtn {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-top: 2em;
}
#news .article_backbtn button {
    padding: 24px 8px;
    text-align: center;
    width: 100%;
    border: none;
    background-color: transparent;
}
#news .article_backbtn button span {
    font-size: clamp(1.8rem, 2vw, 2rem);
}
#news .article_backbtn button:hover {
    background-color: rgba(235, 148, 17, 0.1);
}

/*==================================================================================================
	インタビュー
==================================================================================================*/
#interview .head_inner {
    display: flex;
    align-items: center;
    gap: calc(clamp(50px, 8vw, 75px) * 0.75) 0;
}
@media (max-width: 700px) {
    #interview .head_inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
#interview .head_img {
    margin-left: calc(50% - 50vw);
    width: 50vw;
}
@media (max-width: 700px) {
    #interview .head_img {
        width: 100%;
    }
}
#interview .head_img img {
    border-radius: 0 30px 30px 0;
    aspect-ratio: 16/9;
    -o-object-fit: cover;
    object-fit: cover;
}
#interview .head_content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0 min(5%, 75px);
}
#interview .head_copy {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: clamp(2.8rem, 4vw, 3.6rem);
    line-height: 1.35;
}
#interview .head_info {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
    margin-top: 0.5em;
    gap: 0.5em 0.5em;
}
#interview .head_info .name {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
}
#interview .voice_list {
    display: flex;
    flex-direction: column;
    gap: clamp(50px, 8vw, 75px) 0;
}
#interview .voice_item {
    width: 80%;
    position: relative;
}
@media (max-width: 700px) {
    #interview .voice_item {
        width: 90%;
    }
}
#interview .voice_item:nth-child(even) {
    margin-left: auto;
}
#interview .voice_item::before {
    content: "";
    width: clamp(50px, 8vw, 75px);
    height: clamp(50px, 8vw, 75px);
    opacity: 0.5;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    background-color: #eb9411;
    border-radius: 50vw;
    position: absolute;
    top: calc(clamp(50px, 8vw, 75px) * 0.5);
    left: calc(clamp(50px, 8vw, 75px) * -0.5);
    translate: 0 -50%;
}
#interview .voice_ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.35;
    margin-bottom: 0.5em;
    position: relative;
    padding-left: 2.5em;
    z-index: 5;
}
#interview .voice_ttl::before {
    content: "";
    width: 2em;
    height: 1px;
    background-color: #eb9411;
    position: absolute;
    top: 52.5%;
    left: 0;
    translate: 0 -50%;
}
#interview .voice_txt {
    position: relative;
    z-index: 5;
}
#interview .interview_list {
    margin-top: calc(clamp(50px, 8vw, 75px) * 0.75);
}

/*==================================================================================================
	メッセージ
==================================================================================================*/
#message .greeting_inner {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(50px, 8vw, 75px) 0;
    justify-content: space-between;
}
#message .greeting_img {
    width: 37.5%;
}
@media (max-width: 700px) {
    #message .greeting_img {
        width: 70%;
    }
}
#message .greeting_img img {
    border-radius: 30px;
}
#message .greeting_content {
    width: 55%;
}
@media (max-width: 700px) {
    #message .greeting_content {
        width: 90%;
        margin-left: auto;
    }
}
#message .greeting_copy {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: clamp(2.8rem, 4vw, 3.6rem);
    line-height: 1.35;
    margin-bottom: 0.75em;
}
#message .greeting_txt {
    font-size: 1.15em;
}
#message .greeting_name {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
    margin-top: 0.5em;
    margin-right: 0.75em;
    gap: 0.5em 0.5em;
}
#message .greeting_name .main {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
}
#message .about_inner {
    display: flex;
    flex-direction: column;
    gap: clamp(50px, 8vw, 75px) 0;
    justify-content: space-between;
}
#message .about_img img {
    border-radius: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 3/1;
}
@media (max-width: 700px) {
    #message .about_img img {
        aspect-ratio: 2/1;
    }
}
#message .about_copy {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: clamp(2.8rem, 4vw, 3.6rem);
    line-height: 1.35;
    margin-bottom: 0.75em;
    text-align: center;
}
#message .about_txt {
    padding: 0 5%;
}
@media (max-width: 700px) {
    #message .about_txt {
        padding: 0;
    }
}

/*==================================================================================================
	園について
==================================================================================================*/
#about .vision::after {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    content: "";
    display: block;
    width: 100%;
    height: 120%;
    background-image: url(../img/03_about/vision_bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#about .vision_inner {
    padding: 3.5% 0 7.5%;
    z-index: 5;
}
#about .vision_secttl {
    text-align: center;
    margin-top: 0;
}
#about .vision_copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#about .vision_copy .main {
    font-size: clamp(2.8rem, 4vw, 3.6rem);
    line-height: 1.35;
    font-weight: 500;
    display: block;
}
#about .vision_copy .sub {
    font-size: 1.15em;
    margin-top: 0.15em;
    font-weight: 500;
    display: block;
}
#about .vision_txt {
    margin-top: 1.5em;
    text-align: center;
}
#about .value_secttl {
    text-align: center;
    margin-top: 0;
}
#about .value_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.5%;
}
@media (max-width: 700px) {
    #about .value_list {
        max-width: 540px;
        margin: 0 auto;
    }
}
#about .value_item {
    width: 23.875%;
}
@media (max-width: 700px) {
    #about .value_item {
        width: 49.25%;
    }
}
#about .value_item:nth-child(2) {
    margin-top: 10%;
}
#about .value_item:nth-child(3) {
    margin-top: 3.5%;
}
@media (max-width: 700px) {
    #about .value_item:nth-child(3) {
        margin-top: -20%;
    }
}
#about .value_note {
    display: block;
    text-align: right;
}
#about .goal_copy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#about .goal_copy .main {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    font-size: clamp(2.8rem, 4vw, 3.6rem);
    line-height: 1.35;
}
#about .goal_copy .sub {
    font-size: 1.15em;
    margin-top: 0.15em;
    font-weight: 500;
    display: block;
}
#about .goal_txt {
    margin-top: 2em;
}
#about .point_inner {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(50px, 8vw, 75px) 7.5%;
    justify-content: space-between;
    align-items: flex-start;
}
#about .point_content {
    width: 35%;
    margin-top: 12.5%;
}
@media (max-width: 700px) {
    #about .point_content {
        width: 100%;
        margin-top: 0;
    }
}
#about .point_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: clamp(1.8rem, 2vw, 2rem);
    gap: 0.5em 0;
}
#about .point_item {
    color: #eb9411;
    font-weight: 500;
}
#about .point_img {
    width: 57.5%;
    aspect-ratio: 16/9;
    position: relative;
}
@media (max-width: 700px) {
    #about .point_img {
        width: 100%;
        aspect-ratio: 2/1;
    }
}
#about .point_img img {
    position: absolute;
    border-radius: 30px;
}
#about .point_img img:nth-child(1) {
    bottom: 0;
    left: 0;
    width: 51.5%;
}
#about .point_img img:nth-child(2) {
    top: 0;
    right: 0;
    width: 45%;
}
#about .overview_location {
    margin-top: clamp(50px, 8vw, 75px);
    display: flex;
    flex-wrap: wrap;
    gap: calc(clamp(50px, 8vw, 75px) * 0.75) 0;
    justify-content: space-between;
}
#about .overview .location_content {
    width: 47.5%;
}
@media (max-width: 700px) {
    #about .overview .location_content {
        width: 100%;
    }
}
#about .overview .location_ttl {
    margin-bottom: 0.15em;
    margin-left: 0;
}
#about .overview .location_address {
    margin-bottom: 1em;
}
#about .overview .location_map {
    width: 100%;
}
@media (max-width: 700px) {
    #about .overview .location_map iframe {
        height: 60vw;
    }
}

/*==================================================================================================
	募集要項
==================================================================================================*/
#requirement .tab {
    margin-bottom: 0;
}
#requirement .tab_inner {
    display: flex;
    flex-wrap: wrap;
    gap: calc(clamp(50px, 8vw, 75px) * 0.75) 0;
    justify-content: space-between;
}
#requirement .tab_content {
    width: 47.5%;
}
@media (max-width: 700px) {
    #requirement .tab_content {
        width: 100%;
    }
}
#requirement .tab_ttl {
    margin-bottom: 0.75em;
    margin-left: 0;
}
#requirement .tab_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 2.5%;
}
#requirement .tab_item {
    width: 48.75%;
    border: 0.125em solid #eb9411;
    text-align: center;
    padding: 1em 1em;
    line-height: 1.35;
    border-radius: 15px;
    font-size: clamp(1.8rem, 2vw, 2rem);
    color: #eb9411;
    cursor: pointer;
    transition: background-color 0.5s, color 0.5s;
}
#requirement .tab_item:hover {
    background-color: #eb9411;
    color: #fff;
}
#requirement .tab_item.-active {
    background-color: #eb9411;
    color: #fff;
}
#requirement .info {
    margin-top: clamp(50px, 8vw, 75px);
}
#requirement .info_content {
    display: none;
}
#requirement .info_content.-active {
    display: block;
}
#requirement .info_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#requirement .info_ttl span {
    display: block;
    font-weight: 500;
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.35;
}
#requirement .info_ttl .main {
    color: #eb9411;
    margin-top: 0.25em;
}
#requirement .info_list {
    margin-top: calc(clamp(50px, 8vw, 75px) * 0.35);
}
#requirement .info_item {
    border-bottom: none;
}
#requirement .info_item::after {
    content: "";
    width: 100%;
    height: 1px;
    background-image: url(../img/00_cmn/dotted_line.svg);
    background-size: 0.6em;
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*==================================================================================================
	働く環境・制度
==================================================================================================*/
#environment .num_list,
#environment .welfare_list {
    display: flex;
    flex-wrap: wrap;
    gap: calc(clamp(50px, 8vw, 75px) * 0.5) 2.5%;
}
#environment .num_item,
#environment .welfare_item {
    width: 31.6666666667%;
    border: 1px solid #eb9411;
    padding: min(5vw, 30px) min(3.5%, 30px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em 0;
}
@media (max-width: 700px) {
    #environment .num_item,
    #environment .welfare_item {
        width: 48.75%;
    }
}
#environment .num_item:nth-child(n+4) .num_img,
#environment .welfare_item:nth-child(n+4) .num_img {
    width: 70%;
}
#environment .num_ttl,
#environment .welfare_ttl {
    font-size: clamp(1.8rem, 2vw, 2rem);
    line-height: 1.35;
    font-weight: 500;
}
#environment .num_img,
#environment .welfare_img {
    width: 100%;
}
#environment .num_txt,
#environment .welfare_txt {
    text-align: left;
    width: 100%;
}
#environment .num {
    margin-bottom: 0;
}
#environment .welfare {
    margin-top: clamp(50px, 8vw, 75px);
}
#environment .welfare_img {
    width: 40%;
}
#environment .system_inner {
    display: flex;
    flex-wrap: wrap;
    gap: calc(clamp(50px, 8vw, 75px) * 0.5) 0;
    justify-content: space-between;
}
#environment .system_content {
    width: 48.5%;
    background-color: #f7f5f2;
    padding: min(5vw, 30px) min(3.5%, 30px);
}
@media (max-width: 700px) {
    #environment .system_content {
        width: 100%;
    }
}
#environment .system_ttl {
    margin-bottom: 0.75em;
    margin-left: 0;
}
#environment .system_list {
    display: flex;
    flex-direction: column;
    gap: 1.5em 0;
}
#environment .system_name {
    font-size: clamp(1.8rem, 2vw, 2rem);
    line-height: 1.35;
    font-weight: 500;
    color: #eb9411;
    margin-bottom: 0.15em;
}

/*==================================================================================================
	新卒採用
==================================================================================================*/
#graduate .flow_secttl {
    text-align: center;
    margin-top: 0;
}
#graduate .flow_chart {
    padding: calc(clamp(50px, 8vw, 75px) * 0.25) 0;
}
#graduate .flow .chart_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 7.5%;
}
@media (max-width: 700px) {
    #graduate .flow .chart_list {
        gap: 0 10%;
    }
}
#graduate .flow .chart_item {
    width: 14%;
    position: relative;
}
@media (max-width: 700px) {
    #graduate .flow .chart_item {
        width: 26.6666666667%;
    }
}
#graduate .flow .chart_item:not(:first-child)::before {
    content: "";
    width: 1em;
    height: 1em;
    background-image: url(../img/05_graduate/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: -32.5%;
    translate: 0 -50%;
}
@media (max-width: 700px) {
    #graduate .flow .chart_item:not(:first-child)::before {
        left: -25%;
    }
}
#graduate .flow_list {
    max-width: 1024px;
    margin: calc(clamp(50px, 8vw, 75px) * 0.5) auto 0;
    display: flex;
    flex-direction: column;
    gap: calc(clamp(50px, 8vw, 75px) * 0.5) 0;
}
#graduate .flow_item {
    width: 100%;
    border: 1px solid #eb9411;
    padding: min(5vw, 30px) min(3.5%, 30px);
    position: relative;
    display: flex;
    align-items: center;
}
@media (max-width: 540px) {
    #graduate .flow_item {
        align-items: flex-start;
    }
}
#graduate .flow_item:not(:last-child)::before {
    content: "";
    width: 1em;
    height: 1em;
    background-image: url(../img/05_graduate/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: calc(clamp(50px, 8vw, 75px) * -0.375);
    left: 50%;
    translate: -50% 0;
    rotate: 90deg;
}
#graduate .flow_num {
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
    color: #eb9411;
    font-weight: 300;
    line-height: 1.25;
}
#graduate .flow_content {
    padding-left: min(3.5%, 30px);
}
#graduate .flow_ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.35;
    font-weight: 500;
    margin-bottom: 0.25em;
    color: #eb9411;
}

/*==================================================================================================
	中途採用
==================================================================================================*/
#career .careerup_secttl {
    text-align: center;
}
#career .careerup_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 7.5%;
}
@media (max-width: 700px) {
    #career .careerup_list {
        gap: 30px 10%;
        margin-left: -20%;
    }
}
#career .careerup_item {
    width: 19.375%;
    position: relative;
}
@media (max-width: 700px) {
    #career .careerup_item {
        width: 26.6666666667%;
    }
    #career .careerup_item:nth-child(3) {
        margin-left: 35%;
    }
}
#career .careerup_item:not(:first-child)::before {
    content: "";
    width: 1em;
    height: 1em;
    background-image: url(../img/05_graduate/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: -23.5%;
    translate: 0 -50%;
}
@media (max-width: 700px) {
    #career .careerup_item:not(:first-child)::before {
        left: -25%;
    }
}
#career .careerup_txt {
    margin-top: 2em;
}

/*==================================================================================================
	お問い合わせ
==================================================================================================*/
#contact .tel {
    margin-bottom: 0;
}
#contact .tel_inner {
    display: flex;
    flex-wrap: wrap;
    gap: calc(clamp(50px, 8vw, 75px) * 0.5) 0;
    justify-content: space-between;
}
#contact .tel_content {
    width: 47.5%;
    background-color: #f7f5f2;
    padding: min(5vw, 30px) min(3.5%, 30px);
}
@media (max-width: 700px) {
    #contact .tel_content {
        width: 100%;
    }
}
#contact .tel_ttl {
    margin-bottom: 0.15em;
    margin-left: 0;
}
#contact .tel_num {
    display: flex;
    align-items: baseline;
    color: #eb9411;
}
#contact .tel_num .num {
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    font-weight: 300;
    font-size: clamp(2.4rem, 3.2vw, 3.2rem);
}
#contact .tel_num:hover {
    opacity: 0.7;
}
#contact .tel_address {
    margin-bottom: 1em;
}
#contact .tel_map {
    width: 100%;
}
@media (max-width: 700px) {
    #contact .tel_map iframe {
        height: 60vw;
    }
}
#contact .form {
    margin-top: clamp(50px, 8vw, 75px);
}
#contact .form_txt {
    margin-bottom: 1.5em;
}

/*==================================================================================================
	フォーム関連
==================================================================================================*/
/* 日曜日：赤 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7n+1),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n+1) {
    color: #f00;
}

/* 土曜日：青 */
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-weekdays .flatpickr-weekday:nth-child(7),
.flatpickr-calendar .flatpickr-innerContainer .flatpickr-days .flatpickr-day:not(.flatpickr-disabled):not(.prevMonthDay):not(.nextMonthDay):nth-child(7n) {
    color: #25bdcf;
}

/* 祝日 */
.flatpickr-day.is-holiday {
    background: #ffcccc !important;
}

/* 入力欄の文字列を選択させないようにしておく  */
.flatpickr-calendar .numInput {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flatpickr-day.selected {
    background: #ddd !important;
    border: 1px solid #ddd !important;
}

.flatpickr-day {
    letter-spacing: 0.1em;
    line-height: 2.65 !important;
}

.flatpickr-months .flatpickr-month {
    height: 45px !important;
}

.numInputWrapper span {
    right: -12.5px !important;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
    fill: #eb9411 !important;
}

.mailphp-header-title {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.35;
    margin: 0 auto 2em;
    position: relative;
    z-index: 5;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 0 0.35em;
}
.mailphp-header-title::before {
    content: "";
    width: 0.45em;
    height: 0.45em;
    border-radius: 50vw;
    border: solid 0.15em #eb9411;
    translate: 0 0.075em;
    flex-shrink: 0;
}
.mailphp-header-txt {
    inline-size: -webkit-fit-content;
    inline-size: -moz-fit-content;
    inline-size: fit-content;
    margin-inline: auto;
}

.confirm_head {
    width: calc(100% - clamp(110px, 14vw, 220px));
    margin-left: auto;
    padding: calc(clamp(80px, 12vw, 150px) * 1.25) 0;
    border-radius: 0 0 0 40px;
    background-image: url(../img/00_cmn/pagehead.jpg);
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
}
@media (max-width: 700px) {
    .confirm_head {
        width: 100%;
    }
}

.confirm_custom {
    margin: clamp(50px, 8vw, 75px) auto clamp(80px, 12vw, 150px) auto;
    padding: 0 5%;
    position: relative;
}
.confirm_custom_inner {
    max-width: 840px;
    margin: 0 auto;
}

.confirm-items {
    width: 100%;
    margin-top: 30px;
}
.confirm-items tbody {
    width: 100%;
    position: relative;
}
.confirm-items tbody::after {
    content: "";
    width: 100%;
    height: 1px;
    background-image: url(../img/00_cmn/dotted_line.svg);
    background-size: 0.6em;
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}
.confirm-items tbody tr {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.confirm-items tbody tr::after {
    content: "";
    width: 100%;
    height: 1px;
    background-image: url(../img/00_cmn/dotted_line.svg);
    background-size: 0.6em;
    background-repeat: repeat-x;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.confirm-items tbody tr th {
    display: block;
    width: 230px;
    text-align: left;
    font-weight: normal;
    padding: 1em 0;
    font-weight: 500;
}
@media screen and (max-width: 700px) {
    .confirm-items tbody tr th {
        width: 100%;
        padding: 1em 0 0;
    }
}
.confirm-items tbody tr td {
    display: block;
    width: calc(100% - 230px);
    text-align: left;
    padding: 1em 0 1em 1em;
}
@media screen and (max-width: 700px) {
    .confirm-items tbody tr td {
        width: 100%;
        padding-left: 0px;
        padding: 0 0 1em;
    }
}

.error-items .error-item {
    border-radius: 5px;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}
.error-items .error-item:not(:last-child) {
    margin-bottom: 5px;
}
.error-items .error-item-label {
    display: block;
    width: 150px;
}
@media screen and (max-width: 700px) {
    .error-items .error-item-label {
        width: 100%;
    }
}
.error-items .error-item-body {
    display: block;
    width: calc(100% - 150px);
    padding-left: 1em;
    word-break: break-all;
    color: #c40000;
}
@media screen and (max-width: 700px) {
    .error-items .error-item-body {
        width: 100%;
        padding-left: 0px;
    }
}

.confirm-btns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.confirm-btns .confirm-btn.confirm-btn-submit {
    margin: 2em auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    border: none;
    border-radius: 15px;
    padding: 1.25em 7em 1.25em 2em;
    background-color: #eb9411;
    color: #fff;
    display: inline-block;
    position: relative;
}
.confirm-btns .confirm-btn.confirm-btn-submit:after {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(../img/00_cmn/circle_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    translate: 0 -50%;
    transition: 0.3s;
}
.confirm-btns .confirm-btn.confirm-btn-submit:hover:after {
    right: 20px;
}
.confirm-btns .confirm-btn.confirm-btn-back {
    font-size: 1.6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 10px;
    max-width: 100%;
    margin: 1.5em auto 0px;
    background-color: #aaa;
    color: #fff;
    border: none;
    padding: 0.75em 2.5em;
    transition: 0.5s opacity;
}
.confirm-btns .confirm-btn.confirm-btn-back:hover {
    opacity: 0.7;
}

.error_messe {
    margin-top: 30px;
    text-align: center;
}

/*==================================================================================================
	プライバシーポリシー
==================================================================================================*/
#privacypolicy .sec_head {
    margin-bottom: 2em;
}
#privacypolicy .sec_list {
    display: flex;
    flex-direction: column;
    gap: 2em 0;
}
#privacypolicy .sec_item .ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.35;
    font-weight: 500;
    display: block;
    margin-bottom: 0.25em;
}
/*==================================================================================================
	404,サンクスページ
==================================================================================================*/
#error .head,
#thanks .head {
    width: calc(100% - clamp(110px, 14vw, 220px));
    margin-left: auto;
    padding: calc(clamp(80px, 12vw, 150px) * 1.25) 0;
    border-radius: 0 0 0 40px;
    background-image: url(../img/00_cmn/pagehead.jpg);
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
}
@media (max-width: 700px) {
    #error .head,
    #thanks .head {
        width: 100%;
    }
}
#error .sec_ttl,
#thanks .sec_ttl {
    font-size: clamp(2rem, 2.4vw, 2.4rem);
    line-height: 1.35;
    font-weight: 500;
    display: block;
    margin-bottom: 0.75em;
    text-align: center;
}
#error .sec_txt,
#thanks .sec_txt {
    text-align: center;
}
#error .sec_btn,
#thanks .sec_btn {
    margin: 2em auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    border: none;
    border-radius: 15px;
    padding: 1.25em 7em 1.25em 2em;
    background-color: #eb9411;
    color: #fff;
    display: block;
    position: relative;
}
#error .sec_btn:after,
#thanks .sec_btn:after {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(../img/00_cmn/circle_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    translate: 0 -50%;
    transition: 0.3s;
}
#error .sec_btn:hover:after,
#thanks .sec_btn:hover:after {
    right: 20px;
}