@charset "UTF-8";
/*
 * /css/index.css
 */


/* # =================================================================
   # キービジュアル
   # ================================================================= */

.kv {
	width: 100%;
}
.kv_container {
	width: 100%;
	height: 100%;
	position: relative;
}
.kv_container h1 {
	font-weight: 100;
	position: absolute;
}
.kv_container p {
	font-weight: 100;
	position: absolute;
}
.kv_container .scroll {
	width: 20px;
	height: auto;
}

@media screen and (min-width:781px) {
	.kv {
		height: 900px;
		background: url("../images/forPC/mainvisual.png") no-repeat top center / auto 100%;
	}
	.kv_container h1 {
		font-size: 45px;
		line-height: 1.5;
		left: 20px;
	}
	.kv_container h1.jp {
		top: 220px;
	}
	.kv_container h1.en {
		top: 180px;
	}
	.kv_container p {
		width: 400px;
		font-size: 18px;
		line-height: 1.7;
		left: 20px;
	}
	.kv_container p.jp {
		top: 380px;
	}
	.kv_container p.en {
		top: 400px;
	}
	.kv_container .scroll {
		position: absolute;
		bottom: 200px;
		left: 20px;
	}
}

@media screen and (max-width:780px) {
	.kv {
		height: auto;
		margin: 0;
		position: relative;
	}
	.kv > img {
		width: 100%;
		height: auto;
		line-height: 0;
	}
	.kv_container h1 {
		width: calc(100% - 40px);
		line-height: 1.5;
		top: 20px;
		left: 20px;
	}
	.kv_container h1.jp {
		font-size: 26px;
	}
	.kv_container h1.en {
		font-size: 18px;
	}
	.kv_container p {
		width: calc(100% - 40px);
		line-height: 1.5;
		left: 20px;
	}
	.kv_container p.jp {
		font-size: 14px;
		top: 100px;
	}
	.kv_container p.en {
		font-size: 10px;
		top: 80px;
	}
	.kv_container .scroll {
		position: absolute;
		top: 350px;
		left: 20px;
	}
}


/* # =================================================================
   # ニュースリリース
   # ================================================================= */

#news_release {
	width: 100%;
	position: relative;
}
.news_release_lineup {
	width: 100%;
	height: auto;
	background: #fff;
	display: block;
	border: 0;
	border-collapse: collapse;
  -webkit-filter:drop-shadow(1px 3px 5px rgba(139,176,194,0.6));
  -moz-filter:drop-shadow(0 0 10px rgba(139,176,194,0.6));
  -ms-filter:drop-shadow(0 0 10px rgba(139,176,194,0.6));
	filter: drop-shadow(0 0 10px rgba(139,176,194,0.6));
}	
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .news_release_lineup {
		box-shadow: 0 0 10px rgba(139,176,194,0.6);
  }
}
.news_release_lineup tr {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #eee;
}
.news_release_lineup tr:last-child {
	border-bottom: none;
}
.news_release_lineup td {
	border: 0;
	border-collapse: collapse;
}
.news_release_lineup .news_release_date {
	height: auto;
	vertical-align: middle;
}
.news_release_lineup .news_release_date .date {
	color: #fff;
	font-weight: 500;
	text-align: center;
	background: -moz-linear-gradient( 180deg, #0AAFA7 0%, #007298 100%);
	background: -webkit-linear-gradient( 180deg, #0AAFA7 0%, #007298 100%);
	background: -ms-linear-gradient( 180deg, #0AAFA7 0%, #007298 100%);
	background: linear-gradient(-90deg, #0AAFA7, #007298);
}
.news_release_bg {
	height: auto;
	z-index: -1000;
}

@media screen and (min-width:781px) {
	#news_release {
		margin: 0 auto;
		padding-top: 100px;
	}
	.news_release_lineup {
		border-radius: 25px;
	}
	.news_release_lineup .news_release_date {
		text-align: center;
		padding: 50px;
	}
	.news_release_lineup .news_release_date.jp {
		width: 200px;
	}
	.news_release_lineup .news_release_date.en {
		width: 250px;
	}
	.news_release_lineup .news_release_date .date {
		width: 100%;
		height: 30px;
		font-size: 13px;
		line-height: 28px;
		border-radius: 15px;
	}
	.news_release_lineup .news_release_text {
		padding: 50px 50px 50px 0;
	}
	.news_release_bg {
		width: 570px;
		position: absolute;
		top: 200px;
		right: -250px;
	}
}

@media screen and (max-width:780px) {
	#news_release {
		margin: 0 auto;
		padding-top: 50px;
	}
	.news_release_lineup {
		border-radius: 20px;
	}
	.news_release_lineup .news_release_date {
		width: 100%;
		text-align: left;
		display: block;
		padding: 20px 20px 0 20px;
	}
	.news_release_lineup .news_release_date .date {
		height: 25px;
		font-size: 12px;
		line-height: 23px;
		border-radius: 13px;
	}
	.news_release_lineup .news_release_date.jp .date {
		width: 70px;
	}
	.news_release_lineup .news_release_date.en .date {
		width: 120px;
	}
	.news_release_lineup .news_release_text {
		width: 100%;
		display: block;
		padding: 10px 20px 30px;
	}
	.news_release_bg {
		width: 300px;
		position: absolute;
		bottom: -60px;
		right: -100px;
	}
}


/* # =================================================================
   # 会社情報
   # ================================================================= */

#company {
	width: 100%;
	position: relative;
}
.company_link_list {
	margin: 0 auto;
}
.company_link_list li {
	text-align: center;
	line-height: 0;
}
.company_link_list li a {
	height: 100%;
	color: #333;
	font-weight: 500;
	line-height: 38px;
	vertical-align: middle;
	display: inline-block;
	background: #e5e5e5;
	border-radius: 40px;
	position: relative;
	margin: 0;
}
.company_link_list li a.on,
.company_link_list li a:hover {
	color: #fff;
	background: -moz-linear-gradient( 180deg, #0AAFA7 0%, #007298 100%);
	background: -webkit-linear-gradient( 180deg, #0AAFA7 0%, #007298 100%);
	background: -ms-linear-gradient( 180deg, #0AAFA7 0%, #007298 100%);
	background: linear-gradient(-90deg, #0AAFA7, #007298);
}
.company_link_list li a::before,
.company_link_list li a::after{
	content: "";
	vertical-align: middle;
	position: absolute;
	top: -4px;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.company_link_list li a::before {
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.company_link_list li a.on::before,
.company_link_list li a:hover::before {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

@media screen and (min-width:781px) {
	#company {
		margin: 100px auto 0;
		padding-top: 100px;
	}
	.company_link_list {
		height: 40px;
		display: flex;
		justify-content: space-between;
	}
	.company_link_list.jp {
		width: 550px;
	}
	.company_link_list.en {
		width: 700px;
	}
	.company_link_list li {
		width: auto;
		height: 100%;
	}
	.company_link_list li a {
		width: auto;
		padding: 0 35px 0 20px;
	}
}

@media screen and (max-width:780px) {
	#company {
    margin: 50px auto 0;
    padding-top: 50px;
	}
	.company_link_list {
		height: auto;
		overflow: hidden;
	}
	.company_link_list.jp {
		width: 310px;
	}
	.company_link_list.en {
		width: 100%;
	}
	.company_link_list li {
		height: 40px;
		margin: 0 0 10px;
	}
	.company_link_list.jp li {
		width: 150px;
	}
	.company_link_list.en li {
		width: calc(50% - 5px);
	}
	.company_link_list li:nth-child(odd) {
		float: left;
	}
	.company_link_list li:nth-child(even) {
		float: right;
	}
	.company_link_list li a {
		width: 100%;
	}
	.company_link_list.jp li a {
		font-size: 13px;
		padding: 0 30px 0 15px;
	}
	.company_link_list.en li a {
		font-size: 10px;
		padding: 0 20px 0 5px;
	}
}


/* # --------------------
   # 社長メッセージ
   # ------------------- */

#message {
	width: 100%;
	height: auto;
	margin: 100px auto 0;
}
.message_image img {
	width: 100%;
	height: auto;
}
.message_text_box .name {
	font-size: 12px;
	margin-top: 20px;
}
.message_text_box .name.jp {
	line-height: 2.5;
}
.message_text_box .name.en {
	line-height: 1.7;
}
.message_text_box .name.jp img {
	width: auto;
	height: 20px;
	margin: 0 0 -3px 20px;
}
.message_text_box .name.en .name_en {
	font-size: 18px;
	font-family: serif;
}

@media screen and (min-width:1101px) {
	#message {
    margin: 80px auto 0;
    padding-top: 20px;
	}
	.sp_titile {
		display: none;
	}
	.message_image {
		width: 640px;
		height: auto;
		position: absolute;
		top: 10px;
		left: -80px;
	}
	.message_text_box {
		width: 480px;
		height: auto;
		float: right;
		margin: 20px 0;
	}
	.message_text_box h3 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width:1100px) {
	#message {
		margin: 30px auto 0;
		padding-top: 30px;
	}
	.message_image {
		width: 100%;
		max-width: 320px;
		height: auto;
		display: block;
		margin: 0 auto 30px;
	}
	.message_text_box {
		width: 100%;
		max-width: 900px;
		height: auto;
		margin: 0 auto;
	}
	.message_text_box h3 {
		margin-bottom: 30px;
	}
	.sp_titile {
		margin-bottom: 30px;
	}
	.pc_titile {
		display: none;
	}
}


/* # --------------------
   # 経営理念
   # ------------------- */

#vision {
	width: 100%;
	height: auto;
}
.vision_lineup {
	width: 100%;
}
.vision_lineup .vision_box {
	width: 100%;
	text-align: center;
}
.vision_lineup .vision_box h4,
.vision_lineup .vision_box p {
	width: 100%;
}
.vision_lineup .vision_box .vision1_text {
	width: fit-content;
	color: #007298;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	display: inline-block;
	background: -webkit-linear-gradient(180deg, #0AAFA7, #007298);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	margin: 0 auto;
}
.vision_lineup .vision_box .vision2_text {
	width: fit-content;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
	display: inline-block;
	margin: 0 auto;
}
.action_policy {
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 0 auto;
}
.action_policy li {
	width: 100%;
	margin-bottom: 20px;
  -webkit-filter:drop-shadow(1px 3px 5px rgba(139,176,194,0.6));
  -moz-filter:drop-shadow(0 0 10px rgba(139,176,194,0.6));
  -ms-filter:drop-shadow(0 0 10px rgba(139,176,194,0.6));
	filter: drop-shadow(0 0 10px rgba(139,176,194,0.6));
}
.action_policy li:last-child {
	margin-bottom: 0;
}
.action_policy li dl {
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 20px;
	overflow: hidden;
}	
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .action_policy li {
		box-shadow: 0 0 10px rgba(139,176,194,0.6);
  }
}

.action_policy li dl dt {
	height: 100%;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 38px;
	background: -moz-linear-gradient( 180deg, #0AAFA7 0%, #007298 100%);
	background: -webkit-linear-gradient( 180deg, #0AAFA7 0%, #007298 100%);
	background: -ms-linear-gradient( 180deg, #0AAFA7 0%, #007298 100%);
	background: linear-gradient(-90deg, #0AAFA7, #007298);
	border-radius: 20px;
	float: left;
}
.action_policy li dl dd {
	height: 100%;
	text-align: left;
}
.vision_bg {
	z-index: -1000;
}

@media screen and (min-width:781px) {
	#vision {
    margin: 170px auto 0;
    padding-top: 30px;
	}
	.vision_lineup .vision_box {
		margin: 60px 0 0;
	}
	.vision_lineup .vision_box h4 {
		font-size: 20px;
		margin: 0 auto 30px;
	}
	.vision_lineup.jp .vision_box .vision2_text {
		font-size: 30px;
	}
	.vision_lineup.en .vision_box .vision2_text {
		font-size: 20px;
	}
	.vision_box .vision2_text img {
		width: auto;
		height: 40px;
		margin: 20px auto 0;
	}
	.vision_bg {
		width: 900px;
		height: auto;
		position: absolute;
		bottom: -250px;
		left: -500px;
	}
}

@media screen and (max-width:780px) {
	#vision {
		margin: 30px auto 0;
		padding-top: 30px;
	}
	.vision_lineup .vision_box {
		margin: 30px 0 0;
	}
	.vision_lineup .vision_box h4 {
		font-size: 18px;
		margin: 0 auto 20px;
	}
	.vision_lineup.jp .vision_box .vision1_text {
		font-size: 20px;
	}
	.vision_lineup.en .vision_box .vision1_text {
		font-size: 15px;
	}
	.vision_lineup.jp .vision_box .vision2_text {
		font-size: 20px;
	}
	.vision_lineup.en .vision_box .vision2_text {
		font-size: 15px;
	}
	.vision_lineup .vision_box .vision2_text img {
		width: auto;
		height: 20px;
		margin: 10px auto 0;
	}
	.vision_bg {
		width: 500px;
		height: auto;
		position: absolute;
		bottom: 50px;
		left: -250px;
	}
}

@media screen and (min-width:901px) {
	.action_policy li {
		height: 80px;
	}
	.action_policy li dl {
		border-radius: 50px;
	}
	.action_policy li dl dt {
		width: 140px;
		float: left;
	}
	.action_policy li dl dd {
		width: calc(100% - 140px);
		line-height: 38px;
		float: left;
		padding-left: 20px;
	}
}

@media screen and (min-width:700px) and (max-width:900px) {
	.action_policy li {
		height: 80px;
	}
	.action_policy li dl {
		border-radius: 50px;
	}
	.action_policy li dl dt {
		width: 140px;
		float: left;
	}
	.action_policy li dl dd {
		width: calc(100% - 140px);
		line-height: 38px;
		float: left;
		padding-left: 20px;
	}
	.action_policy li:last-child dl dd {
		line-height: 1.5;
	}
	.action_policy.en li dl dd {
		line-height: 1.5;
		vertical-align: middle;
	}
}

@media screen and (max-width:699px) {
	.action_policy li dl {
		border-radius: 20px;
	}
	.action_policy li dl dt {
		width: 100%;
		margin-bottom: 15px;
	}
	.action_policy li dl dd {
		width: 100%;
		line-height: 1.5;
	}
}


/* # --------------------
   # 会社概要
   # ------------------- */

#information {
	width: 100%;
	height: auto;
}
.information_table {
	border: 0;
  border-collapse: collapse;
}
.information_table tr {
	border-bottom: 1px solid #eee;
}
.information_table tr:first-child {
	border-top: 1px solid #eee;
}
.information_table th {
	font-weight: 500;
	vertical-align: middle;
	border: 0;
  border-collapse: collapse;
}
.information_table td {
	text-align: left;
	vertical-align: middle;
	border: 0;
  border-collapse: collapse;
}
.information_table .information_address {
	width: 100%;
	overflow: hidden;
}
.information_table .information_address a {
	line-height: 1.5;
}
.information_table dl {
	width: 100%;
	margin: -5px 0;
	overflow: hidden;
}
.information_table.jp dl dt,
.information_table.jp dl dd {
	float: left;
}
.information_table.jp .information_office dd {
	line-height: 1.5;
	margin: 3px 0 0;
}
.information_table .information_officer dt ,
.information_table .information_officer dd {
	height: 30px;
	line-height: 30px;
}
.information_table.jp .information_office dt {
	width: 70px;
}
.information_table.en .information_office dt {
	padding: 5px 0 0;
}
.information_table.jp .information_office dd {
	width: calc(100% - 70px);
}
.information_table.en .information_office dd {
	padding: 0 0 5px;
}
.information_table.jp .information_officer dt {
	width: 130px;
}
.information_table.jp .information_officer dd {
	width: calc(100% - 130px);
}

@media screen and (min-width:781px) {
	#information {
    margin: 170px auto 0;
    padding-top: 30px;
	}
	.information_table {
		margin-top: 60px;
	}
	.information_table.jp {
		width: calc(50% - 10px);
	}
	.information_table.en {
		width: 100%;
	}
	.information_right_pc.information_table.en {
		margin-top: -1px;
	}
	.information_table th {
		width: 30%;
		text-align: center;
		padding: 30px 0;
	}
	.information_table td {
		width: 70%;
		padding: 30px 0;
	}
	.information_left_pc {
		float: left;
	}
	.information_right_pc {
		float: right;
	}
	.information_table .information_address p {
		margin-right: 20px;
		float: left;
	}
	.information_table .information_address a {
		float: left;
	}
	.information_table.en .information_officer dt {
		width: 210px;
		font-size: 12px;
	}
	.information_table.en .information_officer dd {
		width: calc(100% - 210px);
	}
}

@media screen and (max-width:780px) {
	#information {
		margin: 30px auto 0;
		padding-top: 30px;
	}
	.information_table {
		width: 100%;
		margin-top: 30px;
	}
	.information_table th {
		width: 100%;
		text-align: left;
		display: block;
		padding: 20px 0 0;
	}
	.information_table td {
		width: 100%;
		display: block;
		padding: 0 0 20px;
	}
	.information_table td .blank {
		display: inline-block;
	}	
	.information_right_pc {
		margin-top: -1px;
	}
	.information_table.en .information_officer {
		margin: 5px 0 0;
	}
	.information_table.en .information_officer dt {
		width: 170px;
		font-size: 10px;
	}
	.information_table.en .information_officer dd {
		width: calc(100% - 170px);
	}
}


/* # --------------------
   # アクセス
   # ------------------- */

#access {
	width: 100%;
	height: auto;
}
.access_information {
	width: 100%;
}
.access_information h4 {
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
}

@media screen and (min-width:781px) {
	#access {
    margin: 170px auto 0;
    padding-top: 30px;
	}
	#access iframe {
		margin: 60px auto 40px;
		border-radius: 25px;
	}
	.access_bg {
		width: 1200px;
		height: auto;
		position: absolute;
		bottom: -600px;
		right: -500px;
		z-index: -1000;
	}
}

@media screen and (max-width:780px) {
	#access {
		margin: 30px auto 0;
		padding-top: 30px;
	}
	#access iframe {
		margin: 30px auto 20px;
		border-radius: 20px;
	}
	.access_bg {
		display: none;
	}
}


/* # =================================================================
   # 事業内容
   # ================================================================= */

#service {
	width: 100%;
	position: relative;
}
.service_overview h3 {
	color: #007298;
	font-weight: 500;
	display: block;
	background: -webkit-linear-gradient(180deg, #0AAFA7, #007298);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	
	margin: 0 auto 20px;
	padding: 0;
}
.service_list {
	width: 100%;
}
.service_list h3 {
	font-size: 16px;
	font-weight: 500;
}
.service_list ul {
	width: 100%;
	background: #fff;
  -webkit-filter:drop-shadow(1px 3px 5px rgba(139,176,194,0.6));
  -moz-filter:drop-shadow(0 0 10px rgba(139,176,194,0.6));
  -ms-filter:drop-shadow(0 0 10px rgba(139,176,194,0.6));
	filter: drop-shadow(0 0 10px rgba(139,176,194,0.6));
}	
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .service_list ul {
		box-shadow: 0 0 10px rgba(139,176,194,0.6);
  }
}
.service_contents {
	width: 100%;
	height: 100%;
	position: relative;
}
.service_contents h4 {
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.service_contents figure {
	width: 100%;
	text-align: center;
}
.service_contents figure img {
	width: auto;
	height: 100%;
}
.service_contents p {
	width: 100%;
}
.service_note {
	text-align: center;
	margin-bottom: 30px;
}

@media screen and (min-width:781px) {
	#service {
    margin: 100px auto;
    padding-top: 100px;
	}
	.service_overview {
		margin: 0 auto 50px;
	}
	.service_overview h3 {
		font-size: 30px;
	}
	.service_list {
		margin: 0 auto 100px;
	}	
	.service_list ul {
		height: auto;
		border-radius: 25px;
		display: table;
		margin: 30px 0 50px;
	}
	.service_list ul li {
		width: 33%;
		height: 100%;
		display: table-cell;
		padding: 35px
	}
	.service_list ul li:nth-child(2) {
		width: 34%;
		border-right: 1px solid #eee;
		border-left: 1px solid #eee;
	}	
	.service_contents h4 {
		margin: 20px 0 40px;
	}
	.service_contents figure {
		height: 60px;
	}
	.service_contents p {
		margin: 40px 0 0;
	}
	#service .button_pdf {
		max-width: 600px;
		line-height: 1.8;
    border-radius: 60px;
		padding: 25px 80px 30px 50px
	}
	#service .button_pdf::after {
		width: 30px;
    height: 30px;
		position: absolute;
    top: 46px;
    right: 40px;
	}
}

@media screen and (max-width:780px) {
	#service {
    margin: 50px auto 100px;
    padding-top: 50px;
	}
	.service_overview {
		margin: 0 auto 30px;
	}
	.service_overview h3 {
		font-size: 20px;
	}
	.service_list {
		margin: 0 auto 30px;
	}
	.service_list ul {
		height: auto;
		border-radius: 20px;
		margin: 30px 0;
	}
	.service_list ul li {
		width: 100%;
		height: auto;
		padding: 30px;
	}
	.service_list ul li:nth-child(2) {
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}	
	.service_contents h4 {
		margin: 0 0 30px;
	}
	.service_contents figure {
		height: 50px;
		margin: 0 0 30px;
	}
	.service_note {
		font-size: 12px;
	}
	#service .button_pdf.jp {
    line-height: 1.5;
		padding: 10px 60px 12px 50px;
	}
	#service a.button_pdf.jp::after {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    bottom: 23px;
	}
	#service .button_pdf.en {
    line-height: 1.5;
    font-size: 10px;
		padding: 10px 55px 15px 20px;
	}
	#service a.button_pdf.en::after {
    width: 30px;
    height: 30px;
    position: absolute;
		top: 27%;
    right: 15px;
	}
}


/* # =================================================================
   # お問い合わせ
   # ================================================================= */

#contact {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: -moz-linear-gradient( 180deg, #0AAFA7 0%, #007298 100%);
	background: -webkit-linear-gradient( 180deg, #0AAFA7 0%, #007298 100%);
	background: -ms-linear-gradient( 180deg, #0AAFA7 0%, #007298 100%);
	background: linear-gradient(-90deg, #0AAFA7, #007298);
	padding: 100px 0;
}
#contact .h2_title_center {
	color: #fff;
}
.contact_text {
	width: 100%;
	height: auto;
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
}
.contact_link {
	width: 90%;
	height: 70px;
	font-weight: 500;
	max-width: 500px;
	display: block;
	background: #fff;	
	border-radius: 40px;
	margin: 0 auto;
	padding: 10px 30px 12px;
}
.contact_link span {
	width: 100%;
	height: 100%;
	color: #007298;
	text-align: center;
	line-height: 1.8;
	display: block;
	background: -webkit-linear-gradient(180deg, #0AAFA7, #007298);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;	
}

@media screen and (min-width:781px) {
	#contact {
		padding: 100px 0;
	}
	.contact_text {
		margin-bottom: 60px;
	}
}

@media screen and (max-width:780px) {
	#contact {
		padding: 50px 0;
	}
	.contact_text {
		margin-bottom: 30px;
	}
}



