@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

.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,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #333;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    opacity: .7;
}

a img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
}

section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
figcaption {
    display: block;
}

input,
select {
    vertical-align: middle;
}

body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    color: #333;
    width: 100%;
    min-width: 1120px;
    overflow-x: scroll;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #fff;
}

.en {
    font-family: "adobe-caslon-pro", serif;
    font-style: normal;
    font-weight: 400;
}

img {
    max-width: 100%;
    margin: auto;
    vertical-align: bottom;
}

ul,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    letter-spacing: normal;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}

li::marker {
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

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

ins {
    /* remember to highlight inserts somehow! */
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    /* markup tables with 'cellspacing="0"' */
    border-collapse: collapse;
    border-spacing: 0;
}

.alc {
    text-align: center !important;
}

.all {
    text-align: left !important;
}

.alr {
    text-align: right !important;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.clr {
    zoom: 1;
}

.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}

.clearboth {
    clear: both !important;
}

.pc {
    display: block;
}

.sp {
    display: none;
}
/* ↓ページできたら消す */
.linknone {
    cursor: default;
    opacity: 0.5;
}
a.linknone:hover {
    opacity: 0.5;
}
/* ↑ページできたら消す */

/*----------------------------
fadeUp ｜下から上へ出現
----------------------------*/
.fadeUp {
    transition: 0.8s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
}
.fadeUp.on {
    transform: translateY(0);
    opacity: 1.0;
}
/* inviewContents関連
=======================*/
.inviewContents {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
	transition: .8s;
}
.fadein {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}
/*================================
header 
================================*/
header {
    width: 100%;
    height: 75px;
    margin: 0 auto;
    position: fixed;
    z-index: 9999;
}

header.change-color {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

header h1 {
    text-align: left;
    float: left;
    margin-bottom: 0;
    max-width: 230px;
}

header .headerInner {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
    padding-top: 20px;
}

header .menu_btn {
    display: none;
}

header .menu {
    float: right;
}

header .menu .menu_list {
    font-size: 0;
    text-align: center;
}

header .menu .menu_list li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 13px;
}

header .menu .menu_list li a {
    display: block;
    font-weight: 600;
    font-size: 13px;
    line-height: 1em;
}

header .menu .menu_list .menu_list_mail a {
    border: 1px solid #333;
    padding: 10px 20px;
    margin-left: 10px;
}

header .menu .menu_list .menu_list_mail a::before {

    content: '';
    width: 16px;
    height: 12px;
    margin-right: 5px;
    display: inline-block;
    background: url("../img/mail.png") no-repeat top center / 100% auto;
}

/*================================
footer
================================*/
.footer_cont01 {
    background-color: #fafafa;
}

.footer_cont01_inner {
    max-width: 1120px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 50px 0 55px;
}

.footer_cont01_logo {
    width: 119px;
}

.footer_cont01_list {
    width: 900px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer_cont01_list p {
    font-size: 15px;
    margin-bottom: 25px;
    font-weight: 500;
}

.footer_cont01_listSub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer_cont01_listSub::before {
    content: "";
    position: relative;
    display: inline-block;
    height: 1px;
    width: 5px;
    background-color: #333;
}

.footer_cont01_listSub a {
    padding-left: 5px;
}

.footer_cont02 {
    background-color: #000;
    padding: 85px 0 30px;
}

.footer_cont02_inner {
    max-width: 1120px;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* ↓ .footer_cont02_snslistができたらspace-betweenにする */
    justify-content: flex-end;
}

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

.footer_cont02_snslist li {
    width: 29px;
    margin-right: 10px;
}

.footer_cont02_btmtext p,
.footer_cont02_btmtext p a {
    text-align: right;
    font-size: 13px;
    color: #fff;
}

.footer_cont02_btmtext p a {
    margin-bottom: 10px;
}

/*================================
ページ共通
================================*/
.subp_header {
    background-color: #fff;
}
.ttl_underline::after {
    content: '';
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    /*下線の上下位置調整*/
    display: inline-block;
    width: 54px;
    /*下線の幅*/
    height: 2px;
    /*下線の太さ*/
    background-color: #84ccc9;
    /*下線の色*/
}

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

    /* アコーディオン */
    .menu .menu_list .has_child_list {
        /*絶対配置で位置を指定*/
        position: absolute;
        left: 0;
        top: 25px;
        z-index: 4;
        /*形状を指定*/
        background: rgba(132, 204, 201, 0.9);
        width: 100%;
        /*はじめは非表示*/
        visibility: hidden;
        opacity: 0;
        /*アニメーション設定*/
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    /*hoverしたら表示*/
    .menu li.has_child:hover>ul,
    .menu li.has_child:active>.has_child_list {
        visibility: visible;
        opacity: 1;
    }

    /*ナビゲーションaタグの形状*/
    .menu li.has_child .has_child_list li {
        display: block;
        padding: 0;
        border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    }

    .menu li.has_child .has_child_list li a {
        
        font-size: 13px;
        padding: 10px 0;
        color: #fff;
        font-weight: 500;
    }

    .menu li.has_child .has_child_list li:last-child {
        border-bottom: none;
    }

    .menu li.has_child .has_child_list li a:hover,
    .menu li.has_child .has_child_list li a:active {
        opacity: 0.5;
    }
}

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

    /*================================
    base.css
    ================================*/
    body {
        min-width: 100%;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    /* header */
    header {
        width: 100%;
        height: 60px;
        z-index: 1000;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }

    header .headerInner {
        width: 100%;
        margin: auto;
        padding-top: 18px;
    }

    header h1 {
        max-width: 180px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        float: none;
        text-align: center;
        padding: 0;
    }

    header .menu_btn {
        display: block;
        width: 34px;
        height: 18px;
        position: fixed;
        top: 22px;
        right: 5%;
        z-index: 99;
    }

    .open header .menu_btn {
        display: block;
        line-height: 30px;
        text-align: center;
        z-index: 999;
    }

    header .menu_btn span {
        display: block;
        width: 34px;
        height: 2px;
        background: #333;
        border-radius: 5px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    header .menu_btn span.middle {
        -webkit-transform: translateY(6px);
            -ms-transform: translateY(6px);
                transform: translateY(6px);
    }

    header .menu_btn span.bottom {
        -webkit-transform: translateY(12px);
            -ms-transform: translateY(12px);
                transform: translateY(12px);
    }

    .open header .menu_btn span {
        background: #333;
    }

    .open header .menu_btn span.middle {
        background: rgba(255, 255, 255, 0);
    }

    .open header .menu_btn span.top {
        -webkit-transform: rotate(-45deg) translate(-8px, 12px);
            -ms-transform: rotate(-45deg) translate(-8px, 12px);
                transform: rotate(-45deg) translate(-8px, 12px);
    }

    .open header .menu_btn span.bottom {
        -webkit-transform: rotate(45deg) translate(9px, 5px);
            -ms-transform: rotate(45deg) translate(9px, 5px);
                transform: rotate(45deg) translate(9px, 5px);

    }

    header .menu_bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(132, 204, 201, 0.9);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 99;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    header .menu {
        display: table;
        width: 100%;
        padding: 0;
        border: none;
    }

    header .menu .menu_list {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 40px 0;

    }

    header .menu .menu_list li {
        width: 100%;
        margin: 0 auto 10px;
        text-align: left;
    }

    header .menu .menu_list li a {
        display: block;
        width: 70%;
        margin: 0 auto;
        height: 100%;
        padding: 13px 0;
        font-size: 17px;
        color: #fff;
    }

    .menu li.has_child .has_child_list li {
        margin-bottom: 0;
    }

    .menu li.has_child .has_child_list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .has_child_list li a::before {
        content: "";
        height: 1px;
        width: 7px;
        background-color: #fff;
        position: relative;
        display: inline-block;
        margin-right: 5px;
    }

    header .menu .menu_list .menu_list_mail a {
        text-align: center;
        border: none;
        background-color: #2fb4af;
        padding: 15px 20px;
        margin: auto;
    }

    header .menu .menu_list .menu_list_mail a::before {
        content: '';
        width: 16px;
        height: 12px;
        margin-right: 10px;
        display: inline-block;
        background: url("../img/mail_sp.png") no-repeat top center / 100% auto;
    }

    /* 開閉用ボタンがクリックされた時のスタイル */
    .open header .menu_bg {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        visibility: visible;
        opacity: 1;
    }

/*================================
footer
================================*/
    .footer_cont01_inner {
        display: block;
        padding: 35px 5% 50px;
    }

    .footer_cont01_logo {
        width: 90px;
        margin: auto;
    }

    .footer_cont01_list {
        max-width: 300px;
        margin: auto;
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 270px;
        gap: 3px 50px;
        margin-top: 30px;
    }
    .footer_cont01_list li {
        margin-bottom: 10px;
        max-width: 140px;
    }

    .footer_cont01_list p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .footer_cont02 {
        padding: 20px 0 15px;
    }

    .footer_cont02_inner {
        display: block;
    }

    .footer_cont02_snslist {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .footer_cont02_snslist li {
        width: 25px;
        margin-right: 10px;
    }
    .footer_cont02_btmtext {
        margin-top: 50px;
    }
    .footer_cont02_btmtext p,
    .footer_cont02_btmtext p a {
        text-align: center;
        font-size: 12px;
    }

    .footer_cont02_btmtext p a {
        margin-bottom: 10px;
    }

    /*================================
ページ共通
================================*/
    .ttl_underline::after {
        bottom: -10px;
        width: 45px;
    }
}