@charset "utf-8";



/* ===============================
setting fonts color
=============================== */
html {
    font-size: 62.5%;
}
@font-face {
    font-family: "bold";
    src: url("../fonts/KonkhmerSleokchher-Regular.ttf") format("opentype");
}
/* @font-face {
    font-family: "regular";
    src: url("../fonts/baskerville.otf") format("opentype");
} */


:root {
    --black: #1E1E1E;
    --main: #01A570;
    --sub: #137253;
    --back: #F7F7F7;
    --orenge: #F17519;
    --font-family-mid:"regular", sans-serif;
    --font-family-bold:"bold", sans-serif;
}
/* 呼び出し方 background-color: var(--yellow); */


body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
a {
  color: var(--black);
}

.en {
    font-family: "bold", sans-serif;
}
.btn a {
    background-color: var(--orenge);
    border-radius: 10px;
    max-width: 270px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    text-align: center;
    transition: 0.4s;
}
.btn a img {
    width: 12px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 10px;
}

/* ===============================
setting move
=============================== */
.js {
    opacity: 0;
}
.js.inview {
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-delay: .4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}
.js.fade-up.inview {
    animation-name: fade-up;
}
.js.fade-left.inview {
    animation-name: fade-left;
}
.js.fade-right.inview {
    animation-name: fade-right;
}
@keyframes fade-up {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
@keyframes fade-left {
    0% {
        transform: translateX(-40px);
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes fade-right {
    0% {
        transform: translateX(40px);
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}


/* ===============================
setting
=============================== */
.container1200 {
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
}
.container {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
}
.sp {
    display: none;
}
.gtb {
    display: none;
}
.tbf {
    display: none;
}
#body {
    overflow-x: hidden;
    position: relative;
}
.back {
    background-color: var(--back);
}
.pdd80 {
    padding: 80px 0;
}
.h2_wrap {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
.h2_wrap h2 {
    color: var(--main);
    letter-spacing: 0.3em;
}
.h2_wrap span {
    display: block;
    height: 2px;
    width: 230px;
    background-color: var(--main);
    margin: 3px auto 7px;
}
.h2_wrap h3 {
    color: var(--main);
}
.h2_wrap.w h3, .h2_wrap.w h2 {
    color: #fff;
}
.h2_wrap.w span {
    background-color: #fff;
}

.font14 {
    font-size: 1.4rem;
}
.font15 {
    font-size: 1.5rem;
}
.font16 {
    font-size: 1.6rem;
}
.font17 {
    font-size: 1.7rem;
}
.font18 {
    font-size: 1.8rem;
}
.font19 {
    font-size: 1.9rem;
}
.font20 {
    font-size: 2rem;
}
.font21 {
    font-size: 2.1rem;
}
.font22 {
    font-size: 2.2rem;
}
.font23 {
    font-size: 2.3rem;
}
.font24 {
    font-size: 2.4rem;
}
.font25 {
    font-size: 2.5rem;
}
.font26 {
    font-size: 2.6rem;
}
.font27 {
    font-size: 2.7rem;
}
.font28 {
    font-size: 2.8rem;
}
/* map */
.map_wrap {
    max-width: 50%;
}
.map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ===============================
header pc
=============================== */
.header {
    /* height: 100px; */
    /* box-shadow: inset 3px 0px 4px rgba(0, 0, 0, 0.2); */
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    z-index: 10000;
    width: 100%;
}
.header_innner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* height: 100px; */
    width: 100%;
}
.h1 {
    width: 200px;
    transition: 0.4s;
}
.h1 a {
    font-size: 2.6rem;
    color: var(--sub);
}
.h1 .en {
    font-size: 1.8rem;
}
@media (hover: hover) {
    .btn a:hover {
        background-color: var(--sub);
        transition: 0.4s;
    }
    .header_nav ul a:hover {
        color: var(--main);
        transition: 0.4s;
    }
    .header_nav ul a.now:hover {
        color: #333;
        transition: 0.4s;
    }
    .h1:hover {
        transition: 0.4s;
        opacity: 0.5;
    }
    .gnavi__list a:hover {
        color: var(--main);
        transition: 0.4s;
    }
    .header_top_menu a:hover {
        color: var(--main);
        transition: 0.4s;
    }
    .header_fax a:hover {
        transition: 0.4s;
        opacity: 0.7;
    }
    .gnavi__list a:hover {
        opacity: 0.5;
        transition: 0.4s;
    }
}
.header_top {
    display: flex;
    gap: 0 30px;
    align-items: center;
    justify-content: end;
    left: 20px;
    position: relative;
}
.header_tell {
    display: flex;
    gap: 0 10px;
}
.header_tell img { 
    width: 23px;
}
.header_tell a { 
    font-size: 2.8rem;
    font-weight: bold;
}
.header_top_menu ul{
    display: flex;
}
.header_top_menu ul li {
    border-left: 1px solid #333;
}
.header_top_menu a {
    font-size: 1.5rem;
    padding: 0 25px;
    transition: 0.4s;
    font-weight: bold;
}
.gnavi__lists {
    display: flex;
    gap: 0 30px;
    align-items: center;
    height: 100px;
}
.gnavi__list a {
    font-size: 1.8rem;
    text-align: center;
    transition: 0.4s;
}
.headr_line {
    display: block;
    background-color: var(--main);
    width: 30px;
    height: 2px;
    margin: 5px auto 0;
    opacity: 0;
}
.gnav_a p {
    font-weight: bold;
}
.headr_line.now {
    opacity: 1;
}
.header_en {
    font-size: 1.6rem;
    color: var(--main);
}
.gnav_a {
    padding: 37px 0;
}

.headr_contact {
    display: flex;
    height: 100px;
}
.header_fax a {
    width: 180px;
    text-align: center;
    padding: 10px 0;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    gap: 0 10px;
    font-size: 1.8rem;
}
.header_fax img {
    width: 24px;
}
.header_fax a p {
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
}
.header_fax.mail a {
    background-color: var(--orenge);
    height: 100%;
}
.header_fax.mail img {
    width: 25px;
}


/* ===============================
沿革、募集要項
=============================== */
.profile {
    border-bottom: 1px solid var(--main);
}
.profile_flex {
    display: flex;
    border-top: 1px solid var(--main);
}
.profile_flex h3 {
    background-color: var(--back);
    width: 25%;
    padding: 30px;
}
.profile_flex p {
    width: 75%;
    padding: 30px;
}

/* ===============================
footer 上共通
=============================== */
.recruit_banner_wrap {
    max-width: 800px;
    margin: 0 auto;
}
.access_flex {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}
.access_flex .left {
    width: 45%;
}
.access_flex .right {
    width: 50%;
}
.access_flex .en {
    margin: 25px 0 5px;
    font-weight: bold;
}
.access_flex .address {
    margin-bottom: 50px;
}
.foorer_contact {
    background-image: url(../img/general/foorer_contact.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.foorer_contact .tell {
    border: 2px solid #fff;
    max-width: 500px;
    margin: 0 auto 30px;
    background-color: rgba(255, 255, 255, 0.2);
}
.foorer_contact .tell a{
    padding: 20px;
}
.foorer_contact .tell p {
    color: #fff;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.foorer_contact .contact_link {
    background-color: #F17519;
    max-width: 500px;
    margin: 0 auto;
}
.foorer_contact .contact_link a {
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 35px 10px;
}

/* ===============================
footer pc
=============================== */
footer {
    background-color: var(--sub);
    padding: 80px 0 0;
}
footer h1 a {
    color: #fff;
    font-size: 2.8rem;
    margin-bottom: 30px;
}
.footer_flex {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}
.footer_flex .left {
    width: 40%;
}
.footer_flex p {
    font-size: 1.8rem;
    color: #fff;
}
.footer_flex .right {
    width: 50%;
    display: flex;
}
.footer_flex .left .address {
    margin: 5px 0 20px;
}
.footer_flex .left .en {
    font-size: 1.6rem;
}
.footer_flex .left .post {
    font-weight: bold;
    font-size: 1.8rem;
}
.foote_hr {
    background-color: #fff;
    height: 3px;
}
.smal_area {
    color: #fff;
    text-align: center;
}
small {
    display: block;
    padding: 5px 10px 10px;
    font-size: 1.2rem;
}
.f_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.f_link {
    display: flex;
    gap: 0 10px;
    margin-bottom: 20px;
    width: 45%;
}
.f_link img {
    width: 15px;
}
.f_link a {
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
}







@media (hover: hover) {
    .foorer_contact .tell:hover {
        background-color: var(--sub);
    }
    .foorer_contact .contact_link:hover {
        background-color: var(--sub);
    }
    footer h1 a:hover {
        opacity: 0.8;
    }
    .f_link a:hover {
        opacity: 0.8;
    }
    .recruit_banner_wrap a:hover {
        opacity: 0.8;
    }
}





/* ===============================
tablet
=============================== */
@media screen and (max-width:1000px) {
    .gnavi__list a {
        font-size: 1.4rem;
        font-weight: bold;
    }
    .gnavi__lists {
        gap: 0 20px;
    }
    .header_fax a {
        width: 130px;
    }
    .header_fax a p {
        font-size: 1.4rem;
    }
}


/* ===============================
SP
=============================== */
@media screen and (max-width:769px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    /* body.open {
        overflow: hidden;
    } */
    .font14 {
        font-size: 1.3rem;
    }
    .font15 {
        font-size: 1.4rem;
    }
    .font16 {
        font-size: 1.5rem;
    }
    .font17 {
        font-size: 1.5rem;
    }
    .font18 {
        font-size: 1.6rem;
    }
    .font19 {
        font-size: 1.6rem;
    }
    .font20 {
        font-size: 1.8rem;
    }
    .font21 {
        font-size: 1.8rem;
    }
    .font22 {
        font-size: 1.9rem;
    }
    .font23 {
        font-size: 1.9rem;
    }
    .font24 {
        font-size: 2rem;
    }
    .font25 {
        font-size: 2rem;
    }
    .font26 {
        font-size: 2.2rem;
    }
    .font27 {
        font-size: 2.3rem;
    }
    .font28 {
        font-size: 2.4rem;
    }
    .pdd80 {
        padding: 30px 0;
    }
    .h2_wrap {
        margin-bottom: 20px;
    }
    .h2_wrap h2 {
        color: var(--main);
    }
    .h2_wrap span {
        width: 200px;
    }
    .btn {
        text-align: center;
    }
    .btn a { 
        padding: 15px;
    }

    /* ===============================
    header sp
    =============================== */
    .header {
        box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
        padding-top: 10px;
        background-color: #fff;
    }
    .header .container1200 {
        max-width: 100%;
    }
    .h1 {
        top:-5px;
        left: 20px;
        position: relative;
        width: 120px;
    }
    .header_innner {
        display: block;
    }
    .hamburger {
        width: 50px;
        height: 50px;
        position: absolute;
        cursor: pointer;
        top:3px;
        right: 20px;
    }
    .hamburger_bar {
        width: 60%;
        height: 2px;
        background: var(--main);
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: .5s;
    }
    .hamburger_bar:first-child {
        top: 16px;
    }
    .hamburger_bar:nth-child(2) {
        top: 26px;
    }
    .hamburger_bar:last-child {
        top: 36px;
    }
    .hamburger.open .hamburger_bar:first-child {
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
        top: 25px;
    } 
    .hamburger.open .hamburger_bar:nth-child(2) {
        display: none;
    }
    .hamburger.open .hamburger_bar:last-child {
        transform: translateX(-50%) translateY(-50%) rotate(-45deg);
        top: 25px;
    }
    .header_left {
        height: 100vh;
        background-color: #fff;
        display: block;
        position: absolute;
        top: 60px;
        width: 100%;
        right: -100%;
        transition: 0.4s;
        overflow-y: scroll;
        padding-bottom: 50px;
    }
    .header_left.open {
        right: 0px;
        transition: 0.4s;
    }
    .header_nav ul {
        display: block;
        padding: 40px 20px;
        margin-top: 45px;
    }
    .header_nav ul a {
        color: #fff;
        padding: 10px;
        margin-bottom: 20px;
    }
    .header_nav ul a.now {
        color: #fff;
    }
    .gnavi__lists { 
        display: block;
        padding: 0 10px;
    }
    .gtb {
        display: none;
    }
    .header_fax {
        width: 100%;
    }
    .header_fax a {
        width: 100%;
    }
    .dropdown__lists {
        display: block;
        position: relative;
        top: 0;
        padding: 0;
    }
    .dropdown__lists_wrap {
        gap: 0px 15px;
        width: 100%;
        justify-content: space-between;
    }
    .dropdown__list {
        transition: all .3s;
        position: relative;
        width: calc(50% - 15px);
    }
    .dropdown__list a {
        padding-bottom: 5px;
    }
    .gnavi__list {
        margin-top: 30px;
    }
    .gnav_a {
        padding-bottom: 0 !important;
        color: var(--main);
        font-size: 2rem !important;;
    }
    .headr_contact {
        margin-top:10px;
    }
    .dropdown__list {
        margin-bottom: 20px;
    }
    .gnavi__list a {
        padding-top: 0;
    }
    .h1 {
        width: 200px;
    }
    .h1 a {
        font-size: 2rem;
    }
    .h1 .en {
        font-size: 1.6rem;
    }
    .header_fax.mail a {
        height: 60%;
        margin-top: 30px;
    }
    /* ===============================
    共通 sp
    =============================== */
    .profile_flex {
        display: block;
    }
    .profile_flex h3 {
        text-align: center;
        width: 100%;
        padding: 15px 10px;
    }
    .profile_flex p {
        text-align: center;
        width: 100%;
        padding: 15px 10px 25px;
    }
    .access_flex {
        display: block;
    }
    .access_flex .left {
        width: 100%;
    }
    .access_flex .right {
        width: 100%;
    }
    .access_flex .en {
        margin: 5px 0 0;
    }
    .access_flex .address {
        margin-bottom: 30px;
    }
    .map_wrap {
        max-width: 100%;
        margin-top: 20px;
    }
    .foorer_contact {
        background-position: center right;
        background-size: cover;
    }
    .foorer_contact .tell {
        margin: 0 auto 20px;
    }
    .foorer_contact .tell a{
        padding: 10px;
    }
    .foorer_contact .contact_link a {
        padding: 25px 10px;
    }


    /* ===============================
    footer SP
    =============================== */
    footer {
        padding: 40px 0 0;
    }
    footer h1 a {
        color: #fff;
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .footer_flex {
        display: block;
        padding-bottom: 20px;
    }
    .footer_flex .left {
        width: 100%;
    }
    .footer_flex p {
        font-size: 1.6rem;
    }
    .footer_flex .right {
        width: 100%;
    }
    .footer_flex .left .address {
        margin: 5px 0 10px;
    }
    .footer_flex .left .en {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
    .footer_flex .left .post {
        font-size: 1.6rem;
        margin-bottom: 0;
    }
    .f_nav {
        display: block;
    }
    .f_link {
        margin-bottom: 20px;
        width: 100%;
    }
    .f_link img {
        width: 10px;
    }
    .f_link a {
        font-size: 1.5rem;
    }

}