@charset "utf-8";

* {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

html::-webkit-scrollbar {
    overflow: hidden;
    width: 5px;
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

html::-webkit-scrollbar:horizontal {
    height: 5px;
}

html::-webkit-scrollbar-button {
    display: none;
}

html::-webkit-scrollbar-piece {
    background: #eee;
}

html::-webkit-scrollbar-piece:start {
    background: #eee;
}

html::-webkit-scrollbar-thumb {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

html::-webkit-scrollbar-corner {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

body {
    background: #FFFFFF;
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: YakuHanJP, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: #333333;
}

a {
    color: #333333;
    text-decoration: underline;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
}

a:hover {
    font-weight: 500;
}

a.anchor {
    display: block;
    padding-top: 65px;
    margin-top: -65px;
}

b,
strong {
    font-weight: bold;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    line-height: 1.0;
}

.clear {
    clear: both;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}

.clear {
    clear: both;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

/* 回り込み */
/*img.alignright {

    margin: 0 20px 20px auto;
}

img.alignleft {

    margin: 0 auto 20px 0;
}

img.aligncenter {
    display: block;
    margin: 0 auto 20px;
}
*/
.aligncenter {
    display: block;
    margin: 0 auto 18px;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.clearfix {
    overflow: hidden;
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/* �z�u�ʒu ���� */

img.float-left {
    float: left;
}

/* ��荞�� �� */

img.float-right {
    float: right;
}

/* ��荞�� �E */

#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -26px;
    margin-left: -25.5px;
}

#loading img {
    width: 52px;
    height: 51px;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    z-index: 10000;
}

.inner {
    position: relative;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 40px;
    /*overflow: hidden;*/
}

.btnBox ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    max-width: 835px;
    width: 100%;
    margin: 0 auto;
}

.btnBox ul li {
    width: 100%;
    max-width: 350px;
    text-align: center;
    list-style: none !important;
    padding: 0 !important;
}

.btnBox ul li:before {
    display: none !important;
}

.btnBox a {
    border-radius: 10px;
    letter-spacing: 2px;
    display: block;
    position: relative;
    padding: 20px 10px;
    color: #FFFFFF;
    text-decoration: none;
    background: rgb(0, 188, 193);
    background: -moz-linear-gradient(left, rgba(0, 119, 223, 1)0%, rgba(0, 188, 193, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 119, 223, 1) 0%, rgba(0, 188, 193, 1) 100%);
    background: linear-gradient(to right, rgba(0, 119, 223, 1) 0%, rgba(0, 188, 193, 1) 100%);
}

/*.btnBox a:before {
    position: absolute;
    content: url("../images/common/btn-arrow-wht.svg");
    width: 30px;
    height: 30px;
    right: 15px;
    top: 50%;
    margin-top: -15px;
}*/

/*---------------------------------------------------------------*/

/* Wrapper
 /*---------------------------------------------------------------*/

#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*---------------------------------------------------------------*/
/* Header
/*---------------------------------------------------------------*/
#header {
    /*
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;*/
    width: 100%;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    padding: 25px 20px;
    text-align: center;
}

#header h1 {
    /*mix-blend-mode: exclusion;*/
    text-align: center;
}

#header h1 img,
#header h1 svg {
    height: 35px;
    width: auto;
    line-height: 1;
    vertical-align: bottom;
}

#header h1 span {
    display: block;
}

#header h1 span.en {
    font-size: 75%;
    font-family: "ta-oonishi", sans-serif;
    color: #29abe2;
}

#header h1 span.ja {
    color: #0071bc;
}

#header h1 a {
    margin: 0 auto;
    display: inline-block;
    color: #FFFFFF;
    font-size: 2.4rem;
    letter-spacing: 0;
    padding: 5px 25px;
    background-color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    max-width: 750px;
    width: 100%;
}

#header.fixed {
    background: rgba(255, 255, 255, 0.8);
}

#header.fixed h1 svg .st0 {
    fill: rgba(0, 119, 223, 1);
}

#header.fixed #g_nav ul li a {
    color: #333333;
}

.page-template-temp-mail #header {
    position: relative;
    background-color: #dff2fc;
    padding: 6% 25px 9%;
}

.page-template-temp-mail #header:after {
    background-image: url(../images/recruit/common/bg-section-before4.png);
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding-top: 6%;
    bottom: 0;
    left: 0;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
    /*display: block;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 25px;
    right: 25px;
    cursor: pointer;
    width: 80px;
    height: 80px;
    background-color: #FFFFFF;
    box-shadow: 0 0 2.5px #999999, 0 0 2.5px #999999;
    border-radius: 40px;
}

.openbtn1.fixed {
    height: 59.5px;
}

/*×に変化*/
.openbtn1 .btnInner {
    width: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    /*position: absolute;
        left: 14px;*/
    height: 3px;
    border-radius: 1.5px;
    background-color: #45a7ff;
    width: 100%;
    margin: 0 0 5px;
}

.openbtn1 span:nth-of-type(3) {
    margin: 0;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
    margin: 0;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-5px) rotate(45deg);
    width: 100%;
    margin: 0;
}

/*========= ナビゲーションのためのCSS ===============*/
#navBox {
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position: fixed;
    z-index: -1;
    opacity: 0;
    /*はじめは透過0*/
    /*ナビの位置と形状*/
    top: 0;
    right: 0;
    width: 100%;
    max-width: 640px;
    /*ナビの高さ*/
    background: rgba(255, 255, 255, 1.0);
    /*動き*/
    transition: all 0.3s;
    padding: 130px 40px 0;
}


/*アクティブクラスがついたら透過なしにして最前面へ*/
#navBox.panelactive {
    opacity: 1;
    height: 100vh;
    z-index: 9999;
    overflow-y: auto;
}

#navBox.panelactive #g_nav {}


/*ナビゲーションの縦スクロール*/
#navBox.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#navBox #g_nav {
    position: relative;
    margin: 0 auto 25px;
}

#navBox #g_nav:before {
    position: absolute;
    top: -100px;
    left: 0;
    content: "";
    background-position: center center;
    background-image: url(../images/recruit/common/bg-nav.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 120px;
    height: 89px;
}

#navBox #g_nav ul {
    padding: 0;
    display: none;
    /*ナビゲーション天地中央揃え*/
    z-index: 999;
    font-family: "ta-oonishi", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #0071bc;
    /*position: absolute;top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    display: block;
    width: auto;
    max-width: inherit;
}

#navBox #g_nav ul li {
    width: 100%;
    font-size: 2.4rem;
    margin: 0;
    position: relative;
}

#navBox #g_nav ul li:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 2px solid #0071bc;
    border-right: 2px solid #0071bc;
    transform: rotate(45deg);
    margin-top: -4px;
}

#navBox #g_nav ul li a {
    display: block;
    padding: 22.5px 22.5px 22.5px 15px;
    color: #0071BC;
    text-decoration: none;
}

#navBox #g_nav ul li a:hover {
    padding: 22.5px 15px 22.5px 25px;
    background-color: #dff2fc;
}

#navBox #g_nav ul {
    border-top: 1px dashed #0071bc;
}

#navBox #g_nav ul li {
    border-bottom: 1px dashed #0071bc;
    line-height: 1;
}

#navBox .faciNav {
    margin: 0 auto 60px;
    position: relative;
}

#navBox .faciNav:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background-position: center center;
    background-image: url(../images/recruit/common/bg-nav-after.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
}

#navBox .faciNav ul {
    font-size: 80%;
    letter-spacing: 0;
}

#navBox .faciNav ul li {
    line-height: 1;
}

#navBox .faciNav ul li a {
    text-decoration: none;
    padding: 7.5px 15px;
    letter-spacing: 0;
    display: block;
}

#navBox .faciNav ul li a:hover {
    font-weight: 600;
}

#navBox ul li:last-child {
    margin: 0;
}

#navBox .btnBox {
    border-radius: 10px;
    padding: 2px;
    background: rgb(0, 188, 193);
    background: -moz-linear-gradient(left, rgba(0, 119, 223, 1)0%, rgba(0, 188, 193, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 119, 223, 1) 0%, rgba(0, 188, 193, 1) 100%);
    background: linear-gradient(to right, rgba(0, 119, 223, 1) 0%, rgba(0, 188, 193, 1) 100%);
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
}

#navBox .btnBox a {
    border-radius: 10px;
    padding: 10px 15px !important;
    background: #daf0fc;
    font-weight: 600;
}

#navBox .btnBox a:hover {
    color: #FFFFFF !important;
    background: inherit;
}


#navBox .btnBox a dl dt {
    color: #0071BC;
    margin: 0 auto 5px;
}

#navBox .btnBox dl dt span {
    position: relative;
    padding: 0 0 0 50px;
}

#navBox .btnBox dl dt span:before {
    position: absolute;
    content: "";
    width: 32px;
    height: 22px;
    top: 2.5px;
    left: 0;
    background-image: url(../images/recruit/common/mark-mail.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#navBox .btnBox a:hover dl dt span:before {
    background-image: url(../images/recruit/common/mark-mail_hover.png);

}

#navBox .btnBox a dl dd {
    letter-spacing: 0;
    font-size: 85%;
    color: #333333;
}

#navBox .btnBox a:hover dl dd,
#navBox .btnBox a:hover dl dt {
    color: #FFFFFF !important;
}

/*---------------------------------------------------------------*/
/* MainVisual
/*---------------------------------------------------------------*/
#MainVisual {
    background-color: #dff2fc;
    padding: 0;
    /*height: 100svh;*/
    position: relative;
}

#MainVisual .mvHeader {
    position: relative;
    width: 100%;
    height: 100svh;
    /*
    height: 100%;*/

}

#MainVisual .mvHeader:after {}

#MainVisual .mvHeader .swiper {
    width: 100%;
}

#MainVisual .mvHeader .swiper .swiper-wrapper .slide {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 66.66666666666666%;
    width: 100%;
    height: 100%;
}

.kaigo #MainVisual .mvHeader .swiper .swiper-wrapper .slide1 {
    background-image: url(../images/recruit/mainvisual/kaigo/mv-image_pc.webp);
}


.nakashima #MainVisual .mvHeader .swiper .swiper-wrapper .slide1 {
    background-image: url(../images/recruit/mainvisual/nakashima/mv-image1_pc.webp);
}


.nakashima #MainVisual .mvHeader .swiper .swiper-wrapper .slide2 {
    background-image: url(../images/recruit/mainvisual/nakashima/mv-image2_pc.webp);
}

#MainVisual .mvHeader .mvInner {
    bottom: 0.5%;
    position: absolute;
    z-index: 100;
    width: 100%;
    max-width: 1024px;
    margin-left: -512px;
    left: 50%;
}

#MainVisual .mvHeader dl {
    position: relative;
    margin: 0 auto;
    writing-mode: vertical-rl;
    text-align: center;
}

#MainVisual .mvHeader dl dt {
    font-family: "ta-oonishi", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #0071bc;
    text-align: center;
    /*font-size: 7.25rem;*/
    font-size: 6.25vh;
    background-color: #FFFFFF;
    padding: 20px 30px;
    line-height: 1;
}


#MainVisual .mvHeader .mvInner:before,
#MainVisual .mvHeader .mvInner:after {
    position: absolute;
    content: "";
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    /*top: -200px;*/
    bottom: -120px;
    z-index: 100;
}

.kaigo #MainVisual .mvHeader .mvInner:before {
    padding-top: 299px;
    width: 400px;
    left: 0;
    background-image: url(../images/recruit/mainvisual/kaigo/mv-footer_img1.webp);
}

.kaigo #MainVisual .mvHeader .mvInner:after {
    padding-top: 281px;
    width: 400px;
    right: 0;
    background-image: url(../images/recruit/mainvisual/kaigo/mv-footer_img2.webp);
}


.nakashima #MainVisual .mvHeader .mvInner:before {
    padding-top: 299px;
    width: 400px;
    left: 0;
    background-image: url(../images/recruit/mainvisual/nakashima/mv-footer_img1.webp);
}

.nakashima #MainVisual .mvHeader .mvInner:after {
    padding-top: 281px;
    width: 400px;
    right: 0;
    background-image: url(../images/recruit/mainvisual/nakashima/mv-footer_img2.webp);
}


#MainVisual .mvHeader dl dd {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0077df+0,00bcc1+100 */
    background: linear-gradient(to right, rgba(0, 119, 223, 1) 0%, rgba(0, 188, 193, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    font-weight: 600;
    text-align: center;
    font-size: 115%;
    padding: 40px 5px;
    color: #FFFFFF;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: -22.5px;

}

#MainVisual .mvHeader:after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding-top: 6%;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-image: url(../images/recruit/common/bg-section-before3.png);
}

#MainVisual .mvFooter {
    position: relative;
    z-index: 10;
    background-color: #dff2fc;
}

#MainVisual .mvFooter .inner {
    position: relative;
    padding: 6% 40px;
}

#MainVisual .mvFooter .inner:before,
#MainVisual .mvFooter .inner:after {
    position: absolute;
    content: "";
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    top: -200px;
}

.kaigo #MainVisual .mvFooter .inner:before {
    padding-top: 299px;
    width: 400px;
    left: 0;
    background-image: url(../images/recruit/mainvisual/kaigo/mv-footer_img1.webp);
}

.kaigo #MainVisual .mvFooter .inner:after {
    padding-top: 281px;
    width: 400px;
    right: 0;
    background-image: url(../images/recruit/mainvisual/kaigo/mv-footer_img2.webp);
}


.nakashima #MainVisual .mvFooter .inner:before {
    padding-top: 299px;
    width: 400px;
    left: 0;
    background-image: url(../images/recruit/mainvisual/nakashima/mv-footer_img1.webp);
}

.nakashima #MainVisual .mvFooter .inner:after {
    padding-top: 281px;
    width: 400px;
    right: 0;
    background-image: url(../images/recruit/mainvisual/nakashima/mv-footer_img2.webp);
}

#MainVisual .mvFooter .description dl dt {
    font-family: "ta-oonishi", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #0071bc;
    text-align: center;
    font-size: 3rem;
    background-image: url(../images/recruit/common/bg-h2-title.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 60px 0;
}

#MainVisual .mvFooter .description dl dd {
    color: #0071bc;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    font-style: italic;
}

#MainVisual .mvFooter .description dl dd span.blink {
    position: relative;
    padding: 0 70px;
}

#MainVisual .mvFooter .description dl dd span.blink:before,
#MainVisual .mvFooter .description dl dd span.blink:after {
    position: absolute;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/recruit/twinkling-star.gif);
    width: 55px;
    height: 55px;
    top: 50%;
    margin-top: -27.5px;
}

#MainVisual .mvFooter .description dl dd span.blink:before {
    left: 0;
}

#MainVisual .mvFooter .description dl dd span.blink:after {
    right: 0;
}

#MainVisual .mvFooter .btnBox {
    padding: 60px 0 0;
}

#MainVisual .mvFooter .btnBox ul {}

#MainVisual .mvFooter .btnBox ul li {
    margin: 0 4% 0 0;
    width: 48%;
}

#MainVisual .mvFooter .btnBox ul li:last-child {
    margin: 0;
}

/*---------------------------------------------------------------*/
/* Contents
/*---------------------------------------------------------------*/
#contents {
    position: relative;
    z-index: 10;
}

#contents .section-area {
    position: relative;
    padding: 6% 0;
}

#contents .section-area:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding-top: 6%;
    top: 0;
    left: 0;
}

#contents .section-head h2 {
    position: relative;
    font-family: "ta-oonishi", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #0071bc;
    text-align: center;
    font-size: 3rem;
    padding: 80px 0;
}

#contents .section-head h2:before {
    position: absolute;
    content: "";
    width: 37px;
    height: 44px;
    top: 18px;
    left: 50%;
    margin-left: -18.5px;
    background-image: url(../images/recruit/common/bg-h2-title.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;

}

#contents .section-head h2 span.en {
    color: #29abe2;
    display: block;
    font-size: 60%;
}

#contents .section-foot {
    padding: 80px 0 0;
}

/*
#contents .article-area {
    margin: 0 auto 60px;
}

#contents .article-area:last-child {
    margin: 0 auto;
}
*/
.page-template-temp-mail #contents .section-area {
    padding: 0 0 6%;
}

.page-template-temp-mail #contents .section-area:before {
    display: none;
}

/*---------------------------------------------------------------*/
/* Intro
/*---------------------------------------------------------------*/
.intro {
    background-color: #dff2fc;
}

.intro .section-body .description dl dt {
    font-family: "ta-oonishi", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #0071bc;
    text-align: center;
    font-size: 3rem;
    background-image: url(../images/recruit/common/bg-h2-title.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 60px 0;
}

.intro .section-body .description dl dd {
    color: #0071bc;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    font-style: italic;
}

.intro .section-body .description dl dd span.blink {
    position: relative;
    padding: 0 70px;
}

.intro .section-body .description dl dd span.blink:before,
.intro .section-body .description dl dd span.blink:after {
    position: absolute;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/recruit/twinkling-star.gif);
    width: 55px;
    height: 55px;
    top: 50%;
    margin-top: -27.5px;
}

.intro .section-body .description dl dd span.blink:before {
    left: 0;
}

.intro .section-body .description dl dd span.blink:after {
    right: 0;
}

.intro .section-body .btnBox {
    padding: 60px 0 0;
}

.intro .section-body .btnBox ul {}

.intro .section-body .btnBox ul li {
    margin: 0 4% 0 0;
    width: 48%;
}

.intro .section-body .btnBox ul li:last-child {
    margin: 0;
}


/*---------------------------------------------------------------*/
/* Leader
/*---------------------------------------------------------------*/
.leader {
    padding: 6% 0 0 !important;
}

.leader:before {
    background-image: url(../images/recruit/common/bg-section-before.png);
}

.leader .section-body .inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}

.leader .image {
    width: 400px;
    position: relative;
    z-index: 100;
}

.leader .image .imageInner {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.leader .image .imageInner img {
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.leader .detail {
    width: 100%;
    padding: 40px 0 0;
    margin: 0 0 0 -400px;
    z-index: 10;
    position: relative;
}

.leader .detail:after {
    position: absolute;
    content: "";
    bottom: -25px;
    right: -25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 64px;
    background-image: url(../images/recruit/kaigo/leader/detail-after.png);
}

.leader .detail .name {
    color: #0071BC;
    font-weight: 600;
    margin: 0 auto 15px;
}

.leader .detail .name dl dt {
    text-align: right;
}

.leader .detail .name dl dd {
    text-align: right;
    font-size: 75%;
    letter-spacing: 0;
    font-weight: 400;
}

.leader .detail .desc {
    font-size: 90%;
}

.leader .detail .detailInner {
    width: 100%;
    padding: 25px 40px 25px 240px;
    max-width: 750px;
    position: relative;
    margin: 0 0 0 auto;
    background-color: #dff2fc;
}

/*---------------------------------------------------------------*/
/* Manager
/*---------------------------------------------------------------*/
.manager {
    padding: 6% 0 0 !important;
}

/*
.manager .messlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}*/

.manager .messlist .box {
    position: relative;
    width: 100%;
    margin: 0 0 60px;
    padding: 25px 40px;
    background-color: #dff2fc;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.manager .messlist .box:nth-child(1):after,
.manager .messlist .box:nth-child(2):after {
    position: absolute;
    content: "";
    bottom: -25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 64px;
    height: 63px;
}

.manager .messlist .box:nth-child(1):after {
    left: -30px;
    width: 64px;
    height: 63px;
    background-image: url(../images/recruit/kaigo/manager/box-after1.png);
}

.manager .messlist .box:nth-child(2):after {
    right: -30px;
    background-image: url(../images/recruit/kaigo/manager/box-after2.png);
}

.manager .messlist .box:last-child {
    margin: 0;
}

/*
.manager .messlist .box .title .image {
    width: 100px;
    height: 100px;
    clip-path: circle(50% at 50% 50%);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.manager .messlist .box:nth-child(1) .title .image {
    background-image: url(../images/recruit/kaigo/manager/image1.jpg);
}

.manager .messlist .box:nth-child(2) .title .image {
    background-image: url(../images/recruit/kaigo/manager/image2.jpg);
}
*/


.manager .messlist .box .detail {
    font-size: 90%;
    letter-spacing: 0;
    width: 100%;
    margin: 0 0 0 -240px;
    padding: 0 0 0 265px;
}

.manager .messlist .box .detail .name {
    color: #0071bc;
    font-weight: 600;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}



.manager .messlist .box .image {
    width: 240px;
    min-height: 270px;
}

.manager .messlist .box .image .mesBox {
    position: relative;
}

.manager .messlist .box .image .mesBox:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    right: 0;
    top: 30px;
}

.manager .messlist .box .image .mesBox .mes-image {
    width: 150px;
    height: 150px;
    position: relative;
    z-index: 100;
    vertical-align: middle;
}


.manager .messlist .box .image .mesBox .mes-image img {
    box-shadow: 5px 5px 2.5px #999;
}


.manager .messlist .box .image .mesBox .mes-image img {
    width: 100% !important;
    background-position: center;
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    border-radius: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.manager .messlist .box .image .mesBox .mes-image img.img2 {
    position: absolute;
    bottom: -110px;
    left: 90%;
    margin-left: -60px;
}

.manager .messlist .box.box-omoide .image .mesBox .mes-image img.img1 {
    background-image: url(../images/recruit/omoide/image4.jpg);
    z-index: 1000;
    position: relative;
}

.manager .messlist .box.box-omoide .image .mesBox .mes-image img.img2 {
    background-image: url(../images/recruit/omoide/image4-2.jpg);
}

.manager .messlist .box.box-omoide .image .mesBox .mes-image img {
    background-image: url(../images/recruit/omoide/image5.jpg);
}


.manager .messlist .box.box-karigane .image .mesBox .mes-image img.img1 {
    background-image: url(../images/recruit/g-karigane/image1.jpg);
    z-index: 1000;
    position: relative;
}

.manager .messlist .box.box-karigane .image .mesBox .mes-image img.img2 {
    background-image: url(../images/recruit/g-karigane/image1-2.jpg);
}

.manager .messlist .box.box-karigane .image .mesBox .mes-image img {
    background-image: url(../images/recruit/g-karigane/image2.jpg);
}

.manager .messlist .box.box-karigane .image .mesBox .mes-image img {
    background-image: url(../images/recruit/g-karigane/image3.jpg);
}

.manager .messlist .box.box-karigane .image .mesBox .mes-image img {
    background-image: url(../images/recruit/d-karigane/image1.jpg);
}



/*---------------------------------------------------------------*/
/* Our Charm
/*---------------------------------------------------------------*/
.charm .charmlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    counter-reset: listnum;
}

.charm .charmlist.column-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    counter-reset: listnum;
}

.charm .charmlist .box {
    position: relative;
    width: 100%;
    margin: 0;
}

/* PC表示時はスライダー機能を無効化 */
.charm-slider-container {
    display: contents;
}

.charm-slider {
    display: contents;
}

.charm-nav,
.charm-dots {
    display: none;
}

.charm .charmlist .box .image {
    position: relative;
}

.charm .charmlist .box .image .imageInner {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    z-index: 2;
}

.charm .charmlist .box .image .imageInner img {
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}


.charm .charmlist .box .image:before {
    position: absolute;
    content: "";
    width: 85px;
    height: 85px;
    top: -20px;
    left: -20px;
    background-image: url(../images/recruit/kaigo/charm/bg-list.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 100;
}

.charm .charmlist .box .image:after {
    position: absolute;
    line-height: 1;
    top: 0;
    left: 0;
    color: #0071BC;
    font-family: "ta-oonishi", sans-serif;
    font-weight: 300;
    font-style: normal;
    counter-increment: listnum;
    content: "0" counter(listnum);
    font-size: 4.5rem;
    letter-spacing: 0;
    line-height: 1;
    z-index: 101;
}

.charm .charmlist .box .detail {
    padding: 15px 0px;
    letter-spacing: 0;
}

.charm .charmlist .box .detail dl dt {
    font-size: 2rem;
    font-weight: 600;
    position: relative;
    padding: 0 0 0 60px;
    margin: 0 0 15px;
    text-align: left;
    color: #0071bc;
}

.charm .charmlist .box .detail dl dt:before {
    position: absolute;
    content: "";
    width: 52px;
    height: 60px;
    bottom: 0px;
    left: 0;
    background-image: url(../images/recruit/kaigo/charm/bg-title.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 10;
}

.charm .charmlist .box .detail dl dd {
    font-size: 85%;
    padding: 0 0 0 60px;
}


/*---------------------------------------------------------------*/
/* Day
/*---------------------------------------------------------------*/
.day {
    position: relative;
    background-color: #dff2fc;
}

/*
.day .section-body .inner:after {
    position: absolute;
    content: "";
    bottom: -25px;
    right: -25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 64px;
    background-image: url(../images/recruit/kaigo/day/section-after.png);
}
*/
.day:before {
    background-image: url(../images/recruit/common/bg-section-before2.png);
}


.day .daylist {
    padding: 40px;
    background-color: #FFFFFF;

}

.day .caption {
    text-align: center;
    margin: 0 0 25px;
    color: #0071BC;
    font-size: 120%;
    font-family: "ta-oonishi", sans-serif;
}

.day .caption .line {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.day .caption .line:before,
.day .caption .line:after {
    border-top: 1px solid #0071BC;
    content: "";
    position: absolute;
    top: 50%;
    width: 15px;
}

.day .caption .line:before {
    right: 100%;
}

.day .caption .line:after {
    left: 100%;
}



.day .daylist .daylistInner {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
}

.day .daylist .daylistInner .detail {
    width: 550px;
}

.day .daylist .daylistInner .detail ul li {
    position: relative;
}

.day .daylist .daylistInner .detail ul li:last-child {
    padding: 0;
}


.day .daylist .daylistInner .detail ul li:last-child:after {
    display: none;
}

.day .daylist .daylistInner .detail dl {
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.day .daylist .daylistInner .detail dl dt {
    width: 140px;
    position: relative;
    z-index: 100;
    font-family: "ta-oonishi", sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 0 0 60px;
}

.day .daylist .daylistInner .detail ul li dl dt:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0px;
    border-left: 0.5px dashed #666666;
    right: 0;
    top: 20px;
}

.day .daylist .daylistInner .detail dl dt span {
    display: block;
    font-size: 125%;
    padding: 2.5px 5px;
    text-align: center;
    /*border-radius: 21.625px;
    background-color: #0071bc;*/
    color: #0071bc;
}

.day .daylist .daylistInner .detail dl dd {
    width: 100%;
    margin: 0 0 0 -140px;
    padding: 5px 0 0 165px;
    position: relative;
}

.day .daylist .daylistInner .detail dl dd span {
    position: relative;
}

.day .daylist .daylistInner .detail dl dd span:after {
    position: absolute;
    content: "●";
    height: 100%;
    width: 0px;
    color: #0071BC;
    left: -35px;
    top: 0px;
    z-index: 10;
}

.day .daylist .daylistInner .detail ul li:last-child dl dt:after {
    display: none;
}

.day .daylist .daylistInner .image {
    width: 100%;
    margin: 0 0 0 -550px;
    padding: 0 0 0 575px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.day .daylist .daylistInner .image .imageBox {
    width: 100%;
    margin: 0 auto 25px;
    text-align: center;
    font-size: 90%;
    letter-spacing: 0;
}

.day .daylist .daylistInner .image .imageBox:last-child {
    margin: 0 auto;
}

.day .daylist .daylistInner .image .imageBox .imageInner {
    padding-bottom: 79.90430622009569%;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    border-radius: 15px;
    margin: 0 auto 10px;
}

.day .daylist .daylistInner .image .imageBox .imageInner img {
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}


/*---------------------------------------------------------------*/
/* Youkou
/*---------------------------------------------------------------*/
.kaigo .youkou {
    padding: 15% 0 0 !important;
}

.nakashima .youkou {
    padding: 0 !important;
}

.youkou:before {
    padding-top: 10.65% !important;
    background-image: url(../images/recruit/common/bg-section-before-1.png);
}

.nakashima .youkou:before {
    display: none;
}

.youkou .description {
    text-align: center;
    margin: 0 auto 60px;
}

.youkou .article-area {
    max-width: 750px;
    width: 100%;
    /*margin: 0 auto 60px;*/
    margin: 0 auto;
}

.youkou .article-area:last-child {
    margin: 0 auto;
}

.youkou .article-head h3 {
    color: #0071bc;
    font-size: 2rem;
    font-weight: 600;
    text-align: left;
    overflow: hidden;
    /*margin: 0 auto 40px;*/
    padding: 15px 25px;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;

    border-top: 1px solid #FFFFFF;
    background-color: #effbff;
}

.youkou .article-area:last-child .article-head h3 {
    border-bottom: 1px solid #FFFFFF;
}

.youkou .article-head.open h3,
.youkou .article-area:last-child .article-head.open h3 {
    color: #FFFFFF;
    background-color: #0071bc;
    border-top: none;
    border-bottom: none;
}

/*
.youkou .article-head h3:before,
.youkou .article-head h3:after {
    position: absolute;
}

.youkou .article-head h3:before {
    content: "";
    width: 30px;
    height: 30px;
    border: 0.5px solid #0071bc;
    background-color: #FFFFFF;
    top: 15px;
    right: 24px;
    border-radius: 16px;
}

.youkou .article-head h3:after {
    content: "▼";
    color: #0071bc;
    line-height: 1;
    top: 24px;
    right: 32px;
    font-size: 1.5rem;
    transition-duration: 0.2s;
}

.youkou .article-head.open h3:after {
    transform: rotate(180deg);
}
*/
.youkou .article-head h3:before,
.youkou .article-head h3:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    border-radius: 1px;
    background-color: #0071bc;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}

.youkou .article-head h3:after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}

.youkou .article-head.open h3:after {
    opacity: 0;
}

.youkou .article-head h3.show:after {
    transform: translateY(-50%) rotate(180deg);
}

.youkou .article-head.open h3:before {
    background-color: #FFFFFF;
}


.youkou .article-head h3:hover {
    opacity: 0.8;
}

/*
.youkou .article-head h3 span.line {
    display: inline-block;
    padding: 0 20px;
    position: relative;
    text-emphasis: center;
}

.youkou .article-head h3 span.line:before,
.youkou .article-head h3 span.line:after {
    border-top: 0.5px solid #0071BC;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

.youkou .article-head h3 span.line:before {
    right: 100%;
}

.youkou .article-head h3 span.line:after {
    left: 100%;
}
*/
.youkou .article-body {
    display: none;
    padding: 40px 25px;
}

.youkou .article-body table {
    width: 100%;
    margin: 0 auto;
    border-top: 0.5px dashed #0071BC;
}

.youkou .article-body table tr {
    border-bottom: 0.5px dashed #0071BC;
}

.youkou .article-body table tbody th,
.youkou .article-body table tbody td {
    padding: 25px 12.5px;
}

.youkou .article-body table tbody th {
    color: #0071BC;
    font-weight: 600;
    text-align: left;
    width: 200px;
}


.youkou .article-body table tbody td a.hwbtn {
    display: block;
    border: 1px solid #FF0000;
    padding: 2.5px 15px;
    text-align: center;
    margin: 15px auto 0;
    border-radius: 5px;
    text-decoration: none;
}

.youkou .article-body table tbody td a.hwbtn:hover {
    background-color: #ffbebe;
}

.youkou .article-body table tbody td a.hwbtn span {
    padding: 0 0 0 40px;
    position: relative;
}

.youkou .article-body table tbody td a.hwbtn span:before {
    position: absolute;
    content: "";
    background-image: url(../images/recruit/common/mark-file.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 15px;
    height: 20px;
    top: 3.5px;
    left: 10px;
}

.youkou .article-body table tbody td ul.pdf-button-list li a {
    display: block;
    border: 1px solid #0071BC;
    padding: 2.5px 15px;
    text-align: center;
    margin: 15px auto 0;
    border-radius: 5px;
    text-decoration: none;
}

.youkou .article-body table tbody td ul.pdf-button-list li a:hover {
    background-color: #dbf1ff;
}

.youkou .article-body table tbody td ul.pdf-button-list li span {
    padding: 0 0 0 40px;
    position: relative;
}

.youkou .article-body table tbody td ul.pdf-button-list li span:before {
    position: absolute;
    content: "";
    background-image: url(../images/recruit/common/mark-file.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 15px;
    height: 20px;
    top: 3.5px;
    left: 10px;
}

/*---------------------------------------------------------------*/
/* Flow
/*---------------------------------------------------------------*/
.flow .section-body ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.flow .section-body ul li {
    position: relative;
    text-align: center;
    width: 206px;
    margin: 0 40px 0 0;
}

.flow .section-body ul li:after {
    position: absolute;
    content: "▶";
    color: #0071BC;
    font-size: 3rem;
    line-height: 1;
    top: 50%;
    right: -35px;
    letter-spacing: 0;
    margin-top: -15px;
}

.flow .section-body ul li:last-child:after {
    display: none;
}

.flow .section-body ul li:last-child {
    margin: 0;
}


.flow .section-body ul li .boxInner {
    position: relative;
}

.flow .section-body ul li .boxInner:before {
    border-radius: 50%;
    background: #effbff;
    content: '';
    display: block;
    padding-top: 100%;
}

.flow .section-body ul li .boxInner div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 10px;
}

.flow .section-body ul li .boxInner {
    flex: 1 31.66666666666667%;
}

.flow .section-body ul li .boxInner div dl dt {
    margin: 0 auto 15px;
}

.flow .section-body ul li .boxInner div dl dt img {
    width: 75px;
    height: auto;
}

.flow .section-body ul li .boxInner div dl dd {
    font-size: 95%;
    letter-spacing: 0;
}

.flow .section-foot dl {
    text-align: center;
}

.flow .section-foot .btnBox dl dt {
    font-family: "ta-oonishi", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.75rem;
    margin: 0 auto 40px;
}

.flow .section-foot .btnBox dl dd a {
    max-width: 350px;
    margin: 0 auto;
    padding: 25px 10px;
    background: rgb(243, 229, 81);
    background: -moz-linear-gradient(left, rgba(247, 115, 44, 1)40%, rgba(243, 229, 81, 1) 120%);
    background: -webkit-linear-gradient(left, rgba(247, 115, 44, 1) 40%, rgba(243, 229, 81, 1) 120%);
    background: linear-gradient(to right, rgba(247, 115, 44, 1) 40%, rgba(243, 229, 81, 1) 120%) box-shadow: 2.5px 2.5px 2.5px #CCCCCC;
}


/*---------------------------------------------------------------*/
/* MailForm
/*---------------------------------------------------------------*/
.page-template-temp-mail .form-box dl {
    font-size: 120%;
    margin: 0 auto 10px;
}

.page-template-temp-mail.confirm .form-box dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.page-template-temp-mail .form-box dl dt {
    padding: 5px;
}

.page-template-temp-mail .form-box dl dt .req {
    color: #FFFFFF;
    line-height: 1;
    background-color: #b10000;
    padding: 2px 10px;
    margin: 0 0 0 20px !important;
    font-size: 70%;
    border-radius: 5px;
}

.page-template-temp-mail .form-box dl dd {
    padding: 15px 5px;
}


.page-template-temp-mail.confirm .form-box dl {
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
    font-size: 100%;
}

.page-template-temp-mail.confirm .form-box dl:first-of-type {
    border-top: 0.5px solid #CCCCCC;
}

.page-template-temp-mail.confirm .form-box dl dt,
.page-template-temp-mail.confirm .form-box dl dd {
    padding: 12.5px;
}

.page-template-temp-mail.confirm .form-box dl dt {
    width: 200px;
    background-color: #dff2fc;
    border-bottom: 0.5px solid #CCCCCC;
}

.page-template-temp-mail.confirm .form-box dl dt .req {
    display: none;
}


.page-template-temp-mail.confirm .form-box dl dd {
    width: 100%;
    margin: 0 0 0 -200px;
    padding: 12.5px 5px 12.5px 225px;
    border-bottom: 0.5px solid #CCCCCC;
}


.page-template-temp-mail .form-box .min {
    font-size: 80%;
    letter-spacing: 0;
}

.page-template-temp-mail .form-box input[type="text"],
.page-template-temp-mail .form-box input[type="number"],
.page-template-temp-mail .form-box input[type="tel"],
.page-template-temp-mail .form-box input[type="email"],
.page-template-temp-mail .form-box textarea {
    padding: 10px 15px;
    background-color: #FFFFFF;
    border: 1px solid #767676;
    font-size: 120%;
    width: 100%;
}

.page-template-temp-mail .form-box input[type="number"] {
    min-width: 150px;
    width: 100%;
}

.page-template-temp-mail .form-box input[type="number"]::-webkit-outer-spin-button,
.page-template-temp-mail .form-box input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.page-template-temp-mail .form-box select {
    width: 270px;
    font-size: inherit !important;
    padding: 10px 16px;
    background-color: #FFFFFF;
    border: 1px solid #767676;
}

.page-template-temp-mail .form-box input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 5px;
}

.page-template-temp-mail .form-box input[type="submit"] {
    max-width: 350px;
    width: 100%;
    font-size: 110%;
    border-radius: 10px;
    letter-spacing: 2px;
    display: block;
    position: relative;
    padding: 20px 10px;
    color: #FFFFFF;
    border: none;
    text-decoration: none;
    background: rgb(0, 188, 193);
    background: -moz-linear-gradient(left, rgba(0, 119, 223, 1)0%, rgba(0, 188, 193, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 119, 223, 1) 0%, rgba(0, 188, 193, 1) 100%);
    background: linear-gradient(to right, rgba(0, 119, 223, 1) 0%, rgba(0, 188, 193, 1) 100%);
    margin: 0 auto;
}


.page-template-temp-mail .form-box input[type="button"] {
    max-width: 350px;
    width: 100%;
    font-size: 110%;
    border-radius: 10px;
    letter-spacing: 2px;
    display: block;
    position: relative;
    padding: 20px 10px;
    text-decoration: none;
    margin: 0 auto;
    border: 0.5px solid #FFFFFF;
}

.page-template-temp-mail .form-box .name-dl dd p {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}


.page-template-temp-mail .form-box .name-dl dd span {
    max-width: 48.5%;
    display: block;
    margin: 0 3% 0 0;
}

.page-template-temp-mail .form-box .name-dl dd span:last-child {
    margin: 0;
}

.page-template-temp-mail .form-box .tel-dl dd p {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.page-template-temp-mail .form-box .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1.3rem;
    letter-spacing: 0;
    font-weight: bold;
    display: block;
}

.page-template-temp-mail .form-box .submit-box {
    padding: 25px 0 0;
}

.page-template-temp-mail.confirm .form-box .submit-box {
    padding: 40px 0 0;
}

.page-template-temp-mail .form-box .submit-box ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.page-template-temp-mail .form-box .submit-box ul li,
.page-template-temp-mail .section-area .section-foot.btnBox ul li {
    padding: 0 2% !important;
    line-height: 1;
    width: 50%;
    margin: 0;
    text-align: center;
}

.page-template-temp-mail .form-box dl.agree-dl dd .wpcf7-list-item-label {
    font-weight: 600;
}

/*---------------------------------------------------------------*/
/* Footer
/*---------------------------------------------------------------*/
#footer {
    position: relative;
    background-color: #dff2fc;
    padding: 17% 0 0;
}

#footer:before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding-top: 11%;
    top: 0;
    left: 0;
    background-image: url(../images/recruit/common/bg-section-before2-1.png);
}

#footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
}

#footer ul li {
    width: 48%;
    margin: 0 4% 4% 0;
    letter-spacing: 0;
    text-align: center;
}

#footer ul li:nth-child(2n) {
    width: 48%;
    margin: 0 0 4%;
}

#footer ul li:last-child {
    margin: 0;
}

#footer ul li dl {
    line-height: 1;
    display: table;
    margin: 0 auto;

}

#footer ul li dl dt {
    margin: 0 0 10px;
}

#footer ul li dl dt img,
#footer ul li dl dt svg {
    height: 14px;
    width: auto;
}

#footer ul li dl dd {
    font-weight: 600;
    font-size: 1.8rem;
    letter-spacing: 0;
}

#footer ul li a {
    text-decoration: none;
    background: #FFFFFF;
    padding: 15px;
    display: block;
    border-radius: 38px;
    color: #0077df;
}

#footer ul li:last-child {
    margin: 0;
}

#footer .copyright {
    text-align: center;
    letter-spacing: 0;
    padding: 80px 0;
    font-size: 1.3rem;
}

#footer .footerSub {
    background-color: rgba(239, 251, 255, 0.9);
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9000;
}

#footer .footerSub ul li {
    width: 48%;
    margin: 0 4% 0 0;
}

#footer .footerSub ul li:last-child {
    margin: 0;
}

#footer .footerSub .btnBox ul li a {
    border-radius: 10px;
    letter-spacing: 2px;
    display: block;
    position: relative;
    padding: 10px;
    color: #FFFFFF;
    text-decoration: none;
    background: rgb(0, 188, 193);
    background: -moz-linear-gradient(left, rgba(0, 119, 223, 1)0%, rgba(0, 188, 193, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 119, 223, 1) 0%, rgba(0, 188, 193, 1) 100%);
    background: linear-gradient(to right, rgba(0, 119, 223, 1) 0%, rgba(0, 188, 193, 1) 100%);
}

/*
.hide-target {
    transition: all 0.3s ease;
    opacity: 1;
    visibility: visible;
}

.hide-target.hidden {
    opacity: 0;
    visibility: hidden;
}*/

/* #hideMe の初期状態（非表示） */
#hideMe {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

/* #hideMe が表示される状態 */
#hideMe.visible {
    opacity: 1;
    visibility: visible;
}

/* デフォルトは非表示に */
.hide-target {
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

/* .visible クラスを付与したときに表示される */
.hide-target.visible {
    opacity: 1;
    visibility: visible;
}

.page-template-temp-mail #footer .footerSub {
    display: none !important;
}

@media screen and (max-width: 1550px) {
    #MainVisual .mvHeader .swiper .swiper-wrapper .slide {
        background-size: cover;
    }
}

@media screen and (max-width: 1280px) {

    /*---------------------------------------------------------------*/
    /* Header
    /*---------------------------------------------------------------*/

    #header h1 a {
        font-size: 2.2rem;
    }

    /*---------------------------------------------------------------*/
    /* MainVisual
    /*---------------------------------------------------------------*/

    #MainVisual .mvHeader {
        position: relative;
        width: 100%;
        height: auto;
        /*
    height: 100%;*/

    }

    #MainVisual .mvHeader dl dt {
        font-size: 4.75vw;
        padding: 20px 30px;
    }

    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    #contents .section-head h2 {
        padding: 60px 0;
    }

    #contents .section-head h2:before {
        width: 25px;
        height: 30px;
        top: 15px;
        margin-left: -12.5px;
    }

    /*---------------------------------------------------------------*/
    /* Our Charm
    /*---------------------------------------------------------------*/
    .charm .charmlist .box .image:before {
        width: 80px;
        height: 80px;
        top: -20px;
        left: -20px;
    }

    .charm .charmlist .box .image:after {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1136px) {}

@media screen and (max-width: 1024px) {
    body {
        font-size: 1.7rem;
    }

    .inner {
        padding: 0 35px;
    }

    /*---------------------------------------------------------------*/
    /* Header
    /*---------------------------------------------------------------*/
    #header h1 a {
        font-size: 2rem;
        max-width: 640px;
        padding: 10px 25px;
    }

    #header h1 span.en {
        line-height: 1;
        margin: 0 auto 10px;
    }

    #header h1 span.ja {
        line-height: 1;
    }

    .openbtn1 {
        width: 60px;
        height: 60px;
        box-shadow: 0 0 5px #999999, 0 0 5px #999999, 0 0 5px #999999, 0 0 5px #999999;
        border-radius: 30px;
    }


    /*ナビゲーション*/
    #navBox {
        max-width: 550px;
        padding: 110px 40px 0;
    }

    #navBox #g_nav {
        margin: 0 auto 20px;
    }

    #navBox #g_nav ul li {
        font-size: 2.5vh;
    }

    #navBox #g_nav ul li a {
        padding: 17.5px 15px;
    }

    #navBox #g_nav ul li a:hover {
        padding: 17.5px 15px 17.5px 25px;
    }

    #navBox .faciNav {
        margin: 0 auto 30px;
    }

    #navBox .faciNav ul {
        font-size: 1.75vh;
    }

    #navBox .faciNav:after {
        width: 80px;
        height: 80px;
    }

    #navBox .faciNav ul li a {
        padding: 5px 15px;
    }

    #navBox .btnBox {
        border-radius: 10px;
        padding: 2px;
    }

    #navBox .btnBox a {
        border-radius: 10px;
        padding: 10px 15px !important;
    }

    #navBox .btnBox dl dt span {
        padding: 0 0 0 45px;
    }

    #navBox .btnBox dl dt span:before {
        width: 35px;
        height: 25px;
    }


    /*---------------------------------------------------------------*/
    /* MainVisual
    /*---------------------------------------------------------------*/
    #MainVisual .mvHeader .mvInner {
        margin-left: -50%;
        left: 50%;
    }

    #MainVisual .mvHeader dl dt {
        padding: 20px 25px;
    }

    #MainVisual .mvHeader dl dd {
        padding: 30px 5px;
        left: -20px;
    }

    #MainVisual .mvHeader .swiper .swiper-wrapper .slide {
        padding-top: 75%;
    }

    .kaigo #MainVisual .mvHeader .mvInner:before,
    .nakashima #MainVisual .mvHeader .mvInner:before {
        padding-top: 29.19921875vw;
        width: 39.0625vw;
        height: 0;
        top: inherit;
        left: 20px;
        bottom: -15%;
    }

    .kaigo #MainVisual .mvHeader .mvInner:after {
        padding-top: 27.44140625vw;
        width: 39.0625vw;
        right: 20px;
        height: 0;
        bottom: -15%;
    }

    #MainVisual .mvFooter .inner {
        padding: 6% 30px;
    }

    #MainVisual .mvFooter .inner:before,
    #MainVisual .mvFooter .inner:after {
        top: -39.0625%;
    }

    #MainVisual .mvFooter .description dl dt {
        font-size: 2.75rem;
        padding: 50px 0;
    }

    #MainVisual .mvFooter .btnBox {
        padding: 50px 0 0;
    }

    #MainVisual .mvFooter .description dl dd {
        font-size: 2.5rem;
    }

    #MainVisual .mvFooter .description dl dd span.blink {
        padding: 0 65px;
    }

    #MainVisual .mvFooter .description dl dd span.blink:before,
    #MainVisual .mvFooter .description dl dd span.blink:after {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }


    .kaigo #MainVisual .mvFooter .inner:before,
    .nakashima #MainVisual .mvFooter .inner:before {
        padding-top: 28.75%;
        width: 39.0625%;
    }

    .kaigo #MainVisual .mvFooter .inner:after,
    .nakashima #MainVisual .mvFooter .inner:after {
        padding-top: 28.25%;
        width: 39.0625%;
    }

    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    #contents .section-head h2 {
        font-size: 2.75rem;
        padding: 50px 0;
    }

    #contents .section-foot {
        padding: 50px 0 0;
    }

    /*---------------------------------------------------------------*/
    /* Intro
    /*---------------------------------------------------------------*/
    .intro .section-body .description dl dt {
        font-size: 2.75rem;
        padding: 50px 0;
    }

    .intro .section-body .btnBox {
        padding: 50px 0 0;
    }

    .intro .section-body .description dl dd {
        font-size: 2.5rem;
    }

    .intro .section-body .description dl dd span.blink {
        padding: 0 65px;
    }

    .intro .section-body .description dl dd span.blink:before,
    .intro .section-body .description dl dd span.blink:after {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }


    .kaigo .intro .section-body .inner:before,
    .nakashima .intro .section-body .inner:before {
        padding-top: 28.75%;
        width: 39.0625%;
    }

    .kaigo .intro .section-body .inner:after,
    .nakashima .intro .section-body .inner:after {
        padding-top: 28.25%;
        width: 39.0625%;
    }

    /*---------------------------------------------------------------*/
    /* Leader
    /*---------------------------------------------------------------*/
    .leader .image {
        width: 41.92872117400419%;
    }

    .leader .detail {
        padding: 4.1928721174004195% 0 0;
        margin: 0 0 0 -41.92872117400419%;
    }

    .leader .detail:after {
        bottom: -25px;
        right: -25px;
        width: 100px;
        height: 64px;
    }

    .leader .detail .detailInner {
        width: 100%;
        padding: 25px 4.1928721174004195% 25px 25.157232704402517%;
        max-width: 78.61635220125787%;
    }


    /*---------------------------------------------------------------*/
    /* Manager
    /*---------------------------------------------------------------*/
    .manager .messlist {
        display: block;
    }

    .manager .messlist .box {
        padding: 25px 30px;
        width: 100%;
        margin: 0 0 25px;
    }

    .manager .messlist .box .title .image {
        width: 90px;
        height: 90px;
        clip-path: circle(50% at 50% 50%);
    }

    .manager .messlist .box .title .name {
        margin: 0 0 0 -90px;
        padding: 0 0 0 115px;
    }


    /*---------------------------------------------------------------*/
    /* Our Charm
    /*---------------------------------------------------------------*/
    .charm .charmlist .box .image:before {
        width: 70px;
        height: 70px;
        top: -15px;
        left: -15px;
    }

    .charm .charmlist .box .image:after {
        font-size: 3.5rem;
        top: 2.5px;
        left: 2.5px;
    }

    .charm .charmlist .box .detail dl dt {
        font-size: 1.8rem;
    }

    .charm .charmlist .box .detail dl dd {
        font-size: 90%;
    }


    /*---------------------------------------------------------------*/
    /* Day
    /*---------------------------------------------------------------*/
    .day .daylist {
        padding: 30px;
    }

    .day .daylist .daylistInner .detail {
        width: 63.657407407407405%;
    }

    .day .daylist .daylistInner .detail dl dt {
        padding: 0 0 50px;
    }

    .day .daylist .daylistInner .detail ul li:after {
        left: 90px;
    }

    .day .daylist .daylistInner .detail dl dt span {
        font-size: 125%;
    }


    .day .daylist .daylistInner .image {
        width: 100%;
        margin: 0 0 0 -63.657407407407405%;
        padding: 0 0 0 66.55092592592592%;
    }


    /*---------------------------------------------------------------*/
    /* Youkou
    /*---------------------------------------------------------------*/

    .youkou .description {
        margin: 0 auto 40px;
    }

    .youkou .article-head h3 {
        font-size: 1.8rem;
        padding: 12.5px 25px;
    }


    .youkou .article-body {
        padding: 30px 25px;
    }

    .youkou .article-body table tbody th,
    .youkou .article-body table tbody td {
        padding: 20px 12.5px;
    }



    /*---------------------------------------------------------------*/
    /* Flow
    /*---------------------------------------------------------------*/

    .flow .section-body ul li {
        width: 22%;
        margin: 0 4% 0 0;
    }

    .flow .section-body ul li:after {
        font-size: 2.5vw;
        right: -27.5px;
        margin-top: -15px;
    }

    .flow .section-body ul li .boxInner div dl dt img {
        width: 70px;
        height: auto;
    }

    .flow .section-foot .btnBox dl dt {
        font-size: 2.5rem;
        margin: 0 auto 30px;
    }

    .flow .section-foot .btnBox dl dd a {
        max-width: 350px;
        margin: 0 auto;
    }

    .flow .section-foot .btnBox dl dt {
        font-size: 2.25rem;
        margin: 0 auto 25px;
    }


    /*---------------------------------------------------------------*/
    /* MailForm
    /*---------------------------------------------------------------*/
    .page-template-temp-mail .form-box dl {
        font-size: 110%;
    }

    .page-template-temp-mail .form-box input[type="text"],
    .page-template-temp-mail .form-box input[type="number"],
    .page-template-temp-mail .form-box input[type="tel"],
    .page-template-temp-mail .form-box input[type="email"],
    .page-template-temp-mail .form-box textarea {
        font-size: 110%;
    }

    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/

    #footer ul li a {
        padding: 15px 10px;
    }

    #footer .copyright {
        padding: 60px 0;
        font-size: 1.25rem;
    }

    #footer .footerSub {
        padding: 20px 0;
    }

    #footer .footerSub .btnBox ul li a {
        border-radius: 10px;
        padding: 15px 10px;
        letter-spacing: 0;
    }

}

@media screen and (max-width: 960px) {

    /*---------------------------------------------------------------*/
    /* Flow
    /*---------------------------------------------------------------*/
    .flow .section-body ul li .boxInner div dl dd {
        font-size: 90%;
    }
}

@media screen and (max-width: 835px) {
    body {
        font-size: 1.65rem;
    }

    .inner {
        padding: 0 30px;
    }

    /*---------------------------------------------------------------*/
    /* Header
    /*---------------------------------------------------------------*/
    #header h1 a {
        font-size: 1.8rem;
        max-width: 480px;
    }

    /*ナビゲーション*/
    #navBox {
        max-width: 550px;
        padding: 110px 40px 0;
    }

    #navBox #g_nav {
        margin: 0 auto 20px;
    }

    #navBox #g_nav:before {
        width: 110px;
        height: 81px;
    }

    #navBox #g_nav ul li {
        letter-spacing: 0;
    }

    #navBox #g_nav ul li a:hover {
        padding: 15px 15px 15px 20px;
    }

    #navBox .faciNav {
        margin: 0 auto 25px;
    }

    #navBox .faciNav ul {
        font-size: 1.7vh;
    }

    #navBox .faciNav:after {
        width: 80px;
        height: 80px;
    }

    #navBox .faciNav ul li a {
        padding: 5px 15px;
    }

    #navBox .btnBox {
        border-radius: 5px;
        padding: 1.5px;
    }

    #navBox .btnBox a {
        border-radius: 5px;
        padding: 7.5px 15px !important;
    }

    #navBox .btnBox dl dt span {
        padding: 0 0 0 40px;
    }

    #navBox .btnBox dl dt span:before {
        width: 30px;
        height: 20px;
        top: 2.5px;
    }

    /*---------------------------------------------------------------*/
    /* MainVisual
    /*---------------------------------------------------------------*/
    #MainVisual .mvHeader .swiper .swiper-wrapper .slide {
        padding-top: 75%;
    }

    #MainVisual .mvHeader dl dt {
        padding: 20px 25px;
    }

    #MainVisual .mvHeader dl dd {
        padding: 25px 5px;
        left: -20px;
    }

    .kaigo #MainVisual .mvHeader .mvInner:before,
    .nakashima #MainVisual .mvHeader .mvInner:before {
        width: 38.32335329341318vw;
        left: 10px;
        bottom: -15%;
    }

    .kaigo #MainVisual .mvHeader .mvInner:after {
        width: 38.32335329341318vw;
        right: 10px;
        bottom: -15%;
    }

    #MainVisual .mvFooter .inner {
        padding: 6% 25px;
    }

    #MainVisual .mvFooter .inner:before,
    #MainVisual .mvFooter .inner:after {
        top: -30.03125%;
    }

    #MainVisual .mvFooter .description dl dt {
        font-size: 2.5rem;
        padding: 40px 0;
    }

    #MainVisual .mvFooter .description dl dd {
        font-size: 2.25rem;
    }

    #MainVisual .mvFooter .description dl dd span.blink {
        padding: 0 60px;
    }

    #MainVisual .mvFooter .description dl dd span.blink:before,
    #MainVisual .mvFooter .description dl dd span.blink:after {
        width: 45px;
        height: 45px;
        margin-top: -27.5px;
    }

    #MainVisual .mvFooter .btnBox {
        padding: 40px 0 0;
    }


    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    #contents .section-head h2 {
        font-size: 2.5rem;
        padding: 40px 0;
    }

    #contents .section-head h2:before {
        top: 0;
    }

    #contents .section-foot {
        padding: 40px 0 0;
    }

    /*---------------------------------------------------------------*/
    /* Intro
    /*---------------------------------------------------------------*/

    .intro .section-body .description dl dt {
        font-size: 2.5rem;
        padding: 40px 0;
    }

    .intro .section-body .description dl dd {
        font-size: 2.25rem;
    }

    .intro .section-body .description dl dd span.blink {
        padding: 0 60px;
    }

    .intro .section-body .description dl dd span.blink:before,
    .intro .section-body .description dl dd span.blink:after {
        width: 45px;
        height: 45px;
        margin-top: -27.5px;
    }

    .intro .section-body .btnBox {
        padding: 40px 0 0;
    }

    /*---------------------------------------------------------------*/
    /* Manager
    /*---------------------------------------------------------------*/
    .manager .messlist .box {
        padding: 25px;
    }

    .manager .messlist .box .title .image {
        width: 80px;
        height: 80px;
    }

    .manager .messlist .box .title .name {
        margin: 0 0 0 -80px;
        padding: 0 0 0 105px;
    }

    /*---------------------------------------------------------------*/
    /* Our Charm
    /*---------------------------------------------------------------*/
    .charm .charmlist .box .detail dl dt {
        font-size: 1.75rem;
    }


    /*---------------------------------------------------------------*/
    /* Day
    /*---------------------------------------------------------------*/
    .day .daylist {
        padding: 25px;
    }

    .day .daylist .daylistInner .detail dl dt {
        padding: 0 0 40px;
    }

    .day .daylist .daylistInner .detail ul li:after {
        left: 80px;
    }

    .day .daylist .daylistInner .image {
        width: 100%;
        margin: 0 0 0 -63.657407407407405%;
        padding: 0 0 0 66.55092592592592%;
    }

    /*---------------------------------------------------------------*/
    /* Youkou
    /*---------------------------------------------------------------*/
    .youkou .article-head h3 {
        font-size: 1.7rem;
        padding: 12.5px 25px;
    }

    .youkou .article-body {
        padding: 25px;
    }

    .youkou .article-body table tbody th,
    .youkou .article-body table tbody td {
        padding: 15px 12.5px;
    }

    .youkou .article-body table tbody th {
        width: 150px;
    }

    /*---------------------------------------------------------------*/
    /* Flow
    /*---------------------------------------------------------------*/
    .flow .section-body ul {
        flex-direction: column;
        max-width: 480px;
        margin: 0 auto;
    }

    .flow .section-body ul li {
        width: 100%;
        margin: 0 0 40px;
        background: #effbff;
        padding: 15px 25px;
        border-radius: 15px;
    }

    .flow .section-body ul li .boxInner:before {
        display: none;
    }

    .flow .section-body ul li:after {
        font-size: 2rem;
        right: inherit;
        left: 50%;
        margin-left: -10px;
        top: inherit;
        bottom: -30px;
        margin-top: -15px;
        content: "▼";
    }


    .flow .section-body ul li .boxInner div {
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        padding: 0;
    }

    .flow .section-body ul li .boxInner div dl {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: relative;
    }

    .flow .section-body ul li .boxInner div dl dt {
        margin: 0;
        position: absolute;
        right: 0;
        top: 50%;
        line-height: 1;
        margin-top: -23.6px;

    }

    .flow .section-body ul li .boxInner div dl dt img {
        width: 50px;
    }

    .flow .section-body ul li .boxInner div dl dd {
        font-size: 2rem;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .flow .section-foot .btnBox dl dt {
        font-size: 2rem;
    }

    /*---------------------------------------------------------------*/
    /* MailForm
    /*---------------------------------------------------------------*/
    .page-template-temp-mail .form-box dl {
        font-size: 105%;
    }

    .page-template-temp-mail.confirm .form-box dl dt {
        width: 175px;
    }

    .page-template-temp-mail.confirm .form-box dl dd {
        margin: 0 0 0 -175px;
        padding: 12.5px 5px 12.5px 200px;
    }

    .page-template-temp-mail .form-box input[type="text"],
    .page-template-temp-mail .form-box input[type="number"],
    .page-template-temp-mail .form-box input[type="tel"],
    .page-template-temp-mail .form-box input[type="email"],
    .page-template-temp-mail .form-box textarea {
        font-size: 105%;
    }

    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer ul li dl dd {
        letter-spacing: 0;
    }

    #footer ul li a {
        padding: 15px 10px;
    }

    #footer .copyright {
        padding: 50px 0;
        font-size: 1.2rem;
    }

    #footer .footerSub .btnBox ul li a {
        border-radius: 10px;
        padding: 10px;
    }
}

@media screen and (max-width: 750px) {
    body {
        font-size: 1.6rem;
    }

    .btnBox a {
        border-radius: 7.5px;
        letter-spacing: 0px;
        padding: 15px 5px;
    }

    .btnBox ul li {
        letter-spacing: 0;
    }

    .inner {
        padding: 0 25px;
    }

    /*---------------------------------------------------------------*/
    /* Header
    /*---------------------------------------------------------------*/
    #header {
        padding: 20px;
    }

    #header h1 {
        letter-spacing: 0;
    }

    #header h1 a {
        padding: 5px;
        font-size: 1.7rem;
    }

    .openbtn1 {
        top: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
        box-shadow: 0 0 3px #999999, 0 0 3px #999999, 0 0 3px #999999, 0 0 3px #999999;
        border-radius: 25px;
    }

    .openbtn1 span {
        height: 2px;
        border-radius: 1px;
    }

    .openbtn1 .btnInner {
        width: 25px;
    }

    .openbtn1.active span:nth-of-type(3) {
        transform: translateY(-3px) rotate(45deg);
    }

    /*ナビゲーション*/
    #navBox {
        max-width: 480px;
        padding: 90px 25px 0;
    }

    #navBox #g_nav {
        margin: 0 auto 15px;
    }

    #navBox #g_nav:before {
        width: 100px;
        height: 74px;
        top: -85px;

    }

    #navBox #g_nav ul li {
        font-size: 2.125vh;
    }

    #navBox .faciNav {
        margin: 0 auto 40px;
    }

    #navBox .faciNav ul {
        font-size: 1.85vh;
    }

    #navBox .faciNav:after {
        width: 70px;
        height: 70px;
    }

    /*---------------------------------------------------------------*/
    /* MainVisual
    /*---------------------------------------------------------------*/

    #MainVisual .mvHeader dl dd {
        padding: 20px 10px;
        left: -20px;
        line-height: 1;
        font-size: 120%;
    }

    #MainVisual .mvHeader dl dt {
        padding: 20px 25px;
        font-size: 6.5vw;
    }

    #MainVisual .mvHeader .swiper .swiper-wrapper .slide {
        padding-top: 112.45508982035928%;
    }

    .kaigo #MainVisual .mvHeader .mvInner:before,
    .nakashima #MainVisual .mvHeader .mvInner:before,
    .kaigo #MainVisual .mvHeader .mvInner:after,
    .nakashima #MainVisual .mvHeader .mvInner:after {
        width: 36.666666666666664vw;
    }

    .kaigo #MainVisual .mvHeader .swiper .swiper-wrapper .slide1 {
        background-image: url(../images/recruit/mainvisual/kaigo/mv-image_sp.webp);
    }


    .nakashima #MainVisual .mvHeader .swiper .swiper-wrapper .slide1 {
        background-image: url(../images/recruit/mainvisual/nakashima/mv-image1_sp.webp);
    }

    .nakashima #MainVisual .mvHeader .swiper .swiper-wrapper .slide2 {
        background-image: url(../images/recruit/mainvisual/nakashima/mv-image2_sp.webp);
    }

    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    #contents .section-area {
        padding: 12% 0;
    }

    #contents .section-head h2 {
        font-size: 2.25rem;
    }


    #contents .section-foot {
        padding: 30px 0 0;
    }

    /*---------------------------------------------------------------*/
    /* Intro
    /*---------------------------------------------------------------*/

    .intro .section-body .description dl dt {
        font-size: 2.125rem;
        letter-spacing: 0;
        padding: 30px 0;
    }

    .intro .section-body .btnBox {
        padding: 30px 0 0;
    }

    .intro .section-body .inner:before,
    .intro .section-body .inner:after {
        top: -40%;
    }

    /*---------------------------------------------------------------*/
    /* Leader
    /*---------------------------------------------------------------*/
    .leader {
        padding: 12% 0 0 !important;
    }

    .leader .section-body .inner {
        display: block;
    }

    .leader .image {
        width: 100%;
    }

    .leader .detail {
        margin: 0;
        padding: 0;
        max-width: 100%;
    }

    .leader .detail:after {
        bottom: -25px;
        right: -25px;
        width: 80px;
        height: 51px;
    }

    .leader .detail .detailInner {
        width: 100%;
        padding: 25px;
        max-width: 100%;
    }


    /*---------------------------------------------------------------*/
    /* Our Charm
    /*---------------------------------------------------------------*/
    .manager {
        padding: 12% 0 0 !important;
    }

    .manager .messlist .box {
        align-items: flex-start;
    }

    .manager .messlist .box .detail {
        margin: 0 0 0 -150px;
        padding: 0 0 0 175px;
    }

    .manager .messlist .box .image {
        width: 150px;
        min-height: 200px;
    }

    .manager .messlist .box .image .mesBox:before {
        width: 70px;
        height: 70px;
        border-radius: 35px;
        top: 25px;
    }

    .manager .messlist .box .image .mesBox .mes-image {
        width: 100px;
        height: 100px;
    }

    .manager .messlist .box .image .mesBox .mes-image img.img2 {
        bottom: -80px;
        left: 90%;
        margin-left: -40px;
    }


    /*---------------------------------------------------------------*/
    /* Our Charm
    /*---------------------------------------------------------------*/
    .charm .charmlist,
    .charm .charmlist.column-2 {
        display: block !important;
    }

    .charm-slider-container {
        overflow: hidden;
        position: relative;
        padding-bottom: 50px;
        width: 100%;
    }

    .charm-slider {
        display: flex !important;
        transition: transform 0.5s ease;
        width: 100%;
    }

    .charm-slider>.box {
        flex: 0 0 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        margin: 0 !important;
        padding: 0 25px;
    }

    .charm-nav {
        display: flex;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(255, 255, 255, 0.9);
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 24px;
        align-items: center;
        justify-content: center;
        z-index: 10;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
        transition: background 0.3s;
    }

    .charm-nav:hover {
        background: rgba(255, 255, 255, 1);
    }

    .charm-prev {
        left: 10px;
    }

    .charm-next {
        right: 10px;
    }


    .charm .charmlist .box .image:before {
        width: 60px;
        height: 60px;
        top: -10px;
        left: -10px;
    }

    .charm .charmlist .box .image:after {
        font-size: 3rem;
        top: 5px;
        left: 5px;
    }

    .charm .charmlist .box .image .imageInner {
        border-radius: 15px;
    }

    .charm .charmlist .box .detail dl dt {
        padding: 0 0 0 40px;
    }

    .charm .charmlist .box .detail dl dt:before {
        width: 30px;
        height: 35px;
        bottom: inherit;
    }

    .charm .charmlist .box .detail dl dd {
        padding: 0 0 0 40px;
    }

    /*---------------------------------------------------------------*/
    /* Day
    /*---------------------------------------------------------------*/
    .day .daylist .daylistInner {
        flex-direction: column-reverse;
    }

    .day .daylist .daylistInner .detail {
        width: 100%;
        margin: 0 auto 25px;
    }

    .day .daylist .daylistInner .detail dl dt {
        padding: 0 0 25px;
    }

    .day .daylist .daylistInner .detail ul li dl dt:after {
        right: 2.5px;
    }

    .day .daylist .daylistInner .image {
        width: 100%;
        margin: 0;
        padding: 0;
        flex-direction: row;
        justify-content: center;
    }

    .day .daylist .daylistInner .image .imageBox {
        width: 48%;
        margin: 0 4% 4% 0;
    }

    .day .daylist .daylistInner .image .imageBox:nth-child(2n) {
        margin: 0 0 4%;
    }

    /*---------------------------------------------------------------*/
    /* Youkou
    /*---------------------------------------------------------------*/
    .youkou:before {
        padding-top: 10.65% !important;
        background-image: url(../images/recruit/common/bg-section-before-1_sp.png);
    }

    .youkou .description {
        margin: 0 auto 25px;
    }

    /*---------------------------------------------------------------*/
    /* Flow
    /*---------------------------------------------------------------*/
    .flow .section-body ul li {
        padding: 15px 30px;
        border-radius: 10px;
    }

    .flow .section-body ul li .boxInner div dl dd {
        font-size: 1.8rem;
    }

    .flow .section-foot .btnBox dl dt {
        font-size: 1.8rem;
    }

    /*---------------------------------------------------------------*/
    /* MailForm
    /*---------------------------------------------------------------*/
    .page-template-temp-mail .form-box dl {
        font-size: 100%;
    }

    .page-template-temp-mail .form-box dl dt {
        padding: 2.5px 0;
    }

    .page-template-temp-mail .form-box dl dd {
        padding: 7.5px 0px;
    }

    .page-template-temp-mail.confirm .form-box dl dt {
        width: 175px;
    }

    .page-template-temp-mail.confirm .form-box dl dd {
        margin: 0 0 0 -175px;
        padding: 12.5px 5px 12.5px 200px;
    }

    .page-template-temp-mail .form-box input[type="text"],
    .page-template-temp-mail .form-box input[type="tel"],
    .page-template-temp-mail .form-box input[type="email"],
    .page-template-temp-mail .form-box textarea {
        font-size: 100%;
    }


    .page-template-temp-mail .form-box input[type="radio"] {
        width: 15px;
        height: 15px;
        margin: 3px 5px;
    }

    .page-template-temp-mail .form-box input[type="number"] {
        min-width: 70px;
    }

    .page-template-temp-mail .form-box select {
        width: 100%;
        padding: 10px 16px;
    }

    .page-template-temp-mail .form-box input[type="submit"],
    .page-template-temp-mail .form-box input[type="button"] {
        font-size: 100%;
        border-radius: 5px;
        padding: 15px 5px;
    }



    .page-template-temp-mail .form-box .wpcf7-list-item {
        display: block;
        width: 100%;
        margin: 0 0 0 1em;
    }

    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer ul li a {
        padding: 15px 5px;
    }

    #footer .copyright {
        padding: 40px 0;
        font-size: 1.15rem;
    }

    #footer .footerSub {
        padding: 15px 0;
    }

    #footer .footerSub .btnBox ul li a {
        border-radius: 5px;
        padding: 10px 5px;
    }

}

@media screen and (max-width: 640px) {

    /*---------------------------------------------------------------*/
    /* Header
    /*---------------------------------------------------------------*/
    #header h1 a {
        font-size: 1.5rem;
        max-width: 375px;
        font-weight: 600;
        letter-spacing: 0;

    }

    /*ナビゲーション*/
    #navBox {
        max-width: 420px;
        padding: 90px 25px 0;
    }

    #navBox #g_nav:before {
        width: 90px;
        height: 66px;
    }

    #navBox #g_nav ul li {
        font-size: 2.5vh;
        letter-spacing: 0;
    }

    #navBox #g_nav ul li a {
        padding: 20px 0 20px 12.5px;
    }

    #navBox #g_nav ul li a:hover {
        padding: 15px 0 15px 15px;
    }

    #navBox .faciNav {
        margin: 0 auto 30px;
    }

    #navBox .faciNav ul {
        font-size: 1.6vh;
    }

    #navBox .faciNav:after {
        width: 60px;
        height: 60px;
    }

    /*---------------------------------------------------------------*/
    /* MainVisual
    /*---------------------------------------------------------------*/
    #MainVisual .mvHeader dl dt {
        padding: 20px 3.90625vw;
        font-size: 6.5vw;
    }

    #MainVisual .mvHeader dl dd {
        padding: 20px 7.5px;
        font-size: 110%;
    }

    #MainVisual .mvFooter .description dl dt {
        font-size: 2rem;
        padding: 25px 0;
    }


    #MainVisual .mvFooter .description dl dd {
        font-size: 2rem;
    }

    #MainVisual .mvFooter .description dl dd span.blink {
        padding: 0 55px;
    }

    #MainVisual .mvFooter .description dl dd span.blink:before,
    #MainVisual .mvFooter .description dl dd span.blink:after {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    #MainVisual .mvFooter .btnBox {
        padding: 25px 0 0;
    }

    #MainVisual .mvFooter .inner:before,
    #MainVisual .mvFooter .inner:after {
        top: -22.5vw;
    }

    /*---------------------------------------------------------------*/
    /* Contents
    /*---------------------------------------------------------------*/
    #contents .section-head h2 {
        /*font-size: 2rem;*/
        padding: 25px 0;
    }

    #contents .section-foot {
        padding: 25px 0 0;
    }

    /*---------------------------------------------------------------*/
    /* Intro
    /*---------------------------------------------------------------*/
    .intro .section-body .description dl dt {
        font-size: 2rem;
        padding: 25px 0;
    }

    .intro .section-body .description dl dd {
        font-size: 2rem;
    }

    .intro .section-body .description dl dd span.blink {
        padding: 0 55px;
    }

    .intro .section-body .description dl dd span.blink:before,
    .intro .section-body .description dl dd span.blink:after {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .intro .section-body .btnBox {
        padding: 25px 0 0;
    }

    .intro .section-body .inner:before,
    .intro .section-body .inner:after {
        top: -22.5vw;
    }

    /*---------------------------------------------------------------*/
    /* Manager
    /*---------------------------------------------------------------*/
    .manager .messlist .box {
        display: block;
    }

    .manager .messlist .box:nth-child(1):after,
    .manager .messlist .box:nth-child(2):after {
        bottom: -20px;
        width: 64px;
        height: 63px;
    }

    .manager .messlist .box:nth-child(1):after {
        left: -20px;
        width: 43px;
        height: 42px;
    }

    .manager .messlist .box:nth-child(2):after {
        right: -20px;
        width: 43px;
        height: 42px;
    }

    .manager .messlist .box .detail {
        margin: 0;
        padding: 0;
    }

    .manager .messlist .box .detail .name {
        margin: 0 auto 20px;
        justify-content: center;
        text-align: center;
    }

    .manager .messlist .box .image {
        width: 250px;
        min-height: 250px;
        margin: 0 auto 25px;
    }

    .manager .messlist .box .image .mesBox:before {
        width: 90px;
        height: 90px;
        border-radius: 45px;
        top: 15px;
        right: 7.5%;
    }

    .manager .messlist .box .image .mesBox .mes-image {
        width: 150px;
        height: 150px;
    }

    .manager .messlist .box .image .mesBox .mes-image img.img2 {
        bottom: -95px;
        left: 80%:
    }

    /*---------------------------------------------------------------*/
    /* Our Charm
    /*---------------------------------------------------------------*/
    .charm .charmlist .box {
        width: 100% !important;
        margin: 0 0 25px !important;
    }

    .charm .charmlist .box:nth-child(3n),
    .charm .charmlist .box:nth-child(n+4),
    .charm .charmlist .box:nth-child(2n),
    .charm .charmlist .box:nth-child(n+5),
    .charm .charmlist.column-2 .box:nth-child(2n),
    .charm .charmlist.column-2 .box:nth-child(3n) {
        margin: 0 0 25px !important;
    }

    .charm .charmlist .box:last-child {
        margin: 0 !important;
    }

    .charm .charmlist .box .image {
        border-radius: 10px;
        margin: 0 auto;
    }

    .charm .charmlist .box .image .imageInner {
        border-radius: 10px;
    }

    .charm .charmlist .box .detail {
        margin: 0 auto;
    }

    .charm .charmlist .box .detail dl dt {
        font-size: 1.7rem;
    }


    /*---------------------------------------------------------------*/
    /* Day
    /*---------------------------------------------------------------*/
    .day .daylist .daylistInner .detail ul li:after {
        left: 50px;
    }


    .day .daylist .daylistInner .detail dl dt {
        width: 100px;
        line-height: 1;
        letter-spacing: 0;
    }

    .day .daylist .daylistInner .detail dl dd {
        margin: 0 0 0 -100px;
        padding: 0 0 0 120px;
    }

    .day .daylist .daylistInner .detail dl dd span:after {
        left: -30px;
    }

    /*---------------------------------------------------------------*/
    /* Youkou
    /*---------------------------------------------------------------*/
    .youkou .article-body {
        padding: 20px;
    }

    .youkou .article-body table tbody th,
    .youkou .article-body table tbody td {
        display: block;
        width: 100%;
    }

    .youkou .article-body table tbody th {
        padding: 10px 20px 2.5px;
    }

    .youkou .article-body table tbody td {
        padding: 2.5px 20px 10px;
    }

    /*---------------------------------------------------------------*/
    /* Flow
    /*---------------------------------------------------------------*/
    .flow .section-body ul li {
        padding: 10px 25px;
        border-radius: 7.5px;
    }

    .flow .section-body ul li .boxInner div dl dt {
        margin-top: -18.885px;
    }

    .flow .section-body ul li .boxInner div dl dt img {
        width: 40px;
    }

    .flow .section-body ul li .boxInner div dl dd {
        font-size: 1.7rem;
    }

    .flow .section-foot .btnBox dl dt {
        letter-spacing: 0;
    }

    /*---------------------------------------------------------------*/
    /* MailForm
    /*---------------------------------------------------------------*/
    .page-template-temp-mail.confirm .form-box dl {
        display: block;
        letter-spacing: 0;
    }

    .page-template-temp-mail.confirm .form-box dl dt {
        width: 100%;
        font-size: 90%;
        font-weight: 600;
        padding: 5px 15px;
        border-bottom: none;
    }

    .page-template-temp-mail.confirm .form-box dl dd {
        margin: 0;
        padding: 10px 15px;
    }

    .page-template-temp-mail .form-box input[type="text"],
    .page-template-temp-mail .form-box input[type="number"],
    .page-template-temp-mail .form-box input[type="tel"],
    .page-template-temp-mail .form-box input[type="email"],
    .page-template-temp-mail .form-box textarea {
        font-size: 100%;
    }

    .page-template-temp-mail .form-box input[type="submit"],
    .page-template-temp-mail .form-box input[type="button"] {
        font-size: 100%;
        border-radius: 5px;
        padding: 15px 5px;
    }

    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/
    #footer ul {
        display: block;
        max-width: 480px;
    }

    #footer ul li,
    #footer ul li:nth-child(2n) {
        width: 100%;
        margin: 0 0 20px;
    }

    #footer ul li dl dd {
        font-size: 1.7rem;
    }

    #footer .copyright {
        font-size: 1.1rem;
    }

    #footer .footerSub .btnBox ul {
        display: flex !important;
    }

    #footer .footerSub ul li,
    #footer .footerSub ul li:nth-child(2n) {
        width: 48%;
    }
}

@media screen and (max-width: 480px) {

    /*---------------------------------------------------------------*/
    /* Header
    /*---------------------------------------------------------------*/
    #header h1 a {
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: 0;
        max-width: 260px;
    }

    #navBox #g_nav ul li {
        font-size: 2.25vh;
    }

    /*---------------------------------------------------------------*/
    /* MainVisual
    /*---------------------------------------------------------------*/
    #MainVisual .mvHeader dl dd {
        padding: 20px 7.5px;
        font-size: 100%;
    }

    #MainVisual .mvFooter .description dl dd {
        font-size: 1.8rem;
    }

    #MainVisual .mvFooter .description dl dd span.blink {
        padding: 0 50px;
    }

    /*---------------------------------------------------------------*/
    /* Intro
    /*---------------------------------------------------------------*/
    .intro .section-body .description dl dd {
        font-size: 1.8rem;
    }

    .intro .section-body .description dl dd span.blink {
        padding: 0 50px;
    }

    /*---------------------------------------------------------------*/
    /* Our Charm
    /*---------------------------------------------------------------*/
    .charm .charmlist .box:before {
        width: 50px;
        height: 50px;
        top: -5px;
        left: -5px;
    }

    .charm .charmlist .box:after {
        font-size: 2.5rem;
        top: 7.5px;
        left: 7.5px;
    }

    .charm .charmlist .box .image,
    .charm .charmlist .box .detail {
        max-width: 90%;
    }

    /*---------------------------------------------------------------*/
    /* Day
    /*---------------------------------------------------------------*/
    .day .daylist .daylistInner .detail dl dt {
        width: 80px;
    }

    .day .daylist .daylistInner .detail ul li dl dt:after {
        right: -2.5px;
    }

    .day .daylist .daylistInner .detail dl dd {
        margin: 0 0 0 -80px;
        padding: 0 0 0 100px;
    }

    .day .daylist .daylistInner .detail dl dd span:after {
        left: -25px;
    }

    /*---------------------------------------------------------------*/
    /* Footer
    /*---------------------------------------------------------------*/

    #footer ul li,
    #footer ul li:nth-child(2n) {
        width: 100%;
        margin: 0 0 15px;
    }

    #footer ul li dl dt img,
    #footer ul li dl dt svg {
        height: 13px;
    }

    #footer ul li dl dd {
        font-size: 1.6rem;
    }

    #footer .copyright {
        font-size: 1.0rem;
    }
}

@media screen and (max-width: 350px) {}