@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    font-size: 1.2rem;
    line-height: 1.5;
    font-optical-sizing: auto;
    font-family: "Noto Sans JP", serif;
    font-style: normal;
    text-align: justify;
    margin: 0 auto;
    text-align: left;
    word-break: break-word;
    letter-spacing: 0.05em;
}

h1 {
    font-size: 7rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3;
}

h2 {
    font-size: 3.6rem;
    font-size: min(2.5vw, 30px);
    /* font-size: 2.5vw; */
    font-weight: 500;
    line-height: 1.3;
    position: relative;
}

h3 {
    font-size: 2.4rem;
    font-size: min(1.666vw, 24px);
    font-size: 1.666vw;
    font-weight: 400;
    line-height: 1.5;
}

p {
    font-size: 1.6rem;
    font-size: min(1.111vw, 16px);
    font-size: 1.111vw;
    font-weight: 400;
    line-height: 1.5;
}

.autour {
    font-size: 3.2rem;
    font-family: "Autour One", system-ui;
    font-weight: 400;
    font-style: normal;
}

span {
    display: inline-block;
}

img {
    display: inline-block;
    width: 100%;
}

a {
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
}

a:hover {
    transition: all 0.5s;
}

.sp_br {
    display: none;
}

.facility_page section {
    overflow: hidden;
}

/**********************************************************
    
    header 

 **********************************************************/

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all 0.5s;
    background-color: #F7A6B2;
    border-bottom: 1px solid #FFF;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.15);
}

.header_wrapper {
    max-width: 1092px;
    height: 64px;
    padding: 0 60px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    transition: all 0.5s;
}

.logo a {
	width: 120px;
    display: block;
    font-size: 1.6rem;
    transition: all 0.5s;
    color: #FFF;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    line-height: 1.3;
}

.header_nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_nav ul li {
    margin-left: 30px;
}

.header_nav_list {
    font-size: 1.6rem;
    font-weight: 500;
    color: #FFF;
    transition: all 0.5s;
}

.header_nav_list:hover {
    opacity: 0.7;
    transition: all 0.5s;
}

.header_contact a {
    width: 140px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background-color: #8AC36E;
    border: 1px solid #FFF;
    border-radius: 10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.header_contact a:hover {
    opacity: 1;
    color: #8AC36E;
    background-color: #FFF;
}

.hamburger_menu {
    display: none;
}

/**********************************************************
    
    main

 **********************************************************/

main {
    margin-top: 64px;
}

.fv {
    position: relative;
    height: 100vh;
    max-height: 580px;
}

.fv img {
    height: 100%;
    object-fit: cover;
}

.fv_title {
    position: absolute;
    top: 100px;
    left: calc((100% - 1092px) / 2 + 60px);
}

@media screen and (max-width: 1092px) {
    .fv_title {
        left: 60px;
    }
}

.fv_title_top,
.fv_title_bottom {
    color: #FFF;
    font-weight: bold;
}

.fv_title_top {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 5vw;
    font-size: min(5vw, 72px);
    line-height: 1.3;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
}

.fv_title_bottom {
    font-size: 1.944vw;
    font-size: min(1.944vw, 28px);
    line-height: 1.6;
    letter-spacing: 0.1em;
}



.box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.concept {
    position: relative;
}

.concept::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    margin: auto;
    width: 27.36vw;
    height: 24.58vw;
    background-color: #F7A6B2;
    z-index: -1;
}

.concept::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 5vw;
    margin: auto;
    width: 18.19vw;
    height: 12.22vw;
    background-image: url(../img/concept_bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.concept .wrapper {
    padding: 8.333vw 0;
    padding: 70px 0;
    padding-left: 15%;
    margin: 0 auto;
}

.concept .box {
    gap: 48px;
}

.concept_txt {
    width: 38.33vw;
    padding: 8.888vw 0;
    position: relative;
}

.concept_txt::before {
    position: absolute;
    content: "Concept";
    top: 2.5vw;
    left: -5vw;
    font-size: min(10vw, 144px);
    font-size: 10vw;
    color: #FFEED9;
    font-weight: 700;
    line-height: min(7.291vw, 105px);
    line-height: 7.291vw;
}

.concept h2 {
    margin-bottom: 30px;
}

.concept p {
    font-size: min(1.666vw, 20px);
}

.concept_img {
    width: calc(100% - 38.33vw - 3.333vw);
    height: 100%;
    object-fit: cover;
}





.worry {
    background-color: #E6E5E2;
    position: relative;
}

.worry::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 40px solid #E6E5E2;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    transform: translateX(-50%) translateY(100%);
}

.worry .wrapper {
    padding: 60px 0;
    max-width: 72.77vw;
    max-width: 1000px;
    margin: auto;
}

.worry h2 {
    text-align: center;
    margin-bottom: calc(60px + 2vw);
}

.worry h2 span {
    color: #3F71A4;
    font-size: min(3.333vw, 48px);
    font-size: 3.333vw;
    font-size: 34px;
}

.worry_lists {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2.777vw 30px;
}

.worry_lists li {
    width: 21.875vw;
    width: 300px;
    height: 9.027vw;
    height: 125px;
    justify-content: center;
    border: 1px solid #F7A6B2;
    background-color: #FFF;
    border-radius: 2.083vw;
    font-size: min(1.111vw, 16px);
    font-size: 1.111vw;
    font-size: 16px;
    position: relative;
}

.worry_lists li::before {
    position: absolute;
    content: "";
    top: -25px;
    right: 0;
    left: 0;
    margin: auto;
    width: 3.333vw;
    height: 3.680vw;
    width: 50px;
    height: 50px;
    background-image: url(../img/worry_li.webp);
    background-repeat: no-repeat;
    background-size: contain;
}




.support {
    position: relative;
}

.support::before {
    position: absolute;
    content: "";
    top: 20vw;
    left: 0;
    margin: auto;
    width: 40.48vw;
    height: 21.38vw;
    top: 18vw;
    left: 0;
    margin: auto;
    /* width: 400px; */
    height: 250px;
    background-color: #F7A6B2;
    z-index: -1;
    border-bottom-right-radius: 20px;
}

.support::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    margin: auto;
    width: 14.18vw;
    height: 27.01vw;
    background-image: url(../img/support_bg.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.support .wrapper {
    padding: 7.638vw 10.41vw 85px 10.41vw;
    padding: 70px 10.41vw;
}

.support h2 {
    text-align: center;
    margin-bottom: 4.166vw;
    margin-bottom: 30px;
}

.support .box {
    gap: 2.083vw;
    max-width: 1100px;
    margin: auto;
}

.support_img {
    width: 33.33vw;
    width: 45%;
}

.support_txt {
    width: calc(100% - 33.33vw - 2.083vw);
    width: 45%;
    font-size: 2.5vw;
    font-size: 20px;
}

.support_txt span:first-child {
    font-size: 2.777vw;
    font-size: 26px;
    color: #E88585;
}

.support_txt span:last-child {
    line-height: 1;
    padding-bottom: 5px;
    background: linear-gradient(transparent 80%, #E88585 80%);
}

.support .btn {
    margin-top: 6.944vw;
    margin-top: 50px;
    text-align: center;
}

.btn a,
.btn input {
    margin: auto;
    width: 25.41vw;
    height: 5.902vw;
    font-size: 2.222vw;
    width: 300px;
    height: 70px;
    font-size: 20px;
    background-color: #8AC36E;
    color: #FFF;
    justify-content: center;
    border-radius: 2.083vw;
    border: 2px solid #FFF;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}

.btn a:hover {
    background-color: #FFF;
    color: #8AC36E;
}

.btn a span {
    padding-right: 4vw;
    position: relative;
}

.btn a span::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -2vw;
    margin: auto;
    transform: translateY(-50%);
    border: 1vw solid transparent;
    border-left: 1.5vw solid #FFF;
    transition: all 0.5s;
}

.btn a:hover span::before {
    transition: all 0.5s;
    border-left: 1.5vw solid #8AC36E;
}




.consultation_center {
    position: relative;
}

.consultation_center::before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 45.83vw;
    background-image: url(../img/consultation_center.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -2;
}

.consultation_center::after {
    position: absolute;
    content: "";
    bottom: 4vw;
    right: 0;
    margin: auto;
    width: 91.11vw;
    height: 22.91vw;
    background-color: #F7A6B2;
    z-index: -1;
    border-radius: 1.388vw 0 0 1.388vw;
}

.consultation_center .wrapper {
    padding: 21.52vw 15.27vw 5.555vw 15.27vw;
    padding: 10vw 15.27vw 5.555vw 15.27vw;
}

.consultation_center h2 {
    color: #E88585;
    text-align: center;
    margin-bottom: 4.166vw;
}

.consultation_center_slide {
    margin: 0 15px;
}

.consultation_center_slider_img {
    overflow: hidden;
    border-radius: 2vw 2vw 0 0;
}

.consultation_center_slide a img {
    transition: all 0.5s;
}

.consultation_center_slide a:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.consultation_center_slider_txt {
    padding: 1.388vw 0;
    text-align: center;
    background-color: #FFF;
    font-size: 1.805vw;
    font-size: 20px;
    font-size: 2vw;
    font-size: min(2vw, 20px);
    line-height: 1.3;
    border-radius: 0 0 1.388vw 1.388vw;
    min-height: 6vw;
    max-height: 90px;
}

.consultation_center_slider_arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1.458vw;
    height: 2.986vw;
    background-image: url(../img/arrow.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

.prev_arrow {
    left: -30px;
}

.next_arrow {
    right: -30px;
    transform: rotate(180deg);
}





.recruit .wrapper {
    padding: 40px 0 60px 0;
    max-width: 76.38vw;
    margin: auto;
    position: relative;
}

.recruit a:hover {
    opacity: 0.7;
}

.recruit .contents {
    width: 27.15vw;
    position: absolute;
    top: 10vw;
    left: 4vw;
    margin: auto;
}

.recruit h2 {
    font-size: 2.5vw;
    color: #F18F94;
    margin-bottom: 2.083vw;
}

.recruit h2 span {
    font-size: 1.805vw;
}

.recruit .catchphrase {
    font-size: 1.805vw;
    color: #FFF;
    background-color: #F18F94;
    padding: 5px 10px;
    margin-bottom: 1.041vw;
}

.recruit p {
	font-size: min(1.111vw, 20px);
}



.qa {
    background-color: #FFF5F7;
}

.qa .wrapper {
    padding: 60px 0;
    max-width: 69.44vw;
    margin: auto;
    position: relative;
}

.qa h2 {
    color: #E88585;
    font-size: 2.5vw;
    text-align: center;
    margin-bottom: 4.166vw;
}

.accordion_one {
    background-color: #FFF;
    border-radius: 1.388vw;
    box-shadow: 3px 3px 3px rgba(247, 166,178, 1);
    padding: 1.388vw 1.736vw;
    padding: 1vw 1.736vw;
    margin-bottom: 30px;
}

.accordion_inner {
    display: none;
}

.accordion_header,
.accordion_inner {
    padding-left: 4.861vw;
}

.accordion_header {
    display: flex;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    align-items: center;
    font-size: 1.111vw;
	font-size: min(1.111vw, 20px);
    height: 3.472vw;
}

.accordion_header::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 3.472vw;
    height: 3.472vw;
    background-image: url(../img/q_icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.accordion_inner {
	font-size: min(1.111vw, 20px);
    position: relative;
    margin-top: 1.388vw;
    font-weight: 400;
    padding-right: 10vw;
}

.accordion_inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    margin: auto;
    width: 3.472vw;
    height: 3.472vw;
    background-image: url(../img/a_icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.plus {
    position: relative;
    width: 2.083vw;
    height: 2.083vw;
    margin-right: 10px;
}

.plus::before,.plus::after  {
    content: '';
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 2.083vw;
    left: 7px;
    background-color: #F7A6B2;
}

.plus::after {
    transform: rotate(90deg);
}

.open .plus::before {
    display: none;
}























/**********************************************************
    
    footer

 **********************************************************/



footer {
    padding: 33px 0;
    background-color: #F7A6B2;
}


.footer_nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_nav ul li {
    padding-left: 25px;
    margin-left: 25px;
    border-left: 1px solid #FFF;
    font-size: 1.111vw;
    color: #FFF;
}

.footer_nav ul li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

.footer_nav ul li a:hover {
    opacity: 0.7;
}

.copyright {
    font-family: 'ヒラギノUD角ゴ StdN W4';
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
}









/* 

下層ページ FV

*/

.kasou_page .fv {
    height: 330px;
}

.kasou_page h1 {
    font-size: 70px;
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}



/* 

施設紹介ページ 

*/

.facility {
    position: relative;
}

.facility::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    margin: auto;
    width: 13.88vw;
    height: 11.18vw;
    background-color: #FFEBEE;
}

.facility .wrapper {
    padding: 60px 0;
    max-width: 68.33vw;
    margin: auto;
    position: relative;
}

.facility_txt {
    text-align: center;
    font-size: min(1.666vw, 20px);
    /* margin-bottom: 60px; */
}

.facility_txt span {
    text-align: left;
}

.facility_box li {
    padding: 80px 0 0 0;
}

.facility_box h2 {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 60px;
    margin-bottom: 40px;
}

.facility_box h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 8.472vw;
    height: 3px;
    background-color: #F7A6B2;
}

.facility_item {
    position: relative;
}

.yokohama::before,
.yokohama::after {
    position: absolute;
    content: "";
}

.yokohama::before {
    left: -16vw;
    top: 20vw;
    width: 8.75vw;
    height: 8.333vw;
    background-image: url(../img/facility_bg01.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.yokohama::after {
    right: -4vw;
    bottom: -4vw;
    width: 13.47vw;
    height: 13.47vw;
    background-color: #F7A6B2;
    z-index: -1;
}

.kagoshima::before,
.kagoshima::after {
    position: absolute;
    content: "";
}

.kagoshima::before {
    right: -16vw;
    bottom: -9vw;
    width: 13.125vw;
    height: 24.79vw;
    background-image: url(../img/facility_bg02.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.kagoshima::after {
    left: -7vw;
    top: 13.3vw;
    width: 13.88vw;
    height: 13.88vw;
    background-color: #E88585;
    z-index: -1;
}

.ready::before,
.ready::after {
    position: absolute;
    content: "";
}

.ready::before {
    left: -16vw;
    top: 4vw;
    width: 11.59vw;
    height: 17.29vw;
    background-image: url(../img/facility_bg03.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.ready::after {
    right: -10vw;
    bottom: -2vw;
    width: 15.34vw;
    height: 15.34vw;
    background-image: url(../img/facility_bg04.webp);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.facility_details {
    margin-bottom: 60px;
}

.facility_details_img {
    width: 27.77vw;
}

.facility_details_table {
    width: calc(100% - 30vw);
}

.facility_details_table table {
    width: 100%;
    border-collapse: collapse;
}

.facility_details_table table th,
.facility_details_table table td {
    font-size: 1.111vw;
    border: 1px solid #D9D9D9;
    vertical-align: middle;
    max-height: 4.444vw;
}

.facility_details_table table th {
    width: 8.819vw;
    background-color: #FFDADF;
    text-align: center;
    padding: 1.388vw 0;
}

.facility_details_table table td {
    width: calc(100% - 8.819vw);
    padding-left: 4.166vw;
}

.map iframe {
    width: 100%;
    height: 250px;
}




/* 

ご利用についてページ 

*/

.flow {
    position: relative;
}

.flow::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 7vw solid #FFF;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-bottom: 0px solid transparent;
    transform: translateX(-50%) translateY(100%);
}

.flow .wrapper {
    padding: 60px 0 0 0;
    max-width: 60.55vw;
	max-width: 800px;
    margin: auto;
    position: relative;
}

.flow_txt {
    text-align: center;
    font-size: min(1.666vw, 20px);
    margin-bottom: 60px;
}

.flow_txt span {
    text-align: left;
}

.step {
    background-color: #FFF5F7;
}

.step .wrapper {
    padding: 20.13vw 0 9.375vw 0;
    padding: 15vw 0 60px 0;
    max-width: 78.47vw;
    max-width: 1100px;
    margin: auto;
    position: relative;
}

.step_flow {
    position: relative;
}

.step_flow::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1vw;
    height: 100%;
    background-image: url(../img/step_line.webp);
    background-repeat: no-repeat;
    background-size: contain;
}

.step_flow li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    box-shadow: 5px 5px 5px rgba(255, 218, 224, 1);
    padding: 2.083vw;
    padding: 1vw 2.083vw;
    border-radius: 2.083vw;
    margin-bottom: 40px;
    z-index: 1;
}

.step_flow_txt {
    width: calc(100% - 21.59vw - 5vw);
}

.step_num {
    display: block;
    color: #F7A6B2;
    font-size: 1.388vw;
    margin-bottom: 1.041vw;
}

.step_flow_txt h2 {
    font-size: min(1.8vw, 32px);
    margin-bottom: 1.041vw;
}

.step_flow_txt p {
    padding-left: 1.041vw;
    font-size: min(1.111vw, 20px);
}

.step_flow_img {
    width: 21.59vw;
}




/* 

お問い合わせページ 

*/

.contact .wrapper {
    padding: 60px 0;
    max-width: 62.5vw;
    margin: auto;
    position: relative;
}

.contact_txt {
    text-align: center;
    font-size: min(1.666vw, 20px);
    margin-bottom: 60px;
}

.form {
    margin-bottom: 60px;
}

.form_table {
    width: 100%;
    border-collapse: collapse;
}

.form_table th,
.form_table td {
    border: 1px solid #333;
    vertical-align: middle;
	font-size: min(1.111vw, 20px);
}

.form_table th p,
.form_table td p {
	font-size: min(1.111vw, 20px);
}

.form_table th {
    width: 13.88vw;
    text-align: center;
    padding: 21px 0;
    font-weight: 400;
    background-color: #EFEFEF;
}

.form_table td {
    width: calc(100% - 13.88vw);
    padding: 15px 30px;
}

.btn .submit {
    margin-top: 60px;
    background-color: #E88585;
}

.btn .submit:hover {
    color: #E88585;
}

input,
textarea {
    display: block;
    padding: 0 10px;
    width: 100%;
    height: 39px;
    border-radius: 5px;
    border: 1px solid #000;
    background-color: #FFF;
}

input[type="checkbox"] {
    display: none;
}

textarea {
    height: 270px;
}

/* contactform7 */

.wpcf7-form-control-wrap {
    width: 100%;
}

.checkbox_td p {
    line-height: 1.5;
}

.checkbox_label {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkbox_label span {
    line-height: 1.5;
}

.wpcf7-list-item {
    margin: 0!important;
}

.wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

.wpcf7-list-item-label::before {
    content: '✔'!important;
    position: absolute;
    left: -33px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1.3px solid #767676;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    line-height: 1.5;
    color: transparent;
    border-radius: 3px;
}

input[type="checkbox"]:checked +.wpcf7-list-item-label::before {
    color: #767676;
}

.wpcf7-spinner {
    display: none!important;
}

.form .btn p {
    margin-bottom: 0;
    line-height: 1!important;
}

.wpcf7 form .wpcf7-response-output {
    font-size: 2rem;
    text-align: center;
}

.wpcf7-checkbox {
    padding-left: 33px;
}

.btn input {
    text-align: center;
    margin-top: 60px;
    background-color: #E88585;
    transition: all 0.5s;
}

.btn input:hover {
    background-color: #FFF;
    color: #E88585;
    transition: all 0.5s;
}


/* 

採用情報ページ 

*/

.recruit_info .wrapper {
    padding: 60px 0;
    max-width: 62.5vw;
    margin: auto;
    position: relative;
}

.recruit_txt {
    text-align: center;
    font-size: 1.666vw;
    font-size: min(1.666vw, 20px);
    margin-bottom: 60px;
}

.recruit_table {
    width: 100%;
    border-collapse: collapse;
    margin: 60px 0;
}

.recruit_table th,
.recruit_table td {
    border: 5px solid #FFF;
    vertical-align: middle;
    text-align: center;
    height: 85px;
    width: 25%;
}

.recruit_table th {
    font-size: 1.944vw;
    font-size: 26px;
    color: #FFF;
    background-color: #E88585;
    font-weight: 500;
}

.recruit_table td {
    font-size: 1.666vw;
    font-size: 20px;
}

.recruit_table td {
	background: #FFEBEE;
}

.recruit_table tr:nth-child(odd) td {
	background: #F9E9E1;
}

.recruit_table a {
    text-decoration: underline;
}



/* 

運営会社ページ 

*/

.company_page .fv {
    display: none;
}

.company .wrapper {
    padding: 60px 0 60px 0;
    max-width: 62.5vw;
    margin: auto;
    position: relative;
}

.company_h2 {
    color: #E88585;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 60px;
}

.company_h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 8.472vw;
    height: 3px;
    background-color: #F7A6B2;
}


.company_table {
    width: 100%;
    border-collapse: collapse;
    margin: 60px 0 0 0;
}

.company_table th,
.company_table td {
    border-top: 1px solid #E88585;
    vertical-align: middle;
    height: 5.902vw;
    font-size: 1.111vw;
    padding-left: 30px;
}

.company_table tr:last-child th,
.company_table tr:last-child td {
    border-bottom: 1px solid #E88585;
}

.company_table th {
    width: 13.88vw;
    background-color: #FFDADF;
    font-weight: 500;
}

.privacy h3,
.privacy p {
    font-size: 1.111vw!important;
}

.privacy h3 {
    font-weight: bold;
}

.privacy .wrapper {
    padding: 60px 0;
    max-width: 55.55vw;
    margin: auto;
    position: relative;
}

.enactment {
    margin-bottom: 25px;
}

.privacy_ol_first li {
    font-size: 1.111vw;
}

.privacy_ol_first > li {
    margin: 20px 0;
}

.privacy_ol_second {
    padding-left: 2vw;
    list-style-type: decimal;
}

.privacy_ol_third {
    padding-left: 2vw;
    list-style-type: lower-latin;
}

.privacy_ol_forth {
    padding-left: 2vw;
    list-style-type: lower-roman;
}

.fixed_btn {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
}

.fixed_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	padding: 20px 0;
}

.fixed_btn a:hover {
	opacity: 0.7;
}

.fixed_btn a img {
	width: 80%;
}

/* 
.dayservice {
    background-color: #0CACCD;
    border: 1px solid #0CACCD;
}

.highschool {
    background-color: #00B900;
    border: 1px solid #00B900;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
	.dayservice:hover {
		background-color: #FFF;
		color: #0CACCD;
	}
	.highschool:hover {
		background-color: #FFF;
		color: #00B900;
	}
} */

/* 初期状態では非表示 */
.wpcf7-not-valid-tip {
  display: none !important;
}

/* form に .show-errors クラスが付いたら表示 */
form.show-errors .wpcf7-not-valid-tip {
  display: block !important;
}