@charset "UTF-8";


/*=======================================================
TOP
=======================================================*/

/*mainv
------------------------*/

.mainv {
	background:url("../img/top/bg-mainv.jpg") no-repeat #00131C center center;
	background-size: auto 100%;
	color: #fff;
	font-weight: bold;
	padding: 200px 0;
}

.mainv .inner {
	text-align: center;
}

.mainv-ttl-01 {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.3em;
	font-family: 'Noto Sans JP', sans-serif;
	filter: drop-shadow(0 0 0.75rem #002851);	
}

.mainv-ttl-02 {
	font-size: 20px;
	margin-top: 0.7em;
	font-family: 'Century Gothic', 'Hind', sans-serif;
	filter: drop-shadow(0 0 0.75rem #002851);	
}

@media (min-width:900px) {
	.mainv .inner {
		text-align: left;
	}
	
	.mainv-ttl-01 {
		font-size: 58px;
	}
	.mainv-ttl-02 {
		font-size: 30px;
	}
}


/*sec-01
------------------------*/
@media (min-width:900px) {
	.top-sec-01-txt {
		width: 45%;
	}
	.top-sec-01-img {
		width: 48%;
		margin-left: 7%;
	}

	.top-sec-01 {
		position: relative;
	}

	.top-sec-01::after {
		content: "";
		background: #F1F1F1;
		display: block;
		position: absolute;
		right: 0;
		top: 25%;
		height: 50%;
		width: 40%;
		z-index: -10;
	}
}

.top-sec-01-img-02 {
	width: 100%;
	max-width: 300px;
}

/*.news-list
------------------------*/

.top-sec-02-ttl h2 {
	font-weight: normal;
}

.news-list li {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.news-list-date {
	color: #333;
	display: inline-block;
	padding-right: 1em;
}

.news-list-cat {
	display: inline-block;
}

.news-list-cat a {
	display: inline-block;
	width: 8em;
	text-align: center;
	padding: 0.3em 0;
	color: #fff !important;
	text-decoration: none !important;
	background:#002851 ;
	font-size: 80%;
	line-height: 1em;
}

.news-list-ttl a {
	position: relative;
	text-decoration: none !important;
	color: #002851 ;
	line-height: 1.5em;
	padding-left: 1em;
}

.news-list-ttl a::before {
	content: "";
	background: url("../img/arrow-02.svg") no-repeat center center;
	background-size: 0.3em auto;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	height: 1.5em;
	width: 1em;
}

/*タブ*/
.tab-area {
	width: 100%;
	display: table;	
 }
 
.tab-area div {
	text-align: center;
	display: table-cell;
	border-bottom: 3px solid #eee;
}

.tab-area div a {
	text-decoration: none !important;
}

.tab.active {
	border-bottom: 3px solid #002851;
}

.tab-content-area  .tab-content {
    display: none;
	opacity: 0;
	transition: opacity 0.3s
}

.tab-content-area .tab-content.show {
     display: block;
	 opacity: 1;
	 transition: opacity 0.3s
}

@media (min-width:900px) {
	.news-list li {
		display: flex;
		padding: 20px 10px;
	}
	
	.news-list-date,
	.news-list-cat {
		padding-right: 2em;
	}
	
	.news-list-cat a {
		padding: 0.5em 0;
	}
	.top-sec-02-ttl {
		display: flex;
	}
	
	.top-sec-02-ttl h2 {
		border-bottom: 3px solid #eee;
		width: 30%;
		padding-bottom: 20px;
		padding-left: 10px;
	}
	
	.tab-area {
		width: 70%;
	}
}

@media (max-width:899.9px) {
	.tab-area {
		margin-top: 20px;
	}
	.tab-area div {
		font-size: 12px;
	}
	.tab-area .pager {
		display: none;
	}
}

/*ページ下部リンク*/

.top-sec-03-box a {
	padding: 30px 20px 12px 20px;
	text-align: left;
}

.top-sec-03-bg-01 a{
	background: url("../img/top/sec-03-01.jpg") no-repeat center center;
	background-size: cover;
}

.top-sec-03-bg-02 a{
	background: url("../img/top/sec-03-02.jpg") no-repeat center center;
	background-size: cover;
}

.top-sec-03 a {
	display: block;
	color: #fff !important;
	text-decoration: none !important;
}

.top-sec-03-ttl {
	padding: 0 30px 5px 5px;
	position: relative;
}

.top-sec-03-ttl-jp {
	font-size: 20px;
}

.top-sec-03-ttl-en {
	font-size: 13px;
	font-family: 'Century Gothic', 'Hind', sans-serif;
}

.top-sec-03-ttl::after {
	content: "";
	width: 20px;;
	height: 6px;;
	position: absolute;
	bottom: 25px;
	right: 10px;
	background: url("../img/arrow-01.svg") no-repeat;
	background-size:contain;
}


@media (min-width:900px) {
	.top-sec-03 {
		display: flex;
	}
	
	.top-sec-03-box {
		width: 50%;
	}
	
	.top-sec-03-box a {
		height: 480px;
		padding: 340px 5% 0 5%;
	}

	.top-sec-03-ttl {
		padding: 0 30px 13px 5px;
		border-bottom: 1px solid #fff;
	}
	.top-sec-03-ttl-jp {
		font-size: 26px;
		font-weight: bold;
	}

	.top-sec-03-ttl-en {
		font-size: 16px;
		padding-top: 0.3em;
	}

	.top-sec-03-ttl::after {
		content: "";
		width: 26px;;
		height: 8px;;
		position: absolute;
		bottom: 25px;
		right: 10px;
		background: url("../img/arrow-01.svg") no-repeat;
		background-size:contain;
	}
}

	
/*=======================================================
会社概要
=======================================================*/
.company-bg {
	background:url("../img/company/bg-company.jpg") no-repeat right center;
	background-size: cover;
}

@media (min-width:900px) {
	.company-bg {
		background:url("../img/company/bg-company.jpg") no-repeat center center;
		background-size: cover;

	}
}
.about-sec-01-txt-02 {
	display: table;
	margin-left: auto;
	margin-right: 0;
}

.about-sec-01-txt-02 dt,
.about-sec-01-txt-02 dd {
	display: table-cell;
	vertical-align: bottom;
}

.about-sec-01-txt-02 dd {
	padding-left: 20px;
	font-size: 150%;
}

.about-sec-01-txt-02 img {
	height: 34px;
	width: auto;
	margin-left: 1em;
}

.about-sec-01-txt-01 {
	text-align: justify;
}

@media (min-width:900px) {
	.about-sec-01 .page-sec-inner {
		min-height: 46vw;
	}
	.about-sec-01-txt-01 {
		width: 44.5%;
	}
	.about-sec-01-img-01 {
		position: absolute;
		top: 0;
		right: 0;
		width: 43.5vw;
		height: 46vw;
	}
	
	.about-sec-01-img-01 img {
		width: 100%;
	}
}

.about-sec-02-txt-01 dt,
.about-sec-02-txt-01 dl {
	line-height: 1.5em;
}

@media (min-width:900px) {
	.about-sec-02-inner {
		display: flex;
	}
	.about-sec-02-inner .sec-ttl-jp {
		width: 280px;
	}
	
	.about-sec-02-txt-01 dd {
		margin:-1.5em 0 2em 8em;
		padding-left: 2em;
		padding-left: 2em;
		border-left: 3px solid #eee;
	}
}

@media (max-width:899.9px) {
	.about-sec-02-txt-01 dt {
		padding: 0 0 0 1em;
		border-left: 3px solid #eee;
	}
	.about-sec-02-txt-01 dd {
		padding: 1em 0 2em 1.2em;
	}

}

/*=======================================================
お問い合わせ
=======================================================*/
.contact-bg {
	background:url("../img/contact/bg-contact.jpg") no-repeat right center;
	background-size: cover;
}

@media (min-width:900px) {
	.contact-bg {
		background:url("../img/contact/bg-contact.jpg") no-repeat right center;
		background-size: cover;

	}
}

/*個人情報保方針*/
.contact-sec-01-txt-01 {
	padding: 15px;
	height: 100px;
	overflow-y: scroll;
	border: 1px solid #ddd;
}

.contact-sec-01 .att-02 + p {
	padding-bottom: 1em;
}

@media (min-width:900px) {
	.contact-sec-01-txt-01 {
		padding: 30px;
		height: 250px;
	}
}

/*フォーム*/

.contact-sec-02-list-01 li {
	border-bottom: 1px solid #ddd;
	padding:10px 0;
}

.contact-sec-02-txt-01 dt {
	font-weight: bold;
	position: relative;
}

.hissu, .nini {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 4em;
	font-size: 80%;
	background: #E26969;
	color: #fff;
	text-align: center;
}
.nini {
	background: #666;
}


.contact-sec-02-input-01 {
	width: 100%;
	border: none;
	border-radius: 3px;
	padding: 0.5em 1em;
}

.contact-error {
	color: #E26969;
}

input, textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 100%;
}

@media (min-width:900px) {
	.contact-sec-02-list-01 li {
		padding: 20px 10px;
	}
	.contact-sec-02-txt-01 dl {
		display: flex;
	}
	.contact-sec-02-txt-01 dt {
		width: 12em;
	}
	.contact-sec-02-txt-01 dt,
	.contact-sec-02-txt-01 dd {
		line-height: 1.5em;
	}
	.contact-sec-02-txt-01 dd {
		width:calc(100% - 15em);
		margin-left: auto;
		margin-right: 0;
	}

}

/*ステップ図*/
.contact-sec-02-pager {
	display: flex;
	width: 100%;
	display: table;
}

.contact-sec-02-pager li {
	display: table-cell;
	background: #D9DFE5;
	color: #D9DFE5;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	position: relative;
	margin-right: 1em;
}

.contact-sec-02-pager li span {
	color: #002851 ;
}

.contact-sec-02-pager li.here span {
	color: #fff;
}

.contact-sec-02-pager li.here {
	background:  #002851 ;
	color:  #002851 ;
}

.contact-sec-02-pager li::after {
	content: "";
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid;
    right: -1em;
	z-index: 2;
}

.contact-sec-02-pager li:nth-child(2)::before,
.contact-sec-02-pager li:nth-child(3)::before{
	content: "";
	color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1.5em;
    border-top: 1.5em solid transparent;
    border-bottom: 1.5em solid transparent;
    border-left: 1em solid;
    left:1px;
	z-index: 1;
}

.contact-sec-02-pager li.here::after {
}

.contact-sec-02-pager li::first-child {
	margin-left: 0;
}

/*確認*/

@media (min-width:900px) {
	.confirm-form {
		width: 50%;
		text-align: left;
	}

	.confirm-form:first-child {
		text-align: right;
	}
}

/*=======================================================
ビジョン
=======================================================*/
.vision-bg {
	background:url("../img/vision/bg-vision.jpg") no-repeat right center;
	background-size: cover;
}

@media (min-width:900px) {
	.vision-bg {
		background:url("../img/vision/bg-vision.jpg") no-repeat center center;
		background-size: cover;
	}
}

.vision-sec-01-txt-01 {
	font-size: 18px;
	line-height: 1.4em;
	text-align: center;
}

.vision-sec-01-txt-02 br {
	display: none;
}

@media (min-width:900px) {
	.vision-sec-01-txt-01 {
		font-size: 32px;
	}
	.vision-sec-01-txt-02 {
		text-align: center;
	}
	.vision-sec-01-txt-02 br {
		display: block;
	}	
}
	
	
/*=======================================================
ニュース
=======================================================*/
.news-bg {
	background:url("../img/news/bg-news.jpg") no-repeat right center;
	background-size: cover;
}

@media (min-width:900px) {
	.news-bg {
		background:url("../img/news/bg-news.jpg") no-repeat right center;
		background-size: cover;

	}
}

.tab-area.news-index {
	width: 100%;
}

.tab-area.news-index div {
	line-height: 20px;
	padding-bottom: 20px;

}

.news-sub {
	color: #002751;
	padding-bottom: 40px;
}

.news-archive .news-sub {
	border-top: 3px solid #eee;
	margin-top: 40px;
	padding-top: 20px;
}

.news-sub h3 {
	font-family: 'Century Gothic', 'Hind', sans-serif;
	font-weight: normal;
	font-size: 110%;
	margin-bottom: 1em;
}

.news-sub-list a {
	background: #F2F4F6;
	text-decoration: none !important;
	display: block;
	border-bottom: 1px solid #fff;
	padding: 10px 15px;
	color: #002751;
}


@media (min-width:900px) {
	.news-inner {
		display: flex;
	}
	.news-main {
		width: 77%;
		margin-right: 5%;
	}
	.news-sub {
		width: 18%;
	}
}

/*ニュース詳細*/

.news-detail-pager {
	text-align: center;
	padding-top: 1.5rem;
	margin-top: 4rem;
	border-top: 1px dotted #c8c6c4;
	color: #1fa29c;
}
.news-detail-pager ul {
	margin: 0 auto;
}
.news-detail-pager li {
	display: inline-block;
}
.news-detail-pager-back a::before {
	content: "";
	display: inline-block;
	margin-right: 0.8em;
	height: 0.8em;
	width: 1em;
	background:url("../img/arrow-03.svg") no-repeat center center;
	background-size: contain;
	transform: rotate(180deg)
}

.news-detail-pager-next  a::after {
	content: "";
	display: inline-block;
	margin-left: 0.8em;
	height: 0.8em;
	width: 1em;
	background:url("../img/arrow-03.svg") no-repeat center center;
	background-size: contain;
}

.news-detail-pager li + li {
	padding-left: 5em;
}

.news-detail-head-date, .news-detail-head-cat {
	display: inline-block;
	margin: 0 1rem 0.5rem 0;
	padding: 0;
	font-size: 95%;
	color: #666;
}

 .news-detail-head-cat a {
	text-decoration: none;
 }

.news-detail-head-ttl {
	font-size: 24px;
	line-height: 1.4em;
	color: #002651 !important;
	text-align: left !important;
	border-bottom: 3px solid #002851;
	padding-bottom: 20px;
	margin-bottom: 30px;

}


@media (min-width:900px) {
	.news-detail-head-ttl {
		font-size: 30px;
	}

}