@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Noto+Serif+JP:wght@200..900&family=Oswald:wght@200..700&display=swap');

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    transition: 0.5s;
    color: #464646;
}

a:hover {
    opacity: 0.7;
}

.sp {
    display: none;
}

.ssp {
    display: none;
}


body {
    margin: 0;
    padding: 0;
    color: #464646;
}

.wrap1 {
    max-width: 1088px;
    margin: auto;
}

.wrap2 {
    width: 95%;
    max-width: 1364px;
    margin: auto;
}

.cnt {
    padding: 100px 0 50px;
}

section {
    padding-top: 100px;
}

.nav li {
  font-family: serif;
}

h2 {
    color: #4A8B68;
    width: fit-content;
    margin: auto;
    padding: 0 2em 10px;
    border-bottom: 1px #000 solid;
    font-size: 2.5em;
    letter-spacing: 15px;
}
.hide {
  font-size: 0;
}
.sec_title {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 50px;
  padding: 0 0 10px;
}

.title {
    display: flex;
    background-color: #97A094;
}

.title>img {
    display: block;
    width: 42%;
}

.title>div {

    color: #ffffff;
    width: 58%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.title>div h2 {
    color: #ffffff;
    padding: 0;
    margin: 0;
    border-bottom: none;
    font-size: 2em;
    font-weight: 500;
}

.title>div img {
    display: inline-block;
    width: auto;
    max-width: 80%;
}

.flex.achiebements {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.flex.achiebements>div>a {
    display: block;
    object-fit: cover;
    overflow: hidden;
}


.flex.achiebements img {
    display: block;
    width: 340px;
    height: 260px;
    object-fit: cover;
    transition: 0.7s;
}

.flex.achiebements img:hover {
    transform: scale(1.2);
}

.flex.achiebements>div {
    margin-right: 34px;
    margin-bottom: 50px;
    text-align: center;
}

.flex.achiebements>div:nth-child(3n),
.flex.achiebements>div:last-child {
    margin-right: 0;
}

.flex.achiebements span {
    margin-top: 10px;
    display: block;
}

.table {
    margin: 50px 0 80px;
}

.table>.flex {
    display: flex;
    width: 100%;
    border-bottom: #000 1px solid;
}

.table>.flex:first-child {
    border-top: #000 1px solid;
}

.table>.flex .th {
    background-color: #F4F7EF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
}

.table>.flex span {
    display: block;
    padding: 20px 5%;
}




/*ヘッダー*/

header {
    position: sticky;
    top: 0;
    background-color: #EBEDE8;
    display: flex;
    justify-content: space-between;
    padding-left: 10vw;
    align-items: center;
    z-index: 9999;
}

header h1 {
    width: 60%;
    max-width: 340px;
    margin: 0;
}

header h1 img {
    width: 100%;
}

header nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

header nav ul li {
    position: relative;
    text-align: center;
}

header nav ul li .sub {
    position: absolute;
    left: 0;
    top: 36.5px;
    transition: 0.5s;
    overflow: hidden;
    height: 0;
}

header nav ul li .sub.hover {
    height: 363px;
}


header nav ul li .sub a {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: #9F9D9D 1px solid;
    display: flex;
    padding: 0;
    height: 80px;
    justify-content: center;
    align-items: center;
}

header nav ul li .sub a:last-child {
    border-bottom: none;
}


header nav ul li a,
header nav ul li span {
    display: block;
    width: 10vw;
    padding: 20px 0;
}

header nav ul li:last-child a {
    padding: 0;
    width: 15vw;
}

header .mail {
    display: flex;
    background-color: #464646;
    padding: 15px 0 !important;
    font-size: 0.8em;
    color: #fff;
    justify-content: center;
    align-items: center;
}

header .mail img {
    display: block;
    width: 30px;
    margin-right: 10px;
}

header .hp {
    display: block;
    background-color: #4A8B68;
    padding: 10px 0 !important;
    font-size: 0.8em;
    color: #fff;
}


/*KV*/

#kv .slide-wrap {
    width: 100%;
    position: relative;
}

#kv .visual img {
    width: 100%;
    height: calc(100vh - 145px);
    object-fit: cover;
}

#kv .cmt {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5000;
    background: linear-gradient(0, #2F5D44, #3C735599, #4A8B6800);
    width: 100%;
    color: #fff;
    line-height: 2.2em;
    padding: 1em 0;
    padding-top: 8em;
    text-align: center;
}

#kv .pr {
    background-color: #4A8B68;
    color: #fff;
    padding: 15px;
    text-align: center;
}

#kv .pr span {
    display: inline-block;
    position: relative;
    text-align: left;
}

#kv .pr img {
    display: inline-block;
    position: absolute;
    width: 40px;
    vertical-align: middle;
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
}

/*フロートボタン*/

a.rec_btn {
    position: fixed;
    z-index: 5000;
    right: 0;
    top: 25%;
    font-family: "Noto Serif JP", serif;
    background-color: #4A8B68;
    color: #fff;
    writing-mode: vertical-rl;
    padding: 1.5em 0.7em;
    font-size: 1.1em;
    border-radius: 10px 0 0 10px;
}

a.rec_btn img {
    width: 30px;
}

a.top_btn {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    right: 30px;
    bottom: 80px;
    background-color: #ffffff77;
    color: #000;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

a.top_btn span {
    display: block;
    font-size: 35px;
    height: 40px;
}

a.top_btn small {
    display: block;
    font-size: 20px;
}

/* inst */

#inst {
    padding: 50px 0 0;
}


#inst .instalink {
    padding: 10px 25px;
    background-color: #464646;
    color: #fff;
    display: flex;
    margin: 50px auto;
    width: fit-content;
    align-items: center;
}

#inst .instalink img {
    width: 30px;
    margin-right: 30px;
}

/*recruit*/


#recruit h2 {
    font-family: "Noto Serif JP", serif;
}

#recruit p {
    text-align: center;
}

#recruit .cmnt {
    color: #4A8B68;
}

#recruit .num {
    text-align: center;
    margin: 20px auto;
}

#recruit .num img {
    display: inline-block;
    margin: 0 20px;
    width: auto;
    max-width: 500px;
}

#recruit .mail {
    display: flex;
    background-color: #464646;
    padding: 15px 40px !important;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: auto;
}

#recruit .mail img {
    display: block;
    width: 40px;
    margin-right: 10px;
}


/*about*/

#about h2 {
    font-family: "Noto Serif JP", serif;
}

#about .about-table {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 80px 0;
}

#about .about-table>img {
    width: 48%;
}

#about .about-table .table {
    width: 50%;
    margin: 0;
}

#about .about-table .table>.flex .th {
    width: 100px;
}

#about iframe {
    width: 100%;
    height: 704px;
}



/*footer*/

footer .wrap1 {
    margin-bottom: 50px;
}

footer .flex {
    display: flex;
}

footer .flex.wrap {
    justify-content: space-between;
    align-items: end;
}

footer .flex .left {
    width: 570px;
}

footer .flex.info {
    margin-bottom: 20px;
    align-items: end;
}


footer span {
    display: block;
}

footer .flex .logo {
    font-size: 1.2em;
    letter-spacing: 0.2em;
    text-align: center;
    width: 185px;
    margin-right: 25px;
}

footer .flex .tel {
    display: block;
    width: 300px;
}

footer .flex .fax {
    display: block;
    width: 200px;
}



footer .mail {
    display: flex;
    background-color: #464646;
    padding: 10px 0 !important;
    font-size: 0.8em;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 205px;
    margin-right: 5px;
    font-weight: 700;
}

footer .mail img {
    display: block;
    height: 12px;
    margin-right: 10px;
}

footer .inst {
    padding: 10px 0;
    background-color: #4A8B68;
    font-size: 0.8em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 205px;
    font-weight: 700;
}

footer .inst img {
    height: 15px;
    margin-right: 10px;
}

footer .flex .right {
    display: flex;
    justify-content: space-around;
    letter-spacing: 0.2em;
}

footer .flex .right ul {
    margin: 0;
    margin-right: 20px;
    list-style: none;
}

footer .flex .right ul li {
    position: relative;
    margin: 10px 0;
}

footer .flex .right ul li:last-child {
    margin: 0;
}

footer .flex .right ul li::before {
    content: "";
    width: 15px;
    height: 3px;
    background-color: #4A8B68;
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translateY(-50%);
}



footer .flex .right .green {
    display: block;
    color: #4A8B68;
    margin: 10px 0;
}


footer .copy {
    text-align: center;
    font-size: 0.9em;
    padding: 5px 0 10px;
}
