@charset "utf-8";



/******************************************************************/
/*************************     base    ****************************/
/******************************************************************/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700;900&display=swap');

:root {
	--media-width: 1620;
}

html {
	width: 100%;
	font-size: 62.5%;
	background: url(../common/bg.jpg) left top repeat;
}

body {
	width: 100%;
	color: #5f4a22;
	font-size: 1.6rem;
	font-family: 'M PLUS Rounded 1c', 'ヒラギノ角ゴ Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', apple-system, BlinkMacSystemFont, '游ゴシック体', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
	line-height: 1.8;
	font-weight: 700;
	background: url(../common/bg.jpg) left top repeat;
	overflow-x: hidden;
	position: relative;
}

img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	border: none;
	max-width: 100%;
	display: block;
}

a {
	outline: none;
	text-decoration: none;
	color: #5f4a22;
	transition: 0.4s;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

strong {
	font-weight: normal;
}

figure {
	overflow: hidden;
}

#pageTop {
	position: fixed;
	right: 10px;
	bottom: 20px;
	cursor: pointer;
}

.underline {
	text-decoration: underline;
}

.z03 {
	transform: rotateZ(0.03deg);
}

.ac {
	text-align: center;
}

.bb {
	font-weight: bold;
}

.s {
	font-size: 1.1rem;
}

.red {
	color: #bc0000;
}

.blue {
	color: #51c9e0;
}

.pink {
	color: #f19ec2;
}

.green {
	color: #3f8b2e;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.cl {
	clear: both;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
}

.pc {
	display: block;
}

.pctb {
	display: block;
}

.sp_only {
	display: none;
}

.sp {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.row {
	display: flex;
	flex-wrap: wrap;
}

.row_nowrap {
	display: flex;
	flex-wrap: nowrap;
}

.row_nowrap_pc {
	display: flex;
	flex-wrap: nowrap;
}

.flex_direction_reverse_pc {
	flex-direction: row-reverse;
}

.justify_content_sa {
	justify-content: space-around;
}

.justify_content_sb {
	justify-content: space-between;
}

.inner {
	margin: 0 auto;
}

.hover {
	transition: 0.4s;
}

a:hover .hover {
	transform: scale(1.1);
}

.num li {
	margin: 0 0 0 1.4em;
	list-style: decimal;
}

.circle li {
	margin: 0 0 0 1.2em;
}

/*
.num li:first-child {
	margin:1em 0 1em 1em;
}
.num li ul li {
	margin:0 0 0 1em;
	list-style:disc;
}
.num li ul li:first-child {
	margin:0 0 0 1em;
}
*/
@media (max-width: 810px) {
	body {
		min-width: 100%;
	}

	.ac {
		text-align: left;
	}

	.anc {
		margin: -80px 0 0 0;
		padding: 80px 0 0 0;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	#pageTop {
		bottom: 10px;
	}
}

@media (max-width: 480px) {
	body {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.8;
	}

	.pctb {
		display: none;
	}

	.sp_only {
		display: block;
	}

	.row_nowrap_pc {
		flex-wrap: wrap;
	}
}

#load {
	width: 100%;
	height: 100%;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
}

#loading,
#loading:after {
	border-radius: 50%;
	width: 4em;
	height: 4em;
}

#loading {
	top: 50%;
	left: 50%;
	margin: -2em 0 0 -2em;
	font-size: 10px;
	position: absolute;
	text-indent: -9999em;
	border-top: 0.2em solid rgba(63, 139, 46, 1);
	border-right: 0.2em solid rgba(63, 139, 46, 1);
	border-bottom: 0.2em solid rgba(63, 139, 46, 1);
	border-left: 0.2em solid #f8f6eb;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load 1.1s infinite linear;
	animation: load 1.1s infinite linear;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
}

.header .inner {
	width: 100%;
	height: 128px;
	padding: 0;
	position: relative;
}

.header .inner .logo {
	width: 410px;
	height: 128px;
	padding: 38px 40px;
	background: #fff;
	border-radius: 0 0 20px 0;
	float: left;
}

.header .inner .fr {
	width: 770px;
	height: 128px;
	padding: 20px 40px 10px 40px;
	background: #f19ec2;
	border-radius: 0 0 0 20px;
	float: right;
}

.header .inner h2 {
	margin: 0 20px 0 0;
	padding: 4px 30px;
	font-size: 1.4rem;
	color: #f19ec2;
	background: #fff;
	border-radius: 20px;
	float: right;
	display: inline-block;
	transform: rotateZ(0.03deg);
}

.menu {
	width: 100%;
	clear: both;
}

.menu ul {
	list-style: none;
}

.menu ul li {
	margin: 0;
	font-weight: 900;
	font-size: 1.6rem;
	transform: rotateZ(0.03deg);
	float: left;
}

.menu ul li a {
	padding: 20px 20px 0 20px;
	color: #fff;
	display: inline-block;
	transition: 0.4s;
	display: block;
}

.menu ul li a:hover {
	color: #b4f3ff;
}

.sp_tel {
	display: none;
	transition: 0.5s all;
}

@media (max-width: 1180px) {
	.header .inner {
		width: 100%;
		height: 120px;
		padding: 0;
		position: relative;
	}

	.header .inner .logo {
		width: 30%;
		height: 120px;
		padding: 40px 20px;
		z-index: 11;
		border-radius: 0 0 0 0;
	}

	.header .inner .fr {
		width: 70%;
		height: 120px;
		padding: 10px 20px 10px 20px;
		border-radius: 0 0 0 0;
		float: right;
	}

	.header .inner h2 {
		margin: 0;
		padding: 4px 10px 2px 10px;
		font-size: 1.0rem;
		color: #f19ec2;
		background: none;
		border-radius: 0;
		float: right;
		background: #b4f3ff;
	}

	.menu {
		width: auto;
		display: inline-block;
		float: right;
	}

	.menu ul li a {
		padding: 20px 10px 20px 10px;
		color: #fff;
		display: inline-block;
		transition: 0.4s;
		display: block;
		text-align: center;
	}
}

@media (max-width: 900px) {
	.header .inner .logo {
		width: 45%;
		height: 80px;

		z-index: 11;
		border-radius: 0 0 0 0;
		position: relative;
	}

	.header .inner .logo img {
		padding: 15px 20px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.header .inner .fr {
		width: 55%;
		height: 80px;
		padding: 10px 20px 10px 20px;
		background: #f19ec2;
		border-radius: 0 0 0 0;
		float: right;
	}

	.header .inner h2 {
		margin: 0;
		padding: 4px 10px 0 0;
		font-size: 1.0rem;
		color: #fff;
		background: none;
		border-radius: 0;
		float: left;
		display: none;
	}

	.humberger {
		position: absolute;
		height: 40px;
		width: 40px;
		display: inline-block;
		top: 20px;
		right: 20px;
		z-index: 101;
		border: 2px solid #ffffff;
		cursor: pointer;
		background: rgba(255, 255, 255, 1);
	}

	.humberger div {
		position: absolute;
		left: 50%;
		height: 1px;
		width: 26px;
		margin: 0 0 0 -13px;
		background-color: #f19ec2;
		display: inline-block;
	}

	.humberger div:nth-of-type(1) {
		top: 11px;
		transition: 0.2s;
	}

	.humberger div:nth-of-type(2) {
		top: 18px;
		transition: 0.2s;
	}

	.humberger div:nth-of-type(3) {
		top: 25px;
		transition: 0.2s;
	}

	.open .humberger div:nth-of-type(1) {
		transform: rotate(45deg);
		top: 50%;
	}

	.open .humberger div:nth-of-type(2) {
		display: none;
	}

	.open .humberger div:nth-of-type(3) {
		transform: rotate(-45deg);
		top: 50%;
	}

	.sp_tel {
		width: 40px;
		height: 40px;
		position: absolute;
		top: 20px;
		right: 70px;
		z-index: 101;
		display: block;
		border: 2px solid #fff;
		text-align: center;
		background: rgba(255, 255, 255, 1);
	}

	.sp_tel a {
		display: block;
		line-height: 1;
		font-size: 2.0rem;
		color: #f19ec2;
		padding: 8px 0 0 0;
	}

	.menu {
		display: none;
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		background: #f19ec2;
		z-index: 10;
	}

	.menu ul {
		width: 80%;
		position: absolute;
		top: 100px;
		left: 50%;
		transform: translateX(-50%);
		display: block;
	}

	.menu ul li {
		margin: 20px 0 0 0;
		padding: 0;
		float: none;
		font-size: 1.6rem;
		text-align: center;
	}

	.menu ul li a {
		color: #f19ec2;
		background: #fff;
		display: block;
		border-radius: 10px;
	}
}

@media (max-width: 480px) {
	.header .inner .logo {
		width: 50%;
		height: 80px;
	}

	.header .inner .logo img {
		padding: 15px 10px;
	}

	.header .inner .fr {
		width: 50%;
		height: 80px;
		padding: 10px 20px 10px 20px;
	}
}

/******************************************************************/
/***********************      footer     **************************/
/******************************************************************/

.footer {
	width: 100%;
	padding: 0;
	color: #fefcf0;
	font-size: 1.3rem;
	background: url(../common/footer_bg.png) no-repeat;
	background-size: cover;
}

.footer_mes {
	width: 450px;
	margin: 0 0 0 80px;
	padding: 80px 0;
	transform: rotateZ(0.03deg);
}

.footer_mes h4 {
	margin: 0 0 0.5em 0;
	color: #fff;
	font-size: 3rem;
	line-height: 1.4;
}

.footer_nav {
	width: 480px;
	padding: 80px 0;
	position: relative;
}

.footer_nav ul li {
	display: inline-block;
}

.footer_nav ul li a {
	margin: 0 10px 20px 0;
	padding: 5px 25px;
	font-size: 1.3rem;
	background: #f19ec2;
	border: 2px solid #fffdf1;
	border-radius: 40px;
	color: #fefcf0;
	display: inline-block;
	transition: 0.4s;
	transform: rotateZ(0.03deg);
}

.footer_nav ul li a:before {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	margin: 0 4px 0 0;
}

.footer_nav ul li a:hover {
	background: #51c9e0;
}

.footer_nav .bird {
	width: 178px;
	position: absolute;
	top: 20px;
	right: 30px;
}

.copyright {
	padding: 0 0 0 10px;
	font-size: 1.2rem;
	color: #f19ec2;
	transform: rotateZ(0.03deg);
	text-shadow:
		1px 1px 0px #fefcf0, -1px -1px 0px #fefcf0,
		-1px 1px 0px #fefcf0, 1px -1px 0px #fefcf0,
		1px 0px 0px #fefcf0, -1px 0px 0px #fefcf0,
		0px 1px 0px #fefcf0, 0px -1px 0px #fefcf0;
}

@media (max-width: 1010px) {
	.footer_mes {
		width: 50%;
		margin: 0;
		padding: 80px 0 80px 40px;
	}

	.footer_nav {
		width: 50%;
		padding: 80px 0;
	}
}

@media (max-width: 810px) {
	.footer {
		padding: 60px 0;
		background-size: 100%;
	}

	.footer_mes {
		padding: 40px 40px 60px 40px;
	}

	.footer_mes h4 {
		font-size: 2.4rem;
	}

	.footer_nav ul li a {
		margin: 0 10px 14px 0;
	}

	.footer_nav {
		padding: 60px 0 60px 0;
	}

	.footer_nav .bird {
		top: -60px;
	}
}

@media (max-width: 480px) {
	.footer_mes {
		width: 100%;
		margin: 0;
		padding: 20px 20px 0 20px;
	}

	.footer_nav {
		width: 100%;
		padding: 30px 10px 20px 20px;
	}

	.footer_nav ul li a {
		margin: 0 5px 10px 0;
		padding: 5px 20px;
		font-size: 1.2rem;
	}

	.footer_nav .bird {
		top: -280px;
	}

	.footer_mes h4 {
		font-size: 2.0rem;
	}

	.copyright {
		padding: 20px 0;
	}
}

/******************************************************************/
/***********************     wrap    **************************/
/******************************************************************/

.wrap {
	background: url("../common/head_bg.png") center top no-repeat;
	background-size: 100vw;
}

@media (max-width: 480px) {
	.wrap {
		background: url("../common/head_bg.png") center 60px no-repeat;
		background-size: 100vw;
	}
}

/******************************************************************/
/***********************     top main    **************************/
/******************************************************************/
.main {
	padding: 180px 0 0 0;
}

.main .inner {
	width: 1560px;
	height: 870px;
	margin: 0 auto;
	position: relative;
}

.main .inner .main_pic {
	width: 975px;
	float: right;
	/*position:absolute;
	top:0;
	right:0;*/
}

.main .inner .main_pic figure {
	border: 5px solid #fff;
	border-radius: 40px;
	overflow: hidden;
}

.main .inner .bird {
	width: 178px;
	position: absolute;
	top: 40px;
	left: 260px;
}

.main .inner .sub_copy {
	padding: 0;
	color: #f19ec2;
	line-height: 1;
	position: absolute;
	top: 100px;
	left: 0;
	font-size: 3.0rem;
	transform: rotateZ(0.03deg);
}

.main .inner .main_copy {
	position: absolute;
	top: 176px;
	left: 0px;
	font-size: 5.2rem;
	line-height: 1.2;
	color: #5f4a22;
	font-weight: 900;
	transform: rotateZ(0.03deg);
}

.main .inner .descript {
	width: 473px;
	position: absolute;
	top: 340px;
	left: 0px;
	font-size: 1.6rem;
	color: #5f4a22;
	font-weight: 900;
	transform: rotateZ(0.03deg);
}

.main .inner .main_pic2 {
	width: 473px;
	position: absolute;
	top: 510px;
	left: 0px;
}

.main .inner .main_pic2 figure {
	border: 5px solid #fff;
	border-radius: 40px;
	overflow: hidden;
}

.main .inner .ticker {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 20px 0 160px;
	overflow: hidden;
	border: 4px solid #f19ec2;
	background: #fff;
	border-radius: 20px;
	font-weight: 700;
	position: relative;
	font-family: 'ヒラギノ角ゴ Pro', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', apple-system, BlinkMacSystemFont, '游ゴシック体', 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
}

.main .inner .ticker h3 {
	width: 160px;
	padding: 0 20px 0 0;
	overflow: hidden;
	color: #f19ec2;
	font-weight: 700;
	text-align: center;
	position: absolute;
	left: 20px;
	top: 50%;
	z-index: 1;
	transform: translateY(-50%);
}

.main .inner .ticker ul {
	height: 7.0rem;
	color: #5f4a22;
}

.main .inner .ticker ul li {
	width: 100%;
	float: left;
	display: inline;
	clear: both;
	text-align: left;
	list-style-type: none;
	position: relative;
	line-height: 7.0rem;
	margin-bottom: -7.0em;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.ticker_date {
	margin: 0 25px 0 0;
	color: #f19ec2;
}

div#longitudinally ul li,
div#fade ul li {
	left: 10px;
}

@media only screen and (min-width: 811px) and (max-width: 1620px) {
	.main .inner {
		width: calc(1560/var(--media-width) * 100vw);
		height: calc(870/var(--media-width) * 100vw);
	}

	.main .inner .main_pic {
		width: calc(975/var(--media-width) * 100vw);
	}

	.main .inner .main_pic figure {
		border: calc(5/var(--media-width) * 100vw) solid #fff;
	}

	.main .inner .bird {
		width: calc(178/var(--media-width) * 100vw);
		top: calc(40/var(--media-width) * 100vw);
		left: calc(260/var(--media-width) * 100vw);
	}

	.main .inner .sub_copy {
		font-size: calc(30/var(--media-width) * 100vw);
		top: calc(100/var(--media-width) * 100vw);
	}

	.main .inner .main_copy {
		font-size: calc(52/var(--media-width) * 100vw);
		top: calc(176/var(--media-width) * 100vw);
	}

	.main .inner .descript {
		/*font-size:calc(16/var(--media-width) * 100vw);*/
		font-size: 1.4rem;
		width: calc(473/var(--media-width) * 100vw);
		top: calc(340/var(--media-width) * 100vw);
	}

	.main .inner .main_pic2 {
		width: calc(473/var(--media-width) * 100vw);
		top: calc(510/var(--media-width) * 100vw);
	}

	.main .inner .main_pic2 figure {
		border: calc(5/var(--media-width) * 100vw) solid #fff;
	}

	.main .inner .ticker {
		margin: calc(10/var(--media-width) * 100vw) 0 0 0;
		padding: 0 calc(20/var(--media-width) * 100vw) 0 calc(160/var(--media-width) * 100vw);
	}

	.main .inner .ticker h3 {
		width: calc(160/var(--media-width) * 100vw);
		padding: 0 calc(20/var(--media-width) * 100vw) 0 0;
		left: calc(20/var(--media-width) * 100vw);
		font-size: calc(16/var(--media-width) * 100vw);
		font-size: min(1.6rem, 1.6rem);
	}

	.main .inner .ticker ul {
		height: calc(70/var(--media-width) * 100vw);
	}

	.main .inner .ticker ul li {
		line-height: calc(70/var(--media-width) * 100vw);
		margin-bottom: calc(-70/var(--media-width) * 100vw);
		font-size: calc(16/var(--media-width) * 100vw);
		font-size: min(1.6rem, 1.4rem);
	}

	.ticker_date {
		font-size: calc(16/var(--media-width) * 100vw);
		margin: 0 calc(15/var(--media-width) * 100vw) 0 0;
		font-size: min(1.6rem, 1.4rem);
	}
}

@media (max-width: 1100px) {
	.main .inner .descript {
		font-size: 1.2rem;
	}
}

@media (max-width: 810px) {
	.main {
		padding: 120px 0 0 0;
	}

	.main .inner {
		width: 100%;
		padding: 0 40px;
		height: auto;
		margin: 0 auto;
		position: relative;
	}

	.main .inner .main_pic {
		width: 100%;
		float: none;
	}

	.main .inner .main_pic figure {
		border: 5px solid #fff;
		border-radius: 40px;
		overflow: hidden;
	}

	.main .inner .bird {
		width: calc(100/810 * 100vw);
		top: calc(635/810 * 100vw);
		left: calc(240/810 * 100vw);
	}

	.main .inner .sub_copy {
		margin: 40px 0 20px 0;
		position: static;
		font-size: calc(20/810 * 100vw);
	}

	.main .inner .main_copy {
		margin: 0 0 20px 0;
		position: static;
		font-size: calc(38/810 * 100vw);
	}

	.main .inner .descript {
		position: static;
		font-size: calc(16/810 * 100vw);
	}

	.main .inner .main_pic2 {
		width: 50%;
		margin: 40px 0 0 0;
		padding: 0 0 0 20px;
		position: static;
		float: right;
	}

	.main .inner .main_pic2 figure {
		border: 5px solid #fff;
		border-radius: 40px;
		overflow: hidden;
	}

	.main .inner .ticker {
		padding: 0 20px 0 120px;
	}

	.main .inner .ticker h3 {
		width: 120px;
		padding: 0 40px 0 0;
		font-size: 1.4rem;
	}

	.main .inner .ticker ul {
		height: 5.0rem;
		transform: rotateZ(0.03deg);
	}

	.main .inner .ticker ul li {
		width: 100%;
		line-height: 5.0rem;
		margin-bottom: -5.0em;
		font-size: 1.4rem;
	}

	.ticker_date {
		margin: 0 15px 0 0;
		transform: rotateZ(0.03deg);
		font-size: 1.4rem;
	}
}

@media (max-width: 480px) {
	.main {
		padding: 100px 0 0 0;
	}

	.main .inner {
		padding: 0 20px;
	}

	.main .inner .sub_pic {
		position: relative;
	}

	.main .inner .bird {
		width: calc(100/480 * 100vw);
		top: calc(-40/480 * 100vw);
		left: calc(120/480 * 100vw);
	}

	.main .inner .sub_copy {
		max-width: 50%;
		margin: 50px 0 10px 0;
		position: static;
		font-size: 1.3rem;
	}

	.main .inner .main_copy {
		max-width: 48%;
		font-size: 2.4rem;
		line-height: 1.4;
		margin: 0 0 20px 0;
	}

	.main .inner .descript {
		width: auto;
		padding: 0 0 0 0;
		position: static;
		font-size: 1.4rem;
	}

	.main .inner .main_pic2 {
		width: 50%;
		margin: -10px 0 0 0;
		padding: 0;
		float: right;
		position: static;
	}

	.main .inner .main_pic2 figure {
		border: 5px solid #fff;
		border-radius: 40px;
		overflow: hidden;
	}

	.main .inner .ticker {
		padding: 0 20px 0 20px;
	}

	.main .inner .ticker h3 {
		display: none;
	}
}

/******************************************************************/
/***********************      title     *************************/
/******************************************************************/
.title {
	padding: 180px 0 80px 0;
	text-align: center;
}

.title h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	color: #f19ec2;
	text-align: center;
	position: relative;
	transform: rotateZ(0.03deg);
}

.title h3:after {
	content: "";
	width: 50px;
	height: 1px;
	background: #f19ec2;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}

.title h4 {
	margin: 40px 0 40px 0;
	font-size: 4.6rem;
	line-height: 1.4;
	color: #5f4a22;
	text-align: center;
	font-weight: 900;
}

@media (max-width: 810px) {
	.title {
		padding: 180px 0 30px 0;
	}

	.title h4 {
		font-size: 3.6rem;
	}
}

@media (max-width: 480px) {
	.title {
		padding: 160px 0 20px 0;
	}

	.title h4 {
		margin: 40px 0 40px 0;
		padding: 0 20px;
		font-size: 3.0rem;
	}
}

/******************************************************************/
/***********************      content     *************************/
/******************************************************************/
.sec1 {
	width: 100%;
	padding: 0 0 140px 0;
	background: url(../img/curve.png) center top no-repeat;
	background-size: cover;
}

.sec1 .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 140px 0;
}

.sec1 .pic {
	padding: 0 0 0 60px;
}

.sec1 .pic figure {
	width: 500px;
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
}

.sec1 .article h3 {
	margin: 0 0 20px 0;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #f19ec2;
	border-bottom: 1px solid #f19ec2;
	display: inline-block;
	transform: rotateZ(0.03deg);
}

.sec1 .article h4 {
	margin: 0 0 20px 0;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.4;
	color: #5f4a22;
	transform: rotateZ(0.03deg);
}

.sec1 .article p {
	margin: 0 0 2em 0;
	transform: rotateZ(0.03deg);
}

.sec1 .article .btn a {
	padding: 16px 20px;
	background: #f19ec2;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	border-radius: 40px;
	display: inline-block;
	transition: 0.4s;
}

.sec1 .article .btn a:hover {
	background: #51c9e0;
}

.sec1 .inner2 {
	width: 800px;
	margin: 0 auto;
}

.sec1 .inner2 figure {
	border-radius: 20px;
	overflow: hidden;
}

@media (max-width: 1180px) {
	.sec1 .inner {
		width: 100%;
		padding: 140px 40px;
	}

	.sec1 .pic figure {
		width: 50vw;
		padding: 0;
	}

	.sec1 .inner2 {
		width: 100%;
		padding: 0 80px;
	}
}

@media (max-width: 810px) {
	.sec1 {
		background: url(../img/curve.png) center 240px no-repeat;
		background-size: 100%;
	}

	.sec1 .inner {
		width: 100%;
		padding: 140px 40px 100px 40px;
	}

	.sec1 .pic {
		padding: 0 0 0 40px;
	}

	.sec1 .pic figure {
		width: 42vw;
	}
}

@media (max-width: 480px) {
	.sec1 {
		padding: 0 0 80px 0;
	}

	.sec1 .inner {
		width: 100%;
		padding: 60px 20px 60px 20px;
	}

	.sec1 .pic {
		width: 100%;
		padding: 0 0 40px 0;
	}

	.sec1 .pic figure {
		width: 100%;
		border: 5px solid #fff;
	}

	.sec1 .article h3 {
		font-size: 1.6rem;
	}

	.sec1 .article h4 {
		font-size: 2.0rem;
	}

	.sec1 .article .btn {
		text-align: center;
	}

	.sec1 .inner2 {
		padding: 0 40px;
	}
}

.sec2 {
	width: calc(100% - 140px);
	padding: 100px 0 100px 140px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #dbd2c7;
	border-left: 0;
	border-radius: 0 60px 60px 0;
}

.sec2 .inner {
	width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}

.sec2 .title_feature {
	text-align: right;
	padding: 0 60px 0 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.sec2 .title_feature h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	color: #f19ec2;
	text-align: left;
	transform: rotateZ(0.03deg);
}

.sec2 .title_feature h4 {
	font-size: 4.8rem;
	line-height: 1.4;
	color: #5f4a22;
	text-align: left;
	font-weight: 900;
}

.sec2 .article_feature {
	width: 964px;
}

.sec2 .article_feature .item {
	width: 50%;
	padding: 0 4% 45px 0;
	align-self: center;
}

.sec2 .article_feature .item:nth-child(2n) {
	padding: 0 0 45px 4%;
}

.sec2 .article_feature .item h5 {
	margin: 0 0 1em 0;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #f19ec2;
	transform: rotateZ(0.03deg);
}

.sec2 .article_feature .item p {
	transform: rotateZ(0.03deg);
}

.sec2 .item figure {
	border-radius: 20px;
	overflow: hidden;
}

@media (max-width: 1560px) {
	.sec2 {
		width: calc(100% - 100px);
		padding: 100px 0 100px 0;
	}

	.sec2 .inner {
		width: 100%;
	}

	.sec2 .title_feature {
		width: 18%;
	}

	.sec2 .article_feature {
		width: 82%;
	}

	.sec2 .article_feature .item {
		padding: 0 3% 45px 0;
	}

	.sec2 .article_feature .item:nth-child(2n) {
		padding: 0 0 45px 3%;
	}
}

@media (max-width: 810px) {
	.sec2 {
		width: calc(100% - 40px);
		padding: 100px 0 55px 0;
	}

	.sec2 .title_feature {
		padding: 0 50px 0 30px;
	}

	.sec2 .title_feature h3 {
		font-size: 1.6rem;
	}

	.sec2 .title_feature h4 {
		font-size: 3.6rem;
	}

	.sec2 .article_feature .item {
		padding: 0 20px 45px 0;
	}

	.sec2 .article_feature .item:nth-child(2n) {
		padding: 0 0 45px 20px;
	}

	.sec2 .article_feature .item h5 {
		margin: 0 0 0.5em 0;
		font-size: 2rem;
		line-height: 1.4;
	}
}

@media (max-width: 480px) {
	.sec2 {
		width: calc(100% - 20px);
		padding: 80px 0 80px 0;
	}

	.sec2 .inner {
		padding: 0 20px;
	}

	.sec2 .title_feature {
		width: 100%;
		padding: 0 0 0 10px;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}

	.sec2 .title_feature h3 {
		font-size: 1.4rem;
		padding: 0 0 0 4px;
	}

	.sec2 .title_feature h4 {
		font-size: 3.2rem;
	}

	.sec2 .article_feature {
		width: 100%;
		padding: 0 5px;
		align-self: top;
	}

	.sec2 .article_feature .item {
		width: 100%;
		padding: 40px 0 0 0;
		align-self: top;
	}

	.sec2 .article_feature .item:nth-child(2n) {
		padding: 40px 0 0 0;
	}

	.sec2 .article_feature .item:nth-child(1) {
		order: 1;
	}

	.sec2 .article_feature .item:nth-child(2) {
		order: 2;
		padding: 20px 0 0 0;
	}

	.sec2 .article_feature .item:nth-child(3) {
		order: 4;
		padding: 20px 0 0 0;
	}

	.sec2 .article_feature .item:nth-child(4) {
		order: 3;
	}

	.sec2 .article_feature .item:nth-child(5) {
		order: 5;
	}

	.sec2 .article_feature .item:nth-child(6) {
		order: 6;
		padding: 20px 0 0 0;
	}

	.sec2 .article_feature .item h5 {
		margin: 0 0 0.6em 0;
		font-size: 1.8rem;
	}

	.sec2 .item figure {
		border: 5px solid #fff;
		border-radius: 20px;
	}
}

.sec3 {
	width: 100%;
	padding: 140px 0 140px 0;
}

#examination .sec3 {
	padding: 0 0 140px 0;
}

.sec3 .inner {
	width: 1150px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

.sec3 h3 {
	font-size: 2rem;
	line-height: 1.2;
	color: #f19ec2;
	text-align: center;
	position: relative;
	transform: rotateZ(0.03deg);
}

.sec3 h3:after {
	content: "";
	width: 50px;
	height: 1px;
	background: #f19ec2;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}

.sec3 h4 {
	margin: 40px 0 40px 0;
	font-size: 4.2rem;
	line-height: 1.4;
	color: #5f4a22;
	text-align: center;
	font-weight: 900;
}

.sec3 .item {
	flex-basis: 20%;
}

.sec3 .item .department,
.sec3 .item a .department {
	height: 100px;
	margin: 10px;
	border: 4px solid #f19ec2;
	border-radius: 10px;
	background: #fff;
	position: relative;
	transition: 0.3s;
}

.sec3 .item a:hover .department {
	background: #51c9e0;
}

.sec3 .item a:hover .department h5 {
	color: #fff;
}

.sec3 .item a .department:before {
	content: "▼";
	color: #f19ec2;
	font-size: 1.1rem;
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translateX(-50%);
	transition: 0.2s;
}

.sec3 .item a:hover .department:before {
	color: #fff;
	bottom: 10px;
}

.sec3 .item .department h5 {
	color: #f19ec2;
	font-weight: 900;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotateZ(0.03deg);
}

.sec3 .item_default {
	flex-basis: 50%;
}

.sec3 .item_default .tsurukawa {
	padding: 20px;
	margin-right: 20px;
	background: #f19ec2;
	border-radius: 10px;
	text-align: center;
	color: #fff;
}

.sec3 .item_default .hashimoto {
	padding: 20px;
	margin-left: 20px;
	background: #3f8b2e;
	border-radius: 10px;
	text-align: center;
	color: #fff;
}

.sec3 .item_default .tsurukawa h5,
.sec3 .item_default .hashimoto h5 {
	font-size: 3rem;
}

.sec3 .item_default .tsurukawa figure,
.sec3 .item_default .hashimoto figure {
	padding: 20px;
}

.sec3 .item_default .tsurukawa img,
.sec3 .item_default .hashimoto img {
	border-radius: 10px;
}

@media (max-width: 1230px) {
	.sec3 .inner {
		width: 100%;
		padding: 0 40px;
	}
}

@media (max-width: 810px) {
	.sec3 {
		padding: 100px 0 100px 0;
	}

	#examination .sec3 {
		padding: 0 0 100px 0;
	}

	.sec3 .item {
		flex-basis: 25%;
	}

	.sec3 .item_default .tsurukawa h5,
	.sec3 .item_default .hashimoto h5 {
		font-size: 2rem;
	}
}

@media (max-width: 480px) {
	.sec3 {
		padding: 80px 0 80px 0;
	}

	#examination .sec3 {
		padding: 0 0 80px 0;
	}

	.sec3 .inner {
		padding: 0 20px;
	}

	.sec3 h3 {
		font-size: 1.6rem;
	}

	.sec3 h3:after {
		width: 30px;
		bottom: -20px;
	}

	.sec3 h4 {
		margin: 35px 0 20px 0;
		font-size: 3.2rem;
	}

	.sec3 .item {
		flex-basis: 50%;
	}

	.sec3 .item_default .tsurukawa {
		padding: 10px;
		margin-right: 5px;
	}

	.sec3 .item_default .hashimoto {
		padding: 10px;
		margin-left: 5px;
	}

	.sec3 .item_default .tsurukawa figure,
	.sec3 .item_default .hashimoto figure {
		padding: 10px 0;
	}

}

.sec4 {
	width: 90%;
	margin: 0 auto;
	padding: 100px 0;
	border-radius: 40px;
	background: #fff;
}

.sec4 .inner {
	width: 1100px;
	margin: 0 auto;
	padding: 0 40px;
}

.sec4 h3 {
	margin: 0 0 0.1em 0;
	font-size: 5.0rem;
	line-height: 1.0;
	color: #5f4a22;
	font-weight: 900;
}

.sec4 h4 {
	margin: 0 0 0 0.2em;
	font-size: 1.8rem;
	line-height: 1.2;
	color: #f19ec2;
	position: relative;
	transform: rotateZ(0.03deg);
}

.sec4 h5 {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	font-size: 2.4rem;
	line-height: 1.2;
	color: #f19ec2;
	border-bottom: 1px dashed #f19ec2;
	position: relative;
	transform: rotateZ(0.03deg);
}

.sec4 .btn {
	margin: 80px 0 0 0;
}

.sec4 .btn a {
	padding: 10px 20px;
	background: #f19ec2;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	border-radius: 40px;
	display: inline-block;
	transition: 0.4s;
	transform: rotateZ(0.03deg);
}

.sec4 .btn a:hover {
	background: #51c9e0;
}

.sec4 .news_article {
	width: 780px;
}

.sec4 .news_article2 {
	width: 100%;
}

.sec4 .news_article2 p {
	margin: 0 0 1em 0;
	transform: rotateZ(0.03deg);
}

.news_article dl,
.news_article2 dl {
	border-bottom: 1px dashed #f19ec2;
	transform: rotateZ(0.03deg);
}

.news_article dt,
.news_article2 dt {
	width: 15%;
	padding: 30px 0;
	border-top: 1px dashed #f19ec2;
}

.news_article dd,
.news_article2 dd {
	width: 85%;
	padding: 30px 0;
	color: #f19ec2;
	border-top: 1px dashed #f19ec2;
}

.news_article dd a,
.news_article2 dd a {
	color: #f19ec2;
	text-decoration: none;
	transition: 0.3s;
}

.news_article dd a:hover,
.news_article2 dd a:hover {
	color: #51c9e0;
}

@media (max-width: 1260px) {
	.sec4 {
		width: calc(100% - 80px);
		margin: 0 40px;
		padding: 100px 0;
	}

	.sec4 .inner {
		width: 100%;
		padding: 0 40px;
	}

	.sec4 .news_article {
		width: 80%;
	}
}

@media (max-width: 960px) {
	.sec4 {
		padding: 80px 0;
	}

	.news_title {
		width: 100%;
		padding: 0 0 40px 0;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.sec4 .btn {
		margin: 20px 0 0 0;
	}

	.sec4 .news_article2 .btn {
		margin: 40px 0 0 0;
	}

	.sec4 .news_article {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.sec4 {
		width: calc(100% - 40px);
		margin: 0 20px;
		padding: 70px 0;
	}

	.sec4 .inner {
		padding: 0 20px;
	}

	.sec4 h3 {
		font-size: 4.0rem;
		line-height: 1.2;
	}

	.sec4 h4 {
		font-size: 1.6rem;
	}

	.sec4 .btn {
		font-size: 1.3rem;
	}

	.news_article dt,
	.news_article2 dt {
		width: 100%;
		padding: 25px 0 0 0;
		border-top: 1px dashed #f19ec2;
	}

	.news_article dd,
	.news_article2 dd {
		width: 100%;
		padding: 0 0 25px 0;
		color: #f19ec2;
		border-top: none;
		line-height: 1.6;
	}
}

.sec5 {
	width: 100%;
	padding: 140px 0;
}

.sec5 .inner {
	width: 1100px;
	margin: 0 auto;
}

.map {
	width: 100%;
	height: 650px;
	margin: 60px 0 0 0;
	border-radius: 40px;
	overflow: hidden;
}

.map iframe {
	width: 100%;
	height: 100%;
}

.access_mes {
	margin: 20px 0;
	font-size: 1.2rem;
	color: #f19ec2;
	transform: rotateZ(0.03deg);
}

.address {
	font-size: 1.2rem;
	transform: rotateZ(0.03deg);
}

.tel {
	margin: 20px 0 0 0;
	padding: 0 4px 2px 4px;
	color: #f19ec2;
	line-height: 1;
	font-weight: 900;
	font-size: 1.4rem;
	border-bottom: 2px dotted #f19ec2;
	display: inline-block;
	transform: rotateZ(0.03deg);
}

.tel a {
	padding: 0 0 0 6px;
	text-decoration: none;
	color: #f19ec2;
	font-size: 2.4rem;
}

.table {
	width: 700px;
	font-size: 1.3rem;
	transform: rotateZ(0.03deg);
}

.ta1 {
	width: 100%;
	margin: 0 0 20px 0;
	border-radius: 20px;
	border: 1px solid #f19ec2;
	background: #fff;
	border-collapse: separate;
	overflow: hidden;
}

.ta1 th,
.ta1 td {
	padding: 10px 0;
	text-align: center;
	color: #f19ec2;
	border-left: 1px solid #f19ec2;
	border-top: 1px solid #f19ec2;
}

.ta1 td {
	width: 10%;
}

.ta1 th {
	border-left: 0;
}

.ta1 td.blue {
	color: #51c9e0;
}

.ta1 tr:first-child td {
	border-top: 0;
}

.ta1 tr:first-child th {
	border-top: 0;
}

@media (max-width: 1180px) {
	.sec5 .inner {
		width: 100%;
		padding: 0 40px;
	}

	.table {
		width: 70%;
		padding: 0 0 0 40px;
	}
}

@media (max-width: 810px) {
	.sec5 {
		padding: 100px 0;
	}

	.sec5 .inner {
		width: 100%;
		padding: 0 40px;
	}

	.table {
		width: 65%;
		padding: 0 0 0 40px;
	}

	.sec5 .info {
		width: 35%;
	}
}

@media (max-width: 480px) {
	.sec5 {
		padding: 80px 0;
	}

	.sec5 .inner {
		width: 100%;
		padding: 0 20px;
	}

	.map {
		height: 450px;
		margin: 40px 0 0 0;
	}

	.table {
		width: 100%;
		padding: 0 0 0 0;
	}

	.sec5 .info {
		width: 100%;
		padding: 0 0 40px 0;
	}

	.sec5 .info h3 img {
		width: 70%;
	}

	.info_mes {
		margin: 0 0 1em 0;
	}
}

.sec6 .inner {
	width: 1180px;
	margin: 0 auto;
	padding: 0 0 120px 0;
}

.sec6 .doctor {
	width: 580px;
	padding: 0 40px 0 0;
}

.sec6 .doctor figure {
	border-radius: 20px;
	overflow: hidden;
}

.sec6 .doctor_info {
	width: 600px;
	padding: 0 0 0 40px;
	transform: rotateZ(0.03deg);
}

.sec6 .doctor_info p {
	margin: 1em 0 0 0;
}

.sec6 .doctor_name {
	width: 45%;
	/*border-right: 2px dotted #f19ec2;*/
}

.sec6 .history {
	width: 100%;
	margin-top: 20px;
	color: #f19ec2;
	/*
	width: 55%;
	padding-left: 40px;
	color: #3eb134;
	font-size: 1.4rem;
	align-self: center;*/
}

.sec6 .history .item {
	width: 50%;
	padding: 10px 0;
	font-size: 1.5rem;
	border-bottom: 1px solid #f19ec2;
}

.sec6 .history p {
	margin: 0;
}

.sec6 h5 {
	margin: 15px 0 20px 0;
	font-size: 4.2rem;
	line-height: 1;
	font-weight: 700;
}

.sec6 .eng {
	color: #f19ec2;
	line-height: 1;
	transform: rotateZ(0.03deg);
}

.sec6 h6 {
	margin: 40px 0 40px 0;
	font-size: 3.0rem;
	line-height: 1.4;
	font-weight: 900;
}

@media (max-width: 1260px) {
	.sec6 .inner {
		width: 100%;
		padding: 0 40px 120px 40px;
	}

	.sec6 .doctor {
		width: 50%;
		padding: 0 3% 0 0;
	}

	.sec6 .doctor_info {
		width: 50%;
		padding: 0 0 0 3%;
	}

	.sec6 h5 {
		font-size: 3.6rem;
	}
}

@media (max-width: 810px) {
	.sec6 .inner {
		width: 100%;
		padding: 0 40px 100px 40px;
	}

	.sec6 .doctor_name {
		width: 50%;
	}

	.sec6 .history {
		font-size: 1.4rem;
	}

	.sec6 .history .item {
		width: 100%;
	}

	.sec6 h5 {
		margin: 15px 0 20px 0;
		font-size: 3.3rem;
	}

	.sec6 .eng {
		font-size: 1.5rem;
	}

	.sec6 h6 {
		margin: 50px 0 30px 0;
		font-size: 2.8rem;
	}
}

@media (max-width: 480px) {
	.sec6 {
		margin: 0;
		padding: 0;
	}

	.sec6 .inner {
		padding: 0 20px 80px 20px;
	}

	.sec6 .doctor {
		width: 100%;
		padding: 0 20px 40px 20px;
	}

	.sec6 .doctor_info {
		width: 100%;
		padding: 0 10px;
	}

	.sec6 .doctor_name {
		width: auto;
		padding-right: 20px;
	}

	.sec6 .history {
		width: auto;
	}

	.sec6 h5 {
		white-space: nowrap;
		font-weight: 700;
	}

	.sec6 h6 {
		margin: 50px 0 30px 0;
		font-size: 2.4rem;
	}
}

.sec7 .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 120px 0 0 0;
}

.sec7 h5 {
	margin: 0 0 35px 0;
	padding: 0 0 35px 0;
	font-size: 3.0rem;
	line-height: 1.4;
	font-weight: 900;
	border-bottom: 1px solid #5f4a22;
}

.sec7 .myna {
	width: 210px;
	padding: 0 30px 0 0;
}

.sec7 .myna_info {
	width: 770px;
	transform: rotateZ(0.03deg);
}

.sec7 .item {
	width: 470px;
	padding: 40px 0;
}

.sec7 .item .box {
	padding: 22px;
	background: #fff;
	border: 1px solid #d3c5ab;
	border-radius: 10px;
	transform: rotateZ(0.03deg);
}

.sec7 .item .box h6 {
	margin: 0 0 0.5em 0;
	font-size: 2.4rem;
	color: #f19ec2;
	line-height: 1;
	font-weight: 700;
}

.sec7 h6.ud {
	margin: 2em 0 1em 0;
	font-size: 2.0rem;
	line-height: 1;
	font-weight: 700;
	text-decoration: underline;
	transform: rotateZ(0.03deg);
}

.sec7 li a {
	color: #f19ec2;
	text-decoration: underline;
}

@media (max-width: 1080px) {
	.sec7 .inner {
		width: 100%;
		padding: 120px 40px 0 40px;
	}

	.sec7 .myna {
		width: 21%;
		padding: 0 30px 0 0;
	}

	.sec7 .myna_info {
		width: 77%;
	}

	.sec7 .item {
		width: 47%;
	}
}

@media (max-width: 480px) {
	.sec7 .inner {
		padding: 80px 20px 0 20px;
	}

	.sec7 h5 {
		margin: 0 0 30px 0;
		padding: 0 0 20px 0;
		font-size: 2.4rem;
	}

	.sec7 .myna {
		width: 100%;
		padding: 0 10px 30px 10px;
	}

	.sec7 .myna_info {
		width: 100%;
		padding: 0 0 40px 0;
	}

	.sec7 .item {
		width: 100%;
		padding: 0 0 40px 0;
	}

	.sec7 .item .box h6 {
		margin: 0 0 0.5em 0;
		font-size: 2.0rem;
		color: #f19ec2;
		line-height: 1;
		font-weight: 700;
	}

	.sec7 h6.ud {
		font-size: 1.8rem;
	}

}

.sec8 .inner {
	width: 1140px;
	margin: 0 auto;
	padding: 0;
}

.sec8 .inner .exam_box {
	margin-bottom: 60px;
	padding: 60px;
	background: #fff;
	border-radius: 40px;
}

.sec8 .inner .exam_box:first-child {
	margin-top: -80px;
}

.sec8 .inner .exam_box:last-child {
	margin-bottom: 0;
}

.sec8 .inner .exam_box .exam_info {
	width: 600px;
	transform: rotateZ(0.03deg);
}

.sec8 .inner .exam_box .exam_info h5 {
	margin: 0 0 1em 0;
	font-size: 2.4rem;
	color: #f19ec2;
	line-height: 1;
	font-weight: 700;
}

.sec8 .inner .exam_box .exam_pic {
	width: 360px;
}

.sec8 .inner .exam_box .exam_pic figure {
	border-radius: 20px;
	overflow: hidden;
}

@media (max-width: 1220px) {
	.sec8 .inner {
		width: 100%;
		padding: 0 40px;
	}

	.sec8 .inner .exam_box .exam_info {
		width: calc((600 / 1140) * 100%);
	}

	.sec8 .inner .exam_box .exam_pic {
		width: calc((460 / 1140) * 100%);
	}
}

@media (max-width: 810px) {
	.sec8 .inner .exam_box:first-child {
		margin-top: -40px;
	}
}

@media (max-width: 480px) {
	.sec8 .inner .exam_box:first-child {
		margin-top: -20px;
	}

	.sec8 .inner {
		width: 100%;
		padding: 0 20px;
	}

	.sec8 .inner .exam_box .exam_info {
		width: 100%;
		padding: 30px 5px 20px 5px;
		order: 2;
	}

	.sec8 .inner .exam_box .exam_pic {
		width: 100%;
		order: 1;
	}

	.sec8 .inner .exam_box {
		margin-bottom: 40px;
		padding: 20px;
		border-radius: 20px;
	}

	.sec8 .inner .exam_box .exam_info h5 {
		font-size: 2.0rem;
	}
}

.sec9 .inner {
	width: 1120px;
	margin: 0 auto -60px auto;
	padding: 0;
}

.sec9 .item_access {
	width: calc(100% / 3);
	padding: 0 10px;
}

.sec9 .item_access .box {
	height: 100%;
	padding: 30px;
	background: #fff;
	border: 1px solid #d3c5ab;
	border-radius: 10px;
	transform: rotateZ(0.03deg);
}

.sec9 .item_access .box h5 {
	margin: 0;
	font-size: 2.4rem;
	color: #f19ec2;
	line-height: 1.4;
	font-weight: 700;
}

.sec9 .item_access .box h6 {
	margin: 1.5em 0 0.5em 0;
	padding: 6px 10px;
	color: #fff;
	background: #f19ec2;
	border-radius: 2px;
	line-height: 1;
	font-weight: 700;
	display: inline-block;
}

@media (max-width: 1180px) {
	.sec9 .inner {
		width: 100%;
		padding: 0 40px;
	}
}

@media (max-width: 810px) {
	.sec9 .item_access {
		width: calc(100% / 2);
		padding: 0 10px 20px 10px;
	}
}

@media (max-width: 480px) {
	.sec9 .inner {
		padding: 0 20px;
		margin: 0 auto -40px auto;
	}

	.sec9 .item_access {
		width: 100%;
		padding: 0 0 20px 0;
	}

	.sec9 .item_access .box {
		padding: 20px;
	}

	.sec9 .item_access .box h5 {
		font-size: 2.0rem;
	}

	.sec9 .item_access .box h6 {
		margin: 1.0em 0 0.5em 0;
	}
}