@charset "UTF-8";
@import url("print.css") print;

/*リセット*/

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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/*test*/

.group_link {
    display: flex;
    flex-wrap: wrap;
    padding-left: 2rem;
}

.group_link li {
    width: 15%;
    margin: 0 0.7% 0.7% 0.7%;
    border: solid 1px #e8e8e8;
    font-size: 0.8em;
    vertical-align: top;
    text-align: center;
    line-height: 1.3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.group_link img {
    padding-bottom: 10px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.group_link li a {
    text-align: center;
    display: block;
    min-height: 100px;
    padding: 10px;
    color: #000;
}

.group_link li a .ur_logo {
    margin: 15px auto 11px auto;
}

@media (max-width: 768px) {
    .group_link li a .ur_logo {
        margin: 10px auto 5px auto;
    }
}

.group_link li a .ecoling_logo {
    height: 50px;
    margin: 3px auto 7px auto;
}

.menulist {
    text-align: center;
}

.menulist li {
    vertical-align: top;
    font-size: 0.8em;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 16%;
}

.menulist li a {
    font-weight: bold;
    padding: 10px;
    display: block;
    color: #000000;
}

.tab_contenttest {
    clear: both;
    width: 100%;
    background: #DEDEDE;
}

.menulist li.active {
    background: #DEDEDE;
}

.menulist li.active a {
    color: #444444;
}

.copy {
    float: right;
    font-size: 0.7em;
    padding: 5px 10px;
}


/*test ここまで*/

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

body {}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


/*base*/

body {
    height: 100%;
    font-size: 16px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, 'Helvetica', sans-serif;
    color: #000000;
    line-height: 160%;
}

a {
    color: #082C5D;
    text-decoration: none;
}

a img:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

a[target="_blank"]:after {
    content: "\f0c1";
    font-family: FontAwesome;
    padding-left: 5px;
}

a.pdf[target="_blank"]:after {
    content: "\f1c1";
    font-family: FontAwesome;
    padding-left: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

h2 {
    padding: 20px 0;
    font-size: 2.8em;
    clear: both;
    position: relative;
    z-index: 10;
    font-family: 游明朝体 Medium, "Yu Mincho Medium", YuMincho, "Hiragino Mincho ProN", HiraMinProN-W6, "ヒラギノ明朝 ProN W6", HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 150%;
    text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;
}

#home h2 {
    text-shadow: none;
    border: none;
    position: static;
    font-size: 1.6em;
    margin-bottom: 0;
    background: none;
    border: 0px;
    padding: 0 0 10px;
}

h2 .us {
    display: block;
    font-size: 0.6em;
}

h2 .us:before,
h2 .us:after {
    content: " - ";
}

h3 {
    font-family: 'Lato', 游明朝体, "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Mincho ProN", HiraMinProN-W6, "ヒラギノ明朝 ProN W6", HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", seri;
    line-height: 160%;
    padding: 30px 10px;
    font-size: 1.6em;
}

h3.b_bottom .block {
    font-size: 2em;
    padding: 10px 0;
}

#home h3 {
    color: #333;
    background: none;
    padding: 20px 10px;
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
    padding: 15px 0 10px;
    color: #020c6a;
    line-height: 160%;
}

dl {
    width: 100%;
    display: block;
    line-height: 1.2;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

dt {
    float: left;
    clear: both;
    width: 20px;
    text-align: center;
    font-weight: bold;
    padding: 2px 5px 2px 0px;
}

dd {
    padding: 2px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.rgba {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 10px 0;
}

.center {
    display: block;
    text-align: center;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.p_left {
    text-align: left;
    padding: 10px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.f_right {
    float: right;
}

.f_left {
    float: left;
}

.f_left img {
    width: 110px;
    margin-top: 8px;
}

.big {
    color: #020c6a;
    font-size: 2em;
    font-weight: bold;
}

.small {
    font-size: 0.8em;
}

p {
    margin-bottom: 0.8em;
    line-height: 150%;
}

.block {
    display: block;
}

strong {
    font-weight: bold;
}

em {
    border-bottom: 3px solid #889DBB;
    padding: 5px 0;
    font-weight: bold;
    font-size: 1.1em;
    margin: 10px 0;
    line-height: 170%;
}

.clr {
    clear: both;
}

.mincho {
    font-family: 游明朝体, "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Mincho ProN", HiraMinProN-W6, "ヒラギノ明朝 ProN W6", HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.balloon {
    margin: 20px 0;
    position: relative;
    width: 100%;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #889DBB;
    border-top: 1px solid #889DBB;
    background-color: #fff;
    text-align: center;
}

.balloon:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: 20px solid #889DBB;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.balloon:after {
    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: 20px solid #fff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.grid {
    width: 19%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#page3 .inner {
    display: flex;
    flex-wrap: wrap;
}

.grid img {
    max-width: 100%;
}


/* .grid2-wrap-left {
	width: 48%
}

.grid2-wrap-right {
	width: 48%;
} */

.grid2 {
    /* float: left; */
    width: 48%;
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
}


/* .grid2 .center {
	margin-top: auto;
} */

#page3 .grid2-ttl {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.grid2-ttl .pick_up {
    font-size: 12px;
    padding: 8px;
    margin-left: 10px;
    line-height: 1;
}

.grid2-ttl::after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 4px;
    margin: auto;
    right: 10px;
    transition: all .5s;
}

.grid2-ttl.open::after {
    transform: rotate(-135deg);
}

.grid2-text {
    display: none;
}

.grid3 {
    float: left;
    width: 33.3%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
}

.grid3 img {
    text-align: center !important;
}

.grid3 .big {
    font-size: 1.1em;
    line-height: 170%;
}

.grid_left {
    text-align: left;
    position: relative;
}

.grid_left img {
    float: left;
    max-width: 200px;
    width: 35%;
}

.grid_left address {
    float: left;
    font-size: 0.9em;
    padding-left: 10px;
    width: 65%;
}

.grid_left h4 {
    padding: 10px 0;
}

.grid_left span {
    position: absolute;
    top: 0px;
    display: block;
    left: 0px;
    background: #333;
    padding: 10px;
    color: #FFFFFF;
    z-index: 10;
    cursor: pointer;
}

.grid_group:nth-of-type(odd) {
    background: #eeeeee;
    clear: both;
}

.grid_group:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.pick_up {
    background: #020c6a;
    color: #fff;
    font-weight: bold;
    /* float: right; */
    padding: 5px;
    font-size: 0.5em;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, 'Helvetica', sans-serif;
}

.pick_up2 {
    padding: 30px;
    margin: 20px 0;
    background: #EDEDED;
}

.bg_color {
    background: #efefef;
}

.bg_color2,
.bg_color2 a {
    background: #173A67;
    color: #fff;
}

.bg_color3 {
    background: #555555;
    color: #fff;
}

.position {
    text-align: center;
    position: relative;
}

.img_title {
    font-size: 1.2em;
    position: absolute;
    bottom: 10%;
    font-weight: bold;
    background: #333;
    padding: 10px;
    color: #fff;
}

.bg_color:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.w50 {
    width: 50%;
    padding: 20px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.b_top {
    border-top: 1px solid #cccccc;
}

.b_bottom {
    border-bottom: 1px dotted #cccccc;
}

.b_left {
    border-left: 1px solid #cccccc;
}

.b_right {
    border-right: 1px solid #cccccc;
}

.pc {
    display: block;
}

.pc_br {
    display: block;
}

.mobile {
    display: none;
}

.print {
    display: none;
}

.space {
    padding: 1.5% 1.5% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.g_line {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
    clear: both;
    margin-bottom: 5px;
}

.g_line span {
    display: inline-block;
    position: relative;
}

.g_line span:before,
.g_line span:after {
    content: "";
    position: absolute;
    height: 4px;
    border-top: 5px solid #889DBB;
    top: 17px;
    width: 100%;
}

.g_line span:before {
    right: 100%;
    margin-right: 10px;
}

.g_line span:after {
    left: 100%;
    margin-left: 10px;
}

.maplist {
    margin-top: -60px;
    padding-top: 60px;
}


/*anime*/

.inviewzoomIn {
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transition: .8s;
}

.zoomIn {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}


/*header*/

header {
    position: fixed;
    top: 0;
    height: 60px;
    z-index: 100;
    width: 100%;
    border-bottom: 1px #DDDDDD solid;
    background: rgba(255, 255, 255, 0.8);
}

header h1 {
    padding: 10px 20px 0;
    float: left;
}

header .logo img {
    width: 200px;
}

@media (max-width: 768px) {
    header .logo img {
        width: 160px;
    }
}

header ul {
    position: relative;
    padding: 20px 0;
    float: right;
}

header ul li a {
    color: #444444;
    font-size: 1em;
}

header .border {
    border-left: 1px dotted #ccc;
    padding-left: 10px;
}

header ul li {
    display: inline-block;
    width: 120px;
    text-align: center;
}

.accordion ul li a {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

.accordion ul li ul {
    display: none;
    margin-top: 16px;
    padding: 0;
    background: rgba(255, 255, 255, 0.8);
    padding-bottom: 10px;
}

.accordion ul li ul li {
    float: left;
    width: 100%;
    font-size: 0.9em;
    border: 0 !important;
}

.accordion ul li ul li a {
    display: block;
    color: #000;
    padding: 10px 5px;
}

.accordion ul li ul li a:before {
    content: "\f0da";
    padding-right: 5px;
    font-family: FontAwesome;
}

.pankuzu {
    background: #efefef;
    text-align: left;
}

.pankuzu ul li {
    display: inline-block;
}

.pankuzu ul li a {
    padding: 10px;
    color: #444444;
    display: block;
}

.pankuzu ul li a:after {
    content: "\F105";
    font-family: FontAwesome;
    padding-left: 10px;
}


/*content*/

section {
    padding: 60px 0;
    text-align: center;
}

.content {
    border-top: solid 1px #ccc;
}

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

#wrap {
    overflow: hidden;
    width: 100%;
}

.inner {
    margin: 0 auto;
    width: 1200px;
    clear: both;
}

.inner_wrap {
    margin: 0 auto;
    width: 1200px;
    clear: both;
}


/*namber*/

.odometer {
    display: inline-block;
}


/*btn*/

.button {
    display: inline-block;
    width: 220px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    line-height: 48px;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
    overflow: hidden;
    margin: 10px auto;
    font-weight: bold;
}

.button a {
    display: block;
    color: #333;
}

.button a:hover {
    color: #fff;
}

.button::before,
.button::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}

.button,
.button::before,
.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.button::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button:hover::after {
    -webkit-transform: scale(2) rotate(180deg);
    transform: scale(2) rotate(180deg);
    background: #333;
}


/*caption*/

figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

figure a {
    color: #fff;
}

figure img:hover {
    opacity: 10;
    filter: alpha(opacity=100);
}

figcaption {
    position: absolute;
    bottom: -80px;
    padding: 10px 0 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 60px;
    -webkit-transition: .3s;
    transition: .3s;
}

figcaption img {
    width: 20px;
}

figure:hover figcaption {
    bottom: 7px;
    background: rgba(0, 0, 0, .6);
}


/*table*/

table {
    margin: 20px 0;
    padding: 10px;
    border-collapse: separate;
    width: 100%;
}

table th,
table td {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    line-height: 160%;
}

table th {
    width: 20%;
    border-bottom: 2px #999 solid;
    font-weight: bold;
}

table ul li {
    list-style-type: none;
    position: relative;
    padding-left: 1em;
}

table ul li:after {
    display: block;
    content: '';
    position: absolute;
    top: .6em;
    left: 0em;
    width: 6px;
    height: 6px;
    background-color: #839CC4;
}

table ul li ul li:before {
    color: #839CC4;
    content: "\f105";
    font-family: FontAwesome;
    padding-right: 5px;
    margin: 0;
}

table ul li ul li:after {
    height: auto;
    background: none;
    position: static;
}


/*ul*/

.arrow li {
    list-style: none;
    padding: 0;
    font-weight: bold;
}

.arrow li:before {
    color: #082C5D;
    content: "\f0a9";
    font-family: FontAwesome;
    padding-right: 5px;
}

.arrow li:after {
    background: none;
}


/*top*/

.ml {
    margin-left: 2%;
}


/*lightSlider*/

.lightSlider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

.lightSlider li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}

.lightSlider>li {
    position: relative;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
    background: #efefef;
}

#home .lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
    text-align: left !important;
}

.lightSlider>li {
    position: relative;
}

@media (min-width: 768px) {
    .lightSlider>li img {
        height: 100%;
        width: auto;
    }
}

.lightSlider .caption1 {
    position: absolute;
    top: 0;
    left: 640px;
    margin: 0 auto;
    padding: 0;
    padding-left: 20px;
    color: #333333;
}

.lightSlider .caption1 li {
    float: none;
    font-size: 1.1em;
    line-height: 160%
}

.lightSlider .caption1 li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    padding-right: 5px;
}

.lightSlider .caption2 {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.lightSlider .caption1 p,
.lightSlider .caption2 p {
    margin: 0;
    display: block;
}

#home .grid2 {
    opacity: 0;
    filter: alpha(opacity=0);
}

#page3 h2 {
    border-top: 5px solid #889DBB;
    padding: 10px 0 8px;
    font-size: 1.4em;
}

#page3 .button {
    width: 160px;
    height: 40px;
    line-height: 38px;
    font-size: 0.9em;
    margin: 0;
}

#page3 .last {
    width: 100% !important;
}

#page3 .last .button {
    width: auto !important;
}

#page3 .last .button a {
    padding: 0 20px;
}

#page4 {
    padding: 0px !important;
}

#page4 .fp-tableCell {
    vertical-align: top;
}

#page4 .pc {
    background: url(../img/top4_bg.jpg);
    background-size: cover;
}

#page4 h2 {
    padding: 100px 0 30px;
    background: #FFFFFF;
}

#page4 h3 {
    background: #FFFFFF;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#page4 ul li {
    border-bottom: 1px solid #333333;
    padding: 7px 0;
}

#page4 ul li a {
    color: #666;
    width: 90%;
    display: inline-block;
}

#page4 ul li:after {
    content: "\F105";
    font-family: FontAwesome;
}

#page4 #cloud {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
    margin: 0 auto;
    background-image: url(../img/cloud1.png), url(../img/cloud2.png);
    animation: cloudMove 50s infinite;
}

@keyframes cloudMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 1280px 0, 800px 0;
    }
}

#page5 {
    background: url(../img/new_img/top5_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
}

#page6 .fp-tableCell {
    vertical-align: top;
}

#page6 h2 {
    padding-top: 20px;
}

#page6 .page6_bg {
    background: url(../img/top6_bg.png) repeat;
    background-position: bottom;
    background-size: 80%;
    height: 70%;
}

#page6 .rgba h2 {
    padding: 5px 0;
}

#page6 .rgba {
    position: absolute;
    bottom: 15%;
    left: 0;
    padding: 0;
    right: 0;
    width: 768px;
    margin: 0 auto;
    background: #FFFFFF;
    z-index: 1;
}

#page8 .fp-tableCell {
    vertical-align: top;
}

#page8 h2 {
    padding-top: 15px;
}


/*map*/

map {
    text-align: left;
    margin: 0 auto;
}

.imgmap {
    margin: 0 auto;
    background-repeat: no-repeat;
}

map p {
    margin: 0;
}

.tooltip {
    display: none;
    dispay: inline-block;
    position: absolute;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 30px;
}

.tooltip:hover {
    display: block;
}

.tooltip:before {
    content: "";
    display: inline-block;
    border: 10px solid transparent;
    border-right-color: #ccc;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -9px;
}

.tooltip:after {
    content: "";
    display: inline-block;
    border: 9px solid transparent;
    border-right-color: #fff;
    position: absolute;
    left: -18px;
    top: 50%;
    margin-top: -8px;
}

.tooltip p {
    color: #333333;
    background: #fff;
    padding: 5px 10px;
    font-size: 0.8em;
    line-height: 160%;
}

.sm-slider li div {
    top: 30%;
    font-size: 2.5em;
    font-family: 游明朝体, "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Mincho ProN", HiraMinProN-W6, "ヒラギノ明朝 ProN W6", HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #fff;
    text-shadow: 2px 2px 3px #333333;
}


/*loader*/

#load-bk {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1;
}

#load {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #173A67;
    z-index: 2;
}


/*page*/


/*main_bg*/

.page_mainbg {
    padding: 8%;
    background-size: cover;
}

#page_message .page_mainbg {
    background: url(../img/page_messag_bg.jpg) no-repeat;
    position: relative;
}

#page_message .page_mainbg img {
    position: absolute;
    bottom: 0;
    right: 0;
}

#page_history .page_mainbg {
    background: url(../img/page_history_bg.jpg) no-repeat;
}

#page_profile .page_mainbg {
    background: url(../img/page_profile_bg.jpg) no-repeat;
}

#page_office .page_mainbg {
    background: url(../img/page_office_bg.jpg) no-repeat;
}

#page_member .page_mainbg {
    background: url(../img/page_messag_bg.jpg) no-repeat;
    position: relative;
}

#page_member .photo {
    width: 240px;
    position: absolute;
    bottom: -8px;
}

#page_member .photo img {
    width: 240px;
}

#page_shop .page_mainbg {
    background: url(../img/page_shop_bg.jpg) no-repeat;
}

#page_inquiry .page_mainbg {
    background: url(../img/page_inquiry_bg.jpg) no-repeat;
}

#page_recruit .page_mainbg {
    background: url(../img/page_recruit_bg.jpg) no-repeat;
}

#page_philosophy .page_mainbg {
    background: url(../img/page_philosophy_bg.jpg) no-repeat;
}

#page_message h3 {
    position: relative;
    z-index: 1;
    text-shadow: -1px -1px #fff, 1px -1px #fff, -1px 1px #fff, 1px 1px #fff;
}

#page_message .pageimg {
    position: absolute;
    bottom: 0;
    right: 0;
}

#page_profile .tab_profile .tab2 {
    background: #000;
}

#page_profile .tab_profile .tab2 li {
    font-size: 18px;
    padding: 25px 0;
    position: relative;
    width: 25%;
    display: inline-block;
    font-family: 游明朝体, "Yu Mincho", YuMincho, "Sawarabi Mincho", "Hiragino Mincho ProN", HiraMinProN-W6, "ヒラギノ明朝 ProN W6", HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 0;
}


/* #page_profile .tab_profile .tab2 li:last-child {
	width: 34%;
	margin: 0;
} */

#page_profile h3 {
    background: none;
    color: #333;
}

#page_profile .tab_profile .tab2 li.active {
    background: #333;
}

#page_profile .tab_profile span.profile {
    font-size: 2.4em;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
    display: block;
    font-weight: normal;
}

#page_profile .tab_profile li a {
    color: #fff;
}

#page_profile .tab2 {
    font-size: 0;
}

#page_profile .tab_area2 {
    /* border-top: 10px #333 solid; */
    border-bottom: 10px #444 solid;
    background: #fff;
}

#page_profile .tab_area2 {
    display: none;
}

#page_history .content {
    border-bottom: 4px solid #333;
}

#page_recruit .fade01 {
    position: absolute;
    z-index: 0;
}

#page_recruit h3 {
    position: relative;
    z-index: 5;
}

#page_shop .map_btn a {
    color: #fff;
}

#page_sitemap .content {
    background: #ebebeb;
    padding: 20px 0;
}

#page_sitemap li.parent {
    text-align: left;
    line-height: 170%;
    font-size: 1.5em;
    margin: 10px 0;
    padding: 10px 20px;
    border: solid 1px #ccc;
    background: #fff;
}

#page_sitemap .arrow li {
    text-align: left;
    background: none !important;
    margin-left: 30px;
    border: 0;
    padding: 5px 0;
}


/*member*/

.member_list li {
    display: inline-block !important;
    width: 18%;
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
    transition: .8s;
}

.member_list li img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    border: 8px solid #E6E6E6;
    max-width: 90%;
}

.member_list .list-m01 {
    transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
}

.member_list .m01 {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}


/*scroll*/

.scroll {
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
}

.scroll span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 3px solid #889DBB;
    border-radius: 100%;
    box-sizing: border-box;
}

.scroll span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 4px solid #889DBB;
    border-bottom: 4px solid #889DBB;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

.scroll span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(136, 157, 187, .4);
    border-radius: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: sdb 3s infinite;
    animation: sdb 3s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    30% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    40% {
        box-shadow: 0 0 0 40px rgba(136, 157, 187, .8);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        filter: alpha(opacity=0);
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        opacity: 0;
        filter: alpha(opacity=0);
    }
    30% {
        opacity: 1;
        filter: alpha(opacity=100);
    }
    40% {
        box-shadow: 0 0 0 40px rgba(136, 157, 187, .1);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        filter: alpha(opacity=0);
        opacity: 0;
    }
}


/*footer*/

#page_top {
    clear: both;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#page_top a {
    background: #DEDEDE;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 30px;
}

#page_top a:hover {
    text-decoration: none;
    background: #999;
}

footer {
    clear: both;
    text-align: left;
    background: #FFFFFF;
    margin-top: 20px;
}

footer h2 {
    font-size: 1.6em;
}

.tab {
    text-align: center;
}

.tab li {
    vertical-align: top;
    font-size: 0.8em;
    position: relative;
    text-align: center;
    display: inline-block;
    width: 16%;
}

.tab li a {
    font-weight: bold;
    padding: 10px;
    display: block;
    color: #000000;
}

.tab_content {
    clear: both;
    overflow: hidden;
    width: 100%;
    background: #DEDEDE;
}

.tab li.active {
    background: #DEDEDE;
}

.tab li.active a {
    color: #444444;
}

.tab_area {
    display: none;
}

footer ul.footlist {
    padding: 10px 0;
}

footer ul.footlist a {
    color: #333;
    line-height: 150%;
}

footer ul.footlist li {
    padding: 5px 0;
    display: inline-block;
    position: relative;
    padding-left: 2em;
    font-size: 0.8em;
}

footer ul.footlist li:after {
    border: none;
    display: block;
    content: '';
    position: absolute;
    top: 1.3em;
    left: 1em;
    width: 8px;
    height: 1px;
    background-color: #999;
}

footer .after {
    text-align: center;
    padding: 5px 0;
}

footer .after ul li {
    float: left;
    padding: 10px 20px;
    font-size: 0.8em;
}

@media print,
screen and (max-width: 1200px) {
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    img {
        max-width: 100%;
        height: auto;
        width: auto;
    }
    .inner {
        padding: 0 10px;
        width: 100%;
    }
    .inner_wrap {
        padding: 0px;
        width: 100%;
    }
    .grid_group .inner {
        padding: 0;
    }
    /*map*/
    img[usemap] {
        border: none;
        height: auto;
        max-width: 100%;
        width: auto;
    }
    /*chart*/
    #doughnut_chart {
        margin: 0 auto;
    }
    /*top*/
    .imgmap {
        max-width: 100%;
        height: auto;
    }
    .lightSlider img {
        max-width: 50%;
    }
    #page_office .lightSlider img {
        max-width: 100%;
    }
    .lightSlider .caption1 li {
        float: none;
        font-size: 1em;
    }
    .lightSlider .caption1 {
        left: 50%;
    }
    /*page*/
    #page_profile .tab_profile span.profile {
        font-size: 1.5em;
    }
    #page_profile .tab_profile li {
        font-size: 14px;
        padding: 10px 0;
    }
    /* #page_profile .tab_profile li:last-child {
	width: 34%;
	margin: 0;
} */
    #page_recruit .fade01 img {
        width: 80%;
    }
}

@media screen and (max-height: 768px) {
    .scroll {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    /*header*/
    header {
        height: auto;
    }
    header h1 {
        width: 65%;
    }
    header ul {
        width: 35%;
        padding: 10px 0 0;
    }
    header ul li {
        width: 100%;
    }
    header .border {
        border: none;
    }
    header ul li {
        text-align: left;
    }
    header ul li:before {
        content: "\f0a9";
        font-family: FontAwesome;
        padding-right: 5px;
    }
    .img_title {
        left: 0;
        right: 0;
        width: 90%;
        margin: 0 auto;
    }
    section {
        padding: 100px 0 0;
    }
    .accordion ul {
        width: 100%;
        display: block;
        clear: both;
        border-top: 1px solid #DDDDDD;
        padding: 0;
    }
    .accordion ul li {
        text-align: center;
        font-size: 1.5em;
        font-weight: bold;
        padding: 0;
    }
    .accordion ul li:before {
        display: none;
    }
    .accordion ul li a {
        padding: 10px 0;
    }
    .accordion ul li ul {
        margin: 0;
        padding: 0;
        background: none;
    }
    .accordion ul li ul li {
        font-size: 0.7em;
        font-weight: normal;
        width: 50%;
    }
    .accordion ul li ul li a {
        text-align: left;
        padding: 5px 20px;
    }
    /*lightSlider*/
    .lightSlider img {
        max-width: 100%;
    }
    .lightSlider .caption1 {
        background: #efefef;
        display: block;
        position: static;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        padding: 0 20px 20px;
        width: 100%;
    }
    .lightSlider .caption2 {
        font-size: 0.8em;
    }
    #responsive {
        height: auto!important;
    }
    .lSSlideOuter .lSPager.lSGallery img {
        display: none !important;
    }
    .pc {
        display: none !important;
    }
    .pc_br {
        display: inline
    }
    .mobile {
        display: block;
    }
    .tab li {
        font-size: 0.65em;
    }
    .w50 {
        width: 100%;
    }
    /*top*/
    .sm-slider {
        height: 400px !important;
    }
    .sm-slider p {
        font-size: 60%;
        padding: 0 10px;
        position: absolute;
        bottom: 20%;
        left: 0;
        right: 0;
    }
    .ml {
        margin-left: 0;
    }
    #home footer {
        position: static;
    }
    section,
    .fp-tableCell {
        height: auto !important;
    }
    .fp-tableCell {
        vertical-align: top !important;
    }
    .scroll {
        display: none;
    }
    #page1 {
        height: 400px !important;
    }
    .space {
        padding: 0 0 10px;
    }
    #page3 .button {
        margin-bottom: 10px;
    }
    #page4 .mobile {
        background: #efefef !important;
    }
    #page4 h2 {
        padding: 20px 0;
    }
    #page6 {
        background: #fff !important;
    }
    #page6 h2 {
        padding-top: 20px;
    }
    #page6 .rgba {
        position: static;
        width: 100%;
        padding: 0;
    }
    .tooltip {
        display: none !important;
    }
    .grid2 {
        display: block;
        width: 100%;
    }
    .grid {
        width: 31.5%;
        display: inline-block;
        float: none;
    }
    .grid_left h4 {
        padding: 0 0 10px;
    }
    /*page*/
    #page_member .photo {
        width: 180px;
        bottom: -6px;
    }
    #page_shop .map_btn {
        display: none;
    }
    #page_shop iframe {
        margin: 20px auto;
    }
    .maplist {
        margin-top: -110px;
        padding-top: 110px;
    }
    .grid_group .inner {
        padding: 20px;
    }
    #page_recruit .fade01 {
        display: none;
    }
    /*test*/
    .group_link li {
        width: 46%;
        margin-bottom: 1%;
    }
    .group_link li a {
        min-height: inherit;
    }
    .menulist li {
        display: inline-block;
        width: 24%;
    }
    footer .inner {
        padding: 0;
    }
    footer .f_left {
        float: none;
        text-align: center;
    }
    .copy {
        float: none;
        text-align: center;
    }
    /*test ここまで*/
    .b_left,
    .b_right {
        border: 0;
    }
}

@media screen and (max-width: 640px) {
    body {
        font-size: 85%;
    }
    h2 {
        font-size: 2em;
    }
    /*base*/
    table th,
    table td {
        width: 100%;
        display: block;
    }
    .grid3 {
        width: 100%;
    }
    /*top*/
    #home section {
        padding: 20px 0 0 !important
    }
    .member_list li {
        width: 30%;
    }
    .grid figcaption {
        display: none;
    }
    .grid {
        opacity: 1 !important;
    }
    #page3,
    #page6 {
        background: #fff !important;
    }
    #page4,
    #page7 {
        border-top: 1px #ccc solid;
    }
    /*page*/
    .page_mainbg {
        background-repeat: no-repeat !important;
        background-size: cover !important;
        padding: 0;
    }
    #page_message .page_mainbg img {
        width: 60%;
    }
    .lightSlider .caption2 {
        width: 100%;
        position: static;
    }
    #page_profile .tab_profile .tab2 {
        padding: 0;
    }
    #page_recruit h2 {
        position: relative;
        z-index: 10;
    }
    #page_member .photo {
        width: 100px;
    }
    /*footer*/
    .tab {
        padding-top: 10px;
    }
    .tab li {
        width: 30%;
        border: solid 2px #fff;
        margin: 0 0.5% 10px;
        background: #fff;
    }
    .tab li.active {
        background: #DEDEDE;
    }
    footer ul.footlist {
        border-top: 1px solid #ccc;
    }
    footer ul.footlist li:after {
        top: 1.5em;
    }
}

@media screen and (max-width: 480px) {
    #page_profile .tab_area2 {
        border: 0;
    }
    #page_profile .tab2 li {
        width: 100% !important;
        border-bottom: solid 1px #fff;
        margin: 0;
    }
    .lightSlider .caption1,
    .lightSlider .caption2 {
        pointer-events: none !important;
    }
    footer .f_left {
        float: none;
        text-align: center;
    }
}

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

.table-flex .flex-left {
    width: 48%;
    height: 100%;
}

.table-flex .flex-right {
    width: 48%;
}

.table-flex .flex-right table {
    /* display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%; */
}

.table-ttl {
    text-align: center;
    font-size: 22px;
    margin: 10px auto;
    font-weight: bold;
    border-bottom: 1px solid #000;
    padding: 0 5px 5px 5px;
}

@media (max-width: 768px) {
    .table-flex {
        flex-direction: column;
    }
    .table-flex .flex-left {
        width: 100%;
        margin-bottom: 50px;
    }
    .table-flex .flex-right {
        width: 100%;
    }
    /* #wrap {
		overflow: scroll;
	}

	.fp-scrollable {
		height: auto !important;
		overflow: visible !important;
	}

	.fp-scroller {
		overflow: visible !important;
	} */
}

.message03 {
    width: 65%;
}

@media (max-width: 480px) {
    .message03 {
        width: 75%;
    }
}