@charset "utf-8";


/*------------------------------------------------------------
index
------------------------------------------------------------*/

.topVisual {
	z-index: 3;
}
.topVisual p {
	z-index: 3;
}
.topVisual {
	margin-bottom: -27%;
	position: relative;
}
.topVisual .mainImg {
	margin-right: 8.3%;
}
.topVisual .mainImg img {
	width: 100%;
}

/*anime*/
.topVisual .mainImg {
	width: 100%;
}
.topVisual .mainImg img {
	width: 100%;
	z-index: 2;
}
.topVisual .mainImg img.slide_bg {
	position: absolute;
	width: 100%;
	height: auto;
	left:0;
	top:0;
}
.topVisual .mainImg img:not(.slide_bg){
	z-index: 3;
}

/*CSSスライドショー設定
---------------------------------------------------------------------------*/
/*1枚目*/
@keyframes slide1 {
	0% {opacity: 0;}
	10% {opacity: 1;}
	30% {opacity: 1;}
	40% {opacity: 0;}
	100% {opacity: 0;}
}
/*2枚目*/
@keyframes slide2 {
	0% {opacity: 0;}
	30% {opacity: 0;}
	40% {opacity: 1;}
	60% {opacity: 1;}
	70% {opacity: 0;}
	100% {opacity: 0;}
}
/*3枚目*/
@keyframes slide3 {
	0% {opacity: 0;}
	60% {opacity: 0;}
	70% {opacity: 1;}
	90% {opacity: 1;}
	100% {opacity: 0;}
}
/*4枚目*/
@keyframes slide_bg {
	0% {opacity: 1;}
	15% {opacity: 1;}
	16% {opacity: 0;}
	60% {opacity: 0;}
	70% {opacity: 0;}
	90% {opacity: 0;}
	99% {opacity: 1;}
	100% {opacity: 1;}
}

/*画像ブロック*/
#mainImgIdSp {
	clear: none;
	position: relative;
	width: 100%;
}
#mainImgId {
	clear: none;
	position: relative;
	width: 92%;
}
/*３枚画像の共通設定*/
#mainImgIdSp .slide_bg,
#mainImgIdSp .slide1,
#mainImgIdSp .slide2,
#mainImgIdSp .slide3,
#mainImgId .slide_bg,
#mainImgId .slide1,
#mainImgId .slide2,
#mainImgId .slide3 {
	-webkit-animation-duration: 15s;	/*実行する時間。「s」は秒の事。*/
	animation-duration: 15s;			/*同上*/
	-webkit-animation-iteration-count:infinite;	/*実行する回数。「infinite」は無限に繰り返す意味。*/
	animation-iteration-count:infinite;			/*同上*/
	border-radius: 4px;	/*角丸のサイズ。大きくすれば角の丸みが大きくなる。角丸が不要ならこの１行削除。*/
}
/*１枚目*/
#mainImgIdSp .slide1,
#mainImgId .slide1 {
	-webkit-animation-name: slide1;		/*上で設定しているキーフレーム（keyframes）の名前*/
	animation-name: slide1;				/*同上*/
	position: relative;width: 100%;height: auto;
}
/*２枚目*/
#mainImgIdSp .slide2,
#mainImgId .slide2 {
	-webkit-animation-name: slide2;		/*上で設定しているキーフレーム（keyframes）の名前*/
	animation-name: slide2;				/*同上*/
	position: absolute;left:0px;top:0px;width: 100%;height: auto;
}
/*３枚目*/
#mainImgIdSp .slide3,
#mainImgId .slide3 {
	-webkit-animation-name: slide3;		/*上で設定しているキーフレーム（keyframes）の名前*/
	animation-name: slide3;				/*同上*/
	position: absolute;left:0px;top:0px;width: 100%;height: auto;
}

/*4枚目*/
#mainImgIdSp .slide_bg,
#mainImgId .slide_bg {
	-webkit-animation-name: slide_bg;		/*上で設定しているキーフレーム（keyframes）の名前*/
	animation-name: slide_bg;				/*同上*/
	position: absolute;left:0px;top:0px;width: 100%;height: auto;
}

/*anime*/

.topVisual p {
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 2.8rem;
	text-align: center;
	letter-spacing: 18.48px;
	transform: translate(-50%, -50%);
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}
#main {
	padding: 27% 0 95px;
	background-color: #F2F2F2;
}
/* adstaff */

#main .catch .inner {
	display: grid;
	grid-template-columns: 13.33% 8.44% 43.39% 21.51% 13.33%;
	grid-template-rows: 11.98vw auto auto 1fr;
  gap: 0px;
	margin: 230px 0 90px 0;
}

#main .catch .inner .g-item_1 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 2;
}
#main .catch .inner .g-item_1 > p:not(last-child){
	line-height: 3em;
	letter-spacing: .16em;
	margin-bottom: 2.92vw;
}
#main .catch .inner .g-item_1 > p:last-child{
	line-height: 1.6em;
	letter-spacing: .16em;
	font-size: 3.2rem;
	color: #0070B5;
	margin-bottom: 8.85vw;
}
#main .catch .inner .g-item_1 > p:last-child .tab{
	display: none !important;
}
#main .catch .inner .g-item_2 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-column-start: 4;
    grid-row-start: 2;
		height: auto;
}

#main .catch .inner .g-item_3 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-row-start: 3;
		height: auto;
}


/* adstaff */
#main .news {
	padding: 120px 20px 95px;
}
#main .news .inner {
	display: flex;
	justify-content: space-between;
}
#main .news .headLine01 {
	margin: 0 0 0 10%;
	width: 27.5%;
	text-align: left;
}
#main .news iframe {
	height: 300px;
	max-height: 300px;
	margin-top: 7px;
	width: 62.5%;
	line-height: 1.75;
	font-weight: bold;
	letter-spacing: 1px;
}
#main .news .inner {
	justify-content: flex-start;
}
#main .news dl {
	margin-top: 7px;
	width: 56.5%;
	line-height: 1.75;
	font-weight: bold;
	letter-spacing: 1px;
}
#main .news dt {
	float: left;
}
#main .news dd {
	padding: 0 0 20px 8em;
	font-weight: 300;
}
#main .message {
	padding: 105px 0;
	position: relative;
}
#main .message:before {
}
#main .message div.shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 61%;
	background-color: #808080;
	content: "";
}
#main .message .bgSec {
	margin-left: 10.3%;
	padding: 170px 10% 120px 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
#main .message .bgSec .headLine01 .en {
	margin-bottom: 8px;
}
#main .message .imgBox {
	display: flex;
	justify-content: space-between;
}
#main .message .imgBox .txtBox {
	width: 47%;
}
#main .message .imgBox .txtBox p {
	margin-bottom: 21px;
	font-size: 1.4rem;
	line-height: 2.45;
	font-weight: bold;
	letter-spacing: 4px;
	font-weight: 300;
}
#main .message .imgBox .txtBox_irregular p {
  line-height: 2;
  letter-spacing: 3.5px;
}
#main .message .imgBox p span.msgSubtitle {
  font-size: 1.1em;
  font-weight: 600;
}
#main .message .imgBox span.philosophy {
  font-weight: 600;
  font-style: italic;
}
#main .message .imgBox span.philosophy span.en_blue {
  color: #0070B5;
}
#main .message .imgBox p.signature {
  text-align: right;
  margin-right: 1.2em;
  margin-top: -10px;
}
#main .message .imgBox p.signature > span {
  font-size: 1.3em;
  font-weight: 600;
}
#main .message .imgBox .photoBox {
	margin-top: 9px;
	width: 48.5%;
	position: relative;
}


/*adstaff*/
@media (min-width:768px){
	#main > section.message > div.bgSec.mv_rit_fd > div {
		padding-left:40px;
	}
	#main .message .imgBox .txtBox {
		width: 50%;
	}
}
/*/adstaff*/

#main .message .slick-dots {
	position: absolute;
	left: 0;
	bottom: -22px;
}
#main .message .slick-dots li {
	margin-right: 17px;
	display: inline-block;
	width: 152px;
	height: 4px;
	cursor: pointer;
	background-color: #B2B2B2;
}
#main .message .slick-dots li button {
	display: none;
}
#main .message .slick-dots li.slick-active {
	background-color: #333;
}
#main .movie {
	padding: 190px 20px 220px;
}
#main .movie .headLine01 {
	margin-bottom: 195px;
}
#main .movie ul {
	margin: 0 -17px;
	display: flex;
	justify-content: center;
}
#main .movie li {
	padding: 0 17px;
	width: 33.3333%;
	box-sizing: border-box;
	margin: 0 1%;
}
#main .movie li img,
#main .movie li iframe {
	width: 100%;
	height: 244px;
}
#main .movie li h3, #main .contents li h3 {
	margin-top: 22px;
	font-size: 1.6rem;
	letter-spacing: 2px;
}
#main .movie li h3 .en, #main .contents li h3 .en {
	margin-bottom: 12px;
	display: block;
	font-size: 2.8rem;
	letter-spacing: 1.4px;
}
#main .contents {
	padding: 195px 0;
	position: relative;
}
#main .contents:before {
/*	position: absolute;
	left: 0;
	top: 0;
	width: 78.2%;
	height: 69%;
	background-color: #fff;
	content: "";*/
}
#main .contents div.shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 78.2%;
	height: 84%;
	background-color: #fff;
	content: "";
}
#main .contents .comBox {
	position: relative;
	z-index: 1;
}
#main .contents .headLine01 {
	margin-bottom: 120px;
	text-align: left;
}
#main .contents .headLine01 .en {
	margin-bottom: 8px;
}
#main .contents .listBox {
	overflow: hidden;
}
#main .contents ul {
	margin: -80px -60px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}
#main .contents li {
	width: 50%;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	box-sizing: border-box;
}
#main .contents li a {
	padding: 80px 60px 68px;
	display: block;
}
#main .contents li:nth-child(2n) {
	border-right: none;
}
#main .contents li:last-child, #main .contents li:nth-last-child(2) {
	border-bottom: none;
}
#main .contents li:last-child a, #main .contents li:nth-last-child(2) a {
	padding-bottom: 0;
}
#main .contents li h3 {
	position: relative;
}
#main .contents li h3:after {
	position: absolute;
	right: 0;
	top: 20px;
	width: 100px;
	height: 2px;
	background-color: #333;
	content: "";
}
@media all and (max-width: 1400px) {
	#main .message .bgSec {
		padding-right: 0;
	}
	#main .message .imgBox .txtBox p {
		margin-bottom: 10px;
		line-height: 2.2;
		letter-spacing: 2px;
	}
  #main .message .imgBox .txtBox_irregular p {
    line-height: 2;
    letter-spacing: 1.8px;
  }
  #main .message .imgBox p span.msgSubtitle {
    font-size: 1.1em;
    font-weight: 600;
  }
  #main .message .imgBox p.signature {
    text-align: right;
    margin-right: 0.5em;
  }
  #main .message .imgBox p.signature > span {
    font-size: 1.3em;
    font-weight: 600;
  }
  #main .message .imgBox span.philosophy {
    font-weight: 600;
    font-style: italic;
  }
}
@media all and (min-width: 768px) {
	#main .message .slick-dots li:hover {
		background-color: #333;
	}
	#main .news dd a:hover {
		text-decoration: underline;
	}
	#main .contents li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 767px) {
	.topVisual {
		/* margin-bottom: 40px; */
	}
	.topVisual .mainImg {
		margin-right: 0;
	}
	.topVisual p {
		width: 15.47%;
		height: 75%;
		-webkit-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: clamp(1.8rem,4.8vw,3.6rem);
		text-align: left;
		letter-spacing: 9px;
		z-index: 6;
		text-shadow: 0px 0px 3px rgba(0, 0, 0, 1),0px 0px 10px rgba(0, 0, 0, 1);
		top: 21%;
    left: 43%;
    line-height: 1.8;
	}
	#main {
		padding: 27% 0 0;
		background-color: #f2f2f2;
	}
	#main .catch .inner{
		display: flex;
		flex-direction: column;
		margin: 14.4% 0 23.2% 0;
	}
	#main .catch .inner .g-item_1{
		padding: 0 16px;
	}
	#main .catch .inner .g-item_1 .item-inner{
		font-size: 1.5rem;
		line-height: 1.95;
		text-align: justify;
		margin-bottom: 9.54%;
	}
	#main .catch .inner .g-item_1 .item-inner:nth-child(2){
		margin-bottom: 13.13%;
	}
	#main .catch .inner .g-item_1 .item-inner:nth-child(3){
		font-size: 2.4rem;
		margin-bottom: 15.77%;
	}
	#main .catch .inner .g-item_2{
		width: 62.8%;
		margin: 0 0 13.48% auto;
	}
	#main .catch .inner .g-item_3{
		width: 50.67%;
		margin: 0 auto 0 0;
	}
	#main .news {
		padding: 0 15px 45px;
		position: relative;
	}
	#main .news:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 80%;
		height: 96%;
		background-color: #F2F2F2;
		content: "";
	}
	#main .news .inner {
		position: relative;
		z-index: 1;
		display: block;
	}
	#main .news .headLine01 {
		margin: 0 0 19px;
		width: 100%;
	}
	#main .news dl {
		margin: 0 0 21px;
		width: 100%;
		line-height: 1.3;
	}
	#main .news dt {
		margin-bottom: 3px;
		float: none;
		font-size: 1.4rem;
	}
	#main .news dd {
		padding: 0 0 17px;
		font-size: 1.2rem;
	}
	#main .news .btn a {
		margin: 0 auto;
		padding: 13px 10px;
		width: 75%;
		max-width: 243px;
		display: block;
		color: #808080;
		font-size: 1.2rem;
		letter-spacing: 1px;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: bold;
		text-align: center;
		background-color: #fff;
		border: 1px solid #808080;
		border-radius: 3px;
		box-sizing: border-box;
	}
	#main .news .btn a img {
		margin-right: 14px;
		vertical-align: -5px;
	}
	#main .message {
		padding: 0;
	}
	#main .message:before {
		display: none;
	}
	#main .message .bgSec {
		margin-left: 0;
		padding: 40px 0 0;
		background: none;
	}
	#main .message .bgSec .headLine01 .en {
		margin-bottom: 4px;
	}
	#main .message .imgBox {
		flex-wrap: wrap;
	}
	#main .message .imgBox .txtBox {
		width: 100%;
	}
	#main .message .imgBox .txtBox p {
		margin-bottom: 21px;
		line-height: 1.45;
	}
	#main .message .imgBox .photoBox {
		margin-top: 40px;
		width: 100%;
	}
	#main .message .imgBox .photoBox img {
		width: 100%;
	}
	#main .message .slick-dots {
		bottom: -12px;
	}
	#main .message .slick-dots li {
		margin-right: 10px;
		width: 78px;
		height: 3px;
	}
	#main .movie {
		margin-bottom: -42px;
		padding: 134px 16px 60px;
		transform: translateY(-42px);
		background-color: #F2F2F2;
	}
	#main .movie .headLine01 {
		margin-bottom: 37px;
	}
	#main .movie ul {
		margin: -24px 0 0;
		flex-wrap: wrap;
	}
	#main .movie li {
		padding: 24px 0 0;
		width: 100%;
	}
	#main .movie li h3, #main .contents li h3 {
		margin-top: 7px;
		position: relative;
		font-size: 1.2rem;
		letter-spacing: 1px;
	}
	#main .movie li h3:after {
		position: absolute;
		right: 0;
		top: 15px;
		width: 50px;
		height: 1px;
		background-color: #333;
		content: "";
	}
	#main .movie li h3 .en, #main .contents li h3 .en {
		margin-bottom: 0;
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	#main .contents {
		padding: 60px 0;
		background-color: #F2F2F2;
	}
	#main .contents:before {
		width: 70.7%;
		height: 95%;
	}
	#main .contents .headLine01 {
		margin-bottom: 50px;
		text-align: center;
	}
	#main .contents .headLine01 .en {
		margin-bottom: 0;
	}
	#main .contents ul {
		margin: -30px 0 0;
	}
	#main .contents li {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #333 !important;
	}
	#main .contents li.emptyBox {
		display: none;
	}
	#main .contents li.list_lastBox {
		border-bottom: none !important;
	}
	#main .contents li a {
		padding: 30px 0 25px !important;
	}
	#main .contents li h3:after {
		top: 14px;
		width: 50px;
		height: 1px;
	}
}




@media all and (max-width: 767px) {
	#main .contents div.shadow {
		height: 93.62% !important;
	}
	#main .catch .inner .g-item_1 > p:last-child .tab{
		display: block !important;
	}
	#main .catch .inner .g-item_1 > p:last-child .sp{
		display: none !important;
	}
	#main .message div.shadow {
		display: none;
	}
	#main .news iframe {
    margin-top: 7px;
    height: 200px;
    width: 100%;
    line-height: 1.75;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 25px;
    box-shadow: 2px 2px 3px #bbb;
	}

	#main .movie li {
		margin: 0 auto;
	}

}





@media all and (max-width: 480px) {
	#main .catch .inner .g-item_1 > p:last-child .tab{
		display: none !important;
	}
	#main .catch .inner .g-item_1 > p:last-child .sp{
		display: block !important;
	}
}