@charset "utf-8";/*ページ用*/
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
.bloc {
	position: relative;
	z-index: 0;
	padding: 0px;
/*
	margin-bottom: 100px;
*/
}
.blocan {
	animation-duration: 2s;
	animation-fill-mode:forwards;
	opacity:0;
}
.blocan.animated {
	opacity:1;
	animation-name: blocanimated;
}
@keyframes blocanimated {
	0%{opacity: 0;}
	100%{opacity: 1;}
}

.bloc::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	border: 0px solid;
}
.bloc::after {
	content:"";
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	border: 0px solid;
}

.sankaku {
	position: absolute;
	z-index: -1;
}
.sankaku div {
	overflow: hidden;
	position: relative;
}
.sankaku.animated:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
	animation-delay: 0.5s;
}

.scaletex em {
	display: inline-block;
	position: relative;
	z-index: 0;
}
.scaletex em:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	transform-origin: left top;
	background: #f00;
	background: rgba(255,217,215,0.3);
}
.scaletex em.animated:before {
	animation: scaletex 2s cubic-bezier(.4, 0, .2, 1) forwards;
}
@keyframes scaletex {
	0%{transform: scaleX(0%);}
	100%{transform: scaleX(100%);}
}
/*
.bloc.skew {
border: 1px solid #f90;
}
.bloc.skew-top {
}
.bloc.skew-bottom {
}
.bloc.skew-left {
}
.bloc.skew-right {
}
.bloc.skew-top::before,
.bloc.skew-bottom::after {
	content: "";
	position: absolute;
	left:0;
	z-index: -1;
	transform-origin: top right;
	width:100%;
	height:100%;
	height:150px;
}
.bloc.skew-top::before {
	top: 0;
	background-color:#fcc;
}
.bloc.skew-bottom::after {
	bottom: -100px;
	background-color:#c00;
}
.bloc.skew-left::after {
	transform: skewY(-5deg);
}
.bloc.skew-right::after {
	transform: skewY(5deg);
}

*/

.outer {
}
/*
.inner {
	margin-bottom: 10px;
	padding: 5px 10px;
}
.inner:last-child {
	margin-bottom: 0px;
}
*/
.inner::after {
	content: "";
	display: block;
	clear: both;
}
.inner p {margin-bottom: 10px;}
.inner p:last-child {margin-bottom: 0px;}
/* ---------------------------------------------------------------------- */
.text {
}
.text p {
	margin-bottom: 20px;
}
.text p:last-child {
	margin-bottom: 0px;
}
.text .jp {
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
}
.text .en {
	color: #888;
	font-size: 12px;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 20px;
}
.text .jp:last-child,
.text .en:last-child {
	margin-bottom: 0px;
}
.title {
	font-family: 'Noto Serif JP', serif;
}
.title h2 {
	font-weight: 500;
}
.title h2 span {
	display: block;
	font-size: 34px;
	text-align: center;
}
.title h2 b {
	display: block;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
.title h2 strong {
	display: block;
	font-weight: 400;
}
.title h3 {
}
.title h3 strong {
	display: block;
	font-weight: 500;
}
.title h3 span {
	display: inline-block;
	font-size: 34px;
	color: #ffd9d7;
	background: rgb(172,128,128);
	background: -moz-linear-gradient(left, rgba(172,128,128,1) 0%, rgba(235,187,183,1) 25%, rgba(235,187,183,1) 50%, rgba(235,187,183,1) 100%);
	background: -webkit-linear-gradient(left, rgba(172,128,128,1) 0%,rgba(235,187,183,1) 25%,rgba(235,187,183,1) 50%,rgba(235,187,183,1) 100%);
	background: linear-gradient(to right, rgba(172,128,128,1) 0%,rgba(235,187,183,1) 25%,rgba(235,187,183,1) 50%,rgba(235,187,183,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac8080', endColorstr='#ebbbb7',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title h3 b {
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding-left: 20px;

}
/* ---------------------------------------------------------------------- */
#top {
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}
/*
#top.bloc::after{
	left: 0;
	bottom: -10%;
	border-width: 350px 450px 0 0;
	border-color: #d6a39f transparent transparent transparent;
}
*/
#top .outer {
	background-color: #000;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}
#top .inner {
	position: relative;
	min-height: 700px;
	background-image: url("../img/top/bg.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}
.top-bg {
}
.top-inner {
	display: inline-block;
	text-align: center;
}
.top-globallogo {
	padding: 10px 0px;
}
.top-globallogo h1 {
	margin: 0px auto;
}
.top-globallogo h1 img {
}
.top-logo {
	padding: 70px 0px 5px 0px;
}
.top-logo img {
	display: inline-block;
}
.top-jas {
	padding: 0px 0px 20px 0px;
}
.top-jas img {
	display: inline-block;
	width: 120px;
}
.top-link {
	position: relative;
	z-index: 9999;
}
.top-link a {
	display: inline-block;
	color: #000;
	text-decoration: none;
	background: rgb(164,128,43);
	background: -moz-linear-gradient(left, rgba(164,128,43,1) 0%, rgba(176,132,62,1) 25%, rgba(225,208,128,1) 60%, rgba(225,208,128,1) 75%, rgba(206,161,74,1) 100%);
	background: -webkit-linear-gradient(left, rgba(164,128,43,1) 0%,rgba(176,132,62,1) 25%,rgba(225,208,128,1) 60%,rgba(225,208,128,1) 75%,rgba(206,161,74,1) 100%);
	background: linear-gradient(to right, rgba(164,128,43,1) 0%,rgba(176,132,62,1) 25%,rgba(225,208,128,1) 60%,rgba(225,208,128,1) 75%,rgba(206,161,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4802b', endColorstr='#cea14a',GradientType=1 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 30px;
}
.top-link a span {
}
.top-link a span strong {
	display: block;
	position: relative;
	font-size: 1.6em;
	font-weight: 500;
	padding-right: 20px;
}
.top-link a span strong:before,
.top-link a span strong:after {
	position: absolute;
	right: 0px;
	width: 8px;
	height: 2px;
	content: '';
	border-radius: 2px;
	background: #000;
}
.top-link a span strong:before {
	top: 50%;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	margin-top: -4px;
}
.top-link a span strong:after {
	bottom: 50%;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	margin-bottom: -4px;
}
.top-link a span b {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	#top .outer {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
	}
	#top .inner {
		min-height: 0px;
		padding: 0px 0px 130px 0px;
/*
		min-height: 500px;
*/
	}
	.top-bg {
	background-color: rgba(0,0,0,0.5);
	}
	.top-inner {
		display: block;
	}
	.top-globallogo {
		padding: 10px 10px;
	}
	.top-logo {
		padding: 50px 0px 30px 0px;
	}
}
#top .sankaku {
	left: 0;
	bottom: -10%;
	background: #d6a39f;
	width: 80%;
	height: 400px;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}
#top .sankaku.animated:before {
	animation: topsankaku 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #fdd2cc;
}
@keyframes topsankaku {
	0%{transform: translateX(0%);}
	100%{transform: translateX(100%);}
}
/* ---------------------------------------------------------------------- */
#map {
}
/*
#map.bloc::after{
	right: 0;
	bottom: -10%;
	border-width: 0 0 300px 300px;
	border-color: transparent transparent #d6a39f transparent;
}
*/
#map .outer {
	position: relative;
	z-index: 0;
	text-align: center;
	background-color: #fff;
	background-image: url("../img/map/bg.jpg");
	background-repeat: repeat;
	background-position: left top;
	clip-path: polygon(0 5%, 100% 0, 100% 90%, 0 100%);
}
#map .inner {
	position: relative;
	z-index: 1;
	padding: 150px 0px;
}
.map1 {
	margin-bottom: 30px;
}
.map1 .jp p {
	font-size: 24px;
}
#map img {
	margin: 0px auto 30px auto;
}
@media screen and (max-width: 767px) {
/*
	#map.bloc::after{
		bottom: -10%;
		border-width: 0 0 300px 300px;
	}
*/
	#map .outer {
		clip-path: polygon(0 5%, 100% 0, 100% 90%, 0 100%);
	}
	#map .inner {
		padding: 100px 20px;
	}
.map1 .jp p {
	font-size: 20px;
}
}

#map .sankaku {
	right: 0;
	bottom: -10%;
	background: #d6a39f;
	width: 80%;
	height: 400px;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}
#map .sankaku.animated:before {
	animation: mapsankaku 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #fdd2cc;
}
@keyframes mapsankaku {
	0%{transform: translateX(30%);}
	100%{transform: translateX(-100%);}
}
@media screen and (max-width: 767px) {
#map .sankaku {
	display: none;
}
}
/* ---------------------------------------------------------------------- */
#naimen {
	z-index: 1;
}
/*
#naimen.bloc::after {
	left: 0;
	bottom: -200px;
	border-width: 300px 90vw 0 0;
	border-color: #d6a39f transparent transparent transparent;
}
*/
#naimen .outer {
	color: #fff;
	background-color: #000;
	background-image: url("../img/naimen/bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	clip-path: polygon(0 0, 100% 15%, 100% 85%, 0% 100%);
}
#naimen .inner {
	position: relative;
	padding: 100px 0px;
}
.naimen {
	width: 500px;
	margin: 0px auto 0px 0px;
}
#naimen .title {
	margin-bottom: 80px;
}
#naimen .title h2 {
	font-size: 40px;
}
#naimen .text {
	margin-bottom: 50px;
}
#naimen .text .jp {
	font-size: 18px;
}
#naimen .text .en {
	position: absolute;
	right: 0px;
	bottom: 150px;
	width: 500px;
}
.naimen-btm {
	font-family: 'Noto Serif JP', serif;
	padding-top: 30px;
}
.naimen-btm p {
	font-size: 20px;
	margin-bottom: 20px;
}
.naimen-btm strong {
	display: block;
	font-size: 34px;
	color: #ffd9d7;
	background: rgb(172,128,128);
	background: -moz-linear-gradient(left, rgba(172,128,128,1) 0%, rgba(235,187,183,1) 25%, rgba(235,187,183,1) 50%, rgba(235,187,183,1) 100%);
	background: -webkit-linear-gradient(left, rgba(172,128,128,1) 0%,rgba(235,187,183,1) 25%,rgba(235,187,183,1) 50%,rgba(235,187,183,1) 100%);
	background: linear-gradient(to right, rgba(172,128,128,1) 0%,rgba(235,187,183,1) 25%,rgba(235,187,183,1) 50%,rgba(235,187,183,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac8080', endColorstr='#ebbbb7',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
	#naimen .outer {
		background-size: cover;
		clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
	}
	#naimen .inner {
		padding: 150px 20px;
	}
	#naimen .title h2 {
		font-size: 30px;
	}
	.naimen {
		width: auto;
		margin: 0px auto;
	}
	#naimen .text .en {
		position: static;
		width: auto;
	}
}
#naimen .sankaku {
	left: 0;
	bottom: -200px;
	background: #d6a39f;
	width: 100%;
	height: 400px;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}
#naimen .sankaku.animated:before {
	animation: naimensankaku 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #fdd2cc;
}
@keyframes naimensankaku {
	0%{transform: translateX(0%);}
	100%{transform: translateX(100%);}
}
/* ---------------------------------------------------------------------- */
#about {
	z-index: 0;
}
/*
#about.bloc::after{
	right: 0;
	bottom: -10%;
	border-width: 0 0 500px 600px;
	border-color: transparent transparent #d6a39f transparent;
}
*/
#about .outer {
	text-align: center;
	background-color: #fff;
	background-image: url("../img/about/bg.jpg");
	background-repeat: repeat;
	background-position: left top;
	clip-path: polygon(0 0, 100% 5%, 100% 90%, 0% 100%);
}
#about .inner {
	position: relative;
	padding: 150px 0px;
}
#about .title {
	margin-bottom: 50px;
}
#about .scaletex em:before {
	background: rgba(255,0,0,0.2);
}
.about-top {
	margin-bottom: 80px;
}
.about-top .text {
	margin-bottom: 40px;
}
.about-top .text:last-child {
	margin-bottom: 0px;
}
.about-top .text .jp p b {
	font-size: 33px;
}
.about-top .text .jp p b strong {
	font-size: 38px;
}
.about-top img {
	margin: 0px auto 40px auto;
}
.about-top .text#about-hinmoku .jp p {
	font-size: 0.9em;
}
.about-btm {
}
.about-btm .title {
}
.about-btm .title h3 {
}
.about-btm .title h3 strong {
	font-size: 30px;
}
.about-btm .text {
	margin-bottom: 30px;
}
.about-btm ul {
}
.about-btm ul li {
	display: inline-block;
	padding: 5px 10px;
}
.about-btm ul li img {
	margin: 0px auto;
}
.about-btm ul li.animated:before {
	animation-name: aboutli;
	opacity: 1;
}
.about-btm ul li:nth-child(1).animated:before {
	animation-delay: 0s;
}
.about-btm ul li:nth-child(2).animated:before {
	animation-delay: 0.2s;
}
.about-btm ul li:nth-child(3).animated:before {
	animation-delay: 0.4s;
}
@keyframes aboutli {
  from {opacity: 0;}
  to {opacity: 1;}
}
@media screen and (max-width: 767px) {
/*
	#about.bloc::after{
		bottom: -10%;
		border-width: 0 0 500px 600px;
	}
*/
	#about .outer {
		clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
	}
	#about .inner {
		padding: 150px 20px;
	}
.about-top .text .jp p b strong {
	font-size: 30px;
}
.about-btm .title h3 strong {
	font-size: 24px;
}
	.about-btm ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	.about-btm ul li {
		display: table-cell;
		vertical-align: top;
		padding: 5px 2px;
	}
}
#about .sankaku {
	right: 0;
	bottom: 0px;
	background: #d6a39f;
	width: 100%;
	height: 250px;
	clip-path: polygon(100% 0, 0 20%, 100% 100%);
	animation: aboutsankakuA 2s cubic-bezier(.4, 0, .2, 1) forwards;
}
@keyframes aboutsankakuA {
	0%{opacity: 0;}
	100%{opacity: 1;}
}
#about .sankaku.animated:before {
	animation: aboutsankaku 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #fdd2cc;
}
@keyframes aboutsankaku {
	0%{transform: translateX(0%);}
	100%{transform: translateX(-100%);}
}
@media screen and (max-width: 767px) {
#about .sankaku {
	display: none;
}
}
/* ---------------------------------------------------------------------- */
#jas {
	z-index: 0;
}
/*
#jas.bloc::after{
	z-index: -1;
	right: 0;
	bottom: -50%;
	width: 50%;
	height: 500px;
	background-color: #d6a39f;
	border: none;
}
*/
#jas .outer {
	color: #fff;
	background-color: #000;
	background-image: url("../img/jas/bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;/*cover*/
/*
background: rgba(0,0,0,0.5);
	clip-path: polygon(0 0, 100% 15%, 100% 80%, 50% 100%, 0 80%);
*/
}
#jas .inner {
	padding: 100px 0px;
}
.jas {
	width: 520px;
	margin: 0px 0px 0px auto;
}
#jas .title {
	margin-bottom: 30px;
}
#jas .title h2 {
}
#jas .title h2 strong {
	text-align: left;
}
#jas .title h2 img {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
#jas .title h2 strong {
	display: inline-block;
	font-size: 30px;
	vertical-align: top;
}
#jas .text {
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	#jas .outer {
		background-size: cover;
		clip-path: polygon(0 0, 100% 5%, 100% 90%, 50% 100%, 0 90%);
	}
	#jas .inner {
		padding: 100px 20px;
	}
	.jas {
		width: auto;
		margin: 0px auto;
	}
}
#jas .sankaku {
	z-index: 1;
	bottom: 0px;
	width: 50%;
	height: 100px;
}
#jas .sankaku.sankaku1 {
	left: 0;
	background: #fdd2cc;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
#jas .sankaku.sankaku2 {
	right: 0;
	background: #d6a39f;
	clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
#jas .sankaku.animated:before {
}
#jas .sankaku.sankaku1.animated:before {
	animation: jassankaku1 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #d6a39f;
}
#jas .sankaku.sankaku2.animated:before {
	animation: jassankaku2 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #fdd2cc;
}
@keyframes jassankaku1 {
	0%{transform: translateX(0%);}
	100%{transform: translateX(100%);}
}
@keyframes jassankaku2 {
	0%{transform: translateX(0%);}
	100%{transform: translateX(-100%);}
}
@media screen and (max-width: 767px) {
	#jas .sankaku {
		display: none;
	}
}
.jas-link {
	text-align: center;
}
.jas-link a {
	display: inline-block;
	font-size: 28px;
	text-decoration: none;
	color: #000;
	line-height: 1em;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #898989;
	margin: 2px;
	padding: 5px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.jas-link a span {
	display: block;
	position: relative;
	line-height: 1em;
	padding-right: 20px;
}
.jas-link a span:before,
.jas-link a span:after {
	position: absolute;
	right: 0px;
	width: 8px;
	height: 2px;
	content: '';
	background: #000;
	border-radius: 2px;
}
.jas-link a span:before {
	top: 50%;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	margin-top: -4px;
}
.jas-link a span:after {
	bottom: 50%;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	margin-bottom: -4px;
}
.jas-link a:hover,.jas-link a:active {
	background-color: #fdd2cc;
}
/* ---------------------------------------------------------------------- */

.sankakubox {
	position: relative;
	z-index: 1;
}

#jas-mutenka .sankaku {
	z-index: 1;
	top: 50%;
	width: 50%;
	height: 200px;
	margin-top: -100px;
}
#jas-mutenka .sankaku.sankaku1 {
	left: 0;
	background: #fdd2cc;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
#jas-mutenka .sankaku.sankaku2 {
	right: 0;
	background: #d6a39f;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
#jas-mutenka .sankaku.animated:before {
}
#jas-mutenka .sankaku.sankaku1.animated:before {
	animation: jmsankaku1 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #d6a39f;
}
#jas-mutenka .sankaku.sankaku2.animated:before {
	animation: jmsankaku2 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #fdd2cc;
}
@keyframes jmsankaku1 {
	0%{transform: translateX(0%);}
	100%{transform: translateX(100%);}
}
@keyframes jmsankaku2 {
	0%{transform: translateX(0%);}
	100%{transform: translateX(-100%);}
}
@media screen and (max-width: 767px) {
#jas-mutenka .sankaku {
	display: none;
}
}
/* ---------------------------------------------------------------------- */
#mutenka {
	z-index: 0;
}
/*
#mutenka.bloc::before {
	z-index: -1;
	left: 0;
	bottom: -10%;
	border-width: 300px 600px 0 0;
	border-color: #d6a39f transparent transparent transparent;
}
#mutenka.bloc::after {
	z-index: 0;
	right: 0;
	bottom: -10%;
	border-width: 0 0 300px 600px;
	border-color: transparent transparent #d6a39f transparent;
}
*/
#mutenka .outer {
	color: #fff;
	text-align: center;
	background-color: #000;
/*
	clip-path: polygon(0 10%, 50% 0, 100% 10%, 100% 100%, 0 90%);
*/
}
#mutenka .inner {
	padding: 150px 0px;
}
#mutenka .title {
	margin-bottom: 50px;
}
#mutenka .title h2 strong {
	font-size: 36px;
}
#mutenka .scaletex em:before {
	background: rgba(255,217,215,0.5);
}
#mutenka .text {
	margin-bottom: 50px;
}
#mutenka .text:last-child {
	margin-bottom: 0px;
}
#mutenka .text .jp strong {
	display: block;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 30px;
}
#mutenka .text .en + .link {
	padding-top: 20px;
}
#mutenka ul {
	margin-bottom: 50px;
}
#mutenka ul li {
	display: inline-block;
	position: relative;
	overflow: hidden;
}
#mutenka ul li::after {
	content: "×";
	position: absolute;
	right: 0px;
	top: 50%;
}
#mutenka ul li:last-child::after {
	content: "";
}

#mutenka ul li.animated:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
	animation: mutenkali 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #000;
}
#mutenka ul li:nth-child(1).animated:before {
	animation-delay: 0s;
}
#mutenka ul li:nth-child(2).animated:before {
	animation-delay: 0.2s;
}
#mutenka ul li:nth-child(3).animated:before {
	animation-delay: 0.4s;
}
@keyframes mutenkali {
	0%{transform: translateX(0%);}
	100%{transform: translateX(100%);}
}




#mutenka ul li b {
	display: block;
	font-family: 'Noto Serif JP', serif;
}
#mutenka ul li:nth-child(1) b {color: #e7831e;}
#mutenka ul li:nth-child(2) b {color: #a8b660;}
#mutenka ul li:nth-child(3) b {color: #924c92;}
#mutenka ul li img {
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
/*
	#mutenka.bloc::before {
		bottom: -10%;
		border-width: 300px 600px 0 0;
	}
	#mutenka.bloc::after {
		border: none;
	}
*/
	#mutenka .outer {
		clip-path: polygon(0 5%, 50% 0, 100% 5%, 100% 100%, 0 95%);
	}
	#mutenka .inner {
		padding: 150px 20px;
	}
	#mutenka ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
	}
	#mutenka ul li {
		display: table-cell;
		vertical-align: top;
	}
	#mutenka .text .jp strong {
		font-size: 24px;
	}
}

#mutenka .sankaku.sankaku1,
#mutenka .sankaku.sankaku2 {
	bottom: -10%;
	background: #d6a39f;
	width: 80%;
	height: 400px;
}
#mutenka .sankaku.sankaku1 {
	left: 0;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}
#mutenka .sankaku.sankaku2 {
	z-index: 0;
	right: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#mutenka .sankaku.animated:before {
	background: #fdd2cc;
}
#mutenka .sankaku.sankaku1.animated:before {
	animation: sankaku1 2s cubic-bezier(.4, 0, .2, 1) forwards;
}
#mutenka .sankaku.sankaku2.animated:before {
	animation: mutenkasankaku2 2s cubic-bezier(.4, 0, .2, 1) forwards;
}
@keyframes sankaku1 {
	0%{transform: translateX(0%);}
	100%{transform: translateX(100%);}
}
@keyframes mutenkasankaku2 {
	0%{transform: translateX(0%);}
	100%{transform: translateX(-100%);}
}
@media screen and (max-width: 767px) {

#mutenka .sankaku.sankaku1,
#mutenka .sankaku.sankaku2 {
	display: none;
}
}
/* ---------------------------------------------------------------------- */
#wazuka {
}
/*
#wazuka.bloc::before {
	z-index: 0;
	left: 0;
	bottom: -10%;
	border-width: 400px 600px 0 0;
	border-color: #d6a39f transparent transparent transparent;
}
*/
#wazuka .outer {
	color: #fff;
	background-color: #000;
	background-image: url("../img/wazuka/bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
}
#wazuka .wazuka-bg {
	background-color: rgba(0,0,0,0.5);
}
#wazuka .inner {
	padding: 150px 0px;
}
#wazuka .title {
	margin-bottom: 30px;
}
#wazuka .title h2 {
}
#wazuka .title h2 strong {
	font-size: 36px;
}
#wazuka .wazuka {
	width: 55%;
	margin: 0px 0px 0px auto;
}
#wazuka .text .link {
	padding: 50px 0px;
}
@media screen and (max-width: 767px) {
/*
	#wazuka.bloc::before {
		border-width: 400px 600px 0 0;
	}
*/
	#wazuka .outer {
		background-size: cover;
		clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
	}
	#wazuka .inner {
		padding: 150px 20px;
	}
	#wazuka .title h2 strong {
		font-size: 30px;
	}
	#wazuka .wazuka {
		width: auto;
		margin: 0px auto;
	}
	#wazuka .text .link {
		padding: 50px 0px;
	}
}
#wazuka .sankaku {
	left: 0;
	bottom: -10%;
	background: #d6a39f;
	width: 80%;
	height: 240px;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}
#wazuka .sankaku.animated:before {
	animation: wazukasankaku 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #fdd2cc;
}
@keyframes wazukasankaku {
	0%{transform: translateX(0%);}
	100%{transform: translateX(100%);}
}
/* ---------------------------------------------------------------------- */
#dekiru {
}
/*
#dekiru.bloc::after {
	z-index: -1;
	right: 0;
	bottom: -10%;
	border-width: 0 600px 600px 0;
	border-color: transparent #d6a39f transparent transparent;
}
*/
#dekiru .outer {
	background-color: #fff;
	clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}
#dekiru .inner {
	background-image: url("../img/dekiru/bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 150px 0px;
}
.dekiru-top {
	width: 55%;
	margin: 0px 0px 0px auto;
}
.dekiru-top .title {
	margin-bottom: 30px;
}
.dekiru-top .title h2 {
}
.dekiru-top h2 strong {
	font-size: 36px;
}
.dekiru-top .text .en p {
}
.dekiruimg {
}
.dekiru-list {
}
.dekiru-list ul {
}
.dekiru-list ul li {
	margin-bottom: 50px;
}
.dekiru-list ul li:last-child {
	margin-bottom: 0px;
}
.dekiru-list ul li dl {
	position: relative;
	min-height: 300px;
}
.dekiru-list ul li:nth-child(odd) dl {
	padding-left: 500px;
}
.dekiru-list ul li:nth-child(even) dl {
	padding-right: 500px;
}
.dekiru-list ul li dl dt {
	position: relative;
	border-bottom: 1px solid #000;
	padding: 10px;
}
.dekiru-list ul li dl dt::before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #d6a39f transparent transparent transparent;
}

.dekiru-list ul li.animated dl dt::before {
	animation-name: dekirulistsan;
	animation-duration: 1s;
	animation-fill-mode:forwards;
}
@keyframes dekirulistsan {
	0%{transform: translate(100%,-100%);}
	100%{transform: translateX(0%);}
}

.dekiru-list ul li dl dt h3 {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}
.dekiru-list ul li dl dt h3 span {
	display: table-cell;
	vertical-align: top;
	width: 40px;
	font-size: 32px;
	line-height: 1em;
}
.dekiru-list ul li dl dt h3 span::after {
	content: ".";
}
.dekiru-list ul li dl dt h3 b {
	display: table-cell;
	vertical-align: top;
	font-size: 18px;
	font-weight: 400;
}
.dekiru-list ul li dl dd {
	padding: 10px;
}
.dekiru-list-img {
	position: absolute;
	top: 0px;
	margin: 0pxa auto;
}
.dekiru-list ul li:nth-child(odd) .dekiru-list-img {
	left: 0px;
}
.dekiru-list ul li:nth-child(even) .dekiru-list-img {
	right: 0px;
}
.dekiru-list-img div {
	position: relative;
	width: 450px;
	height: 280px;
}
.dekiru-list-img div img {
	position: absolute;
}
.dekiru-list-img div img:nth-child(1) {
	left: 0;
	top: 0;
	z-index: 0;
}
.dekiru-list-img div img:nth-child(2) {
	right: 0;
	top: 0;
	z-index: 1;
	width: 150px;
	height: 150px;
}
.dekiru-list ul li:nth-child(3) .dekiru-list-img div img:nth-child(2) {
	top: auto;
	bottom: 0;
	width: 160px;
	height: 200px;
}
.dekiru-list-img div img:nth-child(3) {
	right: 80px;
	bottom: 0;
	z-index: 2;
	width: 150px;
	height: 150px;
}
.dekiru-list ul li.animated .dekiru-list-img div img {
	animation-duration: 2s;
	animation-fill-mode:forwards;
}
.dekiru-list ul li.animated .dekiru-list-img div img:nth-child(1) {
	animation-name: dekiruimg1;
}
.dekiru-list ul li.animated .dekiru-list-img div img:nth-child(2) {
	animation-name: dekiruimg2;
}
.dekiru-list ul li.animated .dekiru-list-img div img:nth-child(3) {
	animation-name: dekiruimg3;
}
@keyframes dekiruimg1 {
	0%{transform: translateX(-50%);}
	100%{transform: translateX(0%);}
}
@keyframes dekiruimg2 {
	0%{transform: translateX(50%);}
	100%{transform: translateX(0%);}
}
@keyframes dekiruimg3 {
	0%{transform: translateY(50%);}
	100%{transform: translateY(0%);}
}

.dekiru-list ul li dl dd p {
}


@media screen and (max-width: 767px) {
/*
	#dekiru.bloc::after {
		border-width: 0 600px 600px 0;
		border-color: transparent #d6a39f transparent transparent;
	}
*/
	#dekiru .outer {
		clip-path: polygon(0 3%, 100% 0, 100% 97%, 0% 100%);
	}

	#dekiru .inner {
		background-position: -20px top;
		background-size: contain;
		padding: 150px 20px;
	}
	.dekiru-top {
		width: auto;
		margin: 0px auto;
	}
	.dekiru-top .title {
		text-align: right;
		margin-bottom: 30px;
	}
	.dekiru-top h2 strong {
		font-size: 36px;
	}
	.dekiruimg img {
		width: 50%;
		margin: 0px auto;
	}
	.dekiru-list ul li dl {
		min-height: 0px;
	}
	.dekiru-list ul li:nth-child(odd) dl {
		padding-left: 0px;
	}
	.dekiru-list ul li:nth-child(even) dl {
		padding-right: 0px;
	}
	.dekiru-list-img {
		position: static;
		margin-bottom: 10px;
	}
	.dekiru-list-img div {
		width: 320px;
		height: 220px;
		margin: 0px auto;
	}
	.dekiru-list-img div img {
		position: absolute;
	}
	.dekiru-list-img div img:nth-child(1) {
		width: 200px;
		height: 200px;
	}
	.dekiru-list ul li:nth-child(4) .dekiru-list-img div img:nth-child(1) {
		width: auto;
		height: auto;
	}
	.dekiru-list-img div img:nth-child(2) {
		width: 100px;
		height: 100px;
	}
	.dekiru-list ul li:nth-child(3) .dekiru-list-img div img:nth-child(2) {
		width: 120px;
		height: auto;
	}
	.dekiru-list-img div img:nth-child(3) {
		right: 30px;
		width: 100px;
		height: 100px;
	}
}
.dekiru-btm {
	position: relative;
	padding-top: 50px;
}
.dekiru-btm .title {
	text-align: center;
	margin-bottom: 30px;
}
.dekiru-btm .title h3 strong {
	font-size: 30px;
}
.dekiru-btm .scaletex em:before {
	background: rgba(255,100,100,0.3);
}
.dekiru-btm .text {
	position: absolute;
	left: 0px;
	bottom: 50px;
	width: 500px;
}
.dekiru-btm img {
	margin: 0px 0px 0px auto;
}
@media screen and (max-width: 767px) {
	.dekiru-btm {
		position: relative;
		min-height: 0px;
	}
	.dekiru-btm .text {
		position: static;
		width: auto;
	}
	.dekiru-btm img {
	}
}
#dekiru .sankaku {
	right: 0;
	bottom: 0;
	background: #d6a39f;
	width: 80%;
	height: 150px;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}
#dekiru .sankaku.animated:before {
	animation: dekirusankaku 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #fdd2cc;
}
@keyframes dekirusankaku {
	0%{transform: translateX(30%);}
	100%{transform: translateX(-100%);}
}
@media screen and (max-width: 767px) {
#dekiru .sankaku {
	display: none;
}
}
/* ---------------------------------------------------------------------- */
#nichijyo {
}
/*
#nichijyo.bloc::after {
	z-index: -1;
	right: 0;
	bottom: -10%;
	border-width: 0 600px 600px 0;
	border-color: transparent #d6a39f transparent transparent;
}
*/
#nichijyo .outer {
	color: #fff;
	background-color: #000;
	clip-path: polygon(0 0, 100% 10%, 100% 85%, 0 100%);
}
#nichijyo .inner {
	padding: 150px 0px;
}
.nichijyo-top {
	margin-bottom: 50px;
}
.nichijyo-top .title {
	margin-bottom: 30px;
}
.nichijyo-top .title h2 {
}
.nichijyo-top h2 strong {
	font-size: 40px;
}
.nichijyo-top .text .en p {
}
.nichijyo-howto {
}
.nichijyo-howto .title {
	margin-bottom: 30px;
}
.nichijyo-howto .title h3 {
}
.nichijyo-howto ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.nichijyo-howto ul li {
	display: table-cell;
	vertical-align: top;
	padding: 10px  10px;
}
.nichijyo-howto ul li div {
	position: relative;
	overflow: hidden;
	height: 180px;
	margin-bottom: 10px;
}
.nichijyo-howto ul li div img {
	position: absolute;
	left: 50%;
	top: 0;
	max-width: none;
	height: 180px;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
	margin: 0px auto;
}
.nichijyo-howto ul li dl {
}
.nichijyo-howto ul li dl dt {
	font-size: 18px;
	color: #ffd9d7;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	background: rgb(172,128,128);
	background: -moz-linear-gradient(left, rgba(172,128,128,1) 0%, rgba(235,187,183,1) 25%, rgba(235,187,183,1) 50%, rgba(235,187,183,1) 100%);
	background: -webkit-linear-gradient(left, rgba(172,128,128,1) 0%,rgba(235,187,183,1) 25%,rgba(235,187,183,1) 50%,rgba(235,187,183,1) 100%);
	background: linear-gradient(to right, rgba(172,128,128,1) 0%,rgba(235,187,183,1) 25%,rgba(235,187,183,1) 50%,rgba(235,187,183,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac8080', endColorstr='#ebbbb7',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nichijyo-howto ul li dl dd {
	padding: 5px;
}
.nichijyo-howto ul li dl dd p {
	font-size: 0.9em;
	line-height: 1.5em;
}
@media screen and (max-width: 767px) {
/*
	#nichijyo.bloc::after {
		bottom: -10%;
		border-width: 0 600px 600px 0;
	}
*/
	#nichijyo .outer {
		clip-path: polygon(0 0, 100% 4%, 100% 96%, 0 100%);
	}
	#nichijyo .inner {
		padding: 150px 20px;
	}
	.nichijyo-howto ul {
		display: block;
		width: auto;
	}
	.nichijyo-howto ul li {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
		padding: 5px 0px;
	}
	.nichijyo-howto ul li div {
		display: table-cell;
		vertical-align: top;
		overflow: visible;
		height: auto;
		margin-bottom: 0px;
	}
	.nichijyo-howto ul li div img {
		position: static;
		max-width: 100%;
		height: auto;
		-webkit-transform: translate(0%,0%);
		-moz-transform: nslate(0%,0%);
		-ms-transform: nslate(0%,0%);
		-o-transform: nslate(0%,0%);
		transform: nslate(0%,0%);
		margin: 0px auto;
	}
	.nichijyo-howto ul li dl {
		padding: 10px  10px;
	}
}
#nichijyo .sankaku {
	right: 0;
	bottom: -100px;
	background: #d6a39f;
	width: 100%;
	height: 450px;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}
#nichijyo .sankaku.animated:before {
	animation: nichijyosankaku 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #fdd2cc;
}
@keyframes nichijyosankaku {
	0%{transform: translateX(30%);}
	100%{transform: translateX(-100%);}
}
@media screen and (max-width: 767px) {
#nichijyo .sankaku {
	display: none;
}
}
/* ---------------------------------------------------------------------- */
#message {
}
/*
#message.bloc::after {
	z-index: -1;
	left: 0;
	bottom: -10%;
	border-width: 300px 0 0 600px;
	border-color: transparent transparent transparent #d6a39f;
}
*/
#message .outer {
	background-color: #fff;
	clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 95%);
}
#message .inner {
	padding: 150px 0px 150px 0px;
}
#message .title {
	margin-bottom: 30px;
}
#message .title h2 {
}
#message h2 strong {
}
.message-top {
	text-align: center;
	margin-bottom: 50px;
}
.message-top p {
}
.message-top p strong {
}
.message {
}
.message ul {
}
.message ul li {
	min-height: 320px;
	margin-bottom: 50px;
}
.message ul li:last-child {
}
.message ul li:nth-child(odd) {
	padding-left: 300px;
}
.message ul li:nth-child(even) {
	padding-right: 300px;
}
.message ul li dl {
}
.message ul li dl dt {
	position: relative;
	border-bottom: 1px solid #000;
	padding: 10px 10px 10px 30px;
}
.message ul li dl dt::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #ffd1cc transparent transparent transparent;
}
.message ul li.animated dl dt::before {
	animation-name: messdtsan;
	animation-duration: 1s;
	animation-fill-mode:forwards;
}
@keyframes messdtsan {
	0%{transform: translate(200%,-200%);}
	100%{transform: translateX(0%);}
}
.message ul li dl dt span {
	display: block;
	position: relative;
	z-index: 1;
}
.message ul li dl dd {
	position: relative;
	padding: 10px;
}
.message ul li dl dd .message-photo {
	position: absolute;
	top: 0px;
}
.message ul li:nth-child(odd) dl dd .message-photo {
	left: -300px;
}
.message ul li:nth-child(even) dl dd .message-photo {
	right: -300px;
}
.message ul li dl dd .message-photo div {
	position: relative;
	padding: 0px 20px 20px 0px;
}
.message ul li dl dd .message-photo div img {
	position: relative;
	z-index: 1;
}
.message ul li dl dd .message-photo div::before {
	content: "";
	position: absolute;
	z-index: 0;
	right: 0px;
	bottom: 0px;
	width: 240px;
	height: 280px;
	background: #d0a59e;
}
.message ul li dl dd .message-photo div img:nth-child(1) {
	left: 0;
	top: 0;
	z-index: 0;
}
.message ul li dl dd .message-photo div img:nth-child(2) {
	right: 0;
	top: 0;
	z-index: 1;
	width: 150px;
	height: 150px;
}

.message ul li.animated dl dd .message-photo div img {
	animation-duration: 2s;
	animation-fill-mode:forwards;
	animation-name: messageimg1;
	transform-origin: left top;
}
.message ul li.animated dl dd .message-photo div::before {
	animation-duration: 1s;
	animation-fill-mode:forwards;
	animation-name: messageimg2;
	transform-origin: left top;
}
@keyframes messageimg1 {
	0%{transform: translate(50%,50%);}
	100%{transform: translateX(0%);}
}
@keyframes messageimg2 {
	0%{transform: translate(-50%,-50%);}
	100%{transform: translateX(0%);}
}




.message ul li dl dd p {
}
@media screen and (max-width: 767px) {
/*
	#message.bloc::after {
		bottom: -10%;
		border-width: 300px 0 0 600px;
	}
*/
	#message .outer {
		clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
	}
	#message .inner {
		padding: 150px 10px;
	}
	.message ul li {
		min-height: 0px;
	}
	.message ul li:nth-child(odd) {
		padding-left: 0px;
	}
	.message ul li:nth-child(even) {
		padding-right: 0px;
	}
	.message ul li dl dd .message-photo {
		position: static;
		margin: 0px auto 10px auto;
	}
}
#message .sankaku {
	left: 0;
	bottom: -10px;
	background: #d6a39f;
	width: 80%;
	height: 240px;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}
#message .sankaku.animated:before {
	animation: messagesankaku 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #fdd2cc;
}
@keyframes messagesankaku {
	0%{transform: translateX(0%);}
	100%{transform: translateX(100%);}
}
/* ---------------------------------------------------------------------- */
#lets {
}
/*
#lets.bloc::before {
	z-index: 0;
	left: 0;
	bottom: -10%;
	border-width: 400px 600px 0 0;
	border-color: #d6a39f transparent transparent transparent;
}
*/
#lets .outer {
	color: #fff;
	background-color: #000;
	clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}
#lets .inner {
	padding: 150px 0px 50px 0px;
}
@media screen and (max-width: 767px) {
/*
	#lets.bloc::before {
		bottom: -10%;
		border-width: 400px 600px 0 0;
	}
*/
	#lets .outer {
		clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
	}
	#lets .inner {
		padding: 150px 20px 50px 20px;
	}
}
.lets {
	width: 50%;
	margin-bottom: 30px;
}
.lets .title {
	margin-bottom: 30px;
}
.lets .title h2 {
}
.lets .title h2 strong {
	font-size: 44px;
}
.lets p {
}
.lets img {
}
@media screen and (max-width: 767px) {
	.lets {
		width: auto;
		margin-bottom: 30px;
	}
	.lets .title h2 strong {
		font-size: 36px;
	}
}
#faq {
}
#faq .title {
	margin-bottom: 30px;
}
.faq {
	position: relative;
	margin-bottom: 30px;
}
.faq#faq1 {
}
.faq#faq2 {
}
.faq#faq3 {
}
#faq h4 {
	width: 50%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	margin-bottom: 20px;
}
.faq#faq2 h4 {
	margin: 0px 0px 20px auto;
}
.faq ul {
	width: 50%;
	min-height: 300px;
}
.faq#faq2 ul {
	margin: 0px 0px 0px auto;
}

.faq ul li {
	padding: 2px 2px;
}
.faq ul li a {
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
}
.faq ul li a:hover {
	background-color: rgba(255,255,255,0.5);
}
.faq ul li a span {
}
.faq ul li a span::before {
	content: "Q. ";
}
.faq ul li a:before,
.faq ul li a:after {
	position: absolute;
	right: 10px;
	width: 8px;
	height: 2px;
	content: '';
	border-radius: 2px;
	background: #000;
}
.faq ul li a:before {
	top: 50%;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	margin-top: -4px;
}
.faq ul li a:after {
	bottom: 50%;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	margin-bottom: -4px;
}
.faq img {
	position: absolute;
	width: 480px;
}
.faq#faq1 img {
	right: 0;
	bottom: 0;
}
.faq#faq2 img {
	left: 0;
	bottom: 0;
	clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
}
.faq#faq3 img {
	right: 0;
	bottom: 0;
	clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
	#faq {
	}
	#faq .title {
		margin-bottom: 20px;
	}
	.faq {
		position: relative;
		margin-bottom: 30px;
	}
	.faq#faq1 {
	}
	.faq#faq2 {
	}
	.faq#faq3 {
	}
	#faq h4 {
		width: auto;
		margin-bottom: 20px;
	}
	.faq#faq2 h4 {
		margin: 0px auto 20px auto;
	}
	.faq ul {
		width: auto;
		min-height: 0px;
		margin: 0px auto 20px auto;
	}
	.faq#faq2 ul {
		margin: 0px auto 20px auto;
	}
	.faq ul li {
		padding: 2px 2px;
	}
	.faq ul li a {
		display: block;
		color: #000;
		text-decoration: none;
		background-color: #fff;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px 5px;
	}
	.faq img {
		position: static;
		width: auto;
		margin: 0px auto;
	}
	.faq#faq1 img {
		right: 0;
		bottom: 0;
	}
	.faq#faq2 img {
		left: 0;
		bottom: 0;
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	}
	.faq#faq3 img {
		right: 0;
		bottom: 0;
		clip-path: polygon(0 0%, 100% 0, 100% 100%, 0 100%);
	}
}
/* ---------------------------------------------------------------------- */
#sns {
	text-align: center;
	background-color: #000;
}
#sns .outer {
	background-color: #d6a39f;
	clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
}
#sns .inner {
	padding: 150px 0px 50px 0px;
}
#sns .title {
	margin-bottom: 30px;
}
#sns .title h2 {
	font-size: 24px;
}
#sns p {
	margin-bottom: 20px;
}
#sns ul {
}
#sns ul li {
	display: inline-block;
	padding: 5px;
}
#sns ul li a {
}
#sns ul li a img {
}
@media screen and (max-width: 767px) {
	#sns .outer {
		clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 100%);
	}
	#sns .inner {
		padding: 150px 20px 50px 20px;
	}
}
/* ---------------------------------------------------------------------- */
#company {
	background-color: #d6a39f;
}
#company .outer {
	background-color: #fff;
	clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 100%);
}
#company .inner {
	background-image: url("../img/company/bg.png");
	background-repeat: no-repeat;
	background-position: center 200px;
	padding: 150px 0px 50px 0px;
}
#company .title {
	text-align: center;
	margin-bottom: 50px;
}
#company .title h2 {
}
.company {
	margin-bottom: 100px;
}
.company ul {
}
.company ul li {
	border-bottom: 1px solid #000;
	padding: 5px 0px;
}
.company ul li:last-child {
	border-bottom: none;
}
.company ul li dl {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.company ul li dl dt {
	display: table-cell;
	width: 20%;
	text-align: center;
	vertical-align: middle;
	padding: 5px 5px;
}
.company ul li dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 5px;
}
.greeting {
	position: relative;
}
.greeting dl {
	width: 700px;
}
.greeting dl dt {
	border-bottom: 1px solid #000;
}
.greeting dl dt h3 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}
.greeting dl dd {
	padding: 10px;
}
.greeting dl dd img {
	position: absolute;
	right: 0px;
	top: 0px;
}
.greeting dl dd p {
}
@media screen and (max-width: 767px) {
	#company .outer {
		clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
	}
	#company .inner {
		background-position: center top;
		padding: 150px 20px 50px 20px;
	}
	.greeting dl {
		width: auto;
	}
	.greeting dl dd img {
		position: static;
		margin: 0px auto 10px auto;
	}
}
.company-contact {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	padding: 50px 20px;
}
.company-contact p {
	margin-bottom: 20px;
}
.company-contact a {
	display: inline-block;
	text-decoration: none;
	background-color: #000;
	background-image: url("../img/parts/mail.png");
	background-repeat: no-repeat;
	background-position: 10px center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 30px;
}
.company-contact a span {
	display: block;
	font-size: 22px;
	color: #ffd9d7;
	background: rgb(172,128,128);
	background: -moz-linear-gradient(left, rgba(172,128,128,1) 0%, rgba(235,187,183,1) 25%, rgba(235,187,183,1) 50%, rgba(235,187,183,1) 100%);
	background: -webkit-linear-gradient(left, rgba(172,128,128,1) 0%,rgba(235,187,183,1) 25%,rgba(235,187,183,1) 50%,rgba(235,187,183,1) 100%);
	background: linear-gradient(to right, rgba(172,128,128,1) 0%,rgba(235,187,183,1) 25%,rgba(235,187,183,1) 50%,rgba(235,187,183,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac8080', endColorstr='#ebbbb7',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	padding: 5px 0px 5px 30px;
}
/* ---------------------------------------------------------------------- */
#kamonohashi {
	text-align: center;
	background-color: #fff;
	padding: 50px 0px;
}
.kamonohashi {
	display: inline-block;
	background-color: #cad95b;
	background-image: url("../img/kamonohashi/photo.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 10px 10px 470px;
}
.kamonohashi-photo {
	display: none;
}
.kamonohashi-logo {
}
.kamonohashi-logo img {
	margin: 0px auto 10px auto;
}
.kamonohashi-logo p {
}
@media screen and (max-width: 767px) {
	.kamonohashi {
		display: block;
		background-image: none;
		padding: 10px;
	}
	.kamonohashi-photo {
		display: block;
	}
	.kamonohashi-photo img {
		margin: 0px auto 10px auto;
	}
	.kamonohashi-logo {
	}
	.kamonohashi-logo img {
		margin: 0px auto 10px auto;
	}
	.kamonohashi-logo p {
	}
}
/* ---------------------------------------------------------------------- */
.modalinner {
	background:#fff;
	padding:20px;
}
.modalinner dl {
}
.modalinner dl dt {
	border-bottom: 1px solid #000;
	padding: 10px;
}
.modalinner dl dt h4 {
}
.modalinner dl dt h4 strong {
	display: inline-block;
	font-weight: 500;
}
.modalinner dl dt h4 span {
	display: inline-block;
	color: #888;
	font-size: 12px;
	font-weight: 400;
	padding-left: 10px;
}
.modalinner dl dd {
	padding: 10px;
}
.modalinner dl dd .text .jp,
.modalinner dl dd .text .en {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}
#modal-jas .modalinner .text .jp img {
	position: absolute;
	right: 0px;
	top: 0px;
}
#modal-jas .modalinner .text .jp p {
	padding-right: 140px;
}
@media screen and (max-width: 767px) {
	#modal-jas .modalinner .text .jp img {
		position: static;
		margin: 0px auto 10px auto;
	}
	#modal-jas .modalinner .text .jp p {
		padding-right: 0px;
	}
}
#modal-kodawari .modalinner ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
	margin-bottom: 10px;
}
#modal-kodawari .modalinner ul li {
	display: table-cell;
	vertical-align: top;
	padding: 5px 2px;
}
#modal-kodawari .modalinner ul li h5 {
	margin-bottom: 5px;
}
#modal-kodawari .modalinner ul li h5 span {
	display: inline-block;
	color: #ffa394;
}
#modal-kodawari .modalinner ul li h5 strong {
	display: inline-block;
	font-weight: 500;
}
#modal-kodawari .modalinner ul li h5 b {
	display: block;
	color: #888;
	font-size: 12px;
	font-weight: 400;
}
#modal-kodawari .modalinner ul li img {
	margin: 0px auto 10px auto;
}
#modal-kodawari .modalinner ul li p {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0px 5px;
}
