/*
Theme Name: toryo_themes
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');
/*-----------------------------------------------------*/
/*共通のCSS*/
/*-----------------------------------------------------*/

:root {
    --main-color: #142C5A;
    --accent-color: #00B0F0;
}

.yug {
    font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
}

.yum {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: 400;
}

.noto {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    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;
}

* {
    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;
}

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: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    -webkit-text-size-adjust: 100%;
}

#wrapper {
    overflow-x: hidden;
}

@media screen and (max-width: 767px) {

    .afs28 {
        font-size: 20px;
    }

}

h1 {
    font-weight: normal;
}

h2 {
    text-align: center;
    font-size: 3.73rem;
    font-weight: bold;
    margin-bottom: 4rem;
    color: var(--accent-color);
    font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
    letter-spacing: 0.2rem;
}

.h2-en {
    display: block;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 0;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

@media screen and (max-width: 767px) {

    h2 {
        font-size: 22px;
    }

    .h2-en {
        font-size: 10px;
    }

}



@media screen and (max-width: 1280px) {
    h3 {
        font-size: 16px;
    }
}

.sec h3,
.second h3 {
    display: flex;
    padding-left: 30px;
    background: url(imgs/h3.png) no-repeat left center;
    color: var(--accent-color);
    font-size: 2.13rem;
    margin-bottom: 1.5rem;
    font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
    font-weight: bold;
}



@media screen and (max-width: 1280px) {

    .sec h3,
    .second h3 {
        font-size: 18px;
    }
}

p,
th,
td,
ul,
ol,
li,
dl,
dt,
dd,
address {
    color: #000;
    font-size: 1.86rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

@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.link-decoration {
    text-decoration: underline;
}

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;
}

.inner18 {
    width: 95%;
    max-width: 1080px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {

    .inner,
    .inner18 {
        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;
}

@media screen and (max-width: 767px) {
    .tac.tac767 {
        text-align: left;
    }
}

@media screen and (max-width: 560px) {
    .tac.tac560 {
        text-align: left;
    }
}


.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;
}

.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;
}


/*レスポンシブで消える改行*/

.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;
}

/* 改行(inline-block) */
.vw-br {
    display: inline-block;
}



/*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: 1rem
    }
}


/*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;
    }

}


/*基本のボタン*/

.btn-box {
    line-height: 25px;
    /*縦の幅*/
    height: 25px;
    position: relative;
    z-index: 10;
    /* margin-top: 2rem;
    margin-bottom: 4rem; */
    text-align: center;
}

.btn-box>div,
.btn-box>a {
    display: inline-block;
    max-width: 140px;
    /* 1920px時のボタン幅 */
    width: 100%;
    position: relative;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    z-index: 1;
    overflow: hidden;
    border-radius: 50px;
    font-size: 1.47rem;
    text-transform: uppercase;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.btn-box>div::before,
.btn-box>a::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    transform: scaleX(0);
    transition: transform ease 0.5s;
    transform-origin: 100% 50%;
    color: #FFF
}

.btn-box>a:hover::before {
    transform: scaleX(1);
    transform-origin: 0% 50%;
}

.btn-box>a:hover {
    opacity: 1;
    color: #FFF;
}

.btn-box._arrow>a::after {
    content: "　→";
}

.btn-box>a:nth-of-type(2) {
    margin-left: 2rem;
}

.btn-box._gry>a {
    color: #767171;
    border: 1px solid #767171;
    background-color: transparent;
}

/*やじるし*/

.btn-box>a span {
    position: relative;
    padding-right: 60px;
}

.btn-box>a span::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.btn-box>a span::after {
    content: '';
    display: block;
    width: 10px;
    height: 1px;
    transform: skew(10deg, 25deg);
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: -5px;
    bottom: 0;
    margin: auto 0;
}

.btn-box._gry>a span::after,
.btn-box._gry>a span::before {
    background-color: #767171;
}

.btn-box>a:hover span::before,
.btn-box>a:hover span::after {
    background-color: var(--main-color);
}

.btn-box._gry>a:hover span::before,
.btn-box._gry>a:hover span::after {
    background-color: #767171;
}

@media screen and (max-width:1280px) {

    .btn-box>div,
    .btn-box>a {
        font-size: 13px;
    }
}

@media screen and (max-width:767px) {

    .btn-box>div {
        font-size: 14px;
        width: 90%;
    }

    .index-box p {
        font-size: 14px;
    }
}

/*基本の画像リンク（波紋）
疑似要素をコメントアウトすると拡大する動きになります*/
.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;
}

@-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;
    }
}

/*-----------------------------------------------------*/
/*ヘッダー*/
/*-----------------------------------------------------*/
.front-page .header-wrapper {
    background-color: rgba(255, 255, 255, .9);
}

.header-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 10000;
    height: 12rem;
    /*header全体の高さを決める*/
}



/*内部のスタイル*/

.header {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

/*左のスタイル*/
.header-left {
    padding-left: 1.5%;
    display: flex;
    align-items: center;
}

/* .header-logo {
    padding: 1rem 0;
    max-height: 100%;
} */

.header-logo a {
    display: flex;
    align-items: center;
}

.logo-img {
    width: 10.5rem;
    margin-right: 2rem;
}

.header-logo p {
    line-height: 1;
}

.logo-txt {
    font-family: 'Hiragino Kaku Gothic W8', "Noto Sans JP", sans-serif;
    /* font-family: Hiragino Sans W8、ヒラギノ角ゴシック W8; */
    /* font-family: Hiragino Sans W8、ヒラギノ角ゴシック W8, "Noto Sans JP", sans-serif; */
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    color: var(--main-color);
}

.header-logo .logo-txt {
    font-size: 4.27rem;
    letter-spacing: 0.7rem;
    /* font-weight: bold; */
    /* letter-spacing: 0.3rem; */
}


/*右のスタイル*/
.header-right {
    display: flex;
    justify-content: flex-end;
    /* align-items: center; */
}

.header-right h1 {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    text-align: right;
    color: #0070C0;
}

/*ナビ*/

.header-nav .header-logo {
    font-size: 1.33rem;
    font-weight: normal;
    margin-bottom: 1.5rem;
}

.gnavi {
    width: 61rem;
    margin-left: 1rem;
}

.gnavi ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gnavi ul li {
    position: relative;
}

.gnavi ul li::after {
    position: absolute;
    bottom: -1.1rem;
    left: 0;
    right: 0;
    width: 4rem;
    height: 2px;
    margin: auto;
    background-color: var(--accent-color);
    content: "";
    transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    transform: scaleX(0);
    transform-origin: bottom right;
}

.gnavi-en {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1.07rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    letter-spacing: 0;
    text-indent: 0;
}

.gnavi ul li.on::after,
.gnavi ul li:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


.gnavi ul li a {
    padding-bottom: 0.5rem;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
}

.gnavi ul li a div:last-child {
    padding-bottom: 0.5rem;
    font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
}

.gnavi ul li a:hover {
    opacity: 1;
}

/*お問合せ*/

/* .header-icons {
    display: flex;
    height: 100%;
    margin-left: 5rem
} */

.header-recruit {
    background-color: rgba(0, 176, 240);
    margin-left: 2rem;
    width: 16rem;
    transition: 0.3s;
}

.front-page .header-recruit {
    background-color: rgba(0, 176, 240, .8);
}

.header-recruit:hover {
    background-color: rgba(237, 125, 49);
    transition: 0.3s;
}

.header-recruit.on {
    background-color: rgb(237, 125, 49);
}

.header-recruit a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.header-recruit a:hover {
    opacity: 1;
}

.header-recruit p {
    text-align: center;
    line-height: normal;
    font-weight: bold;
    font-size: 1.87rem;
    color: #FFF;
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
}

.recruit-img {
    width: 4rem;
    margin: 0 auto;
}



/*---------------------------------------
レイアウト調整*/



@media screen and (max-width: 1280px) {
    .header-left {
        padding-left: 2rem;
    }

    .header-right h1 {
        font-size: 1.2rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-align: right;
    }

    .gnavi ul li a {
        padding-bottom: 0.5rem;
    }

    .gnavi ul li::after {
        bottom: -0.6rem;
    }
}

@media screen and (max-width: 1024px) {

    .header-right {
        display: none;
    }

    .header-left {
        width: calc(100% - 60px);
    }

    .header {
        align-items: center;
        padding: 1rem 0;
    }

    /* .header-logo a img {
        width: 140px;
    } */

}

@media screen and (max-width: 767px) {
    .header-wrapper {
        height: 60px;
        background-color: rgba(255, 255, 255, 1);
    }

    .logo-img {
        width: 50px;
    }

    .logo-txt {
        font-size: 18px;
    }

}

/*---------------------------------------
レイアウト調整ここまで*/
/* sp-menu */

#fixedBox {
    display: none;
}

@media screen and (max-width: 1024px) {
    #fixedBox {
        display: block;
    }

    .sp-menu {
        display: block;
        position: fixed;
        top: 45px;
        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(--accent-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;
    }
}

@media screen and (max-width: 767px) {

    .sp-menu {
        top: 35px;
    }
}

.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: 7rem;
    line-height: 7rem;
}

.sp-navi ul>li a {
    /* color: var(--main-color); */
    width: 100%;
    display: block;
    text-align: left;
    padding-left: 3rem;
    text-align: center;
    /* border-bottom: 1px solid var(--main-color); */
}

.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-wrapper {
    /*background-image: url(imgs/footer_bg.png);*/
    background-image:  url(imgs/footer-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 5rem;
    padding-bottom: 1rem;
}

.footer-logo {
    margin-bottom: 1rem;
    width: fit-content;
}

.footer-logo p {
    line-height: 1;
}

.footer-logo .logo-img {
    width: 8rem;
    margin-right: 2rem;
}

.footer-logo .logo-txt {
    font-size: 4.8rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
}

.footer-logo .logo-txt .logo-afs28 {
    font-size: 3.73rem;
}


.footer-logo a {
    display: flex;
    align-items: center;
}

.footer-txt {
    font-size: 2.4rem;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 1rem;
    width: 55%;
}

.footer-txt span {
    display: inline-block;
}

.footer-copy {
    margin-bottom: 2rem;
}

.footer-address {
    font-size: 2.13rem;
    margin-bottom: 1rem;
}


.footer-business {
    display: flex;
    margin-bottom: 3rem;
}

.footer-business ul:first-child {
    margin-right: 11rem;
}

.footer-business ul li {
    font-size: 1.6rem;
}

.footer-business ul li::before {
    content: "■ ";
}

.footer-icons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 14rem;
}

.footer-icons a {
    width: 4rem;
}

.footer-group {
    display: flex;
    align-items: center;
}

.group-img {
    width: 26rem;
    margin-right: 1rem;
}

.group-txt {
    display: flex;
    flex-direction: column;
}

.group-txt p,
.group-txt a {
    font-size: 1.33rem;
    line-height: 1.3;
}


@media screen and (max-width: 1280px) {}

@media screen and (max-width: 767px) {

    .footer-wrapper {
        background-image: none;
        background-color: #cceffc;
        padding-top: 0;
    }

    .footer-logo {
        margin: 20px auto 15px;
    }

    .footer-address {
        text-align: center;
    }

    .footer-txt {
        width: 100%;
        text-align: center;
        font-size: 16px;
        margin-top: 20px;
    }

    .footer-business ul li {
        font-size: 14px
    }

    .footer-business ul:first-child {
        margin-right: 30px;
    }

    .footer-business {
        margin: 0 auto 30px;
        width: fit-content;
    }

    .footer-icons {
        width: 150px;
        margin: 0 auto 20px;
    }

    .footer-icons a {
        width: 40px;
    }

    .footer-group {
        flex-direction: column;
    }

    .group-img {
        width: 260px;
        margin: 0 auto 5px;
    }

    .group-txt {
        text-align: center;
    }

    .group-txt p,
    .group-txt a {
        font-size: 14px;
    }

    .footer-logo .logo-img {
        width: 65px;
    }
}





/*nav*/

.fnavi {
    display: flex;
    margin-bottom: 4rem;
}

.fnavi li:not(:last-child):after {
    content: "｜";
}

.fnavi a {
    font-size: 1.6rem;
}





@media screen and (max-width: 1400px) {}

@media screen and (max-width: 767px) {

    .fnavi {
        display: none;
    }

    .sp-youtube {
        display: block;
    }
}

.sp-sitemap {
    display: none;
}

@media screen and (max-width:767px) {

    /*sitemap*/

    .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 #000;
    }

    .sp-sitemap li:first-child {
        border-top: 1px solid #000;
    }

    .sp-sitemap li a {
        padding: 2rem 0;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 15px;
    }
}

/*copyright*/

.copyright {
    margin-top: 4rem;
}

.copyright small {
    font-size: 1.4rem;
    color: #7F7F7F;
}

@media screen and (max-width: 767px) {
    .copyright {
        width: 100%;
        text-align: center;
    }

    .copyright small {
        font-size: 11px;
    }
}

/* 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;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}

.article-head>div:first-of-type {
    margin-right: 2rem;
}

/* .days-box p {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
} */

.icon-box {
    width: 140px;
    text-align: center;
    white-space: nowrap;
}

.icon-box p {
    color: #404040;
    border: 1px solid #000;
    font-size: 1.6rem;
    line-height: 1.2;
}

.days-box p {
    font-size: 1.6rem;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.icon-box.cat02 p {
    color: #FF0000;
    border-color: #FF0000;
}


.icon-box.cat03 p {
    color: #ED7D31;
    border-color: #ED7D31;
}


.news-img {
    width: 24rem;
    margin-right: 4rem;
}

@media screen and (max-width: 1280px) {

    .icon-box p,
    .days-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;
    padding: 0 2rem;
}

#nottification-select li:last-of-type {
    border-right: solid 1px #bfbfbf;
}

/* #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*/

.nottification-box {
    width: 100%;
    padding: 3rem 2rem;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;

}

.one-topic {
    display: flex;
    align-items: flex-start;
    margin-bottom: 3rem;
}

.one-topic .news-title {
    width: 82.5%;
}

.one-topic:last-of-type {
    margin-bottom: 0;
}

.one-topic .article-head {
    /* margin-right: 3rem; */
}

.one-topic .topics-title {
    flex: 1;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

@media screen and (max-width: 767px) {
    .one-topic {
        flex-direction: column;
    }

    .one-topic .news-title {
        width: 100%;
    }

}

/*******************************************/
/* お知らせ一覧 カテゴリ*/
/*******************************************/

.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;
}

.category-flex {
    display: flex;
    margin-bottom: 3rem;
}

.category-flex .news-box {
    width: 68.9%;
}

.category-flex .news-box a {
    font-weight: bold;
}

.category-flex .article-head {
    margin-top: 0;
    margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
    .category-contents {
        display: block;
    }

    .category-main {
        width: 100%;
    }

    .category-side {
        width: 80%;
        margin: 0 auto 10rem;
    }

    .category-flex {
        flex-direction: column;
    }

    .category-flex .news-box {
        width: 100%;
    }

    .category-flex .article-head {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}

.category-contents .category-side .side-cat {
    width: 100%;
    margin-bottom: 10px;
    border: solid 1px #b2b2b2;
}

.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;
}


/*******************************************/
/*お知らせ一覧　コンテンツ*
/*******************************************/

.post-content .inner {
    max-width: 1200px;
}

.post-content .article-head {
    margin-bottom: 0.5rem;
}

.post-content a {
    text-decoration: underline;
}

.post-content.second .days-box p {
    font-size: 2rem;
}

.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: #000;
    text-align: left;
    font-size: 2.93rem;
}*/

@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;
}

@media screen and (max-width: 767px) {

    .news-img {
        width: 100%;
        margin-right: 0;
    }

}


/*******************************************/
/* お知らせの詳細のリンク*/
/*******************************************/

.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;
}

/*******************************************/
/* お知らせの詳細*/
/*******************************************/
 .if-img {
    display: flex;
    margin-bottom: 160px;
}

.if-img .topics-img {
    margin-right: 4rem;
    margin-bottom: 5rem;
}

.if-img .topics-cnt {
    width: 76.6%;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .if-img {
        flex-wrap: wrap;
    }

    .if-img .topics-img,
    .if-img .topics-cnt {
        width: 100%;
        margin-right: 0;
    }

    .if-img .topics-img img {
        display: block;
        margin: 0 auto 3rem;
    }

    .post-content .article-head {
        margin-top: 20px;
        margin-bottom: 15px;
    }

} 


/*******************************************/
/*各下層ページのヘッダー。デザインによって違うので適宜変更*/
/*******************************************/

.second-header {
    margin-bottom: 14rem;
    position: relative;
}

.path-wrapper {
    width: 100%;
    background-color: rgba(255, 255, 255, .8);
    padding: 1rem;
    position: absolute;
    bottom: 0;
}

.path-wrapper .inner {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .second-header {
        margin-top: 60px;
        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: 5px;
    height: 5px;
    border-top: solid 2px #404040;
    border-right: solid 2px #404040;
    transform: rotate(45deg);
    right: -6%;
}

.topic-path .pankuzu_title::after {
    display: none;
}

.topic-path li a {
    display: inline;
    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;
    line-height: 1;
}

@media screen and (max-width: 1280px) {
    .page-path ul {
        display: none;
    }
}

.page-path a {
    display: flex;
    margin-right: 7rem;
    align-items: center;
    font-size: 1.73rem;
    font-weight: 300;
    overflow: visible;
    font-weight: 400;
    color: #000;
}


.page-path li {
    position: relative;
}

.page-path li::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    width: 5px;
    height: 5px;
    border-top: solid 2px #404040;
    border-right: solid 2px #404040;
    transform: rotate(45deg);
}

/* .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);
} */



/*******************************/
/*タブ切り替え*/
/*******************************/
.job-enclose h3 {
    font-weight: 400;
    font-size: 2.4rem;
}

/* 先輩社員紹介：タブ */
.rec_staff_tab {
    display: flex;
    width: 100%;
    /*max-width: 1560px;*/
    max-width: 520px;
    margin: 0 auto;
    overflow-x: auto;
    transform: translateY(1px);
}

.rec_staff_job_column .sec3-wrapper {
    max-width: inherit;
}

.rec_staff_tab li {
    border: solid 1px #D9D9D9;
    border-bottom: none;
    cursor: pointer;
    padding: 1rem 1rem 2rem 1rem;
    min-width: 200px;
    text-align: center;
}

.rec_staff_tab li:nth-of-type(1) {
    border: solid 2px #7F7F7F;
    border-bottom: 2px solid #ffffff;
    z-index: 2;
}

.rec_staff_tab li:nth-of-type(1).nonactive {
    z-index: 0;
    border: solid 1px #D9D9D9;
    border-bottom: none;

}

.rec_staff_tab li.active {
    border: solid 2px #7F7F7F;
    border-bottom: solid 1px #fff;
    z-index: 2;
    background: #fff;
}

.rec_staff_tab li img {
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
    margin-bottom: 1rem;
}

/* 先輩社員紹介：コンテンツ部分 */
.staff_info-cnt01,
.staff_info-cnt02,
.staff_info-cnt03,
.staff_info-cnt04,
.staff_info-cnt05 {
    display: none;
}

.job-box h3 {
    font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
    font-weight: bold;
}

.rec_staff_job.job-box {
    border-top: 2px solid #7F7F7F;
    z-index: 5;
    background: #fff;
    border-bottom: 1px solid #7F7F7F;
}

.rec_staff_job .job-enclose {
    padding: 3rem 0 0 0;
}

.rec_staff_job_column .essential p:nth-of-type(1) {
    margin-top: -1.5rem;
}

.rec-sec {
    display: flex;
    justify-content: space-between;
}

.rec-img {
    max-width: 520px;
    width: 31.8%;
}

.rec-img img {
    aspect-ratio: 52 / 36;
    object-fit: cover;
    width: 100%;
}

.rec-text {
    width: 66.4%;
}

.rec-text h3 {
    font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
    .rec_staff_job_column {
        flex-wrap: wrap;
    }

    .rec_staff_job_column>div:nth-of-type(1),
    .rec_staff_job_column>div:nth-of-type(2) {
        width: 100%;
        padding-left: 0;
    }

    .rec_sikaku_wrap.column2>div {
        width: 100%;
    }

    .rec_staff_job_column .sec3-wrapper .afs18 {
        font-size: 18px;
    }

    .rec-sec {
        flex-direction: column;
        align-items: center;
    }

    .rec-img {
        width: 100%;
        max-width: 520px;
        margin-bottom: 2rem;
    }


    .rec-text {
        width: 100%;
    }

    .rec-text h3 {
        font-size: 2.4rem;
    }
}

/* 募集要項 */
.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: 4.3rem 0;
    /* font-size: 2.13rem; */
}

.rec_app_job.job-box {
    border-top: 2px solid #7F7F7F;
}

.rec_app_job .job-enclose {
    padding: 4rem 0 3rem 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;
    }
}

.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%;
    }
}

.member-info {
    display: flex;
}

@media screen and (max-width: 1280px) {
    .member-info {
        display: block;
    }
}

.member-info .member-img {
    width: 32%;
    max-width: 520px;
}

@media screen and (max-width: 1280px) {
    .member-info .member-img {
        width: 100%;
        margin: 0 auto 4rem;
    }
}

.member-info .member-text {
    width: 68%;
    max-width: 1110px;
    padding-left: 3rem;
}

@media screen and (max-width: 1280px) {
    .member-info .member-text {
        width: 100%;
        padding: 0;
    }
}

#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: -1px 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 1px #bfbfbf;
    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 1px #bfbfbf;
}

#job-select li:nth-of-type(1) {
    color: #000;
    border: solid 2px #7f7f7f;
    border-bottom: solid 1px #ffffff;
    background: #fff;
    z-index: 5;
}

#job-select {
    width: 95%;
    max-width: 1040px;
    margin: 0 auto;
    transform: translateY(1px);
}

#job-select li.active {
    background: #fff;
    border: solid 2px #7f7f7f;
    border-bottom: solid 1px #fff;
    z-index: 5;
}

#job-select li.nonactive {
    background: #f2f2f2;
    border: solid 1px #bfbfbf;
    border-bottom: solid 2px #7f7f7f;
}

.job-enclose {
    width: 100%;
    margin: 0 auto;
    padding: 4rem 1rem 1rem;
}

.job-enclose section>p {
    margin-bottom: 2rem;
}

.job-enclose .normal-table th {
    width: 25%;
}

@media screen and (max-width: 767px) {
    .job-description {
        margin-bottom: 8rem;
    }

    .rec_app_job .job-enclose {
        padding-bottom: 10rem;
    }
}

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

.firstview-box {
    position: relative;
    width: 100%;
    background-color: #F2F2F2
}

.firstview-box video {
    vertical-align: bottom;
}

.top-icons {
    position: absolute;
    top: 15rem;
    right: 3.1%;
    z-index: 1;
}

.top-icons a {
    margin-bottom: 1rem;
    display: block;
}



@media screen and (max-width: 1100px) {

    .firstview-text .afs54 {
        font-size: 5rem;
    }

    .firstview-text {
        bottom: 3rem
    }
}

@media screen and (max-width: 767px) {


    .firstview-box {
        margin-top: 60px
    }

    .top-icons {
        /*top: 20px;*/
        top: 70px;
    }

}


/* --- 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;
}


/*******************************************/
/*メールフォーム*/
/*******************************************/

.mailform {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    border: 1px solid #D9D9D9;
    padding: 4rem 8rem;
}

.mailform iframe {
    width: 100%;
    height: 100%;
}

.mailform-recruit {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.mailform p,
.mailform-recruit p {
    font-family: Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
}

.mailform-recruit iframe {
    width: 100%;
    height: 100%;
}

.mailform-recruit .txt-shokushu .wpcf7-list-item {
    display: block;
    margin: 0;
}

.tbl_form_box:first-of-type {
    border-bottom: 1px solid#D9D9D9;
}

.tbl_form_box dl {
    border-top: 1px solid#D9D9D9;
    margin: 0;
    display: flex;
    padding: 10px 10px;
}

.mailform .tbl_form_box dl {
    border-top: none;
}

.tbl_form_box dt {
    width: 30%;
    padding-right: 5px;
    padding-left: 40px;
    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;
    color: #E71300;
}

.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: solid 1px #D9D9D9;
    border-radius: 2px;
    padding: 4px;
    font-size: 16px;
}

input[type=submit] {
    width: 200px;
    height: 40px;
    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;
}

@media screen and (max-width: 1280px) {
    .tbl_form_box dt p {
        font-size: 16px;
    }

    .mailform {
        padding: 4rem 1rem;
    }
}

@media screen and (max-width: 767px) {
    .tbl_form_box dl {
        flex-direction: column;
    }

    .tbl_form_box dt,
    .tbl_form_box dd {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

.tenpu {
    color: #C00000;
}

.txt-shokushu .wpcf7-form-control {
    display: flex;
    flex-direction: column;
}

.txt-shokushu .wpcf7-form-control .wpcf7-list-item {
    margin: 0;
}



/*******************************************/
/*個人情報の取り扱いについて*/
/*******************************************/

.privacy-check-box {
    border: solid 1px #D9D9D9;
    margin-top: 2rem;
    padding: 20px;
}

.box-bor-gry-in {
    width: 100%;
    padding: 8px;
    border-bottom: 1px solid #D9D9D9
}

.box-bor-gry-in p,
.box-bor-gry-in li {
    font-size: 14px;
    margin-bottom: 1rem;
}

/*mailform*/

.contact-check {
    text-align: center;
}

.contact-check .form-txt {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.contact-check .wpcf7-form-control-wrap {
    font-size: 1.6rem;
}

.contact-check a {
    display: inline;
    text-decoration: underline;
}

@media screen and (max-width: 1280px) {

    .privacy-check-box .afs12,
    .privacy-check-box .afs11 {
        font-size: 13px;
    }

    .contact-check .form-txt,
    .contact-check .wpcf7-form-control-wrap {
        font-size: 14px;
        padding: 0 10px;
    }

}

@media screen and (max-width: 560px) {
    .contact-check .form-txt {
        text-align: left;
    }
}



/*******************************/
/*map*/
/*******************************/

.map-box {
    position: relative;
    width: 100%;
    padding-top: 36.6%;
    margin-bottom: 4rem;
}

.map-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .map-box {
        padding-top: 65%;
    }
}

/*******************************/
/*セカンド/
/*******************************/

.sec {
    margin-bottom: 15rem;
}

.sec:last-of-type {
    margin-bottom: 20rem;
}

/*基本のテーブル
行内の要素が１つの場合はthを使用*/


/*幅に変更がある場合はクラスを追加して調整してください*/

.normal-table {
    width: 100%;
    border-top: solid 1px #BFBFBF;
}

.normal-table tr {
    border-bottom: solid 1px #BFBFBF;
}

.normal-table th {
    width: 25%;
    /*あわせて100*/
    padding: 1rem 0 1rem 2rem;
    /*tdと上下の余白をそろえる*/
    vertical-align: top;
}

.normal-table td {
    width: 75%;
    /*あわせて100*/
    padding: 1rem 0 1rem 1rem;
}

@media screen and (max-width: 1280px) {
    .normal-table th {
        padding: 1rem 0;
    }

}

@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;
    }

    .normal-table td {
        display: block;
        width: 100%;
    }

    .normal-table td p,
    .normal-table td {
        font-size: 15px !important;
    }

    .sec {
        margin-bottom: 12rem;
    }

}

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


/*topcont 調整*/
.top00 {
    background-color: var(--accent-color);
    text-align: center;
    padding: 4rem 0 5rem;
    position: relative;
}

.top00::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    right: 88.8%;
    ;
    bottom: 0;
    transform: skewX(-40deg);
    transform-origin: bottom left;
}

/* .top00-head {
    font-family: Arial Black, Impact, Helvetica Inserat, Helvetica, Charcoal, Bitstream Vera Sans Bold, sans-serif;

    color: #FFF;
    font-size: 8.8rem;
    line-height: 1;
    margin-bottom: 1rem;
} */

.future{
    width: 52rem;
    margin: 0 auto 10px;
}

.top00-txt {
    color: #FFF;
    font-size: 3.2rem;
    font-weight: bold;
}

section.top01 {
    padding: 12rem 0 0 0;
    position: relative;
}

.top01::before {
    content: "";
    width: 11.2%;
    height: 100%;
    background-color: rgba(150, 150, 150, .1);
    position: absolute;
    left: 0;
    top: 0;
    transform: skewX(-40deg);
    transform-origin: top right;
}

.introduction {
    display: flex;
    justify-content: space-between;
    max-width: 1780px;
    width: 97.5%;
    margin: 0 0 0 auto;
}

.intro-head {
    font-size: 3.2rem;
    font-weight: bold;
}

.intro-head02 {
    font-size: 5.87rem;
    font-weight: bold;
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 2rem;
}

.intro-head02::after {
    content: "";
    display: block;
    height: 1rem;
    width: 93rem;
    background-color: var(--main-color);
    position: absolute;
    left: 1rem;
    bottom: 0;
    transform: skewX(-30deg);
}

.intro-head02::before {
    content: "";
    display: block;
    height: 1rem;
    width: 10rem;
    background-color: var(--main-color);
    position: absolute;
    left: 0;
    bottom: 0;
}

.intro-logobox {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}

.intro-logo {
    width: 8rem;
    margin-right: 2rem;
}

.intro-logotxt {
    font-size: 3.73rem;
    font-weight: bold;
    letter-spacing: 0.3rem;
}

.intro-logotxt span {
    font-size: 2.67rem;
}

.intro-box {
    width: 44.9%;
}

.intro-box p {
    color: var(--main-color);
}

.intro-copy {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.intro-ml {
    margin-left: 10rem;
}

.intro-img {
    width: 52.8%;
}

section.top02 {
    padding-top: 8rem;
    padding-bottom: 3rem;
    position: relative;
}

.top02::after {
    content: "";
    width: 61%;
    height: 100%;
    background-color: rgba(150, 150, 150, .1);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -100;
    transform: skewX(-40deg);
    transform-origin: bottom left;
}

.top02-bg {
    display: block;
    width: 100%;
    height: 98rem;
    background-color: var(--accent-color);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -10;
}

.top02-bg::before {
    content: "";
    width: 61%;
    height: 100%;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    right: 0;
    bottom: 0;
    transform: skewX(-40deg);
    transform-origin: bottom left;
}

.top02 h2 {
    margin-bottom: 6rem;
}

.top .index-box h3 {
    text-align: center;
}

.top.top02 .index-box h3 {
    font-size: 2.67rem;
    font-weight: normal;
    padding: 1.5rem 0 1rem;
    color: #FFF;
}

.top.top02 .index-box p {
    font-size: 1.47rem;
    padding: 0 2rem;
    color: #FFF;
}

.top02 .btn-box>div,
.top02 .btn-box>a {
    color: #FFF;
    border: 1px solid #FFF;
}

.btn-box>div::before,
.btn-box>a::before {
    background: var(--main-color);
    color: #FFF
}

.top03 {
    position: relative;

}

.top03::before {
    content: "";
    width: 39%;
    height: 100%;
    background-color: rgba(150, 150, 150, .1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -100;
    transform: skewX(-40deg);
    transform-origin: top right;
}


.top03 h2 {
    color: #FFF;
    background: url(imgs/top_bg1.png) no-repeat center/cover;
    padding: 20rem 0 22rem;
    position: relative;
}

.top03 h2::before {
    content: "";
    width: 39%;
    height: 100%;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    left: 0;
    top: 0;
    transform: skewX(-40deg);
    transform-origin: top right;
}

.top.top03 .index-box h3 {
    font-size: 2.13rem;
    font-weight: bold;
    padding: 2rem 0 2.5rem;
}


.top03 .index-box p {
    text-align: center;
    margin-bottom: 2.5rem;
}



section.top04 {
    padding-top: 11rem;
    padding-bottom: 18rem;
}

.index-box {
    margin-bottom: 8rem;
}

.index-box p {
    font-size: 1.6rem;
    flex-grow: 1;
    margin-bottom: 2rem;
}

.about-head {
    font-size: 3.2rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
    letter-spacing: 0.2rem;
}

.about-txt {
    text-align: center;
    margin-bottom: 6rem;
    letter-spacing: 0.2rem;
}

.h2-wrapper>div {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
}

.h2-wrapper h2,
.h2-wrapper div {
    color: #FFF
}

.top-bg {
    background-color: #F8F8F8;
    padding: 7rem 0 14rem;
}

.gl {
    color: #404040;
}

.all-news {
    width: 100%;
    text-align: right;
    margin-bottom: 1rem;
}

.all-news a {
    font-size: 1.6rem;
    color: #404040;
}

@media screen and (max-width:1919px) {
    .top02-bg {
        display: block;
        width: 100%;
        padding-top: 51%;
        background-color: var(--accent-color);
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -10;
        height: 0;
    }

}

@media screen and (max-width:1280px) {
    .introduction {
        flex-direction: column;
    }

    .intro-box {
        width: 100%;
        margin-bottom: 20px;
    }

    .intro-head {
        font-size: 24px;
    }

    .intro-head02 {
        font-size: 35px;
    }

    .intro-logo {
        width: 80px;
    }

    .intro-logotxt {
        font-size: 28px;
    }

    .intro-logotxt span {
        font-size: 20px;
    }

    .intro-ml {
        margin-left: 0;
    }

    .intro-copy {
        font-size: 20px;
    }

    .intro-img {
        width: 100%;
        text-align: center;
        padding-right: 2%;
    }

    .intro-head {
        padding-right: 2.5%;
    }

    .intro-head p {
        font-size: 18px;
    }

    .index-box p {
        font-size: 15px;
    }

    .all-news a {
        font-size: 13px;
    }

    .top.top02 .index-box h3,
    .top.top03 .index-box h3 {
        font-size: 18px;
    }

    .top02-bg {
        display: block;
        width: 100%;
        padding-top: 0;
        height: 75%;
    }

    .top.top02 .index-box p {
        font-size: 15px;
    }
}

@media screen and (max-width:767px) {


    section.top01 {
        padding: 6rem 0 12rem;
    }

    .top02 .column4>div,
    .top03 .column4>div {
        margin-bottom: 8rem;
    }


    .intro-txt {
        margin-left: 0;
        padding-right: 0;
    }

    .top02-bg {
        height: 83%;
    }

    .top.top02 .index-box h3,
    .top.top03 .index-box h3 {
        font-size: 18px;
    }

    .about-txt {
        text-align: left;
    }

    .introduction {
        width: 95%;
        margin: 0 auto;
    }

    .intro-img {
        padding-right: 0;
    }


    .intro-head02::after {
        max-width: 98%;
    }

}

@media screen and (max-width: 560px) {

    .future{
        width: 300px;
    }


    .top02 .column4>div,
    .top03 .column4>div {
        width: 100%;
        max-width: 380px;
        margin: 0 auto 8rem;
    }

    .intro-head02 {
        font-size: 28px;
    }

    .top02-bg {
        height: 91.5%;
    }

    .top.top02 .index-box p {
        padding: 0;
    }

    .about-head {
        text-align: left;
    }
}


/* 事業内容 */
.index-link {
    position: relative;
    margin-bottom: 4rem;
    max-width: 380px;
    /* display: block;
    height: 100%; */
}

.index-head {
    position: absolute;
    bottom: 0;
    color: #FFF;
    background-color: rgba(0, 176, 240, .8);
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 6rem;
    padding: 1rem 0;
}

.sec figure {
    text-align: center;
    display: block;
    margin-bottom: 4rem;
}

figcaption {
    text-align: left;
    display: inline-block;
    font-size: 1.6rem;
    margin-top: 1rem;
    white-space: nowrap;
}

@media screen and (max-width:1919px) {
    figcaption {
        white-space: normal;
    }
}

.business .column4 {
    margin-bottom: 4rem;
}

.business.sec {
    margin-bottom: 0;
    padding: 5rem 0;
}

.planning-txt {
    text-align: center;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-weight: bold;
    font-size: 2.93rem;
    margin-bottom: 2rem;
}


@media screen and (max-width:1280px) {

    .index-head {
        font-size: 16px;
    }

    figcaption {
        font-size: 14px;
    }
}


/*企業情報*/

.greeting-box {
    display: flex;
    justify-content: space-between;
}

.greeting-txt {
    width: 74.4%;
}

.greeting-img {
    width: 23.2%;
    max-width: 380px;
}

.greeting-head {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    margin-bottom: 2rem;
    font-size: 3.2rem;
    font-weight: bold;
}

.greeting-sign {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 2.13rem;
    font-weight: bold;
    text-align: right;
    padding-top: 3rem;
}

@media screen and (max-width: 1280px) {
    .greeting-box {
        flex-wrap: wrap;
        justify-content: center;
    }

    .greeting-txt,
    .greeting-img {
        width: 100%;
    }

    .greeting-txt {
        margin-bottom: 30px;
    }


}

@media screen and (max-width: 767px) {
    .greeting-img {
        width: 85%;
    }

}

.policy {
    font-weight: bold;
    font-size: 3.47rem;
    margin-bottom: 4rem;
    text-align: center;
}

.policy-head {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 2.67rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

.policy-head::before {
    content: "― ";
}

.policy-head::after {
    content: " ―";
}

.policy-txt {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 5rem;
}

.policy-width {
    width: 100%;
    max-width: 116rem;
    margin: 0 auto;
}

.kizai {
    padding: 1rem 0 1rem 2rem;
    border-top: solid 1px #BFBFBF;
    border-bottom: solid 1px #BFBFBF;
    margin-bottom: 6rem;
}

.company-address {
    margin-bottom: 2rem;
}

.access-txt,
.access-list li {
    text-indent: -1em;
    padding-left: 1em;
}

.access-txt,
.access-txt::before,
.access-list li,
.access-list li::before {
    font-size: 1.6rem;
}

.access-txt::before {
    content: "■ ";
}

.access-list li::before {
    content: "・";
}


@media screen and (max-width:1280px) {

    .access-txt,
    .access-txt::before,
    .access-list li,
    .access-list li::before {
        font-size: 14px;
    }

    .greeting-sign {
        font-size: 16px;
    }

    .policy-head {
        font-size: 19px;
    }

    .policy {
        font-size: 21px;
    }

    .policy-txt {
        font-size: 18px;
    }

    .kizai {
        padding: 1rem 0;
    }


}

@media screen and (max-width:1024px) {

    .profile-address,
    .kizai p {
        font-size: 14px;
    }
}

@media screen and (max-width:767px) {
    .factory-address {
        margin-bottom: 5px;
    }

    .normal-table.history th,
    .normal-table.history td {
        width: 100%;
    }

    .kizai {
        margin-bottom: 40px;
    }

    .profile-address,
    .kizai p {
        font-size: 15px;
    }
}

/* 採用情報 */
.line-link {
    width: 66rem;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.recruit-head {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    text-align: center;
    font-size: 2.67rem;
    color: #ED7D31;
    margin-bottom: 3rem;
}

.recruit #wpcf7-f216-p138-o1 {
    max-width: 1160px;
    margin: 0 auto;
}

.normal-table.license th {
    width: 60%;
    padding: 0 0 0 2rem;
}

.normal-table.license tr:first-child th {
    padding: 1rem 0 0 2rem;
}

.normal-table.license tr:last-child th {
    padding: 0 0 1rem 2rem;
}

.normal-table.license td {
    width: 40%;
    padding: 0 0 0 1rem;
    text-align: right;
}

.normal-table.license tr:first-child td {
    padding: 1rem 0 0 1rem;
}

.normal-table.license tr:last-child td {
    padding: 0 0 1rem 1rem;
}

.normal-table.license tr {
    border-bottom: none;
}

.normal-table.license tr:last-child {
    border-bottom: solid 1px #BFBFBF;
}

.normal-table.rec-table th {
    width: 17%;
    padding: 1rem 0;
}

.normal-table.rec-table td {
    width: 83%;
    padding: 1rem 0 1rem 1rem;
}



@media screen and (max-width:1280px) {
    .recruit-head {
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {

    .normal-table.license th,
    .normal-table.license td {
        width: 100%;
        text-align: left;
    }

    .normal-table.license th,
    .normal-table.license tr:first-child th,
    .normal-table.license tr:last-child th {
        padding: 1rem 0 0 1rem;
    }

    .normal-table.license tr:first-child td,
    .normal-table.license td {
        padding: 0 0 0 1rem;
    }

    .normal-table.rec-table th {
        width: 100%;
        padding: 1rem 0 0 1rem;
    }

    .normal-table.rec-table td {
        width: 100%;
        padding: 1rem 0 1rem 1rem;
    }

}


@media screen and (max-width: 560px) {
    .recruit-head {
        text-align: left;
    }
}

/*お問合せ*/
.contact.inner {
    max-width: 1140px;
}

.tel-num {
    text-align: center;
}

.tel-txt {
    font-size: 2.13rem;
    text-align: center;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.tel-num a {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 4.27rem;
}

.contact .tbl_form_box {
    border: 1px solid #D9D9D9;
    margin-top: 3rem;
    padding: 5rem 0 6rem;
}

.contact .tbl_form_box dl {
    border-top: none;
}

@media screen and (max-width: 560px) {
    .tel-nam_wrapper {
        flex-direction: column;
    }

    .tel-nam_wrapper>div {
        width: 100%;
        text-align: center;
    }

    .tel-for {
        margin-bottom: 1rem;
    }
}


.scroll-hint-icon {
    z-index: 10;
}

/* リンク */
.page-link a {
    display: flex;
    padding: 2rem;
    justify-content: space-between;
    border: 1px solid #BFBFBF;
    height: 100%;
}

.page-linktxt {
    width: 66%;
    display: flex;
    flex-direction: column;
}

.page-linktxt p:not(.page-linkhead) {
    flex-grow: 1;
}

.page-linkhead {
    font-weight: bold;
    font-size: 2.8rem;
    color: var(--main-color);
    margin-bottom: 2rem;
}

.page-linkimg {
    width: 30%;
}


@media screen and (max-width: 560px) {
    .page-link a {
        flex-wrap: wrap;
    }

    .page-linktxt {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .page-linktxt p {
        text-align: left;
    }

    .page-linktxt p.page-linkhead{
        display: inline-block;
    }

    .page-linkimg {
        width: 100%;
        text-align: center;
    }
}

/*動画*/

.pc-movie {
    display: block;
}

.sp-movie {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc-movie {
        display: none;
    }

    .sp-movie {
        display: block;
    }
}