@charset "UTF-8";
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

a, address, article, aside, audio, b, big, blockquote, body, button, caption, center, cite, code, dd, details, div, dl, dt, em, fieldset, figcaption, figure, footer, form, form, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, mark, menu, nav, ol, p, pre, q, s, section, select, small, span, strong, summary, table, tbody, td, textarea, tfoot, th, thead, time, tr, u, ul, video {
    margin: 0;
    padding: 0;
    font-size: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

[type="button"],
[type="reset"],
[type="submit"],
a,
a img,
button {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
* {
    margin: 0;
    padding: 0;
}

::-moz-selection {
    color: #fff;
    background-color: #008630;
}

::selection {
    color: #fff;
    background-color: #008630;
}

body {
    font-size: 1.8rem;
    font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #333;
    background-color: #F2F2F2;
    line-height: 1.5;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    word-break: break-all;
}

@media (max-width: 540px) {
    body {
        font-size: 1.6rem;
    }
}

body._fixed {
    width: 100%;
    height: 100%;
    position: fixed;
}

.subpage main {
    margin-top: 76px;
}

@media (max-width: 700px) {
    .subpage main {
        margin-top: 62px;
    }
}

img {
    height: auto;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

p {
    line-height: 1.75;
    margin: .5em 0;
}

.img {
    position: relative;
    width: 100%;
}

.img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

/*===================================================================
	共通css
===================================================================*/
@media (min-width: 701px) {
    .sp {
        display: none;
    }
}

@media (max-width: 700px) {
    .pc {
        display: none;
    }
}

.cmn {
    padding: clamp(30px, 4vw, 80px) 0;
}

.cmn_inner {
    width: 100%;
    margin: 0 auto;
}

.cmn_inner.-xl {
    max-width: 1520px;
}

@media (max-width: 1520px) {
    .cmn_inner.-xl {
        padding: 0 4%;
    }
}

.cmn_inner.-lg {
    max-width: 1240px;
}

@media (max-width: 1240px) {
    .cmn_inner.-lg {
        padding: 0 4%;
    }
}

.cmn_inner.-md {
    max-width: 960px;
}

@media (max-width: 960px) {
    .cmn_inner.-md {
        padding: 0 4%;
    }
}

.sec_ttl .en {
    font-size: clamp(4rem, 5.5vw, 8.7rem);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    display: block;
    line-height: 1;
}

.sec_ttl .ja {
    display: inline-block;
    font-size: clamp(1.6rem, 1.8vw, 2.8rem);
    position: relative;
    padding: 0 1.5em;
}

.sec_ttl .ja::before, .sec_ttl .ja::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1em;
    height: 1px;
}

.sec_ttl .ja::before {
    left: 0;
}

.sec_ttl .ja::after {
    right: 0;
}

.sec_ttl.-green {
    color: #008630;
}

.sec_ttl.-green .ja::before, .sec_ttl.-green .ja::after {
    background-color: #008630;
}

.sec_ttl.-white {
    color: #FFF;
}

.sec_ttl.-white .ja::before, .sec_ttl.-white .ja::after {
    background-color: #FFF;
}

.sec_ttl2 {
    color: #008630;
    font-size: clamp(2.4rem, 3.5vw, 4.5rem);
}

.page_ttl {
    color: #FFF;
    background: -webkit-linear-gradient(135deg, #0cd254 0%, #008630 100%);
    background: linear-gradient(-45deg, #0cd254 0%, #008630 100%);
    padding: 150px 0 70px;
}

@media (max-width: 960px) {
    .page_ttl {
        padding: 100px 0 40px;
        margin-bottom: 40px;
    }
}

.page_ttl .en {
    font-size: clamp(4rem, 7vw, 8.7rem);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    display: block;
    line-height: 1;
}

.page_ttl .ja {
    font-size: clamp(2rem, 0.10417vw, 2.6rem);
    padding: 0 1em;
    display: inline-block;
    position: relative;
    margin-top: .25em;
}

.page_ttl .ja::before, .page_ttl .ja::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .5em;
    height: 2px;
    background-color: #FFF;
}

.page_ttl .ja::before {
    left: 0;
}

.page_ttl .ja::after {
    right: 0;
}

.btn.-center {
    text-align: center;
}

.btn a {
    display: inline-block;
    background-color: #008630;
    color: #FFF;
    font-weight: 500;
    border-radius: 2em;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn a:hover {
    color: #FFF;
    background-color: #63b580;
}

.btn_main {
    padding: 1em 2.5em 1em 2em;
}

.btn_main::after {
    font-family: 'icomoon';
    content: "󰅂";
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 50%;
    right: .5em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 540px) {
    .btn_main {
        padding: .5em 2em .5em 1.5em;
    }
}

.btn_back {
    padding: .5em 1.5em .5em 2em;
}

.btn_back::after {
    font-family: 'icomoon';
    content: "󰅁";
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 50%;
    left: .5em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/*===================================================================
	header
====================================================================*/
.hamburger {
    position: relative;
    cursor: pointer;
    width: 70px;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 540px) {
    .hamburger {
        width: 55px;
        height: 40px;
    }
}

.hamburger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    height: 3px;
    width: 50%;
    background: #008630;
}

.hamburger span:nth-of-type(1) {
    top: 10%;
}

.hamburger span:nth-of-type(2) {
    top: 30%;
}

.hamburger span:nth-of-type(3) {
    top: 50%;
}

.hamburger span:nth-of-type(3)::after {
    content: "menu";
    position: absolute;
    top: 3px;
    left: 0;
    color: #008630;
    font-size: 1.4rem;
    width: 2.5em;
}

@media (max-width: 540px) {
    .hamburger span:nth-of-type(3)::after {
        font-size: 1.2rem;
    }
}

.hamburger.active span {
    width: 50%;
    top: 35%;
    left: 50%;
    background-color: #FFF;
}

.hamburger.active span:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

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

.hamburger.active span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.hamburger.active span:nth-of-type(3)::after {
    content: "close";
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 4px;
    left: 45%;
    color: #FFF;
}

.hd_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 95%;
    z-index: 110;
    max-width: 1520px;
    margin: 0 auto;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 20px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
}

@media (max-width: 540px) {
    .hd_fixed {
        padding: 10px;
        border-radius: 0 0 15px 15px;
    }
}

.hd_logo a img {
    max-width: 250px;
}

@media (max-width: 1240px) {
    .hd_logo a img {
        max-width: 200px;
    }
}

@media (max-width: 540px) {
    .hd_logo a img {
        max-width: 180px;
    }
}

.hd_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 960px) {
    .hd_content {
        gap: 0;
    }
}

@media (max-width: 540px) {
    .hd_content_free {
        display: none;
    }
}

.hd_content_free img {
    max-width: 359px;
}

@media (max-width: 1240px) {
    .hd_content_free img {
        max-width: 230px;
    }
}

.hd_content_order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
}

@media (max-width: 960px) {
    .hd_content_order {
        display: none;
    }
}

.hd_content_order a {
    display: block;
    background-color: #008630;
    color: #FFF;
    padding: 3px 7px 3px 2em;
    border-radius: 5px;
    position: relative;
}

.hd_content_order a::after {
    position: absolute;
    content: "";
    left: .5em;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-filter: invert(99%) sepia(3%) saturate(884%) hue-rotate(292deg) brightness(117%) contrast(100%);
    filter: invert(99%) sepia(3%) saturate(884%) hue-rotate(292deg) brightness(117%) contrast(100%);
}

.hd_content_order a:hover {
    background-color: #63b580;
}

.hd_content_order_mail::after {
    background-image: url("../img/00_cmn/icon_mail.svg");
}

.hd_content_order_fax::after {
    background-image: url("../img/00_cmn/icon_fax.svg");
}

@media (max-width: 960px) {
    .hd_content_tel {
        display: none;
    }
}

.hd_content_tel a {
    border: solid 1px #008630;
    border-radius: 30px;
    padding: .25em 1em .25em 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hd_content_tel a img {
    max-width: 35px;
}

.hd_content_tel a span {
    font-size: 2.6rem;
    color: #008630;
    font-weight: 700;
}

.hd_content_tel a:hover {
    opacity: .6;
}

.hd_nav_lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hd_nav_list {
    position: relative;
}

.hd_nav_list:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 60%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-color: #008630;
}

.hd_nav_list a {
    padding: 0 .25em;
    margin: 0 1em;
    display: block;
}

.gnav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 134, 48, 0.9);
    padding: 50px 30px 80px;
    -webkit-transition: all .5s;
    transition: all .5s;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 540px) {
    .gnav {
        padding: 50px 4% 80px;
    }
}

.gnav_wrap {
    display: none;
    padding: clamp(20px, 2.5vw, 40px);
    overflow-y: scroll;
    overflow-x: hidden;
    background: white;
    max-width: 960px;
    border-radius: 20px;
}

@media (max-width: 540px) {
    .gnav_wrap {
        border-radius: 10px;
    }
}

.gnav_wrap::-webkit-scrollbar {
    width: 5px;
    height: 10px;
}

.gnav_wrap::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    width: 5px;
    border-radius: 5px;
}

.gnav_logo a img {
    max-width: 300px;
}

@media (max-width: 540px) {
    .gnav_logo a img {
        max-width: 240px;
    }
}

.gnav_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin: 20px auto;
}

@media (max-width: 700px) {
    .gnav_nav {
        gap: 0;
        margin: 0;
    }
}

.gnav_nav_lists:nth-child(1) {
    width: calc(55% - 15px);
}

@media (max-width: 700px) {
    .gnav_nav_lists:nth-child(1) {
        width: 100%;
    }
}

.gnav_nav_lists:nth-child(2) {
    width: calc(45% - 15px);
}

@media (max-width: 700px) {
    .gnav_nav_lists:nth-child(2) {
        width: 100%;
    }
}

.gnav_nav_list a {
    display: block;
    margin: 1em 0;
}

@media (max-width: 540px) {
    .gnav_nav_list a {
        margin: .7em;
    }
}

.gnav_nav_list a:hover {
    opacity: .6;
}

.gnav_nav_list a.nolink {
    opacity: 1;
}

.gnav_nav_list a span {
    color: #008630;
}

.gnav_nav_list a .en {
    font-size: 1.25em;
    font-weight: 600;
}

@media (max-width: 540px) {
    .gnav_nav_list a .en {
        font-size: 1.5em;
    }
}

.gnav_nav_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 1em;
}

.gnav_nav_list ul li {
    width: calc(50% - 2.5px);
}

@media (max-width: 540px) {
    .gnav_nav_list ul li {
        width: 100%;
    }
}

.gnav_nav_list ul li a {
    background-color: #F2F2F2;
    color: #008630;
    padding: .5em 1em;
    margin: 0;
    position: relative;
}

.gnav_nav_list ul li a::after {
    font-family: 'icomoon';
    content: "󰅂";
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 50%;
    right: .5em;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.gnav_nav_list ul li a::after {
    color: #FFF;
    background-color: #008630;
    border-radius: 1em;
    font-weight: 400;
    font-size: .75em;
    padding: 0 0.25em;
}

.gnav_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 700px) {
    .gnav_contact {
        gap: 5px;
    }
}

.gnav_contact a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #008630;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
}

@media (max-width: 700px) {
    .gnav_contact a {
        padding: 8px;
        border-radius: 6px;
    }
}

.gnav_contact a.gnav_contact_form {
    width: 100%;
    font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}

.gnav_contact a.gnav_contact_tel, .gnav_contact a.gnav_contact_fax {
    width: calc(50% - 5px);
    font-size: clamp(1.6rem, 1.8vw, 2.2rem);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

@media (max-width: 700px) {
    .gnav_contact a.gnav_contact_tel, .gnav_contact a.gnav_contact_fax {
        width: 100%;
    }
}

.gnav_contact a img {
    max-width: 50px;
    margin-right: 5px;
}

@media (max-width: 700px) {
    .gnav_contact a img {
        max-width: 30px;
        width: 30%;
    }
}

.gnav_contact a span {
    color: #FFF;
}

.gnav_contact a.a_link:hover {
    background-color: #EF8200;
}

.gnav_sublist {
    margin-top: 1em;
}

.gnav_sublist li a {
    display: inline-block;
    color: #008630;
    margin: .3em 0;
}

.gnav_sublist li a:hover {
    opacity: .6;
}

.gnav.panelactive {
    opacity: 1;
    z-index: 998;
    pointer-events: auto;
}

.gnav.panelactive .gnav_wrap {
    display: block;
}

/*====================================================================
	footer
====================================================================*/
.ft {
    background-color: #008630;
    position: relative;
    padding-top: 7.3vw;
}

.ft::before {
    content: "";
    position: absolute;
    z-index: 2;
    background-color: #F2F2F2;
    height: clamp(30px, 5vw, 80px);
    width: 100%;
    top: -1px;
    left: 0;
    border-radius: 0 0 clamp(30px, 5vw, 80px) clamp(30px, 5vw, 80px);
}

.ft_inner {
    padding: 0 4%;
}

.ft_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 40px clamp(20px, 2.6vw, 50px);
    border-bottom: solid 1px #FFF;
}

@media (max-width: 1240px) {
    .ft_contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ft_contact .sec_ttl {
    width: 30%;
}

@media (max-width: 1240px) {
    .ft_contact .sec_ttl {
        width: 100%;
        text-align: center;
    }
}

.ft_contact_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}

.ft_contact_content a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #F2F2F2;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

@media (max-width: 700px) {
    .ft_contact_content a {
        padding: 10px;
    }
}

.ft_contact_content a.ft_contact_form {
    width: 100%;
    font-size: clamp(2rem, 1.8vw, 3.2rem);
}

.ft_contact_content a.ft_contact_tel, .ft_contact_content a.ft_contact_fax {
    width: calc(50% - 5px);
    font-size: clamp(2.5rem, 2vw, 4rem);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

@media (max-width: 700px) {
    .ft_contact_content a.ft_contact_tel, .ft_contact_content a.ft_contact_fax {
        width: 100%;
    }
}

.ft_contact_content a img {
    max-width: 80px;
    margin-right: 5px;
}

@media (max-width: 700px) {
    .ft_contact_content a img {
        max-width: 50px;
        width: 30%;
    }
}

.ft_contact_content a span {
    color: #008630;
    font-weight: 500;
}

.ft_contact_content a.a_link:hover {
    background-color: #EF8200;
}

.ft_contact_content a.a_link:hover span {
    color: #FFF;
}

.ft_body {
    color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
    padding: clamp(20px, 2.2vw, 40px) clamp(20px, 2.6vw, 50px);
}

@media (max-width: 960px) {
    .ft_body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.ft_body_content .logo img {
    max-width: 500px;
}

.ft_body_content .logo img:hover {
    opacity: .6;
}

.ft_body_content dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ft_body_content dl dt {
    width: 5em;
}

.ft_body_content dl dd {
    width: calc(100% - 5em);
}

.ft_body_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 20px;
}

.ft_body_nav .nav_lists .nav_list a {
    font-size: 1.8rem;
    margin: .5em 0;
    display: inline-block;
}

@media (max-width: 540px) {
    .ft_body_nav .nav_lists .nav_list a {
        font-size: 1.6rem;
    }
}

.ft_body_nav .nav_lists .nav_list a.nolink {
    opacity: .6;
}

.ft_body_nav .nav_lists .nav_list a.nolink:hover {
    color: #FFF;
}

.ft_body_nav .nav_lists .nav_list a:hover {
    color: #EF8200;
}

.ft_body_nav .nav_lists .nav_list ul {
    margin-left: 1em;
}

.ft .copyraight {
    text-align: center;
    color: #FFF;
    margin: 0;
    padding: 1em;
    font-size: .85em;
}
