@charset "UTF-8";

/* Scss Document */
/* Scss Document */
.top-img {
    width: 100%;
    height: 46vw;
    background: url("../img/top/top-img@2x.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 100px;
}

@media (max-width: 960px) {
    .top-img {
        height: 55vw;
        padding-top: 60px;
    }
}

@media (max-width: 560px) {
    .top-img {
        height: 100vw;
    }
}

.top-img h2 {
    color: white;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 250%;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    width: 100%;
}

@media (max-width: 560px) {
    .top-img h2 {
        font-size: 200%;
        top: 40%;
    }
}

.top-img .character {
    width: 150px;
    position: absolute;
    left: 20%;
    top: 50%;
}

@media (max-width: 960px) {
    .top-img .character {
        width: 110px;
        left: 10%;
        top: 55%;
    }
}

@media (max-width: 560px) {
    .top-img .character {
        width: 90px;
        top: 60%;
        left: 10%;
    }
}

section:nth-of-type(2) {
    background-color: #F7F7F7;
    padding-top: 50px;
    padding-bottom: 50px;
}

/*タブ切り替え全体のスタイル*/
.tab1 {
    background-color: #fff;
    max-width: 1400px;
    width: 90%;
    margin: -150px auto 0;
    position: relative;
    /*選択されているタブのコンテンツのみを表示*/
}

@media (max-width: 960px) {
    .tab1 {
        margin: -100px auto 0;
    }
}

.tab1 .tab_item {
    width: calc(100%/2);
    height: 60px;
    background-color: #F7F7F7;
    color: #727171;
    line-height: 60px;
    font-size: 22px;
    letter-spacing: 0.02em;
    text-align: center;
    display: block;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab1 .tab_item:hover {
    opacity: 0.75;
}

@media (max-width: 560px) {
    .tab1 .tab_item {
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
}

.tab1 input[name="tab_item1"] {
    display: none;
}

.tab1 .tab_content {
    background-color: #fff;
    display: none;
    padding: 50px 10%;
    clear: both;
}

@media (max-width: 960px) {
    .tab1 .tab_content {
        padding: 30px 5%;
    }
}

.tab1 #company:checked~#company_content,
.tab1 #media:checked~#media_content {
    display: block;
}

.tab1 input#company+.tab_item, .tab1 input#media+.tab_item {
    position: relative;
}

.tab1 input#company:checked+.tab_item, .tab1 input#media:checked+.tab_item {
    background-color: #F3B0C5;
    color: white;
}

.tab1 input#company:checked+.tab_item::after, .tab1 input#media:checked+.tab_item::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #F3B0C5;
    color: white;
    border-width: 10px;
    margin-left: -10px;
}

section:nth-of-type(3) {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 560px) {
    section:nth-of-type(3) h3.title img {
        height: auto;
        max-width: 90%;
    }
}

.banner-area {
    max-width: 800px;
    margin: 50px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}

@media (max-width: 560px) {
    .banner-area {
        flex-direction: column;
    }
}

.banner-text {
    padding: 10px;
    text-align: left;
    line-height: 1.8;
}

.banner-link {
    padding: 10px;
}

.banner-link-img {
    max-width: 300px;
}

.tab2 {
    padding-bottom: 40px;
    background-color: #ffffff;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    /*ラジオボタンを全て消す*/
    /*タブ切り替えの中身のスタイル*/
    /*選択されているタブのコンテンツのみを表示*/
}

.tab2 .tab_item {
    margin: auto;
    /* width: calc(100%/7 - 0.05px); */
    width: calc(100%/5 - 0.05px);
    height: 50px;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #727171;
    display: block;
    float: left;
    text-align: center;
    font-weight: 500;
    transition: all 0.2s ease;
}

.tab2 .tab_item:hover {
    opacity: 0.5;
}

@media (max-width: 600px) {
    .tab2 .tab_item {
        width: calc(100%/3);
        font-size: 14px;
    }

    .tab2 .tab_item:nth-of-type(4), .tab2 .tab_item:nth-of-type(5), .tab2 .tab_item:nth-of-type(6), .tab2 .tab_item:nth-of-type(7) {
        width: calc(100%/2);
    }
}

.tab2 input[name="tab_item2"] {
    display: none;
}

.tab2 .tab_content {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
    display: none;
    padding: 40px 0 30px;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
}

.tab2 .tab_content .wrap-group a {
    width: 25%;
    text-align: center;
}

@media (max-width: 930px) {
  .tab2 .tab_content .wrap-group a {
      width: 50%;
  }
}

@media (max-width: 560px) {
    .tab2 .tab_content .wrap-group a {
        width: 100%;
    }
}

.tab2 .tab_content#kaigo_content .wrap-group {
    display: flex;
    justify-content: flex-start;
    width: 90%;
    max-width: 1100px;
    margin: auto;
    flex-wrap: wrap;
}

@media (max-width: 560px) {
    .tab2 .tab_content#kaigo_content .wrap-group {
        flex-direction: column;
    }
}

.tab2 .tab_content#kaigo_content .wrap-group div {
    text-align: left;
}

.tab2 .tab_content#kaigo_content .wrap-group a img {
    height: 4rem;
    width: auto;
    padding: 2rem 0;
    max-width: 100%;
}

@media (max-width: 960px) {
    .tab2 .tab_content#kaigo_content .wrap-group a img {
        height: 3.5rem;
        padding: 1rem 0;
    }
}

@media (max-width: 560px) {
    .tab2 .tab_content#kaigo_content .wrap-group a img {
        height: 3rem;
    }
}

.tab2 .tab_content#sougi_content .wrap-group {
    display: flex;
    justify-content: space-around;
    width: 90%;
    max-width: 700px;
    margin: auto;
    align-items: center;
}

@media (max-width: 960px) {
    .tab2 .tab_content#sougi_content .wrap-group {
        max-width: 550px;
    }
}

@media (max-width: 560px) {
    .tab2 .tab_content#sougi_content .wrap-group {
        flex-direction: column;
    }
}

.tab2 .tab_content#sougi_content .wrap-group a img {
    width: auto;
    padding: 2rem 0;
    margin: 0 1rem;
    height: 4rem;
}

@media (max-width: 960px) {
  .tab2 .tab_content#sougi_content .wrap-group a img {
      height: 3.5rem;
      padding: 1rem 0;
  }
}

@media (max-width: 560px) {
    .tab2 .tab_content#sougi_content .wrap-group a img {
      height: 3rem;
    }
}

.tab2 .tab_content#mimoto_content .wrap-group a img {
    height: 4rem;
    width: auto;
    padding: 2rem 0;
}

@media (max-width: 960px) {
  .tab2 .tab_content#mimoto_content .wrap-group a img {
      height: 3.5rem;
      padding: 1rem 0;
  }
}
@media (max-width: 560px) {
    .tab2 .tab_content#mimoto_content .wrap-group a img {
        height: 3rem;
    }
}

.tab2 .tab_content#gym_content .wrap-group {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

@media (max-width: 560px) {
    .tab2 .tab_content#gym_content .wrap-group {
        flex-direction: column;
    }
}

.tab2 .tab_content#gym_content .wrap-group a {
    text-align: center;
}

.tab2 .tab_content#gym_content .wrap-group a img {
    height: 4rem;
    max-width: 100%;
    width: auto;
    padding: 2rem 0;
}

@media (max-width: 960px) {
  .tab2 .tab_content#gym_content .wrap-group a img {
      height: 3.5rem;
      padding: 1rem 0;
  }
}

@media (max-width: 560px) {
    .tab2 .tab_content#gym_content .wrap-group a img {
        height: 3rem;
    }
}

.tab2 .tab_content#consul_content .wrap-group {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

@media (max-width: 560px) {
    .tab2 .tab_content#consul_content .wrap-group {
        flex-direction: column;
    }
}

.tab2 .tab_content#consul_content .wrap-group a {
    text-align: center;
}

.tab2 .tab_content#consul_content .wrap-group a img {
    /*height: 4rem;*/
    max-height: 4rem;
    width: auto;
    max-width: 100%;
    padding: 2rem 0;
}

@media (max-width: 960px) {
  .tab2 .tab_content#consul_content .wrap-group a img {
      height: 3.5rem;
      padding: 1rem 0;
  }
}

@media (max-width: 560px) {
    .tab2 .tab_content#consul_content .wrap-group a img {
        height: 3rem;
    }
}

.tab2 .tab_content#support_content .wrap-group {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

@media (max-width: 560px) {
    .tab2 .tab_content#support_content .wrap-group {
        flex-direction: column;
    }
}

.tab2 .tab_content#support_content .wrap-group a {
    text-align: center;
}

.tab2 .tab_content#support_content .wrap-group a img {
    height: 4rem;
    width: auto;
    max-width: 100%;
    padding: 2rem 0;
}

@media (max-width: 960px) {
  .tab2 .tab_content#support_content .wrap-group a img {
      height: 3.5rem;
      padding: 1rem 0;
  }
}
@media (max-width: 560px) {
    .tab2 .tab_content#support_content .wrap-group a img {
        height: 3rem;
    }
}

.tab2 .tab_content#food_content .wrap-group {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 90%;
    max-width: 1100px;
    margin: auto;
}

@media (max-width: 560px) {
    .tab2 .tab_content#food_content .wrap-group {
        flex-direction: column;
    }
}

.tab2 .tab_content#food_content .wrap-group a {
    text-align: center;
}

.tab2 .tab_content#food_content .wrap-group a img {
    /*height: 6rem;*/
    max-width: 100%;
    width: auto;
    padding: 2rem 0;
}

@media (max-width: 560px) {
    .tab2 .tab_content#food_content .wrap-group a img {
        /*height: 3rem;*/
    }
}

.tab2 #kaigo:checked~#kaigo_content,
.tab2 #sougi:checked~#sougi_content,
.tab2 #mimoto:checked~#mimoto_content,
.tab2 #gym:checked~#gym_content,
.tab2 #consul:checked~#consul_content,
.tab2 #support:checked~#support_content,
.tab2 #food:checked~#food_content {
    display: block;
}

.tab2 input+.tab_item {
    position: relative;
}

@media (min-width: 561px) {
    .tab2 input:checked+.tab_item::after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-width: 10px;
        margin-left: -10px;
    }
}

@media (min-width: 561px) {
    .tab2 input#kaigo+.tab_item {
        background-color: #F3B0C5;
        color: white;
    }
}

.tab2 input#kaigo:checked+.tab_item::after {
    border-top-color: #F3B0C5;
}

.tab2 input#kaigo:checked+.tab_item {
    background-color: #F3B0C5;
    color: white;
}

@media (min-width: 561px) {
    .tab2 input#sougi+.tab_item {
        background-color: #BDB7DB;
        color: white;
    }
}

.tab2 input#sougi:checked+.tab_item::after {
    border-top-color: #BDB7DB;
}

.tab2 input#sougi:checked+.tab_item {
    background-color: #BDB7DB;
    color: white;
}

@media (min-width: 561px) {
    .tab2 input#mimoto+.tab_item {
        background-color: #FFB72D;
        color: white;
    }
}

.tab2 input#mimoto:checked+.tab_item::after {
    border-top-color: #FFB72D;
}

.tab2 input#mimoto:checked+.tab_item {
    background-color: #FFB72D;
    color: white;
}

@media (min-width: 561px) {
    .tab2 input#gym+.tab_item {
        background-color: #EA757B;
        color: white;
    }
}

.tab2 input#gym:checked+.tab_item::after {
    border-top-color: #EA757B;
}

.tab2 input#gym:checked+.tab_item {
    background-color: #EA757B;
    color: white;
}

@media (min-width: 561px) {
    .tab2 input#consul+.tab_item {
        background-color: #5BACD8;
        color: white;
    }
}

.tab2 input#consul:checked+.tab_item::after {
    border-top-color: #5BACD8;
}

.tab2 input#consul:checked+.tab_item {
    background-color: #5BACD8;
    color: white;
}

@media (min-width: 561px) {
    .tab2 input#support+.tab_item {
        background-color: #EE3281;
        color: white;
    }
}

.tab2 input#support:checked+.tab_item::after {
    border-top-color: #EE3281;
}

.tab2 input#support:checked+.tab_item {
    background-color: #EE3281;
    color: white;
}

@media (min-width: 561px) {
    .tab2 input#food+.tab_item {
        background-color: #4BB982;
        color: white;
    }
}

.tab2 input#food:checked+.tab_item::after {
    border-top-color: #4BB982;
}

.tab2 input#food:checked+.tab_item {
    background-color: #4BB982;
    color: white;
}

section.recruit {
    background-color: #F7F7F7;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
}

section.recruit .wrap {
    position: relative;
    width: 100%;
    height: calc(30vw + 50px);
}

@media (max-width: 560px) {
    section.recruit .wrap {
        position: static;
        height: auto;
    }
}

section.recruit .wrap figure {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 1;
}

@media (max-width: 560px) {
    section.recruit .wrap figure {
        width: 100%;
        margin: auto;
        position: static;
    }
}

section.recruit .wrap div.text {
    position: absolute;
    bottom: 0;
    top: -10%;
    left: 5%;
    width: 50%;
    background-color: white;
    box-sizing: border-box;
    padding: 3rem 0;
    z-index: 2;
}

@media (max-width: 960px) {
    section.recruit .wrap div.text {
        padding: 2rem 0;
    }
}

@media (max-width: 560px) {
    section.recruit .wrap div.text {
        width: 80%;
        margin: auto;
        position: static;
    }
}

section.recruit .wrap div.text h3.title {
    margin-bottom: 2em;
}

section.recruit .wrap div.text h3.title img {
    height: 35px;
    width: auto;
}

@media (max-width: 960px) {
    section.recruit .wrap div.text h3.title img {
        height: 30px;
    }
}

section.recruit .wrap div.text h3.title span {
    display: block;
    font-size: 150%;
}

@media (max-width: 960px) {
    section.recruit .wrap div.text h3.title span {
        font-size: 130%;
    }
}

section.recruit .wrap div.text p {
    font-size: 120%;
    line-height: 1.8em;
}

@media (max-width: 960px) {
    section.recruit .wrap div.text p {
        font-size: 100%;
    }
}

section.recruit .wrap div.text a.btn-1 {
    margin-top: 1.5em;
}

section.recruit .wrap div.character {
    position: absolute;
    bottom: 0;
    right: 22%;
    width: 155px;
    z-index: 3;
}

@media (max-width: 960px) {
    section.recruit .wrap div.character {
        width: 120px;
    }
}

@media (max-width: 560px) {
    section.recruit .wrap div.character {
        position: static;
        width: 90px;
        margin: -30px auto auto 10%;
    }
}

/* top hover img links */
.top-hover-img-link-box {
    padding-top: 3rem;
    background: linear-gradient(to bottom, #EB789F 0%, #EB789F 30%, white 30%, white 100%);
}

@media (max-width: 560px) {
    .top-hover-img-link-box {
        background: linear-gradient(to bottom, #EB789F 0%, #EB789F 15%, white 15%, white 100%);
    }
}

.top-hover-img-link-box .flex-box {
    max-width: 1400px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 560px) {
    .top-hover-img-link-box .flex-box {
        flex-direction: column;
    }
}

.top-hover-img-link-box .flex-box li {
    width: 30%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 560px) {
    .top-hover-img-link-box .flex-box li {
        width: 100%;
        margin-bottom: 1em;
    }
}

.top-hover-img-link-box .flex-box li a{
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: calc((480/640) * 100%);
}

.top-hover-img-link-box .flex-box li a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .5s;
}

.top-hover-img-link-box .flex-box li a:hover::after {
    transform: scale(1.2);
}

.top-hover-img-link-box .flex-box li .text {
    position: absolute;
    color: white;
    z-index: 2;
    width: 100%;
    bottom: 8%;
    font-weight: 400;
    font-size: clamp(16px, 5vw, 24px);
    letter-spacing: 0.1em;
    /* add 20210811 iida */
    text-shadow: 0 0 3px #ccc, 0 0 3px #ccc, 0 0 3px #ccc, 0 0 3px #ccc, 0 0 3px #ccc, 0 0 3px #ccc, 0 0 3px #ccc, 0 0 3px #ccc, 0 0 3px #ccc, 0 0 3px #ccc, 0 0 3px #ccc, 0 0 3px #ccc, 0 0 3px #ccc, 0 0 3px #ccc, 0 0 3px #ccc, 0 0 3px #ccc;
}

.top-hover-img-link-box .flex-box li.li01 a::after{
    background-image: url(/img/top/link-img01_03.jpg);
}
.top-hover-img-link-box .flex-box li.li02 a::after{
    background-image: url(/img/top/link-img02@2x.jpg);
}
.top-hover-img-link-box .flex-box li.li03 a::after{
    background-image: url(/img/top/link-img03@2x.jpg);
}

@media (min-width: 560px) {
    .top-hover-img-link-box .flex-box li .text {
        font-size: clamp(16px, 2.5vw, 24px);
    }
}



/* charactor, キャラクター紹介 */
.charactorbtn {
    width: 100%;
    margin: 3rem auto;
}

@media screen and (min-width:768px) {
    .charactorbtn {
        width: 30%;
    }
}

/* add 20211006 iida */
.corona {
    background: #F7F7F7;
    margin: 0 auto 50px;
}

.corona h2 {
    font-size: 4vw;
    color: #ff7bac;
    padding: 0px 0 10px;
}

.corona h2 span {
    position: relative;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .corona h2 {
        font-size: 18px;
    }
}

.corona h2 span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("../img/top/corona-plus.png") no-repeat;
    background-size: 14px 14px;
}

.corona h2.active span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 11px;
    height: 3px;
    background: url("../img/top/corona-minus.png") no-repeat;
    background-size: 11px 3px;
}

.corona-detail {
    display: none;
    text-align: left;
    max-width: 1000px;
    margin: 30px auto;
    padding: 0 20px;
    font-size: 15px;
    line-height: 24px;
}

.corona-detail p {
    padding: 5px 0;
}

@media screen and (max-width: 767px) {}

.txt_indent {
    margin-left: 1em;
}

.txt_indent02 {
    margin-left: 2em;
}

.txt_indent02_l {
    margin-left: 2em;
}

.txt_indent span {
    margin-left: -1em;
}

.t_bold {
    font-weight: bold;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pt0 {
    padding-top: 0px !important;
}

/* add 20211011 iida */
.corona_lead {
    background-color: #F7F7F7;
    padding-top: 30px;
    padding-bottom: 30px;
}

.corona_lead .cell {
    display: block;
    text-align: left;
    max-width: 1400px;
    width: 90%;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px 0px;
    margin: 0px auto;
    line-height: 2.0;
}

.corona_lead .cell p {
    padding: 0 150px;
}

@media screen and (max-width: 767px) {
    .corona_lead {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .corona_lead .cell p {
        padding: 0 30px;
    }
}

/* add 20211203 sa */
.topics {
    background: #F7F7F7;
    margin: 100px auto 0;
}

.topics h2 {
    font-size: 4vw;
    color: #EB789F;
    padding: 10px 0 10px;
}

.topics h2 span {
    position: relative;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .topics h2 {
        font-size: 20px;
    }
}

.topics h2 span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("../img/top/corona-plus.png") no-repeat;
    background-size: 14px 14px;
}

.topics h2.active span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 11px;
    height: 3px;
    background: url("../img/top/corona-minus.png") no-repeat;
    background-size: 11px 3px;
}

.topics-detail {
    display: none;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0px 20px;
    line-height: 24px;
}

.topics-detail p {
    padding: 5px 0;
    font-weight: 400;
}

@media screen and (max-width: 767px) {}

.sp-only {
    display: none !important;
}

@media screen and (max-width:767px) {
    .sp-only {
        display: block !important;
    }

    .pc-only {
        display: none !important;
    }
}

/* top video, 会社紹介youtube */
.top-video-banner {
  background-image: url(../img/top/youtube_back.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 35vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}

@media (max-width: 768px) {
  .top-video-banner {
    max-width: 100%;
	height: 50vw;
  }
}

.top-video-banner-youtube {
  position: absolute;
  width: 50%;
  height: 30vw;
  max-width: 100%;
  top: 8%;
  left: 25%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 15px 20px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 15px 20px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .top-video-banner-youtube {
    width: 80%;
    height: 80%;
    max-width: 100%;
    top: 12%;
    left: 10%;
    box-shadow: 0px 5px 5px 5px rgb(0 0 0 / 0.3);
  }
}