@charset "UTF-8";

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

content

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







/***********************************************************
for smartphone
************************************************************/
@media screen and (max-width:736px){

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

content

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

/*** 共有 ***/
.page_title {
    display: block;
    font-family: "Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho",serif;
    font-weight: 700;
    font-size: 1.6rem;
    margin-left: 5%;
}

.page_title p {
    color: #FFF;
}

.page_title h2 {
    color: #FFF;
    font-size: 2.1rem;
    font-weight: 600;
}

.content_title {
    position: relative;
    font-family: "Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho",serif;
    font-weight: 500;
}

.content_title::after {
    content: "";
    position: absolute;
    top: 58px;
    left: 0px;
    width: 50px;
    height: 3px;
    background: linear-gradient(to right, rgb(255, 196, 0) 0%, rgb(255, 118, 0) 100%);
}

.content_title p {
    font-size: 2.4rem;
    font-weight: 800;
    line-height: normal;
    padding-bottom: 15px;
}

.content_title h2 {
    color: #1f519f;
    font-weight: 600;
    font-size: 1.4rem;
}



/*** mainArea ***/
.mainArea_outer {
    position: relative;
}

.mainArea {
    position: relative;
    width: 100%;
    height: calc(100vh - 315px);
    background-image: url(../images/employee03/main_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    margin-bottom: 240px;
}

.mainArea .logo {
    display: none;
}

.mainArea .mainArea_inner {
    height: 100%;
    align-content: center;
}

.mainArea .mainline {
    position: relative;
    width: 100%;
    height: 240px;
    padding: 0 5%;
    background-image: url(../images/employee03/main_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    z-index: 100;
}

.mainArea .mainline .mainline_wrap {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 20px 0;
} 

.mainArea .mainline .mainline_wrap .inner01 {
}

.mainArea .mainline .mainline_wrap .inner01 h1 {
    font-size: 1.4rem;
    line-height: normal;
    padding-bottom: 10px;
}

.mainArea .mainline .mainline_wrap .inner02 {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #FFF;
    padding: 7px 0 12px 0;
}

.mainArea .mainline .mainline_wrap .inner02 p {
    font-size: 1.1rem;
    line-height: 1.8rem;
}

.mainArea .mainline .mainline_wrap .inner02 p .orange {
    color: #ff8f2c;
}



/*** interview01Area ***/
.interview01Area_outer {
    position: relative;
}

.interview01Area_outer::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% + 105rem);
    transform: translateX(50%) skewX(-20.7deg);
    width: 82rem;
    height: 100rem;
    background: linear-gradient(to bottom, rgb(247, 247, 247) 0%, rgb(213, 227, 235) 100%);
}

.interview01Area {
}

.interview01Area_inner {
    padding: 5rem 5%;
    z-index: 20;
}

.interview01Area_inner h3 {
    font-family: "Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho",serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #1f519f;
    padding-bottom: 30px;
}

.interview01Area_inner p {
}



/*** interview02Area ***/
.interview02Area_outer {
    position: relative;
    background-color: #EFEFEF;
}

.interview02Area {
}

.interview02Area_inner {
    position: relative;
    padding: 3rem 5% 1rem 5%;
    z-index: 20;
}

.interview02Area_inner .interview {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.interview02Area_inner div  {
    font-size: 1.05rem;
    line-height: 1.65rem;
}

.interview02Area_inner div dl {
    display: flex;
}

.interview02Area_inner div dl dt {
    width: 60px;
    height: fit-content;
    padding: 1px 0 3px 0;
    margin-right: 20px;
    background-color: #1f519f;
    color: #FFF;
    text-align: center;
}

.interview02Area_inner div dl dd {
    width: calc(100% - 80px);
}

.interview02Area_inner div p {
    padding-left: 80px;
    margin: 20px 0 40px 0;
}

.interview02Area .photo {
    width: 100%;
    margin-bottom: 40px;
}

.interview02Area .photo img {
    width: 100%;
    height: auto;
}



/*** interview03Area ***/
.interview03Area_outer {
    position: relative;
}

.interview03Area {
}

.interview03Area_inner {
    position: relative;
    padding: 3rem 5% 1rem 5%;
    z-index: 20;
}

.interview03Area_inner .interview {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.interview03Area_inner div  {
    font-size: 1.05rem;
    line-height: 1.65rem;
}

.interview03Area_inner div dl {
    display: flex;
}

.interview03Area_inner div dl dt {
    width: 60px;
    height: fit-content;
    padding: 1px 0 3px 0;
    margin-right: 20px;
    background-color: #1f519f;
    color: #FFF;
    text-align: center;
}

.interview03Area_inner div dl dd {
    width: calc(100% - 80px);
}

.interview03Area_inner div p {
    padding-left: 80px;
    margin: 20px 0 40px 0;
}

.interview03Area .photo {
    width: 100%;
    margin-bottom: 40px;
}

.interview03Area .photo img {
    width: 100%;
    height: auto;
}



/*** dayscheduleArea ***/
.dayscheduleArea_outer {
    position: relative;
}

.dayscheduleArea {
    position: relative;
    width: 100%;
    height: auto;
    background: linear-gradient(rgb(231 242 255 / 90%) 0%, rgb(237 223 255 / 90%) 100%);
}

.dayscheduleArea_inner {
    position: relative;
    padding: 5rem 5%;
    z-index: 20;
}

.dayscheduleArea_inner p {
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    color: #1f519f;
}

.dayscheduleArea_inner .wrap {
    border-radius: 40px 0 40px 0;
    background-color: #FFF;
    padding: 40px 30px;
}

.dayscheduleArea_inner .wrap dl {
    align-items: center;
    padding-bottom: 30px;
}

.dayscheduleArea_inner .wrap dl dt {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px;
    background: linear-gradient(rgb(78 152 239 / 90%) 0%, rgb(161 118 217 / 90%) 100%);
    border-radius: 8px;
    color: #FFF;
    text-align: center;
}

.dayscheduleArea_inner .wrap dl dd {
    width: 100%;
}



/*** atmosphereArea ***/
.atmosphereArea_outer {
    position: relative;
}

.atmosphereArea_outer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(17 94 189) 0%, rgb(19 153 235) 100%);
}

.atmosphereArea {
}

.atmosphereArea_inner {
    padding: 5rem 5%;
    z-index: 20;
}

.atmosphereArea_inner h3 {
    font-family: "Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho",serif;
    font-weight: 700;
    font-size: 1.6rem;
    color: #FFF;
    padding-bottom: 30px;
}

.atmosphereArea_inner p {
    color: #FFF;
}



/*** employeeintroductionArea ***/
.employeeintroductionArea_outer {
}

.employeeintroductionArea {
    position: relative;
    z-index: 20;
}

.employeeintroductionArea_inner {
    padding: 5rem 5%;
}

.employeeintroductionArea_inner .content_title {
    margin-bottom: 20px;
}

.employeeintroductionArea_inner .content_title::after {
    top: 114px;
}

.employeeintroductionArea_inner .content_title h2 {
}

.employeeintroductionArea_inner .catch {
    padding-bottom: 10px;
}

.employeeintroductionArea_inner {
}

.employeeintroductionArea_inner .employeelist {
    overflow: hidden;
}

.employeeintroductionArea_inner .employeelist .employee {
    float: left;
    width: 50%;
    border: solid 1px #FFF;
}

.employeeintroductionArea_inner .employeelist .employee a {
    position: relative;
    display: block;
}

.employeeintroductionArea_inner .employeelist .employee a .image {
    display: block;
}

.employeeintroductionArea_inner .employeelist .employee a .image .picture {
    display: block;
    position: relative;
}

.employeeintroductionArea_inner .employeelist .employee a .image .picture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: linear-gradient(180deg,rgba(71, 71, 71, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.employeeintroductionArea_inner .employeelist .employee a:hover .image .picture::before {
    opacity: 0.1;
}

.employeeintroductionArea_inner .employeelist .employee a .image .picture img {
    width: 100%;
}

.employeeintroductionArea_inner .employeelist .employee a .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: normal;
    padding: 10px;
}

.employeeintroductionArea_inner .employeelist .employee a .inner .text {
    font-size: 1.1rem;
    color: #FFF;
}

.employeeintroductionArea_inner .employeelist .employee a .inner .text .small {
    font-size: 0.9rem;
    color: #FFF;
}

.employeeintroductionArea_inner .employeelist .employee a .arrow_r_b {
    position: absolute;
    bottom: 35px;
    right: 40px;
    display: inline-block;
}

.employeeintroductionArea_inner .employeelist .employee a .arrow_r_b::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #FFF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.employeeintroductionArea_inner .employeelist .employee a .arrow_r_b::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 9px;
    bottom: 0;
    margin: auto;
}



}






/************************************************************
for pc  width 737px 以上はpc表示
************************************************************/
@media print, screen and (min-width:737px){



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

content

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

/*** 共有 ***/
.page_title {
    display: block;
    font-family: "Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho",serif;
    font-weight: 500;
    font-size: 2rem;
    margin-left: 10%;
}

.page_title p {
    color: #FFF;
}

.page_title h2 {
    color: #FFF;
    font-weight: 600;
}

.content_title {
    position: relative;
    display: flex;
    align-items: center;
    font-family: "Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho",serif;
    font-weight: 500;
}

.content_title::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 5px;
    background: linear-gradient(to right, rgb(255, 196, 0) 0%, rgb(255, 118, 0) 100%);
}

.content_title p {
    font-size: 2.8rem;
    font-weight: 800;
    padding-right: 20px;
}

.content_title h2 {
    color: #1f519f;
    font-weight: 600;
    font-size: 1.6rem;
}



/*** mainArea ***/
.mainArea_outer {
    position: relative;
}

.mainArea_outer::before {
}

.mainArea_outer::after {
    content: "";
    position: absolute;
    top: 0%;
    right: -10rem;
    transform: translateX(50%) skewX(-20.7deg);
    width: 45rem;
    height: 40rem;
    background: linear-gradient(to bottom, rgb(247, 247, 247, 0.6) 0%, rgb(213, 227, 235, 0.95) 100%);
    z-index: 10;
}

.mainArea {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url(../images/employee03/main.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    margin-bottom: 260px;
}

.mainArea .logo {
    display: flex;
    position: absolute;
    top: 20px;
    left: 10%;
    color: #FFF;
    z-index: 10;
}

.mainArea .logo p {
    margin-top: 2px;
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #FFF;
    font-size: 1.4rem;
    font-weight: 600;
}

.mainArea .logo a {
}

.mainArea .logo a img {
    width: 240px;
    height: auto;
}

.mainArea .mainArea_inner {
    height: 100%;
    align-content: center;
}

.mainArea .mainArea_inner::after {
    content: "";
    position: absolute;
    top: 450px;
    left: calc(50% - 40rem);
    transform: translateX(50%) skewX(-20.7deg);
    width: 1rem;
    height: 18rem;
    background: linear-gradient(to top, rgb(255, 196, 0) 0%, rgb(255, 118, 0) 100%);
    z-index: 200;
}

.mainArea .mainline {
    position: relative;
    width: 100%;
    height: 260px;
    background-image: url(../images/employee03/main_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    z-index: 100;
}

.mainArea .mainline .mainline_wrap {
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 75rem;
    margin: 0 auto;
    padding: 20px 0;
} 

.mainArea .mainline .mainline_wrap .inner01 {
    width: 50%;
}

.mainArea .mainline .mainline_wrap .inner01 h1 {
    font-size: 2.4rem;
}

.mainArea .mainline .mainline_wrap .inner02 {
    width: 50%;
    padding-top: 5px;
}

.mainArea .mainline .mainline_wrap .inner02 p {
    text-align: right;
    font-weight: 600;
}

.mainArea .mainline .mainline_wrap .inner02 p .orange {
    color: #ff8f2c;
}



/*** interview01Area ***/
.interview01Area_outer {
    position: relative;
}

.interview01Area_outer::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% + 105rem);
    transform: translateX(50%) skewX(-20.7deg);
    width: 82rem;
    height: 100rem;
    background: linear-gradient(to bottom, rgb(247, 247, 247) 0%, rgb(213, 227, 235) 100%);
}

.interview01Area {
}

.interview01Area_inner {
    padding: 10rem 4rem;
    z-index: 20;
}

.interview01Area_inner h3 {
    font-family: "Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho",serif;
    font-weight: 700;
    font-size: 2.1rem;
    color: #1f519f;
    padding-bottom: 60px;
}

.interview01Area_inner p {
}



/*** interview02Area ***/
.interview02Area_outer {
    position: relative;
    background-color: #EFEFEF;
}

.interview02Area {
}

.interview02Area_inner {
    position: relative;
    padding: 3rem 4rem 1rem 4rem;
    z-index: 20;
}

.interview02Area_inner .interview {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.interview02Area_inner div  {
    margin-right: 15%;
    font-size: 1.05rem;
    line-height: 1.65rem;
}

.interview02Area_inner div dl {
    display: flex;
}

.interview02Area_inner div dl dt {
    width: 60px;
    padding: 1px 0 3px 0;
    margin-right: 20px;
    background-color: #1f519f;
    color: #FFF;
    text-align: center;
}

.interview02Area_inner div dl dd {
    width: calc(100% - 80px);
}

.interview02Area_inner div p {
    padding-left: 80px;
    margin: 20px 0 40px 0;
}

.interview02Area .photo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    height: 100%;
}

.interview02Area .photo img {
    height: auto;
    width: 700px;
}

@media (min-width:738px) and (max-width:1599px){
.interview02Area .photo {
    display: flex;
    justify-content: center;
    position: relative;
    top: unset;
    right: unset;
    transform: none;
    padding-right: 150px;
}
.interview02Area .photo img {
    width: 700px;
}
}
@media print, screen and (min-width:1600px){ .interview02Area .photo img { width: 400px;} }
@media print, screen and (min-width:1700px){ .interview02Area .photo img { width: 450px;} }
@media print, screen and (min-width:1800px){ .interview02Area .photo img { width: 500px;} }
@media print, screen and (min-width:1900px){ .interview02Area .photo img { width: 550px;} }
@media print, screen and (min-width:2000px){ .interview02Area .photo img { width: 600px;} }



/*** interview03Area ***/
.interview03Area_outer {
    position: relative;
}

.interview03Area {
}

.interview03Area_inner {
    position: relative;
    padding: 3rem 4rem 1rem 4rem;
    z-index: 20;
}

.interview03Area_inner .interview {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.interview03Area_inner div  {
    margin-left: 15%;
    font-size: 1.05rem;
    line-height: 1.65rem;
}

.interview03Area_inner div dl {
    display: flex;
}

.interview03Area_inner div dl dt {
    width: 60px;
    padding: 1px 0 3px 0;
    margin-right: 20px;
    background-color: #1f519f;
    color: #FFF;
    text-align: center;
}

.interview03Area_inner div dl dd {
    width: calc(100% - 80px);
}

.interview03Area_inner div p {
    padding-left: 80px;
    margin: 20px 0 40px 0;
}

.interview03Area .photo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    height: 100%;
}

.interview03Area .photo img {
    height: auto;
    width: 700px;
}

@media (min-width:738px) and (max-width:1599px){
.interview03Area .photo {
    display: flex;
    justify-content: center;
    position: relative;
    top: unset;
    right: unset;
    transform: none;
    padding-left: 150px;
}
.interview03Area .photo img {
    width: 700px;
}
}
@media print, screen and (min-width:1600px){ .interview03Area .photo img { width: 400px;} }
@media print, screen and (min-width:1700px){ .interview03Area .photo img { width: 450px;} }
@media print, screen and (min-width:1800px){ .interview03Area .photo img { width: 500px;} }
@media print, screen and (min-width:1900px){ .interview03Area .photo img { width: 550px;} }
@media print, screen and (min-width:2000px){ .interview03Area .photo img { width: 600px;} }



/*** dayscheduleArea ***/
.dayscheduleArea_outer {
    position: relative;
}

.dayscheduleArea {
    position: relative;
    width: 100%;
    height: auto;
    background: linear-gradient(rgb(231 242 255 / 90%) 0%, rgb(237 223 255 / 90%) 100%);
}

.dayscheduleArea_inner {
    position: relative;
    padding: 10rem 4rem;
    z-index: 20;
}

.dayscheduleArea_inner p {
    font-size: 4.6rem;
    line-height: 5.2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 30px;
    color: #1f519f;
}

.dayscheduleArea_inner .wrap {
    border-radius: 80px 0 80px 0;
    background-color: #FFF;
    padding: 40px 60px;
}

.dayscheduleArea_inner .wrap dl {
    display: flex;
    align-items: center;
    padding: 20px 30px;
}

.dayscheduleArea_inner .wrap dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background: linear-gradient(rgb(78 152 239 / 90%) 0%, rgb(161 118 217 / 90%) 100%);
    border-radius: 50%;
    color: #FFF;
}

.dayscheduleArea_inner .wrap dl dd {
    width: calc(100% - 90px);
    padding-left: 30px;
    line-height: normal;
}



/*** atmosphereArea ***/
.atmosphereArea_outer {
    position: relative;
}

.atmosphereArea_outer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgb(17 94 189) 0%, rgb(19 153 235) 100%);
}

.atmosphereArea {
}

.atmosphereArea_inner {
    padding: 10rem 4rem;
    z-index: 20;
}

.atmosphereArea_inner h3 {
    font-family: "Noto Serif JP","游明朝","Yu Mincho","游明朝体","YuMincho",serif;
    font-weight: 700;
    font-size: 2.1rem;
    color: #FFF;
    padding-bottom: 60px;
}

.atmosphereArea_inner p {
    color: #FFF;
}



/*** employeeintroductionArea ***/
.employeeintroductionArea_outer {
}

.employeeintroductionArea {
    position: relative;
}

.employeeintroductionArea::before {
    content: "";
    position: absolute;
    bottom: -10rem;
    right: -40rem;
    transform: translateX(50%) skewX(-20.7deg);
    width: 100rem;
    height: 100rem;
    background: linear-gradient(to bottom, rgb(247, 247, 247) 0%, rgb(213, 227, 235) 100%);
    z-index: -10;
}

.employeeintroductionArea::after {
    content: "";
    position: absolute;
    bottom: -6rem;
    right: calc(50% - 37rem);
    transform: translateX(50%) skewX(-20.7deg);
    width: 0.6rem;
    height: 12rem;
    background: linear-gradient(to top, rgb(255, 196, 0) 0%, rgb(255, 118, 0) 100%);
    z-index: 100;
}

.employeeintroductionArea_inner {
    padding: 10rem 4rem 10rem 4rem;
    z-index: 20;
}

.employeeintroductionArea_inner .content_title {
    padding-bottom: 20px;
}

.employeeintroductionArea_inner .catch {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 1rem;
}

.employeeintroductionArea_inner {
}

.employeeintroductionArea_inner .employeelist {
    display: flex;
    justify-content: flex-start;
}

.employeeintroductionArea_inner .employeelist .employee {
    width: 25%;
    border: solid 1px #FFF;
}

.employeeintroductionArea_inner .employeelist .employee a {
    position: relative;
    display: block;
}

.employeeintroductionArea_inner .employeelist .employee a .image {
    display: block;
}

.employeeintroductionArea_inner .employeelist .employee a .image .picture {
    display: block;
    position: relative;
}

.employeeintroductionArea_inner .employeelist .employee a .image .picture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: linear-gradient(180deg,rgba(71, 71, 71, 0.1) 0%, rgba(0, 0, 0, 0.9) 100%);
    transition: all .3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.employeeintroductionArea_inner .employeelist .employee a:hover .image .picture::before {
    opacity: 0.1;
}

.employeeintroductionArea_inner .employeelist .employee a .image .picture img {
    width: 100%;
}

.employeeintroductionArea_inner .employeelist .employee a .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.4rem;
    line-height: normal;
    padding: 20px 60px 20px 20px;
}

.employeeintroductionArea_inner .employeelist .employee a .inner .text {
    color: #FFF;
}

.employeeintroductionArea_inner .employeelist .employee a .arrow_r_b {
    position: absolute;
    bottom: 50px;
    right: 70px;
    display: inline-block;
}

.employeeintroductionArea_inner .employeelist .employee a .arrow_r_b::before {
    content: "";
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: solid 1px #FFF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.employeeintroductionArea_inner .employeelist .employee a .arrow_r_b::after {
    content: "";
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 17px;
    bottom: 0;
    margin: auto;
}



}



