/* ----------------------------------------------------------
add font
---------------------------------------------------------- */
@font-face {
	font-family: 'SoDoSans Black';
	font-style: normal;
	font-weight: 400;
	src: url("/common/fonts/SoDoSans/SoDoSans-Black.woff") format("woff");
}

@font-face {
	font-family: 'SoDoSans Bold';
	font-style: normal;
	font-weight: 400;
	src: url("/common/fonts/SoDoSans/SoDoSans-Bold.woff") format("woff");
}

@font-face {
	font-family: 'SoDoSans SemiBold';
	font-style: normal;
	font-weight: 400;
	src: url("/common/fonts/SoDoSans/SoDoSans-SemiBold.woff") format("woff");
}

@font-face {
	font-family: 'Pike';
	font-style: normal;
	font-weight: 400;
	src: url("/common/fonts/Pike/Pike-Light.woff") format("woff");
}

@font-face {
	font-family: 'Pike Bold';
	font-style: normal;
	font-weight: bold;
	src: url("/common/fonts/Pike/Pike-Bold.woff") format("woff");
}

.mod-en {
	font-family: 'SoDoSans Bold';
}

/* ----------------------------------------------------------
article
---------------------------------------------------------- */
@media screen and (min-width: 1280px) {
	body.page-youkou-mop {
		margin-left: 0;
	}
}

html {
	font-size: 62.5%;
	color: rgba(0, 0, 0, 0.87);
}

.mainContentsIn p {
	font-size: 1.5rem;
	line-height: 1.6;
}

body.page-youkou-mop .mainContents {
	overflow: visible;
	position: relative;
	margin-right: 0;
}

body.page-youkou-mop .mainContents article {
	padding-bottom: 0;
	width: auto;
}

@media screen and (min-width: 1280px) {
	body.page-youkou-mop aside.welcome {
		margin-left: 120px;
	}

	body.page-youkou-mop footer.global {
		margin-left: 120px;
	}
}

/* ----------------------------------------------------------
BASE
---------------------------------------------------------- */
div.mainContents.migration {
	overflow: visible;
}

@media screen and (min-width: 640px) {
	.page-youkou-mop article a.js--hover:hover {
		opacity: 1;
	}
}

@media screen and (max-width: 639px) {
	.page-youkou-mop {
		position: relative;
	}
}

@media screen and (min-width: 1024px) {
	.forRetina {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.forDefault {
		display: none;
	}

	.forRetina {
		display: block;
	}
}

/* ----------------------------------------------------------
SNS
---------------------------------------------------------- */
@media print, screen and (min-width: 600px) {
	.sns-header ul.sns {
		position: absolute;
		right: 3.3%;
		top: 21px;
		z-index: 15;
	}

	.sns-header ul.sns li {
		display: table-cell;
		vertical-align: middle;
		padding: 10px 0 0 10px;
	}

	.sns-header ul.sns li a {
		display: block;
		width: 33px;
		text-align: center;
		margin: 0 auto;
	}

	.sns-header ul.sns li.forSp {
		display: none;
	}

	ul.sns.footer {
		bottom: 40px;
		right: 3.3%;
	}
}

@media screen and (max-width: 599px) {
	.sns-header ul.sns .forNotSp {
		display: none;
	}

	.sns-header ul.sns .forSp {
		display: block;
	}

	.sns-header ul.sns {
		display: block;
		z-index: 100;
		position: absolute;
		top: 1vw;
		right: 0.5%;
	}

	.sns-header ul.sns a {
		font-size: 10px;
	}

	.sns-header ul.sns li.forSp a {
		display: table-cell;
		vertical-align: middle;
		color: #fff;
	}

	.sns-header ul.sns li.forSp a.js-pulldown {
		padding: 8px 10px 10px 10px;
	}

	.sns-header ul.sns li.forSp ul.pulldown {
		background-color: #f4f2ef;
		padding: 15px;
		position: absolute;
		right: 0;
		top: 3.5em;
		width: 205px;
	}

	.sns-header ul.sns li.forSp ul.pulldown li {
		float: left;
		margin: 0;
		padding: 15px;
		text-align: center;
	}

	.sns-header ul.sns li.forSp ul.pulldown:after {
		border-color: transparent transparent #f4f2ef;
		border-image: none;
		border-style: solid;
		border-width: 8px;
		bottom: 100%;
		content: " ";
		height: 0;
		pointer-events: none;
		position: absolute;
		right: 15px;
		width: 0;
	}

	.sns-header ul.sns li.forSp ul.pulldown .close.js-closeButton {
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
		cursor: pointer;
		position: absolute;
		right: 0;
		text-indent: 0;
		top: 0;
	}

	.sns-header ul.sns li.forSp ul.pulldown li a.js-shareLn img,
	.sns-header ul.sns li.forSp ul.pulldown li a.shareTw img,
	.sns-header ul.sns li.forSp ul.pulldown li a.js-shareFb img {
		width: 29px;
	}

	.sns-header ul.sns li.forSp ul.pulldown li.close img {
		width: 13px;
	}

	.sns-header ul.sns .btn {
		bottom: 5%;
		position: absolute;
		text-align: center;
		width: 100%;
	}
}

@media screen and (max-width: 599px) and (min-width: 599px) {
	.sns-header ul.sns {
		position: absolute;
		right: 20px;
		top: 20px;
	}
}

@media print, screen and (min-width: 600px) {
	.sns-footer {
		z-index: 15;
		position: absolute;
		right: 3%;
		bottom: 20px;
		top: auto;
	}

	.sns-footer li {
		padding: 10px 0 0 20px;
	}

	.sns-footer li a {
		width: auto;
	}
}

/* mainContentsIn setting */
.mainContentsIn img {
	width: 100%;
}

.mainContentsIn p {
	margin: 0;
}

body.page-youkou-mop .mainContentsIn {
	color: #3d3935;
}

body.page-youkou-mop .mainContentsIn sup {
	font-size: 70%;
}

body.page-youkou-mop .mainContentsIn .color-blue {
	color: #006241;
}

body.page-youkou-mop .mainContentsIn strong {
	font-weight: bold;
}

body.page-youkou-mop .mainContentsIn .color-red {
	color: red;
}

body.page-youkou-mop .mainContentsIn .color-white {
	color: #fff;
}

body.page-youkou-mop .mainContentsIn .txt-center {
	text-align: center;
}

.wrap {
	margin: 0 auto;
}

/* anchor */
[class*="__anchor"] {
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
}

/* mainvisual */
.mainvisual {
	text-align: center;
	background: #d4e9e2;
	color: #006241;
}

.mainvisual h2 {
	font-size: min(3.2rem, calc(32/1440*100vw));
	display: inline-block;
	font-weight: bold;
	margin-bottom: min(4rem, calc(40/1440*100vw));
}
.mainvisual p {
	font-size: min(2rem, calc(20/1440*100vw));
}
body.page-youkou-mop .mainContentsIn .mainvisual .des sup {
	font-size: 1.1rem;
	vertical-align: middle;
}

.mainvisual .txt01 {
	font-size: 1.5rem;
	line-height: 1.6;
	color: #1E3932;
}

.mainvisual .note {
	margin-top: 1.6rem;
}

.mainvisual .note li {
	font-size: 1.5rem;
	/* line-height: 2; */
	color: #006241;
}

@media print, screen and (min-width: 1024px) {
	.mainvisual {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.mainvisual>* {
		width: 50%;
	}
}

._btnWrap {
	background-color: #F9F9F9;
	padding: 8rem 0 4rem;
	text-align: center;
}

.btn-box a._btn {
	margin: 0 auto;
	background-color: #00754A;
	color: #fff;
	width: 440px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 100px;
}
.btn-box a._btn._gray {
	background-color: #cbcccc;
}
.btn-box a._btn._gray:hover {
	opacity: 1;
}

.btn-box a span {
	display: block;
	font-weight: bold;
	line-height: 1.58333333;
}

.btn-box a span.txt_small {
	font-size: 26px;
}

.btn-box a span.txt_large {
	font-size: 24px;
}

._btnFlex {
	display: flex;
	justify-content: center;
	gap: 40px;
}

.link-box {
	width: 440px;
	margin: 0 auto;
	margin-top: 20px;
	/* margin-top: 33px;
	display: flex;
	justify-content: space-between; */
}

.link-box li a {
	color: #00754A;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 600;
}

.link-box li+li {
	margin-top: 5px;
}

.blockContent {
	padding: 6.3rem 0 8.2rem;
	position: relative;
}

.wrap {
	max-width: 118.4rem;
	padding-left: 4rem;
	padding-right: 4rem;
}

.headdingH2 {
	font-size: 2.4rem;
	line-height: 1.58333333;
	margin-bottom: 3.7rem;
	color: #006241;
	font-weight: bold;
}


.blockContent-box._mb1 {
	margin-bottom: 5.1rem;
}

.blockContent-box .headdingH3 {
	font-size: 2.4rem;
	line-height: 1.58333333;
	margin-bottom: 2.04rem;
	color: #006241;
	font-weight: bold;
}

.blockContent-box .blockContent-text01 {
	margin-bottom: 3rem;
}
.blockContent-box .blockContent-text02 {
	margin-bottom: 1rem;
}
.blockContent-box .blockContent-text03 {
	margin-bottom: 3.5rem;
}
.blockContent-box .blockContent-text04 {
	margin-bottom: 0.9rem;
}
.blockContent-box .blockContent-text05 {
	margin-bottom: 1rem;
}
.blockContent-box .blockContent-text06 {
	margin-bottom: 0.7rem;
}

.blockContent-box a {
	color: #00754A;
	font-weight: 500;
}

.blockContact p.note,
.blockContent-box p.note {
	font-size: 1.1rem;
	color: rgba(0, 0, 0, 0.7);
	text-indent: -1.3rem;
	padding-left: 1.3rem;
}

.blockContent-box p.note--red {
	color: #D62B1F;
    font-weight: bold;
    margin-top: 0;
}

.blockContact p.note._note-l,
.blockContent-box p.note._note-l {
	line-height: 2.1;
}

.blockContent-box p.note a {
	color: #00754A;
	font-weight: 500;
}

.blockContact p+p {
	margin-top: 0.82rem;
}
.blockContent-box p+p {
	margin-top: 0.3rem;
}

.blockContent-box ._t-m {
	margin-top: 3rem;
}
.blockContent-box ._no-m {
	margin-top: 0.9rem;
}

.blockContent-box+.blockContent-box {
	margin-top: 3.85rem;
}

.blockContact {
	padding: 6.4rem 0 8rem;
}

.blockContact .headdingH2 {
	color: #1E3932;
	margin-bottom: 1.8rem;
}

.link-block {
	background-color: #F9F9F9;
}
.link_note {
	text-align: center;
	font-size: 1.1rem!important;
	color: rgba(0, 0, 0, 0.7);
	padding: 10px 0;
}
.link-block .link-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 550px;
	margin: 0 auto;
	padding: 26px 0;
}
.link-block .link-list .link-item {
	width: 250px;
	margin: 5px 0;
}
.link-block .link-list .link-item > a {
	color: #2D905B;
	font-size: 16px;
}

/* @media print, screen and (min-width: 1024px) and (max-width: 1264px) {
	html {
		font-size: calc(100vw/126.4);
	}
} */
@media print, screen and (max-width: 1023px) {

	/* html {
		font-size: calc(100vw/37.5);
	} */
	.mainContentsIn p {
		font-size: 1.3rem;
		line-height: 1.69230769;
	}

	div.mainContents {
		margin-left: 0;
	}

	.mainvisual .des {
		padding: 3.7rem 0;
	}

	.mainvisual h2 {
		font-size: calc(17/375*100vw);
		margin-bottom: 2.3rem;
	}
	.mainvisual p {
		font-size: calc(13/375*100vw);
		line-height: 1.69230769;
	}
	
	.mainvisual .txt01 {
		font-size: 1.3rem;
		line-height: 1.69230769;
	}

	.mainvisual .note {
		margin-top: 1.2rem;
	}

	.mainvisual .note li {
		font-size: 1.1rem;
		font-weight: 500;
	}

	._btnWrap {
		padding: 4.8rem 3rem 4.5rem;
	}
	

	.btn-box a._btn {
		width: 31.2rem;
		height: 8.3rem;
		max-width: 100%;
	}

	.btn-box a span.txt_small {
		font-size: 1.8rem;
		line-height: 1.4;
	}

	._btnFlex {
		flex-direction: column;
		gap: 2rem;
	}

	.link-box {
		width: 100%;
		display: block;
		margin-top: 1.5rem;
	}

	.link-box li a {
		font-size: 1.1rem;
	}

	.link-box li+li {
		margin-top: 1rem;
	}

	.blockContent {
		padding: 6.5rem 0 5.4rem;
	}

	.wrap {
		padding: 0 4rem;
	}

	.headdingH2 {
		font-size: 1.8rem;
	}

	.blockContent-box._mb1 {
		margin-bottom: 0;
	}


	.blockContent-box .headdingH3 {
		font-size: 1.8rem;
		margin-bottom: 2.2rem;
	}

	.blockContent-box .blockContent-text01 {
		margin-bottom: 3rem;
	}
	.blockContent-box .blockContent-text02 {
		margin-bottom: 1rem;
	}
	.blockContent-box .blockContent-text03 {
		margin-bottom: 0.9rem;
	}
	.blockContent-box .blockContent-text04 {
		margin-bottom: 0.9rem;
	}
	.blockContent-box .blockContent-text05 {
		margin-bottom: 1rem;
	}
	.blockContent-box .blockContent-text06 {
		margin-bottom: 0.7rem;
	}

	.blockContent-box+.blockContent-box {
		margin-top: 4.4rem;
	}

	.blockContact p+p, .blockContent-box p+p {
		margin-top: 0.4rem;
	}

	.blockContact .headdingH2 {
		color: #1E3932;
		margin-bottom: 2.1rem;
	}
	
	.link-block {
		background-color: #F9F9F9;
		padding: 0 1.6rem;
	}
	.link-block .link-list {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: auto;
		margin: 0 auto;
		padding: 26px 0;
	}
	.link-block .link-list .link-item {
		width: auto;
		margin: 6px 0;
	}
	.link-block .link-list .link-item > a {
		color: #2D905B;
		font-size: 14px;
	}
}

@media print, screen and (max-width: 519px) {
	.wrap {
		padding: 0 1.6rem;
	}
}
