@charset "UTF-8";
/* CSS Document */
* {margin: 0;padding: 0;box-sizing: border-box;}
html { margin-top: 0 !important; }
html body {position: relative;margin-top: 0 !important;}
body {width: 100%;margin: 0;padding: 0;font-family: "source-han-sans-japanese", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", serif;color: #00283B;background-color: #fff;}
p,h1,h2,h3,h4,h5,h6,th,td,a,i {margin: 0 auto;padding: 0;font-size: 1.2vw;line-height: 120%;font-weight: 400;}
img,video,iframe{margin: 0;padding: 0;vertical-align: bottom;}
ul,ol { list-style: none;}
a {text-decoration: none;color: #00283B;-webkit-transition: 0.5s ease-in-out;-moz-transition: 0.5s ease-in-out;-o-transition: 0.5s ease-in-out;transition: 0.5s ease-in-out;}
a:hover {opacity: 1;}

/*----- anim-box -----*/
@keyframes fadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes slideIn {
0% {transform: translateX(80%);opacity: 0;}
50% {opacity: 0.5;transform: translateX(0);}
100% {opacity: 1;}
}
@keyframes slideIn1 {
0% {transform: translateX(-80%);opacity: 0;}
50% {opacity: 0.5;transform: translateX(0);}
100% {opacity: 1;}
}
@keyframes slideIn2 {
0% {transform: translateY(-80%);opacity: 0;}
50% {opacity: 0.5;transform: translateY(0);}
100% {opacity: 1;}
}
@keyframes slideIn3 {
0% {transform: translateY(80%);opacity: 0;}
50% {opacity: 0.5;transform: translateY(0);}
100% {opacity: 1;}
}
.anim-box.slidein.is-animated {animation: slideIn 1.5s cubic-bezier(0.8, 1, 0.8, 1) 1 forwards;}
.anim-box.slidein1.is-animated {animation: slideIn1 1.5s cubic-bezier(0.8, 1, 0.8, 1) 1 forwards;}
.anim-box.slidein2.is-animated {animation: slideIn2 1s cubic-bezier(0.8, 1, 0.2, 1) 1 forwards;}
.anim-box.slidein3.is-animated {animation: slideIn3 1s cubic-bezier(0.8, 1, 0.2, 1) 1 forwards;}
.anim-box.fadein.is-animated {animation: fadeIn 1s cubic-bezier(0.8, 0, 0.2, 1) 1 forwards;}
/*========= テキストを滑らかに出現させるためのCSS ===============*/
span.smoothText {overflow: hidden;display: block;}
/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger{transition: .9s ease-in-out;transform: translate3d(0,100%,0) skewY(40deg);transform-origin: left;display: block;}
span.smoothTextTrigger.smoothTextAppear{transform: translate3d(0,0,0) skewY(0);}
/*----- font -----*/
/*----- none -----*/
.pc{display: block;}
.tab{display: none;}
.sp{display: none;}
/*----- main -----*/
main {width: 100%;overflow: hidden;}
/*----- header -----*/
header {position: relative;width: 100%;}
.header {width: 100%;}
/*nav*/
#nav {opacity: 0;width: 100%;height: auto;position: fixed;top: 0;left: 0;z-index: 20;transition: .4s;font-size: 0;padding: 0;overflow: visible;background-color: rgba(255,255,255,100)}
.nav_logo {display: inline-block;vertical-align: middle;width: 22%;padding-left: 2.2vw;}
.nav_logo:hover {transform: scale(1.05,1.05);}
.nav_logo_img {width: 100%;}
#nav-content {display: inline-block;vertical-align: middle;width: 78%;}
.nav_t1 {display: none;}
/*global-nav*/
.global-nav {width: 100%;margin: 0 0 0 auto;}
.item_sp {display: none;}
.global-nav__list {position: relative;width: 100%;padding: 0;margin: 0;font-size: 0;text-align: right;}
.global-nav__item {display: inline-block;vertical-align: middle;position: relative;margin: 0;padding: 0;font-size: 1vw;text-align: left;}
.global-nav__item i {display: none;}
.global-nav__item.item1 {display: inline-block;margin: 0 3% 0 0;}
.item1_a {width: 100%;font-size: 1vw;box-sizing: border-box;color: #00283B;}
.item1_a:hover {text-decoration-line: underline;}
.global-nav__item.item2 {width: 19%;margin: 0 1% 0 0;}
.item2_a {display: block;width: 100%;}
.item2_a:hover {transform: scale(1.05,1.05);}
.global-nav__item.item3 {overflow: hidden; width: 9.5%;}
.item3_a {display: block;width: 100%;}
.item3_a:hover {transform: scale(1.10,1.10);}
.tel_img {width: 100%;}
.web_img {width: 100%;height: 6.5vw;object-fit: cover;}
.line_img {width: 100%;height: 6.5vw;object-fit: cover;}
/*----- pan -----*/
#pan {width: 100%;padding: 1vw 0;}
.pan {width: 95%;margin: 0 auto;font-size: 1vw;color: #999;}
.pan .archive {margin-left: 0.5vw;}
.pan a {display: inline-block;margin: 0 0.5vw;font-size: 1vw;color: #4E4F50;}
/*----- footer -----*/
footer {width: 100%;padding: 2vw 0;background-color: #00283B;overflow: hidden;}
.footer {width: 90%;margin: 0 auto;}
/* footer_01 */
.footer_01 {width: 100%;text-align: center;}
.footer_01 small {font-size: 1vw;color: #fff;}
/* footer_02 */
.footer_02 {display: none;}


@media screen and (max-width:960px) {
/*----- display -----*/
.pc {display: none;}
.tab {display: block;}
.sp {display: none;}
/*----- main -----*/
/*----- header -----*/
/*nav*/
.nav_logo {display: inline-block;width: 25%;padding: 2vw 0 2vw 2.5vw;}
.nav_logo:hover {transform: scale(1.05,1.05);}
.nav_logo_img {width: 100%;}
#nav-content {display: inline-block;width: 75%;}
.nav_t1 {display: none;}
/*global-nav*/
.global-nav {width: 100%;margin: 0 0 0 auto;}
.item_sp {display: none;}
.global-nav__list {position: relative;width: 100%;padding: 0;margin: 0;font-size: 0;text-align: right;}
.global-nav__item {font-size: 1.6vw;}
.global-nav__item i {display: none;}
.global-nav__item.item1 {display: inline-block;margin: 0 3% 0 0;}
.item1_a {font-size: 1.6vw;}
.global-nav__item.item2 {display: none;}
.global-nav__item.item3 {display: none;}
/*----- pan -----*/
#pan {padding: 1vw 0;}
.pan {width: 95%;font-size: 1.6vw;}
.pan .archive {margin-left: 1vw;}
.pan a {margin: 0 1vw;font-size: 1.6vw;}
/*----- footer -----*/
footer {padding: 2vw 0 10.5vw;}
.footer {width: 90%;}
/* footer_01 */
.footer_01 small {font-size: 1.6vw;}
/* footer_02 */
.footer_02 {display: block;position: fixed;bottom: 0;left: 0;width: 100%;background-color: #fff;overflow: hidden;}
.footer_02_in {display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;-webkit-flex-wrap: wrap;flex-wrap: wrap;width: 100%;}
.footer_02_01 {width: 50%;min-height: 8.5vw;display: flex;align-items: center;justify-content: center;background-color: #fff;text-align: center;}
.footer_02_01_a {}
.footer_02_01_a:hover {transform: scale(1.05,1.05);}
.footer_02_01_img {height: 6vw;}
.footer_02_02 {width: 25%;min-height: 8.5vw;display: flex;align-items: center;justify-content: center;background-color: #fff;text-align: center;}
.footer_02_02_a {width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;background-color: #F0602C;color: #fff;font-size: 1.8vw;font-weight: 600;}
.footer_02_02_a:hover {transform: scale(1.05,1.05);}
.footer_02_03 {width: 25%;min-height: 8.5vw;display: flex;align-items: center;justify-content: center;background-color: #fff;text-align: center;}
.footer_02_03_a {width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;background-color: #03C100;color: #fff;font-size: 1.8vw;font-weight: 600;}
.footer_02_03_a:hover {transform: scale(1.05,1.05);}
}


@media screen and (max-width:500px) {
/*----- display -----*/
.pc {display: none;}
.tab {display: none;}
.sp {display: block;}
/*----- main -----*/
/*----- header -----*/
#nav {width: 100%;position: fixed;top: 0;left: 0;z-index: 20;height: auto;padding: 1.7vw 5vw 1.7vw;overflow: visible;transition: .4s;border-radius: 0;font-size: 0;background: rgba(255,255,255,0.80);box-sizing: border-box;}
.nav_logo {display: inline-block;vertical-align: middle;width: 45%;padding: 0 0;box-sizing: border-box;}
.nav_logo_img {width: 100%;}
#nav-content {display: inline-block;vertical-align: middle;width: 45%;text-align: right;box-sizing: border-box;}
.global-nav {position: fixed;right: -75%;top: 0vw;width: 70%;height: 100vh;padding-top: 1vw;padding-bottom: 10vw;background-color: #fff;transition: all .6s;z-index: 999;overflow-y: auto;text-align: left;box-sizing: border-box;}
.nav_t1 {display: inline-block;margin: 2.5vw 0 0vw 4vw;padding: 0;font-size: 6vw;font-weight: 600;box-sizing: border-box;letter-spacing: 0.6vw;color: #00283B;}
.global-nav__item {display: block;width: 100%;box-sizing: border-box;}
.global-nav__item::after {vertical-align: middle;content: '';font-size: 0vw;}
.global-nav__list {width: 100%;margin: 0;padding: 0 7vw;box-sizing: border-box;display: -webkit-block;display: block;padding-top: 5vw;}
.global-nav__item {font-size: 3vw;}
.item1_a {display: block;width: 100%;box-sizing: border-box;margin: 3vw 0;padding: 0 0 0vw;font-size: 4vw;color: #00283B;}
.global-nav__item.item2 {display: block;width: 100%;margin: 0;}
.item2_a {display: block;width: 100%;margin-top: 3vw;padding: 0vw 0;}
.item2_a:hover {transform: scale(1.05,1.05);}
.hamburger {display: inline-block;vertical-align: middle;width: 10%;height: 8vw;margin: 0 0 0 auto;box-sizing: border-box;}
.hamburger__line {position: absolute;right: 5vw;width: 7vw;height: 0.8vw;background-color: #00283B;transition: all .6s;}
.hamburger__line--1 {top: 3.2vw;}
.hamburger__line--2 {top: 5.5vw;}
.hamburger__line--3 {top: 7.9vw;}
.black-bg {position: fixed;left: -0vw;top: 0;width: 110vw;height: 100vh;z-index: 998;background-color: #000;opacity: 0;visibility: hidden;transition: all .6s;cursor: pointer;}
.nav-open .global-nav {top: 0;right: 0;}
.nav-open .black-bg {opacity: .8;visibility: visible;}
.nav-open .hamburger__line--1 {transform: rotate(405deg);top: 6vw;right: 5vw;z-index: 999;background-color: #00283B;}
.nav-open .hamburger__line--2 {width: 0;left:50%;}
.nav-open .hamburger__line--3 {transform: rotate(-405deg);top: 6vw;right: 5vw;z-index: 999;background-color: #00283B;}
/*----- pan -----*/
#pan {padding: 2vw 0;}
.pan {width: 95%;font-size: 3vw;}
.pan .archive {margin-left: 1.5vw;}
.pan a {margin: 0 1.5vw;font-size: 3vw;}
/*----- footer -----*/
footer {padding: 4vw 0 16vw;}
/* footer_01 */
/* footer_01 */
.footer_01 small {font-size: 3vw;}
/* footer_02 */
.footer_02_01 {width: 40%;min-height: 12vw;}
.footer_02_01_img {height: 8vw;}
.footer_02_02 {width: 30%;min-height: 12vw;}
.footer_02_02_a {width: 100%;height: 100%;font-size: 3.2vw;}
.footer_02_03 {width: 30%;min-height: 12vw;}
.footer_02_03_a {width: 100%;height: 100%;font-size: 3.2vw;}
}
