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

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html {scroll-behavior: smooth;}

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight:400;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	font-size:15px;
	color: #000;
	/* background: #fff; */
}

a{
	color:#0055b4;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

@media only screen and (min-width:800px){
a[href^="tel:"] { pointer-events: none;}
}

.clearFix::after {
   content: "";
   display: block;
   clear: both;
}

.t-center{ text-align:center!important;}
.t-blue { color:#0055b4!important;}
.t-b { font-weight:600!important;}

/*タブレット以下センター*/
@media screen and (max-width:840px){
.tb-center{ text-align:center;}
}

.mt0 { margin-top:0px!important; }
.mt10 { margin-top:10px!important; }
.mt15 { margin-top:15px!important; }
.mt20 { margin-top:20px!important; }
.mt25 { margin-top:25px!important; }
.mt30 { margin-top:30px!important; }
.mt40 { margin-top:40px!important; }
.mt50 { margin-top:50px!important; }
.mt60 { margin-top:60px!important; }

.pt0 { padding-top:0px!important; }
.pt10 { padding-top:10px!important; }
.pt15 { padding-top:15px!important; }
.pt20 { padding-top:20px!important; }
.pt25 { padding-top:25px!important; }
.pt30 { padding-top:30px!important; }

.mb0 { margin-bottom:0px!important; }
.mb10 { margin-bottom:10px!important; }
.mb15 { margin-bottom:15px!important; }
.mb20 { margin-bottom:20px!important; }
.mb25 { margin-bottom:25px!important; }
.mb30 { margin-bottom:30px!important; }

.pb0 { padding-bottom:0px!important; }
.pb10 { padding-bottom:10px!important; }
.pb15 { padding-bottom:15px!important; }
.pb20 { padding-bottom:20px!important; }
.pb25 { padding-bottom:25px!important; }
.pb30 { padding-bottom:30px!important; }


/*タブレット用改行*/
@media screen and (min-width:841px){	
  .br-pc-md { display:block; }
  .br-md { display:none; }
}
@media screen and (max-width: 840px){	
  .br-pc-md { display:none; }
  .br-md { display:block; }
}
@media screen and (max-width: 767px){	
  .br-md { display:none; }
}

/*スマホ用改行*/
@media screen and (min-width: 768px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width:767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

.space50 {
	height:50px;
	content: "";
	display: block;
	clear: both; 
}

.space80 {
	height:80px;
	content: "";
	display: block;
	clear: both; 
}

.space100 {
	height:100px;
	content: "";
	display: block;
	clear: both; 
}

@media screen and (min-width:767px){
.space50 {
	height:30px;
}

.space80 {
	height:40px;
	content: "";
	display: block;
	clear: both; 
}

.space100 {
	height:50px;
	content: "";
	display: block;
	clear: both; 
}	
}

/*文字のしたにドット*/
span.dots {
	font-size:26px;
	font-weight:800;
	display:inline-block;
	vertical-align:middle;
	margin-bottom:8px;
	border-bottom:dotted 3px rgba(0,64,150,0.3);
}

span.only-dots {
	display:inline-block;
	vertical-align:middle;
	margin: 0 3px 0;
	border-bottom:dotted 3px rgba(0,64,150,0.3);
}


/*背景色あり*/

.back-line {
	padding:50px 0 0;
	border-bottom:#ddd 1px solid;
}

.back-dots {
padding:80px 0 0;
background:rgba(51, 141, 190, 0.1);
}

.naname-right { 
	position:relative;
	margin:80px 0 0;
}

.naname-right:after {
	content: "";
	position:absolute;
	z-index:-1;
	background:rgba(0,64,150,0.03);
	background-size: 6px 6px;
	width:50%;
	height:70%;
	top:-15%;
	left:50%;
	right:20%;
}

.naname-left { 
	position:relative;
	margin:80px 0 0;
}

.naname-left:after {
	content: "";
	position:absolute;
	z-index:-1;
	background:rgba(0,64,150,0.03);
	background-size: 6px 6px;
	width:50%;
	height:70%;
	top:-10%;
	right:50%;
}

@media only screen and (max-width: 767px){
.naname-left { 
	position:relative;
	margin:30px 0 0;
}	
.naname-right { 
	position:relative;
	margin:30px 0 0;
}
}

/* ヘッダーキーワード
------------------------------------------------------------*/
#header {
	background:#fff;
	text-align:center;
	position:absolute;
	top:80px;
	z-index: 9;
	width:100%;
}

#header h1 {
	font-size:14px;
	letter-spacing:2px;
	padding:1px 0 2px 0;
	color:#0055b4;
}

@media only screen and (max-width:767px){
#header {
	top:60px;
}
#header h1 {
	font-size:13px;
	line-height:1.3;
	letter-spacing:0px;
	padding:3px 0 4px 0;
	color:#0055b4;}
}


/* 共通
------------------------------------------------------------*/
img{
	width: 100%;
	height: auto;
}

section{clear:both;}


.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media only screen and (min-width: 1300px){
	.inner{
		width:1200px;
		padding-bottom: 120px;
	}
}

@media only screen and (max-width:767px){
.inner{
	width: 90%;
	margin: 0 auto;
}
}


/*見出し 左よせ
----------------------------------------*/
h2.midashi {
	color:#0055b4;
	font-size:40px;
	letter-spacing:5px;
}
h2.midashi span {
	color:rgba(51,141,190,0.6);
	font-size:18px;
	letter-spacing:4px;
	padding-left:10px;
	position:relative;
	display:block;
	font-family: "Montserrat", sans-serif;
}
h2.midashi span:before {
	position:relative;
	display:inline-block;
	background:url("../images/h2-logo.svg");
	content:"";
	background-size: contain;
	background-repeat: no-repeat;
	width:33px;
	height:33px;
	left:-10px;
	top:8px;
}

@media only screen and (max-width:820px){
h2.midashi {
	font-size:35px;
	text-align:center;
}
h2.midashi span {
	padding-left:0px;}
}

@media only screen and (max-width:767px){
h2.midashi {
	font-size:30px;
}
}


/*見出し 中央
----------------------------------------*/
h2.midashi_sub {
	color:#0055b4;
	font-size:34px;
	text-align:center;
	letter-spacing:5px;
}
h2.midashi_sub span {
	color:rgba(51,141,190,0.6);
	font-size:18px;
	letter-spacing:4px;
	padding-left:10px;
	position:relative;
	display:block;
	font-family: "Montserrat", sans-serif;
}
h2.midashi_sub span:before {
	position:relative;
	display:inline-block;
	background:url("../images/h2-logo.svg");
	content:"";
	background-size: contain;
	background-repeat: no-repeat;
	width:33px;
	height:33px;
	left:-10px;
	top:8px;
}

@media only screen and (max-width:820px){
h2.midashi_sub {
	font-size:30px;
	text-align:center;
}
h2.midashi span {
	padding-left:0px;}
}

@media only screen and (max-width:767px){
h2.midashi_sub {
	font-size:30px;
	line-height:1.5;
}
}



/* フッター  お問い合わせ３つ
------------------------------------------------------------*/
section#contact {
	width:100%;
	background:#faf8f6;
	background:#F6F8FB;
	background:rgba(51,141,190,0.05);
	margin:120px auto 100px;
	text-align:center;
	font-weight:600;
	padding-bottom:70px;
}
section#contact .contact-box {
	width: 60%;
	margin:0 auto 0;
	display:flex;
	display:-ms-flexbox; /* IE10 */
	flex-wrap:wrap;
	-ms-flex-wrap:wrap; /* IE10 */
	gap:40px;
}
section#contact h2 {
    color: #0055b4;
    font-size:34px;
    letter-spacing:2px;
	line-height:1.8;
	padding:50px 0 20px;
}
section#contact h2 span {
	color:rgba(51,141,190,0.6);
	font-size:16px;
	letter-spacing:5px;
	padding-left:10px;
	position:relative;
	display:block;
	font-family: "Montserrat", sans-serif;
}
section#contact h2 span:before {
	position:relative;
	display:inline-block;
	background:url("../images/h2-logo.svg");
	content:"";
	background-size: contain;
	background-repeat: no-repeat;
	width:33px;
	height:33px;
	left:-10px;
	top:8px;
}
section#contact p.contact-exp {
	padding:0 0 30px;

	color:#444;
}

@media only screen and (max-width:820px){
section#contact h2 {
	font-size:30px;
	text-align:center;
}
section#contact h2 span {
	font-size:15px;
}
section#contact p.contact-exp {
	padding:0 20px 30px;}
}

@media only screen and (max-width:820px){
section#contact h2 {
    font-size:30px;
}
}


@media only screen and (max-width: 1700px){
section#contact .contact-box {
	width:80%;}
}
@media only screen and (max-width:1300px){
section#contact .contact-box {
	width:90%;}
}

div.contact-tel {
	padding: 20px 20px 15px;
	color:#fff;
	text-decoration: none;
	letter-spacing:1px;
}
div.contact-tel a {
	color:#fff;
	text-decoration:none;
	letter-spacing:1px;
	transition: 0.3s;
}
div.contact-tel, div.contact-line, div.contact-mail {
	width:calc( 33.33333% - 40px );
	letter-spacing:1px;
	margin:0 auto;
}
div.contact-line a, div.contact-mail a {
	padding:20px 20px 15px;
	color:#fff;
	display:block;
	text-decoration: none;
	letter-spacing:1px;
	transition: 0.3s;
}

@media only screen and (max-width:1060px){
div.contact-tel, div.contact-line, div.contact-mail {
	width:calc( 33.33333% - 24px );
}
section#contact .contact-box {
	gap:12px;}
}

@media only screen and (max-width:840px){
div.contact-tel, div.contact-line, div.contact-mail {
	width:calc( 33.33333% - 20px );
}
section#contact .contact-box {
	gap:30px;}
div.contact-tel a, div.contact-line a, div.contact-mail a {
	padding:15px 15px 15px;}
}
@media only screen and (max-width:767px){
section#contact .contact-box {
	gap:20px;}
div.contact-tel {
	width:100%;}
div.contact-line, div.contact-mail {
	width:calc(50% - 10px);
	margin:0 auto;}
}



div.contact-tel a:hover, div.contact-line a:hover, div.contact-mail a:hover {
	opacity: 0.8;
}

section#contact .contact-box div.contact-tel,
section#contact .contact-box div.contact-line {
	background:#0055b4;
}
section#contact .contact-box div.contact-mail {
	background:#13337a;
}

section#contact .contact-box div.contact-mail h3 {
	color:#13337a;
}
section#contact .contact-box div h3 {
	background:#fff;
	border-radius:30px;
	font-size:20px;
	padding:0px 0 1px;
}

/* お電話 */
section#contact .contact-box div.contact-tel h3 {
	color:#0055b4;
}
section#contact .contact-box div.contact-tel .tel {
	padding:0px 0px 0px 18px;
	line-height:1;
	margin: 18px 0;
	position:relative;
	font-size:33px;
}
section#contact .contact-box div.contact-tel .tel:before {
	position:relative;
	display:inline-block;
	content:"";
	width:18px;
	height:26px;
	top:1px;
	left:-8px;
	background:url(../images/nav-tel.svg);
	background-size:cover;
}
section#contact .contact-box div.contact-tel .b-hour {
	border:1px solid #fff;
	width:86%;
	margin:0 auto 5px;
	font-size: 16px;
}
section#contact .contact-box div.contact-tel .kome {
	font-size:12px;
}

@media only screen and (max-width:960px){
section#contact .contact-box {
	gap:10px;
}
}

/* メール、ライン */
section#contact .contact-box div.contact-mail img {
	width:80px;
	margin:25px auto 10px;
}
section#contact .contact-box div.contact-line img {
	width:60px;
	margin:25px auto 10px;
}

section#contact .contact-box div.contact-mail p,
section#contact .contact-box div.contact-line p {
	line-height:1;
	margin:8px 0 0;
}
section#contact .contact-box div.contact-mail span,
section#contact .contact-box div.contact-line span {
	font-size:24px;
	margin:8px 0 0;
	line-height: 0.5;
	vertical-align:middle;
}

.contact-line div, .contact-mail div {
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin:-10px auto 0;
	width:152px;
}

.contact-line div p:nth-of-type(1), .contact-mail div p:nth-of-type(1) {
	font-size:24px;
	width:3.5em;
}
.contact-line div p:nth-of-type(2), .contact-mail div p:nth-of-type(2) {
	width:4.5em;
	padding-top:5px;
}

/* ライン */
section#contact .contact-box div.contact-line h3 {
	color:#0055b4;
}



@media only screen and (max-width:1060px){
section#contact .contact-box div.contact-tel .tel {
	font-size:30px;}
section#contact .contact-box div.contact-tel .tel:before {
	top:4px;
	width:18px;
	height:25px;}
}

@media only screen and (max-width:960px){
section#contact .contact-box div.contact-tel .tel {
	font-size:26px;}
section#contact .contact-box div h3 {
	font-size:18px;}	
section#contact .contact-box div.contact-tel .tel:before {
	width:17px;
	height:25px;}
section#contact .contact-box div.contact-tel .b-hour {
	font-size: 15px;
}
section#contact .contact-box div.contact-tel .kome {
	font-size:11px;
}	
}

@media only screen and (max-width:880px){
section#contact .contact-box div.contact-tel .tel {
	font-size: 24.5px;
	padding:0px;
	letter-spacing:-1px!important;
}
section#contact .contact-box div.contact-tel .tel:before {
	left:-5px;
}
section#contact .contact-box div.contact-tel .kome {
	font-size:10px;
}
}

@media only screen and (max-width:840px){
.contact-line div, .contact-mail div {
	width:136px;
}
section#contact .contact-box div.contact-tel .tel {
	font-size:23px;
	padding:0px;
	letter-spacing:-1px!important;
}
section#contact .contact-box div.contact-tel .tel:before {
	left:8px;}
.contact-line div p:nth-of-type(1), .contact-mail div p:nth-of-type(1) {
	font-size:20px;
}
.contact-line div p:nth-of-type(2), .contact-mail div p:nth-of-type(2) {
	padding-top:4px;
	width:4.36em;
}
}

@media only screen and (max-width:767px){
section#contact .contact-box div.contact-tel .tel {
	font-size:28px;
	padding:0px;
	letter-spacing:-1px!important;
}
section#contact .contact-box div.contact-tel .tel:before {
	left:5px;
}
section#contact .contact-box div.contact-tel .b-hour {
	border:1px solid #fff;
	width:96%;
	margin:0 auto 5px;
}
}

/* フッター
------------------------------------------------------------*/
footer {
	clear: both;
	color:#fff;
	background-color:#0055b4;
	padding:25px 0 0 0;
	text-align: center;
	font-size: 12px;
	position:relative;
	overflow:hidden;
}
footer:before {
	content: '';
    position: absolute;
    top:0;
    left: 50%;
    transform: translateX(-50%);
    border-top: 350px solid rgba(255,255,255,0.05); /* 好みで色を変えてください */ 
    border-right:1000px solid transparent;
    border-left:1000px solid transparent;
}

footer header {
	margin:auto;
	text-align:center;
	width:90px;
	height:90px;
	background:#fff;
	border:25px #fff solid;
	border-radius:50%;
	z-index: 0;
	position:relative;
	top:0px;
}
footer header img {
	width:90px;
	position:relative;
	top:5px;
}
footer h2 {
	font-size:14px;
	padding:0 0 20px;
	letter-spacing:1px;
}

footer h3 {
	font-size: 15px;
	background-color: #fff;
	color:#0055b4;
	margin: 30px auto 15px;
}

.company-info {
	margin:0 auto 30px;
}

.company-info h2.company-name {
	font-size:20px;
	padding:0;
	margin: 0px 0 5px;
}
.company-info address {
	font-size:14px;
	font-weight:500;
	color:#fff;
}

.company-info address a {
	color:#fff;
}

.company-info p.footer-b-hour {
	border:1px solid #fff;
	width:250px;
	margin:5px auto 0;
	font-size:15px;
	font-weight:500;
	letter-spacing:1px;
	padding:0 0 1px;
}

footer nav ul {
	display:flex;
	flex-wrap: nowrap;
	margin:20px 25% 30px;
}

footer nav ul li {
	width:25%;
	font-size:14px;
	font-weight:500;
}
footer nav ul li.works img {
	display:inline-block;
	width:18px;
	margin:0 0 3px 4px;
	vertical-align:middle;
}

footer nav ul li a {
display:block;
text-decoration:none!important;
text-align:center;
color:#fff;
letter-spacing:2px;
position:relative;
transition: transform .3s;
}

footer nav ul li a:hover {
	color:rgba(255,255,255,0.8);
}

footer nav ul li a::before {
  background: #fff;
  content:'';
  width:50%;
  height:0.8px;
  position: absolute;
  left:0;
  bottom:-10px;
  margin:0 26% 0 24%;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
footer nav ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}


footer .f-copy {
	background-color:#13337a;
	padding:10px 0;
	text-align:center;
	letter-spacing:1px;
	font-size:9px;
	margin-top:30px;
}

@media only screen and (max-width:1150px){
footer nav ul {
	width:70%;
	margin:20px auto;
}
footer nav ul li {

	width:25%;
	font-size:14px;
	font-weight:500;
}	
}

@media only screen and (max-width:767px){
footer nav ul {
	width:90%;
	margin:20px auto;
	flex-wrap:wrap;
}
footer nav ul li {
	width:50%;
	font-size:14px;
	font-weight:500;
	line-height:3;
}
footer nav ul li a::before {
  display:none;
}
footer nav ul li:last-child {
	width:80%;
	margin:20px auto 0;
	font-size:14px;
	font-weight:500;
	background:#13337a;
}
}


/* Back to top button
---------------------------------- */
#back-top {
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:999;
}
#back-top a {
	position:relative;
	width:45px;
	height:45px;
	display: block;
	background:rgba(19,51,122,0.8);
	color: #FFF !important;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.arrow::before,
.arrow::before {
	position: absolute;
	content: "";
	margin: auto;
	top:42%;
	left:38%;
	width: 10px;
	height: 10px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	transform: rotate(-45deg);
}

#back-top a:hover {
	background:rgba(000,000,000,0.3);
}

@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
	position: fixed;
	bottom:21px;
	right:21px;
}
#back-top a {
	width: 40px;
	height: 40px;
	background:rgba(000,000,000,0.5);
}
.arrow::before, .arrow::before {
    width: 7px;
    height: 7px;
	z-index:999;
}
}


/*　青ボタン
--------------------------------------------*/
a.button-b {
	width : auto;
	height : auto;
	display:inline-block;
	vertical-align : middle;
	border-radius : 3px;
	font-family : inherit;
	border:none;
	text-decoration:none;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 16px;
	padding-left: 35px;
	font-size: 15px;
	font-weight: 600;
	line-height: 26px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
	margin: auto;
	color:#fff;
	background-color:rgba(0,64,150,1.0);
}
a.button-b:hover{
	cursor : pointer;
	background-color:rgba(0,64,150,0.7);
}


/* アニメーションエフェクト */
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition:all 1.5s;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


.To-right {
transform : translate(0, 0);
  -webkit-transition: all 1.5s;
   transition:all 1.5s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.To-right.move {
transform : translate(-50px, 0);
  -webkit-transform: translate(-50px, 0);
  opacity: 0;
}


.To-left {
transform : translate(0, 0);
  -webkit-transition: all 1.5s;
   transition:all 1.5s;
  -webkit-transform: translate(0, 0);
  opacity: 1;
}
.To-left.move2 {
transform : translate(50px, 0);
  -webkit-transform: translate(50px, 0);
  opacity: 0;
}

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

.To-right {
transform :none;
-webkit-transform:none;
}
.To-right.move {
transform :none;
-webkit-transform:none;
}

.To-left {
transform :none;
-webkit-transform:none;
}
.To-left.move2 {
transform :none;
-webkit-transform:none;
}
}






