/* ----------------------------------------------------------
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: 700;
	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
---------------------------------------------------------- */


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;
}

/* ----------------------------------------------------------
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;
	}
}
@media print, screen and (max-width: 519px) {
	.wrap {
		padding: 0 1.6rem;
	}
}
/* 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;
}
.is-pc {
	display: block;
}
.is-sp {
	display: none;
}
.head {
	padding: 0;
}

.head h1 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 5.9rem;
}
.head p:not(:last-child) {
	margin: 0 0 2.4rem 0;
}
/* mainvisual */
.mainvisual {
	text-align: center;
	background: rgb(255,242,248);
	display: flex;
	flex-wrap: wrap;
}
.mainvisual>* {
	width: 50%;
}
.mainvisual h2 {
    font-size: 1.197916666666667vw;
    border-top: 0.0520833333333333vw solid #FFFFFF;
    border-bottom: 0.052083333333333336vw solid #FFFFFF;
    display: inline-block;
    padding: 0.78125vw 0;
    font-weight: bold;
    line-height: 1.217391304347826;
    position: relative;
    width: 41.66666666666667vw;
    top: 2.864583333333333vw;
	margin-bottom: 0;
	color: #FFFFFF;
}
.mainvisual .des {
	background: rgb(104,65,163);
	background: linear-gradient(0deg, rgba(104,65,163,1) 0%, rgba(255,169,133,1) 100%);
}
.mainvisual h2 small {
	font-size: 60%;
	position: relative;
	top: -0.4166666666666667vw;
}
.mainvisual .txt01 {
	font-size: 1.25vw;
	line-height: 1.5;
	position: relative;
	top: 7.916666666666666vw;
	left: 0.10416666666666667vw;
	color: #FFFFFF;
}

.mainvisual .note {
    position: relative;
    top: 8.4375vw;
    left: 0;
    letter-spacing: 0.026041666666666668vw;
}

.mainvisual .note li {
	font-size: 0.9375vw;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7);
}
.mainvisual .note li:not(:first-child) {
	margin: 0.625vw 0 0 0.3645833333333333vw;
}
.bg-w {
	background-color: #fff;
	display: inline-block;
	color: rgba(0, 0, 0, 0.7) !important;
}
.mainvisual .des .item {
	display: flex;
	justify-content: center;
	position: relative;
	top: 4.427083333333334vw;
	left: 0.10416666666666667vw;
}
.mainvisual .des .item li {
	width: 10.729166666666666vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mainvisual .des .item li:nth-child(2) {
	width: 3.75vw;
}
.mainvisual .des .item li:nth-child(3) {
	padding-left: 0.26041666666666663vw;
}
.mainvisual .des .item-content {
	position: relative;
	top: 1.09375vw
}
.mainvisual .des .item li .plus {
	width: 2.1875vw;
	position: relative;
	top: 3.3854166666666665vw;
	left: 0.15625vw;
}
.mainvisual .des .item li picture {
	width: 8.90625vw;
	display: block;
}
.mainvisual .des .star {
	font-size: 1.7187500000000002vw;
	color: #006241;
	font-family: 'SoDoSans Bold';
	line-height: 0.9090909090909091;
}
.mainvisual .des .name {
	font-size: 0.9895833333333333vw;
	line-height: 1.421052631578947;
	font-weight: bold;
	margin-top: 0.5208333333333333vw;
	color: #FFFFFF;
}
.mainvisual .des .price {
	font-size: 0.9895833333333333vw;
	line-height: 1.315789473684211;
	font-weight: normal;
	color: #FFFFFF;
}

._btnWrap {
	background-color: #F9F9F9;
	padding: 8rem 0;
	text-align: center;
}

.btn-box a {
	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 span {
	display: block;
	font-weight: bold;
	line-height: 1.58333333;
}

.btn-box a span.txt_small {
	font-size: 24px;
}

.btn-box a span.txt_large {
	font-size: 24px;
}

.link-box {
	margin: 0 auto;
	margin-top: 33px;
	width: 440px;
	display: flex;
	justify-content: space-between;
}

.link-box li a {
	color: #00754A;
	font-size: 15px;
	line-height: 1.6;
}

.blockContent {
	padding: 6rem 0 0;
	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;
	font-weight: bold;
}
.blockContent-box {
	border-bottom: 0.8rem solid #EDEBE9;
	padding-bottom: 8rem;
	position: relative;
}
#purpose,#merit,#cooperation,#document {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.block-item {
	max-width: 76.8rem;
    margin: 0 auto;
    display: flex;
    column-gap: 6rem;
    padding-top: 6.3rem;
}
.col-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    column-gap: 2.4rem;
	text-align: center;
}
.block-item .col-item-img {
	width: 10.4rem;
	margin-bottom: 2.2rem;
}
.blockContent-box .headdingH3 {
	font-size: 1.5rem;
	line-height: 1.733333333333333;
	margin-bottom: 2.1rem;
	font-weight: bold;
}
.no-wrap {
	letter-spacing: -0.011rem;
}
.list-txt {
	display: flex;
	padding: 0.2rem 0 0 0;
	column-gap: 8rem;
}
.list-txt .col-txt {
	flex: 1;
	position: relative;
	z-index: 1;
}
.list-txt .col-txt:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 0;
	right: -4rem;
	left: 0;
	bottom: 0;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	z-index: -1;
}
.list-txt .headdingH3 {
	font-size: 2rem;
	line-height: 1.3;
	font-weight: bold;
	margin-bottom: 2.4rem;
}
.list-txt-content p {
	text-indent: -1.4rem;
    padding-left: 1.4rem;
}
.list-txt-content p:not(:last-child){
	margin: 0 0 0.6rem 0;
}
.list-txt-content .note {
	font-size: 1.1rem !important;
	margin: -0.6rem 0 0 1.5rem !important;
}
.blockContent-box-03 {
	color: #1E3932;
	background-color: #f1f8f6 ;
}

.btn-coupa {
	display: inline-block;
    font-size: 1.6rem;
    line-height: 1.6875;
    color: #fff !important;
    background-color: #00754A;
    padding: 1.5rem 2.6rem;
    border-radius: 5rem;
	margin-top: 3.9rem;
}
.list-download {
	padding: 5.6rem 0 1.8rem 0;
}
.list-download ul {
	display: flex;
	column-gap: 3.2rem;
}
.btn-download {
    display: flex;
    align-items: center;
    border: 1px solid;
    padding: 0.3rem 1.5rem;
    line-height: 1.714285714285714;
    border-radius: 5rem;
}
.btn-download-name {
	font-size: 1.4rem;
	line-height: 1.7;
	margin-right: 0.9rem;
}
.tag-pdf {
	font-size: 0.9rem;
    color: #FFFFFF;
    background-color: #00754A;
    font-family: 'SoDoSans SemiBold';
    height: 1.3rem;
    width: 2.3rem;
    text-align: center;
    border-radius: 0.3rem;
}
.adobe-box p {
	font-size: 1.4rem;
	line-height: 1.714285714285714;
}
.list-download .headdingH3 {
	font-size: 1.4rem;
	color: rgba(0, 0, 0, 0.3);
	font-family: 'SoDoSans Bold';
	line-height: 1.142857142857143;
	margin-bottom: 3.2rem;
}
.adobe-box-img {
	width: 15.8rem;
	margin-top: 1.8rem;
}
.blockContent-box a {
	color: #00754A;
	font-weight: 500;
}

.blockContact p.note,
.blockContent-box p.note {
	font-size: 1.4rem;
	color: rgba(0, 0, 0, 0.7);
	text-indent: -1.3rem;
	padding-left: 1.3rem;
	margin-top: 0.8rem;
}
.blockContent-box p.note span {
	font-weight: bold;
	margin: 0 1.9rem 0 1.6rem;
}
.blockContent-box .note-bgDark {
	background-color: #D4E9E2;
	display: inline-block;
}
.blockContent-box .note-bgLight {
	background-color: #F9F9F9;
	display: inline-block;
	padding: 1.55rem 0;
	text-indent: -4.7rem !important;
	padding-left: 4.7rem !important;
	padding-right: 0.8rem;
}
.blockContact p+p,
.blockContent-box p+p {
	margin-top: 0;
}

.blockContent-box+.blockContent-box {
	padding-top: 7.8rem;
}
.blockContent-box-05 {
	border: none;
}

.blockContact {
	padding: 6.5rem 0 6rem 0;
	border-top: 0.8rem solid #EDEBE9;
}

.blockContact .headdingH2 {
	color: #1E3932;
	margin-bottom: 2.1rem;
}
.list-note {
	margin-top: 0.8rem;
}
.list-note li {
	font-size: 1.1rem;
	color: rgba(0, 0, 0, 0.7);
	text-indent: -1.3rem;
    padding-left: 1.3rem;
}
.list-note li a {
	font-weight: 300;
}

/* @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) {
	.is-pc {
		display: none;
	}
	.is-sp {
		display: block;
	}
	.head p {
		text-indent: 0 !important;
		padding-left: 0 !important;
	}
	.head .note {
		font-size: 1.2rem !important;
		font-weight: normal;
		margin-top: 0.8rem;
		line-height: 1.5;
	}
	div.mainContents {
		margin-left: 0;
	}
	.head h1 {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.5;
		padding-bottom: 4.4rem;
	}
	.head p:not(:last-child) {
		margin: 0 0 2.2rem 0;
	}
	.mainvisual>* {
		width: 100%;
	}
	.mainvisual .des {
		padding: 0 1.6rem;
		height: 52.9rem;
	}
	.mainvisual h2 small {
		font-size: 60%;
		position: relative;
		top: -0.5rem;
	}

	.mainvisual h2 {
		width: 34.3rem;
		font-size: 1.6rem;
		border-top: 0.1rem solid #FFFFFF;
		border-bottom: 0.1rem solid #FFFFFF;
		padding: 0.9rem 0;
		top: 4rem;
		line-height: 1.375;
	}

	.mainvisual .txt01 {
		top: 10.9rem;
		left: 0;
		font-size: 1.4rem;
		line-height: 1.5;
		color: #FFFFFF;
		font-weight: 500;
	}

	.mainvisual .note {
		top: 11.6rem;
	}

	.mainvisual .note li {
		font-size: 1.2rem;
		line-height: 1.5;
		color: rgba(255, 255, 255, 0.7);
	}
	.mainvisual .note li:nth-child(1){
		margin: 0 0 0.6rem 1.7rem;
	}
	
	.mainvisual .des .item {
		top: 6.4rem;
		left: 0;
	}
	.mainvisual .des .item li {
		width: 15.5rem;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.mainvisual .des .item li:nth-child(3) {
		padding-left: 0.1rem;
	}
	.mainvisual .des .item li picture {
		width: 9.6rem;
		display: block;
	}
	.mainvisual .des .item-content {
		position: relative;
		top: 1.5rem;
	}
	.mainvisual .des .star {
		font-size: 2.2rem;
		line-height: 1.022727272727273;
	}
	.mainvisual .des .name {
		font-size: 1.3rem;
		line-height: 1.5;
		margin-top: 0.7rem;
	}
	.mainvisual .des .price {
		font-size: 1.3rem;
		line-height: 1.5;
		font-weight: normal;
	}
	.mainvisual .des .item li .plus {
		width: 3.2rem;
		top: 3.2rem;
		left: 0.1rem;
	}
	.mainvisual .des .item li:nth-child(2) {
		width: 3rem;
	}
	._btnWrap {
		padding: 3.7rem 1.6rem;
	}

	.btn-box a {
		width: 31.2rem;
		height: 8.6rem;
		max-width: 100%;
	}
	.blockContent-box {
		border-bottom: 0.8rem solid #EDEBE9;
    	padding-bottom: 3.8rem;
	}
	.blockContent-box-05 {
		border: none;
		padding-bottom: 0;
	}
	.block-item {
		max-width: 30rem;
		flex-direction: column;
		row-gap: 5.3rem;
		padding: 3.6rem 2.2rem 1.6rem;
	}
	.block-item .col-item-img {
		width: 10.4rem;
		margin-bottom: 2.5rem;
	}
	.blockContent-box .block-item .headdingH3 {
		font-size: 1.7rem;
		margin-bottom: 2.2rem;
		line-height: 1.529411764705882;
	}
	.blockContent-box+.blockContent-box {
		padding-top: 3.8rem;
	}
	
	.blockContent-box p {
		font-size: 1.3rem;
		line-height: 1.692307692307692;
	}

	.blockContent-box-03 {
		padding-top: 5.5rem !important;
	}
	.list-txt-content .note {
		font-size: 1.1rem !important;
		margin: -0.9rem 0 0 1.2rem !important;
	}
	.list-txt .col-txt:not(:last-child)::after {
		bottom: -4rem;
		right: 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		border-right: none
	}

	.list-txt {
		flex-direction: column;
		padding: 0.6rem 0.2rem 1.5rem 0;
		row-gap: 7.8rem;
	}
	.blockContent-box-04 {
		padding-top: 5.5rem !important;
	}
	.blockContent-box-04 .headdingH2 {
		margin-bottom: 3.8rem;
	}
	.blockContent-box-05 .headdingH2 {
		margin-bottom: 4rem;
	}
	.blockContent-box-05 .headdingH3 {
		font-size: 1.4rem !important;
		margin-bottom: 2.4rem !important;
	}
	.list-download {
		padding: 3.6rem 0 2.8rem 0;
	}
	.list-download ul {
		flex-direction: column;
		row-gap: 2.8rem;
	}
	.btn-download {
		display: inline-flex;
	}
	.btn-download-name {
		font-size: 1.4rem;
		line-height: 1.7;
		margin-right: 0.9rem;
	}
	.tag-pdf {
		font-size: 0.9rem;
		color: #FFFFFF;
		background-color: #00754A;
		font-family: 'SoDoSans SemiBold';
		height: 1.3rem;
		width: 2.3rem;
		text-align: center;
		border-radius: 0.3rem;
	}
	.adobe-box-img {
		width: 15.8rem;
		margin-top: 1.8rem;
	}
	.btn-coupa {
		width: 22rem;
		display: block;
		font-size: 1.6rem;
		line-height: 1.6875;
		padding: 1.45rem 0;
		margin: 4.4rem auto 1.8rem;
		text-align: center;
	}

	.btn-box a span.txt_small {
		font-size: 1.8rem;
		line-height: 1.55555556;
	}

	.link-box {
		width: 100%;
		display: block;
		margin-top: 3.2rem;
	}

	.link-box li a {
		font-size: 1.3rem;
		font-weight: 500;
	}

	.link-box li+li {
		margin-top: 1.6rem;
	}

	.blockContent {
		padding: 4.2rem 0;
	}

	.wrap {
		padding: 0 4rem;
	}

	.headdingH2 {
		font-size: 1.8rem;
		line-height: 1.555555555555556;
		margin-bottom: 3.2rem;
	}

	.blockContent-box .headdingH3 {
		font-size: 1.7rem;
		margin-bottom: 1.5rem;
		line-height: 1.529411764705882;
	}

	.blockContact p+p, .blockContent-box p+p {
		margin-top: -0.1rem;
		text-indent: -1.4rem;
		padding-left: 1.4rem;
		padding-right: 0.4rem;
	}
	.blockContact p.note, .blockContent-box p.note {
		font-size: 1.2rem;
		line-height: 1.5;
		text-indent: -1.2rem;
		padding-left: 1.2rem;
		padding-right: 0;
		margin-top: 0.7rem;
	}
	.blockContact .headdingH2 {
		color: #1E3932;
		margin-bottom: 2.4rem;
	}
	.blockContent-box .note-bgLight {
		padding: 1.55rem 1.4rem 1.55rem 4.4rem !important;
		text-indent: 0.2rem !important;
		margin-top: 1.7rem !important;
		margin-bottom: 0.1rem !important;
		position: relative;
	}
	.blockContent-box p.note span {
		margin: 0;
		position: absolute;
		left: 1.4rem;
	}
	.blockContact {
		padding: 3.8rem 0 2.6rem 0;
		border-top: 0.8rem solid #EDEBE9;
	}
	.blockContact p {
		font-size: 1.3rem;
		line-height: 1.846153846153846;
	}
	.list-note {
		margin-top: 0.8rem;
	}
	.list-note li {
		font-size: 1.1rem;
		color: rgba(0, 0, 0, 0.7);
		text-indent: -1.3rem;
		padding-left: 1.3rem;
	}
}
@media print, screen and (min-width: 1024px) and (max-width: 1183px) {
	.list-txt {
		flex-wrap: wrap;
		column-gap: 8%;
		row-gap: 10rem;
	}
	.list-txt .col-txt {
		width: 46%;
		flex: none;
	}
	.list-txt .col-txt:nth-child(2):after {
		content: none;
	}
}

@media print, screen and (max-width: 519px) {
	.wrap {
		padding: 0 1.6rem;
	}
}
@media print, screen and (min-width: 520px) {
	.is-sp {
		display: none !important;
	}
}
