@charset "UTF-8";
/* ↓リセット↓ */
*,
*::before,
*::after {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
scroll-behavior: smooth;
backface-visibility: hidden;
vertical-align: top;
}
button,
input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="submit"],
input[type="button"],
input[type="date"],
input[type="search"],
textarea,
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
border: none;
outline: none;
background: transparent;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img {
vertical-align: middle;
}
ul {
font-size: 0;
margin: 0;
}
ul li {
font-size: 13px;
}
/* ↑リセット↑ */





/* ↓共通↓ */
body {
font: 16px/150% "Hiragino Sans", YuGothic, "Yu Gothic medium",  Meiryo, sans-serif;
position: relative;
background-image: linear-gradient(90deg, #ffffff, #eeeeee);
}
a:hover {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}


main {
padding: 50px 0;
}


/* ↓ヘッダー↓ */
header {
font-size: 0;
position: relative;
z-index: 10;
background-color: rgba(255,255,255,0.70);
width: 100%;
position: fixed;
top: 0;
}
header h1 {
min-width: 200px;
max-width: 200px;
padding:5px 15px;
display: inline-block;
margin: 0;
}
header h1 img {
display: block;
height: 30px;
}




/* ↓ナビゲーション↓ */
header nav {
display: inline-block;
width: calc(100% - 200px);
float: right;
}
header nav  ul {
text-align: right;
}
header nav  ul li {
display: inline-block;
}
header nav  ul li a {
display: block;
text-align: center;
display: block;
white-space: nowrap;
font-size: 16px;
line-height: 30px;
padding: 5px 20px;
color: rgba(50,50,50,1.00);
text-decoration: none;
}
#page-company header nav  ul li:nth-child(2) a,
#page-service header nav  ul li:nth-child(3) a,
#page-privacy header nav  ul li:nth-child(4) a {
color: rgba(200,40,40,1.00);
}
.h3-title {
display: block;
width: 100%;
text-align: center;
margin-bottom: 70px;
}
.h3-title span {
position: relative;
letter-spacing: 0.1em;
font: 30px;
line-height: 30px;
min-width: 320px;
display: inline-block;
}
.h3-title span::after {
position: absolute;
left: 0;
right: 0;
top: 38px;
margin: auto;
content: "";
width: 100px;
height: 3px;
border-radius: 3px;
background-color: rgba(200,40,40,1.00);
}
.h3-title span small {
position: absolute;
width: auto;
margin: auto;
left: 0;
right: 0;
top: 42px;
white-space: nowrap;
}
.h3-title span small p{
font-size: 16px;
letter-spacing: 0.2em;
display: inline-block;
padding: 0 15px;
position: relative;
}
.h3-title span small p::after,
.h3-title span small p:before {
content: "";
position: absolute;
width: 5px;
height: 5px;
background-color: rgba(200,40,40,1.00);
top: 12px;
border-radius: 5px;
}
.h3-title span small p::after {
left: 0;
}
.h3-title span small p:before {
right: 0;
}

.h4-title {
font-size: 18px;
font-weight: bold;
color: rgba(200,40,40,1.00);
}
.h4-title + p {
font-size: 13px;
}




footer {
background-color: rgba(0,30,60,1.00);
padding: 10px 30px 30px;
text-align: center;
}
footer h1 img {
height: 20px;
}
footer ul {
text-align: center;
}
footer ul li {
display: inline-block;
}
footer ul li a {
color: rgba(255,255,255,1.00);
padding: 15px;
}
footer + p {
font-size: 10px;
line-height: 30px;
letter-spacing: 0.3em;
text-align: center;
color: rgba(110,110,120,1.00);
margin: 0;
}
.table {
max-width: 800px;
margin: 0 auto 100px;
}
.table th {
color: rgba(0,30,60,1.00);
}
hr {
margin: 50px 0;
}








@media (max-width: 768px) {
.768-576（sm）ーーーーーーーーーーーーーーー{}
header h1 {
padding:5px 15px;
}
header h1 img {
width: auto;
height: auto;
max-height: 30px;
margin: 3px 0 0;
}
header nav {
width: calc(100% - 200px);
}
header nav  ul li a {
padding: 5px 10px;
}
/*768-576（sm）*/}

@media (max-width: 576px) {
.576以下（xs）ーーーーーーーーーーーーーーー{}
body {
font: 16px/150% "Hiragino Sans", YuGothic, "Yu Gothic medium",  Meiryo, sans-serif;
}
.pc {
display: none;
}
header {
position: relative;
}
footer ul {
display: none;
}
footer {
padding: 5px 0px 5px;
}
footer + p {
letter-spacing: 0.1em;
}

.table {
margin: 0 auto 10px;
}
.table th,
.table td {
display: block;
}
.table th {
padding-bottom:  0;
}
.table td {
border-top: none!important;
padding-top: 0;
}
/*576以下（xs）*/}

/* ↑共通↑ */





/* ↓MV↓ */
#mv {
background-image: url(../img/mv.jpg);
background-repeat: no-repeat;
background-position: right top;
background-size: contain;
background-color: rgba(255,255,255,1.00);
height: 660px;
position: relative;
z-index: 0;
overflow: hidden;
}
#mv::after {
content: "";
display: block;
position: absolute;
height: 100%;
width: 50%;
background-image: linear-gradient(90deg, #ffffff, transparent);
top: 0;
left: 0;
z-index: 1;
}
#mv h2,
#mv h2 + p{
position: relative;
z-index: 2;
left:10%;
}
#mv h2 {
font-size: 70px;
line-height: 100px;
font-family: "a-otf-ryumin-pr6n", serif;
font-weight: 300;
font-style: normal;
margin: 70px 0 50px;
color: rgba(20,20,60,1.00);
text-shadow: 0px 0px 5px rgba(255,255,255,1.00);
}
#mv h2 + p {
display: inline-block;
line-height: 200%;
padding: 10px;
color: rgba(50,50,50,1.00);
background-color: rgba(255,255,255,0.70);
font-size: 18px;
border-radius: 10px;
corner-shape: bevel;
}

@media (max-width: 768px) {
.768-576（sm）ーーーーーーーーーーーーーーー{}

#mv {
height: auto;
background-position: -20% top;
background-size: cover;
}
#mv h2,
#mv h2 + p{
position: relative;
z-index: 2;
left:40px;
}
#mv h2 {
font-size: 8vw;
line-height: 100px;
margin: 70px 0 50px;
}

/*768-576（sm）*/}


@media (max-width: 576px) {
.576以下（xs）ーーーーーーーーーーーーーーー{}
#mv {
height: auto;
background-image: url(../img/mv.jpg);
background-position: -350px 0px;
background-size: 1200px auto;
}
#mv h2,
#mv h2 + p{
left:0;
}
#mv h2 {
font-size: 8vw;
line-height: 15vw;
margin: 30px 0px 20px 10px;
padding: 5px;
}

#mv h2 + p {
width: calc(100% - 20px);
margin: 10px 10px 50px;
}



/*576以下（xs）*/}


/* ↑MV↑ */








/* ↓HOME 私たちの強み↓ */
#home-strengths {
margin: 100px 0;
padding: 50px 0;
background-color: rgba(255,255,255,1.00);
}
#home-strengths .col{
display: flex;
}
#home-strengths .col div {
width: 25%;
text-align: center;
border-right: 1px solid rgba(200,200,200,1.00);
}
#home-strengths .col div:last-child {
border: none;
}
#home-strengths .col div h4 {
font-size: 16px;
color: rgba(0,0,80,1.00);
}
#home-strengths .col div p {
font-size: 13px;
color: rgba(100,100,100,1.00);
}
#home-strengths .col div img {
height: 80px;
width: auto;
margin: 10px;
}
#home-strengths .row > p {
text-align: center;
display: block;
margin: 30px auto 0;
}
@media (max-width: 576px) {
.576以下（xs）ーーーーーーーーーーーーーーー{}
#home-strengths {
margin: 50px 0;
padding: 30px 10px;
background-color: rgba(255,255,255,1.00);
}
#home-strengths .col{
display: block;
}

#home-strengths .col div,
#home-strengths .col div:last-child{
width: 100%;
border-right: none;
border-top: 1px solid rgba(200,200,200,1.00);
}
/*576以下（xs）*/}









/* ↓HOME サービス一覧↓ */
#home-service {
margin: 100px 0;
padding: 50px 0;
background-color: rgba(255,255,255,1.00);
}
#home-service .col{
display: flex;
}
#home-service .col section {
width: 20%;
text-align: center;
padding: 10px;
}
#home-service .col section a {
display: block;
height: 100%;
background-color: rgba(255,255,255,1.00);
-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.30);
box-shadow: 0px 0px 3px rgba(0,0,0,0.30);
border-radius: 5px;
padding: 10px 10px 30px;;
position: relative;
color: rgba(200,40,40,1.00);
}
#home-service .col section a:hover {
text-decoration: none;
background-color: rgba(240,240,250,1.00);
}
#home-service .col section a::after {
position: absolute;
content: "\2794";
bottom: 3px;
right: 15px;
}
#home-service .col section a > span {
position: absolute;
background-color: rgba(0,30,70,1.00);
color: rgba(255,255,255,1.00);
line-height: 30px;
width: 30px;
display: inline-block;
border-radius: 30px;
top: 10px;
left: 10px;
}
#home-service .col section a img {
width: 60px;
}
#home-service .col section a h4 {
font-size: 16px;
line-height: 20px;
min-height: 40px;
color: rgba(0,0,80,1.00);
margin: 10px 0;
}
#home-service .col section a ul {
	margin-left: 10px;
	color: rgba(200,40,40,1.00)
}
#home-service .col section a ul li {
	text-align: left;
	list-style: none;
	position: relative;
	color: rgba(50,50,50,1.00);
	padding: 5px 10px 0;
	line-height: 20px;
}
#home-service .col section a ul li::before {
position: absolute;
content: "・";
font-weight: bold;
color: rgba(200,40,40,1.00);
margin: 0;
left: -10px;
}
@media (max-width: 576px) {
.576以下（xs）ーーーーーーーーーーーーーーー{}
#home-service {
margin: 50px 0;
padding: 30px 0;
}
#home-service .col{
display: block;
}
#home-service .col section {
width: 100%;
}
/*576以下（xs）*/}











/* ↓HOME 対応領域↓ */
#home-region {
margin: 100px 0;
padding: 50px 0;
background-color: rgba(255,255,255,1.00);
}
#home-region .col{
display: flex;
}
#home-region .col section {
width: calc(100% / 3);
}
#home-region .col section div {
width: 90%;
height: 100%;
margin: auto;
padding: 15px;
background-position: right center;
background-size: cover;
background-repeat: no-repeat;
background-color: rgba(0,30,70,1.00);
color: rgba(255,255,255,1.00);
border-radius: 5px;
}
#home-region .col section:nth-child(1) div {
background-image: url("../img/region01.png");
}
#home-region .col section:nth-child(2)  div{
background-image: url("../img/region02.png");
}
#home-region .col section:nth-child(3) div {
background-image: url("../img/region03.png");
}
#home-region .col section div ul {
margin-left: 20px;
}
#home-region .col section div h4 {
font-size: 16px;
}
@media (max-width: 576px) {
.576以下（xs）ーーーーーーーーーーーーーーー{}
#home-region {
margin: 50px 0;
padding: 30px 0;
}
#home-region .col{
display: block;
}
#home-region .col section {
width: calc(100% / 1);
}
#home-region .col section div {
width: 100%;
min-height: 150px;
margin: 10px auto;
padding: 15px 20px;
}
/*576以下（xs）*/}








/* ↓HOME 実績事例↓ */
#home-casestudies {
margin: 100px 0;
padding: 50px 0;
background-color: rgba(255,255,255,1.00);
}
#home-casestudies .col{
display: flex;
flex-wrap: wrap;
}
#home-casestudies .col section {
width: calc(100% / 2);
}
#home-casestudies .col section:nth-child(1) {
border-right: 1px solid rgba(230,230,240,1.00);
}
#home-casestudies .col section:nth-child(3) {
border-top: 1px solid rgba(230,230,240,1.00);
border-right: 1px solid rgba(230,230,240,1.00);
}
#home-casestudies .col section:nth-child(4) {
border-top: 1px solid rgba(230,230,240,1.00);
}
#home-casestudies .col section div {
display: block;
width: 100%;
height: calc(100% - 30px);
margin: 0 auto;
padding: 20px 20px 0px;
position: relative;
color: rgba(50,50,50,1.00);
}
#home-casestudies .col section:nth-child(1) {
border-right: 1px solid rgba(230,230,240,1.00);
}
#home-casestudies .col section div img {
width: 50px;
position: absolute;
}
#home-casestudies .col section div h4 {
margin-left: 70px;
font-size: 18px;
line-height: 20px;
color: rgba(0,40,100,1.00);
}
#home-casestudies .col section div b {
margin-left: 70px;
font-size: 16px;
line-height: 20px;
font-weight: normal;
color: rgba(200,40,40,1.00);
}
#home-casestudies .col section div p {
font-size: 13px;
padding: 10px;
}
@media (max-width: 576px) {
.576以下（xs）ーーーーーーーーーーーーーーー{}
#home-casestudies {
margin: 50px 0;
padding: 30px 0;
}
#home-casestudies .col{
display: block;
}
#home-casestudies .col section {
width: calc(100% / 1);
border-top: 1px solid rgba(230,230,240,1.00);
}
#home-casestudies .col section:nth-child(1) {
border-right: none;
}
#home-casestudies .col section:nth-child(3) {
border-right: none;
}
#home-casestudies .col section:nth-child(4) {
border-right: none;
}
/*576以下（xs）*/}









/* ↓会社概要ページ↓ */
#company {
background-color: rgba(255,255,255,1.00);
padding: 50px 0;
}

#history {
background-color: rgba(255,255,255,1.00);
padding: 50px 0;
margin: 100px 0;
}











#privacy {
background-color: rgba(255,255,255,1.00);
padding: 50px 0;
}
.privacy-ul {
margin: 0 0 0 30px;
color: rgba(50,50,50,1.00);
}







/* ↓サービス一覧ページ↓ */
#service {
background-color: rgba(255,255,255,1.00);
padding: 50px 0;
}

#service section {
display: flex;
flex-wrap: wrap;
}
#service .service-icon span {
display: block;
width: 100px;
height: 100px;
border-radius: 50px;
padding: 13px;
line-height: 68px;
border: 2px solid rgba(0,30,60,1.00);
}
#service .service-icon img {
width: 70px;
}
#service .service-naiyo {
width: calc(50% - 50px);
padding: 10px 20px 10px 0;
}
#service .service-naiyo h4{
display: inline-block;
padding: 0 0 0 100px;
position: relative;
}
#service .service-naiyo h4 big {
position: absolute;
color: rgba(0,30,60,1.00);
font-size: 30px;
border-right: 1px solid rgba(200,40,40,1.00);
width: 60px;
line-height: 50px;
text-align: center;
padding-bottom: 30px;
margin-right: 10px;
left: 20px;
top: 0;
}
#service .service-naiyo h4 span {
display: inline-block;
padding: 10px 0;
font-size: 25px;
line-height: 30px;
color: rgba(0,30,60,1.00);
}
#service .service-naiyo h4 span small {
bottom: 0;
font-size: 16px;
display: block;
color: rgba(200,40,40,1.00);
}
#service .service-naiyo p {
font-size: 13px;
padding: 0 0 0 100px;
}
#service .service-list {
width: calc(50% - 50px);
background-color: rgba(240,240,250,1.00);
padding: 15px 0;
border-radius: 10px;
}
#service .service-list li{
display: inline-block;
list-style: disc outside!important;
width: calc(50% - 20px);
margin-left: 10px;
position: relative;
padding: 5px 5px 5px 20px;
}
#service .service-list li::before {
position: absolute;
left: 5px;
content: "・";
font-weight: bold;
color: rgba(200,40,40,1.00);
}
#service .service-list {
font-size: 0;
}
#service .service-list h5 {
font-size: 16px;
padding-left: 15px;
color: rgba(0,30,60,1.00);
}
#service .service-list ul {
display: inline-block;
width: calc(100% / 3);
}
#service .service-list ul li {
width: 100%;
padding-left: 20px;
}
@media (max-width: 576px) {
.576以下（xs）ーーーーーーーーーーーーーーー{}
#service section {
display: block;
}
#service .service-icon span {
margin: auto;
}
#service .service-naiyo {
width: calc(100% - 0px);
}
#service .service-naiyo h4{
padding: 0 0 0 60px;
margin: 0;
}
#service .service-naiyo h4 big {
font-size: 25px;
width: 45px;
margin-right: 5px;
left: 5px;
}
#service .service-naiyo h4 span {
font-size: 20px;
line-height: 30px;
}
#service .service-naiyo p {
padding: 0 0 0 60px;
line-height: 20px;
margin: 0;
}
#service .service-list {
width: calc(100% - 0px);
}
#service .service-list ul {
width: calc(100% / 1);
margin-bottom: 20px;
}
#service .service-list h5 {
margin: 0;
}
#service .service-list ul li {
display: inline-block;
width: calc(50% - 10px);
padding-left: 20px;
}
/*576以下（xs）*/}














.ハンバーガーメニューーーーーーーーーーーーーーーーーー{}
@media (max-width: 576px) {
header nav {
pointer-events: none;
}
header nav ul {
border-radius: 10px;
margin: 10px;
padding: 10px 0;
pointer-events: all;
background-color: rgba(255,255,255,1.00);
}
header nav ul li {
display: block;
width: 100%;
margin-bottom: 5px;

}
header nav ul li a {
text-align: left;
}
#nav-toggle {
display: none;
position: fixed;
top: 5px;
right: 5px;
background-repeat: no-repeat;
background-size: cover;
background-color: rgba(0,30,60,1.00);
border-radius: 50%;
}
#nav-toggle div{
width: 40px;
height: 40px;
}
#nav-toggle > div {
position: relative;
width: 40px;
}
#nav-toggle span {
width: 70%;
height: 3px;
left: 0;
display: block;
background-color: rgba(255,255,255,1.00);
position: absolute;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
margin: 10px auto 0px 15%;
transition: .35s ease-in-out;
border-radius: 10px;
}
#nav-toggle span:nth-child(1) {
top: 0;
}
#nav-toggle span:nth-child(2) {
top: 8px;
}
#nav-toggle span:nth-child(3) {
top: 16px;
}
#overlay {
display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
}



#smt-nav {
position: fixed;
height: auto;
width: 250px;
top: 50px;
right: -250px;
-webkit-transition: .35s ease-in-out;
transition: .35s ease-in-out;
overflow-y: scroll!important;
-webkit-overflow-scrolling: touch;
margin-top: 0px;
background-color: rgba(255,255,255,0.70);
border-top: 2px solid rgba(0,30,60,1.00);
border-left: 2px solid rgba(0,30,60,1.00);
border-bottom: 2px solid rgba(0,30,60,1.00);
border-radius: 10px  0px 0px 10px;
z-index: 996;
}
/* サブメニューは開けない */
#global-nav .sub-menu-head:after,
#global-nav .sub-menu-nav {
display: none;
}
#nav-toggle {
display: block;
}



/* nav open */
.open {
overflow: hidden;
}
.open #overlay {
display: block;
background-color: rgba(0,0,0,0.70);
}
.open #smt-nav  {
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}

/* #nav-toggle close */
.open #nav-toggle {
background-color: rgba(255,255,255,1.00);
}
.open #nav-toggle span {
background-color: rgba(200,40,40,1.00);
}
.open #nav-toggle span:nth-child(1) {
top: 8px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
width: 0;
left: 50%;
}
.open #nav-toggle span:nth-child(3) {
top: 8px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/* z-index */
#overlay {
z-index: 10;
}
#smt-nav {
z-index: 800;
}
#nav-toggle {
z-index: 900;
}
/*500*/}










@media (min-width: 1200px) {
.1200以上（xl）ーーーーーーーーーーーーーーー{}

/*1200 以上（xl）*/}



@media (max-width: 1200px) {
.1200-992（lg）ーーーーーーーーーーーーーーー{}

/*1200-992（lg）*/}



@media (max-width: 992px) {
.992-768（md）ーーーーーーーーーーーーーーー{}

/*992-768（md）*/}





@media (max-width: 768px) {
.768-576（sm）ーーーーーーーーーーーーーーー{}

/* スマホでクリックミスを防ぐ為 */
a:hover {
opacity: 1.00;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}




/*768-576（sm）*/}






@media (max-width: 576px) {
.576以下（xs）ーーーーーーーーーーーーーーー{}

/*576以下（xs）*/}
