/*
Theme Name: kyowakigyo_themes
*/
/*-------------------------------------------------------------*/
/*協和企業株式会社*/
/*-------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Noto+Serif+JP:wght@500&display=swap&display=swap');
/*-----------------------------------------------------*/
/*共通のCSS*/
/*-----------------------------------------------------*/
:root {
    --main-color: #008000;
    --sub-color: #2E75B6;
}
.sans {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.serif {
    font-family: "Zen Old Mincho", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.afs8 {
    font-size: 1.07rem;
}
.afs9 {
    font-size: 1.2rem;
}
.afs10 {
    font-size: 1.33rem;
}
.afs105 {
    font-size: 1.4rem;
}
.afs11 {
    font-size: 1.47rem;
}
.afs12 {
    font-size: 1.6rem;
}
.afs13 {
    font-size: 1.73rem;
}
.afs14 {
    font-size: 1.87rem;
}
.afs15 {
    font-size: 2rem;
}
.afs16 {
    font-size: 2.13rem;
}
.afs17 {
    font-size: 2.27rem;
}
.afs18 {
    font-size: 2.4rem;
}
.afs19 {
    font-size: 2.53rem;
}
.afs20 {
    font-size: 2.67rem;
}
.afs21 {
    font-size: 2.8rem;
}
.afs22 {
    font-size: 2.93rem;
}
.afs23 {
    font-size: 3.07rem;
}
.afs24 {
    font-size: 3.2rem;
}
.afs25 {
    font-size: 3.33rem;
}
.afs26 {
    font-size: 3.47rem;
}
.afs27 {
    font-size: 3.6rem;
}
.afs28 {
    font-size: 3.73rem;
}
.afs29 {
    font-size: 3.87rem;
}
.afs30 {
    font-size: 4rem;
}
.afs31 {
    font-size: 4.13rem;
}
.afs32 {
    font-size: 4.27rem;
}
.afs33 {
    font-size: 4.4rem;
}
.afs34 {
    font-size: 4.53rem;
}
.afs35 {
    font-size: 4.67rem;
}
.afs36 {
    font-size: 4.8rem;
}
.afs37 {
    font-size: 4.93rem;
}
.afs38 {
    font-size: 5.07rem;
}
.afs39 {
    font-size: 5.2rem;
}
.afs40 {
    font-size: 5.33rem;
}
.afs41 {
    font-size: 5.47rem;
}
.afs42 {
    font-size: 5.6rem;
}
.afs43 {
    font-size: 5.73rem;
}
.afs44 {
    font-size: 5.87rem;
}
.afs45 {
    font-size: 6rem;
}
.afs46 {
    font-size: 6.13rem;
}
.afs47 {
    font-size: 6.27rem;
}
.afs48 {
    font-size: 6.4rem;
}
.afs49 {
    font-size: 6.53rem;
}
.afs50 {
    font-size: 6.67rem;
}
.afs51 {
    font-size: 6.8rem;
}
.afs52 {
    font-size: 6.93rem;
}
.afs53 {
    font-size: 7.07rem;
}
.afs54 {
    font-size: 7.2rem;
}
.afs55 {
    font-size: 7.33rem;
}
.afs56 {
    font-size: 7.47rem;
}
.afs57 {
    font-size: 7.6rem;
}
.afs58 {
    font-size: 7.73rem;
}
.afs59 {
    font-size: 7.87rem;
}
.afs60 {
    font-size: 8rem;
}
.afs61 {
    font-size: 8.13rem;
}
.afs62 {
    font-size: 8.27rem;
}
.afs63 {
    font-size: 8.4rem;
}
.afs64 {
    font-size: 8.53rem;
}
.afs65 {
    font-size: 8.67rem;
}
.afs66 {
    font-size: 8.8rem;
}
.afs67 {
    font-size: 8.93rem;
}
.afs68 {
    font-size: 9.07rem;
}
.afs69 {
    font-size: 9.2rem;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
div,
pre,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
figure,
figcaption,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
}
p {
    letter-spacing: 0.15rem;
}
/* 追記 */
figcaption {
    text-align: center;
}
* {
    box-sizing: border-box;
    word-break: break-all;
}
img {
    max-width: 100%;
    border: 0;
    height: auto;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}
@media screen and (max-width: 767px) {
    img {
        max-width: 100%;
        height: auto;
    }
}
a {
    color: #000000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul,
ol {
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th,
table td {
    padding: 0;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
}
html {
    font-size: 62.5%;
}
@media screen and (max-width: 1680px) {
    html {
        font-size: 54.6%;
    }
}
@media screen and (max-width: 1600px) {
    html {
        font-size: 52%;
    }
}
@media screen and (max-width: 1400px) {
    html {
        font-size: 45.5%;
    }
}
@media screen and (max-width: 1280px) {
    html {
        font-size: 41.6%;
    }
    .afs12 {
        font-size: 12px;
    }
    .afs16 {
        font-size: 16px;
    }
    .afs18 {
        font-size: 16px;
    }
    .afs24 {
        font-size: 18px;
    }
    .afs28 {
        font-size: 22px;
    }
}
body {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    color: #000000;
    font-size: 1.87rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .afs28 {
        font-size: 20px;
    }
}
h1 {
    font-weight: normal;
    font-size: 1.33rem;
}
.attached {
    font-size: 2.13rem;
    color: var(--main-color);
    text-align: center;
    text-transform: uppercase;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.3;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    margin-bottom: 0;
}
h2 {
    text-align: center;
    font-size: 3.73rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
    .attached {
        font-size: 16px !important;
    }
    h2 {
        font-size: 24px;
        margin-bottom: 0.5rem;
    }
}
.top h3 {
    font-size: 3.2rem;
    margin: 3rem 0 2rem;
    font-weight: 200;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    color: #000;
}
.top.about-us h3 {
    margin: 2.5rem 0 2rem;
    font-size: 2.67rem;
    color: #000;
    font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 760px) {
    .top.about-us h3 {
        font-size: 3.2rem;
    }
}
.sec h3 {
    display: flex;
    color: var(--main-color);
    margin-top: 5rem;
    margin-bottom: 2rem;
    padding-left: 3rem;
    background: url(img/h3.png) no-repeat 0 8px;
    background-size: 2.3rem;
    font-size: 2.4rem;
    letter-spacing: 0.13rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1600px) {
    .sec h3 {
        margin-top: 5rem;
        margin-bottom: 2rem;
        padding-left: 3rem;
        background: url(img/h3.png) no-repeat 0 6px;
        background-size: 2.3rem;
    }
}
@media screen and (max-width: 760px) {
    .sec h3 {
        font-size: 19px;
    }
}
p,
th,
td,
ul,
ol,
li,
dl,
dt,
dd,
address {
    color: #000;
    font-size: 1.87rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
}
@media screen and (max-width: 1280px) {
    p,
    th,
    td,
    ul,
    ol,
    li,
    dl,
    dt,
    dd,
    address {
        font-size: 16px;
    }
}
p {
    line-height: 1.75;
}
@media screen and (max-width: 560px) {
    p {
        line-height: 1.7;
    }
}
/* font decoration */
a {
    overflow: hidden;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
}
a:hover {
    opacity: 0.6;
}
a[href^="tel:"] {
    display: inline;
    text-decoration: none;
    cursor: default;
}
a[href^="tel:"]:hover {
    opacity: inherit;
}
.wrapper {
    width: 100%;
    max-width: 1640px;
}
@media screen and (max-width: 767px) {
    .wrapper {
        min-width: auto;
        overflow: hidden;
    }
}
section {
    width: 100%;
}
.inner {
    width: 95%;
    max-width: 1640px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .inner {
        margin: 0 auto;
        padding: 0;
    }
}
.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    background: #ffffff;
}
@media screen and (max-width: 767px) {
    .fixed {
        position: static;
    }
}
.flex,
.flex-sp {
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
    .flex-sp {
        display: block;
    }
}
/*フォントの太さを指定*/
.f-bold {
    font-weight: bold;
}
/*フォントの太さを指定（游明朝）*/
.fy-bold {
    font-weight: 600;
}
/*英語の小文字を大文字に*/
.f-large {
    text-transform: uppercase;
}
.accent {
    color: var(--main-accent-color) !important;
}
.tac,
h1.tac,
h2.tac,
h3.tac,
h4.tac,
p.tac,
table.tac,
th.tac,
td.tac,
ul.tac,
li.tac {
    text-align: center;
}
.tal,
h1.tal,
h2.tal,
h3.tal,
h4.tal,
p.tal,
table.tal,
th.tal,
td.tal,
ul.tal,
li.tal {
    text-align: left;
}
.tar,
h1.tar,
h2.tar,
h3.tar,
h4.tar,
p.tar,
table.tar,
th.tar,
td.tar,
ul.tar,
li.tar {
    text-align: right;
}
.ma {
    margin: 0 auto;
}
.pt10 {
    padding-top: 1rem;
}
.pt20 {
    padding-top: 2rem;
}
.pt60 {
    padding-top: 6rem;
}
.pb10 {
    padding-bottom: 1rem;
}
.pb20 {
    padding-bottom: 2rem;
}
.mt40 {
    margin-top: 4rem;
}
.mt50 {
    margin-top: 5rem;
}
.mb0,
p.mb0,
table.mb0,
ul.mb0,
li.mb0 {
    margin-bottom: 0;
}
.mb5,
p.mb5,
table.mb5,
ul.mb5,
li.mb5 {
    margin-bottom: 0.5rem;
}
.mb10,
p.mb10,
table.mb10,
ul.mb10,
li.mb10 {
    margin-bottom: 1rem;
}
.mb15,
p.mb15,
table.mb15,
ul.mb15,
li.mb15 {
    margin-bottom: 1.5rem;
}
.mb20,
p.mb20,
table.mb20,
ul.mb20,
li.mb20 {
    margin-bottom: 2rem;
}
.mb25,
p.mb25,
table.mb25,
ul.mb25,
li.mb25 {
    margin-bottom: 2.5rem;
}
.mb30,
p.mb30,
table.mb30,
ul.mb30,
li.mb30 {
    margin-bottom: 3rem;
}
.mb40,
p.mb40,
table.mb40,
ul.mb40,
li.mb40 {
    margin-bottom: 4rem;
}
.mb50,
p.mb50,
table.mb50,
ul.mb50,
li.mb50 {
    margin-bottom: 5rem;
}
.mb60,
p.mb60,
table.mb60,
ul.mb60,
li.mb60 {
    margin-bottom: 6rem;
}
.mb70,
p.mb70,
table.mb70,
ul.mb70,
li.mb70 {
    margin-bottom: 7rem;
}
.mb80,
p.mb80,
table.mb80,
ul.mb80,
li.mb80 {
    margin-bottom: 8rem;
}
.mb90,
p.mb90,
table.mb90,
ul.mb90,
li.mb90 {
    margin-bottom: 9rem;
}
.mb100,
p.mb100,
table.mb100,
ul.mb100,
li.mb100 {
    margin-bottom: 10rem;
}
.bottom12 {
    margin-bottom: 12rem;
}
.bottom13 {
    margin-bottom: 13rem;
}
.bottom14 {
    margin-bottom: 14rem;
}
.bottom15 {
    margin-bottom: 15rem;
}
.bottom16 {
    margin-bottom: 16rem;
}
.bottom17 {
    margin-bottom: 17rem;
}
.bottom18 {
    margin-bottom: 18rem;
}
.bottom19 {
    margin-bottom: 19rem;
}
.bottom20 {
    margin-bottom: 20rem;
}
.bottom21 {
    margin-bottom: 21rem;
}
.bottom22 {
    margin-bottom: 22rem;
}
.bottom23 {
    margin-bottom: 23rem;
}
.bottom24 {
    margin-bottom: 24rem;
}
.bottom25 {
    margin-bottom: 25rem;
}
.bottom27 {
    margin-bottom: 27rem;
}
/*レスポンシブで消える改行*/
.tb-br,
.sp-br,
.ssp-br {
    display: none;
}
@media screen and (max-width: 1280px) {
    .tb-br {
        display: block;
    }
    .tb-span {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .sp-br {
        display: block;
    }
    .pc-br {
        display: none;
    }
}
@media screen and (max-width:560px) {
    .ssp-br {
        display: block;
    }
    .ssp-none,
    .sp-br.ssp-none {
        display: none;
    }
}
.read-more {
    display: inline;
}
/*flexのカラム*/
.column2,
.column3,
.column4,
.column5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width: 1280px) {
    .column2,
    .column3,
    .column4,
    .column5 {
        justify-content: space-around;
    }
}
/*flex2*/
.column2>figure,
.column2>div,
.column2>li,
.column2>section {
    width: 48.8%;
}
@media screen and (max-width: 767px) {
    .column2>figure,
    .column2>div,
    .column2>li,
    .column2>section {
        width: 100%;
        margin-bottom: 40px;
    }
}
/*flex3*/
.column3>figure,
.column3>div,
.column3>li,
.column3>section {
    width: 31.7%;
}
@media screen and (max-width: 767px) {
    .column3>figure,
    .column3>div,
    .column3>li,
    .column3>section {
        width: 100%;
        max-width: 520px;
        margin-bottom: 40px;
    }
}
/*flex4*/
.column4>figure,
.column4>div,
.column4>li,
.column4>p,
.column4>a,
.column4>section {
    width: 23.2%;
}
@media screen and (max-width: 767px) {
    .column4>figure,
    .column4>div,
    .column4>li,
    .column4>a,
    .column4>section {
        width: 48%;
        margin-bottom: 2rem
    }
}
/*flex5*/
.column5>figure,
.column5>div,
.column5>li {
    width: 17%;
}
@media screen and (max-width: 1280px) {
    .column5>figure,
    .column5>div,
    .column5>li {
        min-width: 45%;
    }
}
/*flex6*/
.column6 {
    display: flex;
    justify-content: space-between;
}
.column6>figure,
.column6>div,
.column6>li,
.column6>p,
.column6>a,
.column6>section {
    width: 14.6%;
}
@media screen and (max-width: 1024px) {
    .column6 {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .column6>div {
        width: 31.7%;
        margin-bottom: 3rem;
    }
    .column6 a:nth-of-type(4) {
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    .column6 {
        flex-wrap: wrap;
    }
    .column6>div {
        width: 30%;
        margin-bottom: 2rem;
        margin-left: 0;
    }
    .column6 div:nth-of-type(4) {
        margin-left: 0;
    }
}
@media screen and (max-width:560px) {
    .column6>div {
        width: 48%;
    }
}
.page-top {
    cursor: pointer;
}
address {
    font-style: normal;
}
/*ヘッダーが上下する動き
translateYの数値はヘッダーの高さに合わせて変更してください。*/
#header.UpMove {
    -webkit-animation: UpAnime 0.5s forwards;
    animation: UpAnime 0.5s forwards;
}
#header.DownMove {
    -webkit-animation: DownAnime 0.5s forwards;
    animation: DownAnime 0.5s forwards;
}
@-webkit-keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-120px);
    }
}
@keyframes UpAnime {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-120px);
    }
}
@-webkit-keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-120px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-120px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*要素がふわっと現れる動き
laterは１つ目の要素に指定してください。*/
.fadein,
.fadein-later {
    opacity: 0;
    transform: translate(0, 100px);
    transition: all 500ms;
}
.fadein.scrollin,
.fadein-later.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}
.fadein-box {
    opacity: 0;
    transition: all 0.5s;
}
.fadein-box.active {
    opacity: 1;
}
@media screen and (max-width:767px) {
    .fadein,
    .fadein-later {
        opacity: 0;
        transform: translate(0, 60px);
        transition: all 400ms;
        transition-delay: 200ms;
    }
}
@media screen and (max-width:767px) {
    .index-box p {
        font-size: 14px;
    }
}
.more {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding-right: 5rem;
}
.more a {
    font-size: 1.6rem;
    color: var(--main-color);
    font-family: "Noto Serif JP", serif;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 9.5rem;
    position: relative;
    overflow: visible;
    font-weight: 300;
    letter-spacing: 0.07rem;
}
.more a::after {
    display: block;
    content: '';
    width: 13rem;
    height: 0.1px;
    background-color: var(--main-color);
    position: absolute;
    right: -27%;
    top: 45%;
    transform: translateY(-50%);
    transition: 0.3s ease;
}
.more a:hover {
    opacity: 1;
}
.more a:hover::after {
    right: -8rem;
}
@media screen and (max-width: 1024px) {
    .more {
        width: 80%;
    }
}
@supports (-moz-appearance: none) {
    .more a::after {
        display: block;
        content: '';
        width: 8rem;
        height: 1px;
        background-color: var(--main-color);
        position: absolute;
        right: 0;
        top: 45%;
        transform: translateY(-50%);
        transition: 0.3s ease;
    }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 428px) and (-webkit-min-device-pixel-ratio: 2) {
    .more a::after {
        display: block;
        content: '';
        width: 8rem;
        height: 1px;
        background-color: var(--main-color);
        position: absolute;
        right: 0;
        top: 45%;
        transform: translateY(-50%);
        transition: 0.3s ease;
    }
}
@media screen and (max-width: 760px) {
    .more a {
        font-size: 17px;
    }
}
/*基本の画像リンク（波紋）
疑似要素をコメントアウトすると拡大する動きになります*/
.index-box {
    display: flex;
    flex-direction: column;
}
.img-zoom {
    padding: 0;
    overflow: hidden;
    position: relative;
}
.img-zoom img {
    transition: ease 0.35s;
}
.index-box a:hover {
    opacity: 1;
    outline: none;
}
a:hover>.img-zoom>img {
    transform: scale(1.1);
}
.img-zoom:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
}
.img-zoom:hover:before {
    animation: circle 0.8s;
}
.zoom-index {
    width: 380px;
    margin: 0 auto;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}
@keyframes circle {
    0% {
        opacity: 1
    }
    40% {
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}
@media screen and (max-width:767px) {
    .index-box p {
        font-size: 14px;
    }
    .zoom-index {
        width: 100%;
    }
}
/*-----------------------------------------------------*/
/*ヘッダー*/
/*-----------------------------------------------------*/
.header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10000;
    height: 12rem;
    /*header全体の高さを決める*/
}
/*内部のスタイル*/
.header {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
/*左のスタイル*/
.header-left {
    padding-left: 1.6%;
    display: flex;
    align-items: center;
}
.header-logo {
    display: flex;
}
.header-logo-left {
    padding-top: 0;
}
.header-logo a {
    display: flex;
    align-items: center;
}
.header-logo a p {
    margin-left: 1.6rem;
    font-weight: 400;
}
.header-logo a .name {
    line-height: 1.5;
    letter-spacing: 0.45rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
}
.header-logo a .e-name {
    color: var(--main-color);
    letter-spacing: 0.14rem;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 0.5rem;
    line-height: 1.3;
}
.header-logo-right {
    margin-top: 1.3rem;
}
/*右のスタイル*/
.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/*ナビ*/
.header-nav h1 {
    margin-bottom: 1.5rem;
    letter-spacing: 0.12rem;
    padding-right: 5rem;
    font-size: 1.2rem;
    text-align: right;
}
.gnavi ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 5rem;
}
.gnavi ul li {
    position: relative;
    margin-left: 6rem;
    padding-bottom: 1rem;
}
.gnavi ul li a {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.87rem;
    text-align: center;
    letter-spacing: 0.07em;
}
.gnavi ul li a .eng {
    font-weight: 300;
}
.gnavi ul li::after {
    position: absolute;
    bottom: 1.2%;
    left: 0;
    right: 0;
    width: 6rem;
    height: 1px;
    margin: auto;
    background-color: #37A61D;
    content: "";
    transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transform: scaleX(0);
    transform-origin: bottom right;
}
.gnavi ul li.on::after,
.gnavi ul li:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.gnavi ul li a:hover {
    opacity: 1;
}
.pick {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.eng {
    color: var(--main-color);
    padding-top: 0.5rem;
    font-family: "Noto sans JP", sans-serif;
}
.jp {
    font-family: "Zen Old Mincho", serif;
}
.tit {
    font-size: 1.4rem;
    color: #7F7F7F;
    text-align: center;
}
.time {
    font-size: 1.2rem;
    color: #7F7F7F;
    text-align: center;
}
.phone-box {
    max-width: 380px;
    height: calc(100% - 2.3rem);
    padding: 0 3rem 1.1rem 4rem;
    border-left: 1px solid gainsboro;
    display: grid;
    place-content: center;
    place-items: center;
    letter-spacing: 0.07em;
}
.phone-num-txt {
    letter-spacing: 0.1rem;
    font-weight: 100;
}
.txt-tit {
    margin-bottom: 1rem;
}
.phone-number {
    color: var(--main-color);
    margin-bottom: 1.2rem;
    pointer-events: none;
    text-decoration: none;
    font-family: "Zen Old Mincho", serif;
}
.phone-number .tel {
    display: inline-block;
    margin-right: 1rem;
}
.tel span {
    font-weight: 100;
}
/*---------------------------------------
レイアウト調整*/
@media screen and (max-width: 1680px) {
    .header-logo-left img {
        max-width: 80%;
        height: auto;
    }
}
@media screen and (max-width: 1280px) {
    .header-left {
        padding-left: 2rem;
    }
    .header-nav {
        padding-right: 4rem;
    }
}
@media screen and (max-width: 1024px) {
    .header-wrapper {
        height: auto;
    }
    .header-right {
        display: none;
    }
    .header-left {
        width: calc(100% - 60px);
    }
    .header {
        align-items: center;
        padding: 1rem 0;
    }
    .header-logo a img {
        width: 60px;
    }
}
@media screen and (max-width: 767px) {
    .header-wrapper {
        height: 48px;
    }
    .header-logo-left {
        padding-top: 0.5rem;
    }
    .header-logo-right {
        margin-top: 0.5rem;
    }
    .header-logo a div {
        font-size: 14px;
    }
    .front-page .header-wrapper {
        background-color: rgba(255, 255, 255, 1);
    }
}
/*---------------------------------------
レイアウト調整ここまで*/
/* sp-menu */
#fixedBox {
    display: none;
}
@media screen and (max-width: 1024px) {
    #fixedBox {
        display: block;
    }
    .sp-menu {
        display: block;
        position: fixed;
        top: 30px;
        right: 1%;
        z-index: 30000;
        width: 50px;
        height: 50px;
        cursor: pointer;
        transform: translateY(-50%);
    }
    .sp-menu span {
        display: inline-block;
        position: absolute;
        left: 14px;
        width: 25px;
        height: 2px;
        border-radius: 5px;
        background: var(--main-color);
        transition: all 0.4s;
    }
    .sp-menu span:nth-of-type(1) {
        top: 13px;
    }
    .sp-menu span:nth-of-type(2) {
        top: 19px;
    }
    .sp-menu span:nth-of-type(3) {
        top: 25px;
    }
    .sp-menu.active {
        background-color: transparent;
    }
    .sp-menu.active span:nth-of-type(1) {
        top: 14px;
        left: 18px;
        width: 30%;
        transform: translateY(6px) rotate(-45deg);
    }
    .sp-menu.active span:nth-of-type(2) {
        opacity: 0;
    }
    .sp-menu.active span:nth-of-type(3) {
        top: 26px;
        left: 18px;
        width: 30%;
        transform: translateY(-6px) rotate(45deg);
    }
    #header.UpMove,
    #header.DownMove {
        animation: none;
    }
}
.sp-navi ul {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -70%;
    width: 70%;
    max-width: 500px;
    height: 105vh;
    background-color: #FFF;
    color: var(--main-color);
    transition: 0.3s;
    z-index: 20000;
}
.sp-navi ul>li {
    width: 100%;
    height: 9rem;
    line-height: 9rem;
    font-size: 18px;
}
.sp-navi ul>li a {
    color: #000;
    width: 100%;
    display: block;
    text-align: left;
    padding-left: 0;
    border-bottom: 1px solid #BFBFBF;
}
.sp-navi ul>li a:hover {
    opacity: 1;
}
.sp-navi ul>li a:hover span {
    transition: 0.6s;
}
.sp-navi ul>li a:hover span {
    opacity: 0.6;
}
.open .sp-navi ul {
    padding-top: 7rem;
    position: fixed;
    right: 0;
}
/*開いた時背景を暗くする*/
.overlay {
    opacity: 0;
    transition: all .5s;
}
.open .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    z-index: 11000;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .sp-navi {
        top: 30px;
    }
}
/*******************************************/
/* フッター */
/*******************************************/
footer {
    padding-top: 0;
    height: 48rem;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    background-color: #DEEBF7;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
.footer-left {
    width: 51%;
    height: 100%;
    position: relative;
    padding-top: 3rem;
    padding-left: 13rem;
}
.footer-copy {
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.14rem;
    font-size: 2.67rem;
}
.footer-txt {
    font-family: "Zen Old Mincho", serif;
    /* line-height: 3.2; */
    letter-spacing: 0.12rem;
}
.footer-right {
    width: 49%;
}
.footer-image {
    display: block;
    height: 100%;
}
.footer-logo {
    padding-top: 2rem;
}
.footer-logo a {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.footer-logo a div {
    font-family: "Zen Old Mincho", serif;
    font-weight: 600;
    margin-left: 2rem;
    letter-spacing: 0.3rem;
}
address {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 3.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    letter-spacing: 0.2rem;
    font-size: 1.87rem;
}
.footer-list {
    margin-bottom: 5rem;
}
.footer-list li {
    font-family: "Zen Old Mincho", serif;
    font-size: 1.4rem;
    margin-bottom: 0.7rem;
    letter-spacing: 0.18rem;
}
@media screen and (max-width: 1880px) {
    .footer-left {
        padding-left: 10rem;
    }
}
@media screen and (max-width: 1800px) {
    .footer-left {
        padding-left: 5rem;
    }
}
@media screen and (max-width: 1680px) {
    .footer-list {
        margin-bottom: 3rem;
    }
}
@media screen and (max-width: 1400px) {
    footer {
        padding-top: 3rem;
        height: auto;
    }
    .footer-left {
        padding-left: 3rem;
        height: auto;
    }
    .footer-copy {
        font-size: 2.5rem;
    }
    .footer-logo img {
        width: 60px;
        height: auto;
    }
    .footer-right {
        width: 68.8%;
    }
    .footer-image {
        height: auto;
    }
}
@media screen and (max-width: 1280px) {
    footer {
        padding-top: 2.5rem;
    }
    .footer-left {
        height: auto;
    }
    .footer-copy {
        font-size: 2.3rem;
    }
    .footer-txt {
        font-size: 2.3rem;
    }
    .footer-logo {
        padding-top: 0;
    }
    address {
        margin-bottom: 1rem;
        font-size: 1.73rem;
    }
    .footer-right {
        width: 73.4%;
    }
}
@media screen and (max-width: 1152px) {
    .footer-left {
        padding-left: 1rem;
    }
    .footer-copy {
        font-size: 2rem;
    }
    .footer-txt {
        font-size: 2rem;
    }
    .footer-list li {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 1024px) {
    footer {
        text-align: center;
        height: auto;
        background: #F8F8F8;
        padding: 0;
    }
    .footer-wrapper {
        padding: 0 0 1rem 0;
    }
    .footer-left {
        height: auto;
        width: 90%;
        margin: 0 auto;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .footer-flex {
        display: block;
    }
    .footer-right {
        display: none;
    }
    .footer-logo {
        width: 40%;
        margin: 2rem auto 0;
    }
}
@media screen and (max-width: 767px) {
    footer {
        text-align: center;
        height: auto;
        background: #F8F8F8;
        padding: 0;
    }
    .footer-wrapper {
        padding: 0 0 1rem 0;
    }
    .footer-left {
        /*height: 65vh;*/
        width: 90%;
        margin: 0 auto;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .footer-copy {
        font-size: 2.4rem;
        margin-bottom: 2rem;
    }
    .footer-txt {
        font-size: 2.4rem;
        line-height: 1.7;
    }
    .footer-logo {
        width: 80%;
    }
    .footer-logo a {
        justify-content: center;
    }
    .footer-logo a div {
        font-weight: 700;
        font-size: 3.2rem;
    }
    ul.footer-list {
        display: inline-block;
        text-align: left;
        margin: 0;
    }
    .footer-list li {
        font-size: 12px;
        margin-bottom: 1.5rem;
    }
}
@media screen and (max-width:560px) {
    .footer-logo {
        width: 100%;
        margin: 1rem auto 0;
    }
    .footer-left {
        /*height: 100vh;*/
        width: 100%;
        margin: 0 auto;
        padding-top: 5rem;
        padding-bottom: 5rem;
        padding-left: 0;
    }
}
/*nav*/
.fnavi {
    margin-top: 0;
}
.fnavi li {
    display: inline-block;
    border-left: #000 solid 1px;
    line-height: 1;
}
.fnavi li:first-child {
    border-left: none;
}
.fnavi li a {
    padding: 0 0.2rem 0 0.6rem;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.2rem;
    font-family: "Noto Sans JP", sans-serif;
}
.fnavi li:first-child a {
    padding-left: 0;
}
.sp-sitemap {
    display: none;
}
@media screen and (max-width: 1400px) {
    .fnavi li a {
        font-size: 12px;
    }
}
@media screen and (max-width:767px) {
    .fnavi {
        display: none;
    }
    .sp-sitemap {
        display: block;
    }
    .sp-sitemap ul {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }
    .sp-sitemap li {
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid #D9D9D9;
    }
    .sp-sitemap li a {
        padding: 2rem 0;
        color: #000;
        display: block;
        text-transform: uppercase;
    }
}
/*copyright*/
.copyright {
    font-size: 1.4rem;
    position: absolute;
    bottom: 1.5rem;
    letter-spacing: 0.15rem;
    word-spacing: 0.15rem;
    color: var(--main-color);
    font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 1024px) {
    .copyright {
        width: 100%;
        text-align: center;
        padding-top: 3rem;
    }
}
@media screen and (max-width: 767px) {
    .copyright {
        width: 100%;
        text-align: center;
        padding-top: 3rem;
    }
    .copyright small {
        font-size: 11px;
        position: relative;
    }
}
/* page-top */
.page-top {
    margin: 20px 0 0 0;
    padding-right: 10px;
    padding-bottom: 25px;
    border-bottom: 1px #814f1a solid;
    font-size: 12px;
    text-align: right;
}
.page-top:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 14px;
    border: none;
}
.page-top a {
    color: #bfbfbf;
}
.s2v {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}
@media screen and (max-width: 1280px) {
    .s2v {
        right: 0;
        bottom: 0;
    }
}
/*******************************************/
/*お知らせ一覧　共通部*/
/*******************************************/
/*日付とカテゴリー*/
.article-head {
    display: flex;
    align-items: center;
}
.article-head>div:first-of-type {
    margin-right: 2rem;
}
.icon-box {
    width: 120px;
    text-align: center;
    white-space: nowrap;
}
.icon-box p {
    border: 1px solid var(--sub-color);
    color: var(--sub-color);
    font-size: 1.6rem;
}
.icon-box.cat02 p {
    color: var(--main-color);
    border-color: var(--main-color);
}
.icon-box.cat03 p {
    color: #000;
    border-color: #000;
}
@media screen and (max-width: 1280px) {
    .icon-box p {
        font-size: 14px;
    }
}
/*******************************************/
/*お知らせ一覧TOP*/
/*******************************************/
/*分岐あり*/
.nottification-select-parent {
    margin: 0 auto 2rem;
}
#nottification-select {
    display: -webkit-flex;
    display: flex;
    max-width: 360px;
    margin: 0 auto 4rem;
}
#nottification-select li {
    border-left: solid 1px #bfbfbf;
    cursor: pointer;
    text-align: center;
    line-height: 1;
}
#nottification-select li:first-of-type {
    border-left: none;
}
#nottification-select li.active,
#nottification-select li:first-of-type {
    color: #000;
    font-weight: 600;
}
#nottification-select li.nonactive,
#nottification-select li {
    color: #767171;
    font-weight: 400;
}
.info-cnt01,
.info-cnt02,
.info-cnt03,
.info-cnt04,
.info-cnt05 {
    display: none;
}
@media screen and (max-width: 1280px) {
    #nottification-select li span {
        display: none;
    }
    #nottification-select li {
        font-size: 13px !important;
    }
}
/* お知らせ一覧TOP　list*/
.not-link {
    text-align: right;
    color: #7F7F7F;
    font-size: 1.6rem;
    padding-bottom: 1rem;
}
#nottification-parent {
    width: 100%;
    margin: 0 auto;
    max-width: 1360px;
}
.nottification-box {
    padding: 2rem 2rem;
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
}
.one-topic {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}
.one-topic:last-of-type {
    margin-bottom: 0;
}
.one-topic .article-head {
    margin-right: 0;
}
.one-topic .topics-title {
    flex: 1;
}
.btn-box.btn-news {
    line-height: 40px;
    /*縦の幅*/
    height: 40px;
    position: relative;
    z-index: 10;
    margin-top: 3rem;
    /* margin-bottom: 3rem; */
    text-align: center;
}
.btn-box.btn-news>div,
.btn-box.btn-news>a {
    display: inline-block;
    max-width: 240px;
    /* 1920px時のボタン幅 */
    width: 100%;
    position: relative;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    z-index: 1;
    overflow: hidden;
    border-radius: 50px;
    font-family: '游明朝', 'Yu Mincho', serifincho, 'Hiragino Mincho Pro', serif;
    font-size: 1.87rem;
}
.btn-box.btn-news>div::before,
.btn-box.btn-news>a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    transform: scaleX(0);
    transition: transform ease 0.5s;
    transform-origin: 100% 50%;
    color: #FFF
}
.btn-box.btn-news>a:hover::before {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}
.btn-box.btn-news>a:hover {
    opacity: 1;
    color: #FFF;
}
.btn-box.btn-news>div:hover,
.btn-box.btn-news>a:hover {
    border: 1px solid var(--main-color);
}
@media screen and (max-width: 767px) {
    .one-topic {
        flex-direction: column;
    }
    .btn-box a {
        font-size: 14px;
    }
    .not-link {
        font-size: 12px;
    }
    .one-topic .topics-title {
        font-size: 17px;
    }
}
/*******************************************/
/* お知らせ一覧 カテゴリ*/
/*******************************************/
.category-contents {
    display: flex;
    justify-content: space-between;
    max-width: 1360px;
    margin-bottom: 15rem;
}
.category-main {
    width: 70%;
}
.category-side {
    width: 30%;
    max-width: 340px;
}
@media screen and (max-width: 767px) {
    .category-contents {
        display: block;
    }
    .category-main {
        width: 100%;
    }
    .category-side {
        width: 80%;
        margin: 0 auto 10rem;
    }
}
.category-contents .category-side .side-cat {
    width: 100%;
    margin-bottom: 10px;
    border: solid 1px #BFBFBF;
}
.category-contents .category-side .side-cat a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    color: #000;
}
.category-contents .category-side .side-cat a::before {
    content: "";
    display: block;
    margin-right: 15px;
    border-top: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 11px var(--main-color);
}
.cat01 .side-cat:first-of-type,
.cat02 .side-cat:nth-of-type(2),
.cat03 .side-cat:nth-of-type(3),
.cat04 .side-cat:nth-of-type(4),
.news .side-cat:last-of-type,
.side-cat:hover {
    background-color: var(--main-color);
    transition: 0.3s;
}
.cat01 .side-cat:first-of-type a::before,
.cat02 .side-cat:nth-of-type(2) a::before,
.cat03 .side-cat:nth-of-type(3) a::before,
.cat04 .side-cat:nth-of-type(4) a::before,
.news .side-cat:last-of-type a::before,
.category-contents .category-side .side-cat:hover a::before {
    border-left: solid 11px#FFF;
}
.cat01 .side-cat:first-of-type a,
.cat02 .side-cat:nth-of-type(2) a,
.cat03 .side-cat:nth-of-type(3) a,
.cat04 .side-cat:nth-of-type(4) a,
.news .side-cat:last-of-type a,
.side-cat:hover a {
    color: #fff;
    opacity: 1;
}
.category-contents .category-side .side-cat:hover a {
    color: #fff
}
/* お知らせ一覧　list*/
.news-box {
    margin-bottom: 3rem;
}
/*******************************************/
/*お知らせ一覧　コンテンツ*
/*******************************************/
h2.single {
    font-size: 3.73rem;
}
h2.single::before,
h2.single::after {
    content: none;
}
.post-content .inner {
    max-width: 1200px;
}
.post-content .article-head {
    margin-bottom: 0.5rem;
}
.post-content a {
    text-decoration: underline;
}
.topics-cnt {
    margin-bottom: 160px;
}
.post-text img {
    margin-bottom: 1.5rem;
}
.post-text p,
.post-text {
    font-size: 1.87rem;
}
.post-content h2 {
    font-weight: 600;
    color: var(--main-color);
}
@media screen and (max-width: 767px) {
    .post-text p,
    .post-text {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .post-content h2 {
        font-size: 20px;
    }
}
h2.screen-reader-text {
    display: none;
}
/*******************************************/
/* お知らせの詳細のリンク*/
/*******************************************/
.other-post_link {
    margin-bottom: 20rem;
    text-align: center;
}
.other-post_link a {
    display: inline;
    margin-right: 10px;
}
.other-post_link a:first-of-type {
    margin-left: 10px;
}
/*******************************************/
/*各下層ページのヘッダー。デザインによって違うので適宜変更*/
/*******************************************/
.second-header {
    margin-bottom: 10rem;
    position: relative;
}
.path-wrapper {
    width: 100%;
    background-color: #F8F8F8;
    padding: 0.7rem 0 0.7rem;
    position: absolute;
    bottom: 0;
}
.path-wrapper a {
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
}
.path-wrapper .inner {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .second-header {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .path-wrapper {
        display: none;
    }
}
/*******************************************/
/*パンくず*/
/*******************************************/
.topic-path {
    display: flex;
    margin-right: 3rem;
}
.topic-path li {
    position: relative;
    padding: 0 2rem 0;
}
.topic-path li:first-of-type {
    padding: 0 3rem 0 0;
}
.topic-path li:last-of-type {
    padding-right: 3rem;
}
.topic-path li:last-of-type::after {
    content: "";
}
.topic-path li::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
    right: -6%;
}
.topic-path .pankuzu_title::after {
    display: none;
}
.topic-path li a {
    display: inline;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.73rem;
    font-weight: 400;
    color: #000;
}
@media screen and (max-width: 1280px) {
    .topic-path li a,
    .page-path a {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 1024px) {
    .pankuzu_wrap {
        display: none;
    }
    .h2-background-wrap {
        margin-bottom: 6rem;
    }
}
/*******************************************/
/* 各ページのアンカー*/
/*******************************************/
.page-path ul {
    display: flex;
    align-items: center;
    position: relative;
}
@media screen and (max-width: 1280px) {
    .page-path ul {
        display: none;
    }
}
.page-path a {
    display: flex;
    margin-right: 5rem;
    align-items: center;
    font-size: 1.73rem;
    font-weight: 300;
    position: relative;
    overflow: visible;
    font-weight: 400;
}
.page-path a::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    width: 4px;
    height: 4px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
}
/*******************************************/
.firstview-box {
    position: relative;
}
.firstview-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 6rem;
    margin: 0 auto;
    text-align: center;
    width: 95%;
    max-width: 1640px;
}
.firstview-text p {
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
    color: #FFF;
    line-height: 50.4pt;
}
.top-sli-txt01 {
    margin-bottom: 1.6rem;
    font-weight: 300;
    font-size: 5.6rem;
    letter-spacing: 0.1rem;
}
.top-sli-txt02 {
    font-weight: 300;
    letter-spacing: 0.19rem;
}
.top-sli-scr {
    color: #fff;
    writing-mode: vertical-lr;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.4rem;
    position: absolute;
    bottom: 0;
    left: 22px;
    padding: 0 0 155px;
}
.top-sli-scr::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    width: 1px;
    height: 50px;
    background-color: #fff;
    animation: scrarr 2.5s ease infinite normal;
}
@keyframes scrarr {
    0% {
        height: 0%;
    }
    100% {
        height: 64%;
    }
}
@media screen and (max-width: 1800px) {
    .top-sli-txt01 {
        font-size: 5rem;
    }
}
@media screen and (max-width: 1100px) {
    .top-sli-txt01 {
        font-size: 4.5rem;
    }
    .firstview-text {
        bottom: 3rem
    }
}
@media screen and (max-width: 1020px) {
    .top-sli-scr {
        display: none;
    }
    .top-sli-txt01 {
        font-size: 3.5rem;
    }
    .top-sli-txt02 {
        font-weight: 300;
        font-size: 3rem;
    }
}
@media screen and (max-width: 800px) {
    .firstview-text p {
        line-height: 40pt;
    }
    .top-sli-txt01 {
        font-size: 3.5rem;
        margin-bottom: 0;
    }
    .top-sli-txt02 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 767px) {
    .firstview-text {
        position: relative;
        width: 100%;
        top: 0;
        background-color: var(--main-color);
        padding: 10px;
    }
    .firstview-text p {
        line-height: 1.75;
    }
    .top-sli-txt01 {
        font-size: 3.3rem;
        margin-bottom: 1rem;
    }
    .top-sli-txt02 {
        font-size: 2.2rem;
        font-weight: 400;
    }
    .firstview-box {
        margin-top: 50px
    }
    .slick-slide img {
        width: 100%;
        height: 35vh;
        object-fit: cover;
    }
}
@media screen and (max-width: 560px) {
    .top-sli-txt01 {
        font-size: 3rem;
    }
    .top-sli-txt02 {
        font-size: 2rem;
        color: #fff;
    }
}
/* --- zoom up img --- */
.slide-animation {
    animation: fadezoom 7s 0s forwards;
    -webkit-animation: fadezoom 7s 0s forwards;
}
@-webkit-keyframes fadezoom {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}
@keyframes fadezoom {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}
/* --- /zoom up img --- */
/*******************************************/
/*プライバシーポリシーのページ*/
/*******************************************/
.privacy section li {
    padding-bottom: 20px;
    list-style: decimal inside;
    text-align: left;
}
.privacy .second .inner {
    max-width: 980px;
}
/*******************************************/
/*お問い合わせ*/
/*******************************************/
.form-inner {
    width: 56.5%;
    max-width: 1400px;
    margin: 5rem auto 4rem;
    padding-bottom: 0;
}
.tbl-contact {
    border-collapse: collapse;
    width: 100%;
    border-top: solid 1px #BFBFBF;
    margin-top: 4rem;
}
.tbl-contact td {
    width: 50%;
    border-bottom: solid 1px #BFBFBF;
    padding: 3rem 0 2rem;
}
.tel {
    color: var(--main-color);
}
a.office-phone {
    align-items: center;
    width: auto;
    text-decoration: none;
    color: var(--main-color);
    line-height: 1;
    letter-spacing: 0.2rem;
    font-weight: 100;
}
.tbl-contact td.td-l {
    padding-left: 1rem;
}
.form-inner .afs14 {
    letter-spacing: 0.17rem;
}
/* メールフォーム */
.mailform {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    padding: 2rem 0 4rem;
}
.mailform iframe {
    width: 100%;
    height: 100%;
}
.mailform-recruit {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}
.mailform-recruit iframe {
    width: 100%;
    height: 100%;
}
.tbl_form_box {
    width: 90.7%;
    margin: 0 auto;
}
.tbl_form_box dl {
    /* border-top: 1px solid#D9D9D9; */
    margin: 0;
    display: flex;
    padding: 1rem;
}
.tbl_form_box dl:last-of-type {
    /* border-bottom: 1px solid#BFBFBF; */
    margin-bottom: 2rem;
}
.tbl_form_box dt {
    width: 33%;
    padding-right: 5rem;
    padding-left: 4rem;
    font-size: 1.73rem;
    font-weight: normal;
}
.tbl_form_box dt p {
    font-size: 1.73rem;
    font-weight: normal;
}
.wpcf7-form-control-wrap input::-moz-placeholder {
    color: #A6A6A6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
}
.wpcf7-form-control-wrap input::placeholder {
    color: #A6A6A6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0.1rem;
    padding-left: 1rem;
}
.txt_req::after {
    content: "（必須）";
    display: inline-block;
    margin-left: 5px;
    color: #ED7D31;
}
.wid-s {
    width: 60px;
}
div.wpcf7 form dl>dd input.wsiz-m, div.wpcf7 form dl>dd textarea.wsiz-m {
    width: 12rem;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
    margin-top: 0.8rem;
}
div.wpcf7 form dl>dd input.spc-mt, div.wpcf7 form dl>dd textarea.spc-mt {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}
.tenpu {
    color: #ED7D31;
}
.tbl_form_box dd {
    width: 63%;
}
.tbl_form_box dd p {
    font-size: 1.73rem;
}
.tbl_form_box dd .tenpu {
    font-size: 1.6rem;
}
.tbl_form_box .shikaku p {
    font-size: 1.47rem;
}
dd input[type=radio] {
    width: 1em;
}
dd input[type=checkbox] {
    width: 1em;
}
dd input[type=file] {
    border: none;
    padding: 0;
    font-size: 1.47rem;
}
dd input,
dd textarea,
.wpcf7-select {
    width: 100%;
    background: none;
    border: solid 1px #D9D9D9;
    border-radius: 2px;
    padding: 4px;
    font-size: 1.73rem;
}
.form_submit {
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 0;
}
input[type=submit] {
    width: 53px;
    height: 33px;
    font-size: 15.5px;
}
.tbl_form_box .first {
    margin-left: 0;
}
.wid-s {
    width: 60px;
}
.wpcf7-spinner {
    display: none !important;
}
.column .wpcf7-list-item {
    display: block;
    margin: 0;
}
.submit_box {
    border-top: solid 1px #BFBFBF;
}
.contact-check {
    text-align: center;
    margin-top: 4rem;
}
.contact-check p {
    font-size: 1.47rem;
    letter-spacing: 0;
}
.submit_box .contact-check p {
    font-size: 1.6rem;
}
.wpcf7-list-item-label {
    font-size: 1.6rem;
}
.submit_box .wpcf7-acceptance .wpcf7-list-item-label b {
    font-size: 1.6rem;
}
.contact-check a {
    display: inline;
    text-decoration: underline;
}
.wpcf7-list-item label {
    display: flex;
    align-items: center;
}
.txt-c {
    display: block;
    margin-right: 1rem;
    margin-top: 0.7rem;
}
@media screen and (max-width: 1280px) {
    .form-inner {
        width: 85%;
        max-width: 85%;
        margin: 4rem auto;
    }
    .tbl_form_box dt p {
        font-size: 16px;
    }
    .form-inner .afs14 {
        font-size: 2.3rem;
    }
    .mailform {
        padding: 4rem 1rem;
    }
    .tbl_form_box {
        padding: 0;
    }
    .tbl_form_box dl {
        margin: 0;
        display: flex;
        padding: 10px 10px;
    }
    .tbl_form_box dt {
        width: 30%;
        padding-right: 5px;
        padding-left: 20px;
        font-size: 1.7rem;
        font-weight: normal;
    }
    .tbl_form_box dt p {
        font-size: 1.7rem;
        font-weight: normal;
    }
    .txt_req::after {
        content: "(必須)";
        display: inline-block;
        margin-left: 5px;
        font-size: 1.6rem;
        color: #ED7D31;
    }
    .tenpu {
        color: #ED7D31;
    }
    .tbl_form_box dd {
        width: 63%;
    }
    dd input[type=radio] {
        width: 1em;
    }
    dd input[type=checkbox] {
        width: 1em;
    }
    dd input[type=file] {
        border: none;
        padding: 0;
        font-size: 16px;
    }
    dd input,
    dd textarea,
    .wpcf7-select {
        width: 100%;
        background: none;
        border-radius: 2px;
        padding: 4px;
        font-size: 16px;
    }
    .form_submit {
        text-align: center;
        margin-top: 4rem;
    }
    .tbl_form_box .first {
        margin-left: 0;
    }
    .wid-s {
        width: 60px;
    }
    .wpcf7-spinner {
        display: none !important;
    }
    .column .wpcf7-list-item {
        display: block;
        margin: 0;
    }
    .tbl_form_box dt p {
        font-size: 16px;
    }
    .wpcf7-list-item label {
        display: flex;
        align-items: center;
    }
    .submit_box .contact-check p {
        font-size: 13px;
    }
}
@media screen and (max-width: 1024px) {
    .tbl-contact td {
        display: block;
        padding: 2.7rem 0;
        width: 100%;
    }
    .tbl-contact td.td-r {
        padding-left: 0;
        padding-bottom: 5rem;
        text-align: center;
    }
    .tbl-contact td.td-l {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        border-bottom: none;
        text-align: center;
    }
}
@media screen and (max-width: 767px) {
    .tbl-contact td {
        display: block;
        padding: 2.7rem 0;
        width: 100%;
    }
    .tbl-contact td.td-r {
        padding-left: 0;
        padding-bottom: 5rem;
        text-align: center;
    }
    .tbl-contact td.td-l {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        border-bottom: none;
        text-align: center;
    }
    .tbl_form_box dl {
        flex-direction: column;
    }
    .tbl_form_box dt,
    .tbl_form_box dd {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .mailform {
        padding: 0.5rem 0 2rem;
        margin: 4rem auto 8rem;
    }
    .form-inner {
        width: 95%;
        max-width: 95%;
        margin: 5rem auto 0;
    }
    .form-inner .afs16 {
        font-size: 17px;
    }
    .form-inner .afs14 {
        font-size: 17px;
    }
    .form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
        font-size: 2.5rem;
    }
    .mailform div.wpcf7 form ::placeholder {
        font-size: 2.5rem;
    }
    .tbl_form_box {
        width: 95%;
        padding: 2rem 0;
    }
    .tbl_form_box dt p {
        font-size: 17px;
    }
    .tbl_form_box dd p {
        font-size: 16px;
    }
    .tbl-contact td {
        display: block;
        padding: 2.7rem 0;
        width: 100%;
    }
    .tbl-contact td.td-r {
        padding-left: 0;
        padding-bottom: 5rem;
        text-align: center;
    }
    .tbl-contact td.td-r .afs32 {
        font-size: 32px;
    }
    .tbl-contact td.td-r .afs18 {
        font-size: 17px;
    }
    .tbl-contact .afs20 {
        font-size: 24px;
    }
    .tbl-contact td.td-l {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
        border-bottom: none;
        text-align: center;
    }
    .txt_req::after {
        margin-left: 5px;
        font-size: 16px;
    }
    .form_submit {
        margin-bottom: 4rem;
    }
    .tbl_form_box dd .tenpu {
        font-size: 14px;
    }
    input[type=submit] {
        font-size: 2.3rem;
    }
    .submit_box .contact-check p {
        font-size: 13px;
    }
    dd input {
        font-size: 16px;
    }
}
@media screen and (max-width:560px) {
    .submit_box .contact-check p {
        font-size: 13px;
    }
    .submit_box .contact-check .afs12 {
        width: 80%;
        margin: 0 auto 3rem;
    }
    .submit_box .contact-check .wpcf7-list-item-label {
        font-size: 13px;
    }
    .contact .contact-check .wpcf7-list-item {
        margin-left: 0;
    }
}
.mail.inner {
    max-width: 1140px;
}
/*******************************************/
/*個人情報の取り扱いについて*/
/*******************************************/
.privacy-list li {
    font-weight: bold;
}
.privacy-list li p {
    font-weight: normal;
    padding-top: 1.5rem;
    padding-bottom: 5rem;
}
.privacy-check-box {
    border: solid 1px #D9D9D9;
    margin-top: 1rem;
    padding: 3rem 2rem 2rem 2rem;
}
.privacy-check-box p,
.privacy-check-box li {
    letter-spacing: 0;
}
.inhead-text {
    font-size: 2.4rem;
}
.box-bor-gry-in {
    /* height: 260px; */
    width: 100%;
    padding: 0;
    /* border-bottom: 1px solid #D9D9D9 */
}
.box-bor-gry-in p,
.box-bor-gry-in li {
    font-size: 1.47rem;
    margin-bottom: 2rem;
}
.box-bor-gry-in li:last-of-type {
    margin-bottom: 3rem;
}
.list-non-mark p {
    font-family: "游ゴシック Medium", sans-serif;
}
.input-check .contact-check p {
    font-family: "游ゴシック Medium", sans-serif;
}
.box-bor-gry-in .privacy-txt {
    text-indent: 1em;
}
.privacy-check-box .privacy-contact {
    margin-bottom: 3rem;
}
.privacy-info-box {
    padding: 2rem 2rem 3rem 2rem;
}
.bold {
    font-weight: 500;
}
.recruit .contact-check {
    margin-top: 0;
}
.recruit .input-check .contact-check .bold .wpcf7-list-item-label {
    font-weight: 600;
}
.recruit .form_submit {
    margin-top: 5rem;
    margin-bottom: 16rem;
}
@media screen and (max-width: 1280px) {
    .privacy-check-box .afs12,
    .privacy-check-box .afs11,
    .contact-check p {
        font-size: 13px;
    }
    .privacy-check-box .afs12,
    .privacy-check-box .afs11,
    .contact-check p .wpcf7-list-item-label {
        font-size: 13px;
    }
}
@media screen and (max-width: 1024px) {
    .wpcf7-checkbox .wpcf7-list-item {
        align-items: center;
    }
    dd input[type=checkbox] {
        display: inline-block;
        vertical-align: middle;
    }
}
@media (max-width: 767px) {
    .contact-check {
        text-align: center;
        width: 80%;
        margin: 3rem auto 0;
    }
    .recruit .contact-check {
        text-align: center;
    }
    .box-bor-gry-in p,
    .box-bor-gry-in li {
        font-size: 14px;
    }
}
@media (max-width: 560px) {
    .contact-check {
        width: 100%;
    }
    .contact-check .afs12 {
        width: 80%;
        margin: 0 auto;
        text-align: left;
    }
    .recruit .contact-check .afs12 {
        text-align: center;
        width: 100%;
    }
    .privacy-check-box .afs12, .privacy-check-box .afs11, .contact-check p {
        font-size: 14px;
    }
    .consent-check p {
        font-size: 12px;
    }
}
/*******************************/
/*map*/
/*******************************/
.map-box {
    position: relative;
    /*width: 1640px;*/
    /*height: 600px;*/
    padding-top: 30.6%;
    margin-top: 4rem;
}
.map-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    height: 119.6%;
}
/*@media screen and (max-width: 1680px) {
    .map-box {
        width: 85.4vw;
        height: 55.5vh;
    }
}*/
@media screen and (max-width: 767px) {
    .map-box {
        padding-top: 65%;
        width: 100%;
    }
}
/*topcont*/
.top01 {
    margin-top: 10rem;
}
.top-bg02 {
    padding-top: 11rem;
    padding-bottom: 9rem;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 38.7%, rgba(174, 215, 243, 0.5) 38.7%, rgba(174, 215, 243, 0.5) 100%);
    ;
}
.top-bg03 {
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 39%, rgba(174, 215, 243, 0.5) 39%, rgba(174, 215, 243, 0.5) 100%);
    padding-top: 0;
    padding-bottom: 7rem;
}
.introduction {
    color: var(--main-color)
}
.col2-home {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
    position: relative;
}
.col2-home>figure {
    width: 48.5%;
    position: absolute;
    top: 2%;
    right: -8%;
}
.col2-home>figure img {
    width: 100%;
}
.col2-home .txt-box {
    flex: 1;
    padding-right: 0rem;
    padding-left: 0rem;
    position: relative;
    margin-top: 0rem;
}
.col2-home .txt-box .wrapp-txt {
    display: block;
    padding-top: 3rem;
    padding-bottom: 7rem;
    padding-right: 3rem;
    padding-left: 4rem;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    letter-spacing: 0.1rem;
    width: 59%;
    font-weight: normal;
    position: relative;
    z-index: 0;
    height: 47vh;
}
.col2-home .txt-box .wrapp-txt p:first-of-type {
    line-height: 1.9;
}
.col2-home .txt-box .wrapp-txt::before {
    content: "";
    width: 85.5vw;
    height: 100%;
    background: #DEEBF6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
h2.page-index {
    line-height: 1.75;
    letter-spacing: 0.1rem;
    color: var(--main-color);
    text-align: left;
    font-size: 3.2rem;
    padding-top: 3.3rem;
}
h2.page-index span {
    font-size: 4.8rem;
}
.intro-txt {
    color: var(--main-color);
    font-family: "Zen Old Mincho", serif;
    padding-top: 2.5rem;
    font-size: 2.67rem;
    line-height: 1.9;
}
@media screen and (max-width: 1800px) {
    .col2-home .txt-box .afs16 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 1024px) {
    .col2-home {
        max-width: 1024px;
    }
    .col2-home .page-index {
        font-size: 3rem;
    }
    .col2-home>figure {
        margin-right: 5rem;
        width: 40%;
        position: absolute;
        top: 30%;
        right: -2%;
    }
    .col2-home .txt-box {
        flex: 1;
        padding-right: 0rem;
        padding-left: 7rem;
        position: relative;
        margin-top: 2rem;
    }
    .col2-home .txt-box .wrapp-txt {
        display: block;
        padding-top: 3rem;
        padding-bottom: 5rem;
        padding-right: 0rem;
        padding-left: 5rem;
        margin-left: 0rem;
        margin-bottom: 0;
        width: 53%;
        font-size: 2rem;
        font-weight: normal;
        position: relative;
        z-index: 0;
        height: auto;
    }
    .col2-home .txt-box .wrapp-txt::before {
        content: "";
        width: 75vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .intro-txt {
        font-size: 2.5rem;
    }
}
@media (max-width: 767px) {
    .col2-home {
        margin: 0;
        position: static;
    }
    .col2-home .page-index {
        font-size: 3rem;
        width: 95%;
        margin: 0 auto 2rem;
    }
    .col2-home>figure {
        width: 100%;
        position: static;
        margin: 0 auto;
    }
    .col2-home .txt-box {
        flex: auto;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-top: 0rem;
    }
    .col2-home .txt-box .wrapp-txt {
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-right: 2rem;
        padding-left: 2.5rem;
        position: static;
        width: 100%;
        margin: 0;
        font-size: 2.3rem;
        background: #DEEBF6;
        height: auto;
    }
    .col2-home .txt-box .wrapp-txt::before {
        display: none;
    }
    .col2-home .txt-box .afs16 {
        font-size: 16px;
    }
}
@media screen and (max-width: 560px) {
    h2.page-index {
        font-size: 2.5rem;
    }
    h2.page-index span {
        font-size: 2.8rem;
    }
    .intro-txt {
        font-size: 2.6rem;
    }
}
.business.column2 {
    padding-top: 3rem;
}
.index-box {
    display: flex;
    flex-direction: column;
}
.index-box p {
    flex-grow: 1;
    width: 82%;
    margin: 0 auto;
    padding-bottom: 1.5rem;
    letter-spacing: 0.17rem;
    font-size: 1.6rem;
}
.column2 .index-box {
    padding-top: 8rem;
}
.column2 .index-box p {
    font-size: 1.87rem;
    padding-bottom: 2.5rem;
}
.column2 .index-box .afs13 {
    font-size: 1.73rem;
}
.about-bg {
    background: url(imgs/top-bg.png.webp)no-repeat center top / cover;
    padding: 7rem 2.5% 0;
}
.about-txt {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 2.13rem;
    line-height: 2;
}
.top-bg03 .column3 {
    justify-content: center;
}
.top-bg03 .column3>div {
    width: 30%;
}
.column3 .index-box {
    text-align: center;
    padding-top: 5rem;
}
.column3 .index-box p {
    text-align: left;
    width: 77%;
    padding-bottom: 2rem;
}
.column3 .index-box .btn-box {
    margin-top: 3rem;
}
.top.topics {
    padding: 7rem 0 16rem;
}
.top.topics .attached {
    font-size: 2.13rem;
    color: var(--main-color);
    text-align: center;
    text-transform: uppercase;
    font-family: "Zen Old Mincho", serif;
    line-height: 1.3;
    letter-spacing: 0.15rem;
    text-transform: uppercase;
    margin-bottom: 8rem;
}
@media screen and (max-width: 1400px) {
    .top-bg03 .column3 {
        justify-content: space-around;
    }
    .column3 .index-box p {
        font-size: 14px;
    }
}
@media screen and (max-width:1280px) {
    .top-bg01 {
        padding-top: 10rem;
        padding-bottom: 8rem;
    }
    .copy-flex {
        margin-right: 0;
        flex-direction: column;
    }
    .top-copy {
        margin-right: 0;
        max-width: 800px;
        width: 100%;
        margin-bottom: 3rem;
    }
    .copy-head::before {
        width: 100%;
    }
    .copy-txt {
        margin-left: 0;
    }
    .copy-head p:last-child {
        text-align: left;
    }
}
@media screen and (max-width: 1024px) {
    .top-bg03 .column3>div {
        width: 100%;
        max-width: 520px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width:767px) {
    .top01 {
        margin-top: 4rem;
        overflow: hidden;
    }
    .copy-head h2 {
        font-size: 18px;
    }
    .copy-head p {
        font-size: 16px;
    }
    .top-bg02 .afs14 {
        font-size: 14px;
    }
    .top-bg02 {
        margin-top: 5rem;
        padding-top: 6rem;
        padding-bottom: 5rem;
        background: rgba(174, 215, 243, 0.5)
    }
    .top .column4>div {
        margin-bottom: 40px;
    }
    .top-bg03 {
        background: rgba(174, 215, 243, 0.5)
    }
    .about-bg {
        padding: 6rem 2.5% 3rem;
    }
    .about-title {
        font-size: 18px;
    }
    .about-txt {
        text-align: left;
        padding-top: 5rem;
        width: 75%;
        margin: 0 auto;
    }
    .index-box p {
        width: 100%;
    }
    .column2 .index-box p {
        font-size: 17px;
    }
    .column2 .index-box .afs13 {
        font-size: 17px;
    }
    .column3 .index-box {
        text-align: left;
    }
    .column3 .index-box p {
        font-size: 17px;
    }
    .column3 .index-box img {
        width: 100%;
    }
    .about-txt {
        width: 100%;
        font-size: 16px;
    }
    .column3 .index-box p {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width:560px) {
    .about-txt {
        text-align: left;
        padding-top: 5rem;
        width: 100%;
        margin: 0 auto;
        font-size: 17px;
    }
}
/*業務内容*/
.summary-list {
    margin-top: 5rem;
}
.summary-list .column2 {
    padding: 0;
}
.summary-list li {
    padding-bottom: 5rem;
    width: 47.5%;
}
.summary-list li:first-of-type {
    margin-right: 4.8rem;
}
.summary-list h3 {
    color: var(--main-color);
    font-size: 2.67rem;
    margin-bottom: 1rem;
    vertical-align: baseline;
    font-weight: normal;
}
.summary-list h3 span {
    font-size: 2.67rem;
    border: 1px solid;
    padding: 0.1rem 1.3rem;
    display: inline-block;
    margin-right: 2rem;
    vertical-align: baseline;
    font-family: "Zen Old Mincho", serif;
}
.business-list {
    padding-left: 6rem;
    padding-right: 2rem;
    margin-bottom: 3rem;
    letter-spacing: 0;
    font-size: 1.73rem;
    line-height: 1.9;
}
.business-text {
    width: 69%;
}
.business-flex {
    display: flex;
    justify-content: space-between;
}
.business-flex figure {
    margin-top: 1rem;
}
@media screen and (max-width: 1280px) {
    .summary-list li {
        width: 48%;
    }
    .summary-list li:first-of-type {
        margin-right: 3rem;
    }
}
@media screen and (max-width: 1024px) {
    .summary-list li:first-of-type {
        margin-right: 0;
    }
    .business-flex {
        display: block;
    }
    .business-text {
        width: 100%;
    }
    .business-flex figure {
        width: 100%;
        margin: 0 auto;
    }
    .business-flex figure img {
        display: block;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .summary-list {
        padding-top: 3rem;
        padding-bottom: 5rem;
    }
    .summary-list li:first-of-type {
        margin-right: auto;
    }
    .summary-list .column2 {
        display: block;
    }
    .summary-list li {
        padding-bottom: 0rem;
        width: 90%;
        margin: 0 auto 10rem;
    }
    .summary-list h3 {
        font-size: 19px;
    }
    .summary-list h3 span {
        padding: 0.1rem 1.3rem;
        font-size: 19px;
    }
    .business-text {
        width: 90%;
        margin: 0 auto;
    }
    .business-list {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 2rem;
        font-size: 17px;
        line-height: 1.8;
    }
    .business-flex figure img {
        width: 90%;
    }
}
/* 施工実績 */
.note {
    color: #7F7F7F;
    margin-bottom: 1rem;
}
/* lightboxギャラリー */
/*#gallery-1,
#gallery-2,
#gallery-3,
#gallery-4 {
    display: flex;
    justify-content: space-between !important;
    margin: 0 0 3rem 0 !important;
}*/
/*#gallery-1 img,
#gallery-2 img,
#gallery-3 img,
#gallery-4 img {
    border: none !important;
    margin: 0 !important;
}*/
/*.gallery-item {
    width: 14.6% !important;
}*/
/*.gallery-item .gallery-icon {
    width: 100% !important;
    margin: 0 !important;
}*/
.ex-colmn6 .column6 {
    margin-bottom: 5rem;
}
.column6-4 {
    display: flex;
    justify-content: flex-start;
}
.column6-4>div {
    width: 14.6%;
    margin-right: 4rem;
}
@media screen and (max-width: 1024px) {
    /*#gallery-1,
    #gallery-2,
    #gallery-3,
    #gallery-4 {
        flex-wrap: wrap;
        justify-content: space-around !important;
        margin: 0 !important;
    }
    .gallery-item {
        width: 31.7% !important;
        margin-bottom: 3rem !important;
        margin-top: 0 !important;
    }
    .gallery-icon img {
        width: 100%;
    }*/
    .column6 {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .column6>div {
        width: 31.7%;
        margin-bottom: 3rem;
    }
    .column6-4 {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .column6-4>div {
        width: 31.7%;
        margin: 0 auto 3rem;
    }
    .column6-4 div:nth-of-type(4) {
        margin-left: 1rem;
    }
}
@media screen and (max-width:560px) {
    /*.gallery-item {
        width: 48% !important;
    }*/
    .column6>div {
        width: 48%;
    }
    .column6-4>div {
        width: 48%;
    }
    .note {
        font-size: 14px;
    }
}

/*ギャラリー*/

.gallery {
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
 }

#gallery-1 br {
    display: none; /* 改行を無効化 */
}

 @media screen and (max-width: 1024px) {
    .gallery {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .gallery dl.gallery-item {
        width: 31.7% !important;
        margin-bottom: 3rem;
    }
 }

.gallery dl.gallery-item {
    max-width: 240px;
    width: 14.6% !important;
    margin-bottom: 4rem;
    float: none !important;
    margin-top: 0 !important; 
}

@media screen and (max-width: 767px) {
 .gallery dl.gallery-item {
    width: 48% !important;
 }
       .gallery dl.gallery-item {
        margin-bottom: 20px;
      }
}
    .gallery dl.gallery-item dt img {
      width: 100%;
      max-width: 240px;
      height: auto;
      border: 0 !important; }

  .gallery a {
    display: block;
    overflow: hidden;
    position: relative; }
    .gallery a img {
      transition: ease 0.35s; }
    .gallery a::before {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 2;
      display: block;
      content: '';
      width: 0;
      height: 0;
      background: rgba(255, 255, 255, 0.2);
      border-radius: 100%;
      transform: translate(-50%, -50%);
      opacity: 1; }
    .gallery a:hover::before {
      animation: ring 0.8s; }
    .gallery a:hover img {
      transform: scale(1.1, 1.1);
    }


/*増える施工事例*/
.aco-wrapper {
    width: 100%;
    margin: 5rem auto 17rem;
}
.aco-content {
    padding-bottom: 0;
}
/*見出し*/
.aco-btn {
    padding: 2rem 0 0 1rem;
    align-items: center;
    position: relative;
    cursor: pointer;
    border-top: solid #000000 1.13px;
}
.aco-last {
    border-bottom: solid #000000 1px;
}
.sec .aco-wrapper h3 {
    padding-left: 3rem;
    margin-top: 0;
    background: url(img/h3.png) no-repeat 0 8px;
    background-size: 2.3rem;
    font-size: 2.4rem;
    letter-spacing: 0.13rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}
.aco-btn:before {
    content: '';
    display: block;
    width: 2.6rem;
    height: 2px;
    background-color: var(--main-color);
    transition: all 0.4s;
    position: absolute;
    right: 2.8rem;
    bottom: 35%;
}
.aco-btn:after {
    content: '';
    display: block;
    width: 2.6rem;
    height: 2px;
    background-color: var(--main-color);
    transition: all 0.4s;
    position: absolute;
    right: 2.8rem;
    bottom: 35%;
    transform: rotate(90deg);
}
.aco-btn.active:after {
    transform: rotate(0);
}
/* なかみ */
.aco-text {
    padding: 0 10rem 0;
    margin-bottom: 6rem;
    position: relative;
    display: none;
}
/*一つ目*/
.aco-wrapper tr:first-of-type .aco-text {
    display: block;
}
.aco-wrapper tr:first-of-type .aco-btn:after {
    content: '';
    display: block;
    width: 2.6rem;
    height: 2px;
    background-color: var(--main-color);
    transition: all 0.4s;
    position: absolute;
    right: 2.8rem;
    bottom: 35%;
    transform: rotate(0);
}
.aco-wrapper tr:first-of-type .aco-btn.active:after {
    transform: rotate(90deg);
}
/*中身のテーブル*/
.intro-table {
    table-layout: fixed;
    width: 100%;
    display: table;
}
.intro-table th {
    padding: 0.5rem 0 1.5rem 2rem;
    letter-spacing: 0.1rem;
    border-bottom: 1px solid #BFBFBF;
    font-size: 1.87rem;
    color: #7F7F7F;
}
.intro-table tr {
    border-color: #bfbfbf;
}
.intro-table td {
    padding: 0.5rem 0 0.7rem 2rem;
    letter-spacing: 0.1rem;
    border-bottom: 1px solid #BFBFBF;
    font-size: 1.87rem;
}
.intro-table td:last-of-type {
    padding-left: 3rem;
    text-align: center;
}
.th-year {
    width: 18%;
    text-align: center;
}
.th-area {
    width: 20%;
}
.th-name {
    width: 35%;
}
@media screen and (max-width: 1600px) {
    .sec .aco-wrapper h3 {
        padding-left: 3rem;
    }
}
@media screen and (max-width: 1280px) {
    .aco-text {
        font-size: 1.87rem;
    }
}
@media screen and (max-width: 767px) {
    .aco-text {
        padding: 0;
    }
    .th-year {
        width: 15%;
    }
    .intro-table td {
        padding: 0.5rem 0 0.7rem 1rem;
        font-size: 14px;
    }
    .sec .aco-wrapper h3 {
        background: none;
        padding-left: 0;
    }
}
@media screen and (max-width:560px) {
    .th-year {
        width: 18%;
    }
    .th-area {
        width: 15%;
    }
    .th-name {
        width: 20%;
    }
}
/*企業情報*/
.greeting {
    width: 83%;
    margin-top: 6rem;
}
.com-gre .com-tex {
    font-size: 4.8rem;
    margin-bottom: 3rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0;
}
.com-gre .com-name {
    font-weight: 200;
}
.com-gre .inner {
    display: flex;
    flex-direction: row;
}
.com-gre .inner .pic {
    margin-top: 13.8rem;
}
.com-gre .inner .pic img {
    vertical-align: top;
    object-fit: contain;
}
.gr-inner {
    padding-left: 4rem;
    padding-right: 10rem;
}
.gr-inner p {
    line-height: 1.85;
    letter-spacing: 0;
}
.gr-inner .com-name {
    letter-spacing: 0.13rem;
}
.gr-inner .serif {
    font-weight: 200;
}
.comp-p h3 span {
    font-size: 1.6rem;
    line-height: 2;
}
.comp-p .sec h3 {
    margin-top: 3rem;
}
@media screen and (max-width: 1024px) {
    .greeting {
        width: 100%;
        margin: 0 auto;
    }
    .com-gre .inner {
        flex-direction: column-reverse;
    }
    .gr-inner {
        padding-left: 0;
        padding-right: 0;
    }
    .com-gre .inner .pic {
        text-align: center;
        margin-bottom: 5rem;
        margin-top: 8rem;
    }
}
@media screen and (max-width: 767px) {
    .gr-inner .afs16 {
        font-size: 17px;
    }
    .gr-inner .com-name {
        font-size: 20px;
        margin-top: 2rem;
    }
    .com-acc h3:last-child {
        display: block;
    }
    .com-gre .com-tex {
        font-size: 3.5rem;
    }
    .company .column2>div {
        margin-bottom: 0;
    }
    .comp-p .sec h3 {
        margin-top: 40px;
    }
    .comp-p .sec h3:first-of-type {
        margin-top: 5rem;
    }
    .comp-p h3 span {
        font-size: 14px;
        line-height: inherit;
    }
}
/*基本のテーブル
行内の要素が１つの場合はthを使用*/
/*幅に変更がある場合はクラスを追加して調整してください*/
.normal-table {
    width: 100%;
    border-top: solid 1px #BFBFBF;
}
.normal-table tr {
    border-bottom: solid 1px #BFBFBF;
}
.normal-table th {
    width: 16.25%;
    /*あわせて100*/
    padding: 1rem 0 1rem 1rem;
    /*tdと上下の余白をそろえる*/
    vertical-align: top;
}
.normal-table td {
    width: 83.75%;
    /*あわせて100*/
    padding: 1rem 4rem 1rem 1rem;
    line-height: 1.85;
    vertical-align: top;
}
.dd-pl {
    padding-left: 2rem;
}
.tbl-scr_y {
    display: block;
    height: 400px;
    overflow-y: scroll;
}
@media screen and (max-width: 1280px) {
    .normal-table th {
        display: block;
        width: 100%;
        padding: 1rem 0 0 1rem;
    }
    .normal-table td {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .normal-table th p,
    .normal-table th {
        font-size: 14px !important;
    }
    .normal-table td p,
    .normal-table td,
    .normal-table dt,
    .normal-table dd {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 767px) {
    .normal-table th {
        display: block;
        width: 100%;
        padding: 1rem 0 0 1rem;
        font-weight: bold;
        font-size: 18px !important;
    }
    .normal-table td {
        display: block;
        width: 100%;
        padding: 1rem;
    }
    .normal-table td p,
    .normal-table td {
        font-size: 18px !important;
    }
    .normal-table dt {
        font-size: 18px !important;
    }
    .normal-table dd {
        font-size: 18px !important;
    }
    .company .border li {
        font-size: 18px;
    }
}
/*会社情報*/
.border {
    border-top: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
    padding: 1rem 0rem 1rem 1rem;
}
.border p {
    line-height: 1.85;
}
.border li {
    line-height: 1.85;
}
@media screen and (max-width:767px) {
    .border {
        padding: 1rem;
        font-size: 14px;
    }
    .border p {
        font-size: 18px;
    }
    .normal-table._equ td,
    .normal-table._equ th {
        width: 100%;
        padding: 1rem 0 0 1rem;
        text-align: left;
    }
    .normal-table._equ td {
        padding-bottom: 1rem;
    }
    .scroll-hint-icon-wrap {
        z-index: 10;
    }
    .normal-table._equ {
        margin-bottom: 20px;
    }
    .sec-wrapper>div {
        width: 100% !important;
    }
    .fac-img {
        text-align: center;
        margin-bottom: 2rem;
        padding-top: 0;
    }
    /*横スクロール*/
    .flow-wrapper {
        overflow-x: scroll;
        width: 100%;
    }
    .flow-wrapper .tac {
        width: 1000px;
    }
}
.inner.greeting {
    max-width: 1060px;
}
/*採用情報ページ*/
.p-sought {
    font-weight: 200;
}
.rec-comment {
    color: var(--main-color);
    font-size: 2.67rem;
}
.rec-txt {
    letter-spacing: 0;
}
.rec-figure figcaption {
    font-size: 1.73rem;
}
.sec .rec-h3 {
    display: flex;
    color: var(--main-color);
    margin-top: 0;
    margin-bottom: 2rem;
    padding-left: 3rem;
    background: url(img/h3.png) no-repeat 0 8px;
    background-size: 2.3rem;
    font-size: 2.67rem;
    letter-spacing: 0.13rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}
.sec .last-rec {
    margin-top: 4rem;
}
/* 応募フォーム */
.rec_form {
    width: 100%;
}
.rec_form dl {
    border-top: 1px solid#BFBFBF;
    margin: 0;
    display: flex;
    padding: 10px 10px;
}
.rec_form dl:last-of-type {
    border-bottom: 1px solid#BFBFBF;
    margin-bottom: 4rem;
}
.rec_form dt {
    width: 34.5%;
    padding-left: 3rem;
}
.rec_form dd {
    width: 55.17%;
}
.rec_form .column .wpcf7-radio .wpcf7-list-item-label {
    margin-left: 1rem;
}
.rec_form .wpcf7-list-item-label {
    font-size: 1.73rem;
}
.rec_form p {
    letter-spacing: 0;
}
.rec_form .post .wid-s {
    width: 120px;
    margin-left: 1rem;
}
.rec_form .birth .wid-s {
    margin-right: 0.5rem;
}
.birth .box-age {
    margin-right: 1rem;
    margin-left: 10rem;
}
/*資格のリスト*/
.shikaku-wrapper {
    border-top: solid 1px #BFBFBF;
    border-bottom: solid 1px #BFBFBF;
    height: 41.5rem;
    padding: 1rem 0 1rem 1rem;
}
.shikaku-wrapper li {
    line-height: 1.75;
}
.shikaku-txt {
    line-height: 1.85;
    letter-spacing: 0;
    margin-bottom: 4rem;
}
@media screen and (max-width: 1680px) {
    .shikaku-wrapper {
        height: 62rem;
    }
}
@media screen and (max-width: 767px) {
    .shikaku-wrapper li {
        font-size: 18px;
    }
    .shikaku-wrapper {
        height: auto;
        overflow-y: visible;
    }
    .rec_form {
        width: 95%;
        padding: 2rem 0;
    }
    .rec_form dt {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .rec_form dd {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .recruit .wpcf7-list-item {
        margin-left: 0.8rem;
    }
    .rec_form .wpcf7-list-item-label {
        font-size: 14px;
    }
    .tbl_form_box dd p {
        font-size: 16px;
    }
    .tbl_form_box .shikaku p {
        font-size: 16px;
    }
    .shikaku-txt {
        font-size: 18px;
    }
    .wpcf7-list-item-label {
        font-size: 13px;
    }
    .recruit .tac .afs20 {
        font-size: 20px;
    }
    .recruit .rec-comment {
        margin-bottom: 1rem;
        font-size: 18px;
    }
    .rec-txt {
        font-size: 17px;
    }
    .recruit figcaption {
        font-size: 14px;
    }
    .sec .rec-h3 {
        font-size: 19px;
    }
    .recruit .job-box p {
        font-size: 18px;
    }
    .contact-check p .wpcf7-list-item-label {
        font-size: 14px;
    }
    .rec_form .birth .wid-s {
        margin-bottom: 0.5rem;
    }
    .wpcf7-list-item {
        margin-left: 0;
    }
}
/*******************************/
/*タブ切り替え*/
/*******************************/
/* 募集要項 */
.rec_app_wrap#job-parent {
    margin: 0;
    padding-top: 1rem;
}
.rec_app_wrap .column2>div {
    width: 49%;
}
.rec_app_tab {
    margin-top: -1rem;
}
.rec_app_tab ul#job-select li {
    /* background: #fff; */
    padding: 3.5rem 1rem;
    text-align: center;
    font-size: 2.13rem;
}
.rec_app_job.job-box {
    border-top: 2px solid #7F7F7F;
}
.rec_app_job .job-enclose {
    padding: 3rem 0 4rem 0;
    border-bottom: 2px solid #7F7F7F;
}
.rec_app_job .job-enclose section p {
    letter-spacing: 0;
}
.rec_app_contents {
    width: 100%;
}
.rec_app_contents tr:first-child {
    border-top: solid 1px #BFBFBF;
}
.rec_app_contents tr {
    border-bottom: solid 1px #BFBFBF;
}
.rec_app_contents th,
.rec_app_contents td {
    padding: 1rem 0;
}
.rec_app_contents th {
    padding-left: 1rem;
    padding-right: 2rem;
    vertical-align: top;
    width: 17%;
}
@media only screen and (max-width: 767px) {
    .rec_app_contents th,
    .rec_app_contents td {
        width: 100%;
        display: block;
        padding: 1rem 0 0 1rem;
    }
    .rec_app_wrap .column2>div {
        width: 100%;
    }
    .rec_app_tab ul#job-select li {
        font-size: 13px;
        padding: 50px 5px;
    }
}
.recruitment-list {
    width: 100%;
    border-top: solid 1px #BFBFBF;
}
.recruitment-list .recruitment-detail {
    display: flex;
    border-bottom: solid 1px #BFBFBF;
}
@media screen and (max-width: 767px) {
    .recruitment-list .recruitment-detail {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .stan {
        overflow-y: scroll;
        height: 160px;
    }
}
.recruitment-list .recruitment_head {
    width: 15%;
    max-width: 140px;
    padding: 1rem 0;
}
@media screen and (max-width: 767px) {
    .recruitment-list .recruitment_head {
        width: 100%;
        padding: 1rem 0 1rem 1rem;
        font-weight: bold;
    }
}
.recruitment-list .recruitment_data {
    width: 85%;
    padding: 1rem 0 1rem 2rem;
}
@media screen and (max-width: 767px) {
    .recruitment-list .recruitment_data {
        width: 100%;
    }
}
/*基本のテーブル
行内の要素が１つの場合はthを使用*/
/*幅に変更がある場合はクラスを追加して調整してください*/
.job-box .normal-table th {
    width: 17.5%;
    line-height: 1.75;
}
.job-box .normal-table td {
    padding: 1rem 0 1rem 0;
    width: 82.5%;
    line-height: 1.75;
}
#job-parent {
    width: 100%;
    margin: 0 auto 35px;
}
@media only screen and (max-width: 599px) {
    #job-parent {
        margin-bottom: 40px;
    }
}
.job-box {
    width: 100%;
    margin: -2px auto 0;
    background: rgba(255, 255, 255, 0.5);
    overflow-y: auto;
}
.job-box .info-cnt01,
.job-box .info-cnt02,
.job-box .info-cnt03 {
    display: none;
}
.job-select-parent {
    position: relative;
    width: 98%;
    margin: 0 auto;
    z-index: 5;
}
#job-select {
    display: flex;
}
#job-select li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    border: solid 2px #fff;
    border-bottom: 2px solid #7f7f7f;
    background: #f2f2f2;
    cursor: pointer;
}
#job-select li p {
    width: 100%;
    line-height: 1.3;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}
#job-select li:nth-last-of-type(1) {
    border-right: solid 2px #fff;
}
#job-select li:nth-of-type(1) {
    color: #000;
    border: solid 2px #7f7f7f;
    border-bottom: solid 2px #ffffff;
    background: #fff;
    z-index: 5;
}
#job-select {
    width: 69.5%;
    margin: 0 auto;
}
#job-select li.active {
    background: #fff;
    border: solid 2px #7f7f7f;
    border-bottom: solid 2px #fff;
    z-index: 5;
}
#job-select li.nonactive {
    background: #f2f2f2;
    border: solid 2px #fff;
    border-bottom: solid 2px #7f7f7f;
}
.job-enclose {
    width: 100%;
    margin: 0 auto;
    padding: 4rem 1rem 1rem;
}
.job-enclose section>p {
    margin-bottom: 2rem;
}
@media screen and (max-width: 1280px) {
    .job-box .normal-table th {
        width: 100%;
    }
    .job-box .normal-table td {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) {
    .job-enclose p {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .job-description {
        margin-bottom: 8rem;
    }
    .rec_app_job .job-enclose {
        padding-bottom: 10rem;
    }
    #job-select {
        width: 100%;
    }
    .job-box .normal-table th {
        width: 100%;
    }
    .job-box .normal-table td {
        padding: 1rem 0 1rem 1rem;
        width: 100%;
    }
}
.scroll-hint-icon {
    z-index: 100;
}
/*******************************************/
/*******************************/
/*セカンド/
/*******************************/
/*parts*/
.sec-wrapper {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .sec-wrapper {
        flex-direction: column;
        max-width: 660px;
        margin: 0 auto 6rem;
    }
}