@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600&subset=japanese");
@import url("//fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");

/*----------------------------------------------------
sass Var
----------------------------------------------------*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	margin: 0;
}

main {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	margin: 0;
}

address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
	margin: 0;
}

ol, ul {
	padding: 0;
	list-style: none;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

embed, iframe, img, object {
	vertical-align: bottom;
}

button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	outline: 0;
	border-radius: 0;
	text-align: inherit;
}

[type=checkbox] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

[type=radio] {
	-webkit-appearance: radio;
	appearance: radio;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

[type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled], button[disabled] {
	cursor: default;
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

select::-ms-expand {
	display: none;
}

fieldset, option {
	padding: 0;
}

fieldset {
	margin: 0;
	min-width: 0;
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable] {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	text-align: left;
}

td, th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: 700;
}

[hidden], template {
	display: none;
}

html {
	background-color: #FFF;
	font-size: 62.5%;
	/* sets the base font to 10px for easier math */
}

body, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, p, img {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	color: #284542;
	font-size: 15px;
	font-size: 1.5rem;
	/* sets the default sizing to make sure nothing is actually 10px */
	line-height: 1;
	letter-spacing: 0.08em;
}

body * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

a, a:link, a:hover, a:focus {
	color: #284542;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover {
	text-decoration: underline;
	color: #74cec7;
}

ul, ol {
	list-style-type: none;
}

::selection {
	background-color: #74cec7;
	color: #FFF;
	/* Safari */
}

::-moz-selection {
	background-color: #74cec7;
	color: #FFF;
	/* Firefox */
}

#contents p, #contents dl dt, #contents dl dd, #contents ul li, #contents ol li {
	line-height: 1.7;
}

/* indent
-------------------*/
.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.top0 {
	margin-top: 0 !important;
}

.top5 {
	margin-top: 5px !important;
}

.top10 {
	margin-top: 10px !important;
}

.top15 {
	margin-top: 15px !important;
}

.top20 {
	margin-top: 20px !important;
}

.top25 {
	margin-top: 25px !important;
}

.top30 {
	margin-top: 30px !important;
}

.top35 {
	margin-top: 35px !important;
}

.top40 {
	margin-top: 40px !important;
}

.btm0 {
	margin-bottom: 0 !important;
}

.btm5 {
	margin-bottom: 5px !important;
}

.btm10 {
	margin-bottom: 10px !important;
}

.btm15 {
	margin-bottom: 15px !important;
}

.btm20 {
	margin-bottom: 20px !important;
}

.btm25 {
	margin-bottom: 25px !important;
}

.btm30 {
	margin-bottom: 30px !important;
}

.btm35 {
	margin-bottom: 35px !important;
}

.btm40 {
	margin-bottom: 40px !important;
}

.btm45 {
	margin-bottom: 45px !important;
}

.btm50 {
	margin-bottom: 50px !important;
}

.btm55 {
	margin-bottom: 55px !important;
}

.btm60 {
	margin-bottom: 60px !important;
}

.btm65 {
	margin-bottom: 65px !important;
}

.btm70 {
	margin-bottom: 70px !important;
}

.btm75 {
	margin-bottom: 75px !important;
}

.btm80 {
	margin-bottom: 5pc !important;
}

.btm85 {
	margin-bottom: 85px !important;
}

.btm90, .btm95 {
	margin-bottom: 90px !important;
}

.pT0 {
	padding-top: 0 !important;
}

.pT5 {
	padding-top: 5px !important;
}

.pT10 {
	padding-top: 10px !important;
}

.pT15 {
	padding-top: 15px !important;
}

.pT20 {
	padding-top: 20px !important;
}

.pT25 {
	padding-top: 25px !important;
}

.pT30 {
	padding-top: 30px !important;
}

.pT35 {
	padding-top: 35px !important;
}

.pT40 {
	padding-top: 40px !important;
}

.pT45 {
	padding-top: 45px !important;
}

.pB0 {
	padding-bottom: 0 !important;
}

.pB5 {
	padding-bottom: 5px !important;
}

.pB10 {
	padding-bottom: 10px !important;
}

.pB15 {
	padding-bottom: 15px !important;
}

.pB20 {
	padding-bottom: 20px !important;
}

.lm5 {
	margin-left: 5px !important;
}

.lm10 {
	margin-left: 10px !important;
}

.lm15 {
	margin-left: 15px !important;
}

.lm20 {
	margin-left: 20px !important;
}

.lm50 {
	margin-left: 50px !important;
}

.lm60 {
	margin-left: 60px !important;
}

.lm70 {
	margin-left: 70px !important;
}

.rm5 {
	margin-right: 5px !important;
}

.rm10 {
	margin-right: 10px !important;
}

.rm15 {
	margin-right: 15px !important;
}

.rm20 {
	margin-right: 20px !important;
}

.vAT {
	vertical-align: top !important;
}

.vAM {
	vertical-align: middle !important;
}

.vAB {
	vertical-align: bottom !important;
}

.bold {
	font-weight: 700;
}

.normal {
	font-weight: 400;
}

.is-pc {
	display: block;
}

.is-sp {
	display: none;
}

.spTel {
	pointer-events: none;
}

@media only screen and (max-width: 900px) {
	.is-sp {
		display: block !important;
	}

	.is-pc {
		display: none !important;
	}

	.spImg {
		max-width: 100%;
	}

	a.spTel {
		color: #284542;
		pointer-events: auto;
	}
}

.size10 {
	font-size: 1rem !important;
}

.size11 {
	font-size: 1.1rem !important;
}

.size12 {
	font-size: 1.2rem !important;
}

.size13 {
	font-size: 1.3rem !important;
}

.size14 {
	font-size: 1.4rem !important;
}

.size15 {
	font-size: 1.5rem !important;
}

.size16 {
	font-size: 1.6rem !important;
}

.size17 {
	font-size: 1.7rem !important;
}

.size18 {
	font-size: 1.8rem !important;
}

.size19 {
	font-size: 1.9rem !important;
}

.size20 {
	font-size: 2rem !important;
}

.size21 {
	font-size: 2.1rem !important;
}

.size22 {
	font-size: 2.2rem !important;
}

.size23 {
	font-size: 2.3rem !important;
}

.size24 {
	font-size: 2.4rem !important;
}

.w5 {
	width: 5% !important;
}

.w10 {
	width: 10% !important;
}

.w15 {
	width: 15% !important;
}

.w18 {
	width: 18% !important;
}

.w20 {
	width: 20% !important;
}

.w25 {
	width: 25% !important;
}

.w30 {
	width: 30% !important;
}

.w35 {
	width: 35% !important;
}

.w40 {
	width: 40% !important;
}

.w45 {
	width: 45% !important;
}

.w50 {
	width: 50% !important;
}

.w55 {
	width: 55% !important;
}

.w60 {
	width: 60% !important;
}

.w65 {
	width: 65% !important;
}

.w70 {
	width: 70% !important;
}

.w75 {
	width: 75% !important;
}

.w80 {
	width: 80% !important;
}

.w85 {
	width: 85% !important;
}

.w90 {
	width: 90% !important;
}

.w95 {
	width: 95% !important;
}

.wFull {
	width: 100% !important;
}

/* component
-------------------*/
#contents {
	width: 100%;
}

.indList {
	margin-bottom: 15px;
}

.indList li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
}

.indList li:before {
	content: '・';
	margin-right: 5px;
	vertical-align: middle;
}

.numList {
	margin-bottom: 15px;
	padding-left: 1.6em;
}

.numList li {
	list-style: decimal outside none;
	margin-bottom: 5px;
}

.head01 {
	color: #8f9d9d;
	letter-spacing: 0.15em;
	font-weight: 300;
}

.head01 span {
	font-family: "Lato", sans-serif;
	font-size: 30px;
	font-size: 3.0rem;
	display: block;
	padding-bottom: 20px;
	font-weight: 400;
	color: #284542;
}

/*topcontrol*/
#topcontrol {
	z-index: 900;
}

#topcontrol a {
	background: url(../../images/arrow.svg) center center no-repeat #74cec7;
	display: block;
	height: 60px;
	width: 60px;
	border-radius: 60px;
	filter: alpha(opacity=70) !important;
	opacity: 0.7 !important;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#topcontrol a:hover {
	filter: alpha(opacity=10) !important;
	opacity: 1 !important;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

/* header
-------------------*/
#header {
	opacity: 0;
	transition: all 1000ms;
}

#header.scrollin {
	opacity: 1;
}

#header .hdInr {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

#header .hdInr .logo {
	width: 60px;
}

#header .hdInr .actionList {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#header .hdInr .actionList li.tel {
	font-family: "Lato", sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
#header .hdInr .actionList li{
	margin-right: 20px;
}
#header .hdInr .actionList li:last-child{
	margin-right: 0;
}

#header .hdInr .actionList li.tel a {
	letter-spacing: 0;
}

#header .hdInr .actionList li.tel a i {
	color: #74cec7;
	margin-right: 5px;
}

#header .hdInr .actionList li.line {
	font-size: 14px;
	font-size: 1.4rem;
}

#header .hdInr .actionList li.line a {
	background: #00b900;
	display: block;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	padding: 5px 20px;
	letter-spacing: 0;
}

#header .hdInr .actionList li.line a i {
	margin-right: 5px;
	font-size: 30px;
	font-size: 3.0rem;
	vertical-align: middle;
}

#header .hdInr .actionList li.line a:hover {
	text-decoration: none;
	opacity: 0.7;
}

#header .hdInr .hdR {
	width: 90%;
}

/* gNav
-------------------*/
#gNav {
	padding-top: 25px;
}

#gNav ul {
	display: flex;
	justify-content: flex-end;
}

#gNav ul li {
	margin-left: 30px;
}

#gNav ul li:first-child {
	margin-left: 0;
}

#gNav ul li a {
	letter-spacing: 0;
	display: inline-block;
	position: relative;
	text-decoration: none;
}

#gNav ul li a:hover {
	color: inherit;
}

#gNav ul li a:before {
	background: #ea99d0;
	content: '';
	height: 4px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -10px;
	transform: scale(0, 1);
	transform-origin: left;
	transition: .6s;
}

#gNav ul li a:hover:before {
	transform: scale(1);
}

#spNav, #spFixed {
	display: none;
}

#spNav {
	display: none;
}

/* mv
-------------------*/
#mv {
	opacity: 0;
	transform: translate(0, 20px);
	transition: all 1000ms;
	padding: 20px 0 90px;
}

#mv.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

#mv .slider {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
}

/* contents
-------------------*/
.secInr {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
}

#area01 {
	background: #eff0f2;
}

#area01 .newsFlex {
	display: flex;
	justify-content: space-between;
}

#area01 .newsFlex h2 {
	width: 25%;
}

#area01 .newsFlex ul {
	width: 75%;
}

#area01 .newsFlex li {
	display: flex;
	padding: 20px 0;
	border-bottom: 2px dotted #bbc9ca;
}

#area01 .newsFlex li:first-child {
	padding: 0 0 20px;
}

#area01 .newsFlex li .date {
	color: #8f9d9d;
	margin-right: 30px;
}

#area01 .newsFlex li .title em {
	color: #ea99d0;
	font-style: normal;
	margin-left: 5px;
}

#area02 .secInr {
	padding: 80px 0 40px;
}

#area02 .secInr h2 {
	text-align: center;
	margin-bottom: 80px;
}

#area02 .secInr h3 {
	font-size: 21px;
	font-size: 2.1rem;
	text-align: center;
	font-weight: 500;
	margin-bottom: 60px;
}

#area02 .secInr h3 span {
	display: block;
	width: 260px;
	margin: 0 auto 15px;
	background: #eff0f2;
	border-radius: 50px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 5px 0;
}

#area02 .secInr .pinkBox {
	background: #fff5fb;
	display: flex;
	justify-content: space-between;
	border: 1px solid;
	border-color: #ea99d0;
	align-items: center;
}

#area02 .secInr .pinkBox dt {
	background: #ea99d0;
	padding: 80px 0;
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	width: 30%;
	text-align: center;
	font-weight: 400;
	position: relative;
}

#area02 .secInr .pinkBox dt:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #ea99d0;
}

#area02 .secInr .pinkBox dd {
	width: 62%;
}

#area02 .secInr .pinkBox dd ul {
	display: flex;
	justify-content: space-betweens;
	flex-wrap: wrap;
	margin-bottom: 0;
}

#area02 .secInr .pinkBox dd ul li {
	width: 48%;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0;
}

#area02 .secInr .pinkBox dd ul li:last-child {
	margin-bottom: 0;
}

.ohBox {
	overflow: hidden;
	padding-bottom: 80px;
	border-bottom: 1px solid #ddd;
}

.ohBox .carouselBox {
	width: 90%;
	margin: 0 auto;
}

.ohBox .carouselBox .swiper-container {
	overflow: visible;
	padding: 0 20px 0 0;
}

.ohBox .carouselBox .swiper-container .swiper-wrapper {
	padding: 30px 0;
}

.ohBox .carouselBox .swiper-container .swiper-wrapper .swiper-slide {
	width: 440px;
	box-shadow: 0 0 6px #eee;
}

.ohBox .carouselBox .swiper-container .swiper-wrapper .swiper-slide a:hover {
	text-decoration: none;
}

.ohBox .carouselBox .swiper-container .swiper-wrapper .swiper-slide dl {
	padding: 30px;
}

.ohBox .carouselBox .swiper-container .swiper-wrapper .swiper-slide dl dt {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.ohBox .carouselBox .swiper-container .swiper-wrapper .swiper-slide dl dt:after {
	content: "様";
}

.ohBox .carouselBox .swiper-container .swiper-wrapper .swiper-slide dl dd {
	padding-left: 90px;
	position: relative;
	margin-bottom: 10px;
}

.ohBox .carouselBox .swiper-container .swiper-wrapper .swiper-slide dl dd:before {
	background: #284542;
	color: #fff;
	width: 80px;
	padding: 1px 0;
	border-radius: 3px;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.ohBox .carouselBox .swiper-container .swiper-wrapper .swiper-slide dl .area:before {
	content: "地域";
}

.ohBox .carouselBox .swiper-container .swiper-wrapper .swiper-slide dl .employee:before {
	content: "従業員数";
}

.ohBox .carouselBox .swiper-container .swiper-wrapper .swiper-slide dl .occupation:before {
	content: "募集職種";
}

.ohBox .carouselBox .swiper-container .arrowBox {
	display: flex;
	justify-content: flex-end;
}

.ohBox .carouselBox .swiper-container .arrowBox .btmArrow {
	width: 95px;
	height: 30px;
	position: relative;
	z-index: 990;
}

.ohBox .carouselBox .swiper-container .arrowBox .btmArrow .swiper-button-next::after, .ohBox .carouselBox .swiper-container .arrowBox .btmArrow .swiper-button-prev::after {
	font-size: 12px !important;
	font-weight: bold;
	z-index: 992;
}

.ohBox .carouselBox .swiper-container .arrowBox .btmArrow .swiper-button-next::before, .ohBox .carouselBox .swiper-container .arrowBox .btmArrow .swiper-button-prev::before {
	content: "";
	background: #93a2a0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	z-index: 991;
}

.ohBox.forInfo {
	border-bottom: none;
	padding-bottom: 0;
}

.ohBox.forInfo .swiper-slide {
	background: #e4faf8;
	padding: 30px;
	box-shadow: none !important;
}

.ohBox.forInfo .swiper-slide .infoBox {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.ohBox.forInfo .swiper-slide .infoBox .people {
	width: 35%;
	position: inherit;
	z-index: 2;
}

.ohBox.forInfo .swiper-slide .infoBox .date {
	width: 65%;
	font-size: 18px;
	font-size: 1.8rem;
	position: relative;
	z-index: 1;
}

.ohBox.forInfo .swiper-slide .infoBox .date:before {
	content: "";
	background: #fff;
	height: 100%;
	width: 130%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.ohBox.forInfo .swiper-slide .infoBox .date span {
	padding: 25px 0 25px 30px;
	display: block;
}

.ohBox.forInfo .swiper-slide ul {
	padding: 20px 0;
	border-top: 1px solid #284542;
	border-bottom: 2px dotted #8da8a5;
	margin: 20px 0;
}

.ohBox.forInfo .swiper-slide ul li {
	line-height: 2;
}

.ohBox.forInfo .swiper-slide ul li.li01:before {
	content: "希望職種：";
}

.ohBox.forInfo .swiper-slide ul li.li02:before {
	content: "経験月年数：";
}

.ohBox.forInfo .swiper-slide ul li.li03:before {
	content: "希望雇用形態：";
}

.ohBox.forInfo .swiper-slide ul li.li04:before {
	content: "希望勤務地：";
}

.ohBox.forInfo .swiper-slide ul li.li05:before {
	content: "就労状況：";
}

.ohBox.forInfo .swiper-slide ul li.li06:before {
	content: "特記事項：";
}

.ohBox.forInfo .swiper-slide ul li.li07:before {
	content: "希望診療科目：";
}

.ohBox.forInfo .swiper-slide .Btn a {
	background: #74cec7;
	display: block;
	border-radius: 50px;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}

.ohBox.forInfo .swiper-slide .Btn a i {
	font-size: 2rem;
	margin-right: 3px;
}

.ohBox.forInfo .swiper-slide .Btn a:hover {
	background: #5ab6af;
	text-decoration: none;
}

#area03 {
	padding-bottom: 80px;
}

#area03 .secInr h2 {
	text-align: center;
	margin-bottom: 40px;
}

#area03 .secInr .txt {
	text-align: center;
}

#area03 .movieSlider .slick-slide {
	margin: 0 40px;
	max-width: 630px;
}

#area03 .movieSlider .slick-slide a {
	display: block;
}

#area03 .movieSlider .slick-slide a:hover {
	opacity: 0.7;
}

#area04 {
	background: #eff0f2;
}

#area04 h2 {
	text-align: center;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 40px;
}

#area04 .txt {
	text-align: center;
	margin-bottom: 40px;
}

#area04 .seminarSlider .slick-slide {
	margin: 0 5px;
}

#area04 .seminarSlider .slick-slide a {
	display: block;
}

#area04 .seminarSlider .slick-slide a:hover {
	opacity: 0.7;
}

#area05 {
	background: #74cec7;
}

#area05 .bgBox {
	background: url("../../images/bg_logo.svg") -20px center no-repeat;
	background-size: 48% auto;
}

#area05 .bgBox .secInr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

#area05 .bgBox .secInr .titleBox {
	width: 45%;
}

#area05 .bgBox .secInr .titleBox h2 {
	color: #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}

#area05 .bgBox .secInr .titleBox h2:after {
	content: "";
	background: #fff;
	height: 1px;
	width: 50px;
	left: 0;
	bottom: 0;
	display: block;
	position: absolute;
}

#area05 .bgBox .secInr .titleBox h2 span {
	color: #fff;
}

#area05 .bgBox .secInr .titleBox h3 {
	color: #fff;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1.7;
	font-weight: 500;
}

#area05 .bgBox .secInr dl {
	width: 52%;
	color: #fff;
}

#area05 .bgBox .secInr dl dt {
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 40px;
}

#area05 .bgBox .secInr dl dd {
	line-height: 2;
}

#area06 {
	background: #eff0f2;
}

#area06 h2 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 40px;
	text-align: center;
}

#area06 h3 {
	font-size: 21px;
	font-size: 2.1rem;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.7;
}

#area06 .txt {
	max-width: 707px;
	margin: 0 auto;
}

#area06 .Img {
	background: url("../../images/bg.png") top center no-repeat;
	background-size: 100% auto;
	padding-bottom: 120px;
}

#area06 .Img img {
	width: 50%;
	margin: 0 auto;
	display: block;
}

#area07 {
	background: #eff0f2;
	position: relative;
	padding-bottom: 80px;
	z-index: 1;
}

#area07:before {
	content: "";
	width: 95%;
	background: #fff;
	height: 95%;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 0;
}

#area07 .secInr {
	position: inherit;
	z-index: 2;
}

#area07 .secInr h2 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 80px;
	text-align: center;
}

#area07 .secInr .flexBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#area07 .secInr .flexBox.rr {
	flex-direction: row-reverse;
	padding: 80px 0;
}

#area07 .secInr .flexBox .Img {
	width: 52%;
}

#area07 .secInr .flexBox .infoBox {
	width: 42%;
}

#area07 .secInr .flexBox .infoBox.icon01 {
	background: url("../../images/icon_01.png") right top no-repeat;
	background-size: 32% auto;
}

#area07 .secInr .flexBox .infoBox.icon02 {
	background: url("../../images/icon_02.png") right top no-repeat;
	background-size: 28% auto;
}

#area07 .secInr .flexBox .infoBox.icon03 {
	background: url("../../images/icon_03.png") right top no-repeat;
	background-size: 30% auto;
}

#area07 .secInr .flexBox .infoBox h3 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
}

#area07 .secInr .flexBox .infoBox h3 .num {
	display: block;
	font-family: "Lato", sans-serif;
	font-size: 18px;
	color: #74cec7;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
	font-weight: bold;
}

#area07 .secInr .flexBox .infoBox h3 .num:after {
	content: "";
	height: 1px;
	width: 22px;
	background: #74cec7;
	position: absolute;
	left: 0;
	bottom: 0;
}

#area07 .secInr .flexBox .infoBox h3 .en {
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	color: #8f9d9d;
	font-family: "Lato", sans-serif;
	font-weight: normal;
	padding: 20px 0;
}

#area08 .secInr h2 {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 80px;
	text-align: center;
}

#area08 .secInr .flexBox {
	background: #fff5fb;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	margin-bottom: 100px;
}

#area08 .secInr .flexBox:before {
	content: '';
	width: 40px;
	height: 40px;
	border: 0;
	border-bottom: solid 2px #e6e7e8;
	border-right: solid 2px #e6e7e8;
	position: absolute;
	bottom: -60px;
	left: 50%;
	margin-left: -20px;
	transform: rotate(45deg);
}

#area08 .secInr .flexBox .Img {
	width: 50%;
	position: relative;
}

#area08 .secInr .flexBox .Img h3 {
	position: absolute;
	background: #74cec7;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	padding: 40px 20px;
	right: 0;
	top: 0;
	writing-mode: vertical-rl;
}

@media only screen and (min-width: 900px) {
	.safari #area08 .secInr .flexBox .Img h3 {
		right: 40px;
	}
}

#area08 .secInr .flexBox dl {
	width: 50%;
	padding: 0 40px;
}

#area08 .secInr .flexBox dl dt {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 20px;
	font-weight: 500;
	letter-spacing: 0;
}

#area08 .secInr .flexBox.noarrow {
	margin-bottom: 40px;
}

#area08 .secInr .flexBox.noarrow:before {
	display: none;
}

#area08 .secInr .Bnr {
	margin-bottom: 20px;
}

#area08 .secInr .Bnr a {
	display: block;
}

#area08 .secInr .Bnr a:hover {
	opacity: 0.7;
}

#area08 .secInr .bnrTxt {
	text-align: center;
}

#area09 {
	background: url("../../images/bg_flow.png") left top no-repeat;
	background-size: cover;
}

#area09 .flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

#area09 .flexBox h2 {
	color: #fff;
}

#area09 .flexBox h2 span {
	color: #fff;
}

#area09 .flexBox .txt {
	color: #fff;
}

#area09 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#area09 ul li {
	padding: 40px 0;
	width: 24.9%;
}

#area09 ul li:nth-child(1) {
	background: #fff5fb;
}

#area09 ul li:nth-child(2) {
	background: #fff1f9;
}

#area09 ul li:nth-child(3) {
	background: #ffeef8;
}

#area09 ul li:nth-child(4) {
	background: #ffebf7;
}

#area09 ul li .num {
	color: #ea99d0;
	font-family: "Lato", sans-serif;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}

#area09 ul li .num span {
	border-bottom: 1px solid #ea99d0;
}

#area09 ul li .num span small {
	font-size: 15px;
	font-size: 1.5rem;
	display: block;
}

#area09 ul li .num span strong {
	font-size: 30px;
	font-size: 3rem;
}

#area09 ul li .icon {
	width: 30%;
	margin: 0 auto;
}

#area09 ul li .title {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.3;
	padding-top: 10px;
}

.remodal {
	/*background: none !important;*/
	border: none !important;
	border-radius: 0 !important;
}

.remodal-close {
	/*display: none !important;*/
}

.modalBtn {
	text-align: center;
	margin-top: 60px;
}

.modalBtn a {
	display: inline-block;
	padding: 20px 0;
	border: 1px solid #a29e9e;
	border-radius: 50px;
	color: #fff;
	width: 300px;
	margin: 0 auto;
}

.modalBtn a:hover {
	text-decoration: none;
	background: #fff;
	color: #333;
}

.modalInr {
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 60px 100px;
	align-items: center;
}

.modalInr .Img {
	background: #f8f3f3;
	width: 30%;
	padding: 60px 45px;
}

.modalInr dl {
	width: 60%;
}

.modalInr dl dt {
	font-size: 24px;
	font-size: 2.4rem;
	color: #284542;
	margin-bottom: 20px;
	text-align: left;
}

.modalInr dl dt span {
	display: block;
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	color: #efc6c4;
	font-family: "Lato", sans-serif;
	margin-bottom: 20px;
}

.modalInr dl dd {
	text-align: left;
	color: #284542;
	line-height: 1.7;
}

#area10 h2 {
	margin-bottom: 60px;
}

#area10 ul {
	display: flex;
	flex-wrap: wrap;
}

#area10 ul li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
}

#area10 ul li a {
	text-decoration: none;
}

#area10 ul li a dl dt {
	padding: 10px 0;
	display: flex;
	align-items: center;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
}

#area10 ul li a dl dt .date {
	margin-right: 10px;
	font-family: "Lato", sans-serif;
	color: #8f9d9d;
}

#area10 ul li a dl dt .category {
	display: inline-block;
	color: #fff;
	background: #74cec7;
	padding: 3px 10px;
}

#area10 ul li:nth-child(4n) {
	margin-right: 0;
}

#area11 {
	background: #eff0f2;
}

#area11 h2 {
	margin-bottom: 60px;
}

#area11 .whBox {
	background: #fff;
	padding: 80px;
}

#area11 .whBox ul li dl {
	display: flex;
	justify-content: space-between;
}

#area11 .whBox ul li dl dt {
	width: 20%;
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	margin-right: 1%;
	padding: 35px 0;
}

#area11 .whBox ul li dl dd {
	width: 79%;
	border-bottom: 1px solid #ddd;
	padding: 35px 0;
}

#area12 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: -4%;
}

#area12 ul li {
	margin-bottom: 4%;
	width: 48%;
}

/* footer
-------------------*/
#footer {
	width: 100%;
	background: #74cec7;
	padding: 80px 0 40px;
}

#footer .snsList {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

#footer .snsList li {
	margin: 0 5px;
}

#footer .snsList li a {
	display: block;
}

#footer .snsList li a i.fa-circle {
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#footer .snsList li a:hover {
	color: #74cec7;
}

small#copyright {
	font-family: 'Lato', sans-serif;
	color: #FFF;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	width: 100%;
	font-weight: 300;
}

/* for pc resize
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {
	#area02 .secInr .pinkBox dd ul li {
		font-size: 16px;
		font-size: 1.6rem;
	}

	#area02 .secInr .pinkBox dt {
		letter-spacing: 0;
	}

	#area07 {
		padding-bottom: 0;
	}

	#area07:before {
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 1020px) {
	#gNav ul li {
		margin-left: 15px;
	}
}

/* for sp
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 900px) {
	#spNav {
		display: block;
	}

	/*----------------------------------------------------
  hamburgerMenu
  ----------------------------------------------------*/
	/* hamburger
  -------------------*/
	.hamburger {
		display: block;
		position: fixed;
		z-index: 991;
		right: 5%;
		top: 21px;
		width: 42px;
		height: 42px;
		cursor: pointer;
	}

	.hamburger span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		left: 6px;
		background: #555;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	.hamburger span:nth-child(1) {
		top: 10px;
	}

	.hamburger span:nth-child(2) {
		top: 20px;
	}

	.hamburger span:nth-child(3) {
		top: 30px;
	}

	.hamburger.active span:nth-child(1) {
		top: 16px;
		left: 6px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
		top: 16px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#Nav {
		height: 100%;
		display: block;
		transition: all 550ms ease 0.25s;
		visibility: hidden;
		padding-top: 59px;
		width: 90%;
		position: fixed;
		right: -100%;
		top: 0;
		z-index: 990;
	}

	#Nav #Bg {
		background: rgba(0, 0, 0, 0.5);
		height: 100%;
		width: 500%;
		position: fixed;
		right: -50%;
		top: 0;
		z-index: -1;
		opacity: 0;
		transition: all 550ms ease 0.25s;
		pointer-events: none;
	}

	#Nav:after {
		background: rgba(255, 255, 255, 0.8);
		background-color: #f9f9f9;
		content: "";
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
		opacity: 0;
		transition: all 550ms ease 0.25s;
	}

	#Nav:before {
		opacity: 0;
		transition: all 550ms ease 0.25s;
	}

	#Nav.active {
		visibility: visible;
		right: 0;
	}

	#Nav.active #Bg {
		right: 0;
		opacity: 1;
		pointer-events: auto;
	}

	#Nav.active:before, #Nav.active:after {
		opacity: 1;
	}

	#Nav ul {
		width: 90%;
		margin: 0 auto;
	}

	#Nav ul li {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	#Nav ul li a {
		display: block;
		font-size: 12px;
		font-size: 1.2rem;
	}

	#Nav ul li a:hover {
		text-decoration: none;
	}

	#Nav ul li a span {
		display: block;
		font-family: "Lato", sans-serif;
		font-size: 16px;
		font-size: 1.6rem;
		color: #74cec7;
		padding-bottom: 5px;
	}

	body {
		font-size: 14px;
		font-size: 1.4rem;
	}

	#header .hdInr .logo {
		width: 45px;
	}

	#header .hdInr .actionList {
		padding-right: 50px;
	}

	#header .hdInr .actionList li.line a span {
		display: none;
	}

	#header .hdInr .actionList li.line a {
		display: block;
		border-radius: 0;
		padding: 0;
		background: none;
	}

	#header .hdInr .actionList li.line a i {
		color: #00b900;
	}

	#gNav {
		display: none;
	}

	#mv {
		padding: 0px 0 60px;
	}

	.head01 span {
		font-size: 24px;
		font-size: 2.4rem;
		padding-bottom: 5px;
	}

	.head01 {
		font-size: 12px;
		font-size: 1.2rem;
		text-align: center;
		margin-bottom: 20px;
	}

	.secInr {
		padding: 40px 0;
	}

	#area01 .newsFlex {
		flex-wrap: wrap;
	}

	#area01 .newsFlex h2 {
		width: 100%;
	}

	#area01 .newsFlex ul {
		width: 100%;
	}

	#area01 .newsFlex li {
		flex-wrap: wrap;
	}

	#area01 .newsFlex li span {
		width: 100%;
	}

	#area02 .secInr {
		padding: 40px 0 0;
	}

	#area02 .secInr h2 {
		margin-bottom: 20px;
	}

	#area02 .secInr h3 span {
		font-size: 15px;
		font-size: 1.5rem;
	}

	#area02 .secInr h3 {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	#area02 .secInr .pinkBox {
		flex-wrap: wrap;
	}

	#area02 .secInr .pinkBox dt {
		width: 100%;
		padding: 20px 0;
		font-size: 16px;
		font-size: 1.6rem;
	}

	#area02 .secInr .pinkBox dd {
		width: 100%;
		padding: 30px;
	}

	#area02 .secInr .pinkBox dd ul li {
		font-size: 15px;
		font-size: 1.5rem;
		width: 100%;
	}

	#area02 .secInr .pinkBox dt:before {
		display: none;
	}

	.ohBox {
		padding-bottom: 30px;
	}

	#area03 .movieSlider .slick-slide {
		margin: 0 5px;
		max-width: 300px;
	}

	#area03 {
		padding-bottom: 40px;
	}

	#area04 h2 {
		font-size: 20px;
		font-size: 2.0rem;
		font-weight: bold;
	}

	#area05 .bgBox .secInr .titleBox {
		width: 100%;
	}

	#area05 .bgBox .secInr dl {
		width: 100%;
	}

	#area05 .bgBox {
		background-position: -20px -20px;
	}

	#area05 .bgBox .secInr .titleBox h2:after {
		left: 50%;
		transform: translateX(-50%);
	}

	#area05 .bgBox .secInr .titleBox h3 {
		font-size: 20px;
		font-size: 2rem;
		text-align: center;
		margin-bottom: 20px;
		font-weight: bold;
	}

	#area05 .bgBox .secInr .titleBox h3 br {
		display: none;
	}

	#area05 .bgBox .secInr dl dt {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 20px;
		text-align: center;
	}

	#area06 h2 {
		font-size: 20px;
		font-size: 2rem;
		margin-bottom: 20px;
		font-weight: bold;
	}

	#area06 h3 {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	#area06 .Img img {
		width: 90%;
	}

	#area06 .Img {
		padding-bottom: 40px;
	}

	#area07 .secInr h2 {
		font-size: 20px;
		font-size: 2rem;
		margin-bottom: 20px;
		line-height: 1.7;
		font-weight: bold;
	}

	#area07 .secInr .flexBox {
		flex-wrap: wrap;
	}

	#area07 .secInr .flexBox .Img {
		width: 100%;
		margin-bottom: 20px;
	}

	#area07 .secInr .flexBox .infoBox {
		width: 100%;
	}

	#area07 .secInr .flexBox .infoBox h3 {
		font-size: 20px;
		font-size: 2rem;
	}

	#area07 .secInr .flexBox .infoBox h3 .en {
		font-size: 14px;
		font-size: 1.4rem;
	}

	#area07 .secInr .flexBox.rr {
		padding: 30px 0;
	}

	#area08 .secInr h2 {
		font-size: 20px;
		font-size: 2rem;
		margin-bottom: 30px;
		font-weight: bold;
		line-height: 1.7;
	}

	#area08 .secInr .flexBox .Img {
		width: 100%;
	}

	#area08 .secInr .flexBox dl {
		width: 100%;
		padding: 20px;
	}

	#area08 .secInr .flexBox .Img h3 {
		padding: 20px 10px;
		font-size: 20px;
		font-size: 2rem;
		left: 0;
		right: inherit;
	}

	#area08 .secInr .flexBox dl dt {
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: center;
	}

	#area09 .flexBox h2 {
		width: 100%;
	}

	#area09 .flexBox .txt {
		width: 100%;
	}

	#area09 .flexBox {
		margin-bottom: 20px;
	}

	#area09 ul li {
		width: 50%;
		padding: 20px 0;
	}

	#area09 ul li .title {
		font-size: 14px;
		font-size: 1.4rem;
		font-weight: bold;
	}

	.modalBtn {
		margin-top: 20px;
	}

	.modalInr {
		flex-wrap: wrap;
		padding: 30px;
	}

	.modalInr .Img {
		width: 100%;
		padding: 30px 65px;
		margin-bottom: 20px;
	}

	.modalInr dl {
		width: 100%;
	}

	.modalInr dl dt {
		text-align: center;
		font-size: 15px;
		font-size: 1.5rem;
	}

	.modalInr dl dt span {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.modalInr dl dd {
		font-size: 14px;
		font-size: 1.4rem;
	}

	#area10 ul li {
		width: 49%;
		margin-right: 0;
	}

	#area10 ul li:nth-child(even) {
		margin-left: 2%;
	}

	#area10 ul li a dl dt {
		flex-wrap: wrap;
	}

	#area10 ul li a dl dt .date {
		width: 100%;
	}

	#area10 ul li a dl dt .category {
		width: 100%;
		text-align: center;
		font-size: 10px;
		font-size: 1rem;
	}

	#area10 ul li a dl dd {
		font-size: 13px;
		font-size: 1.3rem;
		letter-spacing: 0;
	}

	#area11 .whBox {
		padding: 30px 20px;
	}

	#area11 .whBox ul li dl {
		flex-wrap: wrap;
		text-align: center;
	}

	#area11 .whBox ul li dl dt {
		width: 100%;
		padding: 20px 0;
		background: #eee;
		margin-right: 0;
	}

	#area11 .whBox ul li dl dd {
		width: 100%;
		padding: 20px 0;
	}

	.ohBox .carouselBox .swiper-container .swiper-wrapper .swiper-slide {
		width: 310px;
	}

	#area08 .secInr .bnrTxt {
		text-align: left;
	}

	#area12 ul li {
		width: 100%;
	}

	#area12 ul li:first-child {
		margin-bottom: 15px;
	}
}

/* animation
-------------------*/
.fadein {
	opacity: 0;
	transform: translate(0, 50px);
	transition: all 1000ms;
}

.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

/* loading
-------------------------------------------------------------------------------------*/
#loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background: #fff5fb;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

#loading .ldInr {
	position: relative;
	width: 100vw;
	height: 100vh;
}

#loading .ldBox {
	width: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

.loaded {
	opacity: 0;
	visibility: hidden;
}

#header .hdInr .actionList .contact a,#Nav nav ul li.contact  a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ea99d0;
	color: white;
	font-size: 1.4rem;
	line-height: 1;
	text-decoration: none;
	font-weight: 500;
	padding: 10px 15px;
	border-radius: 5px;
	-moz-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
#header .hdInr .actionList .contact a:hover{
	opacity: 0.7;
}

#header .hdInr .actionList .contact a span,#Nav nav ul li.contact a span {
	background: white;
	color: #e38bc7;
	display: inline-block;
	padding: 4px 7px 5px;
	border-radius: 20px;
	margin: 0 6px 0 0;
}
#Nav nav ul li.contact{
	display: none;
}
@media only screen and (max-width: 900px) {
	#header .hdInr .actionList .contact a {
		display: none;
	}
	#Nav nav ul li.contact{
		display: flex;
	}
	#Nav nav ul li.contact a{
		width: 200px;
		margin: 0 auto;
	}
}
.contact-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: url(../../images/contact-bg.png) no-repeat;
	background-size: cover;
	padding: 30px 45px;
}
.contact-block .item{
	width: calc(50% - 15px);
}
.contact-block .item a{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	background: white;
	border: 1px solid #efaad9;
	font-size: 2.4rem;
	color: #e389c6;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2;
	padding: 15px;
	min-height: 120px;
	border-radius: 10px;
	-moz-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}
.contact-block .item a:hover{
	opacity: 0.7;
}
.contact-block .item a .note{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.contact-block .item a .note i{
	display: inline-block;
	color: #dddddd;
	font-size: 3rem;
	margin: 0 10px 0 0;
}
.contact-block .item a .ttl{
	display: inline-block;
	background: #efaad9;
	color: white;
	font-size: 1.8rem;
	padding: 5px 30px;
	border-radius: 20px;
	margin-bottom: 10px;
}


@media only screen and (max-width: 900px) {
	.contact-block {
		padding: 30px 15px 15px;
	}
	.contact-block .item{
		width: 100%;
		margin-bottom: 15px;
	}
	.contact-block .item a{
		min-height: 50px;
		font-size: 2rem;
		padding: 15px 15px 13px;
	}
	.contact-block .item a .ttl{
		font-size: 1.6rem;
		padding: 6px 24px 5px;
	}
	.contact-block .item a .note i{
		font-size: 2.5rem;
		margin: 0 7px 0 0;
	}
	.contact-block .item{

	}
}