@charset "utf-8";
/* CSS Document */

html {
  font-size: 10px;
}
body {
  font-family:"游ゴシック"; 
  color: #333;
  margin: 0 auto;
	max-width: 1920px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.sp-only {
	display: none;
}
.flex {
	display: flex;
}
.row {
	flex-direction: row-reverse;
}
.wrap {
	flex-wrap: wrap;
}
.ffft {
	font-family: "Futura PT Medium", "Futura PT Bold", "Futura PT Light";
}
.ffym {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.fftm{
	font-family: "ten-mincho", serif;
}
.ffci {
	font-family: Cinzel, "Cinzel Black", "Cinzel Medium", "Cinzel SemiBold";
}
.fwb {
	font-weight: 600;
}
.white {
	color: #fff;
}
.single01 {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.sp-only {
	display: none;
}
.ttl01 h4 {
	text-align: center;
	font-size: 36px;
	line-height: 0.8;
}
.ttl01 h4 span {
	font-size: 20px;
	color: #385A77;
}


/*--- header ---*/
#header {
	background: #fff;
}
#header .inner {
	width: 90%;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
#header .inner h1 {
	width: 400px;
}
.head-right .hr-top {
	margin-bottom: 0.5rem;
	gap:3rem;
	margin-left: auto;
	width: 100px;
}
.head-right .hr-top a {
	display: block;
	color: #707070;
	font-size: 28px;
}
.head-right .head-nav ul {
	gap: 5rem;
}
.head-right .head-nav ul li {
	position: relative;
}
.head-right .head-nav ul li::before {
	content:"";
	width: 15px;
	height: 3px;
	background: #707070;
	position: absolute;
	top: 50%;
	transform: translate(-50%);
	left: -15px;
}
.head-right .head-nav ul li a {
	display: block;
	font-size: 16px;
	color: #707070;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

/*--- main ---*/
/*mainvisual*/
.mainvisual {
	height: 90vh;
	position: relative;
}
.mainvisual::before {
	content: "";
	width:60%;
	height: 90%;
	background: url("../img/mainvisual.jpg");
	background-position: center;
	background-size: cover;
	position: absolute;
	top:3rem;
	left: 10rem;
}
.mainvisual::after {
	content: "";
	width:24%;
	height: 65%;
	background: url("../img/deco.png");
	background-position: center;
	background-size: cover;
	position: absolute;
	top:5%;
	right: 5rem;
}
.catch-copy {
	position: absolute;
	bottom: 5rem;
	right: 8rem;
	background: rgba(241,240,234,0.5);
	padding: 2rem 4rem;
}
.catch-copy h2 {
	font-size: 5rem;
	line-height: 2;
}

@media screen and (max-width:1280px){
	.mainvisual::before {
		content: "";
		width:70%;
		height: 90%;
		top:3rem;
		left: 5rem;
	}
	.mainvisual::after {
		content: "";
		width:25%;
		height: 50%;
		top:15%;
		right: 1rem;
	}
	.catch-copy h2 {
		font-size: 4rem;
		line-height: 2;
	}
}


/*News*/
#news {
	padding: 8rem 0;
}
#news .inner {
	width: 60%;
	margin: auto;
	gap: 6rem;
	align-items: center;
}
#news .inner .ttl01 {
	width: 10%;
}
#news .inner dl {
	width: 75%;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
}
#news .inner dl dt {
	width: 20%;
	text-align: center;
	color: #385A77;
	border-bottom: 1px solid #ccc;
}
#news .inner dl dd {
	width: 80%;
	border-bottom: 1px solid #ccc;
}

@media screen and (max-width:1280px){
	#news .inner {
		width: 75%;
	}
}


/*greeting*/
.bg-block {
	background: url("../img/bg01.jpg");
	background-position: center;
	background-size: cover;
	padding: 8rem 0;
}
#greeting .inner {
	padding-top: 5rem;
	width: 70%;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
#greeting .inner .txt,
#greeting .inner .img {
	width: 45%;
}
#greeting .inner .txt p {
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width:1280px){
	#greeting .inner {
		width: 80%;
	}
}

/*works*/
#works {
	padding-top: 10rem;
}
#works .container {
	width: 100%;
	padding: 5rem 0;
}
#works .works01 {
	margin-top: 5rem;
	background: rgba(224,235,241,0.7);
}
#works .works02 {
	background: rgba(176,212,232,0.7);
}
#works .container .inner {
	width: 70%;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
#works .container .inner .txt{
	width: 45%;
}
#works .container .inner .txt h6 {
	font-size: 30px;
	margin-bottom: 2rem;
}
#works .container .inner .txt p {
	font-size: 16px;
	line-height: 2;
}
.link-btn {
	width: 250px;
	padding: 1.5rem 0;
	border: 2px solid #333;
	margin-top: 3rem;
}
.link-btn:hover {
	background: #333;
}
.link-btn a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.link-btn:hover a {
	color: #fff;
}
#works .container .inner .img {
	width: 45%;
}

@media screen and (max-width:1280px){
	#works .container .inner {
		width: 80%;
	}
}

/*Area*/
#area {
	padding: 5rem 0;
}
#area .ttl01 h4 {
	text-align: left;
}
#area .ttl01 h4 span {
	margin-left: 2rem;
}
#area .inner {
	width: 70%;
	margin: auto;
}
#area .inner p {
	font-size: 16px;
	padding: 3rem 0;
}

@media screen and (max-width:1280px){
	#area .inner {
		width: 80%;
	}
}


/*Contactus*/
.rebnrs {
	margin-top: 5rem;
	justify-content: center;
	gap: 5rem;
}
.rebnrs .re-btn {
	width: 380px;
	border: 2px solid #333;
	border-radius: 5rem;
	padding: 2rem 0;
}
.rebnrs .re-btn a {
	display: block;
	text-align: center;
	color: #707070;
}
.rebnrs .re-btn a i {
	margin-right: 1.5rem;
}
.tel-link a {
	font-style: book;
	font-size: 38px;
}
.web-link a {
	font-size: 30px;
}


/*footer*/
#footer {
	padding-top: 10rem;
}
.foot-logo {
	width: 380px;
	margin: auto;
}
.foot-adress {
	text-align: center;
	margin: 2rem auto;
	font-size: 16px;
}
.foot-nav {
	width: 70%;
	margin: 3rem  auto;
}
.foot-nav ul {
	justify-content: center;
	gap: 5rem;
}
.foot-nav ul li {
	position: relative;
}
.foot-nav ul li::before {
	content:"";
	width: 15px;
	height: 3px;
	background: #707070;
	position: absolute;
	top: 50%;
	transform: translate(-50%);
	left: -15px;
}
.foot-nav ul li a {
	display: block;
	font-size: 14px;
	color: #707070;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.foot-map {
	width: 100%;
}
.foot-map iframe {
	width: 100%;
}
.foot-copy {
	font-size: 12px;
	text-align: center;
}


/*--- 下層ページ ---*/
.s-mainvisual {
	width: 100%;
	height: 50vh;
	position: relative;
}
.page-ttl {
	position: absolute;
	top: 40%;
	left: 15rem;
}
.page-ttl h2 {
	font-size: 5rem;
}


/*--- company ---*/
.mv-company {
	background: url("../img/mv-company.jpg");
	background-size: cover;
	background-position: center;
}

#company-profile {
	padding: 8rem 0;
}

#company-profile .inner {
	width: 900px;
	margin: 5rem auto;
}
.cp-table {
	flex-direction: column;
	gap:2rem;
	font-size: 16px;
}
.cp-table li {
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #A4B5CF;
	padding-bottom: 1rem;
}
.cp-table li .dt {
	width: 20%;
	background: #A4B5CF;
	padding: 0.5rem 0;
}
.cp-table li .dt p {
	text-align: center;
}
.cp-table li .dd {
	width: 80%;
	padding-left: 1rem;
	box-sizing: border-box;
}

/*aceessmap*/
#access-map {
	padding: 8rem 0;
}
#access-map .map {
	width: 900px;
	margin: 2rem auto;
}
#access-map .map iframe {
	width: 100%;
}



/*--- works ---*/
.mv-works {
	background: url("../img/mv-works.jpg");
	background-size: cover;
	background-position: center;
}
.work-content {
	padding: 8rem 0;
}
.work-content .container {
	width: 1200px;
	margin: 5rem auto;
	position: relative;
	padding: 3rem 0;
}
.work-content .container::before {
	content: "";
	width: 44%;
	height: 100%;
	background: url("../img/deco.png");
	background-size: cover;
	z-index: -1;
	position: absolute;
	top: 0;
	right: 3rem;
}
.work-content .container .inner {
	width: 90%;
}
.work-btxt {
	font-size: 36px;
	line-height: 1.5;
}
.work-txt {
	width: 60%;
	font-size: 16px;
	line-height: 2;
	margin-top: 2rem;
}
.case-link {
	width: 250px;
	margin: 5rem auto 0 auto;
	border: 1px solid #333;
	border-radius: 5rem;
	padding: 1rem 0;
}
.case-link a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.work-content .container02 {
	background: #E1E7E9;
	padding: 5rem 0;
}
.work-content .container02 .inner {
	width: 900px;
	margin: 3rem auto 0 auto;
}
.work-txt02 {
	font-size: 16px;
	line-height: 2;
}
.work-txt03 {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 2rem;
	font-weight: 600;
}
.work-content .container02 .inner .inner-flex {
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 3rem;
}
.work-content .container02 .inner .inner-flex .if-item {
	width: 48%;
}
.ifttl {
	font-size: 18px;
}
.if-item ul {
	margin: 1rem auto;
}
.if-item ul li {
	width: 48%;
	font-size: 14px;
	margin-bottom: 5px;
}
.if-txt {
	margin: 1rem auto;
	font-size: 14px;
}


/*--- case ---*/
.mv-case {
	background: url("../img/mv-case.jpg");
	background-size: cover;
	background-position: center;
}
#case {
	background: #EEF4FB;
	padding: 8rem 0;
}
.case-wrapper {
	width: 1200px;
	margin: 5rem auto;
	justify-content: space-between;
}
.case-wrapper .item {
	width: 45%;
	background: #fff;
	padding: 3rem 0 2rem 0;
	margin-bottom: 3rem;
}
.thumnails {
	width: 90%;
	margin: auto;
}
.case-wrapper .item p {
	font-size: 16px;
	padding-top: 0.5rem;
	width: 90%;
	margin: auto;
}
.readmore {
	width: 180px;
	margin: 2rem auto 0 auto;
	border: 1px solid #333;
	border-radius: 5rem;
	padding: 1rem 0;
}
.readmore a {
	display: block;
	text-align: center;
	font-size: 16px;
}



/*--- recruit ---*/
.mv-recruit {
	background: url("../img/mv-recruit.jpg");
	background-size: cover;
	background-position: center;
}
#recruit {
	padding: 8rem 0;
}
#recruit .inner {
	width: 380px;
	margin: 5rem auto;
	padding: 2rem 0;
	background: #C3D6E6;
}
#recruit .inner p {
	font-size: 18px;
	text-align: center;
}




/*--- contact ---*/
#contact {
	padding: 8rem 0;
	background: #EEF4FB;
}
.mv-contact {
	background: url("../img/mv-contact.jpg");
	background-size: cover;
	background-position: center;
}

/*フォーム*/
.contact-form {
	width: 70%;
	margin: 5rem auto;
	font-size: 16px;
	background: #fff;
	padding: 5rem 0;
}
.contact-form form {
	margin: auto;
}
@media screen and (max-width:1280px){
	.form {
		width: 80%;
	}
}
.form-item {
	border-bottom: 1px solid #ccc;
	padding:3rem 0;
}
.form-item ul {
	justify-content: space-between;
	align-items: center;
}
.form-item ul .form-label {
	width: 25%;
	text-align: center;
	line-height: 2;
}
.form-item ul .form-label span {
	background: #333;
	color: #fff;
	font-size: 14px;
	padding: 0.6rem 1rem;
}
.form-item ul .form-input {
	width: 70%;
}
.check {
	flex-direction: column;
	gap: 2rem;
}
.input_box {
	border: 1px solid #ccc;
	padding: 1rem 0;
	width: 80%;
}
.input_txtarea {
	border: 1px solid #ccc;
	padding: 1rem 0;
	width: 80%;
	height: 10em;
}

.submit-btn {
	width: 300px;
	margin: 3rem auto;
}
.Form-Btn {
	background: linear-gradient(#000,#333);
	padding: 2rem 0;
	text-align: center;
	color: #fff;
	width: 100%;
	border: none;
	border-radius: 1rem;
	font-size: 2.

}



/*---------------------------------------------*/

/*トップリンク*/
/*リンクの形状*/
#page-top a {
	display: flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	border: 1px solid #0C3675;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #7d7d7d;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:1.6rem;
	transition:all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}




/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


/*==================================================
パタッ
===================================*/


/* 下へ */
.flipDown{
animation-name:flipDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipDownAnime{
  from {
    transform: perspective(2500px) rotateX(100deg);
  opacity: 0;
  }

  to {
    transform: perspective(2500px) rotateX(0);
  opacity: 1;
  }
}


/* 左へ */
.flipLeft{
animation-name:flipLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:left center;
opacity:0;
}

@keyframes flipLeftAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}


/* 左上へ */
.flipLeftTop{
animation-name:flipLeftTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipLeftTopAnime{
  from {
   transform: translate(-20px,80px) rotate(-15deg);
  opacity: 0;
  }

  to {
   transform: translate(0,0) rotate(0deg);
  opacity: 1;
  }
}

/* 右へ */
.flipRight{
animation-name:flipRightAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:right center;
opacity:0;
}

@keyframes flipRightAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

/* 右上へ */
.flipRightTop{
animation-name:flipRightTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipRightTopAnime{
  from {
   transform: translate(-20px,80px) rotate(25deg);
   opacity: 0;
  }

  to {
   transform: translate(0,1) rotate(0deg);
  opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger{
    opacity: 0;
}

/*==================================================
くるっ
===================================*/


/* X 軸（縦へ） */
.rotateX{
  animation-name:rotateXAnime;
  animation-duration:1.8s;
  animation-fill-mode:forwards;
}

@keyframes rotateXAnime{
  from{
    transform: rotateX(0);
    opacity: 0;
    }
  to{
    transform: rotateX(-360deg);
    opacity: 1;
    }
}

/*　Y軸（横へ） */
.rotateY{
  animation-name:rotateYAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateYAnime{
  from{
    transform: rotateY(0);
    opacity: 0;
    }
  to{
    transform: rotateY(-360deg);
    opacity: 1;
    }
}

/* Z 軸（左へ） */
.rotateLeftZ{
  animation-name:rotateLeftZAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateLeftZAnime{
  from{
    transform: rotateZ(0);
    opacity: 0;
    }
  to{
    transform: rotateZ(-360deg);
    opacity: 1;
    }
}

/*　Z 軸（右へ） */
.rotateRightZ{
  animation-name:rotateRightZAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateRightZAnime{
  from{
    transform: rotateZ(0);
    opacity: 0;
    }
  to{
    transform: rotateZ(360deg);
    opacity: 1;
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger{
    opacity: 0;
}


/*==================================================
ボンッ、ヒュッ
===================================*/

/* 拡大 */
.zoomIn{
  animation-name:zoomInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
  transform: scale(0.6);
  opacity: 0;
  }

  to {
    transform: scale(1);
  opacity: 1;
  }
}

/* 縮小 */
.zoomOut{
  animation-name:zoomOutAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
}

@keyframes zoomOutAnime{
  from {
  transform: scale(1.2);
  opacity: 0;
  }

  to {
    transform:scale(1);
  opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.zoomInTrigger,
.zoomOutTrigger{
    opacity: 0;
}



/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}





























