@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Serif JP', serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #3D4860;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #3D4860;
}
a:hover {
	color: #3D4860;
}
a:active {
	color: #3D4860;
}
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.index .flexC {justify-content: center;align-content:flex-start}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #3D4860;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	padding-top: 164px;
	text-align: left;
	overflow: hidden;
}
#main {
	padding-bottom: 248px;
	max-width: 1536px;
	margin: 0 auto;
	display: block;
	background: url("../img/main_bg01.png") no-repeat left bottom 3px,url("../img/main_bg02.png") no-repeat right bottom;
	background-size: 323px auto,276px auto; 
}
#main .com-bg-box {
	padding-top: 88px;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 769px) {
	.sp {
		display: none !important;
	}
	.menu-box {
		display: none !important;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 136px;
	z-index: 1000;
	padding: 20px 0 8px;
	box-sizing: border-box;
	background: url("../img/header_bg.png") repeat left top;
	background-size: 11px auto;
}
#gHeader .h-inner {
	width: 1120px;
	margin: 0 auto;
}
#gHeader h1 {
	padding-top: 4px;
	width: 210px;
	height: 60px;
	float: left;
	margin-bottom: -5px;
}
#gHeader .r-box {
	margin-top: -5px;
	float: right;
	width: 224px;
}
#gHeader .top-box .logo-img {
	float: left;
	padding-top: 2px;
}
#gHeader .top-box .link {
	float: right;
	width: 70px;
	border: 1px solid #fff;
	border-radius: 3px;
}
#gHeader .top-box .link a {
	display: block;
	color: #fff;
	padding: 5px 0;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	text-align: center;
	letter-spacing: 0.059em;
}
#gHeader .top-box .link a:hover {
	opacity: 0.7;
}
#g-k-w-search {
	margin-top: 10px;
}
.gscb_a {
	margin-top: -2px;
	height: 24px;
}
.gsst_b {
	height: 20px;
	font-size: 14px;
}
#gHeader .sp-inner {
	margin-left: 26px;
}
#gHeader .gsc-search-button-v2 {
	padding: 0;
	width: 46px;
	height: 22px;
	cursor: pointer;
	position: relative;
	font-size: 0.7rem;
	background: #9da4ae;
	border: none;
	box-sizing: border-box;
	border-radius: 0 20px 20px 0;
}
#gHeader .gsc-search-button-v2:hover {
	opacity: 0.7;
}
#gHeader .gsc-search-button-v2:before {
	position: absolute;
	left: 0;
	top: 7px;
	color: #3D4860;
	font-size: 0.91rem;
	width: 100%;
	content: "SEARCH";
}
#gHeader .gsc-search-button-v2 svg {
	display: none;
}
form.gsc-search-box {
	margin-bottom: 0;
}
.gsc-input {
	height: 22px;
	font-size: 12px !important;
}
#gHeader input.gsc-input {
	height: 22px;
	box-sizing: border-box;
	border: none;
	padding: 0 10px 0 14px !important;
	border-radius: 20px 0 0 20px;
	overflow: hidden;
	background-position: left 22px center !important;
}
#gHeader .gsc-input-box {
	margin: 0 -2px 0 0; 
	border-radius: 20px 0 0 20px;
	border: none;
}
#gHeader .gsib_a {
	padding: 0;
}
#gHeader table.gsc-search-box td {
	padding: 0 !important;
}
.gsc-search-button {
	margin-top: -1px;
}
#gHeader form.gsc-search-box {
	margin-bottom: 0;
}
#gNavi {
	padding: 4px 0 0 58px;
	clear: both;
	text-align: center;
}
#gNavi > li {
	padding: 0 11px;
	display: inline;
}
#gNavi > li > a {
	padding-bottom: 22px;
	display: inline-block;
	color: #fff;
	position: relative;
    font-family: 'Roboto', sans-serif;
	font-size: 1.4rem;
	background: url("../img/icon01.svg") no-repeat center bottom 10px;
	background-size: 7px 7px; 
}
#gNavi > li > .on:before {
	margin-left: -7px;
	position: absolute;
	left: 50%;
	bottom: -8px;
	width: 14px;
	height: 9px;
	background: url("../img/icon06.png") no-repeat left top;
	background-size: 14px auto;
	content: "";
}
#gNavi .menu-inner {
	display: none;
	position: absolute;
	left: 0;
	top: 120px;
	width: 100%;
	padding-top: 15px;
	z-index: 1001;
	color: #fff;
}
#gNavi .menu-inner .info-inner {
	padding: 20px 0 36px;
	text-align: left;
	background: #3D4860;
}
#gNavi .menu-inner .content {
	width: auto;
	max-width: 1040px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#gNavi .menu-inner p {
	padding-top: 20px;
	width: 28%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.65;
}
#gNavi .menu-inner .link-list {
	padding: 17px 0 0 0;
	width: 70%;
	justify-content: flex-start;
}
#gNavi .menu-inner .link-list li {
	margin: 0 20px 10px 0;
	position: relative;
}
#gNavi .menu-inner .link-list li:last-child {
	margin-right: 0;
}
#gNavi .menu-inner .link-list li a {
	display: block;
	padding: 6px 30px;
	color: #fff;
	position: relative;
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	border: 1px solid #fff;
}
#gNavi .menu-inner .link-list li a:before {
	position: absolute;
	right: -11px;
	width: 33px;
	top: 50%;
	background: #fff;
	content: "";
	height: 1px;
}
#gNavi .menu-inner .link-list li a:after {
	position: absolute;
	right: 14px;
	width: 3px;
	height: 3px;
	top: 50%;
	margin-top: -1px;
	border-radius: 50%;
	background: #fff;
	content: "";
}
#gNavi .menu-inner .link-list li a:hover {
	color: #3D4860;
	background: #fff;
}
#gNavi .menu-inner .link-list li a:hover:after {
	right: -1px;
	background: #3D4860;
}
#gNavi .menu-inner .link-list li:hover:before {
	position: absolute;
	right: 0;
	top: 50%;
	width: 25px;
	height: 1px;
	background: #3D4860;
	content: "";
	z-index: 2;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.page-top {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 49px;
	z-index: 800;
}
.page-top a:hover {
	opacity: 0.7;
}
#gFooter {
	padding-bottom: 29px;
}
#gFooter .f-navi {
	margin-bottom: 52px;
	padding: 23px 0;
	text-align: center;
	border-bottom: 1px solid #3D4860;
	border-top: 1px solid #3D4860;
}
#gFooter .f-navi li {
	display: inline;
	padding: 2px 29px;
	font-weight: bold;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	font-size: 1.2rem;
	position: relative;
}
#gFooter .f-navi li a:hover {
	opacity: 0.7;
}
#gFooter .f-navi li img {
	margin: -3px 0 0 3px;
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
}
#gFooter .f-navi li:before {
	position: absolute;
	left: 0;
	top: 0;
	background: #3D4860;
	width: 1px;
	bottom: 0;
	content: "";
}
#gFooter .f-navi li:first-child:before {
	display: none;
}
#gFooter .f-navi li a {
	padding: 0 0 0 20px;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	background: url("../img/icon05.svg") no-repeat left center;
	background-size: 15px 15px; 
}
#gFooter .f-logo {
	margin-bottom: 20px;
	text-align: center;
}
#gFooter .f-logo img {
	width: 210px;
	height: 60px;
}
#gFooter .txt-p {
	margin-bottom: 25px;
	font-size: 1.4rem;
	font-weight: bold;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
#gFooter .add {
	margin-bottom: 31px;
	font-size: 1.4rem;
	line-height: 1.75;
	font-weight: bold;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	text-align: center;
	letter-spacing: 0.05em;
}
#gFooter .add a {
	margin: 0 12px 0 0;
}
#gFooter .add .mail {
	margin: 0;
}
#gFooter .add .mail:hover {
	opacity: 0.7;
}
#gFooter .add img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 4px;
}
#gFooter .add .mail-span {
	margin-left: 19px;
}
#gFooter address {
	font-family: 'Roboto', sans-serif;
	font-size: 1.3rem;
	font-style: normal;
	text-align: center;
	letter-spacing: 0.08em;
}
/*------------------------------------------------------------
	page-path
------------------------------------------------------------*/
#page-path {
	position: fixed;
	left: 0;
	top: 136px;
	width: 100%;
	z-index: 900;
	padding: 4px 10px 9px;
	background: #efefef;
}
#page-path:before {
	position: absolute;
	left: 0;
	bottom: -26px;
	right: 0;
	background: url("../img/main_bg03.jpg") repeat-x left top;
	background-size: 26px auto; 
	height: 26px;
	content: "";
}
#page-path ul {
	width: 1120px;
	margin: 0 auto;
	font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}
#page-path ul li {
	margin-right: 3px;
	display: inline;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
}
#page-path ul li a {
	padding-right: 15px;
	display: inline-block;
	background: url("../img/icon02.svg") no-repeat right center;
	background-size: 12px 9px; 
}
@media all and (min-width: 769px) {
	#page-path ul li a:hover {
		text-decoration: underline;
	}
}
/*------------------------------------------------------------
	com-link
------------------------------------------------------------*/
.com-link {
	position: absolute;
	right: 30px;
	top: -5px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	display: block;
}
.com-link .btn_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: #000;
	border-radius: 50%;
	opacity: .05;
	-webkit-animation: el_btn_bg 1800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
	animation: el_btn_bg 1800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite;
}
.com-link .link-icon {
	width: 42px;
	height: 42px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 50%;
	background: #3D4860;
	z-index: 1;
	transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.com-link .link-icon.el_btn__minus {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
}
.com-link.on .link-icon.el_btn__minus {
	opacity: 1;
}
.com-link .link-icon svg {
	width: 20px;
	height: 20px;
	overflow: hidden;
	vertical-align: top;
}
.com-link .link-icon svg {
	fill: currentColor;
}
.com-link:hover .link-icon {
	color: #000;
	background: #fff;
}
@-webkit-keyframes el_btn_bg {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.16
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}
@keyframes el_btn_bg {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.16
	}
	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}
/*------------------------------------------------------------
	head-line01
------------------------------------------------------------*/
.head-line01 {
	text-align: center;
}
.head-line01 .ttl {
	padding: 0 10px 7px;
	font-size: 2.1rem;
	display: inline-block;
	font-weight: 400;
	font-family: 'Sawarabi Mincho', serif;
	border-bottom: 1px solid #3D4860;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1142px;
}
/*------------------------------------------------------------
	com-news-list
------------------------------------------------------------*/

.com-news-list .new,
.index .sec04 .list-ul li.en {
    background-color: #f8888822;
    -webkit-animation: blink 3s ease-in-out infinite alternate;
    -moz-animation:blink 3s ease-in-out infinite alternate;
    animation:blink 3s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    50% {background-color: #ffffff;}
}
@-moz-keyframes blink{
    50% {background-color: #ffffff;}
}
@keyframes blink{
    50% {background-color: #ffffff;}
}

.com-news-list {
	border-bottom: 1px solid #3D4860;
}
.com-news-list > li > a,
.com-news-list li .info-link {
	padding: 23px 7px;
	display: flex;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	border-top: 1px solid #3D4860;
}
.com-news-list li .date {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.039em;
	width: 98px;
}
.com-news-list li .det-txt {
	font-size: 1.55rem;
	font-weight: 400;
	width: 70%;
}
.com-news-list li .info-link .det-txt {
	width: 540px;
}
.com-news-list li .btn-list {
	position: absolute;
	right: 30px;
	top: 22px;
	display: flex;
	justify-content: flex-end;
}
.com-news-list li .btn-list li,
.com-news-list li .btn-list01 li a {
	margin-left: 22px;
	padding: 4px 22px;
	position: relative;
	font-size: 1.09rem;
	border: 1px solid #3D4860;
    transition: .3s;
	-webkit-transition: .3s;
}
.com-news-list li .btn-list01 li {
	padding: 0;
	border: none
} 
.com-news-list li .btn-list01 li a {
	display: block;
	margin: 0;
}
.com-news-list li .btn-list li:first-child {
	margin-left: 0;
}
.com-news-list li .btn-list li .info {
	padding: 0 20px 1px 0;
	display: inline-block;
	position: relative;
	background: url("../img/icon03.svg") no-repeat right 3px center;
	background-size: 10px 10px; 
}
.com-news-list li .btn-list li .no-icon {
	padding-right: 0;
	background: none;
}
.com-news-list li .btn-list01 li .info {
	background: none;
	padding: 0 6px 0 0;
}
.com-news-list li .btn-list li:before {
	position: absolute;
	right: -11px;
	top: 50%;
	width: 27px;
	height: 1px;
	background: #3D4860;
	content: "";
}
.com-news-list li .btn-list li:after {
	margin-top: -1px;	
	position: absolute;
	right: 8px;
	top: 50%;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #3D4860;
	content: "";
}

/*--2024.07.08 調査報告書を少し目立たせる意図で追加--*/
.com-news-list li.reports .det-txt {
	font-weight: 500;
}

@media all and (min-width: 769px) {
	.com-news-list li a:hover .btn-list li {
		color: #fff;
		background: #3d4760;
	}
	.com-news-list li a:hover .btn-list li:after {
		right: -2px;
		background: #fff;
	}
	.com-news-list li a:hover .btn-list li .info {
		background: url("../img/icon03_over.svg") no-repeat right 3px center;
		background-size: 10px 10px; 
	}
	.com-news-list li a:hover .btn-list li .no-icon {
		background: none;
	}
	.com-news-list li a:hover .btn-list li .info:before {
		position: absolute;
		right: -21px;
		top: 50%;
		width: 14px;
		height: 1px;
		background: #fff;
		content: "";
	}
	.com-news-list li .btn-list li:hover a {
		color: #fff;
		background: #3d4760;
	}
	.com-news-list li .btn-list li:hover:after {
		right: -1px;
		background: #fff;
	}
	.com-news-list li .btn-list li:hover .info:before {
		position: absolute;
		right: -22px;
		top: 50%;
		width: 14px;
		height: 1px;
		background: #fff;
		content: "";
	}
}
/*------------------------------------------------------------
	com-content
------------------------------------------------------------*/
.com-content {
	width: 1120px;
	margin: 0 auto;
	padding-right: 37px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	box-sizing: border-box;
}
/*------------------------------------------------------------
	head-line02
------------------------------------------------------------*/
.head-line02 {
	padding: 5px 0 5px 30px;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.139em;
	background: url("../img/line02.png") repeat-y left top;
	background-size: 6px auto; 
}
.index .head-line02 {
	margin: 50px 0;
	line-height: 28px;
}
/*------------------------------------------------------------
	head-line03
------------------------------------------------------------*/
.head-line03 {
	padding-left: 22px;
	position: relative;
	font-size: 1.7rem;
	font-weight: 400;
	letter-spacing: 0.039em;
}
.head-line03:before {
	position: absolute;
	left: 0;
	top: 12px;
	width: 10px;
	height: 2px;
	background: #3C3C3C;
	content: "";
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	margin-top: -58px;
	width: 152px;
	position: relative;
}
#sideBar .info-side {
	padding: 44px 0;
}
#sideBar .top {
	margin: 0 -50px 55px 0;
	padding-left: 0;
	position: relative;
}
.ausjp-side {
	z-index: 820;
}
#sideBar .top .en {
	display: block;
	font-weight: 700;
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.02em;
	line-height: 1.5;
}
#sideBar .s-navi li .info-span {
	padding: 31px 0;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 1.6;
	background: url("../img/line01.png") repeat-x left top,url("../img/line01.png") repeat-x left bottom;
	background-size: auto 4px, auto 4px; 
	letter-spacing: 0.08em;
}
#sideBar .s-navi li > ul > li > a {
	padding: 29px 0;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 1.3rem;
	color: #A0A0A0;
	position: relative;
	border-bottom: 1px solid #ebebeb;
	background: none;
	letter-spacing: 0;
}
#sideBar .s-navi li > ul > li .on,
#sideBar .s-navi li > ul > li > a:hover {
	color: #3D4860;
}
#sideBar .s-navi li > ul > li > a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 52px;
	height: 1px;
	background: #3D4860;
	content: "";
}
#sideBar .s-navi li > ul > li > a .txt-span {
	margin-left: 16px;
	padding: 0 8px 1px;
	display: inline-block;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.3;
	border: 1px solid #D7D7D7;
}
#sideBar .year {
	margin-top: 45px;
	padding-bottom: 20px;
	font-size: 1.7rem;
	font-weight: 400;
	position: relative;
	border-bottom: 1px solid #3D4860;
	text-align: center;
	letter-spacing: 0.039em;
}
#sideBar .year:before {
	margin-left: -6px;
	position: absolute;
	left: 50%;
	bottom: -7px;
	background: url("../img/icon04.png") no-repeat left top;
	background-size: 12px auto;
	width: 12px;
	height: 6px;
	content: "";
}
#sideBar .year-list > li {
	text-align: center;
}
#sideBar .year-list > li a {
	padding: 25px 0;
	display: block;
	font-size: 1.7rem;
	font-weight: 400;
	border-bottom: 1px solid #c5c5c5;
	letter-spacing: 0.039em;
}
#sideBar .year-list > .li-style > a {
	border-bottom: none;
}
#sideBar .year-list > li > ul {
	border-top: 1px dashed #c5c5c5;
}
#sideBar .year-list > li > ul li {
	padding: 25px 0;
	font-size: 1.7rem;
	font-weight: 400;
	border-bottom: 1px solid #c5c5c5;
	letter-spacing: 0.039em;
}
#sideBar .year-list li a:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 850px;
	min-height: 700px;
}
/*------------------------------------------------------------
	com-link-box
------------------------------------------------------------*/
.com-link-box {
	position: absolute;
	right: 0;
	top: 0;
	width: 112px;
	height: 40px;
	z-index: 2;
}
.com-link-box a {
	display: block;
	height: 40px;
}
.com-link-box .link-span {
	padding-top: 12px;
	float: left;
	font-size: 1.2rem;
	font-weight: 300;
    font-family: 'Noto Sans JP', sans-serif;
}
/*------------------------------------------------------------
	main-img
------------------------------------------------------------*/
.index-page #page-path:before {
	display: none;
}
.index-page .com-bg-box {
	background: url("../img/main_bg03.jpg") repeat-x left top;
	background-size: 26px auto;
}
.main-img {
	max-width: 1536px;
	margin: 0 auto;
	position: relative;
}
.main-img img {
	width: 100%;
}
.main-img .en-title {
	position: absolute;
	right: 38%;
	top: 36px;
	font-size: 2.4rem;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.02em;
}
.main-img .title .btm-txt {
	display: block;
	letter-spacing: 0.58em;
}
.index .sec01 .top-box {
	padding-bottom: 60px;
	position: relative;
}
.index .sec01 .top-box .com-link-box {
	width: 150px;
	top: 6px;
}
.index .sec01 .top-box .com-link-box .com-link {
	width: 42px;
	height: 42px;
}
.index .sec01 .news-box {
	height: 282px;
	overflow-y: auto;
	margin-bottom: 60px;
}
.index .sec02 .head-line01 {
	margin-bottom: 60px;
}
.index .sec02 .head-line01 .ttl {
	padding: 0 30px 7px;
}
.index .sec02 .list-ul {
	margin: -20px 0 78px 3px;
}
.index .sec02 .list-ul > li {
	margin: 20px 19px 0 0;
	position: relative;
	width: 270px;
	padding: 6px;
	box-sizing: border-box;
	border: 1px solid #3D4860;
	background: #d7dadf;
}
.index .sec02 .list-ul > li:before {
	position: absolute;
	left: -8px;
	top: -1px;
	width: 8px;
	height: 1px;
	background: #3D4860;
	content: "";
}
.index .sec02 .list-ul > li:after {
	position: absolute;
	left: -1px;
	top: -8px;
	width: 1px;
	height: 8px;
	background: #3D4860;
	content: "";
}
.index .sec02 .list-ul li:nth-child(4n) {
	margin-right: 0;
}
.index .sec02 .list-ul .list-ul__box01 {
	position: relative;
	background: #fcfcfc;
}
.index .sec02 .list-ul .list-ul__box02 {
	position: relative;
}
.index .sec02 .list-ul .list-ul__box01:after {
	position: absolute;
	right: -7px;
	top: -14px;
	width: 1px;
	height: 8px;
	background: #3D4860;
	content: "";
}
.index .sec02 .list-ul .list-ul__box01:before {
	position: absolute;
	right: -15px;
	top: -7px;
	width: 8px;
	height: 1px;
	background: #3D4860;
	content: "";
}
.index .sec02 .list-ul .list-ul__box02:after {
	position: absolute;
	right: -7px;
	bottom: -14px;
	width: 1px;
	height: 8px;
	background: #3D4860;
	content: "";
}
.index .sec02 .list-ul .list-ul__box02:before {
	position: absolute;
	right: -15px;
	bottom: -7px;
	width: 8px;
	height: 1px;
	background: #3D4860;
	content: "";
}
.index .sec02 .list-ul .list-ul__box03 {
	position: relative;
}
.index .sec02 .list-ul .list-ul__box03:after {
	position: absolute;
	left: -7px;
	bottom: -14px;
	width: 1px;
	height: 8px;
	background: #3D4860;
	content: "";
}
.index .sec02 .list-ul .list-ul__box03:before {
	position: absolute;
	left: -15px;
	bottom: -7px;
	width: 8px;
	height: 1px;
	background: #3D4860;
	content: "";
}
.index .sec02 .list-ul .list-ul__box04 {
	position: relative;
	padding: 36px 17px 20px;
}
.index .sec02 .list-ul .list-ul__box04:before {
	position: absolute;
	right: 36px;
	bottom: -7px;
	background: url("../../img/index/line01.png") no-repeat left top;
	background-size: 74px auto;
	width: 74px;
	height: 11px;
	content: "";
}
.index .sec02 .list-ul .color02 .list-ul__box04:before {
	background: url("../../img/index/line02.png") no-repeat left top;
	background-size: 74px auto;
}
.index .sec02 .list-ul .color03 .list-ul__box04:before {
	background: url("../../img/index/line03.png") no-repeat left top;
	background-size: 74px auto;
}
.index .sec02 .list-ul .color04 .list-ul__box04:before {
	background: url("../../img/index/line04.png") no-repeat left top;
	background-size: 74px auto;
}
.index .sec02 .list-ul .list-ul__ttl {
	margin-bottom: 23px;
	color: #DD9371;
	text-align: center;
	font-size: 1.89rem;
	letter-spacing: 0.2em;
}
.index .sec02 .list-ul .color01 .list-ul__ttl {
	letter-spacing: 0;
}
.index .sec02 .list-ul .color03 .list-ul__ttl {
	letter-spacing: 0.1em;
}
.index .sec02 .list-ul .color04 .list-ul__ttl {
	letter-spacing: 0.1em;
}
.index .sec02 .list-ul .list-ul__ttl .en {
	display: block;
	margin: 15px 0 0;
	font-size: 1rem;
	letter-spacing: 0.05em;
}
.index .sec02 .list-ul .list-ul__ttl .en .info {
	display: inline-block;
	position: relative;
	padding-left: 50px;
}
.index .sec02 .list-ul .list-ul__ttl .en .info:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 38px;
	height: 1px;
	background: #DD9371;
	content: "";
}
.index .sec02 .list-ul .list-ul__txt {
	margin-bottom: -28px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.55;
}
.index .sec02 .list-ul .color03 .list-ul__txt {
	font-size: 1.3rem;
	letter-spacing: 0.037em;
}
.index .sec02 .list-ul .color04 .list-ul__txt {
	font-size: 1.3rem;
	letter-spacing: 0.037em;
}
.index .sec02 .list-ul .list-ul__pho {
	text-align: center;
}
.index .sec02 .list-ul .list-ul__pho a {
	display: block;
}
.index .sec02 .list-ul .list-ul__pho a:hover {
	opacity: 0.7;
}
.index .sec02 .list-ul .list-ul__pho img {
	width: 123px;
}
.index .sec02 .list-ul .link-ul li {
	width: 100%;
	margin-bottom: 8px;
}
.index .sec02 .list-ul .link-ul li:last-child {
	margin-bottom: 0;
}
.index .sec02 .list-ul .link-ul li a {
	color: #fff;
	padding: 2px 5px 6px;
	font-size: 1.2rem;
	font-weight: 400;
	display: block;
	text-align: center;
	background: #3D4860;
	border: 1px solid #3D4860;	
	letter-spacing: 0.1em;
}
.index .sec02 .list-ul .color02 .list-ul__ttl {
	color: #829EC7;
}
.index .sec02 .list-ul .color02 .list-ul__ttl .en .info:before {
	background: #829EC7;
}
.index .sec02 .list-ul .color03 .list-ul__ttl {
	color: #659C83;
}
.index .sec02 .list-ul .color03 .list-ul__ttl .en .info:before {
	background: #659C83;
}
.index .sec02 .list-ul .color04 .list-ul__ttl {
	color: #B8AA7B;
}
.index .sec02 .list-ul .color04 .list-ul__ttl .en .info:before {
	background: #B8AA7B;
}
.index .sec03 .head-line01 {
	margin-bottom: 60px;
}
.index .sec03 .head-line01 .ttl {
	padding: 0 30px 7px;
}
.index .sec03 .link-list {
	margin: -20px 0 67px 4px;
	overflow: hidden;
	justify-content: space-evenly;
}
.index .sec03 .link-list li {
	margin: 20px 17px 0 0;
	width: 271px;
}
.index .sec03 .link-list li:nth-child(4n) {
	margin-right: 0;
}
.index .sec03 .link-list li a {
	display: block;
}
.index .sec03 .link-list li a:hover {
	opacity: 0.7;
}
.index .sec04 .head-line01 {
	margin-bottom: 60px;
}
.index .sec04 .head-line01 .ttl {
	letter-spacing: 0.05em;
}
.index .sec04 .list-ul {
	margin-top: -48px;
	height: 480px;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
	flex-direction: column;
}
.index .sec04 .list-ul.brochure2024,
.index .sec04 .list-ul.brochure2023,
.index .sec04 .list-ul.brochure2022,
.index .sec04 .list-ul.brochure2021 {
	height: 600px;
}
.index .sec04 .list-ul li {
	width: 245px;
	padding: 48px 41px 20px;
	text-align: center;
	display: flex;
	height: 100%;
	align-items: stretch;
}
.index .sec04 .list-ul li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.index .sec04 .list-ul li .list-ul__ttl {
	margin-bottom: 25px;
	padding: 8px;
	display: block;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	border: 1px solid #3D4860;
	letter-spacing: 0.1em;
	max-width: 245px;  /* 念のためIE対応 */
}
.index .sec04 .list-ul li .list-ul__ttl:before {
	margin-left: -8px;
	position: absolute;
	left: 50%;
	bottom: -11px;
	width: 16px;
	height: 12px;
	background: url("../img/arrow.png") no-repeat left bottom;
	background-size: 16px auto;
	content: "";
}
.index .sec04 .list-ul li .list-ul__pho {
	height: 345px;
}
.index .sec04 .list-ul li .list-ul__pho img {
	outline: 1px solid #ccc;
	outline-offset: -1px;
	top: 0;
	transition: all .2s;
	width: 247px;
	margin: 0 auto;
}
.index .sec04 .list-ul li .list-ul__pho img:hover {
    outline: 2px solid #ccc;
    outline-offset: -2px;
    position: relative;
    top: -3px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 30%);
}
@media all and (min-width: 769px) {
	.index .sec02 .list-ul .link-ul li a:hover {
		color: #3D4860;
		background: #fff;
	}
	.index .sec04 .list-ul li a:hover .list-ul__ttl {
		color: #fff;
		background: #3D4860;
	}
	.index .sec04 .list-ul li a:hover .list-ul__ttl:before {
		background: url("../img/arrow_over.png") no-repeat left bottom;
		background-size: 16px auto;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
.contact {
	margin-top: -20px;
}
.contact .page-title {
	margin: 4px 0 -10px -81px;
	font-size: 1.4rem;
	letter-spacing: 0.025em;
	font-family: 'Roboto', sans-serif;
}
.contact .head-line01 {
	margin-bottom: 100px;
}
.contact .head-line01 .ttl {
	letter-spacing: 0.04em;
}
.contact .content {
	width: 960px;
}
.contact .inner__map {
	float: right;
	width: 465px;
}
.contact .inner__text-box {
	float: left;
	width: 362px;
}
.contact .inner__h3-ttl {
	margin: 0 -20px 32px 0;
	padding: 38px 0 42px;
	font-size: 1.7rem;
	font-weight: 500;
	position: relative;
	line-height: 2.3;
	letter-spacing: 0.06em;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}
.contact .inner__h3-ttl:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 46px;
	height: 1px;
	background: #3D4860;
	content: "";
}
.contact .inner__h3-ttl:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 46px;
	height: 1px;
	background: #3D4860;
	content: "";
}
.contact .inner__add {
	margin: 0 -60px 17px 0;
	letter-spacing: 0.06em;
	line-height: 2.3;
}

.contact .inner__text-box .inner__add a {
	padding: 0 10px 10px 0;
	display: inline-block;
	background: url("../img/line03.png") repeat-x left bottom;
	background-size: auto 4px;
	letter-spacing: 0.02em;
}
.contact .inner__text-box .inner__add a:hover {
	opacity: 0.7;
}
.contact .inner__text-box .inner__add img {
	margin: 0 0 0 12px;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
}
.contact .inner__txt {
	margin-bottom: 57px;
	line-height: 2.3;
	letter-spacing: 0.06em;
}
.contact .inner__txt .mail-txt {
	padding-top: 2px;
	display: block;
}
.contact .inner__txt .mail-txt a:hover {
	opacity: 0.7;
}
.contact .inner__txt .mail-txt img {
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 5px;
}
.contact .inner__txt-list {
	margin-right: -50px;
}
.contact .inner__txt-list li {
	padding-left: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	position: relative;
	line-height: 2.2;
	letter-spacing: 0.08em;
}
.contact .inner__txt-list li:before {
	position: absolute;
	left: 0;
	top: 14px;
	width: 4px;
	height: 1px;
	background: #3D4860;
	content: "";
}
.contact .inner__txt-list li a {
	padding-right: 23px;
	display: inline-block;
	background: url("../img/en/icon01.png") no-repeat right center;
	background-size: 15px auto; 
}
.contact .inner__txt-list li a:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------
	overview
------------------------------------------------------------*/
.overview #conts .sec01 {
	padding-top: 57px;
	margin-bottom: 62px;
}
.overview #conts .sec01 .top-ttl {
	padding-right: 240px;
	margin-bottom: 12px;
	font-size: 1.7rem;
	letter-spacing: 0.02em;
	text-align: center;
}
.overview #conts .sec01 .head-line01 {
	padding-right: 270px;
	margin-bottom: 72px;
}
.overview #conts .sec01 .head-line01 .ttl {
	padding: 0 0 6px;
	font-size: 19px;
}
.overview #conts .sec01 .img-box .img-box__text-box {
	float: left;
	width: 580px;
}
.overview #conts .sec01 .img-box .img-box__text-box p {
	margin-bottom: 29px;
	font-size: 1.6rem;
	text-align: justify; 
	text-justify:inter-ideograph;
	line-height: 1.85;
}
.overview #conts .sec01 .img-box .img-box__text-box p:last-child {
	margin-bottom: 0;
}
.overview #conts .sec01 .img-box .img-box__pho {
	float: right;
	width: 176px;
	margin: -148px 46px 0 0;
}
.overview #conts .sec01 .img-box .img-box__pho .txt-span {
	margin-top: 15px;
	display: block;
	font-size: 1.25rem;
	text-align: right;
}
.overview #conts .sec01 .img-box .img-box__pho .name {
	font-size: 1.6rem;
	display: block;
	margin-top: 10px;
}
.overview #conts .sec02 {
	padding: 69px 0 14px;
	position: relative;
}
.overview #conts .sec02:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: -50vw;
	right: -50vw;
	background: #f6f7f9;
	content: "";
	z-index: -1;
}
.overview #conts .sec02 .head-line01 {
	padding-right: 100px;
	margin-bottom: 72px;
}
.overview #conts .sec02 .head-line01 .ttl {
	padding: 0 24px 7px;
}
.overview #conts .sec02 .top-txt {
	margin: 0 100px 40px 0;
	font-size: 1.6rem;
	line-height: 1.82;
	text-align: justify; 
	text-justify: inter-ideograph;
}
.overview #conts .sec02 .detail-box {
	margin: 0 46px 0 -48px;
}
.overview #conts .sec02 .detail-box .l-box {
	padding-top: 68px;
	width: 292px;
	float: left;
	position: relative;
}
.overview #conts .sec02 .detail-box .l-box .com-link {
	width: 26px;
	height: 26px;
}
.overview #conts .sec02 .detail-box .l-box .com-link01 {
	right: 88px;
	top: 68px;
}
.overview #conts .sec02 .detail-box .l-box .com-link .link-icon {
	width: 26px;
	height: 26px;
}
.overview #conts .sec02 .detail-box .l-box .com-link .link-icon svg {
	width: 12px;
	height: 12px;
}
.overview #conts .sec02 .detail-box .l-box .com-link02 {
	right: auto;
	left: 16px;
	top: auto;
	bottom: 132px;
}
.overview #conts .sec02 .detail-box .l-box .com-link03 {
	right: 38px;
	top: auto;
	bottom: -9px;
}
.overview #conts .sec02 .detail-box .r-box {
	width: 528px;
	float: right;
}
.overview #conts .sec02 .detail-box .h3-ttl {
	margin-bottom: 12px;
	position: relative;
	letter-spacing: 0.05em;
}
.overview #conts .sec02 .detail-box .h3-ttl:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	bottom: 0;
	height: 1px;
	background: #3D4860;
	content: "";
	z-index: 1;
}
.overview #conts .sec02 .detail-box .h3-ttl .info-ttl {
	padding-right: 20px;
	display: inline-block;
	position: relative;
	z-index: 2;
	background: #f6f7f9;
}
.overview #conts .sec02 .inner {
	margin: 0 -10px 25px 0;
}
.overview #conts .sec02 .inner01 {
	margin-bottom: 0;
}
.overview #conts .sec02 .inner .inner__pho {
	padding-top: 7px;
	float: right;
}
.overview #conts .sec02 .inner .inner__pho01 {
	padding: 0;
	margin-top: -16px;
}
.overview #conts .sec02 .inner .inner__text {
	float: left;
	width: 403px;
}
.overview #conts .sec02 .inner .inner__text p {
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0.037em;
	text-align: justify; 
	text-justify: inter-ideograph;
}
.overview #conts .sec03 {
	padding: 70px 0 105px;
}
.overview #conts .sec03 .head-line01 {
	margin-bottom: 72px;
	padding-right: 194px;
}
.overview #conts .sec03 .organization-img img {
	width: 706px;
	height: 343px;
}
.overview #conts .sec04 {
	padding: 126px 0 43px;
	position: relative;
}
.overview #conts .sec04:before {
	position: absolute;
	top: 0;
	left: -50vw;
	right: -50vw;
	bottom: 0;
	background: #f6f7f9;
	content: "";
	z-index: -1;
}
.overview #conts .sec04 .head-line01 {
	margin-bottom: 70px;
	padding-left: 10px;
}
.overview #conts .sec04 .head-line01 .ttl {
	letter-spacing: 0.04em;
}
.overview #conts .sec04 .tab-box {
	margin: 0 0 20px;
	width: 860px;
}
.overview #conts .sec04 table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #3D4860;
}
.overview #conts .sec04 thead th {
    padding: 5px 5px 5px 56px;
    font-size: 1.3rem;
    letter-spacing: 0.15em;
}
.overview #conts .sec04 thead th:last-child {
	padding-left: 0;
}
.overview #conts .sec04 th,
.overview #conts .sec04 td {
	padding: 5px 0;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.3;
	text-align: left;
    vertical-align: middle;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #3D4860;
}
.overview #conts .sec04 th {
    width: 25%;
    padding: 5px 5px 5px 56px;
}
.overview #conts .sec04 th.chair {
	margin-top: 12px;
	position: relative;
}
.overview #conts .sec04 th.chair::before {
	content: "Chair";
	font-size: 1.2rem;
	position: absolute;
	top: 0px;
}
@media all and (min-width: 769px) {
	.overview #conts .sec04 th.chair::before {
		font-size: 1.2rem;
		left: 16px;
		letter-spacing: normal;
		line-height: 2.5;
	}
} 
.overview #conts .sec04 td {
	width: 70%;
	font-size: 1.2rem;
}
.overview #conts .sec05 {
	padding: 80px 0;
}
.overview #conts .sec05 .head-line01 {
	padding-right: 74px;
	margin-bottom: 62px;
}
.overview #conts .sec05 .head-line01 .ttl {
	letter-spacing: 0.04em;
}
.overview #conts .sec05 .txt-p {
	margin: 0 70px 30px 0;
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: justify; 
	text-justify:inter-ideograph;
}
.overview #conts .sec05 .txt-p:last-child {
	margin-bottom: 0;
}
/*------------------------------------------------------------
	info-page
------------------------------------------------------------*/
.info-page #conts {
	padding-top: 60px;
	width: 900px;
	margin-right: -50px;
}
.info-page .head-line01 {
	padding-right: 265px;
	margin-bottom: 100px;
}
.info-page .head-line01 .ttl {
	padding: 0 12px 6px;
}
.info-page .info-sec {
	margin-bottom: 110px;
}
.info-page .com-news-list {
	display: none;
	margin-bottom: 0;
}
.info-page .com-news-list-block {
	display: block;
}
.info-page .com-news-list li a,
.info-page .com-news-list li .info-link {
	padding-left: 7px;
}
.info-page .top-box {
	position: relative;
	padding-bottom: 25px;
	border-bottom: 1px solid #3D4860;
	padding-top: 5px;
}
.info-page .top-box .com-link {
	top: 0;
}
.info-page .com-news-list > li:first-child > a {
	border-top: none;
}
.info-page .top-box .btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 112px;
	height: 40px;
	z-index: 2;
}
.info-page .top-box .btn .more {
	padding-top: 11px;
	font-size: 1.2rem;
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
	float: left;
}
/*------------------------------------------------------------
	projects
------------------------------------------------------------*/
.projects #conts {
	margin-top: -22px;
}
.projects #conts .sec01 {
	padding-top: 80px;
	margin-bottom: 20px;
}
.projects #conts .head-line01 {
	padding-right: 330px;
}
.projects #conts .head-line01 .ttl {
	padding: 0 22px 7px;
	letter-spacing: 0.04em;
}
.projects #conts .img-box {
	margin: 0 -6px 0 0;
}
.projects #conts .img-box .img-box__photo {
	float: right;
	margin: 3px 0 0 -30px;
}
.projects #conts .img-box .img-box__text-box {
	padding-top: 75px;
	float: left;
	width: 520px;
}
.projects #conts .img-box__text {
	margin-bottom: 64px;
	line-height: 1.8;
	font-size: 1.6rem;
	text-align: justify; 
	text-justify: inter-ideograph;
}
.projects #conts .add-sec .link-txt {
	padding: 40px 0 50px 31px;
}
.projects #conts .add-sec .link-txt a {
	padding: 0 24px 8px 0;
	display: inline-block;
	background: url("../img/line03.png") repeat-x left bottom;
	background-size: auto 4px; 
}
.projects #conts .add-sec .link-txt a:hover {
	opacity: 0.7;
}
.projects #conts .add-sec .link-txt img {
	margin: -3px 0 0 20px;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
}
.projects #conts .add-sec {
	padding: 40px 0;
	position: relative;
}
.projects #conts .add-sec:before {
	position: absolute;
	left: -50vw;
	right: -50vw;
	top: 0;
	bottom: 0;
	background: #f6f7f9;
	content: "";
	z-index: -1;
}
.projects #conts .add-sec .img-box__photo {
	width: 326px;
	padding: 4px;
	border: 1px solid #3D4860;
}
.projects #conts .add-sec .img-box__text-box {
	padding: 20px 0 0;
	border-left: 1px solid #dbdcde;
}
.projects #conts .sec02 {
	padding: 36px 0 62px;
}
.projects #conts .sec02 .info-box {
	width: 520px;
	padding: 17px 0;
	border-left: 1px solid #dbdcde;
}
.projects #conts .sec02 .head-line02 {
	margin: 0 0 18px -2px;
	font-size: 1.9rem;
	letter-spacing: 0.05em;
}
.projects #conts .sec02 .txt {
	margin-left: 47px;
	line-height: 1.8;
	text-align: justify; 
	text-justify:inter-ideograph;
}
.projects #conts .sec03 {
	padding: 80px 0 5px;
	position: relative;
}
.projects #conts .sec03:before {
	position: absolute;
	left: -50vw;
	right: -50vw;
	top: 0;
	bottom: 0;
	background: #f6f7f9;
	content: "";
	z-index: -1;
}
.projects #conts .sec03 .head-line01 .ttl {
	padding: 0 15px 7px;
}
.projects #conts .sec03 .img-box__photo {
	margin-top: -22px;
}
.projects #conts .sec04 {
	padding: 30px 0;
}
a.hover--links:hover {
    opacity: 0.7;
}
.projects .com-img-box .com-img-box__pho {
	margin-right: 20px;
	float: right;
	width: 232px;
	text-align: center;
}
.projects .com-img-box .com-img-box__pho .pho {
	margin-bottom: 8px;
	display: block;
	text-align: center;
}
.projects .com-img-box .com-img-box__pho .pho img {
	width: 183px;
}
.projects .com-img-box .com-img-box__pho .link-span a:hover {
	opacity: 0.7;
}
.projects .com-img-box .com-img-box__text-box {
	padding: 12px 0;
	float: left;
	width: 440px;
	position: relative;
	border-left: 1px solid #dbdcde;
}
.projects .com-img-box .com-img-box__text-box .head-line02 {
	margin: 0 0 14px -2px;
	letter-spacing: 0.079em;
}
.projects .com-img-box__text-box .com-img-box__link {
	margin: 20px 0 0 75px;
}
.projects .com-img-box__text-box .com-img-box__link a {
	padding: 0 14px 10px 0;
	font-size: 1.4rem;
	display: inline-block;
	background: url("../img/line03.png") repeat-x left bottom;
	background-size: auto 4px;
	letter-spacing: 0.04em;
}
.projects .com-img-box__text-box .com-img-box__link a:hover {
	opacity: 0.7;
}
.projects .com-img-box__text-box .com-img-box__link img {
	margin: -3px 0 0 10px;
	width: 13px;
	height: 13px;
	display: inline-block;
	vertical-align: middle;
}
.projects .com-img-box__text-box .com-img-box__text {
	margin: 0 0 0 50px;
	line-height: 1.8;
	text-align: justify; 
	text-justify:inter-ideograph;
}
.projects .com-img-box__text-box .language {
	position: absolute;
	right: -130px;
	top: 10px;
	width: 92px;
	height: 92px;
	padding-top: 28px;
	font-size: 1.45rem;
	letter-spacing: 0.039em;
	line-height: 1.2;
	border: 1px solid #3D4860;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
}
.projects .sec05 {
	padding: 30px 0;
	position: relative;
}
.projects .sec05:before {
	position: absolute;
	left: -50vw;
	right: -50vw;
	top: 0;
	bottom: 0;
	background: #f6f7f9;
	content: "";
	z-index: -1;
}
.projects .sec05 .com-img-box .com-img-box__pho {
	padding-top: 20px;
}
.projects .sec05 .com-img-box .pho img {
	width: 212px;
}
.projects .sec05 .com-img-box .pho {
	margin-bottom: 13px;
}
.projects .sec05 .com-img-box .com-img-box__text-box .head-line02 {
	letter-spacing: 0.17em;
}
.projects #conts .sec06 {
	padding: 30px 0;
}
.projects #conts .sec06 .head-line02 {
	letter-spacing: 0.16em;
}
.projects #conts .sec07 {
	padding: 76px 0 6px;
	position: relative;
}
.projects #conts .sec07:before {
	position: absolute;
	left: -50vw;
	right: -50vw;
	top: 0;
	bottom: 0;
	background: #f6f7f9;
	content: "";
	z-index: -1;
}
.projects #conts .sec07 .img-box__photo {
	margin: -54px 10px 0 0;
}
.projects #conts .sec08 {
	padding: 42px 0 50px;
}
.projects #conts .sec08 .com-img-box {
	margin: 0 -18px 0 0;
}
.projects #conts .sec08 .com-img-box__pho {
	margin-top: 11px;
	padding: 5px;
	width: 336px;
	box-sizing: border-box;
	border: 1px solid #3D4860;
}
.projects #conts .sec08 .com-img-box__text-box {
	width: 485px;
}
.projects #conts .sec08 .com-img-box__text {
	margin-bottom: 0;
}
.projects #conts .sec08 .com-img-box__text01 {
	margin: 0 30px 8px 70px;
}
.projects #conts .sec08 .indent {
	text-indent: 1em;
	display: block;
	text-align: justify; 
	text-justify:inter-ideograph;
}
.projects #conts .sec08 .com-img-box__link {
	margin: 0 0 28px 75px;
}
.projects #conts .sec08 .com-img-box__link01 {
	margin-bottom: 0;
}
.projects #conts .sec09 {
	position: relative;
}
.projects #conts .sec09:before {
	position: absolute;
	left: -50vw;
	right: -50vw;
	top: 0;
	bottom: 0;
	background: #f6f7f9;
	content: "";
	z-index: -1;
}


/*------------------------------------------------------------
	sns-policy 共通部分
------------------------------------------------------------*/
	.sns-policy {
	    line-height: 1.7;
	    overflow-wrap: anywhere;
	    word-break: normal; 
	    line-break: strict; 
	}
	.sns-policy section {
	    padding-bottom: 40px;
	}
	.sns-policy div.inner div:first-of-type p:first-of-type {
	    text-align: right;
	    margin-bottom: 24px;
	}

	.sns-policy p li {
	    line-height: 1.7;
	}
	.sns-policy ol {
	    list-style-type: decimal;
	    padding-left: 24px;
	}
	.sns-policy ol.parentheses {
	    padding-left: 0;
	}
	.sns-policy ol.parentheses li {
		list-style-type: none;
		counter-increment: cnt;
		margin-bottom: 16px;
	}
	.sns-policy ol p ,.sns-policy ol a {
	    margin: 12px 1em;
	}
	.sns-policy ol b > a{
	    margin: 0;
	    text-decoration: underline;
	}
	.sns-policy ol ul {
	    margin: 16px auto;
	}	 
	.sns-policy ol.parentheses li::before {
		content: "(" counter(cnt) ") ";
	}
	.sns-policy ol.parentheses li p:nth-of-type(1) {
		display: inline-block;
		margin-bottom: 0;
	}

	.sns-policy ol > li {
	    list-style: decimal;
	}
	
	.sns-policy ol li:last-of-type ul {
	    border: 1px solid #ccc;
	    padding: 16px;
	    background: #fcfcfc;
	    margin-top: 24px;
	}
	.sns-policy ol li:last-of-type ul li {
	    list-style: square;
	}
	.sns-policy ol li:last-of-type ul li:first-of-type {
	    list-style: none;
	    margin: 0;
	}

	.sns-policy ul li {
	    list-style-type: disc;
	    margin: 8px 0 8px 3em;

	}
	.sns-policy section div div:last-of-type {
	    margin-top: 80px;
	}
	.sns-policy ul.link_text_lang {
	    display: flex;
	    justify-content: space-between;
	    border-top: 2px groove #ccc;
	}
	.sns-policy ul.link_text_lang a {
	    display: block;
	}
/*英中はstyle_en.cssで共通。日英中個別部分はHTML直書き*/
/*------------------------------------------------------------
	ausjp
------------------------------------------------------------*/
.ausjp #conts {
	margin-top: 10px;
	padding-top: 85px;
	position: relative;
}
.ausjp .link-ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #c5c5c5;
	z-index: 810;
	background: #fff;
}
.ausjp .link-ul.fixed {
	position: fixed;
	padding: 12px 0 20px 60px;
	top: 193px;
	border: none;
}
.ausjp .link-ul li a {
	padding: 0 35px 6px;
	display: block;
	color: #D7D7D7; 
	position: relative;
	font-weight: 400;
	font-size: 1.4rem;
	letter-spacing: 0.039em;
}
.ausjp .link-ul .on a {
	color: #3D4860;
}
.ausjp .link-ul li a:before {
	margin-left: -53px;
	position: absolute;
	left: 50%;
	width: 106px;
	height: 2px;
	bottom: -1px;
	background: #e1e1e1;
	content: "";
}
.ausjp .link-ul .on a:before {
	background: #3D4860;
}
.ausjp .sec01 {
	margin-bottom: 80px;
}
.ausjp .sec01 .head-line03 {
	margin-bottom: 52px;
	display: block;
}
.ausjp .sec01 .title {
	display: block;
	margin-bottom: 12px;
	padding-bottom: 22px;
	position: relative;
	font-size: 2.8rem;
	font-weight: 400;
	font-family: 'Sawarabi Mincho', serif;
	line-height: 1.55;
}
.ausjp .sec01 .title:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 1px;
	background: #3D4860;
	content: "";
}
.ausjp .sec01 .txt {
	display: block;
	font-weight: 400;
	font-family: 'Sawarabi Mincho', serif;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}
.ausjp .sec02 {
	margin-bottom: 87px;
}
.ausjp .sec02 .head-line03 {
	margin-bottom: 25px;
}
.ausjp .sec02 .txt-dl {
	margin-bottom: 14px;
	font-size: 1.55rem;
	font-weight: 400;
	line-height: 1.35;
	border-top: 1px solid #3D4860;
}
.ausjp .sec02 .txt-dl dt {
	padding: 27px 0 0 8px;
	float: left;
	font-size: 1.4rem;
}
.ausjp .sec02 .txt-dl dd {
	padding: 25px 0 23px 8em;
	line-height: 1.3;
	border-bottom: 1px solid #3D4860;
}
.ausjp .sec02 .ttl {
	margin: 0 0 13px 10px;
	font-size: 1.4rem;
}
.ausjp .sec02 .list-ul {
	margin: 0 0 0 10px;
}
.ausjp .sec02 .list-ul li {
	margin-right: 73px;
	width: 340px;
}
.ausjp .sec02 .list-ul li .top-box {
	align-items: flex-end;
}
.ausjp .sec02 .list-ul li:last-child {
	margin: 0;
}
.ausjp .sec02 .list-ul li .list-ul__pho {
	width: 176px;
}
.ausjp .sec02 .list-ul li .list-ul__text-box {
	width: 130px;
}
.ausjp .sec02 .list-ul li .com-link-box {
	position: relative;
	font-size: 1rem;
}
.ausjp .sec02 .list-ul li .com-link {
	width: 32px;
	height: 32px;
	top: 6px;
	right: 15px;
}
.ausjp .sec02 .list-ul li .com-link-box .link-span {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.09rem;
	padding-top: 15px;
}
.ausjp .sec02 .list-ul li .com-link .link-icon {
	width: 32px;
	height: 32px;
}
.ausjp .sec02 .list-ul li .txt-p {
	margin: 0 -20px 18px 0;
	font-size: 1.6rem;
}
.ausjp .sec02 .list-ul li .txt-p .small {
	margin-bottom: 15px;
	font-size: 0.9rem;
	display: block;
}
.ausjp .sec02 .list-ul li .txt-p .btm {
	margin-top: 6px;
	font-size: 1.25rem;
	display: block;
	line-height: 1.55;
}
.ausjp .sec02 .list-ul li .js-box {
	padding-top: 25px;
	display: none;
}
.ausjp .sec02 .list-ul li .js-box .top-ttl {
	margin-bottom: 6px;
	padding-left: 20px;
	font-size: 1.25rem;
	background: url("../img/en/icon02.png") no-repeat left center;
	background-size: 11px auto; 
}
.ausjp .sec02 .list-ul li .js-box .txt {
	font-size: 1.2rem;
	line-height: 1.7;
	text-align: justify; 
	text-justify:inter-ideograph;
}
.ausjp .sec03 {
	margin-bottom: 87px;
}
.ausjp .sec03 .head-line03 {
	margin-bottom: 18px;
}
.ausjp .sec03 p {
	font-size: 1.6rem;
	margin-bottom: 30px;
	line-height: 1.85;
	text-align: justify; 
	text-justify:inter-ideograph;
}
.ausjp .sec03 p:last-child {
	margin-bottom: 0;
}
.ausjp .sec04 .head-line03 {
	margin-bottom: 28px;
}
.ausjp .sec04 table {
	margin-bottom: 90px;
	width: 100%;
	border-collapse: collapse;
}
.ausjp .sec04 th,
.ausjp .sec04 td {
	padding: 20px 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #3D4860;
}
.ausjp .sec04 tr:first-child th,
.ausjp .sec04 tr:first-child td {
	border-top: 1px solid #3D4860;
}
.ausjp .sec04 th {
	padding: 23px 0 20px 9px;
	width: 13.8%;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.7;
	border-right: 18px solid #fff;
}
.ausjp .sec04 td {
	font-size: 1.55rem;
	font-weight: 400;
	vertical-align: middle;
}
.ausjp .sec04 td .fw {
	font-weight: 700;
}
.ausjp .sec04 td .top {
	margin-bottom: 7px;
	line-height: 1.8;
}
.ausjp .sec04 td .txt-list li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.65;
}
.ausjp .sec04 td .txt-list01 li {
	font-size: 1.4rem;
	line-height: 1.8;
}
.ausjp .sec04 td .txt01 {
	padding-top: 6px;
	font-size: 1.4rem;
	line-height: 1.8;
	border-top: 1px dashed #3D4860;
}
.ausjp .sec04 td .txt02 {
	font-size: 1.4rem;
}
.ausjp .sec04 td .txt-ul > li {
	width: 234px;
	margin-right: 30px;
}
.ausjp .sec04 td .txt-ul > li:nth-child(3n) {
	margin-right: -40px;
}
.ausjp .sec04 td .txt-ul > li .top-txt {
	margin-bottom: 10px;
	padding-bottom: 2px;
	display: block;
	font-size: 1.5rem;
	border-bottom: 1px dashed #3D4860;
}
.ausjp .sec04 td .txt-ul > li > ul > li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.3rem;
	line-height: 1.6;
}
.ausjp .sec05 {
	margin-bottom: 86px;
}
.ausjp .sec05 .head-line03 {
	margin-bottom: 20px;
}
.ausjp .sec05 .txt01 {
	margin-bottom: 20px;
}
.ausjp .sec05 .txt01 a {
	padding: 1px 0;
	display: inline-block;
	font-size: 1.7rem;
	letter-spacing: 0.039em;
	border-top: 1px solid #3D4860;
	border-bottom: 1px solid #3D4860;
}
.ausjp .sec05 .txt01 a:hover {
	opacity: 0.7;
}
.ausjp .sec05 .txt01 .info {
	padding: 5px 20px 8px;
	display: block;
	border-top: 1px solid #3D4860;
	border-bottom: 1px solid #3D4860;
}
.ausjp .sec05 .txt02 {
	font-size: 1.6rem;
}
.ausjp .sec06 .head-line03 {
	margin-bottom: 20px;
}
.ausjp .sec06 p {
	font-size: 1.6rem;
	line-height: 1.9;
}
.ausjp .sec06 p img {
	display: inline-block;
	vertical-align: middle;
}
.ausjp .sec06 p a:hover {
	opacity: 0.7;
}
@media all and (min-width: 769px) {
	.ausjp .link-ul .on a,
	.ausjp .link-ul li a:hover {
		color: #3D4860;
	}
	.ausjp .link-ul .on a:before,
	.ausjp .link-ul li a:hover:before {
		background: #3D4860;
	}
} 
@media all and (-ms-high-contrast:none){
	#gNavi .menu-inner .link-list li a {
		padding: 8px 38px 4px;
	}
	#gNavi .menu-inner02 .link-list li a {
		padding: 8px 26px 4px;
	}
	#gFooter .f-navi li a {
		padding-top: 4px;
	}
}  
@media print {
   body {
      -webkit-print-color-adjust: exact;
      }
   header, #page-path {
      position: absolute !important;
   }
   #sideBar .info-side {
	  position: absolute !important;
	  left: 0 !important;
	  top: 0 !important;
   }
}
@page {  
   size : A3 portrait;
}