@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

body.RecruitPage {
    background: #FFFFFF;
    color: #305d64;
}
/*Top*/
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
main {
    text-align: left;
    font-size: 0.9rem;
    overflow-x: hidden;
}
main h1 {
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #0090d9;
}
main h1 span {
	font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #305d64;
    display: block;
    font-size: 1.12em;
    margin-top: 0.5em;
    line-height: 1.5;
}
main img {
    border-radius: 80px;
}
article { position: relative;}
.Contents_Wrap {
    position: relative;
}
/*FirstView*/
#FirstView {
    width: 100%;
    margin: auto;
    padding: 0 0;
    position: relative;
}
#FirstView h1 {
    position: absolute;
    color: #305d64;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-style: normal;
}
#FirstView ul {
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    overflow: hidden;
    z-index: -1;
    max-height: 740px;
}
#FirstView img {
    object-fit: cover;
}
/*Message*/
#Message {
    box-sizing: border-box;
    position: relative;
}
#Message h1 {
    margin-bottom: 1.5em;
}
#Message .Contents {
    background: url("../images/Recruit-Message-ContentsBG.svg") no-repeat left top;
    background-size: cover;
}
/*AboutUs*/
#AboutUs {
}
#AboutUs header {
    position: relative;
}
#AboutUs header figure {
    width: 100%;
}
#AboutUs header img {
    border-radius: 0;
    width: 100%;
}
#AboutUs header h1 {
    position: absolute;
}
#AboutUs .Contents {
    display: flex;
    flex-wrap: wrap;
}
#AboutUs dl {
    display: flex;
    flex-wrap: wrap;
}
#AboutUs dt {
    font-weight: 600;
    width: 10em;
    text-align: center;
}
#AboutUs dd {
    width: calc(100% - 10em);
    margin-bottom: 1.5em;
}
#AboutUs dd:nth-last-of-type(1) {
    margin-bottom: 0;
}
#AboutUs .Contents_PictArea {

}
#AboutUs .Contents_PictArea ul {
    display: flex;
    flex-wrap: wrap;
    color: #0090d9;
}
#AboutUs .Contents_PictArea ul li {
    background: #FFFFFF;
    filter: drop-shadow(12px 12px 12px rgba(0,0,0,.15));
}
#AboutUs .Contents_PictArea ul li h2 {
    text-align: center;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1em;
}
/*Surroundings*/
#Surroundings {
}
#Surroundings h2 {
    font-weight: 600;
    color: #305d64;
    margin-bottom: 1.25em;
}
#Surroundings .Contents_Wrap {
    box-sizing: border-box;
    position: relative;
    background: #FFFFFF;
    margin-right: 0%;
    display: flex;
    flex-wrap: wrap;
}
#Surroundings .Contents_Wrap .Contents_Box_Wrap {
    display: flex;
    flex-wrap: wrap;
}
#Surroundings .Contents_PictArea {
    box-sizing: border-box;
    position: relative;
}
#Surroundings .Contents_PictArea ul {
    display: flex;
    flex-wrap: wrap;
}
#Surroundings .Contents_PictArea ul li h2 {
    text-align: center;
    color: #0090d9;
    position: relative;
    padding: 1rem;
}
#Surroundings .Contents_PictArea ul li h2::before,
#Surroundings .Contents_PictArea ul li h2::after {
    position: absolute;
    width: 15px;
    height: 15px;
    content: '';
}
#Surroundings .Contents_PictArea ul li h2::before {
    border-left: solid 4px;
    border-top: solid 4px;
    top: 0;
    left: 0;
}
#Surroundings .Contents_PictArea ul li h2::after {
    border-right: solid 4px;
    border-bottom: solid 4px;
    bottom: 0;
    right: 0;
}
/*Person*/
#Person {
}
#Person h2 {
    font-weight: 600;
    color: #305d64;
    margin-bottom: 1.25em;
}
#Person .Contents_PictArea ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#Person .Contents_PictArea ul li {
    width: 47%;
    margin-bottom: 0%;
}
#Person .Contents_PictArea ul li:nth-of-type(2n) {
    margin-top: 13%;
}
/*Person_WorkFLow*/
#Person_WorkFLow {
}
#Person_WorkFLow h2 {
    font-weight: 600;
    color: #305d64;
    margin-bottom: 1.25em;
}
#Person_WorkFLow .Person_WorkFLow_Elder {
    display: flex;
    flex-wrap: wrap;
}
#Person_WorkFLow .Person_WorkFLow_Elder p.Recruit-btn i {
    font-size: 1.5em;
}
#Person_WorkFLow .Person_WorkFLow_Elder .Elder_Info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
#Person_WorkFLow .Person_WorkFLow_Elder .Elder_Info h3 {
    font-size: 1.4em;
}
#Person_WorkFLow .Person_WorkFLow_Elder .Elder_Info h3 span {
    font-size: 0.75em;
    margin-left: 0.5em;
}

#Person_WorkFLow .Person_WorkFLow_Detail dl {
    display: flex;
    flex-wrap: wrap;
}
#Person_WorkFLow .Person_WorkFLow_Detail dl dt {
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #0090d9;
    width: 8em;
}
#Person_WorkFLow .Person_WorkFLow_Detail dl dt:before {
    content: '●';
}
#Person_WorkFLow .Person_WorkFLow_Detail dl dd {
    width: calc(100% - 8em);
}
#Person_WorkFLow .Person_WorkFLow_Detail dl dd h5 {
    font-weight: 600;
    line-height: 1.2;
}
.modaal-content-container dl {
    display: flex;
    flex-wrap: wrap;
}
.modaal-content-container dl dt {
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: #0090d9;
    width: 12em;
}
.modaal-content-container dl dt:before {
    content: '●';
}
.modaal-content-container dl dd {
    width: calc(100% - 13em);
}
.modaal-content-container dl dd h5 {
    font-weight: 600;
    line-height: 1.2;
}

/*Conditions*/
section.Conditions {
    display: flex;
    flex-wrap: wrap;
    background: url("../images/Recruit-TableBG.jpg") no-repeat top center;
    background-size: cover;
}
section.Conditions h1 {
    text-align: center;
    color: #305d64;
    width: 100%;
}
section.Conditions dl {
    display: flex;
    flex-wrap: wrap;
}
section.Conditions dl dt {
    background: #ffffff;
    padding: 0.25em 1em;
    width: 6em;
    text-align: center;
    border-radius: 2em;
}
section.Conditions dl dd:nth-last-of-type(1) {
    margin-bottom: 0;
}
section.Conditions dl ul {
    margin-left: 1.5em;
}
section.Conditions dl ul li {
    list-style: disc;
}
/*Entry*/
#Entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#Entry p.Entry-btn a {
    box-sizing: border-box;
    border: solid 2px #0090d9;
    background: #0090d9;
    color: #FFFFFF;
    font-weight: 700;
    padding: 1em;
    border-radius: 2em;
    transition: all .4s ease-out;
}
#Entry p.Entry-btn a:hover {
    background: #FFFFFF;
    color: #0090d9;
}
/*Contact*/
#Contact {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#Contents_pages #Contact {
    width: 100%;
    padding: 128px 10% 0;
    margin: auto;
    border-top: solid 1px #004a7a;
}
#Contact header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
#Contact header h1 {
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
}
#Contact header p {
    font-weight: 800;
    font-family: "Oswald", sans-serif;
    line-height: 1.2;
    color: rgba(0,74,122,0.05);
    text-align: right;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}
.Contens_Box h2 {
    font-weight: 600;
    border-bottom: 3px solid #e3e3e3;
    padding: 0.3em;
    position: relative;
    margin-bottom: 1em;
}
.Contens_Box h2::after {
    content: '';
    background-color: #4c9ac0;
    width: 2em;
    height: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 1;
}
/*Form*/
.ContactForm input,
.ContactForm textarea,
.ContactForm select {
    box-sizing: border-box;
    border: solid 2px #CCCCCC;
    background: #FFFFFF;
    font-size: 1.1em;
    padding: 0.5em 0.75em!important;
    border-radius: 0.4em;
}
.ContactForm select {
    box-sizing: border-box;
    width: 100%;
}
.ContactForm input[type='submit'],
.ContactForm input[type='button'],
.ContactForm button {
    color: #FFFFFF;
    font-weight: 500;
    box-sizing: border-box;
    background: #36bcee;
    border: solid 1px #36bcee;
    transition: all .4s ease-out;
}
.ContactForm input[type='submit']:hover,
.ContactForm input[type='button']:hover,
.ContactForm button:hover {
    color: #36bcee;
    background: #FFFFFF;
}
.ContactForm .Required input,
.ContactForm .Required textarea,
.ContactForm .Required select {
    border: solid 2px #EA4789;
}
.ContactForm .Required dt span {
    padding: 0.5em;
    color: #FFFFFF;
    background: #EA4789;
    font-size: 0.8em;
    line-height: 1;
    border-radius: 0.25em;
    margin-left: 1em;
}
.ContactForm ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: solid 2px #EA4789;
    padding: 0.5em 0.75em!important;
    border-radius: 0.4em;
}
.ContactForm ul li {
    margin-left: 1.15rem;
}
.ContactForm ul label {
    display: flex;
    font-size: 1.05rem;
}
.ContactForm ul input[type='radio'] {
    width: auto!important;
}
/*ContactForm*/
#Contact_MailForm {
    width: 90%;
    max-width: 1080px;
    margin: auto;
}
#Contact_MailForm .ContactForm {
    width: 85%;
    margin: auto;
}
#Contact_MailForm .Contact_Coution {
    box-sizing: border-box;
    background: #FFFFFF;
}
#Contact_MailForm .Contact_Coution ul li {
    margin-left: 1.5em;
    margin-bottom: 1em;
    list-style: disc;
}
#Contact_MailForm .Contact_Coution ul li:nth-last-of-type(1) {
    margin-bottom: 0;
}
#Contact_MailForm .Form-Privacy {
    text-align: center;
}
#Contact_MailForm .Form-Privacy .PrivacyPolicy-box {
    box-sizing: border-box;
    background: #FAFAFA;
    overflow-y: auto;
    text-align: left;
}
#Contact_MailForm .Form-Privacy .PrivacyPolicy-box ol li {
    margin-top: 1em;
}
#Contact_MailForm .Form-Privacy .PrivacyPolicy-box ol li ul li {
    margin-left: 1.5em;
    list-style: disc;
}
#Contact_MailForm .ContactForm form {
    display: flex;
    flex-wrap: wrap;
}
#Contact_MailForm .ContactForm form dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#Contact_MailForm .ContactForm form dl dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    margin-bottom: 0.25em;
}
#Contact_MailForm .ContactForm form .btnarea {
    text-align: center;
    width: 100%;
}


/* -------------------------------------------
MediaQuery
------------------------------------------- */
/*SmartPhone*/
@media screen and (max-width:767px) {
    main img {
        border-radius: 32px;
    }
    main h1 span {
        margin-top: 0.5em;
        line-height: 1.5;
    }
    /*FirstView*/
    #FirstView {
        padding-top: 80px;
    }
    #FirstView h1 {
        font-size: 2em;
        left: 7.5%;
        bottom: -2em;
    }
    #FirstView ul {
        margin-left: 15%;
    }
    /*Message*/
    #Message {
        margin-top: 8rem;
        margin-bottom: 4rem;
    }
    #Message .Contents {
        margin-left: 0%;
        margin-right: 7.5%;
        padding: 3rem 10% 6rem;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
    }
    #Message .Contents_PictArea {
        margin-left: 7.5%;
        margin-right: 0%;
        position: relative;
        transform: translate(1.5rem,-3rem);
    }
    #Message .Contents_PictArea figure {
        width: 48%;
    }
    #Message .Contents_PictArea figure.Contents_Pict02 {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    /*Contents-BG*/
    .Contents-BG {
        background: url("../images/body_bg2.svg") no-repeat top 30vh left;
        background-size: auto 65%;
    }
    /*AboutUs*/
    #AboutUs {
        margin-bottom: 96px;
    }
    #AboutUs h1 {
        margin-left: 5%;
        bottom: -4em;
    }
    #AboutUs header figure {
        width: 100%;
    }
    #AboutUs header img {
        border-radius: 0;
        width: 100%;
    }
    #AboutUs .Contents {
        margin: 80px 7% 52px;
        padding-top: 3.5rem;
    }
    #AboutUs dl {
        display: flex;
        flex-wrap: wrap;
    }
    #AboutUs dt {
        font-weight: 600;
        width: 8em;
        text-align: center;
    }
    #AboutUs dd {
        width: calc(100% - 8em);
    }
    #AboutUs .Contents_PictArea {
        
    }
    #AboutUs .Contents_PictArea ul li {
        box-sizing: border-box;
        padding: 32px;
        margin-left: 0;
        margin-right: 80px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 32px;
        border-bottom-right-radius: 32px;
        margin-bottom: 2rem;
    }
    #AboutUs .Contents_PictArea ul li:nth-of-type(2n) {
        margin-left: 80px;
        margin-right: 0;
        border-top-left-radius: 32px;
        border-bottom-left-radius: 32px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    #AboutUs .Contents_PictArea ul li h2 {
        text-align: center;
    }
    #AboutUs .Contents_PictArea ul li:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    /*Surroundings*/
    #Surroundings {
    }
    #Surroundings h1 {
        margin-left: 5%;
        margin-bottom: 2em;
    }
    #Surroundings .Contents_Wrap {
        padding-top: 80px;
        margin-right: 7.5%;
        border-top-right-radius: 32px;
        border-bottom-right-radius: 32px;
    }
    #Surroundings .Contents_Wrap .Contents_Box_Wrap {
        flex-direction: column-reverse;
    }
    #Surroundings .Contents_Wrap .Contents_Box_Wrap .Contents_Box {
        margin: 2rem 2.5rem;
    }
    #Surroundings .Contents_Wrap .Contents_Box_Wrap figure {
        transform: translateX(10%);
    }
    #Surroundings .Contents_Wrap .Contents_Box_Wrap figure img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    #Surroundings .Contents_PictArea {
        margin: 3rem 2.5rem;
    }
    #Surroundings .Contents_PictArea ul li {
        margin-bottom: 4rem;
    }
    /*Person*/
    #Person {
    }
    #Person h1 {
        margin-left: 5%;
        margin-bottom: 2em;
    }
    #Person .Contents_Box_Wrap {
        margin-left: 7.5%;
        margin-right: 7.5%;
        margin-bottom: 32px;
    }
    #Person .Contents_PictArea ul {
        width: 120%;
        margin-left: -10%;
    }
    /*Person_WorkFLow*/
    #Person_WorkFLow {
        margin-top: 4rem;
        margin-left: 7.5%;
        margin-right: 7.5%;
    }
    #Person_WorkFLow .Person_WorkFLow_Elder {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-top: 3rem;
    }
    #Person_WorkFLow .Person_WorkFLow_Elder .Elder_Info {
        margin-bottom: 2rem;
        margin-top: 1.5rem;
        text-align: center;
    }
    #Person_WorkFLow .Person_WorkFLow_Elder p.Recruit-btn {
        font-size: 1.1rem;
        text-align: center;
        font-weight: 600;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail {
        position: relative;
        display: none;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail .Line {
        height: 87%;
        border-left: solid 2px #0090d9;
        position: absolute;
        top: 0.5em;
        margin-left: 2.4%;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail dl {
        margin-top: 3rem;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail dl dt {
        font-size: 1.15rem;
        margin-top: 0.25em;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail dl dd {
        width: calc(100% - 9.2rem);
        margin-bottom: 2.5rem;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail dl dd h5 {
        font-size: 1.15rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    .modaal-content-container {
        position: relative;
        padding: 0 2rem 2rem!important;
    }
    .modaal-content-container h3 {
        text-align: center;
        font-size: 1.25rem;
        font-weight: 600;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background: #0090d9;
        color: #FFFFFF;
        position: relative;
        z-index: 1;
        border-bottom-left-radius: 1em;
        border-bottom-right-radius: 1em;
    }
    .modaal-content-container .Line {
        height: 100%;
        border-left: solid 2px #0090d9;
        position: absolute;
        top: 0em;
        margin-left: calc(2.4% + 1rem);
    }
    .modaal-content-container dl {
        margin-top: 3rem;
        margin-left: 1rem;
        margin-right: 0;
    }
    .modaal-content-container dl dt {
        font-size: 1.15rem;
        margin-top: 0.25em;
        margin-bottom: 1rem;
    }
    .modaal-content-container dl dd {
        box-sizing: border-box;
        padding-left: 2rem;
        width: 100%;
        margin-bottom: 2.5rem;
    }
    .modaal-content-container dl dd h5 {
        font-size: 1.15rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    
    /*Conditions*/
    section.Conditions {
        width: 85%;
        margin: 3rem auto;
        padding: 3rem 2rem;
        border-radius: 32px;
    }
    section.Conditions h1 {
        margin-bottom: 1.5em;
    }
    section.Conditions dl {
        flex-direction: column;
        margin-bottom: 1em;
    }
    section.Conditions dl dt {
        margin-bottom: 1em;
    }
    section.Conditions dl dd {
        padding-left: 2em;
        margin-bottom: 2em;
    }
    /*Entry*/
    #Entry {
        padding: 3rem 0 5rem;
    }
    #Entry p.Entry-btn a {
        font-size: 1.5rem;
    }
    /*Contact*/
    #Contact header {
        height: 180px;
        margin-bottom: 2rem;
    }
    #Contact header p {
        font-size: 2.25rem;
    }
    .Contens_Box h2 {
        font-size: 1.25rem;
        margin-bottom: 1.5em;
    }
    /*ContactForm*/
    #Contact_MailForm {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    #Contact_MailForm .ContactForm {
        margin-top: 2.5rem;
    }
    #Contact_MailForm .Contact_Coution {
        margin: 2rem 0 3rem;
        padding: 1.5rem;
        border-radius: 1.5rem;
    }
    #Contact_MailForm .Contact_Coution h3 {
        margin-bottom: 1em;
    }
    #Contact_MailForm .Contact_Coution ul li {
        margin-left: 1.5em;
        list-style: disc;
    }
    #Contact_MailForm .Form-Privacy {
        margin-bottom: 2rem;
    }
    #Contact_MailForm .Form-Privacy .PrivacyPolicy-box {
        height: 30vh;
        margin: 2rem 0 1.5rem;
        padding: 1rem;
        border-radius: 6px;
    }
    #Contact_MailForm .Form-Privacy .PrivacyPolicy-box ol li {
        margin-top: 1em;
    }
    #Contact_MailForm .Form-Privacy .PrivacyPolicy-box ol li ul li {
        margin-left: 1.5em;
        list-style: disc;
    }
    #Contact_MailForm .ContactForm form {
        flex-direction: column;
    }
    #Contact_MailForm .ContactForm form dl {
        margin-bottom: 1.5rem;
    }
    #Contact_MailForm .ContactForm form dl input,
    #Contact_MailForm .ContactForm form dl textarea {
        width: 100%;
    }
    #Contact_MailForm .ContactForm form dl textarea {
        height: 30vh
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    main img {
        border-radius: 48px;
    }
    /*FirstView*/
    #FirstView {
        padding-top: 80px;
    }
    #FirstView h1 {
        font-size: 3em;
        left: 5%;
        bottom: -2em;
    }
    #FirstView ul {
        margin-left: 15%;
    }
    /*Message*/
    #Message {
        margin-top: 8rem;
        margin-bottom: 6rem;
    }
    #Message .Contents {
        margin-left: 0%;
        margin-right: 7.5%;
        padding: 3rem 10% 6rem;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
    }
    #Message .Contents_PictArea {
        margin-left: 7.5%;
        margin-right: 0%;
        position: relative;
        transform: translate(1.5rem,-3rem);
    }
    #Message .Contents_PictArea figure {
        width: 48%;
    }
    #Message .Contents_PictArea figure.Contents_Pict02 {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    /*Contents-BG*/
    .Contents-BG {
        background: url("../images/body_bg2.svg") no-repeat top 30vh left;
        background-size: auto 85%;
    }
    /*AboutUs*/
    #AboutUs {
        margin-bottom: 80px;
    }
    #AboutUs h1 {
        margin-left: 7.5%;
        bottom: 0;
    }
    #AboutUs header figure {
        width: 100%;
    }
    #AboutUs header img {
        border-radius: 0;
        width: 100%;
    }
    #AboutUs header h1 {

    }
    #AboutUs .Contents_Wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 64px 5% 120px 0%;
    }
    #AboutUs .Contents {
        width: 55%;
    }
    #AboutUs .Contents dl {
        margin-top: 3rem;
    }
    #AboutUs .Contents_PictArea {
        width: 45%;
    }
    #AboutUs .Contents_PictArea ul {
        margin: 0 5%;
    }
    #AboutUs .Contents_PictArea ul li {
        width: 100%;
        box-sizing: border-box;
        padding: 32px;
        border-radius: 40px;
        margin-bottom: 2rem;
    }
    #AboutUs .Contents_PictArea ul li:nth-last-of-type(1) {
        margin-bottom: 0;
    }
    /*Surroundings*/
    #Surroundings {
    }
    #Surroundings h1 {
        margin-left: 5%;
        margin-bottom: 2em;
    }
    #Surroundings .Contents_Wrap {
        padding-top: 80px;
        margin-right: 4%;
        border-top-right-radius: 32px;
        border-bottom-right-radius: 32px;
    }
    #Surroundings .Contents_Wrap .Contents_Box_Wrap {
        flex-direction: column-reverse;
    }
    #Surroundings .Contents_Wrap .Contents_Box_Wrap .Contents_Box {
        margin: 2rem 2.5rem;
    }
    #Surroundings .Contents_Wrap .Contents_Box_Wrap figure {
        transform: translateX(10%);
        margin: 0rem 0 3rem;
    }
    #Surroundings .Contents_Wrap .Contents_Box_Wrap figure img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    #Surroundings .Contents_PictArea {
        margin: 3rem 4rem;
    }
    #Surroundings .Contents_PictArea ul {
        justify-content: space-between;
    }
    #Surroundings .Contents_PictArea ul li {
        margin-bottom: 4rem;
        width: 43%;
        display: flex;
        flex-direction: column;
    }
    #Surroundings .Contents_PictArea ul li h2 {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*Person*/
    #Person {
        padding-top: 3rem;
    }
    #Person h1 {
        margin-left: 5%;
        margin-bottom: 2em;
    }
    #Person .Contents_Box_Wrap {
        margin-left: 5%;
        width: 40%;
    }
    #Person .Contents_PictArea {
        position: absolute;
        top: -4rem;
        right: -10%;
        width: 60%;
    }
    /*Person_WorkFLow*/
    #Person_WorkFLow {
        margin-top: 4rem;
        margin-left: 7.5%;
        margin-right: 7.5%;
    }
    #Person_WorkFLow .Person_WorkFLow_Elder {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin-bottom: 4rem;
    }
    #Person_WorkFLow .Person_WorkFLow_Elder .Elder_Info {
        margin-bottom: 2rem;
        margin-top: 1.5rem;
        text-align: center;
    }
    #Person_WorkFLow .Person_WorkFLow_Elder figure {
        margin: 0 10%;
    }
    #Person_WorkFLow .Person_WorkFLow_Elder p.Recruit-btn {
        font-size: 1.15rem;
        text-align: right;
        font-weight: 600;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail {
        position: relative;
        display: none;
        padding: 0 2rem;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail .Line {
        height: 86%;
        border-left: solid 2px #0090d9;
        position: absolute;
        top: 0.5em;
        margin-left: 0.5rem;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail dl {
        margin-top: 3rem;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail dl dt {
        font-size: 1.15rem;
        margin-top: 0.25em;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail dl dd {
        width: calc(100% - 9.2rem);
        margin-bottom: 2.5rem;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail dl dd h5 {
        font-size: 1.15rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    .modaal-content-container {
        position: relative;
        padding: 0 2rem 2rem!important;
    }
    .modaal-content-container h3 {
        text-align: center;
        font-size: 1.25rem;
        font-weight: 600;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background: #0090d9;
        color: #FFFFFF;
        position: relative;
        z-index: 1;
        border-bottom-left-radius: 1em;
        border-bottom-right-radius: 1em;
    }
    .modaal-content-container .Line {
        height: 100%;
        border-left: solid 2px #0090d9;
        position: absolute;
        top: 0em;
        margin-left: 3.5rem;
    }
    .modaal-content-container dl {
        margin-top: 3rem;
        margin-left: 3rem;
        margin-right: 1.5rem;
    }
    .modaal-content-container dl dt {
        font-size: 1.15rem;
        margin-top: 0.25em;
    }
    .modaal-content-container dl dd {
        width: calc(100% - 15rem);
        margin-bottom: 2.5rem;
    }
    .modaal-content-container dl dd h5 {
        font-size: 1.15rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }

    /*Conditions*/
    section.Conditions {
        width: 85%;
        margin: 3rem auto 5rem;
        padding: 3rem 3rem 2rem;
        border-radius: 32px;
    }
    section.Conditions h1 {
        margin-bottom: 1.5em;
    }
    section.Conditions dl {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 1em;
    }
    section.Conditions dl dt {
        width: 8em;
    }
    section.Conditions dl dd {
        width: calc(100% - 12em);
        margin-bottom: 2em;
        padding-top: 0.25em;
    }
    /*Entry*/
    #Entry {
        padding: 3rem 0 8rem;
    }
    #Entry p.Entry-btn a {
        font-size: 1.75rem;
    }
    /*Contact*/
    #Contact header {
        height: 360px;
        margin-bottom: 2rem;
    }
    #Contact header h1 {
        font-size:  2.5rem;
    }
    #Contact header p {
        font-size:  4rem;
    }
    .Contens_Box h2 {
        font-size: 1.75rem;
        margin-bottom: 1.5em;
    }
    /*ContactForm*/
    #Contact_MailForm {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    #Contact_MailForm .ContactForm {
        margin-top: 2.5rem;
    }
    #Contact_MailForm .Contact_Coution {
        margin: 2rem 0 3rem;
        padding: 2rem;
        border-radius: 1.5rem;
    }
    #Contact_MailForm .Contact_Coution h3 {
        margin-bottom: 1em;
    }
    #Contact_MailForm .Contact_Coution ul li {
        margin-left: 1.5em;
        list-style: disc;
    }
    #Contact_MailForm .Form-Privacy {
        margin-bottom: 2rem;
    }
    #Contact_MailForm .Form-Privacy .PrivacyPolicy-box {
        height: 30vh;
        margin: 2.5rem 0 2rem;
        padding: 2rem;
        border-radius: 6px;
    }
    #Contact_MailForm .Form-Privacy .PrivacyPolicy-box ol li {
        margin-top: 1em;
    }
    #Contact_MailForm .Form-Privacy .PrivacyPolicy-box ol li ul li {
        margin-left: 1.5em;
        list-style: disc;
    }
    #Contact_MailForm .ContactForm form {
        flex-direction: row;
        justify-content: space-between;
    }
    #Contact_MailForm .ContactForm form dl {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    #Contact_MailForm .ContactForm form dl.Form-Firstname,
    #Contact_MailForm .ContactForm form dl.Form-Lastname {
        width: 49%;
    }
    #Contact_MailForm .ContactForm form dl input,
    #Contact_MailForm .ContactForm form dl textarea {
        width: 100%;
    }
    #Contact_MailForm .ContactForm form dl textarea {
        height: 30vh
    }
    
}
/*Tablet*/
@media screen and (max-width:1024px) {

}

/*Desktop*/
@media screen and (min-width:768px) {
}

@media screen and (min-width:1025px) {
    /*FirstView*/
    #FirstView {
        padding-top: 128px;
    }
    #FirstView h1 {
        font-size: 3em;
        left: 5%;
        bottom: -2em;
    }
    #FirstView ul {
        margin-left: 10%;
    }
    /*Message*/
    #Message {
        margin-top: 15rem;
        margin-bottom: 12rem;
    }
    #Message .Contents_Wrap {
        background: url("../images/Recruit-Message-ContentsBG.svg") no-repeat left top;
        background-size: cover;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: -10rem;
        border-radius: 80px;
        position: relative;
    }
    #Message .Contents {
        position: absolute;
        background: none;
        width: 35%;
        top: 50%;
        left: 60%;
        transform: translate(0,-50%);
    }
    #Message .Contents_PictArea {
        position: relative;
        width: 50%;
       transform: scale(1.1);
    }
    #Message .Contents_PictArea figure {
        box-sizing: border-box;
        width: 100%;
        position: relative;
    }
    #Message .Contents_PictArea figure img {
        width: 100%;
    }
    #Message .Contents_PictArea figure.Contents_Pict01 {
        position: absolute;
        padding-right: 45%;
        padding-top: 0%;
    }
    #Message .Contents_PictArea figure.Contents_Pict02 {
        position: relative;
        padding-left: 45%;
        padding-top: 50%;
        z-index: 0;
        z-index: 1;
    }
    /*Contents-BG*/
    .Contents-BG {
        background: url("../images/body_bg2.svg") no-repeat top 50vh left;
        background-size: auto 70%;
    }
    /*AboutUs*/
    #AboutUs {
        margin-bottom: 80px;
    }
    #AboutUs header figure {
        width: 100%;
    }
    #AboutUs header img {
        border-radius: 0;
        width: 100%;
        object-fit: cover;
    }
    #AboutUs header h1 {
        margin-left: 5%;
        bottom: -4.5vh;
    }
    #AboutUs .Contents_Wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        margin: 96px auto 120px;
        width: 85%;
        max-width: 1440px;
    }
    #AboutUs .Contents {
        width: 35%;
    }
    #AboutUs .Contents dl {
        margin-top: 3rem;
    }
    #AboutUs .Contents_PictArea {
        width: 60%;
    }
    #AboutUs .Contents_PictArea ul {
        margin: 0 ;
        justify-content: space-between;
    }
    #AboutUs .Contents_PictArea ul li {
        width: 46%;
        box-sizing: border-box;
        padding: 48px;
        border-radius: 80px;
        margin-bottom: 2rem;
    }
    #AboutUs .Contents_PictArea ul li h2 {
        font-size: 1.75rem;
    }
    /*Surroundings*/
    #Surroundings {
        padding-left: 0%;
    }
    #Surroundings h1 {
        margin-left: 7%;
        margin-bottom: 3em;
    }
    #Surroundings .Contents_Wrap {
        padding-top: 128px;
        margin-right: 15%;
        border-top-right-radius: 80px;
        border-bottom-right-radius: 80px;
        display: block;
    }
    #Surroundings .Contents_Wrap .Contents {
        margin-bottom: 96px;
    }
    #Surroundings .Contents_Wrap .Contents_Box_Wrap {
        position: relative;
        margin-right: 0;
    }
    #Surroundings .Contents_Wrap .Contents_Box_Wrap .Contents_Box {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40%;
        margin-left: 12%;
    }
    #Surroundings .Contents_Wrap .Contents_Box_Wrap figure {
        width: 100%;
        transform: translateX(60%);
    }
    #Surroundings .Contents_Wrap .Contents_Box_Wrap figure img {
        width: 55%;
    }
    #Surroundings .Contents_PictArea {
        width: 70%;
        margin: auto;
        /*margin-left: 12.5%;
        margin-right: 12.5%;*/
    }
    #Surroundings .Contents_PictArea ul {
        justify-content: space-between;
    }
    #Surroundings .Contents_PictArea ul li {
        margin-bottom: 9%;
        width: 43%;
        display: flex;
        flex-direction: column;
    }
    #Surroundings .Contents_PictArea ul li h2 {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*Person*/
    #Person {
        padding-top: 3rem;
    }
    #Person h1 {
        margin-bottom: 3em;
    }
    #Person .Contents_Box_Wrap {
        position: relative;
    }
    #Person .Contents {
        position: absolute;
        top: 6rem;
        left: 7%;
        width: 38%;
        /*margin-left: 7%;
        width: 40%;*/
    }
    #Person .Contents_PictArea {
        width: 43%;
        max-width: 760px;
        margin-left: 52%;
    }
    /*Person_WorkFLow*/
    #Person_WorkFLow {
        margin-top: 4rem;
        margin-left: 7.5%;
        margin-right: 7.5%;
    }
    #Person_WorkFLow .Person_WorkFLow_Elder {
        position: relative;
        margin-bottom: 5rem;
    }
    #Person_WorkFLow .Person_WorkFLow_Elder .Elder_Info {
        margin-bottom: 2rem;
        margin-top: 1.5rem;
    }
    #Person_WorkFLow .Person_WorkFLow_Elder .Person_WorkFLow_Elder_Detail {
        width: 55%;
        position: absolute;
        top: 50%;
        left: 45%;
        transform: translateY(-50%);
    }
    #Person_WorkFLow .Person_WorkFLow_Elder figure {
        width: 38%;
    }
    #Person_WorkFLow .Person_WorkFLow_Elder p.Recruit-btn {
        font-size: 1.15rem;
        font-weight: 600;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail {
        position: relative;
        display: none;
        padding: 0 17.5%;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail .Line {
        height: 88%;
        border-left: solid 2px #0090d9;
        position: absolute;
        top: 0em;
        margin-left: 0.6em;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail dl {
        margin-top: 0rem;
        padding-top: 4rem;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail dl dt {
        font-size: 1.25rem;
        margin-top: 0.25em;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail dl dd {
        width: calc(100% - 10rem);
        margin-bottom: 2.5rem;
    }
    #Person_WorkFLow .Person_WorkFLow_Detail dl dd h5 {
        font-size: 1.25rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    .modaal-content-container {
        position: relative;
        padding: 0 3rem 3rem!important;
    }
    .modaal-content-container h3 {
        text-align: center;
        font-size: 1.25rem;
        font-weight: 600;
        padding-top: 1rem;
        padding-bottom: 1rem;
        background: #0090d9;
        color: #FFFFFF;
        position: relative;
        z-index: 1;
        border-bottom-left-radius: 1em;
        border-bottom-right-radius: 1em;
    }
    .modaal-content-container .Line {
        height: 100%;
        border-left: solid 2px #0090d9;
        position: absolute;
        top: 0em;
        margin-left: 2.6rem;
    }
    .modaal-content-container dl {
        margin-top: 0rem;
        margin-left: 2rem;
        margin-right: 2rem;
        padding-top: 4rem;
    }
    .modaal-content-container dl dt {
        font-size: 1.25rem;
        margin-top: 0.25em;
    }
    .modaal-content-container dl dd {
        width: calc(100% - 15rem);
        margin-bottom: 2.5rem;
    }
    .modaal-content-container dl dd h5 {
        font-size: 1.25rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    /*Conditions*/
    section.Conditions {
        width: 85%;
        max-width: 1080px;
        margin: 5rem auto 7rem;
        padding: 5rem 5rem 4rem;
        border-radius: 32px;
        justify-content: space-between;
    }
    section.Conditions h1 {
        margin-bottom: 1.5em;
    }
    section.Conditions dl {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        width: 45%;
        margin-bottom: 1em;
    }
    section.Conditions dl.Treatment_Block:nth-of-type(1) {
        width: 100%;
        margin-bottom: 2rem;
    }
    section.Conditions dl dt {
        width: 8em;
    }
    section.Conditions dl dd {
        width: calc(100% - 12em);
        margin-bottom: 2em;
        padding-top: 0.25em;
    }
    /*Entry*/
    #Entry {
        padding: 3rem 0 10rem;
    }
    #Entry p.Entry-btn a {
        font-size: 2rem;
    }
    /*Contact*/
    #Contact {
        margin: 0 5%;
        width: 85%;
    }
    #Contents_pages #Contact {
        width: 100%;
        padding: 128px 10% 96px;
        margin: auto;
        border-top: solid 1px #004a7a;
    }
    #Contact header {
        height: 388px;
        margin-bottom: 3rem;
    }
    #Contact header h1 {
        font-size:  2.5rem;
    }
    #Contact header p {
        font-size:  6rem;
    }
    .Contens_Box h2 {
        font-size: 2rem;
        margin-bottom: 1.5em;
    }
    /*ContactForm*/
    #Contact_MailForm {
        padding-top: 10vh;
        padding-bottom: 10vh;
    }
    #Contact_MailForm .ContactForm {
        margin-top: 2.5rem;
    }
    #Contact_MailForm .Contact_Coution {
        width: 80%;
        max-width: 800px;
        margin: 3rem auto 4rem;
        padding: 3rem;
        border-radius: 1.5rem;
    }
    #Contact_MailForm .Contact_Coution h3 {
        margin-bottom: 1em;
    }
    #Contact_MailForm .Contact_Coution ul li {
        margin-left: 1.5em;
        list-style: disc;
    }
    #Contact_MailForm .Form-Privacy {
        margin-bottom: 2rem;
    }
    #Contact_MailForm .Form-Privacy .PrivacyPolicy-box {
        height: 30vh;
        margin: 2.5rem 0 2rem;
        padding: 2rem;
        border-radius: 6px;
    }
    #Contact_MailForm .Form-Privacy .PrivacyPolicy-box ol li {
        margin-top: 1em;
    }
    #Contact_MailForm .Form-Privacy .PrivacyPolicy-box ol li ul li {
        margin-left: 1.5em;
        list-style: disc;
    }
    #Contact_MailForm .ContactForm form {
        width: 100%;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        flex-direction: row;
        justify-content: space-between;
    }
    #Contact_MailForm .ContactForm form dl {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    #Contact_MailForm .ContactForm form dl.Form-Firstname,
    #Contact_MailForm .ContactForm form dl.Form-Lastname {
        width: 49%;
    }
    #Contact_MailForm .ContactForm form dl input,
    #Contact_MailForm .ContactForm form dl textarea {
        width: 100%;
    }
    #Contact_MailForm .ContactForm form dl textarea {
        height: 30vh
    }

}





