@charset "utf-8";

/*-------------------------------------------------------------
     reset 
-------------------------------------------------------------*/
html,
body {
    height: 100%;
    font-size: 62.5%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.875;
    color: #333;
    font-weight: 400;
    height: 100%;
    position: relative;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

header,
main,
article,
section,
nav,
footer {
    display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
dt,
dd {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

input {
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    line-height: 1.7em;
    color: #000;
    position: relative;
    letter-spacing: 0.1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    border: 1px solid #ccc;
    padding: 10px 15px;
}

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

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

em {
    font-style: normal;
    font-weight: 500;
}

ol,
ul {
    list-style: none;
}

caption {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

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

abbr,
acronym {
    border: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #ccc;
}

::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #ccc;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

/*-------------------------------------------------------------
     reset end 
-------------------------------------------------------------*/
html {
    visibility: hidden;
}

html.wf-active,
html.wf-inactive {
    visibility: visible;
}

/*-------------------------------------------------------------
	Page related
-------------------------------------------------------------*/
html {
    visibility: hidden;
}

html.wf-active,
html.wf-inactive {
    visibility: visible;
}

#wrapper {
    position: relative;
    overflow: hidden;
}

#nojs {
    width: 940px;
    background: #fff;
    color: #f00;
    padding: 25px;
    border: 5px solid #F00;
    text-align: center;
    margin: 20px auto;
}

::selection {
    background: #212A37;
    color: #fff;
}

::-moz-selection {
    background: #212A37;
    color: #fff;
}

::-webkit-selection {
    background: #212A37;
    color: #fff;
}

.sp_size {
    display: none !important;
}


/*-------------------------------------------------------------
	header
-------------------------------------------------------------*/

#header_wrap:after {
    content: "";
    clear: both;
    display: block;
}

#header_wrap {
    width: 100%;
    z-index: 110;
    position: fixed;
    transition: all .2s ease;
}

#header_wrap.smallhead {
    background: rgba(255, 255, 255, 0.85) !important;
    transition: all .2s ease .09s;
}


#header_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1602px;
    height: 100px;
    margin: auto;
    padding: 86px 20px 0;
    position: relative;
    transition: all .3s ease;
}

.smallhead #header_area {
    padding: 0 20px 0;

}

#logo {
    transition: all 0.3s;
}

#logo a {
    display: block;
    width: auto;
    height: auto;
    max-width: 315px;
}

#logo img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
}

#toggle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 65px;
    z-index: 1000;
}

.toggle_btn {
    display: block;
    background: none;
    color: #fff;
    width: 65px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease;
}

.toggle_btn span,
.toggle_btn::before,
.toggle_btn::after {
    content: "";
    font-size: 0;
    position: absolute;
    display: block;
    background: #03AFCC;
    width: 38px;
    height: 3px;
    margin: auto;
    left: 0;
    right: 0;
    transition: all 0.3s;
}

.smallhead .toggle_btn span,
.smallhead .toggle_btn::before,
.smallhead .toggle_btn::after {
    background: #03AFCC;
}

.toggle_btn::before {
    top: 22px;
}

.toggle_btn span {
    top: 30px;
}

.toggle_btn::after {
    top: 38px;
}

.toggle_btn.open {
    color: #fff;
}

.toggle_btn.open span {
    opacity: 1;
}

.toggle_btn.open span {
    opacity: 0;
}

.toggle_btn.open:before {
    -moz-transform: translate(0, 12px) rotate(45deg);
    -webkit-transform: translate(0, 12px) rotate(45deg);
    transform: translate(0, 12px) rotate(45deg);
    top: 21px;
    left: 0;
}

.toggle_btn.open:after {
    -moz-transform: translate(0, -12px) rotate(-45deg);
    -webkit-transform: translate(0, -12px) rotate(-45deg);
    transform: translate(0, -12px) rotate(-45deg);
    top: 45px;
    left: 0;
}

.mbox {
    display: none;
    z-index: 10000;
}

.mbox_open {
    display: block;
}

.menu_list {
    overflow: visible;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 5px 0 0;
}

.menu_item {
    display: inline-block;
    position: relative;
    list-style: none;
    line-height: 1.7;
    margin: 0;
}

.menu_link {
    display: block;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #333 !important;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    padding: 5px 23px 5px 0;
    margin: 0 12px 0 0;
    position: relative;
    transition: all 0.3s;
}

.menu_link::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #03AFCC url(img/arrow_bottom_white.svg) no-repeat top 60% center / 10px 5px;
    border-radius: 50%;
    transition: all .3s ease;
}

.menu_link:hover,
.on .menu_link {
    opacity: .7;
}


/*-------------------------------------------------------------
	footer
-------------------------------------------------------------*/

/*---------- footer ----------*/
#footer_wrap {
    background: #393939;
}

#return {
    position: relative;
    z-index: 1000;
}

.return_btn {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #212A37;
    text-decoration: none;
    transition: background 0.3s, border-color .3s;
}

.return_btn:hover {
    background: #fff;
}

.return_btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #212A37;
    border-right: 2px solid #212A37;
    transform: rotate(-45deg);
    transition: border-color .3s;
}

.return_txt {
    display: none;
}

.footer_l p {
    color: #fff;
    text-align: center;
    padding-bottom: 25px;
}

/*---------- cta ----------*/
.cta_wrap {
    background: #03AFCC;
    position: relative;
}

.cta_wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(img/cta_bg.png) no-repeat center right -68px / auto 100%;
}

.cta {
    letter-spacing: 0.1em;
    line-height: 2;
    color: #fff;
    max-width: 1340px;
    margin: auto;
    padding: 122px 20px 58px;
    background: rgb(3, 175, 204);
    background: linear-gradient(90deg, rgba(3, 175, 204, 1) 0%, rgba(3, 175, 204, 0) 51%, rgba(3, 175, 204, 0) 100%);
    position: relative;

}

.cta_box {
    text-align: center;
    width: 50%;
}

.cta_box strong {
    display: block;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3;
    margin: 0 0 51px;
}

.cta_box strong span {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    margin-bottom: 11px;
}

.cta_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    width: 320px;
    height: 76px;
    padding: 5px;
    border: 2px solid #FFF;
    border-radius: 50px;
    transition: all .3s ease;
    color: #03AFCC;
    background: #FFF;
    margin: 0 auto 43px;
}

.cta_btn a span {
    display: block;
    padding: 0 20px;
    position: relative;
}

.cta_btn a span::after {
    position: absolute;
    content: "";
    width: 13.41px;
    height: 13.41px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(img/popup_f.svg) no-repeat center / contain;
}

.cta_btn+span {
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0;
}

/* hover */
.cta_btn a:hover {
    opacity: .7;
}


/*------------ footerコンテンツ ------------*/
.footer_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
    max-width: 1340px;
    padding: 37px 20px 27px;
    margin: auto;
}

/*--- footer_l ---*/
.footer_l {
    text-align: center;
}

.footer_l a img {
    padding-bottom: 20px;
}

/*--- footer_r ---*/
.footer_r {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_menu_list {
    display: flex;
    flex-wrap: wrap;
    margin-right: 18px;
}

.footer_menu_item {
    margin-right: 15px;
}

.footer_menu_item a {
    font-size: 1.3rem;
/*     font-weight: bold; */
    letter-spacing: 0.05em;
    color: #FFF;
    text-decoration: none;
    padding-right: 15px;
    position: relative;
}

.footer_menu_item a::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 8px;
    height: 8px;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: rotate(-45deg) translateY(-50%);
}

.copyright {
    font-size: 1.3rem;
/*     font-weight: bold; */
    letter-spacing: 0.08em;
    line-height: 2.28;
    text-align: center;
    color: #fff;
}

/* hover */
.footer_menu_item a:hover {
    text-decoration: underline;
}



@media (min-width: 768px) {
    body {
        min-width: 1240px;
    }
}


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

    body {
        background: #fff;
        width: auto;

        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        font-size: 1.3rem;
        margin-bottom: 15px;
        line-height: 1.6;
    }

    input,
    textarea,
    select {
        font-size: 1.4rem;
    }

    #nojs {
        width: auto;
        background: #fff;
        color: #f00;
        padding: 10px;
        border: 5px solid #F00;
        text-align: center;
        margin: 10px auto;
    }

    img {
        width: auto;
        max-width: 100%;
    }

    .pc_size {
        display: none !important;
    }

    .sp_size {
        display: block !important;
    }

    /*-------------------------------------------------------------
		header
	-------------------------------------------------------------*/

    #header_wrap {
        z-index: 1500;
    }

    #header_wrap.sp_menu_on {
        border-bottom: none;
    }

    #header_wrap.index_header {
        height: 65px;
        transition: background-color 0.3s;
    }

    #header_area {
        justify-content: flex-end;
        height: auto;
        padding: 0 0 0 12px;
    }

    .contact #header_area {
        justify-content: space-between;
    }

    .smallhead #header_area {
        padding: 0 0 0 12px;
    }

    #logo {
        z-index: 100;
    }

    #logo a,
    #logo img {
        max-width: 60vw;
        max-height: 27px;
    }

    .smallhead #logo {
        top: 22px;
    }

    #menu-box {
        float: none;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding-top: 69px;
        padding-bottom: 80px;
        margin: 0;
        background: #FFFFFF;
        box-sizing: border-box;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    #menu {
        display: block;
        clear: both;
        background: none;
        padding: 0 20px 40px;
        position: relative;
        z-index: 10000;
        float: none;
    }

    .menu_dis {
        display: none !important;
    }

    .menu_mbox {
        display: block !important;
    }

    .menu_list {
        border-top: 1px solid rgba(0, 0, 0, .3);
    }

    .menu_list {
        display: block;
    }

    .index_header {
        position: relative;
    }

    #menu {
        display: block;
        clear: both;
    }

    .menu_dis {
        display: none !important;
    }

    .menu_item {
        display: block;
        float: none;
        margin: 0;
        width: auto;
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        position: relative;
        box-sizing: border-box;
        text-align: left;
    }

    .menu_link {
        font-size: 1.4rem;
        padding: 18px 10px;
        /* color: #fff !important; */
        margin: 0;
        background: inherit;
        opacity: 1 !important;
    }

    /*-------------------------------------------------------------
		footer
	-------------------------------------------------------------*/
    /*---------- cta ----------*/
    .cta_wrap::before {
        background: url(img/cta_bg.png) no-repeat center / auto 100%;
        opacity: .55;
    }

    .cta {
        padding: 55px 15px 45px;
        /*         text-shadow: 0 0 5px rgba(0, 0, 0, .2); */
        background: rgb(3, 175, 204);
        background: linear-gradient(0deg, rgba(3, 175, 204, .6) 0%, rgba(3, 175, 204, 0.4) 53%, rgba(3, 175, 204, 0) 100%);
    }

    .cta_box {
        width: 100%;
    }

    .cta_box strong {
        font-size: 2.5rem;
        margin: 0 0 35px;
    }

    .cta_box strong span {
        font-size: 1.3rem;
        margin-bottom: 7px;
    }

    .cta_btn a {
        font-size: 1.5rem;
        width: 300px;
        height: 60px;
        margin: 0 auto 30px;
    }

    .cta_btn a span {
        padding: 0 17px;
    }

    .cta_btn a span::after {
        width: 12px;
        height: 12px;
    }

    .cta_btn+span {
        font-size: 1.3rem;
    }

    /* hover */


    /*---------- footerコンテンツ ----------*/
    .footer_area {
        justify-content: center;
        padding: 30px 20px 25px;
    }

    /*--- footer_l ---*/
    .footer_l {
		text-align: center;
        margin-bottom: 20px;
		max-width: 100%;
    }

    /*--- footer_r ---*/
    .footer_r {
        justify-content: center;
    }

    .footer_menu_list {
        display: block;
        text-align: center;
        margin: 0 0 15px;
        justify-content: center;

    }

    .footer_menu_item {
        margin: 0 0 5px;
    }

/*     .footer_menu_item a {
        font-weight: bold;
    } */

    .footer_menu_item a::after {

        width: 7px;
        height: 7px;
    }

    .copyright {
        font-size: 1.2rem;
    }

    #wrapper.fixed {
        /*         top: 0;
        right: 0;
        bottom: 0;
        left: 0; */
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}


.sp_table_txt {
    line-height: 2.5rem;
    padding: 3px 0 3px 60px;
    margin: 0;
    background: url(img/icon_hand.svg) no-repeat center left;
}


.table::-webkit-scrollbar {
    height: 5px;
}

.table::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

.table::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
}


.table table {
    margin-bottom: 15px;
}

[href^="tel:"] {
    color: #333 !important;
    pointer-events: none;
    text-decoration: none !important;
}


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

    .sp_table_txt {
        display: block;
        font-size: 1.1rem;
        letter-spacing: 1.32px;
        margin-bottom: 10px;
    }

    [href^="tel:"] {
        pointer-events: all;
        text-decoration: underline;
    }
}


/*---------------------------------------------------------
	form_btn iphone用
---------------------------------------------------------*/
form input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}


/*---------------------------------------------------------
	template スライダー
---------------------------------------------------------*/
.slick-prev:before,
.slick-next:before {
    color: #000 !important;
}

.slider p {
    font-size: 1.6rem;
    font-weight: 500;
    /* line-height: 100px; */
    color: #222;
    /* margin: 10px; */
    padding-top: 80px;
    text-align: center;
    /* background-color: #e0e0e0; */
    /*     opacity: 0.4; */
    /* transition: all 300ms ease; */
}

.temp_nom p a {
    text-decoration: none;
    color: #222;
}

.temp_nom p a:hover {
    opacity: 0.4;
    transition: 0.5s;
}

.dots .slick-dots {
    text-align: center;
}

.dots .slick-dots li {
    display: inline-block;
}

.dots .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
}

.dots .slick-dots .slick-active button {
    background: #03AFCC;
}

@media screen and (max-width:767px) {
    .slider p {
        padding-top: 40px;
    }
}