@charset "UTF-8";


/* Common */

* {
-webkit-text-size-adjust: 100%;
}
html {
margin: 0;
padding: 0;
height: 100%;
font-size: 62.5%;
}
body {
font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
font-size: 1.4rem;
line-height: 1.0em;
letter-spacing: 0.05em;
color: #41424e;
margin: 0;
padding: 0;
position: relative;
overflow-y: scroll;
word-wrap: break-word;
height: 100%;
}
body:before {
content: "";
display: block;
position: fixed;
top: 0;
left: -60px;
z-index: -1;
width: 939px;
height: 1023px;
background: url(../img/bg_earth.png) center center /cover no-repeat;
}
h1,h2,h3,h4,h5,h6,p,a,ul,li,ol,dl,dt,dd,table,tr,th,td,span,strong {
line-height: 1.0em;
font-weight: 400;
margin: 0;
padding: 0;
}
li {
list-style-type: none;
list-style-position: outside;
}
table {
border-collapse: collapse;
}
img {
vertical-align: bottom;
max-width: 100%;
height: auto;
}
a {
text-decoration: none;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
a:hover {
text-decoration: none;
}
a img {
border: none;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
a:hover img {
opacity: 1.0;
_filter: alpha(opacity=100);
}
a:focus {
outline:none;
}
button {
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
box-sizing: border-box;
}
input, 
textarea, 
select {
font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
font-size: 1.4rem;
line-height: 1.6em;
letter-spacing: 0.05em;
outline: none;
margin: 0;
padding: 0;
border: none;
box-sizing: border-box;
}



/* Parts */

.forSp {
display: none;
}
.inner {
width: 100%;
max-width: 1040px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}
.cts_bg01 {
background: rgba(239,243,246,0.4);
}
.cts_bg02 {
background: rgba(255,255,255,0.1);
}



/* Header */

.header {
color: #41424e;
background: #fff;
width: 100%;
box-sizing: border-box;
}
.header .inner {
max-width: 1240px;
height: 120px;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.header a {
color: #41424e;
}
.header a:hover {
color: #0065bd;
}
.header .logo {
width: 240px;
}
.header .nav ul {
font-family: 'Roboto Condensed', sans-serif;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: flex-end;
-webkit-justify-content: flex-end;
}
.header .nav ul li {
overflow: hidden;
text-align: center;
position: relative;
}
.header .nav ul li + li {
margin-left: 30px;
}
.header .nav ul li a {
position: relative;
padding: 10px 0;
display: inline-block;
}
.header .nav ul li a:after {
content: '';
display: inline-block;
background-color: #0065bd;
position: absolute;
left: -200%;
bottom: 0;
width: 200%;
height: 2px;
transition: all .5s ease;
}
.header .nav ul li a:hover:after {
left: 0;
}


/* Footer */

.footer {
border-top: 1px solid #d1d2d9;
background: #fff;
padding: 60px 0;
}
.footer .inner {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.footer a {
color: #41424e;
}
.footer .ft_logo {
width: 200px;
}
.copy {
font-family: 'Roboto Condensed', sans-serif;
font-size: 1.2rem;
text-align: center;
}


/* Main */

.blk_top_main {
position: relative;
}
.blk_top_main .slideshow {
position: relative;
width: 100vw;
height: 720px;
overflow: hidden;
}
.blk_top_main .slideshow .item {
width: 100%;
height: 100%;
position: absolute;
top: 0;
display: none;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.blk_top_main .in {
-webkit-transform: scale(1);
transform: scale(1);
z-index: 2; 
}
.blk_top_main .out {
-webkit-transform: scale(1.25);
transform: scale(1.25);
-webkit-transition: 4s;
transition: 4s;
z-index: 1;
}
.blk_top_main .col {
color: #fff;
text-align: center;
position: absolute;
transform: translate(calc(50vw - 50%),calc(360px - 50%));
z-index: 10;
}
.blk_top_main .col strong {
font-weight: 700;
font-size: 5.2rem;
letter-spacing: 0.05em;
display: block;
}
.blk_top_main .col span {
font-weight: 700;
font-size: 1.5rem;
letter-spacing: 0.2em;
line-height: 1.6em;
display: block;
margin-top: 25px;
}


/* Service */

#service {
position: relative;
overflow: hidden
}
#service .i_ttl {
display: block;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.blk_top_service {
width: 100%;
max-width: 800px;
margin: 0 auto;
padding: 120px 0;
position: relative;
box-sizing: border-box;
}
.blk_top_service h2 {
font-size: 2.7rem;
line-height: 1.3em;
letter-spacing: 0.1em;
font-weight: 700;
text-align: center;
margin-bottom: 1.5em;
}
.blk_top_service p {
font-size: 1.6rem;
line-height: 1.7em;
padding: 0 100px;
}
.blk_top_service img {
display: block;
max-width: 400px;
width: 100%;
margin: 0 auto 2em auto;
}
.blk_top_service a {
display: block;
font-size: 1.6rem;
line-height: 1.3em;
text-align: center;
color: #0065bd;
border: 2px solid #0065bd;
background: none;
border-radius: 5px;
width: 270px;
padding: 13px 10px;
margin: 2em auto 5em auto;
box-sizing: border-box;
}
.blk_top_service a:hover {
color: #fff;
background: #0065bd;
}
.blk_top_service p + h2 {
margin-top: 3em;
}


/* Profile */

#profile {
position: relative;
overflow: hidden
}
#profile .i_ttl {
display: block;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
#profile .inner {
max-width: 840px;
padding: 120px 20px;
position: relative;
}
#profile table {
width: 100%;
border-top: 1px solid #e7e7ee;
}
#profile table tr {
border-bottom: 1px solid #e7e7ee;
}
#profile table tr th {
text-align: left;
font-size: 1.6rem;
line-height: 1.7em;
font-weight: 500;
vertical-align: top;
width: 240px;
padding: 35px 0;
}
#profile table tr td {
text-align: left;
font-size: 1.6rem;
line-height: 1.7em;
padding: 35px 0;
}


/* Contact */

.a__contact a {
width: 100%;
color: #fff;
display: block;
padding: 80px 12px;
position: relative;
box-sizing: border-box;
}
.a__contact a:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0;
background: linear-gradient(120deg, #0065bd, #bd5d00, #0065bd);
background-size: 400% 400%;
animation: animation_contact 6s ease infinite;
opacity: 0.85;
}
@keyframes animation_contact {
0%{background-position:0% 50%}
50%{background-position:100% 50%}
100%{background-position:0% 50%}
}
.a__contact a:after {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
transition: 0.5s;
background: url(../img/bg_contact.jpg) center center /cover no-repeat;
}
.a__contact a .col {
position: relative;
width: 100%;
max-width: 824px;
padding: 0 12px;
margin: 0 auto;
box-sizing: border-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content: space-between;
-webkit-justify-content: space-between;
}
.a__contact a .col .txts {
width: 100%;
max-width: 400px;
}
.a__contact a .col .txts p.ttl {
font-size: 2.7rem;
line-height: 1.3em;
font-weight: 700;
}
.a__contact a .col .txts p.txt {
margin-top: 25px;
font-size: 1.3rem;
line-height: 1.7em;
}
.a__contact a .col p.more {
font-size: 1.5rem;
line-height: 1.3em;
font-weight: 500;
text-align: center;
border: 2px solid #fff;
border-radius: 5px;
width: 270px;
padding: 13px 10px;
box-sizing: border-box;
transition: 0.5s;
}
.a__contact a:hover .col p.more {
color: #0065bd;
border: 2px solid #0065bd;
background: #fff;
}
















@media only screen and (max-width: 768px) {


/* Common */

body {
font-size: 1.2rem;
}
body:before {
top: 200px;
left: -160px;
width: 500px;
height: 511px;
}
input, 
textarea, 
select {
font-size: 1.2rem;
-webkit-appearance: none;
}


/* Parts */

.forPc {
display: none;
}
.forSp {
display: block;
}
.inner {
width: auto;
padding: 0 15px;
}


/* Header */

.header .inner {
height: auto;
display: block;
position: relative;
padding: 20px 15px 15px 15px;
}
.header .logo {
width: 120px;
margin: 0 auto 15px auto;
}
.header .nav ul {
justify-content: center;
-webkit-justify-content: center;
}
.header .nav ul li {
margin: 0 10px;
}
.header .nav ul li + li {
margin-left: 10px;
}
.header .nav ul li a {
padding: 0 0 8px 0;
}


/* Footer */

.footer {
padding: 30px 0;
}
.footer .inner {
display: block;
}
.footer .ft_logo {
width: 120px;
margin: 0 auto 20px auto;
}
.copy {
font-size: 1.0rem;
}


/* Main */

.blk_top_main .slideshow {
height: 300px;
}
.blk_top_main .col {
transform: translate(calc(50vw - 50%),calc(150px - 50%));
}
.blk_top_main .col strong {
font-size: 2.7rem;
line-height: 1.3em;
}
.blk_top_main .col span {
font-size: 1.2rem;
margin-top: 20px;
}


/* Service */

.blk_top_service {
padding: 80px 20px;
}
.blk_top_service h2 {
font-size: 1.9rem;
text-align: left;
}
.blk_top_service p {
font-size: 1.3rem;
padding: 0 10px;
}
.blk_top_service a {
font-size: 1.3rem;
width: 270px;
}


/* Profile */

#profile .inner {
padding: 80px 20px;
}
#profile table tr th {
display: block;
width: 100%;
font-size: 1.3rem;
padding: 16px 0 4px 0;
}
#profile table tr td {
display: block;
font-size: 1.3rem;
padding: 0 0 16px 0;
}


/* Contact */

.a__contact a {
padding: 40px;
}
.a__contact a .col {
padding: 0;
display: block;
}
.a__contact a .col .txts {
margin: 0 auto;
}
.a__contact a .col .txts p.ttl {
font-size: 2.0rem;
}
.a__contact a .col .txts p.txt {
margin: 15px auto 25px auto;
}
.a__contact a .col p.more {
font-size: 1.5rem;
width: 220px;
line-height: 36px;
border-radius: 36px;
padding: 0 10px;
margin: 0 auto;
}





}