<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ----------------
 共通
------------------- */
p.lh-2{
 line-height: 2; 
}
/* -----------------
 en home
-------------------- */
.modal-content .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.modal-content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/* ----------------------
 pc
------------------------- */
@media screen and (min-width: 769px) {/* pcまで */

.sp_header,
.home_header{
 background: rgb(103,103,103);
 background: linear-gradient(180deg, rgba(103,103,103,0.891176538974965) 0%, rgba(185,185,194,0) 100%); 
 position: fixed;
 transition: padding .3s, background-color .3s; /* 背景色と高さをじんわり変更 */
 top: 0;
 left: 0;
}
.sp_header.under,
.home_header.under{
 background: rgba(255,255,255,.9) !important; 
}
.sp_header .second,
.home_header .second{
 display: none;
}
.sp_header.under .first,
.home_header.under .first{
 display: none;
}
.sp_header.under .second,
.home_header.under .second{
 display: block;
}
.home #contents{
 position: relative;
 width: 100%;
 overflow: hidden;
 background-color: #fff;
}

.home article h2.title,
.home article h2.title_b{
 background: url(images/home/title-bg-1.png) no-repeat left center;
 padding-left: 80px;
 font-size: 260%;
 font-family: "Noto Sans JP";
 font-weight: 500;
 letter-spacing: 3px;
 color: #000;
 margin-bottom: 3vw;
}
h3.title{
 font-size: 200%;
 margin-bottom: 1.5vw;
 font-weight: 500;
 letter-spacing: 1px;
}
.home article .inner{
 max-width: 1100px;
 margin-left: auto;
 margin-right: auto;
 padding-left: 1%;
 padding-right: 1%;
}
.home #contents article{
 width: 100%;
 margin-left: auto;
 margin-right: auto;
}

.t_right{
 text-align: right;
}

/* --------------------------- */
#header .outer{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 5;
}
#header .title{
 position: absolute;
 top: 20vw;
 left: 14%; 
}
.home article{
 position: relative;
 overflow: hidden;
}
/* --------------------------- group_1 */
.home .group_1{
 min-height: 600px;
 margin-left: auto;
 margin-right: auto;
 padding: 150px 0 150px 0;
}
.home .group_1 .inner{
}

.group_3 p,
.group_1 p{
 margin-bottom: 1.5vw;
}
.group_1 table {
  border: 1px #999 solid;
  border-collapse: collapse;
  width: 100%;
}
.group_1 table th {
  border: 1px #999 solid;
  background-color: #eee;
  padding: 10px;
  font-size: 120%;
  font-weight: 500;
}
.group_1 table td {
  border: 1px #999 solid;
  background-color: #fff;
  padding: 10px;
}
.group_1 p:last-of-type{
 margin-bottom: 5vw;
}
/* --------------------------- */
.home .group_2{
}
.group_2 .g_map {
 position: relative;
 padding-bottom: 50%;
 height: 0;
 overflow: hidden;
}
/* --------------------------- group_3 PC*/
.home .group_3 {
 padding-top: 8vw;
 padding-bottom: 3vw;
 margin-bottom: 5vw;
}
.group_3 ul{
 display: grid;
 grid-template-columns: 60% 36%;
 justify-content: space-between;
}
.group_3 ul:first-of-type{
 margin-bottom: 2.3vw;

}
/* --------------------------- group_4 */

.home .group_4 {
 padding-top: 7vw;
 padding-bottom: 7vw;
 background: #f3f4f6;
}
.home .group_4 ul{
 display: flex;
 justify-content: space-between;
}
.home .group_4 ul li{
 width: 23%;
}
.home .group_4 h2{
 margin-bottom: 50px;
}

.home .group_4 a{
 color: #333;
 transition: 0.5s;
 transition-delay: 0.5s;
}
.home .group_4 a img{
 transition: 0.5s;
 transition-property: opacity;
 transition-duration: 0.5s;
}
.home .group_4 a:hover img{
 opacity: 0.7;
}
.group_4 .mgb{
 margin-bottom: 4vw;
}
/* --------------------------- PC*/
.contact .outer_box{
 background-color: #eaeaea;
 border-radius: 30px;
 padding: 3vw;
}
.contact .info_box{
 max-width: 800px;
 margin: 40px auto;
 border: 2px dotted #aaa;
 padding: 2vw;
 border-radius: 10px;
}
.contact .info_box h4{
 font-size: 130%;
 font-weight: bold;
 margin-bottom: 10px;
}

.contact .info_box a{
 color: #009ed8;
}
.contact_button{
 margin-left: auto;
 margin-right: auto;
 display: table;
}
table.contact{
 max-width: 800px;
 margin: 30px auto;
 border-top: 1px solid #ccc;
 border-collapse: separate;  /* 表の線と線の間を空ける */
}
table.contact th{
 padding: 15px 20px;
 width: 35%;
 background-color: #e6f0e2;
 vertical-align: middle;
 border-bottom: 1px solid #ccc;
}

table.contact td{
 padding: 15px 20px;
 width: auto;
 border-bottom: 1px solid #ccc;
}

table.contact-2{
 max-width: 800px;
 margin: 30px auto;
 border-collapse: separate;
 border-spacing: 3px;
 border-top: 1px dotted #5c9340;
 border-bottom: 1px dotted #5c9340;
}
table.contact-2 th{
 padding: 15px 20px;
 width: 35%;
 vertical-align: middle;
 border-bottom: 1px dotted #5c9340;
}
table.contact-2 th.last{
 border-bottom: none !important;
}
table.contact-2 td{
 padding: 15px 20px;
 width: auto;
 background-color: #f6f7f2;
 vertical-align: middle; 
}
.contact .wpcf7{
 margin-bottom: 40px;
}
/* ---------------------------
 footer
------------------------------ */
#footer .add_group {
 color: #fff;
 text-align: left;
 font-size: 90%;
}
#footer .add_group .name{
 font-size: 110%;
 font-weight: 500;
 margin-bottom: 5px; 
}
#footer .add_group .tel{
 font-weight: 500;
}
#footer .inner:first-of-type {
}
 #footer .foot_logo {
    max-width: 1100px;
    margin: 0px auto 0 auto !important;
    text-align: left;
  }


}/* pc end */
/* ---------------------------
 コンタクト
 ----------------------------- */
.t_center{
 text-align: center !important;
}
.wpcf7-list-item-label{}
.wpcf7-checkbox{}
.wpcf7-textarea,
input[type="email"],
input[type="tel"],
input[type="text"]{
 width: 95%;
}
table.contact span{
 margin-left: 5px;
}
.contact .overbox {
    border: 1px solid #ccc;
    padding: 20px;
    height: 200px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.contact .overbox li {
    margin-bottom: 20px;
    margin-left: 20px;
}
.contact ol li {
    list-style-type: decimal;
}
.contact span.hissu{
 background-color: #fa5d5d;
 color: #fff;
 padding: 2px 7px 2px 7px;
 font-size: 80%;
 border-radius: 6px;
 float: right;
}
.contact span.jidou{
 background-color: #009ed8;
 padding: 5px 15px 7px 15px;
 display: inline-block;
 margin-left: 20px;
 font-size: 80%;
 color: #fff;
 border-radius: 6px;
}

.wpcf7-form-control.wpcf7-acceptance{
 margin-left: auto;
 display: inline-block;
 text-align: center;
 margin-right: auto;
 margin-top: 30px;
 margin-bottom: 0px;
 display: table;
}
.wpcf7-form-control.wpcf7-acceptance label{
 margin-left: auto;
 margin-right: auto; 
 display: block;
}
.wpcf7-form-control-wrap.your-zip input,
.your-zipcode input{
 width: 50%;
}
.wpcf7 .wpcf7-submit{
 display: table;
 margin-left: auto;
 margin-right: auto;
}

@media screen and (max-width: 1210px) {/*  */
#sp_header{
}

}
/* ---------------------------
 SP
------------------------------ */
@media screen and (max-width: 768px) {/* sp */
.sp_header{
 background-color: rgba(0,0,0, .4);
 height: 80px;
}
.sp_header.under{
 background-color: rgba(255,255,255, .9);
}

#contents,
.outer_block{
 z-index: 1 !important;
}

#sp_header{
 position: fixed !important;
 z-index: 10;
}
#sp_header h1 .second{
 display: none;
}
#sp_header.under h1 .first{
 display: none;
}
#sp_header.under h1 .second{
 display: block !important;
}

#sp_header .logo{
 position: absolute;
 top: 0;
 left: 0;
}
#sp_header .title{
 position: absolute;
 top: 70vw;
 left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.home article{
 position: relative;
 overflow: hidden;
}

.home article h2.title,
.home article h2.title_b{
 text-align: left;
 background: url(images/home/title-bg-1.png) no-repeat left center;
 background-size: auto 100%;
 padding-left: 13vw;
 font-size: 7vw;
 font-family: "Noto Sans JP";
 font-weight: bold;
 letter-spacing: 1px;
 color: #000;
 display: table;
 margin-bottom: 20px;
}
.home article h2.title_w{
 background: url(images/home/title-bg-1.png) no-repeat left center;
 background-size: auto 100%;
 padding-left: 13vw;
 font-size: 7vw;
 font-family: "Noto Sans JP";
 font-weight: bold;
 letter-spacing: 1px;
 color: #fff;
 display: table;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 40px;
}

.home article h3.title{
 font-size: 140%; 
 font-weight: 500;
 margin-bottom: 25px;
}
p.mgb_sp{
 margin-bottom: 50px !important;
}
/* ---------------------------  */
.home .group_1{
 min-height: 600px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 10vw;
 padding-bottom: 20vw;
}
.group_1 p{
 margin-bottom: 20px;
}
.home .group_1 .inner{
 min-height: 20vw;
}
.home .group_1 .btn{
 width: 141px;
 margin-top: 20px;
 margin-left: auto;
 margin-right: auto;
}

.group_1 table {
  border: 1px #999 solid;
  border-collapse: collapse;
  width: 100%;
}
.group_1 table th {
 display: block;
  border: 1px #999 solid;
  background-color: #eee;
  padding: 10px;
  font-size: 120%;
  font-weight: 500;
}
.group_1 table td {
 display: block;
  border: 1px #999 solid;
  background-color: #fff;
  padding: 10px;
}
/* --------------------------- group_3 SP*/
.home .group_3 {
 padding-top: 8vw;
 padding-bottom: 3vw;
 margin-bottom: 5vw;
}
.group_3 ul li:first-child{
 margin-bottom: 35px;
}

.group_3 ul{
 margin-bottom: 55px;
}
/* -------------------------- group_4 sp */
.home .group_4{
 background-color: #f3f4f6;
 padding: 12vw 0;
}
.group_4 .mgb{
 margin-bottom: 40px;
}

.contact .info_box{
 max-width: 800px;
 margin: 40px auto;
 border: 2px dotted #aaa;
 padding: 2vw;
 border-radius: 10px;
}
.contact .info_box h4{
 font-size: 130%;
 font-weight: bold;
 margin-bottom: 10px;
}

.contact .info_box a{
 color: #009ed8;
}
table.contact{
 margin: 30px auto;
}
table.contact th{
 display: block;
 padding: 15px 10px 0 0;
 width: 100%;
 font-weight: bold;
}
table.contact td{
 display: block;
 padding: 15px 10px;
 width: 100%;
 background-color: #F3F3F6;
}

.wpcf7-list-item-label{}
.wpcf7-checkbox{}
.wpcf7-textarea,
input[type="email"],
input[type="tel"],
input[type="text"]{
 width: 93%;
}
.contact_button{
 text-align: center;
}

table.contact-2{
 max-width: 800px;
 margin: 30px auto;
 border-collapse: separate;
 border-spacing: 3px;
 border-top: 1px dotted #5c9340;
 border-bottom: 1px dotted #5c9340;
}
table.contact-2 th{
 padding: 15px 20px;
 width: 100%;
 display: block;
 vertical-align: middle;
}
table.contact-2 th.last{
 border-bottom: none !important;
}
table.contact-2 td{
 display: block;
 padding: 15px 20px;
 width: auto;
 background-color: #f6f7f2; 
}
.contact .wpcf7{
 margin-bottom: 40px;
}

.wpcf7-submit{
 margin-left: auto;
 margin-right: auto;
 display: block; 
}
.wpcf7-form-control.wpcf7-acceptance label{
 margin-left: auto;
 margin-right: auto;
 display: table;
}


}/* sp end */
/* -------------------------------------
 追加のアクション等
---------------------------------------- */
/* ----------------------
 home slide pc
------------------------- */
@media screen and (min-width: 769px) {/* pcまで */
#header{
 z-index: 150;
}
/* ------------------------------------- */
.movie_box video{
 width: 100%;
}

.movie {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}

.home .outer_block{
 background-color: #fff;
}

.bottom_title{
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 z-index: 2;
}

.section:nth-of-type(1) {
}

.section:nth-of-type(1) {
}

.section:nth-of-type(2) {
 background: url(images/slide/slide-1.png) no-repeat center bottom;
 background-size: cover;
}

.section:nth-of-type(4) {
}

sticky_container .section:nth-of-type(4) {
 z-index: 1;
}
.section-4 .fadeIn_up img {
  width: auto;
  height: 100vh;
  object-fit: cover !important; 
}


.slide_left{
  transform: translateX(calc(-50vw - 50%));
}
.slide_right{
  transform: translateX(calc(50vw + 50%));
}
.show{
  transform: translateX(0);
}
.section{
 position: relative;
}

.fadeIn_left{
}

.section .fadeIn_left {

}
.section.stuck .fadeInUp {

}
.section .fadeIn_up {
  opacity: 0;
  transform: translate(0, 0%);
  transition: 2s;
}
.section.stuck .fadeIn_up {
  transform: translate(0, 0);
  opacity: 1;
}
.section .fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 1s;
  position: absolute;
  top: 0%;
  right:0%;

}
.section.stuck .fadeIn_right {
  transform: translate(0, 0);
  opacity: 1;
  position: absolute;
  top: 0%;
  right:0%;
}
.section .fadeIn {
  opacity: 0;
  transition: 2s;
}
.section.stuck .fadeIn {
  opacity: 1;
}
/* ------------------------------------- */
#parallax{
 width: 100%;
 position: relative;
}
#parallax .container{
 position: relative;
}
.parallax-bg{
 position: relative;
min-width:100%;
min-height:100%;
width:100%;
height:100vh;
z-index:1;
display: flex;
   align-items: center;
   justify-content: center;

}
.parallax-bg span.bottom{
 position: fixed;
 bottom: 0;
 left: 0;
 z-index: 2;
 max-width: 100%;
}


.movie {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.parallax-bg video {
 background-attachment: fixed;
 position:fixed;
 z-index: 1;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}
.kara_box{
 width: 100%;
 height: 100vh;
}

.scrollbox{
 width: 100%;
 height: 110vh;
 position: relative;
 z-index: 3;
}
.scrollbox img{
  width: 100%;
  height: 110vh;
  object-fit: cover !important; 
}
#parallax .container .scroll-fade{
background: rgb(40,177,227);
background: linear-gradient(0deg, rgba(40,177,227,0.529832001159839) 0%, rgba(40,177,227,0.07044824765843838) 100%);
}
.scroll-fade img{
  opacity: 0;
 transform: translate(0, 10%);
  transition: .3s;
  transition-delay: 1.5s;
}
.scroll-fade.is-show img{
 transform: translate(0, 0);
  opacity: 1;
  
}
}/* PC */
@media screen and (max-width: 768px) {/* SP */
#parallax .message {
 position: relative;
}
#parallax .message span{
 display: block;
 text-align: center; 
 position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
} 


}/* SP */
/* ----------------------------------------------- */
@media screen and (min-width: 769px) {/* pcまで */
.modal_group{
 position: relative;
 z-index: 2;
}
.modal-open-inner{
 position: absolute;
 right: 10%;
 bottom: 150px;
 z-index: 5;
 width: auto;
 height: auto;
 text-align: center;
}

/*モーダルを開くボタン*/
.modal-open {
height: 100vh;
width: 100%;
z-index: 5;
overflow: hidden;
transition: transform .3s
will-change: transform;
position: absolute;
bottom: 0;
 right: 0;	
	
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	z-index: 300;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 20px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 1100px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	bottom: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 20px;
}
/* --------------------------- hoverで背景丸くなるMOVIEボタン */
.home #slide{
 width: 100%;
 height: 100vh;
 position: relative;
}
.btn_m {
 text-align: center;
}
.btn_m span{
 display: block;
 width: 88px;
 height: 88px;
 background: url(images/home/movie-botan.png) no-repeat center center;
 position: relative;
 overflow: hidden;
 border-radius: 50%;
 float: right;
}
.btn_m a{
 color: #fff;
 font-weight: bold;
 text-decoration: none;
 display: inline-block;
 cursor: pointer;
}
#slide .btn_m p{
}
.btn_m span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background:#009ed8 url(images/home/movie-botan.png) no-repeat center center;
  z-index: 0;
  transition: all 0.3s ease-out;
  border-radius: 50%;
}
.btn_m &gt; span {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
}
.btn_m a:hover span::before{
  width: 88px;
  height: 88px;
}

.btn_m span:hover::before {
  width: 88px;
  height: 88px;
}

/* ---------------------------------------- */
.animation .anm_mod{
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px;
    width: 50%;
    height: 100%;
}
.animation .anm_mod.full{
    width: 100%;
}
.animation .anm_mod.left{
    transform: translate3d(-50%, 0, 0);
}
.animation .anm_mod.right{
    transform: translate3d(30%, 0, 0);
}
.animation .anm_mod.delay_2s{
    transition: all 2s ease;
}
.animation .anm_mod.delay_3s{
    transition: all 3s ease;
}
.animation .anm_mod.fast{
    transition: all 0.8s ease;
}
.animation .anm_mod.active{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.anm_mod.example{
    font-size: 2.6em;
    color: #ffb7db;
    background-color: #a0a0a0;
    padding: 0.6em;
}
}/* PC */

@media screen and (max-width: 768px) {/* sp */
.side_btn,
.sticky_container{
 display: none;
}
.modal-container{
 display: none;
}
}

@media screen and (max-width: 1210px) {/* tab */
.movie {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
}
.movie video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: 100vh;
	transform: translate(-50%,-50%);
}

.sticky_container .section {
  box-shadow:none !important;
}
}</pre></body></html>