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

html {
font-size: 62.5%;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 16px;
font-size: 1.6rem;
color: #4A4A4A;
font-family: "Noto Sans JP", "Yu Gothic medium", YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
background: #FFF;
margin: 0;
margin-top: 0;
}
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: #4A4A4A;
}
i {
font-size: 0.8em;
padding-right: 5px;
}
p {
word-break: break-all;
}
.box {
width: 90%;
max-width: 1280px;
margin: 0 auto;
}
a.btn2 {
background: #0E7EA8;
color: #fff;
display: table;
position: relative;
box-sizing: border-box;
border: 2px solid #0E7EA8;
transition: .6s;
}
a.btn2:after{
position: absolute;
top: 50%;
transform: translateY(-50%);
content: '\f0da';
font-family: 'Font Awesome 5 Free';
transition: 1s;
}
.h3-title {
display: table;
font-weight: 900;
font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo,sans-serif;
}
.h3-title span {
display: block;
font-weight: normal;
font-family: "Noto Sans JP", "Yu Gothic medium", YuGothic, "Hiragino Sans", Meiryo, "sans-serif";
color: #0E7EA8;
position: relative;
}
.h3-title span:before {
display: block;
content: " ";
background: #0E7EA8;
position: absolute;
left: 0;
top: 50%;
}

#header {
position: fixed;
top: 0;
left: 0;
width: 100%;
transition: top 0.3s;
background: #EFEFEF;
z-index: 50;
}
#header > div, #footer > div {
display: flex;
justify-content: space-between;
max-width: 1280px;
margin: 0 auto;
align-items: center;
}
#header > div {
width: 100%;
}

#hamburger {
display: none;
cursor: pointer;
position: relative;
}
#hamburger span {
display: block;
position: absolute;
background: #4A4A4A;
transition: .6s;
border-radius: 4px;
}
.in{transform: translateX(100%);}
#hamburger span.line_1, #hamburger span.line_2, #hamburger span.line_3{background: #fff;}

#subNav p a i {
color: #0E7EA8;
font-size: 0.6em;
transform: rotateZ(45deg);
}
#subNav p a {
font-weight: bold;
}
#subNav p span {
display: block;
}
#subNav > a {
background: #0E7EA8;
color: #fff;
}
#subNav > a i {
font-size: 0.8em;
}

.hero {
position: relative;
}
#copy {
position: absolute;
z-index: 1;
}

#footer {
background: #4A4A4A;
}
#footer > div {
width: 90%;
}
#footer ul li a {
color: #fff;
}
#footer small {
display: block;
font-size: 14px;
text-align: center;
padding: 8px 0;
color: #fff;
}

@media screen and (max-width: 560px) {
a.btn {
padding-right: 40px;
background: url(../images/arrow.svg) no-repeat bottom 2px right;
background-size: 30px auto;
font-size: 1.4rem;
}
a.btn2 {
padding: 8px 30px 8px 15px;
font-size: 1.6rem;
}
a.btn2:after {
right: 10px;
}

.h3-title {
font-size: 2.6rem;
padding-bottom: 20px;
}
.h3-title span {
font-size: 1.4rem;
padding: 0 0 0 30px;
}
.h3-title span:before {
width: 24px;
height: 1px;
}

.logo {
width: 60%;
margin-left: 3%;
}

#hamburger {
width: 30px;
height: 22px;
margin-right: 3%;
}
#hamburger span {
right: 0;
width: 30px;
height: 2px;
}
#hamburger span.line_1, #hamburger span.line_2, #hamburger span.line_3{
width: 30px;
}
#line2 {top: 10px;}
#line1.line_1 {transform: rotate(-45deg); top: 11px;}
#line3.line_3 {transform: rotate(45deg); bottom:8px;}
#gNav {
padding: 10vh 5% 0;
}
#subNav {
margin-bottom: 30px;
}
#subNav p {
padding-bottom: 20px;
}
#subNav p a {
font-size: 2.8rem;
}
#subNav > a {
display: block;
width: 100%;
padding: 8px 20px;
font-size: 2.2rem;
text-align: center;
}
#gNav ul li {
padding: 10px 0;
}

#copy {
width: 90%;
left: 50%;
bottom: 1vh;
transform: translateX(-50%);
text-align: center;
}
#copy h1 {
font-size: 2.2rem;
}

#footer .logo {
margin: 0 auto;
}
#footer ul {
display: none;
}
}

@media screen and (min-width: 561px) {
a.btn2 {
padding: 10px 40px 10px 30px;
font-size: 1.8rem;
}
a.btn2:after {
right: 16px;
}

a[href^="tel:"] {
pointer-events: none;
}
br.nobr {
display: none;
}

#subNav > a {
display: flex;
align-items: center;
}
}

@media screen and (min-width:561px) and ( max-width:960px) {
a.btn {
font-size: 1.8rem;
padding-right: 70px;
background: url(../images/arrow.svg) no-repeat bottom 4px right;
background-size: 60px auto;
}
.h3-title {
font-size: 3.8rem;
padding-bottom: 30px;
}
.h3-title span {
font-size: 1.5rem;
padding: 0 0 0 50px;
}
.h3-title span:before {
width: 40px;
height: 1px;
}

#hamburger {
width: 40px;
height: 30px;
margin-right: 5%;
}
#hamburger span {
right: 0;
width: 40px;
height: 3px;
}
#hamburger span.line_1, #hamburger span.line_2, #hamburger span.line_3{
width: 40px;
}
#line2 {top: 14px;}
#line1.line_1 {transform: rotate(-45deg); top: 15px;}
#line3.line_3 {transform: rotate(45deg); bottom:11px;}
#gNav {
padding: 80px 20% 0;
}
#subNav {
margin-bottom: 60px;
}
#subNav p {
padding-bottom: 40px;
}
#subNav p a {
font-size: 4rem;
}
#subNav > a {
width: 300px;
margin: 0 auto;
}
#gNav ul li {
padding: 16px 0;
}
#gNav ul li a {
font-size: 2rem;
}

#copy {
left: 3%;
top: 50%;
transform: translateY(-50%);
}
#copy h1 {
font-size: 2.8rem;
}
}

@media screen and (max-width: 960px) {
#header {
padding: 10px 0;
}
#hamburger {
display: block;
transition: .6s;
z-index: 200;
}
#line1 {top: 0;}
#line3 {bottom: 0;}
.line_2 {opacity: 0;}
#gNav {
position: fixed;
z-index: 100;
top: 0;
left: -100%;
width: 100%;
height: 100vh;
background: rgba(0,0,0,0.7);
transition: .3s;
color: #fff;
}
#gNav a, #subNav p a i {
color: #fff;
}
#subNav {
text-align: center;
}
#gNav ul {
border-top: 1px solid #fff;
}
#gNav ul li {
border-bottom: 1px solid #fff;
text-align: center;
}
#gNav ul li a {
display: block;
}

.hero {
padding-bottom: 40px;
}

#footer > div {
padding: 30px 0;
}
#footer ul {
display: none;
}
}

@media screen and (min-width: 961px) {
a.btn {
font-size: 2rem;
padding-right: 90px;
background: url(../images/arrow.svg) no-repeat bottom 4px right;
background-size: 80px auto;
}
a.btn2:hover {
color: #0E7EA8;
background: #fff;
}
a.btn2:hover:after {
transform: translateY(-50%) rotateZ(180deg);
}
.h3-title {
font-size: 4.5rem;
padding-bottom: 40px;
}
.h3-title span {
font-size: 1.6rem;
padding: 0 0 0 70px;
}
.h3-title span:before {
width: 60px;
height: 2px;
}

.logo {
width: 33%;
}
#gNav {
width: 60%;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
#gNav ul, #subNav, #footer ul {
display: flex;
justify-content: flex-end;
}
#gNav ul li, #footer ul li {
padding-bottom: 8px;
margin-left: 40px;
}
#gNav ul li:first-child, #footer ul li:first-child {
margin-left: 0;
}
#gNav ul li.active-link {
border-bottom: 2px solid #0E7EA8;
}
#gNav ul li a, #footer ul li a {
font-size: 1.8rem;
}
#subNav p {
text-align: right;
padding-right: 20px;
}
#subNav p a {
font-size: 2.6rem;
}
#subNav p span {
font-size: 1.8rem;
}

.hero {
padding-bottom: 60px;
}
#copy {
left: 5%;
top: 50%;
transform: translateY(-50%);
}

#footer > div {
padding: 40px 0;
}
}

@media screen and (min-width:561px) and ( max-width:1280px) {
#header .logo {
margin-left: 5%;
}
#subNav {
padding-bottom: 10px;
}
#subNav > a {
padding: 0 20px;
font-size: 2.2rem;
}
#gNav ul {
margin-right: 5%;
}
}

@media screen and (min-width: 1281px) {
.logo {
width: 360px;
}
#gNav {
width: 800px;
}
#subNav {
padding-bottom: 20px;
}
#subNav > a {
padding: 0 30px;
font-size: 2.8rem;
}

#copy h1 {
font-size: 4.5rem;
line-height: 150%;
}
}