@charset "UTF-8";
/* CSS Document */

html {
font-size: 62.5%;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 1.6rem;
color: #333;
background: #fff;
font-family: "Zen Maru Gothic", serif;
margin: 0;
font-weight: 500;
line-height: 1;
text-align: justify;
}
img{
width:100%;
max-width: 100%;
height: auto;
vertical-align: bottom;
}
video, iframe {
width: 100%;
vertical-align: bottom;
}
a, a:hover {
text-decoration: none;
color: #333;
}
i {
font-size: 0.8em;
padding-right: 5px;
}
p {
word-break: break-all;
font-weight: 500;
}
.box {
margin: 0 auto;
}
.btn {
display: flex;
align-items: center;
text-align: end;
font-weight: 500;
position: relative;
}
.btn:before{
display: block;
position: absolute;
content: "";
background-color: #333;
height: 1px;
}
.btn a{
font-weight: 500;
position: absolute;
z-index: 1;
}
.btn:after{
display: block;
position: absolute;
content: "";
border: solid 1px #333;
border-radius: 50%;
}
/*---------------
scroll-up
---------------*/
.scroll-fade{
opacity: 0;
transition: all 1s/*処理にかかる時間*/;
}
.scroll-up{
opacity: 0;
transform: translateY(30px)/*スクロールアップする距離*/;
transition: all 1s/*処理にかかる時間*/;
}
.scroll-up.done,
.scroll-fade.done{
opacity : 1;
transform : translate(0, 0);
}
.load-up{
opacity: 0;
transform: translateY(30px)/*スクロールアップする距離*/;
transition: all 1s/*処理にかかる時間*/;
}
.load-up.done{
opacity : 1;
transform : translate(0, 0);
}
.load-fade {
opacity : 0;
transition :all 2s/*処理にかかる時間*/;
}
.load-fade.done{
opacity : 1;
transform : translate(0, 0);
}
/*---------------
header
---------------*/
#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #dd0213;
z-index: 10000;
}
#logo {
position: absolute;
z-index: 10000;
transform: translateX(-50%);
}
.el_humburger {
position: absolute;
height: auto;
padding-top: 1px;
box-sizing: border-box;
z-index: 10001;
transition: all 0.2s ease-in-out;
cursor: pointer;
pointer-events: auto;
top: 50%;
right: 5%;
width: 40px;
transform: translateY(-50%);
}
.el_humburger > span {
display: block;
width: 100%;
margin: 0 auto 10px;
height: 3px;
background: #fff;
transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-of-type {
margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
background: #fff;
}	
.js_humburgerOpen .el_humburger > span.top {
transform: translateY(13px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger > span.middle {
opacity: 0;
}
.js_humburgerOpen .el_humburger > span.bottom {
transform: translateY(-13px) rotate(45deg);
}
.uq_spNavi {
display: none;
}
.uq_spNavi.js_appear {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: block;
background:  #dd0213;
z-index: 10000;
}
.sp-menu {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: rgba(255, 255, 255, 1);
z-index: 0;
margin-top: 0px;
padding-top: 0px;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.uq_spNavi_screen li{
text-align: center;
}
.uq_spNavi_screen li a {
display: block;
color: #fff;
font-weight: 600;
}
#header ul.icon{
display: flex;
justify-content: center;
align-items: center;
}
#header ul.icon li a{
display: block;
}
#header ul.icon li a i{
display: block;
color: #fff;
text-align: center;
}
/*---------------
footer
---------------*/
#footer{
background-color: #dd0213;
}

#footer ul.icon{
display: flex;
align-content: center;
justify-content: center;
padding-bottom: 50px;
}
#footer ul.icon li a i{
color: #fff;
font-size: 2.6rem;
padding-right: 30px;
}
#footer ul.icon li:last-of-type a i{
padding-right: 0;
}



#footer img{
display: block;
max-width: 150px;
margin: 0 auto;
}
#footer small{
display: block;
color: #fff;
font-weight: 500;
text-align: center;
}
/*---------------
title
---------------*/
h2.h2-title{
font-family: "Lexend Deca", sans-serif;
font-weight: bold;
}
h2.h2-title span{
font-weight: 500;
font-family: "Zen Maru Gothic", serif;
letter-spacing: 0.1em;
}
h2.h2-title span:after{
display: block;
content: "";
height: 1px;
background-color: #333;
}
h2.h2-title.left span{
display: flex;
align-items: center;
}
h2.h2-title.center{
text-align: center;
}
h2.h2-title.center span{
display: block;
}
/*---------------
#online
---------------*/
#online{
padding-bottom: 0;
}
#online a{
position: relative;
display: block;
height: 100%;
transition: .6s;
border: solid 1px #333;
}
#online a h2{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%);
font-family: "Lexend Deca", sans-serif;
font-weight: bold;
color: #fff;
text-shadow: #3333336b 3px 3px 10px;
}
/*---------------
#contact
---------------*/
#contact .inner{
background-color: #f4f4f4;
}
#contact .inner .tel a:before {
display: inline-block;
content: "\f095";
font-family: "Font Awesome 5 Free";
font-weight: 600;
color: #333333;
margin-right: 5px;
}
#contact .inner .tel a {
display: block;
font-weight: bold;
letter-spacing: 0.03em;
}
#contact .inner a.form {
display: flex;
align-items: center;
background-color: #d80113;
color: #fff;
font-weight: 500;
}
#contact .inner a.form:before {
display: inline-block;
content: "\f0e0";
font-family: "Font Awesome 5 Free";
font-weight: 600;
color: #fff;
margin-right: 10px;
}
/*---------------
cta
---------------*/
/*
#cta ul{
position: fixed;
}
#cta ul li{
background-color: #dd0213;
}
#cta ul li a{
color: #fff;
font-weight: 500;
}
#cta ul li a:before{
display: block;
font-weight: 500;
}
#cta ul li:nth-child(1) a:before{
content: "\f07a";
font-family: "Font Awesome 5 Free";
font-weight: 600;
}
#cta ul li:nth-child(2) a:before{
font-family: "Font Awesome 5 Brands";
content: "\f3c0";
}
#cta ul li:nth-child(3) a:before{
font-family: "Font Awesome 5 Brands";
content: "\f16d";
}
*/


@media (max-width: 560px){
.pctb-only{
display: none;
}
body, p {
font-size: 1.4rem;
}
.box {
width: 90%;
}
.btn:before{
width: 50px;
margin-left: 20px;
}
.btn:after{
width: 30px;
height: 30px;
}
.btn a {
padding-left: 80px;
margin-bottom: 5px;
font-size: 1.4rem;
}
section{
padding: 60px 0;
}
/*---------------
header
---------------*/
#header {
height: 60px;
}
#logo {
width: 25%;
top: 0%;
left: 50%;
}	
.uq_spNavi_screen{
padding: 100px 30px 0;
}
.uq_spNavi_screen li{
padding: 20px 0;
font-size: 1.8rem;
}
#header ul.icon{
padding-top: 10px;
}
#header ul.icon li{
margin-right: 30px;
}
#header ul.icon li:last-of-type{
margin-right: 0;
}
#header ul.icon li a{
padding: 15px 0;
}
#header ul.icon li a i{
font-size: 2.4rem;
}
/*---------------
footer
---------------*/
#footer{
padding: 50px 0 20px;
/*margin-bottom: 70px;*/
}
#footer img{
width: 20%;
padding-bottom: 50px;
}
#footer small{
font-size: 1.2rem;
}
/*---------------
title
---------------*/
h2.h2-title{
font-size: 2.6rem;
margin-bottom: 25px;
}
h2.h2-title span{
font-size: 1.2rem;
padding-top: 5px;
}
h2.h2-title span:after{
width: 80px;
margin-left: 10px;
}
h2.h2-title.center span:after{
margin: 15px auto 0;
}
/*---------------
#online
---------------*/
#online a{
padding: 5px;
width: calc(100% - 10px);
}
#online a h2{
font-size: 5vw;
}
/*---------------
#contact
---------------*/
#contact .inner{
padding: 40px 5%;
}
#contact .inner .tel{
text-align: center;
border-bottom: solid 1px #fff;
padding-bottom: 20px;
margin-bottom: 20px;
}
#contact .inner .tel a:before {
font-size: 3.4rem;
}
#contact .inner .tel a{
font-size: 9vw;
margin-bottom: 10px;
}
#contact .inner a.form{
justify-content: center;
font-size: 5vw;
padding: 20px 30px;
}
#contact .inner a.form:before {
margin-right: 10px;
font-size: 3.4rem;
}
/*---------------
#cta
---------------*/
/*
#cta ul{
bottom: 0;
right: 0;
display: flex;
width: 100%;
}
#cta ul li{
width: calc(100% / 3);
border-right: solid 1px #fff;
border-top: solid 1px #fff;
}
#cta ul li:last-of-type{
border-right: none;
}
#cta ul li a{
display: block;
text-align: center;
padding: 12px;
font-size: 3.6vw;
}
#cta ul li a:before{
display: block;
padding-bottom: 7px;
}
#cta ul li:nth-child(1) a:before{
font-size: 2.4rem;
padding-right: 3px;
}
#cta ul li:nth-child(2) a:before{
font-size: 2.6rem;
}
#cta ul li:nth-child(3) a:before{
font-size: 2.6rem;
}
*/
}
@media (min-width: 561px){
.sp-only{
display: none;
}
body, p {
font-size: 1.6rem;
}
a[href^="tel:"] {
pointer-events: none;
}
.btn {
width: 175px;
}
.btn:before{
width: 70px;
margin-left: 20px;
}
.btn:after{
width: 30px;
height: 30px;
}
.btn a {
padding-left: 100px;
margin-bottom: 5px;
font-size: 1.6rem;
transition: 0.5s;
}
.btn a:hover {
transform: translateX(-5px);
}
.box {
width: 80%;
max-width: 960px;
}
/*---------------
header
---------------*/
#header {
height: 80px;
}
#logo {
width: 150px;
top: 0;
left: 50%;
transform: -50%;
}	
.uq_spNavi_screen{
padding: 100px 30px 0;
}
.uq_spNavi_screen li{
padding: 25px 0;
font-size: 2.0rem;
}
#header ul.icon{
padding-top: 10px;
}
#header ul.icon li{
margin-right: 40px;
}
#header ul.icon li:last-of-type{
margin-right: 0;
}
#header ul.icon li a{
padding: 15px 0;
}
#header ul.icon li a i{
font-size: 2.6rem;
}
/*---------------
title
---------------*/
h2.h2-title{
font-size: 4rem;
margin-bottom: 50px;
}
h2.h2-title span{
font-size: 2rem;
padding-top: 10px;
}
h2.h2-title span:after{
width: 150px;
margin-left: 10px;
}
h2.h2-title.center span:after{
margin: 20px auto 0;
}
/*---------------
#online
---------------*/
#online a{
padding: 10px;
width: calc(100% - 20px);
}
/*---------------
#contact
---------------*/
#contact .inner{
display: flex;
justify-content: center;
align-items: center;
}
#contact .inner .tel{
border-right: solid 1px #fff;
}
#contact .inner .tel a{
margin-bottom: 10px;
}
/*---------------
#cta
---------------*/
/*
#cta{
opacity: 0;
transition: .6s;
}
#cta.on{
opacity: 1;
transition: .6s;
}
#cta ul{
top: 55%;
right: 0;
transform: translateY(-50%);
}
#cta ul li{
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
text-orientation: upright;
width: 100%;
border: solid 1px #fff;
}
#cta ul li:nth-child(-n+2){
border-bottom: none;
}
#cta ul li a{
display: flex;
align-items: center;
padding: 15px 10px;
}
#cta ul li a:before{
padding-bottom: 5px;
}
#cta ul li:nth-child(1) a:before{
font-size: 1.8rem;
padding-right: 3px;
}
#cta ul li:nth-child(2) a:before{
font-size: 2rem;
}
#cta ul li:nth-child(3) a:before{
font-size: 2rem;
}
*/
}
@media (min-width: 561px) and (max-width: 1024px){
section{
padding: 80px 0;
}
/*---------------
footer
---------------*/
#footer{
padding: 60px 0 10px;
}
#footer img{
width: 10%;
padding-bottom: 60px;
}
#footer small{
font-size: 1.2rem;
}
/*---------------
#online
---------------*/
#online a h2{
font-size: 3.4rem;
}
/*---------------
#contact
---------------*/
#contact .inner{
padding: 20px 30px;
}
#contact .inner .tel{
padding-right: 30px;
margin-right: 30px;
}
#contact .inner .tel a:before {
font-size: 3.2rem;
}
#contact .inner .tel a{
font-size: 3.2rem;
}
#contact .inner .tel p{
font-size: 1.3rem;
}
#contact .inner a.form{
font-size: 1.6rem;
padding: 20px;
transition: .6s;
}
#contact .inner a.form:before {
margin-right: 10px;
font-size: 2.0rem;
}
}
@media screen and (min-width: 1025px){
section{
padding: 120px 0;
}
.nobr{
display: none;
}
/*---------------
footer
---------------*/
#footer{
padding: 100px 0 10px;
}
#footer img{
width: 20%;
padding-bottom: 60px;
}
#footer small{
font-size: 1.4rem;
}
/*---------------
#online
---------------*/
#online a:hover{
opacity: 0.7;
transition: .6s;
}
#online a h2{
font-size: 4.5vw;
}
/*---------------
#contact
---------------*/
#contact .inner{
padding: 20px 60px;
}
#contact .inner .tel{
padding: 40px 30px 40px 0;
}
#contact .inner .tel a:before {
font-size: 4.0rem;
}
#contact .inner .tel a{
font-size: 4.0rem;
}
#contact .inner a.form{
font-size: 2.0rem;
padding: 20px 30px;
margin-left: 40px;
transition: .6s;
}
#contact .inner a.form:hover {
opacity: 0.7;
transition: .6s;
}
#contact .inner a.form:before {
margin-right: 10px;
font-size: 4.0rem;
}
}