@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Geom:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap');
/*
font-family: "Geom", sans-serif;
font-family: "Noto Sans JP", sans-serif;
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.04em;
    text-align: left;
    line-height: 1.7;
    color: #333333;
    min-width: 1040px;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    padding: 0;
    margin: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    padding: 0;
    margin: 0;
}

img {
    -webkit-touch-callout: none;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    display: block;
}

a {
    text-decoration: none;
    color: #000;
    outline: none;
}

a:active,
a:hover,
a:focus {
    outline: none;
}

a,
input {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

a:hover,
.link input:hover {
    opacity: 0.6;
}

figure {
    width: 100%;
    overflow: hidden;
    position: relative;
}

figure img {
    display: block;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*横幅に合わせてトリミング*/
    width: 100%;
    height: auto;
    /*高さに合わせてトリミング*/
    /*
    width: auto;
    height: 100%;
*/
}

@media only screen and (max-width: 768px) {
    body {
        width: 100%;
        min-width: 0;
    }

    a {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    a:hover {
        opacity: 1;
    }

}

/*============================
Clearfix float
============================*/

.clearfix {
    zoom: 1;
    /* for IE */
}

.clearfix:after {
    content: "";
    /*空のコンテンツを挿入 これがないとafterが機能しない*/
    display: block;
    /*表示形式はブロックレベルに指定しないとうまく機能しないブラウザがある*/
    clear: both;
    /*そして、floatの解除をする*/
}

.left {
    float: left;
}

.right {
    float: right;
}

/*============================
flex
============================*/

.flex {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

/*============================
脚注文字表記etc.
============================*/

.eng {
    font-family: "Geom", sans-serif;
}

.min {
    font-size: 13px;
    display: block;
}

/*============================
表示切り替え
============================*/

.sp-only {
    display: none;
}


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

    /*============================
Clearfix float
============================*/
    .right,
    .left {
        float: none;
        padding: 0;
    }

    /*============================
脚注文字表記etc.
============================*/
    .min {
        font-size: 12px;
    }

    /*============================
表示切り替え
============================*/
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}

/*============================
wrapper
============================*/

.wrapper {
    position: relative;
}

@media only screen and (max-width: 768px) {
    .wrapper {
        margin-top: 85px;
    }

}

/*============================
inner
============================*/

.inner {
    width: 1040px;
    margin: auto;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .inner {
        width: 100%;
    }
}

/*============================
header
============================*/

#top {
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 80000;
    padding-top: 40px;
}

#top .upper {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}

#top .upper .tel {
    font-size: 20px;
}

#top .upper .tel i {
    color: #ea68a2;
}

#top .upper .mail {
    margin-left: 20px;
}

#top .upper .mail a {
    display: block;
    background-color: #ea68a2;
    color: #fff;
    border-radius: 50%;
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
}

#top .site-header {
    transition: .7s;
    width: 100%;
    position: relative;
    padding: 15px 0;
}

#top .site-header .inner {
    align-items: center;
    /* 子メニューを表示するため必須 */
    overflow: visible;
}

#top .siteTitle {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
    display: flex;
}

#top .siteTitle img {
    width: 160px;
    margin-right: 10px;
}

#top .siteTitle span {
    font-size: 18px;
    display: block;
}

#top .site-header p.tel,
#top .site-header p.mail {
    display: none;
}

#top .site-header p.tel a,
#top .site-header p.mail a {
    background-color: #ea68a2;
    border-radius: 50%;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 20px;
    display: block;
    color: #fff;
}

/* 固定ヘッダー時 */
#top .site-header.transform {
    position: fixed;
    top: 0;
    background-color: #fff;
}

#top .site-header.transform p.tel,
#top .site-header.transform p.mail {
    display: block;
}


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

    #top {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        /*高さを固定*/
        height: 65px;
        /*paddingで高さを取らずheightで高さを作る*/
        padding: 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    }

    #top .site-header {
        padding: 0;
        /*telとmailの高さの基準*/
        height: 65px;
        display: flex;
    }

    #top .site-header .inner {
        padding-left: 4.6875%;
    }

    #top .site-header p.tel,
    #top .site-header p.mail {
        display: block;
    }

    #top .site-header p.tel a {
        position: absolute;
        right: 110px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #top .site-header p.mail a {
        position: absolute;
        right: 62px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    #top .siteTitle {
        font-size: 20px;

    }

    #top .siteTitle img {
        display: none;
    }

    #top .siteTitle span {
        font-size: 12px;
    }
}

/*============================
nav / ドロップダウン (修正版)
============================*/

#top nav {
    margin-left: auto;
}

#top .globalNav {
    align-items: center;
    background: #123280;
    background: #003894;
    border-radius: 30px;
}

/* 親メニューのli */
#top .globalNav > li {
    position: relative;
}

#top .globalNav > li > a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 23px 24px;
    letter-spacing: 0.08em;
    line-height: 1;
}

#top .globalNav li.custom > a {
    position: relative;
}

#top .globalNav li.custom > a::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #93c81f;
}

/* ドロップダウン本体（PC版） */
#top .globalNav .second-level {
    display: none;
    /* jQueryのfadeInで制御 */
    position: absolute;
    top: 100%;
    /* 親メニューの底辺から開始 */
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    z-index: 100;
    /* 【重要】padding-topが「マウスの橋」になり、チカチカを防止します */
    padding-top: 20px;
}

/* 固定ヘッダー時は親の高さが減るため微調整 */
#top .site-header.transform .globalNav .second-level {
    padding-top: 20px;
}

/* 中身の背景 (ulに色をつける) */
#top .globalNav .second-level ul {
    background: #93c81f;
    /* 元の指定色 */
    padding: 0 20px;
    border-radius: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin: 0;
}

#top .globalNav .second-level li {
    margin: 0 !important;
}

#top .globalNav .second-level li:not(:last-child) {
    border-bottom: 1px solid #fff;
}

#top .globalNav .second-level li a {
    display: block;
    padding: 15px 0;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-align: left;
}

#top .globalNav .second-level li a:hover {}

/* スマホ版（768px以下） */
@media only screen and (max-width: 768px) {
    #top .upper {
        display: none;
    }

    #top nav {
        display: none;
        /* fadeToggleで制御 */
        position: fixed;
        top: 65px;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(18, 50, 128, 0.9);
        overflow-y: auto;
    }

    #top .globalNav {
        background: transparent;
        border-radius: 0;
    }

    #top .globalNav li {
        width: 100%;
    }

    #top .globalNav > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    /*1階層目の矢印*/
    #top .globalNav > li a::before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 18px;
        margin: auto;
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 10;
    }

    /*1階層目の矢印（子供を持つ）*/
    #top .globalNav > li.custom a::before {
        top: 26px;
        bottom: auto;
    }

    #top .globalNav li.custom > a::after {
        display: none !important;
    }

    #top .globalNav .second-level {
        /*2階層目を最初から表示させる*/
        display: block !important;
        position: static;
        transform: none;
        width: 100%;
        padding: 0;
    }

    #top .globalNav .second-level ul {
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
    }

    #top .globalNav .second-level li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    #top .globalNav .second-level li:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    #top .globalNav .second-level li a {
        padding: 15px 40px;
        text-align: center;
        /*2階層目の矢印_基準*/
        position: relative;
    }

    /*2階層目の矢印*/
    #top .globalNav .second-level li a::before {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 18px;
        margin: auto;
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 10;
    }

    #top .globalNav .second-level li a i {
        display: none;
    }

    #top .site-header.transform {
        display: flex;
    }

    #top .site-header.transform .globalNav .second-level {
        padding-top: 0;
    }
}

/*============================
menu(sp)  ハンバーガー
============================*/

.menu {
    display: none;
}

@media only screen and (max-width: 768px) {
    .menu {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 16px;
        z-index: 1000;
        width: 31px;
        height: 23px;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 31px;
        height: 23px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #123280;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 10px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    /* anime */
    .active .menu-trigger span {
        background-color: #123280;
    }

    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }

    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }

    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
    }
}

/*============================
cont_img
============================*/

.cont_img {
    width: 100%;
    position: relative;
    height: 440px;
    /*調整用*/
    margin-top: 20px;
}

.cont_img .photo {
    overflow: hidden;
    position: absolute;
}

.cont_img .left_photo {
    width: 65%;
    border-radius: 0 10px 10px 0;
    left: 0;
    bottom: 0;
    height: 310px;
}

.cont_img .right_photo {
    width: 30%;
    border-radius: 10px 0 0 10px;
    top: 0;
    right: 0;
    height: 300px;
}

.cont_img .mark {
    width: 220px;
    position: absolute;
    right: 10%;
    bottom: 0;
}

.cont_img .photo img,
.cont_img .mark img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cont_img h1 {
    width: 1040px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    line-height: 1.5;
    font-size: 16px;
}

.cont_img h1 span.eng {
    font-size: 50px;
    display: block;
    color: #59b55b;
    line-height: 1.2;
}

@media only screen and (max-width: 768px) {
    .cont_img {
        height: 240px;
    }

    .cont_img h1 {
        width: 90.625%;
    }

    .cont_img h1 span.eng {
        font-size: 30px;
    }

    .cont_img .left_photo {
        width: 60%;
        height: 150px;
    }

    .cont_img .right_photo {
        width: 35%;
        height: 140px;
    }

    .cont_img .mark {
        width: 100px;
        bottom: 40px;
    }
}

/*============================
パンくず
============================*/

.root {
    font-size: 14px;
    padding: 10px 20px;
    background-color: #fff;
}

.root ul {
    display: flex;
    overflow: hidden;
}

.root li {
    position: relative;
    letter-spacing: 0;
    padding-bottom: 0;
    white-space: nowrap;
}

.root li::before {
    content: '\f0a9';
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    color: #ea68a2;
    margin: 0 5px;
}

.root li:first-child {
    margin-left: 0;
}

.root li:first-child:before {
    display: none;
}


@media only screen and (max-width: 768px) {
    .root {
        overflow-x: auto;
        font-size: 13px;
    }
}

/*============================
container
============================*/

.cont .container {
    width: 1040px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 100px;
    text-align: left;
    overflow: hidden;
}

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

    .cont .container {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

/*============================
Link
============================*/

.link {
    width: 100%;
    margin: auto;
    padding-top: 40px;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.link li {
    width: 320px;
    margin: 0 20px;
}

.link li a,
.link li input {
    display: block;
    line-height: inherit;
    width: 100%;
    padding: 13px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
    color: #fff;
    border: none;
    border-radius: 30px;
    background-color: #59b55b;
    position: relative;
}

.link li a::before,
.link li input::before,
.formBtn li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
}

.cont .link li {
    width: 290px;
}

@media only screen and (max-width: 768px) {
    .link {
        padding-top: 20px;
    }

    .link li {
        width: 80%;
        margin: 0;
    }

    .link li:not(:first-child) {
        margin-top: 20px;
    }

    .cont .link li {
        width: 90%;
    }
}

/*============================
primary
============================*/

.primary {
    /*
    width: 760px;
    float: left;
*/
}

.cont .primary article {
    padding-top: 80px;
}

.cont .primary article:first-of-type {
    padding-top: 0;
}

.primary .inner p {
    margin-top: 15px;
}

.primary .inner p:first-of-type {
    margin-top: 0;
}

.cont .primary .inner {
    width: 100%;
}

h2 {}

h2.eng,
h2 .eng {
    font-size: 50px;
    font-weight: 600;
    color: #59b55b;
    line-height: 1;
    display: block;
}

h2 .ja {
    font-size: 16px;
}

.cont h2 {
    /*
    font-size: 16px;
    font-weight: ;
    margin-bottom: 30px;
*/
}

.cont h3 {
    /*
    padding: 10px;
    margin-top: 40px;
    margin-bottom: 30px;
    clear: both;
    font-weight: bold;
    border-left: 8px solid #606060;
    border-bottom: 1px solid #b5b5b5;
*/
}

.cont h4 {
    /*
    font-size: 16px;
    margin: 30px 0 10px;
*/
}

.photo {
    border-radius: 10px;
    overflow: hidden;
}

.photo img,
.img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.img {
    background-position: center center;
    background-size: cover;
}

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

    .primary {
        width: 90.625%;
        margin: auto;
        float: none;
    }

    .cont .primary article {
        padding-top: 40px;
    }

    .cont h2 {
        font-size: 20px;
    }

    h2.eng,
    h2 .eng {
        font-size: 30px;
    }

    .cont h3 {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

/*============================
table
============================*/

table.info {
    width: 100%;
}

table.info tr {
    display: block;
}

table.info tr:not(:last-child) {
    margin-bottom: 10px;
}

table.info th {
    width: 140px;
    text-align: center;
    vertical-align: middle;
    background: #f0fada;
    border-radius: 10px;
    color: #59b55b;
}

table.info th,
table.info td {
    padding: 15px 0;
}

table.info tr:first-child {
    padding-top: 0;
}

table.info td {
    text-align: left;
    padding-left: 20px;
}

table.info td ul {
    padding-left: 18px;
}

table.info td li {
    padding-top: 8px;
    list-style-type: disc;
}

table.info td li:first-child {
    padding-top: 0;
}

table.info td dt {
    padding-top: 10px;
}

table.info td dt:first-of-type {
    padding-top: 0;
}

table.info td strong {
    display: block;
}

a.google::before {
    content: '\f3c5';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 5px;
    color: #ea68a2;
}

a.google {
    display: block;
    margin: 5px 0;
    font-weight: bold;
}

/* googlemap */

#map {
    width: 100%;
    height: 400px;
}

#map iframe {
    width: 100%;
    height: 100%;
}

.cont #map {
    margin-top: 40px;
}

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

    table.info th,
    table.info td {
        padding: 12px 0;
    }

    table.info th {
        width: 100px;
        font-size: 13px;
    }

    table.info td {
        padding-left: 10px;
        font-size: 14px;
    }

    /* googlemap */
    #map {
        height: 300px;
    }

    .cont #map {
        margin-top: 20px;
    }
}

/*============================
recruit_link
============================*/
.recruit_link {
    padding-top: 100px;
}

.recruit_link li {
    width: 230px;
}

.recruit_link li a {
    text-align: center;
}

.recruit_link li i {
    color: #ea68a2;
    padding-left: 8px;
}

.recruit_link .photo {
    margin-bottom: 15px;
    border-radius: 80px;
}

.recruit_link .eng {
    font-size: 30px;
    color: #59b55b;
    font-weight: 600;
    line-height: 1;
}

.recruit_link .ja {
    font-size: 18px;
    margin-top: 5px !important;
}

@media only screen and (max-width: 768px) {
    .recruit_link {
        padding-top: 50px;
        grid-gap: 20px;
    }

    .recruit_link li {
        width: calc(50% - 10px);
    }

    .recruit_link .eng {
        font-size: 24px;
    }

    .recruit_link .ja {
        font-size: 14px;
    }
}


/*============================
toTop
============================*/

.toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
}

.toTop li a {
    padding-top: 45px;
    display: block;
    overflow: hidden;
    width: 45px;
    height: 0;
    background: url(../images/common/footer/totop.png) no-repeat center top #59b55b;
    border-radius: 23px;
}

@media only screen and (max-width: 768px) {
    .toTop li a {
        width: 40px;
        height: 40px;
        padding-top: 40px;
        background-image: url(../images/common/footer/totop_sp.png);
        background-size: 40px;
    }
}

/*============================
footer
============================*/

footer {
    background: #f0fada;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
}

footer .inner {
    position: relative;
    padding: 60px 0;
}

footer .detail {
    font-size: 15px;
}

footer .detail .siteTitle {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 600;
}

footer .detail .main_office {
    margin-bottom: 30px;
}

footer .detail .dispatch_center {
    margin-bottom: 70px;
}

footer .detail .title::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background: #ea68a2;
    display: inline-block;
    margin-right: 8px;
}

footer .detail .siteTitle img {
    width: 228px;
    margin-bottom: 20px;
}

footer .right_box {
    width: 640px;
}

footer .right_box .contact_area {
    border-bottom: 1px solid #59b55b;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

footer .right_box .contact_area h2 {
    margin-bottom: 20px;
}

footer .right_box .contact_area p {
    font-size: 16px;
    margin-bottom: 30px;
}

footer .right_box .contact_area li {
    width: 300px;
}

footer .right_box .contact_area li a {
    display: block;
    background: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
}

footer .right_box .contact_area li a i {
    color: #ea68a2;
    padding-right: 10px;
}

footer .right_box .contact_area li a .eng {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.06em;
}

footer .footer-nav .sitelink {
    padding-bottom: 20px;
}

footer .footer-nav .sitelink li a {
    display: block;
    text-align: left;
    padding: 0 20px;
    line-height: 2;
}

footer .insta {
    margin-top: -35px;
}

footer .insta a {
    width: 33px;
    height: 33px;
    display: block;
}

footer .sublink {
    overflow: hidden;
    padding: 10px 0;
    margin-top: 50px;
}

footer .sublink li {
    float: left;
    margin-right: 25px;
}

footer .sublink li a {
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    line-height: 1;
}

footer .sublink li a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid #59b55b;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

footer .copyright {
    font-size: 12px;
    letter-spacing: 1px;
}

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

    footer {
        background: #f0fada;
        border-top-right-radius: 50px;
        border-top-left-radius: 50px;
    }

    footer .inner {
        position: relative;
        width: 90.625%;
        padding: 40px 0;
        display: block;
    }

    footer .detail {
        width: 100%;
        font-size: 14px;
    }

    footer .detail .siteTitle {
        font-size: 18px;
        margin-bottom: 15px;
    }

    footer .detail .siteTitle img {
        width: 180px;
    }

    footer .detail .main_office {
        margin-bottom: 20px;
    }

    footer .detail .dispatch_center {
        margin-bottom: 40px;
    }

    footer .right_box {
        width: 100%;
    }

    footer .right_box .contact_area {
        border-top: 1px solid #59b55b;
        padding-top: 35px;
    }

    footer .right_box .contact_area h2 {
        margin-bottom: 10px;
    }

    footer .right_box .contact_area li {
        width: 100%;
    }

    footer .right_box .contact_area li:not(:last-child) {
        margin-bottom: 20px;
    }

    footer .footer-nav .sitelink {}

    footer .footer-nav .sitelink > li {
        background: #fff;
        width: 100%;
        margin-bottom: 2%;
        border-radius: 10px;
    }

    footer .footer-nav .sitelink li a {
        padding: 10px 0;
        padding-left: 20px;
    }

    footer .footer-nav .sitelink .second {
        width: calc(100% - 40px);
        margin: auto;
    }

    footer .footer-nav .sitelink .second ul {
        overflow: hidden;
    }

    footer .footer-nav .sitelink .second li {
        background: #f0fada;
        border-radius: 10px;
    }

    footer .footer-nav .sitelink .second li:not(:last-child) {
        margin-bottom: 10px;
    }

    footer .footer-nav .sitelink .second li:last-child {
        margin-bottom: 20px;
    }

    footer .insta {
        margin-top: 0;
    }

    footer .sublink {
        margin-top: 10px;
    }
}

/*============================
common_js
============================*/

.sa {
    opacity: 0;
    transition: all 0.8s ease;
}

.sa.show {
    opacity: 1;
    transform: none;
}

.sa--lr {
    transform: translate(-100px, 0);
}

.sa--rl {
    transform: translate(100px, 0);
}

.sa--up {
    transform: translate(0, 100px);
}

.sa--down {
    transform: translate(0, -100px);
}

.sa--scaleUp {
    transform: scale(.5);
}

.sa--scaleDown {
    transform: scale(1.5);
}

.sa--rotateL {
    transform: rotate(180deg);
}

.sa--rotateR {
    transform: rotate(-180deg);
}

.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.4s;
}

.delay-3 {
    transition-delay: 0.6s;
}

.delay-4 {
    transition-delay: 0.8s;
}

.delay-5 {
    transition-delay: 1s;
}

.delay-6 {
    transition-delay: 1.2s;
}


/*============================
:hover
============================*/
#top .upper .tel a i,
footer .right_box .contact_area li a i,
.blog_box a .photo .img,
.recruit_link li a .photo,
.recruit_link li a .photo img,
.recruit_link li i,
.small_link a::before,
.insta_box .insta_link,
#blog .box a .photo .img,
#blog ul.detail li.date,
#blog .box a .text .more {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*共通*/
#top .upper .tel a:hover,
#top .upper .mail a:hover,
#top .site-header.transform p.tel a:hover,
#top .site-header.transform p.mail a:hover,
.link li a:hover,
.link li input:hover,
.recruit_link li a:hover,
footer .right_box .contact_area li a:hover,
/*top*/
.small_link a:hover,
#news .box a:hover,
#blog .blog_box .flex .box a:hover,
.insta_box .insta_link:hover,
/*wp*/
#blog .box a,
.single #blog ul.detail li.cat a,
.entryBody_single .blogTOcontact a,
.single-post .nav-links a,
.entryList_single .nav-links a,
.return-btn a,
.error a {
    opacity: 1;
}

/*共通*/
#top .upper .tel a:hover i {
    color: #93c81f;
}

#top .upper .mail a:hover {
    background: #93c81f;
}

#top .site-header.transform p.tel a:hover,
#top .site-header.transform p.mail a:hover {
    background: #93c81f;
}

.link li a:hover {
    background: #ea68a2;
}

.recruit_link li a:hover .photo {
    border-radius: 50px;
}

.recruit_link li a:hover .photo img {
    transform: scale(1.1);
    filter: brightness(0.9) contrast(120%);
}

.recruit_link li a:hover i {
    color: #93c81f;
    transform: translateX(10px) scale(1.3);
}

footer .right_box .contact_area li a:hover i {
    color: #93c81f;
}

/*TOP*/
.insta_box .insta_link:hover {
    background: #ea68a2;
}

#news .box a:hover p span,
.blog_box a:hover p span.eng {
    color: #59b55b;
}

.small_link a:hover::before {
    background: #ea68a2;
    transform: scale(1.1);
}

.blog_box a:hover .photo .img {
    transform: scale(1.1);
    filter: brightness(0.85) contrast(120%);
}


/*wp*/
#blog .box a:hover .photo .img {
    transform: scale(1.1);
    filter: brightness(0.85) contrast(120%);
}

#blog .box a:hover ul.detail li.date {
    color: #59b55b;
}

/*wp用*/
.home #blog a:hover ul.detail li.cat span,
.archive #blog a:hover ul.detail li.cat span,
.single #blog ul.detail li.cat a:hover {
    background: #f0fada;
    color: #59b55b;
}
/*end_wp用*/

.entryBody_single .blogTOcontact a:hover,
.return-btn a:hover,
.error a:hover {
    background: #ea68a2;
}

.single-post .nav-links a:hover i,
.entryList_single .nav-links a:hover i {
    color: #ea68a2;
}

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

    #top .upper .tel a i,
    footer .right_box .contact_area li a i,
    .blog_box a .photo .img,
    .recruit_link li a .photo,
    .recruit_link li a .photo img,
    .recruit_link li i,
    .small_link a::before,
    .insta_box .insta_link,
    #blog .box a .photo .img,
    #blog ul.detail li.date,
    #blog .box a .text .more {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    /*共通*/
    #top .upper .tel a:hover i {
        color: #ea68a2;
    }

    #top .upper .mail a:hover {
        background: #ea68a2;
    }

    #top .site-header.transform p.tel a:hover,
    #top .site-header.transform p.mail a:hover {
        background: #ea68a2;
    }

    .link li a:hover {
        background: #59b55b;
    }

    .recruit_link li a:hover .photo {
        border-radius: 80px;
    }

    .recruit_link li a:hover .photo img {
        transform: none;
        filter: none;
    }

    .recruit_link li a:hover i {
        color: #ea68a2;
        transform: none;
    }

    footer .right_box .contact_area li a:hover i {
        color: #ea68a2;
    }

    /*TOP*/
    .insta_box .insta_link:hover {
        background: #59b55b;
    }

    #news .box a:hover p span,
    .blog_box a:hover p span.eng {
        color: #ea68a2;
    }

    .small_link a:hover::before {
        background: #59b55b;
        transform: none;
    }

    .blog_box a:hover .photo .img {
        transform: translate(-50%, -50%);
        filter: none;
    }


    /*wp*/
    #blog .box a:hover .photo .img {
        transform: translate(-50%, -50%);
        filter: none;
    }

    #blog .box a:hover ul.detail li.date {
        color: #ea68a2;
    }

    #blog a:hover ul.detail li.cat {
        background: #fdf3f8;
        color: #ea68a2;
    }

    .entryBody_single .blogTOcontact a:hover,
    .return-btn a:hover,
    .error a:hover {
        background: #59b55b;
    }

    .single-post .nav-links a:hover i,
    .entryList_single .nav-links a:hover i {
        color: #59b55b;
    }
}
