@charset "utf-8";
/*------------------------------------------------------------
	sp
------------------------------------------------------------*/
@media all and (max-width: 768px) {
/* 1: setting
================================== */
body {
	min-width: inherit;
}
a:hover,
a:hover img {
	opacity: 1 !important;
}
.pc {
	display: none !important;
}
a[href^="tel:"] {
	cursor: pointer;
	pointer-events: auto;
}
#main {
	padding-bottom: 388px;
	display: block;
	max-width: inherit;
	background: url("../img/main_bg01.png") no-repeat left bottom 127px,url("../img/main_bg02.png") no-repeat right bottom;
	background-size: 323px auto,276px auto; 
}
#container {
	padding-top: 60px;
	position: relative;
}
#main .com-bg-box {
	padding-top: 71px;
}
/* 2: header
================================== */
#gNavi {
	display: none;
}
#gHeader {
	height: 60px;
	padding: 12px 0 9px;
}
#gHeader .h-inner {
	width: auto;
}
#gHeader h1 {
	float: none;
	margin: 0 auto;
	padding: 3px 21.5% 0 0;
	width: 126px;
	height: 29px;
}
#gHeader .r-box {
	float: none;
	width: auto;
	margin: 0;
}
#gHeader .top-box .link {
	width: 30px;
	float: none;
	position: absolute;
	right: 10px;
	top: 16px;
	border-radius: 0;
}
#gHeader .top-box .link a {
	padding: 10px 0 8px;
	font-size: 1.1rem;
	letter-spacing: 0.2em;
	line-height: 1;
}
#gHeader .top-box .logo-img {
	position: absolute;
	right: 14.7%;
	top: 18px;
	width: 132px;
	float: none;
}
.sp-top-bar {
	position: fixed;
	left: 0;
	top: 60px;
	width: 100%;
	height: 14px;
	background: url("../img/sp_main_bg.jpg") repeat-x left top;
	background-size: 26px auto; 
	z-index: 200;
}
.sp-inner {
	display: none;
	position: absolute;
	margin: 0 !important;
	left: 0;
	top: 60px;
	padding: 45px 40px 57px;
	width: 100%;
	background: #fff;
	z-index: 900;
	box-sizing: border-box;
}
#g-k-w-search {
	margin: 0;
	position: relative;
	border-bottom: 1px solid #3D4860;
}
#gHeader .gsc-search-button {
	position: absolute;
	left: -2px;
	top: 0;
}
#gHeader .gsc-search-button-v2 {
	width: 20px;
	height: 20px;
	top: 2px;
	background: url("../img/sp_icon05.png") no-repeat left center;
	background-size: 11px auto; 
}
#gHeader .gsc-search-button-v2::before {
	content: "";
}
#gHeader .gsc-input-box {
	padding: 0;
}
#gHeader input.gsc-input {
	padding: 0 !important;
	background-position: left center !important;
}
#gHeader table.gsc-search-box td {
	padding-left: 10px !important;
}
.menu {
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	width: 50px;
	height: 50px;
	z-index: 99;
}
.menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 17px;
	width: 20px;
	height: 1px;
	background-color: #fff;
}
.menu span:nth-of-type(1) {
	top: 18px;
}
.menu span:nth-of-type(2) {
	top: 24px;
}
.menu span:nth-of-type(3) {
	top: 31px;
}
.menu.on span:nth-of-type(1) {
	top: 15px;
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu.on span:nth-of-type(2) {
	opacity: 0;
}
.menu.on span:nth-of-type(3) {
	top: 28px;
	-webkit-transform: translateY(-3px) rotate(45deg);
	transform: translateY(-3px) rotate(45deg);
}
.menu-box {
	display: none;
	padding-top: 60px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 900;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
}
.menu-box .sp-navi {
	padding: 10px 31px 40px;
	background: #3D4860;
}
.menu-box .sp-navi > li {
	width: 100%;
	position: relative;
}
.menu-box .sp-navi > li > a {
	padding: 14px 35px 14px 10px;
	display: block;
	color: #fff;
	position: relative;
	font-size: 1.4rem;
	font-weight: 400;
	border-bottom: 1px solid #fff;
	letter-spacing: 0.08em;
}
.menu-box .sp-navi > li > a:before {
	position: absolute;
	right: 14px;
	top: 18px;
	background: url("../img/sp_icon02.png") no-repeat right center;
	background-size: 19px 18px;
	content: "";
	width: 19px;
	height: 18px;
}
.menu-box .sp-navi > li > .on:before {
	background: url("../img/sp_icon03.png") no-repeat right center;
	background-size: 19px 18px;
}
.menu-box .sp-navi > li a img {
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	margin: -3px 0 0 13px;
}
.menu-box .sp-navi > li > ul {
	display: none;
	padding: 5px 0 17px;
}
.menu-box .sp-navi > li > ul > li > a {
	display: block;
	font-size: 1.2rem;
	color: #fff;
	position: relative;
	font-weight: 400;
	padding: 6px 30px 6px 10px;
}
.menu-box .sp-navi > li > ul > li > a:before {
	margin-top: -6px;
	position: absolute;
	right: 17px;
	top: 50%;
	background: url("../img/sp_icon04.png") no-repeat left top;
	background-size: 13px auto; 
	width: 13px;
	height: 13px;
	content: "";
}
.menu-box .sp-navi > li > ul > li > a img {
	margin-left: 12px;
}
#gHeader .spBtn {
	position: absolute;
	left: 52px;
	top: 0;
}
#gHeader .spBtn a {
	width: 51px;
	height: 60px;
	display: block;
	background: url("../img/sp_icon01.png") no-repeat center center;
	background-size: 18px auto; 
}
#gHeader .spBtn .on {
	background: #fff url("../img/sp_icon01_over.png") no-repeat center center;
	background-size: 18px auto; 
}
/* 3: footer
================================== */
.page-top {
	transform: translate(-20px,-20px);
}
#gFooter {
	color: #fff;
	padding: 32px 0 14px;
	background: #3e4861;
}
#gFooter .content {
	padding: 0 2px;
}
#gFooter .f-navi {
	display: none;
}
#gFooter .f-logo {
	margin-bottom: 20px;
}
#gFooter .f-logo img {
	width: 210px;
	height: 60px;
}
#gFooter .txt-p {
	margin-bottom: 27px;
}
#gFooter .add {
	margin-bottom: 57px;
	line-height: 1.9;
}
#gFooter .add a {
	color: #fff;
}
#gFooter .add img {
	margin: -1px 0 0 5px;
}
#gFooter .add .mail-span {
	display: block;
	margin: 0;
}
/* 4: page-path
================================== */
#page-path {
	display: none;
}
/* 5: sideBar
================================== */
#sideBar {
	display: none;
}
/* 6: conts
================================== */
#conts {
	width: auto;
	min-height: inherit;
}
/* -----head-line01----- */
.com-content {
	width: auto;
	padding: 0 33px;
	display: block;
}
/* -----head-line01----- */
.head-line01 {
	text-align: center;
}
.head-line01 .ttl {
	padding: 0 10px 7px;
	font-size: 1.9rem;
	letter-spacing: 0.04em;
}
/* -----content----- */
.content {
	width: auto;
	padding: 0 32px;
}
/* -----com-news-list----- */
.com-news-list > li > a,
.com-news-list li > .info-link {
	padding: 4px 4px 8px;
	display: block;
}
.com-news-list li .date {
	margin-bottom: 8px;
	font-size: 1.4rem;
	width: 131px;
	display: block;
}
.com-news-list li .det-txt {
	display: block;
	line-height: 1.7;
	width: auto;
}
.com-news-list li .btn-list {
	right: 4px;
	top: 4px;
	display: block;
	padding-right: 10px;
}
.com-news-list li .btn-list01 {
	top: 3px;
}
.com-news-list li .btn-list li {
	margin: 0 0 5px;
	padding: 2px 16px;
	font-size: 0.843rem;
	float: right;
	clear: both;
}
.com-news-list li .btn-list01 li {
	padding: 0;
}
.com-news-list li .btn-list01 li a {
	padding: 2px 16px;
	font-size: 0.843rem;
}
.com-news-list li .btn-list li:last-child {
	margin-bottom: 0;
}
.com-news-list li .btn-list li .info {
	padding: 0 20px 1px 0;
	background-size: 8px 8px; 
}
.com-news-list li .btn-list li .no-icon {
	padding-right: 0;
}
.com-news-list li .btn-list01 li .info {
	padding: 0 8px 0 0;
}
.com-news-list li .btn-list li:before {
	position: absolute;
	right: -10px;
	top: 50%;
	width: 24px;
	height: 1px;
	background: #3D4860;
	content: "";
}
.com-news-list li .btn-list li:after {
	right: 8px;
	top: 50%;
}
/* -----head-line02----- */
.head-line02 {
	padding: 5px 0 5px 30px;
	font-size: 1.8rem;
	line-height: 2;
}
/* -----com-link----- */
.com-link {
	right: 10px;
	width: 36px;
	height: 36px;
}
.com-link .link-icon {
	width: 36px;
	height: 36px;
}
/* -----com-link-box----- */
.com-link-box {
	width: 50px;
}
.com-link-box .link-span {
	display: none;
}
/* index
================================== */
.index-page .sp-top-bar {
	display: none;
}
.index-page .com-bg-box {
	background: url("../img/sp_main_bg.jpg") repeat-x center top;
	background-size: 26px auto;
}
.main-img {
	max-width: inherit;
	position: relative;
}
.main-img .en-title {
	position: absolute;
	right: 52px;
	top: 32px;
	line-height: 1.35;
	font-size: 1.7rem;
}
.index .sec01 .head-line01 {
	margin-bottom: 40px;
}
.index .sec01 .top-box {
	display: none;
}
.index .sec01 .news-box {
	height: 240px;
	margin: 0 0 53px 20px;
}

/*　スマホトップのみ新着ニュースの表示を減らす一時対応　今後ニュース一覧から持ってくる改修の際に改善予定2023/7/13　*/
.index .sec01 .com-news-list li:nth-child(n+10) {
	display: none;
}

.index .sec02 .head-line01 {
	margin-bottom: 45px;
}
.index .sec02 .head-line01 .ttl {
	padding: 0 13px 7px;
}
.index .sec02 .list-ul {
	margin: 0 12px 45px;
}
.index .sec02 .list-ul > li {
	margin: 0 0 20px 0;
	position: relative;
	width: 100%;
	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__ttl {
	margin-bottom: 22px;
	font-size: 1.94rem;
}
.index .sec02 .list-ul .color01 .list-ul__ttl .info-span {
	display: flex;
	justify-content: center;
	align-items: center;
}
.index .sec02 .list-ul .list-ul__ttl .en {
	display: inline-block;
	margin: 0;
	padding-left: 20px;
}
.index .sec02 .list-ul .list-ul__txt {
	margin: 0 17px -20px;
	font-size: 1.2rem;
	line-height: 1.55;
}
.index .sec02 .list-ul .list-ul__txt01 {
	margin-bottom: 1px;
}
.index .sec02 .list-ul .link-ul {
	max-width: 232px;
	margin: 0 auto;
}
.index .sec02 .list-ul .link-ul01 {
	max-width: 232px;
}
.index .sec02 .list-ul .link-ul li {
	width: 100%;
	margin-bottom: 7px;
}
.index .sec02 .list-ul .link-ul li:last-child {
	margin-bottom: 0;
}
.index .sec02 .list-ul .link-ul li a {
	font-size: 1.2rem;
	padding: 2px 0 5px;
}
.index .sec02 .list-ul .list-ul__box04::before {
	right: 80px;
}
.index .sec03 .head-line01 {
	margin-bottom: 38px;
}
.index .sec03 .head-line01 .ttl {
	padding: 0 25px 7px;
}
.index .sec03 .link-list {
	margin: 0 auto 62px;
}
.index .sec03 .link-list li {
	margin: 0 0 18px 0;
	width: 100%;
	text-align: center;
}
.index .sec03 .link-list li img {
	width: 270px;
}
.index .sec03 .link-list li:last-child {
	margin: 0;
}
.index .sec04 {
	padding-bottom: 48px;
}
.index .sec04 .head-line01 {
	margin-bottom: 37px;
}
.index .sec04 .list-ul {
	margin: 0;
	border-top: dotted 1px #333;
    border-bottom: dotted 1px #333;
    background: #eee3;
}
.index .sec04 .list-ul li {
	width: 175px;
	padding: 40px 20px 40px;
}
.index .sec04 .list-ul li:first-child {
	margin-left: calc((100% - 64px - 175px) / 2 + 20px);
}

.index .sec04 .list-ul li .list-ul__ttl {
	padding: 4px;
	letter-spacing: 0.01em;
}
.index .sec04 .list-ul li .list-ul__pho {
    height: 246px;
}

.index .sec04 .list-ul {
    height: 400px
}
.index .sec04 .list-ul.brochure2023, .index .sec04 .list-ul.brochure2022, .index .sec04 .list-ul.brochure2021 {
    height: 524px
}
/* contact
================================== */
.contact {
	padding-top: 31px;
}
.contact .page-title {
	display: none;
}
.contact .head-line01 {
	margin-bottom: 50px;
}
.contact .head-line01 .ttl {
	letter-spacing: 0;
}
.contact .content {
	width: auto;
}
.contact .inner__map {
	float: none;
	width: auto;
}
.contact .inner__text-box {
	float: none;
	width: auto;
	margin-bottom: 84px;
}
.contact .inner__h3-ttl {
	margin-bottom: 32px;
	padding: 38px 4px 42px;
}
.contact .inner__add {
	margin: 0 0 17px 3px;
}
.contact .inner__txt {
	margin: 0 0 28px 3px;
}
.contact .inner__txt .mail-txt {
	padding-top: 1px;
}
.contact .inner__txt-list {
	margin: 0 0 0 3px;
}
.contact .inner__txt-list li {
	padding: 0;
	line-height: 2.25;
}
.contact .inner__txt-list li:before {
	display: none;
}
/* overview
================================== */
.overview #conts .sec01 {
	padding-top: 62px;
	margin: -50px 0 0;
}
.overview #conts .sec01 .top-ttl {
	padding-right: 0;
	margin-bottom: 7px;
	font-size: 1.5rem;
	letter-spacing: 0.01em;
}
.overview #conts .sec01 .head-line01 {
	padding-right: 0;
	margin-bottom: 49px;
}
.overview #conts .sec01 .head-line01 .ttl {
	padding: 0 0 8px;
}
.overview #conts .sec01 .img-box .img-box__text-box {
	float: none;
	width: auto;
	margin-top: -6px;
}
.overview #conts .sec01 .img-box .img-box__text-box p {
	margin-bottom: 29px;
	font-weight: 400;
	font-size: 1.55rem;
	line-height: 1.65;
	text-align: left;
}
.overview #conts .sec01 .img-box .img-box__text-box p:last-child {
	margin-bottom: 0;
}
.overview #conts .sec01 .img-box .img-box__pho {
	width: 163px;
	margin: 0 0 20px 20px;
}
.overview #conts .sec01 .img-box .img-box__pho .txt-span {
	margin-top: 13px;
	font-size: 1.2rem;
	line-height: 1.65;
}
.overview #conts .sec01 .img-box .img-box__pho .name {
	font-size: 1.5rem;
	margin-top: 2px;
}
.overview #conts .sec02 {
	padding: 62px 0 14px;
}
.overview #conts .sec02:before {
	display: none;
}
.overview #conts .sec02 .head-line01 {
	padding-right: 0;
	margin-bottom: 43px;
}
.overview #conts .sec02 .head-line01 .ttl {
	padding: 0 44px 7px;
}
.overview #conts .sec02 .top-txt {
	margin: 0 0 34px 0;
	font-size: 1.55rem;
	font-weight: 400;
	line-height: 1.7;
	text-align: left;
}
.overview #conts .sec02 .detail-box {
	margin: 0 -33px;
	padding: 34px 33px 64px;
	background: #f6f7f9;
}
.overview #conts .sec02 .detail-box .l-box {
	padding: 0;
	margin: 0 auto 42px;
	width: 292px;
	float: none;
	position: relative;
}
.overview #conts .sec02 .detail-box .l-box .com-link01 {
	top: 1px;
}
.overview #conts .sec02 .detail-box .r-box {
	width: auto;
	float: none;
}
.overview #conts .sec02 .detail-box .h3-ttl {
	margin-bottom: 7px;
	position: relative;
	letter-spacing: 0.06em;
}
.overview #conts .sec02 .detail-box .h3-ttl .info-ttl {
	padding-right: 10px;
}
.overview #conts .sec02 .inner {
	margin: 0 0 25px 0;
}
.overview #conts .sec02 .inner01 {
	margin-bottom: 0;
}
.overview #conts .sec02 .inner .inner__pho {
	display: none;
}
.overview #conts .sec02 .inner .inner__text {
	float: none;
	width: auto;
}
.overview #conts .sec02 .inner .inner__text p {
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: 0.037em;
	text-align: left;
}
.overview #conts .sec03 {
	padding: 50px 0 48px;
}
.overview #conts .sec03 .head-line01 {
	margin-bottom: 44px;
	padding-right: 0;
}
.overview #conts .sec03 .head-line01 .ttl {
	padding: 0 5px 7px;
	font-size: 2.1rem;
}
.overview #conts .sec03 .organization-img {
	margin: 0 -16px;
	text-align: center;
}
.overview #conts .sec03 .organization-img img {
	width: 100%;
	max-width: 411px;
	height: auto;
}
.overview #conts .sec04 {
	margin: 0 -33px;
	padding: 63px 33px 33px;
	background: #f6f7f9;
}
.overview #conts .sec04:before {
	display: none;
}
.overview #conts .sec04 .head-line01 {
	margin-bottom: 49px;
	padding: 0;
}
.overview #conts .sec04 .head-line01 .ttl {
	padding: 0 24px 7px;
	letter-spacing: 0.04em;
}
.overview #conts .sec04 .tab-box {
	margin: 0 0 20px;
	width: auto;
}
.overview #conts .sec04 table {
	width: 100%;
}
.overview #conts .sec04 thead th {
	padding: 5px 5px 5px 18px;
	letter-spacing: 0;
}
.overview #conts .sec04 thead th:last-child {
	padding-left: 0;
}
.overview #conts .sec04 th,
.overview #conts .sec04 td {
	width: 100%;
	float: left;
	box-sizing: border-box;
	line-height: 1.3;
}
.overview #conts .sec04 th {
	width: 100%;
	padding: 15px 5px 6px 16px;
	border-bottom: none;
}
.overview #conts .sec04 td {
	width: 100%;
	padding: 0 5px 12px 16px; 
}
.overview #conts .sec04 thead th {
	width: 50%;
	border-bottom: 1px solid #3D4860;
}
.overview #conts .sec04 thead th:last-child {
	width: 50%;
}
.overview #conts .sec04 tr:last-child td {
	border-bottom: none;
}
.overview #conts .sec05 {
	padding: 69px 0;
}
.overview #conts .sec05 .head-line01 {
	padding-right: 0;
	margin-bottom: 43px;
}
.overview #conts .sec05 .head-line01 .ttl {
	padding: 0 22px 7px;
}
.overview #conts .sec05 .txt-p {
	margin: 0 0 26px 0;
	font-size: 1.55rem;
	line-height: 1.7;
	text-align: left;
}
.overview #conts .sec05 .txt-p:last-child {
	margin-bottom: 0;
}
/*------------------------------------------------------------
	projects
------------------------------------------------------------*/
.projects #conts {
	margin-top: -71px;
}
.projects #conts .sec01 {
	padding-top: 83px;
	margin-bottom: 53px;
}
.projects #conts .head-line01 {
	padding-right: 0;
	margin-bottom: 19px;
}
.projects #conts .head-line01 .ttl {
	padding: 0 42px 6px;
}
.projects #conts .img-box {
	margin: 0 0 0 0;
}
.projects #conts .img-box .img-box__photo {
	margin: 0 -49px 0 0;
	width: 65%;
}
.projects #conts .img-box .img-box__photo img {
	width: 100%;
}
.projects #conts .img-box .img-box__text-box {
	padding-top: 25px;
	float: none;
	width: auto;
}
.projects #conts .img-box__text {
	margin-bottom: 29px;
	line-height: 1.6;
	font-weight: 400;
	font-size: 1.55rem;
	text-align: left;
}
.projects #conts .add-sec .link-txt {
	padding: 30px 0 0 30px;
}
.projects #conts .add-sec .link-txt a {
	padding: 0 13px 8px 0;
}
.projects #conts .add-sec .link-txt img {
	display: none;
}
.projects #conts .add-sec .img-box .img-box__photo {
	width: 86%;
	float: none;
	margin: 0 auto;
	max-width: 326px;
}
.projects #conts .add-sec .img-box__text-box {
	margin-bottom: 30px;
}
.projects #conts .add-sec .head-line02 {
	letter-spacing: 0;
}
.projects #conts .sec02 {
	margin: 0 -33px;
	padding: 20px 33px 27px;
}
.projects #conts .sec02 .info-box {
	width: auto;
	padding: 17px 0 0;
}
.projects #conts .sec02 .head-line02 {
	margin: 0 0 12px -2px;
	letter-spacing: 0;
}
.projects #conts .sec02 .txt {
	margin-left: 47px;
	line-height: 1.8;
	text-align: left;
}
.projects #conts .sec03 {
	margin: 0 -33px;
	padding: 69px 33px 19px;
	background: #f6f7f9;
}
.projects #conts .sec03:before {
	display: none;
}
.projects #conts .sec03 .head-line01 .ttl {
	padding: 0 19px 7px;
}
.projects #conts .sec03 .img-box__photo {
	margin: 13px -4px 0 0;
	width: 44.5%;
}
.projects #conts .sec04 {
	margin: 0 -33px;
	padding: 26px 33px 20px;
}
.projects .com-img-box {
	padding-bottom: 13px;
	border-left: 1px solid #dbdcde;
}
.projects .com-img-box .com-img-box__pho {
	margin: 0 auto;
	float: none;
	width: 64%;
}
.projects .com-img-box .com-img-box__pho .pho {
	padding-top: 19px;
	margin-bottom: 12px;
	display: block;
	text-align: center;
}
.projects .com-img-box .com-img-box__pho .pho img {
	width: 78%;
}
.projects .com-img-box .com-img-box__text-box {
	padding: 15px 0;
	float: none;
	width: auto;
	position: relative;
	border: none;
}
.projects .com-img-box .com-img-box__text-box .head-line02 {
	margin: 0 0 14px -2px;
	letter-spacing: 0;
}
.projects .com-img-box__text-box .com-img-box__link {
	margin: 40px 0 0 130px;
}
.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 img {
	margin: -3px 0 0 10px;
	width: 13px;
	height: 13px;
	vertical-align: middle;
}
.projects .com-img-box__text-box .com-img-box__text {
	margin: 0 0 20px 40px;
	line-height: 1.7;
	text-align: left;
}
.projects .com-img-box__text-box .language {
	margin: 0 0 0 20px;
	position: static;
	float: left;
	width: 83px;
	height: 83px;
	padding-top: 21px;
	line-height: 1.4;
	font-size: 1.2rem;
	letter-spacing: 0.015em;
}
.projects .sec05 {
	margin: 0 -33px;
	padding: 30px 33px;
	background: #f6f7f9;
}
	.projects .sec05:before {
		display: none;
	}
.projects .sec05 .com-img-box .com-img-box__pho {
	padding: 2px 0 0;
}
.projects .sec05 .com-img-box .pho img {
	width: 90%;
}
.projects .sec05 .com-img-box .pho {
	margin-bottom: 20px;
}
.projects .sec05 .com-img-box .com-img-box__text-box .head-line02 {
	letter-spacing: 0;
}
.projects #conts .sec06 {
	margin: 0 -33px;
	padding: 22px 33px 37px;
}
.projects #conts .sec06 .head-line02 {
	letter-spacing: 0;
}
.projects #conts .sec07 {
	margin: 0 -33px;
	padding: 67px 33px 41px;
	background: #f6f7f9;
}
.projects #conts .sec07:before {
	display: none;
}
.projects #conts .sec07 .img-box__photo {
	margin: 20px -26px 0 0;
	width: 50.3%;
}
.projects #conts .sec07 .head-line01 .ttl {
	padding: 0 25px 7px;
}
.projects #conts .sec08 {
	margin: 0 -33px;
	padding: 30px 33px 20px;
}
.projects #conts .sec08 .com-img-box {
	margin: 0;
	border: none;
}
.projects #conts .sec08 .com-img-box__pho {
	margin-top: 20px;
	padding: 4px;
	width: 88%;
}
.projects #conts .sec08 .com-img-box__text-box {
	width: auto;
	border-left: 1px solid #dbdcde;
}
.projects #conts .sec08 .head-line01 .ttl {
	padding: 0 25px 7px;
}
.projects #conts .sec08 .com-img-box__text {
	margin-bottom: 0;
}
.projects #conts .sec08 .com-img-box__text01 {
	margin: 0 0 22px 23px;
}
.projects #conts .sec08 .com-img-box__link {
	margin: 0 -30px 8px 27px;
	word-break: break-all;
}
.projects #conts .sec08 .com-img-box__link01 a {
	padding-right: 0;
}
.projects #conts .sec08 .com-img-box__link01 {
	margin-bottom: 0;
}
.projects #conts .sec08 .indent {
	text-align: left;
}
.projects #conts .sec09 {
	background: #f6f7f9;
}
.projects #conts .sec09:before {
	display: none;
}
/* info-page
================================== */
.info-page #conts {
	padding-top: 10px;
	width: auto;
	margin-right: 0;
}
.info-page .head-line01 {
	padding-right: 0;
	margin-bottom: 68px;
}
.info-page .head-line01 .ttl {
	padding: 0 12px 6px;
}
.info-page .info-sec {
	margin-bottom: 80px;
}
.info-page .com-news-list {
	margin-bottom: 0;
}
.info-page .com-news-list > li > a {
	padding-left: 0;
}
.info-page .top-box {
	padding-bottom: 20px;
	border-bottom: 1px solid #3D4860;
}
.info-page .top-box .btn {
	width: 92px;
}
.info-page .com-news-list > li:first-child > a {
	border-top: none;
}
/* ausjp
================================== */
.ausjp #conts {
	margin-top: -3px;
	padding-top: 82px;
}
.ausjp .link-ul {
	top: 0;
	left: -33px;
	right: -33px;
	width: auto;
}
.ausjp .link-ul.fixed {
	top: 73px;
	padding: 8px 0 10px;
}
.ausjp .link-ul li {
	padding: 0 8px;
	text-align: center;
	box-sizing: border-box;
}
.ausjp .link-ul li a {
	padding: 0 0 6px;
	font-size: 1.2rem;
}
.ausjp .link-ul li a:before {
	margin: 0;
	position: absolute;
	left: -2px;
	right: -2px;
	width: auto;
	height: 2px;
	bottom: -1px;
	background: #e1e1e1;
	content: "";
}
.ausjp .sec01 {
	margin-bottom: 58px;
}
.ausjp .sec01 .head-line03 {
	margin-bottom: 30px;
}
.ausjp .sec01 .title {
	margin-bottom: 12px;
	padding-bottom: 22px;
	font-size: 2.7rem;
	line-height: 1.45;
}
.ausjp .sec01 .txt {
	font-size: 1.6rem;
	letter-spacing: 0.012em;
}
.ausjp .sec02 {
	margin-bottom: 55px;
}
.ausjp .sec02 .head-line03 {
	margin-bottom: 25px;
}
.ausjp .sec02 .txt-dl {
	margin-bottom: 14px;
}
.ausjp .sec02 .txt-dl dt {
	padding: 25px 0 0 8px;
}
.ausjp .sec02 .txt-dl dd {
	padding: 23px 0 23px 8em;
}
.ausjp .sec02 .list-ul {
	margin: 0;
	display: block;
}
.ausjp .sec02 .list-ul li {
	margin: 0 0 36px;
	width: 100%;
}
.ausjp .sec02 .list-ul li .js-box .txt {
	line-height: 1.75;
	text-align: left;
}
.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: calc(100% - 206px);
}
.ausjp .sec02 .list-ul li .com-link-box {
	width: 110px;
}
.ausjp .sec02 .list-ul li .com-link-box .link-span {
	display: block;
}
.ausjp .sec03 {
	margin-bottom: 49px;
}
.ausjp .sec03 p {
	text-align: left;
}
.ausjp .sec04 .head-line03 {
	margin-bottom: 28px;
}
.ausjp .sec04 table {
	margin-bottom: 60px;
	border-top: 1px solid #3D4860;
}
.ausjp .sec04 th,
.ausjp .sec04 td {
	padding: 20px 0;
	float: left;
	width: 100%;
	border-bottom: 1px solid #3D4860;
}
.ausjp .sec04 tr:first-child th,
.ausjp .sec04 tr:first-child td {
	border-top: none;
}
.ausjp .sec04 th {
	padding: 23px 0 6px 9px;
	width: 100%;
	border: none;
}
.ausjp .sec04 td {
	padding: 0 0 22px 9px;
}
.ausjp .sec04 td .top {
	margin-bottom: 12px;
	line-height: 1.8;
}
.ausjp .sec04 td .top01 {
	margin-bottom: 0;
}
.ausjp .sec04 td .txt-list li {
	font-size: 1.3rem;
	line-height: 1.4;
}
.ausjp .sec04 td .txt-list01 li {
	font-size: 1.3rem;
	line-height: 1.4;
}
.ausjp .sec04 td .txt-ul {
	display: block;
	margin-bottom: 12px;
}
.ausjp .sec04 td .txt-ul > li {
	width: 100%;
	margin: 0 0 20px;
}
.ausjp .sec04 td .txt-ul > li:nth-child(3n) {
	margin: 0;
}
.ausjp .sec05 {
	margin-bottom: 58px;
}
}
@media all and (max-width: 440px) {
	#gHeader .spBtn {
		left: 39px;
	}
	#gHeader h1 {
		padding-right: 26%;
		width: 130px;
	}
	#gHeader .top-box .logo-img {
		right: 12.6%;
		width: 139px;
	}
	.menu {
		left: -4px;
	}
	#gHeader .spBtn a {
		width: 40px;
	}
	.overview #conts .sec04 thead th {
		padding-left: 10px;
	}
	.overview #conts .sec04 th {
		width: 32%;
	}
	.overview #conts .sec04 th {
		padding-left: 10px;
		font-size: 1.3rem;
	}
	.overview #conts .sec02 .inner__text-box p {
		padding-bottom: 37px;
	}
	.overview #conts .sec02 .inner__text-box p br {
		display: none;
	}
	.projects .com-img-box__text-box .language {
		width: 63px;
		height: 63px;
		font-size: 1.1rem;
		padding-top: 12px;
	}
	.projects .com-img-box__text-box .com-img-box__link {
		margin-left: 92px;
	}
	.projects #conts .sec08 .com-img-box__link01 {
		margin-right: 0;
	}
	.projects .com-img-box__text-box .com-img-box__link a {
		font-size: 1.2rem;
	}
	.ausjp .link-ul li {
		padding: 0 4px;
	}
	.ausjp .sec01 .title {
		font-size: 2.4rem;
	}
	.info-page .com-content {
		padding: 0 12px;
	}
	.com-news-list li .det-txt {
		padding-top: 8px;
	}
}
@media all and (max-width: 374px) {
	.overview #conts .sec01 .img-box .img-box__pho {
		width: 120px;
		margin-left: 10px;
	}
	.overview #conts .sec02 .detail-box .l-box {
		width: 260px;
	}
	.ausjp .link-ul li {
		padding: 0 4px;
	}
	.ausjp .link-ul li a {
		font-size: 1rem;
	}
	.com-news-list li .btn-list li {
		padding: 2px 12px;
	}
	.com-news-list li .btn-list01 li {
		padding: 0;
	}
	.com-news-list li .btn-list01 li a {
		padding: 2px 12px;
	}
}
@media all and (max-width: 414px) {
	#gHeader .top-box .logo-img {
		right: 44px;
	}
	.menu {
		left: -7px;
	}
	#gHeader .spBtn {
		left: 34px;
	}
	#gHeader h1 {
		padding: 5px 32% 0 0;
		width: 100px;
	}
	#gHeader .top-box .logo-img {
		right: 14.3%;
		width: 130px;
	}
	#gFooter .add {
		letter-spacing: 0.02em;
	}
}
@media all and (max-width: 359px) {
	#gHeader .top-box .logo-img {
		right: 44px;
	}
	.menu {
		left: -7px;
	}
	#gHeader .spBtn {
		left: 34px;
	}
	#gHeader h1 {
		padding-right: 32%;
		width: 100px;
	}
	#gHeader .top-box .logo-img {
		right: 14.3%;
		width: 125px;
	}
}
@media all and (max-width: 340px) {
	#gHeader h1 {
		padding-right: 27%;
	}
	#gHeader .top-box .logo-img {
		right: 14.3%;
		width: 107px;
	}
}
@media all and (max-width: 449px) {
	.index .sec02 .list-ul {
		margin: 0 -10px 45px;
	}
}
@media all and (max-width: 414px) {
	.main-img .en-title {
		right: 20px;
	}
	.main-img .title {
		right: 50px;
	}
	.index .sec02 .list-ul .list-ul__txt {
		font-size: 1.1rem;
	}
	.index .sec01 .news-box {
		margin: 0 -20px 53px;
	}
	#gFooter .add {
		font-size: 1.3rem;
	}
	.overview #conts .sec04 .head-line01 .ttl {
		padding: 0 13px 7px;
	}
}
@media all and (min-width: 769px) and (max-width: 1199px) {
	#gHeader .h-inner {
		width: auto;
		max-width: 1120px;
		padding: 0 10px;
	}
	#gNavi .menu-inner .content {
		padding: 0 20px 0 20px;
	}
}