@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
html {
    font-size: 62.5%;
}
body, table, input, textarea, select, option {
    font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
img {
    vertical-align: top;
    max-width: 100%;
    height: auto !important;
}
a, a:link {
    color: #333;
    text-decoration: none;
    transition: opacity .3s ease;
}
a:visited {
    color: #333;
}
a:hover {
    color: #333;
}
a:active {
    color: #333;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
/*    min-width: 1100px;*/
    color: #333;
    font-size: 1.4rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    background-color: #FFF;
}
#container {
    text-align: left;
}
#main {
    opacity: 0;
    padding-top: 130px;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 767px) {
    body {
        min-width: inherit;
        font-size: 1.3rem;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
    #main {
        padding-top: 0;
    }
    #main.en {
        padding-top: 90px;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.fadeIn #main, .fadeIn #gFooter {
    opacity: 1;
    transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) .2s;
}
#gHeader {
    padding: 0 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* transition: opacity 0s cubic-bezier(0.23, 1, 0.32, 1) 60s, background .3s ease; */
/*    background: rgba(255, 255, 255, 0.92);*/
    z-index: 100;
    box-sizing: border-box;
}
#gHeader .hBox {
    padding: 30px 0 0;
    margin: 0 auto;
    /*max-width: 1280px;*/
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
}
#gHeader.on .hBox {
    padding: 11px 0 0;
}
#gHeader .hBox h1 {
    margin-right: 20px;
}
#gHeader .hBox h1 img {
    width: 245px;
    transition: all 0.3s ease;
}
#gHeader.on .hBox h1 img {
    width: 183px;
    margin-top: 3px;
}
@media all and (max-width: 767px) {
    #gHeader {
        padding: 24px 15px 31px;
        position: relative;
    }
    #gHeader.en {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        transition: all 0.3s ease;
    }
    #gHeader.en.on {
        padding: 18px 15px;
    }
    #gHeader .hBox {
        margin: 0;
        padding: 0;
        max-width: inherit;
    }
    #gHeader.on .hBox {
        padding: 0;
    }
    #gHeader .hBox h1 {
        margin-right: 0;
    }
    #gHeader.en .hBox h1 {
        position: relative;
        z-index: 999;
    }
    #gHeader .hBox h1 img {
        width: 180px;
    }
    #gHeader.on .hBox h1 img {
        margin-top: 0;
        width: 180px;
    }
    #gHeader .hInner {
        z-index: 99;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        visibility: hidden;
        transition: opacity .6s ease, visibility .6s ease;
    }
    #gHeader.en .hInner {
        width: auto;
        height: auto;
        left: auto;
        right: 0;
        opacity: 1;
        visibility: visible;
    }
    body.openMenu #gHeader .hInner {
        opacity: 1;
        visibility: visible;
    }
    #gHeader .menu {
        width: 46px;
        height: 46px;
        position: fixed;
        top: 22px;
        right: 15px;
        z-index: 999;
        border-radius: 50%;
        background-color: #149244;
        transition: all 0.3s;
    }
    #gHeader.en .menu {
        display: none;
    }
    .openMenu #gHeader .menu {
        background: #fff;
    }
    #gHeader .menu span {
        margin-left: -12px;
        width: 24px;
        height: 2px;
        position: absolute;
        left: 50%;
        display: inline-block;
        background-color: #fff;
        transition: all .6s ease;
    }
    .openMenu #gHeader .menu span {
        background-color: #149244;
    }
    #gHeader .menu span:nth-child(1) {
        top: 17px;
    }
    #gHeader .menu span:nth-child(2) {
        top: 22px;
    }
    #gHeader .menu span:nth-child(3) {
        margin-left: -4px;
        width: 16px;
        top: 27px;
    }
    .openMenu #gHeader .menu span:nth-child(1) {
        transform: translateY(5px) translateX(0) rotate(45deg) scale(.9);
    }
    .openMenu #gHeader .menu span:nth-child(2) {
        display: none;
    }
    .openMenu #gHeader .menu span:nth-child(3) {
        margin-left: 0;
        width: 24px;
        transform: translateY(-5px) translateX(-12px) rotate(-45deg) scale(.9);
    }
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
    margin-top: 9px;
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    align-items: flex-start;
}
#gNavi .languageUl {
    margin-top: 8px;
}
#gNavi .navUl {
    margin-right: 90px;
    padding-bottom: 53px;
    transition: 0.3s;
    display: flex;
}
#gHeader.on #gNavi .navUl {
    padding-bottom: 0;
}
#gNavi .navUl > li:not(:last-child) {
    margin-right: 37px;
}
#gNavi .navUl > li {
    display: inline-block;
    transition: all 0.3s ease;
}
#gHeader.on #gNavi .navUl > li {
    padding-bottom: 11px;
}
#gNavi .navUl > li > a {
    transition: all 0.3s ease;
    font-family: 'Barlow', sans-serif;
}
#gNavi .navUl a {
    padding-bottom: 9px;
    position: relative;
    color: #424345;
    font-size: 1.6rem;
    letter-spacing: 0.03em;
    overflow: hidden;
    display: inline-block;
}
.en #gNavi .navUl a {
    padding-bottom: 5px;
}
#gNavi .navUl > li > a::after {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #009244;
    transform: translateX(-100%);
    opacity: 0;
    content: "";
    transition: all 0.3s;
}
#gNavi .navUl > li.on > a::after {
    transform: translateX(0);
    opacity: 1;
}
.languageUl {
    display: flex;
    align-items: center
}
.languageUl li:not(:last-child) {
    padding-right: 19px;
    position: relative;
}
.languageUl li:not(:last-child)::after {
    margin-top: -5px;
    width: 1px;
    height: 10px;
    position: absolute;
    right: 9px;
    top: 50%;
    background-color: #323334;
    transform: translateY(-50%);
    content: "";
}
.languageUl a {
    padding-bottom: 5px;
    position: relative;
    font-size: 1.1rem;
    line-height: 1.18;
    display: inline-block;
    font-family: 'Barlow', sans-serif;
    overflow: hidden;
    transition: all 0.3s ease;
}
.languageUl li a::after {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #009244;
    transform: translateX(-100%);
    opacity: 0;
    content: "";
}
.languageUl li.on a::after {
    transform: translateX(0);
    opacity: 1;
}
#gNavi .subNaviBox {
    padding: 57px 0 60px;
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 73px;
    z-index: 999;
    background-color: #fff;
    transition: top 0.3s ease;
}
#gHeader.on #gNavi .subNaviBox {
    top: 68px;
}
#gNavi .subNaviBox .subInner {
    margin: 0 auto;
    max-width: 900px;
}
#gNavi .subNaviBox .title {
    margin: 0 0 46px -3px;
    color: #515253;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.77;
    transform: translateY(-14px);
}
#gNavi .subNaviBox01 .title {
    margin-bottom: 4px;
}
#gNavi .subNaviBox .title span {
    margin-right: 17px;
    display: inline-block;
    color: #424345;
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -0.01em;
    transform: translateY(5px);
    font-family: 'Barlow', sans-serif;
}
#gNavi .subNaviBox01 .title span {
    margin-right: 30px;
}
#gNavi .subNaviBox ul {
    margin: -49px -25px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
#gNavi .subNaviBox li {
    margin: 33px 25px 0;
    width: 187px;
    overflow: hidden;
}
#gNavi .subNaviBox li.on > a {
    color: #009244;
    pointer-events: none;
}
#gNavi .subNaviBox01 li:last-child {
    margin-top: 30px;
}
#gNavi .subNaviBox li a {
    padding: 16px 0;
    display: block;
    position: relative;
    font-size: 1.35rem;
    letter-spacing: 0.08em;
    line-height: 1.62;
    transition: all 0.3s ease;
}
#gNavi .subNaviBox li a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: '';
}
#gNavi .subNaviBox li a[target] span::after {
    width: 13px;
    height: 13px;
    position: absolute;
    right: 0;
    bottom: 20px;
    background: url("../img/common/icon02.png") no-repeat center / 13px;
    content: "";
}
#gNavi .subNaviBox li.liStyle01 a {
    letter-spacing: 0.15em;
}
#gNavi .subNaviBox01 li a {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
}
#gNavi .subNaviBox li a::after {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #009244;
    transform: translateX(-100%);
    transition: all 0.3s ease;
    content: "";
}
#gNavi .subNaviBox li a {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
#gNavi .subNaviBox .subInner .comCircle {
    margin-left: 0;
    width: 20px;
    height: 20px;
}
#gNavi .subNaviBox .subInner .comCircle .circle {
    width: 20px;
    height: 20px;
}
#gNavi .subNaviBox .subInner .comCircle .arrow {
    width: 19px;
    left: -8px;
}
#gNavi .subNaviBox .comCircle.green .arrowMask {
    background-color: #fff;
}
@media (min-width: 768px) and (max-width: 1000px) {
    #gNavi .navUl {
        margin-right: 6vw;
    }
    .comTopBox01 .inner .textBox{
        width: 320px !important;
    }
}
@media all and (min-width: 768px) {
    #gNavi .navUl > li:hover > a, .languageUl a:hover {
        color: #009244;
    }
    #gNavi .subNaviBox li a:hover {
        color: #009244;
        ;
    }
    .languageUl li a:hover::after, #gNavi .navUl > li:hover > a::after {
        animation: hoveron 0.3s forwards;
        -webkit-animation: hoveron 0.3s forwards;
    }
    .languageUl li a::after, #gNavi .navUl > li > a::after {
        animation: hoverleave 0.3s forwards;
        -webkit-animation: hoverleave 0.3s forwards;
    }
    .languageUl li.on a::after, #gNavi .navUl > li.on > a::after {
        animation: inherit;
        -webkit-animation: inherit;
    }
    #gNavi .subNaviBox li a:hover::after {
        transform: translateX(0);
    }
    #gNavi .subNaviBox li a[target]:hover span::after {
        opacity: 0.7;
    }
    .safari .languageUl li a {
        transform: translateY(0);
    }
}
@keyframes hoveron {
    0% {
        opacity: 0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}
@-webkit-keyframes hoveron {
    0% {
        opacity: 0;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}
@keyframes hoverleave {
    0% {
        opacity: 1;
        transform: translateX(0);
        -webkit-animation: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
}
@-webkit-keyframes hoverleave {
    0% {
        opacity: 1;
        transform: translateX(0);
        -webkit-animation: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
}
@media all and (-ms-high-contrast:none) {
    #gNavi .subNaviBox li a {
        position: relative;
    }
    #gNavi .subNaviBox .subInner .comCircle {
        position: absolute;
        right: 0;
        bottom: 16px;
    }
    #gNavi .subNaviBox li a {
        justify-content: flex-start;
    }
}
@media all and (min-width: 768px) and (max-width: 1000px) {
    #gNavi .subNaviBox .title {
        margin: 0 2.5% 46px;
    }
    #gNavi .subNaviBox ul {
        margin: -49px auto 0;
        width: auto;
    }
    #gNavi .subNaviBox li {
        margin: 33px 2.5% 0;
        width: 20%;
    }
    #gNavi .subNaviBox li a {
        font-size: 1.15rem;
    }
}
@media all and (max-width: 767px) {
    #gNavi {
        margin-top: 0;
        padding: 120px 38px 40px;
        height: 100vh;
        overflow-y: auto;
        width: 100%;
        justify-content: flex-start;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        box-sizing: border-box;
        background-color: #149244;
    }
    .en #gNavi {
        padding: 0 13px;
        height: 90px;
        overflow-y: inherit;
        width: auto;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
        position: static;
        background-color: inherit;
        transition: all 0.3s ease;
    }
    .en.on #gNavi {
        height: 74px;
    }
    .en #gNavi img {
        width: 20px;
    }
    #gNavi .logo01 {
        width: 180px;
        position: absolute;
        left: 15px;
        top: 24px;
    }
    .en #gNavi .logo01 {
        display: none;
    }
    #gNavi .navUl {
        margin: 0 0 30px;
        padding-bottom: 0;
        display: block;
        width: 100%;
    }
    .en #gNavi .navUl {
        margin: 2px 20px 0 0;
        width: auto;
    }
    #gNavi .navUl > li {
        display: block;
        position: relative;
    }
    #gHeader.on #gNavi .navUl > li {
        padding-bottom: 0;
    }
    #gNavi .navUl > li:not(:last-child) {
        margin: 0 0 17px 0;
    }
    #gNavi .navUl > li > a > span strong {
        margin-right: 7px;
        min-width: 150px;
        display: inline-block;
        font-weight: 500;
    }
    #gNavi .navUl > li > a > span small {
        display: inline-block;
        font-size: 1.2rem;
        font-weight: 400;
        letter-spacing: 0.08em;
        transform: translateY(-2px);
        font-family: 'Noto Sans JP', sans-serif;
    }
    #gNavi .navUl > li .btn {
        width: 30px;
        height: 45px;
        position: absolute;
        top: 0;
        right: 0;
    }
    #gNavi .navUl > li .btn::before, #gNavi .navUl > li .btn::after {
        width: 13px;
        height: 2px;
        position: absolute;
        top: 26px;
        right: 2px;
        background-color: #fff;
        transition-duration: 0.5s;
        transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
        content: "";
    }
    #gNavi .navUl > li .btn::after {
        transform: rotate(90deg);
        transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    #gNavi .navUl > li .btn.on::after {
        transform: rotate(0deg);
    }
    #gNavi .navUl > li .btn.on::after {
        transform: none;
    }
    #gNavi .navUl a {
        padding-bottom: 0;
        color: #fff;
        font-size: 3rem;
        letter-spacing: 0.02em;
    }
    .en #gNavi .navUl a {
        padding-bottom: 0;
        font-size: 0;
    }
    #gNavi .navUl a::after {
        display: none;
    }
    #gNavi .languageUl {
        margin-bottom: 120px;
    }
    .en #gNavi .languageUl {
        margin-top: 5px;
        margin-bottom: 0;
    }
    .languageUl li:not(:last-child) {
        padding-right: 23px;
    }
    .en .languageUl li:not(:last-child) {
        padding-right: 18px;
    }
    .languageUl li:not(:last-child)::after {
        height: 11px;
        right: 11px;
        top: 55%;
        background-color: #fff;
    }
    .en .languageUl li:not(:last-child)::after {
        right: 9px;
        background-color: #323334;
    }
    .languageUl a {
        padding-bottom: 7px;
        color: #fff;
        font-size: 1.2rem;
    }
    .en .languageUl a {
        padding-bottom: 5px;
        color: #323334;
        font-size: 1.1rem;
        letter-spacing: 0.03em;
    }
    .languageUl li a::after {
        background-color: #fff;
    }
    .en .languageUl li a::after {
        background-color: #009244;
    }
    #gNavi .subNaviBox {
        margin: 0;
        padding: 10px 0 25px;
        width: auto;
        position: static;
        left: auto;
        top: auto;
        z-index: inherit;
        background-color: inherit;
    }
    #gNavi .subNaviBox .subInner {
        margin: 0;
        max-width: inherit;
    }
    #gNavi .subNaviBox .title {
        display: none;
    }
    #gNavi .subNaviBox ul {
        margin: 0 0 0 17px;
        display: block;
        border-left: 1px solid #fff;
    }
    #gNavi .subNaviBox li {
        margin: 0 0 15px;
        width: auto;
        overflow: inherit;
    }
    #gNavi .subNaviBox01 li:last-child {
        margin: 0;
    }
    #gNavi .subNaviBox li a {
        padding: 0 0 0 25px;
        position: relative;
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 1.3;
        border-bottom: none;
    }
    #gNavi .subNaviBox li a[target] span {
        position: relative;
    }
    #gNavi .subNaviBox li a[target] span::after {
        width: 11px;
        height: 11px;
        right: -20px;
        bottom: 3px;
        background: url("../img/common/icon06.png") no-repeat center / 11px;
    }
    #gNavi .subNaviBox li a::after {
        display: none;
    }
    #gNavi .subNaviBox li a::before {
        display: none;
    }
    #gNavi .copyright {
        width: 100%;
        bottom: 38px;
        color: #fff;
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: 0.03em;
        text-align: center;
        font-family: 'Barlow', sans-serif;
    }
    /*
    .safari .en #gNavi .navUl a {
        transform: translateY(-8px);
    }
    */
    .safari .languageUl li a {
        transform: translateY(0);
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 99px 0 30px;
    opacity: 0;
    background-color: #F2F4F5;
    position: relative;
}
#gFooter.en {
    padding: 45px 0 40px;
}
#gFooter .pageTop {
    position: fixed;
    bottom: 20px;
    right: 51px;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
}
#gFooter .pageTop.on {
    position: absolute;
    bottom: auto;
}
#gFooter .pageTop a {
    display: inline-block;
    color: #8E8E99;
    position: relative;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    writing-mode: horizontal-tb;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    -webkit-writing-mode: horizontal-tb;
    -webkit-writing-mode: vertical-rl;
    -webkit-writing-mode: tb-rl;
    font-family: 'Oswald', sans-serif;
}
#gFooter .pageTop a::before {
    width: 32px;
    height: 15px;
    position: absolute;
    top: -30px;
    left: -8px;
    background: url("../img/common/icon07.png") no-repeat center / 32px 15px;
    transition: 0.3s;
    content: "";
}
#gFooter .pageTop a:hover {
    opacity: 0.7;
}
#gFooter .pageTop a:hover::before {
    transform: translateY(-5px);
}
#gFooter .fBox {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1140px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
#gFooter.en .fBox {
    margin: 0;
    padding: 0 0 0 9.8vw;
    max-width: inherit;
    width: calc(100% - 133px);
}
#gFooter .fLogo {
    margin-bottom: 38px;
}
#gFooter.en .fLogo {
    margin-bottom: 28px;
}
#gFooter .fLogo img {
    width: 245px;
}
#gFooter .lBox p {
    margin-bottom: 9px;
    letter-spacing: 0.05em;
    line-height: 1.43;
}
#gFooter.en .lBox p {
    margin-bottom: 2px;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
}
#gFooter .lBox small {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.42;
}
#gFooter .lBox p a {
    padding-bottom: 2px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}
#gFooter.en .lBox p a {
    margin-left: 40px;
    top: 5px;
}
#gFooter .lBox p a::after {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #555;
    content: "";
}
#gFooter .lBox .copyright {
    margin-top: 83px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.2;
    font-family: 'Barlow', sans-serif;
}
#gFooter.en .lBox .copyright {
    margin: 40px 0 0;
    font-size: 1rem;
    letter-spacing: 0.03em;
}
#gFooter .rBox {
    margin-top: -10px;
}
#gFooter .rBox .fNaviUl {
    display: flex;
    position: relative;
}
#gFooter .rBox .fNaviUl > li:first-child {
    margin-right: 62px;
}
#gFooter .rBox .fNaviUl > li:nth-child(2) {
    margin-right: 84px;
}
#gFooter .rBox p {
    margin-bottom: 7px;
}
#gFooter .rBox p a {
    display: inline-block;
    color: #009244;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 2.13;
    font-family: 'Barlow', sans-serif;
}
#gFooter .rBox .subUl:not(:last-child) {
    margin-bottom: 22px;
}
#gFooter .rBox .subUl a {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    line-height: 2.17;
}
#gFooter .rBox .subUl a[target]::after {
    margin-left: 8px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url("../img/common/icon05.png") no-repeat center / 10px;
    content: "";
}
#gFooter .rBox .languageUl {
    position: absolute;
    right: 0;
    bottom: 2px;
    font-weight: 500;
    letter-spacing: 0.03em;
}
#gFooter.en .rBox .languageUl {
    top: 30px;
    bottom: auto;
}
#gFooter .languageUl li a {
    padding-bottom: 4px;
}
#gFooter .languageUl li:not(:last-child)::after {
    top: 60%;
}
#gFooter .languageUl li a::after {
    height: 1px;
}
@media all and (min-width: 768px) {
    #gFooter .lBox p a:hover:after {
        animation: btnAnimation 1.2s cubic-bezier(0.57, 0.01, 1, 1) infinite;
    }
    #gFooter .rBox p a:hover, #gFooter .rBox .subUl a:hover {
        color: #009244;
    }
}
@keyframes btnAnimation {
    0% {
        opacity: 1;
        left: 0%;
    }
    34% {
        opacity: 1;
        left: 100%;
    }
    35% {
        left: 100%;
        opacity: 0;
    }
    36% {
        opacity: 0;
        left: -100%;
    }
    37% {
        opacity: 1;
        left: -100%;
    }
    70% {
        left: 0%;
        opacity: 1;
    }
    100% {
        left: 0%;
        opacity: 1;
    }
}
@-webkit-keyframes btnAnimation {
    0% {
        opacity: 1;
        left: 0%;
    }
    34% {
        opacity: 1;
        left: 100%;
    }
    35% {
        left: 100%;
        opacity: 0;
    }
    36% {
        opacity: 0;
        left: -100%;
    }
    37% {
        opacity: 1;
        left: -100%;
    }
    70% {
        left: 0%;
        opacity: 1;
    }
    100% {
        left: 0%;
        opacity: 1;
    }
}
@media all and (max-width: 767px) {
    #gFooter {
        padding: 63px 23px 32px;
    }
    #gFooter.en {
        padding: 70px 23px 32px;
        position: relative;
    }
    #gFooter .pageTop {
        right: 15px;
    }
    #gFooter .pageTop.on {
        top: 100px;
    }
    #gFooter .pageTop a {
        font-weight: 300;
    }
    #gFooter .pageTop a:hover::before {
        transform: none;
    }
    #gFooter .fBox {
        margin: 0 auto;
        padding: 0;
        max-width: inherit;
        flex-direction: column-reverse;
        justify-content: flex-start;
    }
    #gFooter.en .fBox {
        padding: 0;
        display: block;
        width: auto;
    }
    #gFooter .fLogo {
        margin-bottom: 30px;
    }
    #gFooter.en .fLogo {
        margin-bottom: 27px;
    }
    #gFooter .fLogo img {
        width: 194px;
    }
    #gFooter .lBox {
        padding: 0 2px;
    }
    #gFooter .lBox p {
        margin-bottom: 9px;
        font-size: 1.4rem;
    }
    #gFooter.en .lBox p {
        margin-bottom: 7px;
        font-size: 1.1rem;
        letter-spacing: 0.01em;
    }
    #gFooter .lBox small {
        font-size: 1.2rem;
    }
    #gFooter .lBox p a {
        position: relative;
    }
    #gFooter.en .lBox p a {
        margin: 15px 0 0 0;
    }
    #gFooter .lBox .copyright {
        margin: 71px 0 0;
        text-align: center;
    }
    #gFooter .rBox {
        margin: 0 0 55px;
    }
    #gFooter .rBox .fNaviUl {
        flex-direction: column;
    }
    #gFooter .rBox .fNaviUl > li:first-child {
        margin-right: 0;
    }
    #gFooter .rBox .fNaviUl > li:nth-child(2) {
        margin-right: 0;
    }
    #gFooter .rBox p {
        margin-bottom: 17px;
    }
    #gFooter .rBox .link01 {
        margin-bottom: 0;
        transform: translateY(-145%);
    }
    #gFooter .rBox .link02 {
        transform: translateY(150%);
    }
    #gFooter .rBox p a {
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 400;
        letter-spacing: 0.03em;
        line-height: 2.13;
    }
    #gFooter .rBox p strong {
        font-weight: 500;
        min-width: 130px;
        display: inline-block;
        font-size: 2.6rem;
        letter-spacing: 0.02em;
        line-height: 1.23;
    }
    #gFooter .rBox p span {
        display: inline-block;
        color: #555;
        font-size: 1.1rem;
        letter-spacing: 0.1em;
        transform: translateY(-3px);
    }
    #gFooter .rBox .subUl {
        display: none;
    }
    #gFooter .rBox .languageUl {
        margin-top: 40px;
        position: static;
        font-weight: 500;
        letter-spacing: 0.03em;
    }
    #gFooter.en .rBox .languageUl {
        justify-content: center;
    }
    #gFooter .languageUl li::after {
        background-color: #555;
    }
    #gFooter .languageUl li:not(:last-child) {
        padding-right: 21px;
    }
    #gFooter .languageUl li a {
        padding-bottom: 4px;
        color: #555;
        font-size: 1.1rem;
        letter-spacing: 0.05em;
    }
    #gFooter .languageUl li a::after {
        background-color: #009244;
    }
    #gFooter .languageUl li:not(:last-child)::after {
        top: 60%;
    }
    #gFooter .languageUl li a::after {
        height: 1px;
    }
    #gFooter.en .lBox .copyright {
        width: 100%;
        position: absolute;
        left: 50%;
        bottom: 34px;
        letter-spacing: 0.03em;
        transform: translateX(-50%);
    }
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBox {
    margin: 0 auto;
    max-width: 1280px;
}
.content {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 50px;
    box-sizing: border-box;
}
@media all and (max-width: 767px) {
    .comBox {
        margin: 0;
        max-width: inherit;
    }
    .content {
        margin: 0;
        max-width: inherit;
        padding: 0;
    }
}
/*------------------------------------------------------------
	h3
------------------------------------------------------------*/
h3 {
    color: #424345;
    font-size: 1.45rem;
    font-weight: 400;
    letter-spacing: 0.23em;
    line-height: 1.72;
    text-align: center;
}
h3 span {
    margin-bottom: 8px;
    display: block;
    font-size: 5rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-family: 'Barlow', sans-serif;
}
@media all and (max-width: 767px) {
    h3 {
        font-size: 1.3rem;
        line-height: 1.77;
    }
    h3 span {
        margin-bottom: 8px;
        font-size: 4.8rem;
        letter-spacing: 0;
    }
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
    position: relative;
    padding-left: 13.4vw;
    color: #424345;
    font-size: 1.45rem;
    font-weight: 400;
    letter-spacing: 0.23em;
    line-height: 1.72;
    text-align: left;
}
.en .headLine01 {
    padding-left: 13.2vw;
}
.headLine01::before {
    width: 26px;
    height: 100%;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #009244;
    content: "";
}
.en .headLine01::before {
    height: calc(100% - 20px);
}
.headLine01 span {
    margin-bottom: 8px;
    display: block;
    font-size: 5rem;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0.02em;
    font-family: 'Barlow', sans-serif;
}
.en .headLine01 span {
    font-size: 4.5rem;
    line-height: 1.44;
}
@media all and (max-width: 767px) {
    .headLine01 {
        padding-left: 0;
        font-size: 1.3rem;
        line-height: 1.77;
    }
    .en .headLine01 {
        margin: 0 0 26px -25px;
        padding-left: 23px;
    }
    .headLine01 span {
        margin-bottom: 8px;
        font-size: 4.8rem;
        letter-spacing: 0;
    }
    .en .headLine01 span {
        margin-bottom: 0;
        font-size: 3.3rem;
        line-height: 1.2;
    }
    .headLine01::before {
        width: 7px;
        height: 74px;
        top: 6px;
        left: -25px;
    }
    .en .headLine01::before {
        height: 100%;
        left: 0;
        top: 0;
    }
}
/*------------------------------------------------------------
	comTopBox01
------------------------------------------------------------*/
.comTopBox01 {
    padding-bottom: 164px;
    position: relative;
    z-index: 2;
}
.comTopBox01::after {
    width: 100%;
    height: calc(100% - 183px);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgb(242, 244, 245);
    content: "";
}
.comTopBox01 .inner {
    padding-right: 13.4%;
}
.comTopBox01 .inner .titleBox {
    margin: 0 40px 158px 0;
    padding-left: 15.5%;
    width: 50%;
    position: relative;
    float: left;
    box-sizing: border-box;
}
.comTopBox01 .inner .titleBox::before {
    width: 26px;
    height: calc(100% + 5px);
    background-color: #2C70A9;
    position: absolute;
    bottom: 1px;
    left: 30px;
    content: "";
}
.comTopBox01 .inner .titleBox #pagePath {
    margin-bottom: 20px;
}
.comTopBox01 .inner .titleBox h2 {
    margin-left: -5px;
    font-size: 4.5rem;
    font-weight: 300;
    letter-spacing: 0.03em;
}
.comTopBox01 .inner .titleBox h2 span {
    margin-left: -7px;
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 1.85;
}
.comTopBox01 .inner .photo {
    margin-top: 4px;
    width: 40%;
    position: relative;
    max-width: 430px;
    float: right;
    overflow: hidden;
}
.comTopBox01 .inner .photo img {
    width: 100% !important;
}
.comTopBox01 .inner .textBox {
    margin: 0 0 0 15.5%;
    padding: 5px 0 10px;
    width: 410px;
    float: left;
    position: relative;
}
.comTopBox01 .inner .textBox .title {
    margin-bottom: 15px;
    color: #2C70A9;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}
.comTopBox01 .inner .textBox .text {
/*    color: #484848;*/
    letter-spacing: 0.02em;
    line-height: 2;
}
.comTopBox01 .inner .textBox .line {
    width: 1px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -60px;
    -webkit-animation: LINE01 1s ease 1s;
    animation: LINE01 1s ease 1s;
}
.comTopBox01 .inner .textBox .line::after {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #C7CCD3;
    content: "";
}
.comTopBox01 .inner .textBox .line::before {
    width: 1px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #2C70A9;
    content: "";
}
.comTopBox01 .comItemUl {
    margin: 0 auto;
}
.comTopBox01 .comItemUl > li {
    padding-bottom: 65px;
    display: flex;
    position: relative;
}
.comTopBox01 .comItemUl > li:not(:last-child) {
    margin-bottom: 60px;
    border-bottom: 2px solid #E4E5E7;
}
.comTopBox01 .comItemUl > li:not(:last-child)::before {
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #2C70A9;
    content: "";
}
.comTopBox01 .comItemUl > li .phoBox {
    margin-right: 70px;
    width: 41.1%;
    text-align: center;
}
.comTopBox01 .comItemUl > li dl {
    width: 52%;
}
.comTopBox01 .comItemUl > li dt {
    margin-bottom: 15px;
    position: relative;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.4;
}
.comTopBox01 .comItemUl > li dt::before {
    width: 16px;
    height: 2px;
    position: absolute;
    top: 14px;
    left: -26px;
    background-color: #2C70A9;
    content: "";
}
.comTopBox01 .comItemUl > li dd {
    letter-spacing: 0.04em;
    line-height: 2.1;
}
@media all and (max-width: 1200px) and (min-width: 1101px) {
    /*.comTopBox01 .inner .photo {
        width: 380px;
    }*/
    .comTopBox01 .inner {
        padding-right: 5%;
    }
    /*.comTopBox01 .inner .textBox {
        width: 390px;
    }*/
}
/*
@media all and (max-width: 1100px) and (min-width: 768px) {
    .comTopBox01 .inner .photo {
        width: 352px;
    }
}
*/
@media all and (max-width: 767px) {
    .comTopBox01 {
        padding: 0 25px 52px;
    }
    .comTopBox01::after {
        height: 397px;
    }
    .comTopBox01 .inner {
        padding-right: 0;
    }
    .comTopBox01 .inner .titleBox {
        margin: 0 0 35px 0;
        padding: 0 0 5px 0;
        width: auto;
        float: none;
    }
    .comTopBox01 .inner .titleBox::before {
        width: 7px;
        left: -25px;
    }
    .comTopBox01 .inner .titleBox #pagePath {
        margin-bottom: 20px;
    }
    .comTopBox01 .inner .titleBox h2 {
        margin-left: -5px;
        font-size: 2.5rem;
        letter-spacing: 0.02em;
    }
    .comTopBox01 .inner .titleBox h2 span {
        margin-left: -7px;
        font-size: 1.3rem;
    }
    .comTopBox01 .inner .photo {
        margin: 0 auto 25px;
        width: auto;
        float: none;
    }
    .comTopBox01 .inner .textBox {
        margin: 0;
        width: auto;
        float: none;
        position: relative;
    }
    .comTopBox01 .inner .textBox .title {
        margin-bottom: 12px;
    }
    .comTopBox01 .inner .textBox .text {
        line-height: 1.77;
        font-size: 1.3rem;
        letter-spacing: 0.03em;
    }
    .comTopBox01 .inner .textBox .line {
        display: none;
    }
    .comTopBox01 .inner .titleBox #pagePath {
        margin-bottom: 12px;
        display: flex;
        font-size: 1rem;
    }
    .comTopBox01 .inner .titleBox #pagePath li {
        letter-spacing: 0;
    }
    .comTopBox01 .inner .titleBox #pagePath li:not(:last-child), #pagePath li a {
        margin-right: 7px;
    }
    .comTopBox01 .inner .titleBox h2 {
        margin-left: -4px;
    }
    .comTopBox01 .comItemUl {
        margin: 0 auto;
    }
    .comTopBox01 .comItemUl > li {
        padding-bottom: 40px;
        display: block;
    }
    .comTopBox01 .comItemUl > li.liStyle01 {
        margin-bottom: 40px;
    }
    .comTopBox01 .comItemUl > li:not(:last-child)::before {
        width: 40px;
    }
    .comTopBox01 .comItemUl > li .phoBox {
        margin: 0 0 30px;
        width: 100%;
    }
    .comTopBox01 .comItemUl > li dl {
        width: 100%;
    }
    .comTopBox01 .comItemUl > li dt {
        margin-bottom: 12px;
    }
    .comTopBox01 .comItemUl > li dd {
        line-height: 1.77;
    }
}
@keyframes LINE01 {
    0% {
        height: 0;
    }
    to {
        height: 100%;
    }
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comPhotoUl {
    margin: -55px -0.39% 0;
    display: flex;
    flex-wrap: wrap;
}
.comPhotoUl li {
    margin: 55px 0.39% 0;
    width: 19.22%;
}
.comPhotoUl li a {
    display: block;
}
.comPhotoUl li .pho {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.comPhotoUl li.more .pho {
    margin-bottom: 0;
    padding-bottom: 100%;
    background-color: #1D3336;
}
.comPhotoUl li:not(.more) .pho span {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background-color: #fff;
}
.comPhotoUl li.more .pho .txt {
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 135px;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    text-align: center;
    font-family: 'Barlow', sans-serif;
}
.comPhotoUl li:not(.more) .pho span::before, .comPhotoUl li:not(.more) .pho span::after {
    width: 12px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #009244;
    transform: translate(-50%, -50%);
    content: "";
}
.comPhotoUl li a[target] .pho span::before, .comPhotoUl li a[target] .pho span::after {
    background-color: #0E6EB8;
}
.comPhotoUl li:not(.more) .pho span::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.comPhotoUl li p {
    font-size: 1.5rem;
    letter-spacing: 0.07em;
    line-height: 1.73;
}
.comPhotoUl li p span {
    display: inline-block;
}
.comPhotoUl li p span::after {
    margin-left: 10px;
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url("../img/common/icon04.png") no-repeat center / 12px;
    content: "";
}
@media all and (min-width: 768px) {
    .comPhotoUl li .pho img {
        width: 100% !important;
        transition: transform 1s cubic-bezier(0.12, 0.68, 0.44, 1);
    }
    .comPhotoUl li a:hover .pho img {
        transform: scale(1.05);
    }
    .comPhotoUl li:not(.more) .pho span::before, .comPhotoUl li:not(.more) .pho span::after {
        transition: transform 1s cubic-bezier(0.12, 0.68, 0.44, 1);
    }
    .comPhotoUl li:not(.more) a:hover .pho span::before, .comPhotoUl li:not(.more) a:hover .pho span::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .comPhotoUl li:not(.more) a:hover .pho span::after {
        transform: translate(-50%, -50%) rotate(180deg);
    }
}
@media all and (max-width: 767px) {
    .comPhotoUl {
        margin: -24px -0.67vw 0;
        justify-content: space-between;
    }
    .comPhotoUl li {
        margin: 24px 0.67vw 0;
        width: 42.67vw;
    }
    .comPhotoUl li .pho {
        margin-bottom: 9px;
    }
    .comPhotoUl li .pho img {
        width: 100% !important;
    }
    .comPhotoUl li:not(.more) .pho span {
        width: 36px;
        height: 36px;
    }
    .comPhotoUl li:not(.more) .pho span::before, .comPhotoUl li:not(.more) .pho span::after {
        height: 1px;
    }
    .comPhotoUl li p {
        font-size: 1.2rem;
        letter-spacing: 0.03em;
        line-height: 2.17;
    }
    .comPhotoUl li p small {
        display: inline-block;
        font-size: 1.1rem;
        line-height: 2;
    }
    .comPhotoUl li p span::after {
        display: none;
    }
    .comPhotoUl li.more .pho span {
        letter-spacing: -0.03em;
    }
}
@media all and (max-width: 374px) {
    .comPhotoUl li {
        width: 41vw !important;
    }
    .comPhotoUl li.more .pho span {
        /*width: 120px;*/
        font-size: 1.2rem;
    }
    .comPhotoUl li.more .pho .txt {
        width: 105px;
    }
    .comPhotoUl li.more .pho .txt .comCircle {
        margin-left: 20px;
        width: 24px;
        height: 24px;
    }
    .comPhotoUl li.more .pho .txt .comCircle .arrow {
        width: 27px;
    }
    .comPhotoUl li.more .pho .txt .comCircle .circle {
        width: 24px;
        height: 24px;
    }
}
/*------------------------------------------------------------
	comNewsDl
------------------------------------------------------------*/
.comNewsDl {
    margin-bottom: 50px;
    width: 770px;
    border-top: 1px solid #C7CCD3;
}
.comNewsDl dd.icon01 {
    background: url("../img/common/icon01.png") no-repeat right 10px center / 20px 24px;
}
.comNewsDl dd.icon02 {
    background: url("../img/common/icon02.png") no-repeat right 10px center / 18px;
}
.comNewsDl dt, .comNewsDl dd {
    line-height: 1.86;
}
.comNewsDl dt {
    padding: 29px 0 23px;
    float: left;
    color: #009244;
    font-size: 1.55rem;
    letter-spacing: 0.07em;
    font-family: 'Barlow', sans-serif;
}
.comNewsDl dd {
    padding: 30px 50px 20px 135px;
    min-height: 84px;
    position: relative;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #C7CCD3;
    box-sizing: border-box;
}
.comNewsDl dd a {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.comNewsDl dd a::after {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #009244;
    transition: 0.3s;
    transform: translateX(-101%);
    content: "";
}
@media all and (min-width: 768px) {
    .comNewsDl dd a:hover::after {
        transform: none;
    }
}
@media all and (max-width: 767px) {
    .comNewsDl {
        margin-bottom: 49px;
        width: auto;
    }
    .comNewsDl dd.icon01 {
        background: url("../img/common/icon01.png") no-repeat right center / 17px auto;
    }
    .comNewsDl dd.icon02 {
        background: url("../img/common/icon02.png") no-repeat right center / 16px;
    }
    .comNewsDl dt, .comNewsDl dd {
        line-height: 1.54;
    }
    .comNewsDl dt {
        padding: 15px 0 0;
        font-size: 1.3rem;
    }
    .comNewsDl dd {
        padding: 46px 30px 11px 0;
        position: relative;
        letter-spacing: 0.03em;
    }
}
/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox {
    margin-top: 30px;
    position: relative;
}
.comTopBox::after {
    width: 100%;
    height: 18.67vw;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #F2F4F5;
    content: "";
}
.comTopBox .inner {
    margin: 0 auto 56px;
    /*padding: 0 72px 0 15px;*/
    padding: 0 236px 0 6vw;
    /*max-width: 1038px;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    box-sizing: border-box;
}
.comTopBox .title {
    font-size: 1.6rem;
    letter-spacing: 0.2em;
    line-height: 1;
}
.comTopBox .title span {
    margin-right: 48px;
    font-size: 6rem;
    font-weight: 300;
    letter-spacing: -0.01em;
    font-family: 'Barlow', sans-serif;
}
.comTopBox .photo {
    position: relative;
    width: calc(100% - 236px);
    overflow: hidden;
}
.comTopBox .photo .parallax img {
    width: 100% !important;
}
#pagePath {
    margin-bottom: 3px;
    display: flex;
    font-size: 1.2rem;
}
#pagePath li {
    letter-spacing: 0.03em;
}
#pagePath li:not(:last-child), #pagePath li a {
    margin-right: 9px;
    color: #A8A8A8;
}
#pagePath a:hover {
    opacity: 0.7;
}
@media all and (max-width: 767px) {
    .comTopBox .photo .parallax img {
        width: 100% !important;
    }
    .comTopBox {
        margin-top: 15px;
    }
    .comTopBox::after {
        height: 40vw;
    }
    .comTopBox .inner {
        margin: 0 0 35px;
        padding: 0 25px;
        max-width: inherit;
        display: block;
    }
    .comTopBox .title {
        font-size: 1.3rem;
    }
    .comTopBox .title span {
        margin: 0 0 19px -3px;
        display: block;
        font-size: 4.3rem;
    }
    .comTopBox .photo {
        width: calc(100% - 53px);
    }
    #pagePath {
        display: none;
    }
}
/*------------------------------------------------------------
	companyNavi
------------------------------------------------------------*/
.companyNavi {
    margin: 0 auto;
    padding: 66px 0;
    display: flex;
    justify-content: center;
}
.comBtmNavi .companyNavi {
    padding: 0 0 80px;
}
.companyNavi li {
    position: relative;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 1;
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
}
.companyNavi li:first-child {
    padding-right: 25px;
    position: relative;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.18;
    font-family: 'Barlow', sans-serif;
}
.companyNavi li:first-child::after {
    display: inline-block;
    width: 3px;
    height: 3px;
    position: absolute;
    right: 0;
    top: 50%;
    border-radius: 50%;
    background-color: #424345;
    content: "";
}
.companyNavi li:first-child, .companyNavi li:last-child {
    border-right: none;
}
.companyNavi li:last-child a::after, .companyNavi li:nth-child(3) a::after {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 2px;
    background: url("../img/common/icon02.png") no-repeat center / 12px;
    content: "";
}
.companyNavi li:nth-child(3) {
    padding-right: 15px;
}
.companyNavi li a, .companyNavi li .inn {
    padding: 0 28px;
    position: relative;
}
.companyNavi li .arrow, .companyNavi li .comCircle {
    padding: 0 !important;
}
.companyNavi li .comCircle {
    position: absolute !important;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.companyNavi li a:hover, .companyNavi li.on a, .companyNavi li.on span {
    color: #009244;
}
.companyNavi li.on::after {
    width: 14px;
    height: 1px;
    position: absolute;
    bottom: -13px;
    left: 50%;
    background-color: #009244;
    transform: translateX(-50%);
    content: "";
}
.companyNavi li:last-child a:hover::after, .companyNavi li:nth-child(3) a:hover::after {
    opacity: 0.7;
}
.companyNavi li.on a {
    pointer-events: none;
}
@media all and (max-width: 767px) {
    .comBtmNavi {
        margin-bottom: 69px;
        padding: 0 25px;
        position: relative;
    }
    .companyNavi {
        margin: 0;
        padding: 0;
        display: block;
    }
    .comBtmNavi .companyNavi {
        padding: 0;
    }
    .companyNavi li {
        display: block;
        border-right: none !important;
        border-bottom: 2px solid #E6E6E6;
    }
    .companyNavi li:first-child {
        padding: 0 0 16px;
        position: static !important;
        border-bottom-color: #4C4C4C;
    }
    .companyNavi li:first-child::after {
        left: 50%;
        top: -51px;
        right: auto;
        transform: translateX(-50%);
    }
    .companyNavi li:last-child a::after, .companyNavi li:nth-child(3) a::after {
        display: none;
    }
    .companyNavi li:last-child a > span, .companyNavi li:nth-child(3) a > span {
        padding-right: 23px;
        position: relative;
    }
    .companyNavi li:last-child a > span::after, .companyNavi li:nth-child(3) a > span::after {
        width: 11px;
        height: 11px;
        position: absolute;
        right: 0;
        top: 6px;
        background: url("../img/common/icon05.png") no-repeat center / 11px;
        content: "";
    }
    .companyNavi li:last-child a > .comCircle::after, .companyNavi li:nth-child(3) a > .comCircle::after {
        display: none;
    }
    .companyNavi li a, .companyNavi li .inn {
        padding: 19px 0;
        display: block;
    }
    .companyNavi li a:hover {
        color: #333;
    }
    .companyNavi li.on::after {
        display: none;
    }
    .companyNavi li:last-child a:hover::after, .companyNavi li:nth-child(3) a:hover::after {
        opacity: 1;
    }
    .companyNavi li:nth-child(3) {
        padding-right: 0;
    }
}
/*------------------------------------------------------------
	comBtmBox
------------------------------------------------------------*/
.comBtmBox {
    position: relative;
    background-color: #fff;
    z-index: 2;
}
.comBtmBox .inner {
    width: calc(100% - 133px);
    box-sizing: border-box;
    background-color: #009244;
    overflow: hidden;
}
.comBtmBox a {
    padding: 85px 150px 65px 13.91vw;
    display: block;
    position: relative;
}
.en .comBtmBox a {
    padding: 88px 150px 75px 13.5vw
}
.comBtmBox .inner a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #007B39;
    transition: 0.3s;
    transform: translateX(-100%);
    content: "";
}
.comBtmBox::after {
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #F2F4F5;
    content: "";
}
.comBtmBox .title {
    margin-bottom: 50px;
    color: #fff;
    font-size: 1.45rem;
    letter-spacing: 0.2em;
    line-height: 1.45;
}
.en .comBtmBox .title {
    margin-bottom: 40px;
}
.comBtmBox .title span {
    margin-right: 23px;
    font-size: 5.2rem;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 1.19rem;
    font-family: 'Barlow', sans-serif;
}
.comBtmBox p {
    color: #fff;
    letter-spacing: 0.11em;
    line-height: 2.36;
    position: relative;
    z-index: 10;
}
.en .comBtmBox p {
    letter-spacing: 0.02em;
    line-height: 2.14;
}
.comBtmBox .comCircle {
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
}
.comBtmBox .comCircle .circle {
    width: 50px;
    height: 50px;
    stroke-width: 2px;
}
.comBtmBox .comCircle .arrow {
    width: 56px;
    height: 8px;
    margin-top: -4px;
    left: -28px;
}
.comBtmBox .comCircle .arrow01 {
    width: 56px;
    height: 8px;
    margin-top: -4px;
    left: -28px;
}
.comBtmBox .comCircle .arrow02 {
    width: 56px;
    height: 8px;
    margin-top: -4px;
    left: auto;
    right: 20px;
}
.comBtmBox .comCircle .arrow::after {
    border-width: 8px 0 0 10px;
}
/*

.comBtmBox .comCircle .arrowMask {
    background-color: #007B39;
    height: 8px;
}
*/
@media all and (min-width: 768px)and (max-width: 1000px) {
    .en .comBtmBox .inner a {
        padding: 85px 150px 65px 40px;
    }
    .comBtmBox .inner a {
        padding: 85px 0 65px 139px;
    }
}
@media all and (min-width: 768px) {
    .comBtmBox a:hover::before {
        transform: none;
    }
    .scrollBtn:hover {
        opacity: 0.5;
    }
    .comBtmBox .comHover:hover .comCircle .arrow01 {
        opacity: 0;
        -webkit-animation: width01 0.3s forwards;
        animation: width01 0.3s forwards;
        animation-delay: 0.3s;
    }
    .comBtmBox .comHover:hover .comCircle .arrow02 {
        -webkit-animation: width02 0.3s forwards;
        animation: width02 0.3s forwards;
    }
}
@-webkit-keyframes width01 {
    0% {
        opacity: 1;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 56px;
    }
}
@-webkit-keyframes width02 {
    0% {
        width: 56px;
    }
    100% {
        width: 0;
    }
}
@keyframes width01 {
    0% {
        opacity: 1;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 56px;
    }
}
@keyframes width02 {
    0% {
        width: 56px;
    }
    100% {
        width: 0;
    }
}
@media all and (max-width: 767px) {
    .comBtmBox {
        position: relative;
    }
    .comBtmBox .inner {
        width: calc(100% - 15px);
    }
    .comBtmBox a {
        padding: 78px 20px 113px 20px;
    }
    .en .comBtmBox a {
        padding: 78px 10px 120px 20px;
    }
    .comBtmBox .inner a::before {
        display: none;
    }
    .comBtmBox::after {
        height: 190px;
    }
    .comBtmBox .title {
        margin-bottom: 32px;
        font-size: 1.3rem;
    }
    .en .comBtmBox .title {
        margin-bottom: 25px;
    }
    .comBtmBox .title span {
        font-size: 4.4rem;
    }
    .comBtmBox p {
        letter-spacing: 0.03em;
        line-height: 1.97;
    }
    .en .comBtmBox p {
        letter-spacing: 0.02em;
        line-height: 1.97;
    }
    .comBtmBox .comCircle {
        top: auto;
        margin-top: 0;
        bottom: 40px;
        right: 24px;
    }
}
@media all and (max-width: 374px) {
    .comBtmBox .title span {
        font-size: 4rem;
        margin-right: 14px;
    }
}
.scrollBtn {
    width: 58px;
    height: 170px;
    position: absolute;
    right: 0%;
    bottom: 0;
    z-index: 50;
    font-size: 1.15rem;
    font-weight: 300;
    letter-spacing: 0.15em;
    line-height: 1.48;
    writing-mode: horizontal-tb;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    -webkit-writing-mode: horizontal-tb;
    -webkit-writing-mode: vertical-rl;
    -webkit-writing-mode: tb-rl;
    background-color: #284F95;
    font-family: 'Oswald', sans-serif;
    transition: 0.5s;
}
.scrollBtn a {
    height: 100%;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scrollBtn a > span {
    position: relative;
    display: inline-block;
    padding-bottom: 68px;
}
.scrollBtn a > span span {
    margin-left: -1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 60px;
    width: 1px;
    overflow: hidden;
}
.scrollBtn a > span span::after {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.5;
    content: "";
    -webkit-animation: LINE 1.6s ease infinite;
    animation: LINE 1.6s ease infinite;
}
@keyframes LINE {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    60% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}
@-webkit-keyframes LINE {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    60% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%)
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}
@media all and (max-width: 767px) {
    .scrollBtn a {
        color: #65656A;
    }
    .scrollBtn {
        width: 53px;
        height: 110px;
        color: #65656A;
        line-height: 1.48;
        background-color: inherit;
    }
    .scrollBtn a > span {
        padding-bottom: 65px;
    }
    .scrollBtn a > span span::after {
        bottom: -2px;
        background-color: #65656A;
    }
}
@media all and (min-width: 768px) and (max-width: 950px) {
    .en .scrollBtn {
        width: 50px;
        height: 150px;
    }
}
/*------------------------------------------------------------
	fadeInAnim
------------------------------------------------------------*/
.fadeInAnim {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity .8s cubic-bezier(0.23, 1, 0.32, 1), transform .8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity .8s cubic-bezier(0.23, 1, 0.32, 1), transform .8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform .8s cubic-bezier(0.23, 1, 0.32, 1);
}
.fadeInAnim.visible {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
/*------------------------------------------------------------
	comTableBox
------------------------------------------------------------*/
.index_en .en .comTableBox {
    margin-top: -16px;
    padding-right: 13vw;
    width: calc(100% - 240px - 26.4vw - 40px);
    float: right;
}
.comTableBox table {
    width: 100%;
    border-collapse: collapse;
}
.comTableBox th, .comTableBox td {
    padding: 29px 20px 28px 47px;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    font-weight: 400;
    line-height: 1.79;
    word-break: break-all;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
}
.comTableBox th {
    padding-left: 0;
    width: 100px;
    border-bottom: 2px solid #009244;
}
.en .comTableBox th {
    padding-right: 10px;
    width: 180px;
    letter-spacing: 0.01em;
}
.comTableBox td {
    border-bottom: 2px solid #e2e6e9;
}
.en .comTableBox td {
    padding-left: 40px;
    letter-spacing: 0.02em;
}
.comTableBox td span {
    margin-right: 15px;
    display: inline-block;
    min-width: 150px;
}
.en .comTableBox td span {
    min-width: 158px;
}
.comTableBox tr:last-of-type th, .comTableBox tr:last-of-type td {
    border-bottom: none;
    padding-bottom: 0;
}
.comTableBox td a[target] {
    padding-right: 23px;
    background: url("../img/common/icon05.png") no-repeat right center / 12px;
}
.comTableBox td a:hover {
    opacity: 0.7;
}
@media all and (max-width: 767px) {
    #main.en .comTableBox {
        margin-top: 0;
        padding-right: 0;
        width: auto;
        float: none;
    }
    .comTableBox th, .comTableBox td {
        padding: 22px 0 21px;
        font-size: 1.3rem;
        letter-spacing: 0.05em;
        line-height: 1.92;
    }
    .comTableBox th {
        width: 21.54%;
    }
    .en .comTableBox th {
        padding-right: 0;
        width: 31%;
        letter-spacing: 0;
        line-height: 1.65;
    }
    .comTableBox td {
        padding-left: 18px;
        letter-spacing: 0.02em;
        line-height: 1.77;
    }
    .en .comTableBox td {
        padding-left: 24px;
        letter-spacing: 0.01em;
        line-height: 1.9;
    }
    .comTableBox td span {
        min-width: 109px;
    }
    .en .comTableBox td span {
        margin-right: 12px;
        min-width: inherit;
    }
}
@media all and (max-width: 374px) {
    .en .comTableBox th, .en .comTableBox td {
        font-size: 1.1rem;
    }
    .en .comTableBox th {
        width: 35%;
    }
    .en .comTableBox td {
        padding-left: 15px;
    }
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
    text-align: center;
}
.comBtn a {
    padding: 17px 30px;
    width: 300px;
    display: inline-block;
    position: relative;
    color: #009244;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: -0.05em;
    line-height: 1.12;
    box-sizing: border-box;
    border: 1px solid #009244;
    transition: 0.3s;
}
.comBtn a::after {
    width: 7px;
    height: 7px;
    display: inline-block;
    position: absolute;
    right: 23px;
    top: 47%;
    border-top: 1px solid #009244;
    border-right: 1px solid #009244;
    transform: rotate(45deg) translateY(-50%);
    transition: 0.3s;
    content: "";
}
.comBtn a::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #009244;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
    content: "";
}
@media all and (min-width: 768px) {
    .comBtn a:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .comBtn a:hover {
        color: #fff;
    }
    .comBtn a:hover::after {
        border-color: #fff;
    }
}
@media all and (max-width: 767px) {
    .comBtn {
        margin: 0 auto;
        max-width: 350px;
    }
    .comBtn a {
        padding: 18px 30px;
        width: 100%;
    }
    .comBtn a::after {
        width: 7px;
        height: 7px;
        display: inline-block;
        position: absolute;
        right: 23px;
        top: 47%;
        border-top: 1px solid #009244;
        border-right: 1px solid #009244;
        transform: rotate(45deg) translateY(-50%);
        transition: 0.3s;
        content: "";
    }
    .comBtn a::before {
        display: none;
    }
}
/*------------------------------------------------------------
	comCircle
------------------------------------------------------------*/
.comCircle {
    margin-left: 26px;
    display: inline-block;
    width: 27px;
    height: 27px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: relative;
    box-sizing: border-box;
}
.comCircle .circle {
    color: #fff;
    -webkit-animation: c-arw-btn-circle 2s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    animation: c-arw-btn-circle 2s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: -1px;
    stroke: #fff;
    stroke-width: 3px;
    stroke-dasharray: 200px 200px;
    stroke-dashoffset: 200px;
    fill: none;
    width: 27px;
    height: 27px;
    z-index: 10;
}
.comCircle.green {
    border: 1px solid rgba(0, 146, 68, 0.3);
}
.comCircle.green .circle {
    color: #009244;
    stroke: #009244;
}
@media all and (min-width: 768px) {
    .comHover:hover .comCircle .circle {
        -webkit-animation: c-arw-btn-circle-ov 2s cubic-bezier(0.075, 0.82, 0.165, 1) 0s forwards;
        animation: c-arw-btn-circle-ov 2s cubic-bezier(0.075, 0.82, 0.165, 1) 0s forwards
    }
}
@-webkit-keyframes c-arw-btn-circle {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        stroke-dashoffset: 0
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        stroke-dashoffset: -200px;
    }
}
@keyframes c-arw-btn-circle {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        stroke-dashoffset: 0
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        stroke-dashoffset: -200px
    }
}
@-webkit-keyframes c-arw-btn-circle-ov {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        stroke-dashoffset: 200px
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        stroke-dashoffset: 0
    }
}
@keyframes c-arw-btn-circle-ov {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        stroke-dashoffset: 200px
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        stroke-dashoffset: 0
    }
}
.comCircle .arrow {
    display: inline-block;
    height: 4px;
    overflow: hidden;
    width: 30px;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -2px;
}
.comCircle .arrow:before {
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.comCircle .arrow:after, .comCircle .arrow:before {
    display: inline-block;
    position: absolute;
    bottom: 0;
    content: "";
}
.comCircle .arrow:after {
    right: -1px;
    width: 0;
    height: 0;
    border-width: 4px 0 0 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.comCircle .arrowMask {
    display: inline-block;
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 30px);
    height: 5px;
    transform: translateX(-100%);
    background-color: #1D3336;
}
.comCircle .arrowMask:before {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: 4px 0 0 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    content: "";
}
.comCircle.green .arrow:before {
    background-color: #009244;
}
.comCircle.green .arrow:after {
    border-color: transparent transparent transparent #009244;
}
.comCircle.green .arrowMask {
    background-color: #F2F4F5;
}
.comCircle.green .arrowMask:before {
    border-color: transparent transparent transparent #009244;
}
@media all and (min-width: 768px) {
    .comHover:hover .comCircle .arrowMask {
        animation: mask .8s cubic-bezier(.445, .05, .55, .95) forwards;
        -webkit-animation: mask .8s cubic-bezier(.445, .05, .55, .95) forwards;
    }
}
@media all and (-ms-high-contrast:none) {
    .comHover:hover .comCircle .arrowMask {
        animation: mask_ie11 .8s cubic-bezier(.445, .05, .55, .95) forwards
    }
}
@keyframes mask {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(calc(100% - 16px));
    }
}
@keyframes mask_ie11 {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%) translateX(-16px);
    }
}
/*------------------------------------------------------------
	imgLeft
------------------------------------------------------------*/
.jsImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: all .5s ease .2s;
    z-index: 11;
}
.jsImg.on {
    transform: translateX(100%);
}
/*------------------------------------------------------------
	comfix
------------------------------------------------------------*/
#main .comfix {
    display: block !important;
}
.comfix .comfixTtl {
    float: left;
}
.comfix .comfixRight {
    float: right;
}
@media all and (max-width: 767px) {
    .comfix .comfixTtl {
        float: none;
    }
    .comfix .comfixRight {
        float: none;
    }
}
/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    overflow: hidden;
}
.loading .logoImg {
    width: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
@media all and (-ms-high-contrast:none) {
    #container {
        overflow: hidden;
    }
}
/*------------------------------------------------------------
	submit
------------------------------------------------------------*/
.submit {
    text-align: center;
}
.en .submit {
    margin-right: -120px;
}
.submit li {
    margin: 0 18px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.submit li input {
    padding: 17px 30px;
    min-width: 300px;
    color: #009244;
    font-size: 1.6rem;
    font-weight: 500;
    border-radius: 0;
    letter-spacing: 0.06em;
    line-height: 1.12;
    border: 1px solid #009244;
    background: none;
    cursor: pointer;
    -webkit-appearance: none;
    transition: 0.3s;
}
.en .submit li input {
    letter-spacing: 0;
}
.submit li::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #009244;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
    content: "";
}
.submit li::after {
    width: 7px;
    height: 7px;
    display: inline-block;
    position: absolute;
    right: 23px;
    top: 47%;
    border-top: 1px solid #009244;
    border-right: 1px solid #009244;
    transform: rotate(45deg) translateY(-50%);
    transition: 0.3s;
    content: "";
}
@media all and (min-width: 768px) {
    .submit li:hover::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }
    .submit li:hover input {
        color: #fff;
    }
    .submit li:hover::after {
        border-color: #fff !important;
    }
}
@media all and (max-width: 767px) {
    .submit {
        margin: 0 auto;
        max-width: 350px;
    }
    .en .submit {
        margin-right: auto;
    }
    .submit li {
        margin: 0 0 20px;
        display: block;
    }
    .submit li:last-child {
        margin-bottom: 0;
    }
    .submit li input {
        padding: 18px 30px;
        width: 100%;
        min-width: inherit;
        letter-spacing: 0.03em;
    }
    .submit li::after {
        right: 25px;
    }
    .submit li::before {
        display: none;
    }
    .submit li:hover input {
        color: #009244;
    }
    .submit li:hover::after {
        border-color: #009244;
    }
}

.index_en .en .comTableBox.csr_btmBox {
    margin-top: 70px;
}
.index_en .en .comTableBox.csr_btmBox p {
    letter-spacing: 0.08em;
    max-width: 48px;
}
.index_en .en .comTableBox.csr_btmBox a[target] {
    padding-right: 23px;
    background: url(../img/common/icon05.png) no-repeat right 64px top 52% / 11.5px;
    color: #585858;
    border: solid 1px #999;
    padding: 15px 89px 15px 78px;
}
.index_en .en .comTableBox.csr_btmBox a:hover {
    opacity: 0.7;
}
@media all and (max-width: 767px) {
    .index_en #main.en .comTableBox.csr_btmBox {
        margin-top: 45px!important;
    }
    .index_en #main.en .comTableBox.csr_btmBox p {
        max-width: 100%;
        text-align: center;
    }
}
@media all and (max-width: 374px) {
    .index_en #main.en .comTableBox.csr_btmBox a[target] {
        padding-right: 21px;
        background: url(../img/common/icon05.png) no-repeat right 68px top 53% / 11px;
        font-size: 12px;
        padding: 15px 89px 15px 78px;
    }
}