@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@900&display=swap");
/* ---海外事業----------------------------*/
html.g-wwo #cnwrapper {
	max-width: none;
}

.sitetop {
	color: #505050;
}
.sitetop ul, .sitetop ol, .sitetop figure {
	margin: 0;
}
.sitetop li {
	list-style: none;
}
.sitetop img {
	width: 100%;
	vertical-align: bottom;
}
.sitetop .pc {
	display: inline-block;
}
.sitetop .sp {
	display: none;
}
.sitetop .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: -56px;
}
.sitetop .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 16px;
}
.sitetop .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}
.sitetop .swiper-pagination-bullet-active {
	background: #002870;
}

.mv {
	position: relative;
	width: 100%;
}

.oversea {
	width: 976px;
	margin: 0 auto;
	padding: 100px 0 0;
	font-size: 16px;
	line-height: 32px;
}
.oversea p {
	padding: 0;
	font-size: 16px;
	line-height: 32px;
}
.oversea__pagenav {
	padding: 50px 0 65px;
}
.oversea__pagenav__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-left: 1px solid #002870;
	border-right: 1px solid #002870;
}
.oversea__pagenav__item {
	position: relative;
	/*width: 20%;*/
	width: 25%;
}
.oversea__pagenav__item .subnav {
	display: none;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	z-index: 2;
	width: 100%;
	text-align: center;
}
.oversea__pagenav__item .subnav__btn {
	display: block;
	margin: 1px 0;
	padding: 1em 0;
	background: #4a85c2;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
	color: #fff;
	transition: .4s all;
}
.oversea__pagenav__item .subnav__btn:hover {
	background: #002870;
	text-decoration: none;
	transition: .4s all;
}
.oversea__pagenav__btn, .oversea__pagenav__switch {
	display: block;
	position: relative;
	padding: 0.8em 0 1.5em;
	border-left: 1px solid #002870;
	border-right: 1px solid #002870;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
	color: #002870;
	text-align: center;
	transition: all .4s;
}
.c-lhs2 {
    line-height: 2 !important
}
.oversea__pagenav__btn:after, .oversea__pagenav__switch:after {
	content: "＞";
	position: absolute;
	display: inline-block;
	right: 50%;
	bottom: 0;
	transform: translateX(50%) scale(0.9, 0.8) rotate(90deg);
}
.oversea__pagenav__btn:hover, .oversea__pagenav__btn.clicked, .oversea__pagenav__switch:hover, .oversea__pagenav__switch.clicked {
	text-decoration: none;
	background: #002870;
	color: #fff;
	transition: all .4s;
}
.oversea__pagenav__switch {
	cursor: pointer;
}
.oversea__map {
	position: relative;
	margin-bottom: 80px;
}
.sitetop .oversea__map__img {
	width: 1027px;
	margin: 0 -25px 0 -26px;
}
.oversea__map__ttl {
	position: absolute;
	left: 50%;
	top: 0.7em;
	transform: translateX(-50%);
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 1em;
	letter-spacing: 0.42em;
	color: #002870;
}
.oversea__map__place {
	position: absolute;
	right: 260px;
	top: 230px;
	text-align: right;
}
.oversea__map__place__nation {
	padding: 0 0 39px;
	font-size: 16px;
	line-height: 1em;
	color: #002870;
}
.oversea__map__place__nation:nth-child(2) {
	padding: 0 0 35px;
}
.oversea__map__place__nation:nth-child(3) {
	padding: 0 0 68px;
}
.oversea__map__place__nation:last-child {
	padding: 0;
}
.oversea__map__place__nation a {
	display: inline-block;
	padding-right: 30px;
	background: url(../img/arrow.svg) no-repeat right center;
	background-size: 16px 16px;
	font-weight: bold;
	transition: all .4s;
}
.oversea__map__place__nation a:hover {
	background: url(../img/arrow.svg) no-repeat right 10px center;
	transition: all .4s;
}
.oversea__anniv {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 60px 0 90px;
}
.oversea__anniv__ttl {
	padding: 0 492px 10px 0;
}
.oversea .oversea__anniv__txt {
	width: 484px;
	padding: 25px 0 0;
}
.oversea__anniv__flow {
	width: 454px;
}
.oversea__anniv__flow__ttl {
	margin: 0 0 10px;
	padding: 0.5em 0;
	background: #002870;
	font-family: 'Noto Serif JP', serif;
	font-size: 17px;
	font-weight: 900;
	line-height: 1em;
	color: #fff;
	text-align: center;
}
/*.oversea__contact {	/*2025.03.30
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 80px;
	padding: 35px 106px 35px 95px;
	background: #4a85c2;
}
.oversea .oversea__contact__txt {
	width: 395px;
	font-size: 18px;
	line-height: 1.73em;
	color: #fff;
}
.oversea__contact__cv {
	width: 365px;
}
.oversea .oversea__contact__cv__btn {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 6px;
	font-size: 22px;
	font-weight: bold;
	line-height: 59px;
	color: #4a85c2;
	text-align: center;
}
.oversea .oversea__contact__cv__btn:after {
	content: "＞";
	position: absolute;
	display: inline-block;
	right: 0.5em;
	bottom: 50%;
	transform: translateY(50%) scaleX(0.7);
}
.oversea .oversea__contact__cv__btn:hover {
	background: #002870;
	color: #fff;
	text-decoration: none;
}*/
.oversea__box {
	display: block;
}
.oversea__box__ttl {
	margin: 0 5px 30px 0;
	padding: 0.65em 0 0.65em 5px;
	background: #002870;
	box-shadow: 5px 5px 0 #aa8e59;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 1em;
	letter-spacing: 0.6em;
	color: #fff;
	text-align: center;
}
.oversea__history {
	display: none;
}
.oversea__history__img {
	padding: 20px 0 57px;
}
.oversea__services {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 10px 0 100px;
}
.oversea__services__item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 473px;
	padding: 0 0 25px;
}
.oversea__services__ttl {
	width: 100%;
	padding: 0 0 0.6em;
	font-family: 'Noto Serif JP', serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 1em;
	color: #002870;
}
.oversea .oversea__services__txt {
	width: 260px;
	font-size: 14px;
	line-height: 24px;
}
.oversea__services__photo {
	width: 200px;
}
.oversea__services__photo .mgh {
	margin: 32px 0 0;
}
.oversea__countries {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 0 0 70px;
}
.oversea__countries__txt {
	width: 630px;
}
.oversea__countries__ttl {
	width: 100%;
	margin: 0 0 1em;
	padding: 0 0 0 0.8em;
	border-left: 10px solid #002870;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	font-weight: 900;
	line-height: 1em;
	color: #002870;
}
.sitetop .oversea__countries__photo {
	width: 305px;
}
.sitetop .oversea__countries__photo .capt {
	padding-top: 0.8em;
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	text-align: right;
}
.oversea__instances {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.oversea__instances__ttl {
	position: relative;
	margin: 2em 0 1em;
	font-size: 22px;
	line-height: 1em;
	color: #002870;
}
.oversea__instances__ttl:before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #002870;
}
.oversea__instances__ttl span {
	display: inline-block;
	position: relative;
	padding: 0 0.8em 0 0;
	background: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 900;
}
.oversea__instances__item {
	width: 310px;
	padding: 0 0 40px;
}
.oversea__instances a {
	color: #505050;
	transition: all .4s;
}
.oversea__instances a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: all .4s;
}
.sitetop .oversea__instances__txt {
	padding: 1em 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.sitetop .oversea__instances__txt small {
	font-weight: normal;
}
.oversea__localsite__ttl {
	padding: 1em 0 0.5em;
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
}
.oversea__localsite__txt {
	margin: 0;
	padding: 1em 0 0;
	font-size: 14px;
	line-height: 1.4em;
}
.oversea__localsite__txt a {
	position: relative;
	margin-right: -0.7em;
	padding-left: 15px;
	display: inline-block;
	color: #21366e;
}
.oversea__localsite__txt a:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0.4em;
	width: 6px;
	height: 6px;
	border-top: solid 2px #0041c0;
	border-right: solid 2px #0041c0;
	transform: rotate(45deg);
}
.oversea__localsite__txt a:hover {
	color: #c40043;
	text-decoration: underline;
}
.oversea__apply {
	display: inline-block;
	width: 100%;
	padding: 20px 0 0;
	text-align: right;
}
.oversea .oversea__apply__btn {
	position: relative;
	padding: 0.4em 3em;
	background: #4a85c2;
	border-radius: 4px;
	font-size: 18px;
	line-height: 1em;
	color: #fff;
	transition: .4s all;
}
.oversea .oversea__apply__btn:after {
	content: "＞";
	position: absolute;
	display: inline-block;
	right: 0.5em;
	bottom: 50%;
	transform: translateY(50%) scaleX(0.7);
}
.oversea .oversea__apply__btn:hover {
	text-decoration: none;
	background: #002870;
	transition: .4s all;
}

/* ----------------------------------------------------------
スマートフォン
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
.sitetop .pc {
	display: none;
}
.sitetop .sp {
	display: inline-block;
}
.sitetop .swiper-pagination {
	display: none;
}

.oversea {
	width: auto;
	padding: 6vw 0 0;
}
.oversea p {
	padding: 0 4%;
	font-size: 4vw;
	line-height: 1.8em;
}
.oversea__pagenav {
	padding: 5vw 0 12vw;
}
.oversea__pagenav__list {
	display: block;
	justify-content: unset;
	flex-wrap: unset;
	border-left: none;
	border-right: none;
	border-top: 0.4vw solid #002870;
	border-bottom: 0.4vw solid #002870;
}
.oversea__pagenav__item {
	width: auto;
}
.oversea__pagenav__item .subnav {
	position: static;
	left: auto;
	bottom: auto;
	transform: unset;
}
.oversea__pagenav__item .subnav__btn {
	position: relative;
	margin: 0.4vw 0;
	padding: 1em 1em 1em 3em;
	font-size: 4.2vw;
	text-align: left;
}
.oversea__pagenav__item .subnav__btn:after {
	content: "＞";
	position: absolute;
	display: inline-block;
	right: 2em;
	bottom: 50%;
	transform: translateY(50%) scale(0.9, 0.8) rotate(90deg);
}
.oversea__pagenav__btn, .oversea__pagenav__switch {
	padding: 1.1em 0.9em;
	border-left: none;
	border-right: none;
	border-top: 0.4vw solid #002870;
	border-bottom: 0.4vw solid #002870;
	font-size: 4.8vw;
	text-align: left;
}
.oversea__pagenav__btn:after, .oversea__pagenav__switch:after {
	right: 7%;
	bottom: 50%;
	transform: translateY(50%) scale(0.9, 0.8) rotate(90deg);
}
.sitetop .oversea__map__img {
	width: auto;
	margin: 0;
}
.oversea__map__ttl {
	width: 100%;
	top: 1.3em;
	font-size: 5vw;
	letter-spacing: 0.52em;
	text-align: center;
}
.oversea__map__place {
	right: 9%;
	top: 48vw;
}
.oversea__map__place__nation {
	padding: 0 0 16vw;
	font-size: 4.5vw;
}
.oversea__map__place__nation:nth-child(2) {
	padding: 0 0 16vw;
}
.oversea__map__place__nation:nth-child(3) {
	padding: 2.5vw 0 11vw;
}
.oversea__map__place__nation a {
	line-height: 1.18em;
	padding-right: 1.5em;
	background: url(../img/arrow.svg) no-repeat right bottom 0.1em;
	background-size: 4.5vw 4.5vw;
}
.oversea__anniv {
	display: block;
	justify-content: unset;
	flex-wrap: unset;
	padding: 10vw 4%;
}
.oversea__anniv__ttl {
	padding: 0 15% 5vw;
}
.oversea .oversea__anniv__txt {
	width: auto;
	padding: 0 0 10vw;
}
.oversea__anniv__flow {
	width: auto;
}
.oversea__anniv__flow__ttl {
	margin: 0 0 2vw;
	padding: 0.5em 0;
	font-size: 4.6vw;
	line-height: 1.34em;
}
.oversea__contact {
	display: block;
	justify-content: unset;
	flex-wrap: unset;
	align-items: unset;
	margin: 0 4% 10vw;
	padding: 5vw 4%;
}
.oversea .oversea__contact__txt {
	width: auto;
	padding: 0 0 1em;
	font-size: 3.5vw;
	line-height: 1.58em;
	text-align: center;
}
.oversea__contact__cv {
	width: auto;
}
.oversea .oversea__contact__cv__btn {
	border-radius: 1.8vw;
	font-size: 5.1vw;
	line-height: 14vw;
}
.oversea__box {
	margin: 0 0 10vw;
}
.oversea__box__ttl {
	margin: 0 4.7% 6vw 4%;
	padding: 0.65em 0 0.65em 1vw;
	box-shadow: 1vw 1.2vw 0 #aa8e59;
	font-size: 5vw;
}
.oversea__history {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 8vw 0 0;
}
.oversea__history__img {
	display: none;
}
.oversea__history__year {
	width: 20%;
	padding: 1em;
	margin: 0 0 2vw;
	background: #d3c9af;
	box-sizing: border-box;
	font-size: 4vw;
	font-weight: bold;
	font-style: italic;
	line-height: 1em;
	color: #aa8e59;
}
.oversea__history__detail {
	width: 80%;
	padding: 1em 1em 2vw;
	box-sizing: border-box;
}
.oversea__history__ttl {
	margin: 0 0 0.7em;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.9vw;
	font-weight: 900;
	line-height: 6vw;
}
.oversea__history__ttl:before, .oversea__history__ttl:after {
	font-family: initial;
	font-size: 6vw;
	font-weight: normal;
}
.oversea__history__ttl:before {
	content: "[";
	margin: 0 0.5em 0 0;
}
.oversea__history__ttl:after {
	content: "]";
	margin: 0 0 0 0.5em;
}
.oversea__history__ttl.taiwan {
	color: #002870;
}
.oversea__history__ttl.malaysia {
	color: #aa8e59;
}
.oversea__history__ttl.indonesia {
	color: #be4f53;
}
.oversea__history__ttl.newzealand {
	color: #7c8c00;
}
.oversea__history__txt {
	position: relative;
	padding: 0 0 0.8em 1em;
	font-size: 4vw;
	line-height: 1.23em;
}
.oversea__history__txt:before {
	content: "▲";
	position: absolute;
	display: inline-block;
	transform: rotate(90deg);
	left: 0;
	top: 0;
}
.oversea__history__txt.taiwan {
	color: #002870;
}
.oversea__history__txt.malaysia {
	color: #aa8e59;
}
.oversea__history__txt.indonesia {
	color: #be4f53;
}
.oversea__history__txt.newzealand {
	color: #7c8c00;
}
.oversea__history__photo {
	padding: 0 0 5vw;
}
.oversea__services {
	display: block;
	justify-content: unset;
	flex-wrap: unset;
	padding: 2vw 0 10vw;
}
.oversea__services__item {
	display: block;
	justify-content: unset;
	flex-wrap: unset;
	width: auto;
	padding: 0 0 8vw;
}
.oversea__services__ttl {
	width: auto;
	padding: 0 4% 0.6em;
	font-size: 4.5vw;
}
.oversea .oversea__services__txt {
	width: auto;
	font-size: 4vw;
	line-height: 1.8em;
}
.oversea__services__photo {
	width: auto;
	padding: 3vw 4% 0;
}
.oversea__services__photo .mgh {
	margin: 0;
}
.oversea__countries {
	display: block;
	justify-content: unset;
	flex-wrap: unset;
	align-items: unset;
	padding: 0 0 10vw;
}
.oversea__countries__txt {
	width: auto;
}
.oversea__countries__ttl {
	margin: 0 4% 1em;
	border-left: 1.6vw solid #002870;
	font-size: 4.5vw;
}
.sitetop .oversea__countries__photo {
	width: auto;
	margin: 3vw 4% 0;
}
.sitetop .oversea__countries__photo .capt {
	font-size: 3.2vw;
}
.oversea__instances {
	display: block;
	justify-content: unset;
	flex-wrap: unset;
}
.oversea__instances__ttl {
	margin: 1em 0;
	font-size: 5vw;
	text-align: center;
}
.oversea__instances__ttl:before {
	display: none;
}
.oversea__instances__ttl span {
	padding: 0;
	background: transparent;
}
.oversea__instances__item {
	width: auto;
	padding: 0 4% 7vw;
}
.sitetop .oversea__instances__txt {
	padding: 0.5em 0 0;
	font-size: 4vw;
	line-height: 1.26em;
}
.oversea__localsite small {
	font-size: 3.8vw;
	font-weight: bold;
}
.oversea__localsite__ttl {
	padding: 1.4em 0 0.4em;
	border-bottom: 0.4vw solid #ccc;
	font-size: 4vw;
}
.oversea__localsite__txt {
	padding: 0.7em 0 0;
	font-size: 4vw;
}
.oversea__localsite__txt a {
	margin-right: 0;
	padding-left: 4vw;
}
.oversea__localsite__txt a:after {
	width: 1.6vw;
	height: 1.6vw;
	border-top: solid 0.7vw #0041c0;
	border-right: solid 0.7vw #0041c0;
	transform: rotate(45deg);
}
.oversea__apply {
	padding: 3vw 4%;
}
.oversea .oversea__apply__btn {
	border-radius: 2vw;
	font-size: 4vw;
}
}
