@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");

/*■01.RESET HTML*/
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

a {
    color: #2d383e;
    text-decoration: underline;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    text-decoration: none;
}

html {
    overflow-y: auto;
}

#wrapper {
    box-sizing: border-box;
    overflow: hidden;
}

body {
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
    color: #2d383e;
    line-height: normal;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

body p {
    line-height: 1.8;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

/*■02.CLEAR FLOAT*/
.clearfix:after {
    clear: both;
    display: block;
    content: " ";
    height: 0px;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hide these rules from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.br-sp {
    display: none;
}

.clearfix {
    display: block;
}

.hidden {
    display: none;
}

/*■03.USE MEDIA*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.media,
.media-body {
    overflow: hidden;
}

.media-text:after {
    clear: both;
    display: block;
    content: "";
    height: 0px;
    visibility: hidden;
}

/*■05.FLEX*/
.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex_jus_center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex_jus_between {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*align-items*/
.flex_align_item_start {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.flex_align_item_end {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.flex_align_item_center {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.mt0 {
    margin-top: 0 !important;
}

.mt120 {
    margin-top: 120px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb140 {
    margin-bottom: 140px;
}

.txt_r {
    text-align: right;
}

/* ▽ PC-TAB layout ========== */
@media screen and (min-width: 768px) {
    .pc {
        display: block !important;
    }

    .sp {
        display: none !important;
    }
}

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

    .sp {
        display: block !important;
    }

    .br-sp {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    a[href*="tel:"] {
        pointer-events: auto;
        cursor: pointer;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        box-sizing: border-box;
        padding: 0 4%;
    }
}

/*■--------------------CM CSS--------------------*/
.a_absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.btn_arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 30px;
    height: 1px;
    background: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.btn_arrow:after {
    content: '';
    position: absolute;
    top: -4px;
    right: 3px;
    margin: auto;
    width: 0;
    height: 0;
    border: solid #fff;
    border-width: 0 1px 0 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.btn_arrow.arr_back {
    right: auto;
    left: 20px;
}

.btn_arrow.arr_back:after {
    right: 0;
    left: -14px;
    border-width: 1px 0 0 0;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
}

.btn_arrow.arr_green {
    background: #129490;
}

.btn_arrow.arr_green:after {
    border-color: #129490;
}

.list_btn {
    /*display: flex;*/
    width: 120px;
}

.list_btn li {
    /*width: 50%;*/
}

.list_btn li a {
    height: 70px;
}

.list_btn li a .cm_text {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
}

@media screen and (max-width: 1200px) {
    .list_btn {
        width: 120px;
    }
}

@media screen and (max-width: 1280px) {
    .list_btn li a {
        height: 54px;
    }
}

@media screen and (max-width: 767px) {
    .list_btn {
        width: 100px;
        margin-right: 4%;
    }

    .list_btn li a .cm_text {
        font-size: 12px;
        font-weight: normal;
    }
}

@media screen and (max-width: 480px) {
    .list_btn {
        width: 80px;
    }

    .list_btn li a {
        height: 44px;
    }
}

.style_btn01 {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    color: #fff;
    text-align: center;
    text-decoration: none !important;
}

.style_btn01:hover {
    box-shadow: 0px 2px 0px 0px #fff;
}

.style_btn01 span {
    display: block;
    width: 100%;
}

.style_btn01 span.ico {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
}

.style_btn01 .cm_text {
    font-weight: bold;
}


.style_btn01.btn-mail {
    background: #40B373;
}

.style_btn01.btn-mail .ico {
    background: url(../img/mail_icon.png) no-repeat center left;
    background-size: 20px;
    width: 20px;
    height: 15px;
}

.btn02 {
    margin-top: 50px;
}

.btn02 a,
.btn02 .style_submit {
    background: #129490;
    border: 1px solid #129490;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 60px;
    position: relative;
    min-width: 280px;
    color: #fff;
    z-index: 3;
}

.btn02 a:after,
.btn02 .style_submit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
}

.btn02 a:hover,
.btn02 .style_submit:hover {
    color: #40B373;
}

.btn02 a:hover .btn_arrow,
.btn02 .style_submit:hover .btn_arrow {
    background: #40B373;
}

.btn02 a:hover .btn_arrow:after,
.btn02 .style_submit:hover .btn_arrow:after {
    border-color: #40B373;
}

.btn02 a:hover:after,
.btn02 .style_submit:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}

.btn02.btn_white a {
    background: #fff;
    border-color: #fff;
    color: #0080cc;
}

.btn02.btn_white a:after {
    background: #0080cc;
}

.btn02.btn_white a .btn_arrow {
    background: #0080cc;
}

.btn02.btn_white a .btn_arrow:after {
    border-color: #0080cc;
}

.btn02.btn_white a:hover {
    color: #fff;
}

.btn02.btn_white a:hover:after {
    background: #0080cc;
}

.btn02.btn_white a:hover .btn_arrow {
    background: #fff;
}

.btn02.btn_white a:hover .btn_arrow:after {
    border-color: #fff;
}

.btn02.btn_white.bd_blue a {
    border-color: #0080cc;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .btn02 a {
        padding: 20px 60px 15px;
    }

    .btn02 .style_submit:hover {
        background: #ff6d2d;
    }
}

@media screen and (max-width: 767px) {
    .btn02 {
        margin-top: 5%;
    }

    .btn02 a,
    .btn02 .style_submit {
        padding: 10px 60px;
        min-width: 250px;
    }
}

.ttl01 {
    position: relative;
    font-size: 1.4em;
    color: #129490;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.ttl01:after {
    position: absolute;
    content: "";
    background: #129490;
    width: 150px;
    height: 1px;
    bottom: 0;
    left: 0;
}

.ttl01 .en {
    display: block;
    font-size: 5em;
    font-family: "Oswald", sans-serif;
    font-weight: bold;
    color: #40B373;
    letter-spacing: 8px;
    line-height: 1.1;
}

.ttl01.ttl_white {
    color: #fff;
}

.ttl01.ttl_white:after {
    background: #fff;
}

.ttl01.ttl_white .en {
    color: #fff;
}

@media screen and (max-width: 767px) {
    .ttl01 {
        font-size: 20px !important;
        padding-bottom: 4%;
        margin-bottom: 6%;
    }

    .ttl01 .en {
        font-size: 60px !important;
        letter-spacing: 4px;
    }
}

.font_Oswald {
    font-family: "Oswald", sans-serif;
}

.text01 {
    font-weight: bold;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .text01 {
        font-size: 15px;
    }
}

/*■--------------------HEADER--------------------*/
#header {
    position: relative;
    z-index: 99999999;
}

#header .inner {
    width: 100%;
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    position: fixed;
    background-color: #fff;
}

#header .inner .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    background: #fff;
    border-radius: 0 0 30px;
    text-align: center;
}

#header .header-links {
    width: calc(100% - 350px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media screen and (max-width: 1281px) {
    #header .header-links {
        width: calc(100% - 200px);
    }
}

#header .header-links .left_links {
    width: calc(100% - 260px);
    padding-right: 15px;
    box-sizing: border-box;

}

#header .header-links .left_links .head_left {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    display: none;
}


#header .header-links .cm-phone {
    margin-left: 25px;
    color: #000;
}

#header .gnav {
    position: relative;
    display: flex;
    justify-content: flex-end;
    z-index: 4;
}

#header .gnav li {
    position: relative;
}

#header .gnav li:not(:first-child) {
    margin-left: 45px;
}

#header .gnav li .sub_link {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 240px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    display: none;
    z-index: 999;
}

#header .gnav li .sub_link li {
    text-align: left;
    border-bottom: 1px dashed #40B373;
    margin-left: 0;
}

#header .gnav li .sub_link li a {
    position: relative;
    padding: 10px 20px 10px 10px;
    color: #40B373;
    text-shadow: none;
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
}

#header .gnav li .sub_link li a:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background: #40B373;
    border-radius: 100%;
    top: 50%;
    left: auto;
    right: 5px;
    transform: translateY(-50%);
    margin: 0;
}

#header .gnav li .sub_link li a:before {
    position: absolute;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 12px;
    color: #fff;
    top: 50%;
    right: 9px;
    transform: translateY(-50%);
    z-index: 9;
}

@media screen and (min-width: 768px) {
    #header .gnav li .sub_link li a:hover {
        background: #40B373;
        color: #fff;
    }

    #header .gnav li .sub_link li a:hover:after {
        background: #fff;
    }

    #header .gnav li .sub_link li a:hover:before {
        color: #1b597e;
    }
}

@media screen and (max-width: 1281px) {
    #header .gnav li:not(:first-child) {
        margin-left: 28px;
    }
}

@media screen and (max-width: 1025px) {
    #header .gnav li:not(:first-child) {
        margin-left: 16px;
    }
}

#header .gnav li a {
    text-decoration: none;
    padding: 6px 0;
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 15px;
}

@media screen and (min-width: 1025px) {
    #header .gnav li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 0;
        height: 2px;
        background: #40B373;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    #header .gnav li a:hover:after {
        width: 100%;
        margin: auto;
    }
}

#header .navTrigger {
    display: none;
}

@media screen and (max-width: 1024px) {
    #header {
        position: relative;
    }

    #header .inner .logo {
        width: 30%;
    }

    #header .header-links {
        width: 70%;
    }

    #header .header-links .header_contact {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 0;
    }

    #header .header-links .header_contact .btn {
        margin-right: 15px;
    }

    #header .header-links .header_contact .cm-phone {
        margin-right: 10px;
        margin-left: 0;
    }

    #header .header-links .header_contact .cm-phone a {
        font-size: 28px;
    }

    #header .gnav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        border: none;
        padding: 10px 20px 30px;
    }

    #header .gnav.opened {
        opacity: 1;
        visibility: visible;
    }

    #header .gnav ul {
        display: block;
        width: 100%;
    }

    #header .gnav li {
        margin: 0 !important;
    }

    #header .gnav li a {
        display: block;
        width: 100%;
        padding: 15px;
        border-bottom: 1px solid #2d383e;
        position: relative;
        text-shadow: none;
        color: #2d383e;
    }

    #header .gnav .sub_menu a:before {
        position: absolute;
        content: "\f067";
        color: #40B373;
        font-family: FontAwesome;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
    }

    #header .gnav .sub_menu a.opened:before {
        content: "\f068";
    }

    #header .gnav li .sub_link {
        position: relative;
        width: 100%;
    }

    #header .gnav li .sub_link li a {
        border-bottom: none;
    }

    #header .navTrigger {
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
        width: 54px;
        height: 54px;
        position: relative;
        display: block;
        border: 1px solid #123321;
    }

    #header .navTrigger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 30px;
        background: #123321;
        opacity: 1;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #header .navTrigger span:nth-child(1) {
        top: 15px;
        transform-origin: left center;
    }

    #header .navTrigger span:nth-child(2) {
        top: 0;
        bottom: 0;
        margin: auto;
        transform-origin: left center;
    }

    #header .navTrigger span:nth-child(3) {
        bottom: 14px;
        transform-origin: left center;
    }

    #header .navTrigger.active span:nth-child(1) {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        left: 9px;
        top: 13px;
    }

    #header .navTrigger.active span:nth-child(2) {
        opacity: 0;
    }

    #header .navTrigger.active span:nth-child(3) {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        left: 7px;
        bottom: 14px;
    }
}

@media screen and (max-width: 767px) {
    #header {
        border-bottom: none;
        max-height: 64px;
    }

    #header .inner {
        padding: 0 2%;
    }

    #header .inner .logo {
        width: 42%;
        padding: 15px 0%;
        box-sizing: border-box;
        height: auto;
    }

    #header .header-links {
        width: 58%;
    }

    #header .header-links .left_links .head_left {
        display: none;
    }

    #header .gnav {
        display: block;
    }

    #header .gnav .f_sp {
        text-align: center;
        padding: 2% 0;
    }

    #header .header-links .gnav .cm-phone {
        color: #3d3d3d;
        margin-left: 0;
    }

    #header .header-links .gnav .cm-phone a {
        background: url("../common_img/sp_h_ico_tel.png") no-repeat center left;
        background-size: 20px;
        color: #0080cc;
        line-height: normal;
        font-size: 32px;
    }

    #header .header-links .gnav .cm-phone .time {
        font-size: 14px;
    }

    #header .header-links .header_contact .cm-phone {
        display: none;
    }

    #header .header-links .header_contact .btn .btn-mail {
        width: 51px;
        height: 46px;
        border-radius: 5px;
        box-shadow: 0px 2px 0px 0px #cb961c;
    }

    #header .header-links .header_contact .btn .btn-mail .ico {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    #header .navTrigger {
        width: 44px;
        height: 44px;
    }

    #header .navTrigger span {
        width: 26px;
    }

    #header .navTrigger span:nth-child(1) {
        top: 11px;
    }

    #header .navTrigger span:nth-child(3) {
        bottom: 11px;
    }

    #header .navTrigger.active span:nth-child(1) {
        top: 10px;
        left: 8px;
    }

    #header .navTrigger.active span:nth-child(3) {
        bottom: 10px;
        left: 8px;
    }
}

.cm-phone {
    text-align: center;
    line-height: normal;
    /* color: #fff; */
}

.cm-phone a {
    background: url(../common_img/h_ico_tel_blue.png) no-repeat center left;
    color: #0080cc;
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    padding-left: 25px;
    line-height: 1;
}

.cm-phone .time {
    font-size: 11px;
}

/*■--------------------FOOTER--------------------*/
#footer {
    background: #2E8053;
    padding-top: 100px;
    color: #fff;
}

#footer .container {
    width: 1000px;
}

#footer a {
    color: #fff;
}

#footer .footer_info {
    text-align: center;
}

#footer .address {
    margin-top: 30px;
}

#footer .map {
    margin-top: 30px;
}

#footer .map a {
    display: inline-block;
    width: 150px;
    text-decoration: none;
    border-radius: 20px;
    padding: 0 10px;
    font-weight: bold;
}

#footer .map a:hover {
    transform: translateY(-5px);
}

#footer .footer_map {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #70a0bd;
    margin-top: 30px;
    padding: 50px 0;
}

#footer .footer_map ul li {
    margin-bottom: 5px;
}

#footer .footer_map ul li a {
    text-decoration: none;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    padding-bottom: 5px;
    color: #fff;
    position: relative;
}

@media screen and (min-width: 768px) {
    #footer .footer_map ul li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: #fff;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    #footer .footer_map ul li a:hover:after {
        width: 100%;
    }
}

#footer .list_logo {
    justify-content: flex-end;
    font-size: 12px;
    margin-top: 30px;
}

#footer .list_logo li {
    width: 230px;
    text-align: center;
}

#footer .list_logo li p {
    margin-top: 5px;
}

#footer .list_logo li a:hover img {
    opacity: 0.7;
}

#footer .copy-right {
    background: #123321;
    text-align: center;
    font-size: 10px;
    color: #ddd;
    padding: 5px;
}

#footer #page-top {
    position: fixed;
    z-index: 20;
    right: 30px;
    bottom: 20px;
}

.f_logo {
    background-color: #fff;
}


@media screen and (max-width: 1024px) {
    #footer .container {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #footer {
        padding-top: 10%;
    }

    #footer .footer_map {
        margin-top: 8%;
        padding: 8% 0;
    }

    #footer .footer_map ul {
        width: 40%;
    }

    #footer .footer_map ul.map_1 {
        width: 60%;
    }

    #footer #page-top {
        right: 2%;
    }

    #footer #page-top img {
        width: 50px;
    }

    #footer .map {
        margin-bottom: 30px;
    }
}

.logo {
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

.logo:hover {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

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

    #wrapper,
    .container {
        width: 100% !important;
        min-width: inherit !important;
    }
}

@media screen and (max-width: 320px) {
    body {
        width: 320px;
    }
}


.btn02_contact {
    background: #0080cc !important;
    border: 1px solid #0080cc !important;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 60px !important;
    position: relative;
    min-width: 280px;
    color: #fff;
    z-index: 3;
}

.btn02_contact:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
}

.btn02_contact:hover {
    color: #0080cc;
}

.btn02_contact:hover .btn_arrow {
    background: #0080cc;
}

.btn02_contact:hover .btn_arrow:after {
    border-color: #0080cc;
}

.btn02_contact:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .btn02_contact:hover {
        background: #ff6d2d;
    }
}

@media screen and (max-width: 767px) {
    .btn02_contact {
        padding: 10px 60px;
        min-width: 250px;
    }
}
