@charset "utf-8";

.none {
	display: none!important;
}

.sp {
	display: none!important;
}

@media screen and (max-width: 900px) {
.pc {
	display: none!important;
}
.sp {
	display: block!important;
}
}/*@media*/

img.w100 {
	max-width: 1366px;
	width: 100%;
}

.fontL{
	font-size: 40rem;
}
@media screen and (max-width: 900px) {
.fontL{
	font-size: 28rem;
}
}/*@media*/

/*iOS*/
.tel a {
	color: #444;
}

/*フェードインのアニメーション
>>>>>>>>>>>>>>>>>>>> */
@keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}/*keyframes*/





/* ttlDesignA1
-------------------------*/
[class^="ttlDesignA"],
[class*=" ttlDesignA"] {
	position: relative;
}

[class^="ttlDesignA"] img,
[class*=" ttlDesignA"] img {
	width: 68%;
}

[class^="ttlDesignA"] h3,
[class*=" ttlDesignA"] h3 {
	position: absolute;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

[class^="ttlDesignA"] h3 span,
[class*=" ttlDesignA"] h3 span {
	display: block;
}

[class^="ttlDesignA"] h3 span:nth-of-type(1),
[class*=" ttlDesignA"] h3 span:nth-of-type(1) {
	color: #f5c655;
	font-family: 'Arvo', serif;
	font-size: 48rem;
	font-weight: normal;
}
@media screen and (max-width: 900px) {
[class^="ttlDesignA"] h3 span:nth-of-type(1),
[class*=" ttlDesignA"] h3 span:nth-of-type(1) {
	font-size: 36rem;
}
}/*@media*/


[class^="ttlDesignA"] h3 span:nth-of-type(2),
[class*=" ttlDesignA"] h3 span:nth-of-type(2) {
	font-size: 18rem;
}

.ttlDesignA1 h3 {
	right: 0;
	text-align: right;
}

.ttlDesignA2 {
	text-align: right;
}

.ttlDesignA2 h3 {
	text-align: left;
}




/* ttlDesignB1
-------------------------*/
.ttlDesignB1 {
	position: relative;
	padding-bottom: 8px;
}

.ttlDesignB1::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #ddd;
}

.ttlDesignB1 h3 span {
	display: block;
}

.ttlDesignB1 h3 span:nth-of-type(1) {
	color: #f5c655;
	font-family: 'Arvo', serif;
	font-size: 22rem;
	font-weight: normal;
	/*line-height: 1;*/
}

.ttlDesignB1 h3 span:nth-of-type(2) {
	font-size: 30rem;
	font-weight: normal;
}
@media screen and (max-width: 900px) {
.ttlDesignB1 h3 span:nth-of-type(2) {
	font-size: 24rem;
}
}/*@media*/



/* ttlDesignC1
-------------------------*/
[class^="ttlDesignC"] h3 span,
[class*=" ttlDesignC"] h3 span {
	display: block;
}

[class^="ttlDesignC"] h3 span:nth-of-type(1),
[class*=" ttlDesignC"] h3 span:nth-of-type(1) {
	color: #f5c655;
	font-family: 'Arvo', serif;
	font-size: 48rem;
	font-weight: normal;
}
@media screen and (max-width: 900px) {
[class^="ttlDesignC"] h3 span:nth-of-type(1),
[class*=" ttlDesignC"] h3 span:nth-of-type(1) {
	font-size: 36rem;
}
}/*@media*/

[class^="ttlDesignC"] h3 span:nth-of-type(2),
[class*=" ttlDesignC"] h3 span:nth-of-type(2) {
	font-size: 18rem;
}
.companyWrap .ttlDesignC1 h3 {
 right: 0;
	text-align: right;
}


/* boxDeisgn
-------------------------*/
.boxDeisgnA1 {
	background: #fff;
	padding: 2vh 40px;
	margin: 2vh 0 0 -40px;
	border-radius: 3px;
	border-right: 8px solid #f5c655;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}

.boxDeisgnA1 h4 {
	border-bottom: 2px solid #f5f5f5;
}

.boxDeisgnA1 .ico {
	width: 40px;
	height: 40px;
	background: #76a3b7;
	padding: 4px;
	border-radius: 4px;
	margin: 0 12px 8px 0;
	line-height: 1;
	vertical-align: middle;
}
@media screen and (max-width: 900px) {
.boxDeisgnA1 .ico {
	width: 32px;
	height: 32px;
}
}/*@media*/




/* philosophy
-------------------------*/
dl.philosophy dt {
	color: #003366;
	font-weight: bold;
	margin: 2vh 0 0;
}

dl.philosophy dt span {
	color: #ed9245;
}

dl.philosophy dd {
	color: #777;
	/*text-indent: 1em;*/
}


/* 挨拶署名
-------------------------*/
.name {
	font-size: 13rem;
	text-align: right;
	margin-top: 2vh;
}

.name span {
	display: block;
}

.name span:nth-last-of-type(1) {
	font-size: 15rem;
	font-weight: bold;
}




.caution {
	font-size: 14rem;
}

.caution span {
	color: red;
}



.recruitBtn {
	display: block;
	position: absolute;
	top: 0;
	right: 60px;

	font-size: 18rem;
	line-height: 60px;
	background: #76a3b7;
	transition: .2s;
}
@media screen and (max-width: 900px) {
.recruitBtn {
	display: none;
}
}/*@media*/

.recruitBtn {
  transition: all 0.3s;
}

.recruitBtn a {
	display: block;
	color: #fff;
	padding: 0 40px;
	position: relative;
	z-index: 22;
  transition: all 0.3s;
  transform: scale(1, 1);
}

.recruitBtn::before,
.recruitBtn::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.recruitBtn::before {
  left: 0;
  z-index: 1;

  opacity: 0;
  background: #139bd8;
  transform: scale(0.1, 1);
}

.recruitBtn:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}

.recruitBtn::after {
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.recruitBtn:hover::after {
  transform: scale(1, 0.1);
  opacity: 0;
}


.fb-page {
	height: 50vh;
}
@media screen and (max-width: 900px) {
.fb-page {
	height: 560px;
}
}/*@media*/

iframe {
	margin-top: 2vh;
	max-width: 50vw;
	width: 100%!important;
	height: 64vh!important;
}
@media screen and (max-width: 900px) {
iframe {
	max-width: 100%;
	height: 480px!important;
}
.fb_iframe_widget_fluid {
	display: block!important;
}
.fb_iframe_widget_fluid span {
	height: 480px!important;
}
}/*@media*/

.btn06{
  position: relative;
  text-decoration: none;
  display: inline-block;
  background:#76a3b7;
  color:#fff;
  padding: 10px 40px 10px 30px;
  text-align: center;
  outline: none;
  transition: ease .5s;
}
.btn06 a {
  color: #fff!important;
}
.btn06:hover{
  background:#139bd8;
}
.btnarrow1::after{
  content: '';
  position: absolute;
  top:42%;
  right: 16px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all .2s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after{
    right: 10px;
}