@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Montserrat);

@import url(https://fonts.googleapis.com/css?family=Oswald);

/* **************************************
//
// normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css
//
// *************************************/

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
	box-sizing: border-box;
}

*:not(img),
*:before,
*:after {
	box-sizing: inherit;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow-x: hidden;
}

body {
	height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template,
[hidden] {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline-width: 0;
}

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

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

button,
input,
select,
textarea {
	font: inherit;
	margin: 0;
}

optgroup {
	font-weight: bold;
}

button,
input,
select {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

[disabled] {
	cursor: default;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

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

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

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

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

/* **************************************
//
// style
//
// *************************************/

/*--------------------------------
// body
//------------------------------*/

body {
	font-size: 1.6rem;
	font-family: '游ゴシック',YuGothic,"ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,sans-serif;
	line-height: 1.45;
	color: #303131;
	overflow-x: hidden;
	background: #eeeeed;
	box-sizing: border-box;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*--------------------------------
// form
//------------------------------*/

button,
input,
select,
textarea {
	-webkit-appearance: none;
	outline: none;
	border: none;
}

button {
	padding: 0;
	background: none;
}

select {
	border-radius: 0;
	background: none;
}

/*--------------------------------
// ul
//------------------------------*/

/*--------------------------------
// li
//------------------------------*/

li {
	list-style: none;
}

/*--------------------------------
// img
//------------------------------*/

img {
	vertical-align: bottom;
}

/*--------------------------------
// a
//------------------------------*/

a {
	text-decoration: none;
	color: #009e97;
}

a,
button {
	-webkit-tap-highlight-color: transparent;
	transition: opacity .3s ease;
}

a:hover,
button:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/*--------------------------------
// icon
//------------------------------*/

@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon.eot?8qdre7");
	src: url("../fonts/icomoon.eot?8qdre7#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?8qdre7") format("truetype"), url("../fonts/icomoon.woff?8qdre7") format("woff"), url("../fonts/icomoon.svg?8qdre7#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.icon-mail:before {
	content: "\e902";
}

.icon-googleplus:before {
	content: "\ea8b";
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-twitter:before {
	content: "\ea96";
}

.icon-linkedin:before {
	content: "\e900";
}

/*--------------------------------
// clearfix
//------------------------------*/

.card-container-inner,
.post-pager-contents {
	*zoom: 1;
}

.card-container-inner:after,
.post-pager-contents:after {
	content: "";
	display: table;
	clear: both;
}

/*--------------------------------
// hide-text
//------------------------------*/

.hide-text {
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}

/*--------------------------------
// web font
//------------------------------*/

.slide-nav-list-link span,
.header-pc-list-link,
.footer-list-link,
.footer-copyright,
.footer-pc-list-link,
.keywords-title,
.side-ranking-title,
.side-partner-title,
.aside-title,
.recommend-btn-link,
.title-main,
.writer-title,
.post-share-title,
.post-share-link,
.post-pager-category,
.toppage-list-link span,
.toppage .featureTag-item__tagName span.-en,
.register-footer-copyright,
.mypage-btn-en,
.mwp-hero-share-title,
.mwp-article-nav .item,
.mwp-section-title-inner .heading .text,
.mwp-section-title-inner .mheading,
.mwp-section-title-inner .stitle.-special,
.mwp-special-header-text.-wf,
.mwp-special-header-text .position,
.mwp-special-header-text .name,
.mwp-share-title {
	font-family: 'Montserrat', sans-serif;
}

/* **************************************
//
// layout
//
// *************************************/

/*--------------------------------
// header
//------------------------------*/

.l-slide-nav {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	width: 65vw;
	transform: translate3d(-65vw, 0, 0);
	transition: transform .4s ease;
}

.l-slide-nav.is-slide {
	transform: translate3d(0, 0, 0);
}

.l-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

.l-header-pc {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

/*--------------------------------
// main
//------------------------------*/

.l-main {
	padding-top: 45px;
}

/*--------------------------------
// keywords
//------------------------------*/

/*--------------------------------
// btn
//------------------------------*/

.l-btn-margin {
	margin-bottom: 25px;
	margin-top: 30px;
}

/* **************************************
//
// module
//
// *************************************/

/*--------------------------------
// hidden
//------------------------------*/

/*--------------------------------
// header
//------------------------------*/

.slide-nav {
	background: rgba(0, 158, 150, 0.9);
	height: 100%;
	position: relative;
	padding: 60px 30px 0;
}

.slide-nav-close-btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	z-index: 100;
	transform: translate3d(0, 0, 0);
	outline: none;
	padding: 5px 0 0 0;
	background: url('../images/icon_close.png?1495069670') no-repeat 50% 50%;
	background-size: 15.5px auto;
}

.slide-nav-close-btn:hover,
.slide-nav-close-btn:focus {
	outline: none;
}

.slide-nav-list {
	margin: 0;
	padding: 0;
}

.slide-nav-list-item {
	margin-bottom: 24px;
}

.slide-nav-list-link {
	position: relative;
	padding-left: 32px;
	color: #FFF;
	display: block;
	font-size: 1rem;
	font-weight: bold;
}

.slide-nav-list-link:before {
	position: absolute;
	left: 0;
	top: 6px;
	background: url('../images/icon_circle_white.png?1495069670') no-repeat 0 0;
	background-size: 17px auto;
	width: 17px;
	height: 17px;
	content: "";
}

.slide-nav-list-link span {
	font-size: 1.5rem;
	display: block;
	letter-spacing: 0.075em;
}

.slide-nav-btn {
	display: block;
	background: #FFF;
	color: #009e97;
	font-size: 1.3rem;
	height: 45px;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	margin: 0 0 15px;
}

.white-overlay {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: transparent;
	z-index: 10;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	pointer-events: none;
	transition: opacity .3s ease;
}

.white-overlay.is-visible {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	pointer-events: auto;
}

.header {
	height: 45px;
	background: #fff;
}

.header-inner {
	padding: 7px 45px 0;
	position: relative;
	text-align: center;
	z-index: 2;
}

.header-menu-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 45px;
	height: 45px;
	background: url('../images/icon_menu.png?1495069670') no-repeat 50% 50%;
	background-size: 17px auto;
	z-index: 5;
}

.header-search-container {
	position: absolute;
	top: 0;
	height: 45px;
	left: 45px;
	width: calc(100% - 90px);
	z-index: 1;
}

.header-search-container.is-active {
	z-index: 5;
}

.header-search-container.is-active .header-search-form {
	padding: 0 10px;
	width: 100%;
}

.header-search-container.is-active .header-search-submit {
	display: block;
	z-index: 3;
}

.header-search-container-inner {
	position: relative;
	height: 100%;
}

.header-search {
	height: 100%;
	text-align: left;
}

.header-search-form {
	height: 100%;
	background: #f6f6f6;
	font-size: 1.5rem;
	padding: 0;
	transition: width .5s ease,padding .3s ease;
	width: 0;
}

.header-search-form::-webkit-input-placeholder {
	color: #c9c9c9;
}

.header-search-form::-moz-placeholder {
	color: #c9c9c9;
}

.header-search-form:-ms-input-placeholder {
	color: #c9c9c9;
}

.header-search-form::-ms-clear {
	display: none;
}

.header-search-form::-ms-reveal {
	display: none;
}

.header-search-btn {
	display: block;
	position: absolute;
	right: -45px;
	top: 0;
	width: 45px;
	height: 45px;
	background: url('../images/icon_search.svg?1495069670') no-repeat 50% 50%;
	background-size: 18px auto;
	z-index: 2;
}

.header-search-submit {
	display: none;
	position: absolute;
	right: -45px;
	top: 0;
	width: 45px;
	height: 45px;
	background: transparent;
	z-index: 1;
}

.header-logo {
	display: inline-block;
}

.header-logo-image {
	width: 130px;
	margin: 0 auto;
	display: block;
}

.header-pc {
	background: #FFF;
}

.header-pc-inner {
	width: 1230px;
	height: 70px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
}

.header-pc-inner-left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.header-pc-inner-right {
	display: -ms-flexbox;
	display: flex;
	width: 230px;
}

.header-pc-logo {
	margin-right: 50px;
}

.header-pc-logo a {
	display: block;
	width: 195px;
	height: 26px;
}

.header-pc-logo img {
	width: 195px;
	height: 26px;
}

.header-pc-list {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.header-pc-list-item {
	position: relative;
	margin: 0;
	font-size: 1.4rem;
	perspective: 1000px;
	z-index: 1;
}

.header-pc-list-item:hover > a {
	color: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background-color: #009e97;
}

.header-pc-list-item:hover .header-pc-list__category-items {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform: rotateX(0) rotateY(0);
}

.header-pc-list-link {
	display: block;
	height: 70px;
	line-height: 70px;
	padding: 0 1.85em;
	letter-spacing: 0.075em;
	color: #2F3030;
	transition: 0.2s ease;
}

.header-pc-list__category-items {
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	min-width: 180px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #dcdcdc;
	transition: 0.3s ease-in-out;
	transform: rotateX(20deg) rotateY(0);
	transform-origin: 0 0;
}

.header-pc-list__category-item > a {
	display: block;
	width: 100%;
	padding: 1em 1.85em;
	border: 1px solid #dcdcdc;
	border-top: none;
	background-color: #fff;
}

.header-pc-list__category-item > a:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #fff;
	border-color: #009e97;
	background-color: #009e97;
}

.header-pc-btn {
	height: 70px;
	width: 115px;
	padding: 0;
	display: block;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	background: #0B978F;
	line-height: 70px;
	color: #FFF;
	cursor: pointer;
	transition: opacity .3s ease;
}

.header-pc-btn:first-child {
	border-right: 1px solid #fff;
}

.header-pc-btn:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/*--------------------------------
// modal
//------------------------------*/

/*
Pure CSS modal box
Author: Jorge Chavez
Github: http://github.com/jorgechavz
*/

.modal .checkbox {
	display: none;
}

/* Gray background */

.modal .modal-overlay {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transition: all 0.3s ease;
	width: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
	transform: scale(1);
	display: -ms-flexbox;
	display: flex;
	background-color: transparent;
}

/* Box */

.modal .modal-wrap {
	background-color: rgba(0, 158, 151, 0.9);
	padding: 45px 15px 30px;
	margin: 0 10px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	border-radius: 2px;
	transition: all 0.5s ease;
}

.modal .modal-wrap.small {
	width: 30%;
}

.modal .modal-wrap.full {
	width: 100%;
	height: 100%;
}

.modal .modal-wrap.a-center {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.modal .modal-wrap.from-left {
	transform: translateX(-100%);
}

.modal .modal-wrap.from-right {
	transform: translateX(100%);
}

.modal .modal-wrap.from-top {
	transform: translateY(-100%);
}

.modal .modal-wrap.from-bottom {
	transform: translateY(100%);
}

/* Close button */

.modal .modal-overlay .close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 26px;
	height: 27px;
	background: url(../images/icon_modal_close.png) no-repeat 0 0;
	background-size: 26px auto;
}

.modal .modal-overlay .close:hover {
	cursor: pointer;
	color: #4b5361;
}

.modal .o-close {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -100;
}

.modal input:checked ~ .o-close {
	z-index: 9998;
}

.modal input:checked ~ .modal-overlay {
	transform: scale(1);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	z-index: 9997;
	overflow: auto;
}

.modal input:checked ~ .modal-overlay .modal-wrap {
	transform: translateY(0);
	z-index: 9999;
}

.modal-image {
	margin: 0 0 12px;
}

.modal-image img {
	width: 100%;
}

.modal-title {
	color: #FFF;
	font-size: 1.5rem;
	margin: 0 0 10px;
	font-weight: normal;
}

.modal-text {
	font-size: 1rem;
	color: #FFF;
	line-height: 1.875;
	margin: 0 0 20px;
}

.modal-btn-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modal-btn-item {
	width: 31%;
	border-radius: 5px;
	padding: 10px 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.modal-btn-item.-mail {
	background: #FFF;
}

.modal-btn-item.-facebook {
	background: #395591;
}

.modal-btn-item.-twitter {
	background: #59a3da;
}

.modal-btn-item-inner {
	font-size: 1rem;
	color: #FFF;
}

.modal-btn-item-inner.-mail {
	color: #303131;
}

.modal-btn-item-inner i {
	font-size: 2.6rem;
	color: #FFF;
	display: block;
	margin: 0 0 2px;
	text-align: center;
}

.modal-btn-item-inner i.-mail {
	color: #009e97;
	transform: rotate(-15deg);
}

/*--------------------------------
// footer
//------------------------------*/

.footer-inner {
	padding: 45px 0 55px;
	background: #FFF;
}

.footer-list {
	width: 280px;
	margin: 0 auto 40px;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.footer-list-link {
	color: #303131;
	font-size: 1rem;
	letter-spacing: 0.05rem;
}

.footer-logo {
	text-align: center;
}

.footer-logo img {
	width: 270px;
}

.footer-copyright {
	text-align: center;
	padding: 25px 0;
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.footer-pc {
	display: none;
}

.footer-pc-item {
	padding: 10px;
}

.footer-pc-left {
	background: #FFF;
	width: 320px;
	height: 260px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-pc-left img {
	width: 220px;
	display: block;
	height: auto;
}

.footer-pc-right {
	background: #FFF;
	width: 890px;
	height: 260px;
	padding: 55px 0 0 150px;
}

.footer-pc-right-inner {
	display: -ms-flexbox;
	display: flex;
}

.footer-pc-list {
	padding: 0;
	margin: 0;
}

.footer-pc-list.-left {
	padding-right: 120px;
	position: relative;
}

.footer-pc-list.-left:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 140px;
	background: #D2D2D2;
	content: "";
}

.footer-pc-list.-right {
	padding-left: 120px;
}

.footer-pc-list-item {
	margin-bottom: 20px;
}

.footer-pc-list-link {
	font-size: 1.4rem;
	letter-spacing: 0.075em;
	color: #303131;
	transition: color .3s ease;
}

.footer-pc-list-link:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #009e97;
}

/*--------------------------------
// main
//------------------------------*/

/*--------------------------------
// container
//------------------------------*/

.container {
	padding: 0 10px;
}

/*--------------------------------
// keywords
//------------------------------*/

.keywords {
	border-top: 1px solid #959495;
	border-bottom: 1px solid #959495;
	padding: 12px 0;
}

.keywords-title {
	font-weight: normal;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 0.075em;
	margin: 0 0 12px;
}

.keywords-list {
	margin: 0;
	padding: 0 10px;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.keywords-list-item {
	font-size: 1rem;
	padding-right: 15px;
}

.keywords-list-link {
	white-space: nowrap;
	color: #616262;
}

/*--------------------------------
// card
//------------------------------*/

.card {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 5px;
}

.card.-banner {
	width: 100%;
}

.card.-banner a {
	display: block;
}

.card.-banner img {
	width: 100%;
	height: auto;
}

.card-container {
	padding: 5px;
}

.card-container-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.card-image {
	padding-top: 100%;
	background-position: 50% 50%;
	background-size: cover;
}

.card-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #FFF;
	min-height: 0%;
}

.card-inner-wrap {
	min-height: 0%;
}

.card-contents {
	padding: 10px;
}

.card-meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 20px;
	margin: 0 0 10px;
}

.card-meta-category {
	background: #009e97;
	color: #FFF;
	font-weight: bold;
	padding: 0 5px;
	font-size: 1rem;
}

.card-meta-date {
	font-size: 1rem;
	color: #959495;
}

.card-title {
	font-size: 1.1rem;
	font-weight: normal;
	max-height: 45px;
	overflow: hidden;
	margin: 0 0 10px;
	color: #303131;
}

.card-author {
	font-size: 1rem;
	color: #7C7C7C;
}

.card-more {
	font-size: 1rem;
	font-weight: bold;
	color: #272727;
}

.card-more-inner {
	display: inline-block;
	position: relative;
	padding-right: 10px;
}

.card-more-inner:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	margin-top: -1.75px;
	background: url('../images/icon_triangle_right.png?1495069670') no-repeat 0 0;
	background-size: 3px auto;
	width: 3px;
	height: 3.5px;
}

.card-more-inner.-hovertext:before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	font-weight: bold;
	max-width: 0;
	white-space: nowrap;
	color: #009e97;
	content: attr(data-hover);
	transition: max-width 0.5s;
	font-size: 1.2rem;
}

.card-inner:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*--------------------------------
// btn
//------------------------------*/

.btn-info {
	background: #009e97;
	color: #FFF;
	line-height: 70px;
	display: block;
	font-size: 1.2rem;
	text-align: center;
	font-weight: bold;
}

/*--------------------------------
// side
//------------------------------*/

.side-banner {
	margin-bottom: 25px;
}

.side-banner a {
	display: block;
}

.side-banner img {
	width: 100%;
	display: block;
	max-width: 400px;
	margin: 0 auto;
}

.side-ranking {
	padding: 0 0 15px;
}

.side-ranking-title {
	font-weight: normal;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	text-align: center;
	padding: 15px 0;
	margin: 0 0 25px;
	font-size: 1.2rem;
	letter-spacing: 0.075em;
}

.side-partner {
	padding: 0 0 15px;
}

.side-partner-title {
	font-weight: normal;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	text-align: center;
	padding: 15px 0;
	margin: 0 0 25px;
	font-size: 1.2rem;
	letter-spacing: 0.075em;
}

/*--------------------------------
// ranking
//------------------------------*/

.ranking {
	display: -ms-flexbox;
	display: flex;
}

.ranking-wrap {
	display: block;
}

.ranking-list {
	padding: 0;
	margin: 0;
}

.ranking-list-item {
	margin-bottom: 10px;
	counter-increment: ranking;
}

.ranking-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 75px;
	width: 75px;
	background-position: 50% 50%;
	background-size: cover;
}

.ranking-inner {
	background: #FFF;
	padding: 10px;
	position: relative;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.ranking-number {
	position: absolute;
	top: 2px;
	white-space: nowrap;
	right: 10px;
	font-size: 1.1rem;
	color: #303131;
	font-weight: bold;
}

.ranking-number span {
	font-size: 1.8rem;
}

.ranking-meta {
	margin: 0 0 5px;
	font-size: 0;
}

.ranking-category {
	font-size: 1rem;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	background: #009e97;
	line-height: 16px;
	padding: 0 5px;
}

.ranking-title {
	font-size: 1.1rem;
	color: #303131;
	max-height: 30px;
	overflow: hidden;
	font-weight: normal;
	margin: 0;
}

/*--------------------------------
// partner
//------------------------------*/

.partner {
	display: -ms-flexbox;
	display: flex;
}

.partner-wrap {
	display: block;
	cursor: pointer;
	transition: 0.3s ease;
}

.partner-wrap:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.partner-wrap:hover .partner-title {
	color: #009e97;
}

.partner-list {
	padding: 0;
	margin: 0;
}

.partner-list-item {
	margin-bottom: 10px;
	counter-increment: ranking;
}

.partner-icon {
	width: 70px;
	padding: 1rem;
	background: #fff 50% 50% no-repeat;
	background-size: 50%;
}

.partner-icon.-download {
	background-image: url(/images/icon_download_file.svg);
}

.partner-inner {
	background: #FFF;
	padding: 10px;
	position: relative;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.partner-inner.-download {
	width: calc(100% - 70px);
	padding: 22px 25px 22px 5px;
}

.partner-inner.-link {
	position: relative;
	padding: 20px 30px 20px 20px;
}

.partner-inner.-link:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 8px;
	right: 8px;
	background: url(/images/icon_open_window.svg) 50% 50% no-repeat;
	background-size: contain;
}

.partner-title {
	font-size: 1.1rem;
	color: #303131;
	max-height: 30px;
	overflow: hidden;
	font-weight: normal;
	margin: 0;
	transition: 0.3s ease;
}

/*--------------------------------
// pager
//------------------------------*/

.pager {
	text-align: center;
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
}

.pager-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 0;
}

.pager-item {
	padding: 0 6px;
	line-height: 37px;
}

.pager-item.-arrow {
	padding: 0;
}

.pager-link {
	display: block;
	height: 37px;
	width: 37px;
	font-size: 1.3rem;
	color: #959495;
	background: #FFF;
	border: 1px solid #D2D2D2;
}

.pager-link.current {
	pointer-events: none;
	color: #FFF;
	background: #009e97;
	border-color: #009e97;
}

.pager-prev {
	display: block;
	height: 37px;
	width: 37px;
	background: url('../images/icon_pager_left.png?1495069670') no-repeat 50% 50%;
	background-size: 9px auto;
}

.pager-next {
	display: block;
	height: 37px;
	width: 37px;
	background: url('../images/icon_pager_right.png?1495069670') no-repeat 50% 50%;
	background-size: 9px auto;
}

/*--------------------------------
// breadcrumb
//------------------------------*/

.breadcrumb {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}

.breadcrumb-container {
	padding: 0 10px;
}

.breadcrumb-container-inner {
	padding: 10px 0;
}

.breadcrumb-item {
	font-size: 1rem;
	letter-spacing: 0.075rem;
	margin-bottom: 0.25rem;
	font-weight: bold;
}

.breadcrumb-item:not(:last-child):after {
	content: "/";
	margin: 0 5px;
}

.breadcrumb-link {
	color: #626262;
}

/*--------------------------------
// aside
//------------------------------*/

.aside {
	background: #d3d2d3;
	padding: 30px 0 0;
}

.aside-title {
	font-weight: normal;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.075rem;
	margin: 0 0 12px;
}

.aside-banner {
	background: #eeeeed;
	padding: 25px 10px 15px;
}

.aside-banner a {
	display: block;
	margin-bottom: 10px;
}

.aside-banner img {
	width: 100%;
}

/*--------------------------------
// recommend
//------------------------------*/

.recommend {
	display: -ms-flexbox;
	display: flex;
	box-shadow: -1px -1px 2px 0 rgba(34, 23, 20, 0.1);
}

.recommend-btn-list {
	padding: 0;
	margin: 0 0 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.recommend-btn-list-item {
	text-align: center;
}

.recommend-btn-link {
	font-size: 1rem;
	letter-spacing: 0.075em;
	padding: 0 20px;
	line-height: 18px;
}

.recommend-btn-link:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.recommend-slider {
	display: -ms-flexbox;
	display: flex;
}

.recommend-container {
	padding: 0 0 20px;
}

.recommend-container-inner {
	display: block;
	margin-bottom: 10px;
}

.recommend-list {
	padding: 0;
	margin: 0;
}

.recommend-list-item {
	margin-bottom: 10px;
	counter-increment: ranking;
}

.recommend-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 90px;
	width: 90px;
	background-position: 50% 50%;
	background-size: cover;
}

.recommend-image.-large {
	width: 190px;
	height: 190px;
}

.recommend-inner {
	background: #FFF;
	padding: 10px;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.recommend-inner.-large {
	padding-top: 30px;
}

.recommend-meta {
	margin: 0 0 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 16px;
}

.recommend-category {
	font-size: 1rem;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	background: #009e97;
	padding: 0 5px;
}

.recommend-date {
	font-size: 1rem;
	color: #7C7C7C;
}

.recommend-title {
	font-size: 1.2rem;
	color: #303131;
	max-height: 33px;
	overflow: hidden;
	font-weight: normal;
	margin: 0 0 5px;
}

.recommend-title.-hovergreen {
	transition: color .3s ease;
}

.recommend-title.-large {
	max-height: 68px;
}

.recommend-text {
	font-size: 1.2rem;
	color: #7C7C7C;
	max-height: 103px;
	overflow: hidden;
	line-height: 1.8;
	margin-bottom: 15px;
}

.recommend-author {
	font-size: 1rem;
	color: #7C7C7C;
	margin: 0 0 5px;
}

.recommend-more {
	font-size: 1rem;
	font-weight: bold;
	color: #272727;
}

.recommend-more-inner {
	display: inline-block;
	position: relative;
	padding-right: 10px;
}

.recommend-more-inner:after {
	position: absolute;
	content: "";
	top: 5.5px;
	right: 0;
	background: url('../images/icon_triangle_right.png?1495069670') no-repeat 0 0;
	background-size: 3px auto;
	width: 3px;
	height: 3.5px;
}

.recommend-more-inner.-hovertext:before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	font-weight: bold;
	max-width: 0;
	white-space: nowrap;
	color: #009e97;
	content: attr(data-hover);
	transition: max-width 0.5s;
	font-size: 1.2rem;
}

.recommend-container-inner:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*--------------------------------
// slider
//------------------------------*/

.recommend-btn-list-item.slick-current .recommend-btn-link {
	font-size: 1.1rem;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */

.slick-loading .slick-list {
	background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	z-index: 1;
	height: 30px;
	width: 30px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background: transparent no-repeat center center;
	background-size: 7.5px auto;
	color: transparent;
	top: -30px;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.slick-prev {
	left: 0;
	background-image: url(../images/icon_arrow_left.png);
}

.slick-next {
	right: 0;
	background-image: url(../images/icon_arrow_right.png);
}

/* Dots */

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	font-size: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	display: inline-block;
	margin: 0 9px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 6px;
	width: 6px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	background: #d2d2d2;
	border-radius: 100%;
	color: transparent;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li.slick-active button {
	background: #009e97;
}

/*--------------------------------
// title
//------------------------------*/

.title-container {
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	padding: 20px 0;
}

.title-main {
	color: #272727;
	font-weight: normal;
	letter-spacing: 0.075em;
	text-align: center;
	font-size: 1.2rem;
	margin: 0 0 2px;
}

.title-sub {
	text-align: center;
	color: #626262;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.075em;
}

.title-smallCategory__items {
	margin: 0;
	padding: 0;
}

/*--------------------------------
// writer
//------------------------------*/

.writer-container {
	border-bottom: 1px solid #D2D2D2;
	border-top: 1px solid #D2D2D2;
	padding: 20px 0;
}

.writer-container-inner {
	padding: 0 10px;
}

.writer-title {
	font-size: 1.2rem;
	letter-spacing: 0.075em;
	text-align: center;
	margin: 0 0 2px;
}

.writer-name {
	text-align: center;
	font-weight: normal;
	font-size: 1.5rem;
	letter-spacing: 0.075em;
	margin: 0 0 5px;
}

.writer-image {
	height: 80px;
	width: 80px;
	border-radius: 8px;
	margin: 0 auto 12px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}

.writer-text {
	font-size: 1rem;
	color: #626262;
	line-height: 1.6;
}

.writer-pc-title {
	color: #272727;
	font-size: 2rem;
	letter-spacing: 0.075em;
	margin: 0 0 10px;
}

/*--------------------------------
// post
//------------------------------*/

.post-main {
	background: #FFF;
	padding: 30px 0 0;
}

.post-title-container {
	margin: 0 0 2px;
}

.post-main-inner {
	padding: 0 10px;
}

.post-title {
	display: inline;
	font-size: 2.4rem;
	font-weight: normal;
	margin: 0;
}

.post-date {
	color: #959495;
	font-size: 1rem;
	margin-left: 15px;
}

.post-meta-container {
	margin: 0 0 25px;
	padding: 0;
}

.post-author {
	text-align: right;
	color: #959495;
	font-size: 1rem;
	margin: 0 0 20px;
}

.post-author a {
	text-align: right;
	color: #959495;
	font-size: 1.4rem;
	margin: 0 0 20px;
}

.post-next-page-link {
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: underline;
}

.post-categoryPager-contents {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 0 60px;
}

.post-categoryPager-item {
	width: 48%;
	transition: 0.4s ease;
}

.post-categoryPager-item:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.post-categoryPager-itemLink {
	display: block;
	color: #000;
}

.post-categoryPager-header {
	margin: 0 0 10px;
	padding: 0 15px;
	font-size: 1.2rem;
}

.post-categoryPager-header.-prev {
	padding-right: 0;
	position: relative;
}

.post-categoryPager-header.-prev:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 2px;
	top: 30%;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	border-left: none !important;
	border-top: none !important;
	transform: rotate(135deg);
}

.post-categoryPager-header.-next {
	padding-left: 0;
	text-align: right;
	position: relative;
}

.post-categoryPager-header.-next:after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 2px;
	top: 30%;
	border-style: solid;
	border-width: 1px;
	border-color: #333;
	border-left: none !important;
	border-top: none !important;
	transform: rotate(-45deg);
}

.post-categoryPager-image {
	display: block;
	width: 100%;
	min-height: 100px;
	background: 50% 50% no-repeat;
	background-size: cover;
}

.post-categoryPager-text {
	margin: 10px 0 0;
	font-weight: bold;
}

.post-keywords-title {
	font-size: 1.4rem;
	font-weight: normal;
	color: #000;
	border-bottom: 1px solid #959595;
	padding: 0 0 2px;
	margin: 0 0 8px;
	letter-spacing: 0.075em;
}

.post-keywords-list {
	padding: 12px 0 8px;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.post-keywords-item {
	margin: 0 15px 12px 0;
	font-size: 1.2rem;
}

.post-keywords-link {
	display: block;
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background-color: #009e96;
}

.post-share {
	margin: 40px 0;
}

.post-share-title {
	font-size: 1.5rem;
	font-weight: normal;
	color: #000;
	padding: 0 0 0 10px;
	margin: 0 0 2px;
	letter-spacing: 0.075em;
}

.post-share-list {
	margin: 0 10px 0;
	padding: 10px 0 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #959595;
}

.post-share-item {
	font-size: 1.2rem;
	margin-top: 14px;
	width: 48%;
}

.post-share-link {
	color: #009e97;
	background: #fff;
	display: block;
	text-align: center;
	letter-spacing: 0.075em;
	padding: 10px 0;
	border: 1px solid #009e97;
}

.post-share-link i {
	position: relative;
	left: -20px;
	font-size: 1.4rem;
	color: #009e97;
	display: inline-block;
	vertical-align: text-top;
}

.post-pager-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 10px;
	margin: 0 0 8px;
	color: #303131;
}

.post-pager-header-item {
	font-size: 1.2rem;
	color: #000;
}

.post-pager-contents {
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	position: relative;
}

.post-pager-contents:before {
	width: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -0.5px;
	height: 100%;
	background: #d2d2d2;
	content: "";
}

.post-pager-item {
	display: block;
	padding: 15px;
	width: 50%;
}

.post-pager-item.-prev {
	float: left;
}

.post-pager-item.-next {
	float: right;
}

.post-pager-item-header {
	font-size: 1.4rem;
	margin: 0 0 15px;
}

.post-pager-category {
	font-weight: bold;
	font-size: 1rem;
	color: #303131;
	letter-spacing: -0.01em;
	margin: 0 0 5px;
}

.post-pager-text {
	font-size: 1rem;
	color: #1B1B1B;
	line-height: 1.5;
	overflow: hidden;
	max-height: 74px;
}

.post-pager-date {
	font-size: 1rem;
	display: block;
	color: #888;
}

.post-related {
	background: #EEE;
	padding: 30px 0 20px;
}

.post-related-title {
	text-align: center;
	font-size: 1.5rem;
	font-weight: normal;
	margin: 0 0 15px;
}

.post-meta-share {
	display: -ms-flexbox;
	display: flex;
}

.post-meta-share-title {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #666;
}

.post-meta-share-list {
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 0;
}

.post-meta-share-item {
	display: inline-block;
	margin-left: 10px;
	font-size: 11px;
	font-size: 1.1rem;
}

.post-meta-share-link {
	display: block;
	padding: 4px 10px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.1em;
	line-height: 1;
}

.post-meta-share-link i {
	margin-right: 4px;
}

.post-meta-share-link.-facebook {
	background-color: #395591;
}

.post-meta-share-link.-twitter {
	background-color: #55acee;
}

.post-meta-share-link.-googleplus {
	background-color: #d97156;
}

.post-meta-share-link.-linkedin {
	background-color: #00679d;
}

.editor-contents {
	padding: 0 0 20px;
	line-height: 2;
}

.editor-contents p {
	font-size: 1.2rem;
	line-height: 2;
	color: #535353;
	margin: 0 0 20px;
}

.editor-contents img {
	display: block;
	max-width: 100%;
	margin: 0 auto 20px;
}

.editor-contents h2 {
	font-size: 1.5rem;
	line-height: 1.6;
	margin: 0 0 20px;
	font-weight: normal;
	padding-left: 10px;
	border-left: 4px solid #009e97;
}

.editor-contents a {
	font-weight: bold;
	text-decoration: underline;
}

.editor-contents .secret-btn:hover {
	text-decoration: none;
}

.logins {
	text-decoration: none;
	font-weight: bold;
	color: #009e97;
}

/*--------------------------------
// secret post
//------------------------------*/

.secret-text {
	margin: 3em 0 5em;
	font-size: 18px;
	font-size: 1.8rem;
}

.secret-btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 450px;
	margin: 0 auto;
	height: 70px;
	border-radius: 4px;
	cursor: pointer;
}

.editor-contents .secret-btn {
	font-weight: normal;
	text-decoration: none;
}

.secret-btn:hover {
	color: #FFF;
	text-decoration: none;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.editor-contents .secret-btn:hover {
	text-decoration: none;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.secret-btn.-register {
	line-height: 1.25;
	background: #0b978f;
	margin-bottom: 25px;
}

.secret-btn.-login {
	line-height: 1.25;
	background: #626262;
}

.secret-btn > .text {
	font-size: 24px;
	font-size: 2.4rem;
	position: relative;
	padding: 0 0 0 45px;
	color: #fff;
}

.secret-btn > .text:before {
	content: "";
	left: 0;
	position: absolute;
}

.secret-btn > .text.-register:before {
	width: 25px;
	top: 3px;
	display: block;
	height: 25px;
	background: url("../images/icon_key.svg") no-repeat 0 50%;
	background-size: 25px auto;
}

.secret-btn > .text.-login:before {
	width: 23px;
	top: 2px;
	display: block;
	height: 25px;
	background: url("../images/icon_login.svg") no-repeat 0 50%;
	background-size: 23px auto;
}

/*--------------------------------
// about
//------------------------------*/

.about-container-inner {
	background: #FFF;
	padding: 10px;
}

.about-logo {
	background: #009e97;
	height: 290px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px;
}

.about-logo-inner img {
	width: 220px;
}

.about-title {
	font-weight: bold;
	font-size: 1.5rem;
	color: #272727;
	line-height: 1.6;
	margin: 0 0 20px;
	letter-spacing: 0.075em;
}

.about-text {
	margin: 0 0 20px;
	color: #272727;
	letter-spacing: 0.075em;
	font-size: 1.2rem;
	line-height: 2;
}

/*--------------------------------
// contact
//------------------------------*/

.contact-container-inner {
	background: #FFF;
	padding: 20px 10px 55px;
	border-bottom: 1px solid #D2D2D2;
}

.contact-title {
	font-size: 3rem;
	margin: 0 0 12px;
	font-weight: normal;
}

.contact-text {
	margin: 0 0 35px;
	letter-spacing: 0.075em;
	font-size: 1.5rem;
	line-height: 1.8;
}

.contact-form-menu {
	font-size: 1.2rem;
	margin: 0 0 2px;
}

.contact-form-item {
	margin: 0 0 10px;
}

.contact-input-text {
	display: block;
	width: 100%;
	border: 1px solid #303131;
	border-radius: 2px;
	padding: 10px;
}

.contact-input-textarea {
	height: 275px;
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #303131;
	border-radius: 2px;
	resize: none;
	margin: 0 0 30px;
}

.contact-input-checkbox {
	display: none;
}

.contact-label {
	text-align: center;
	font-size: 1.2rem;
	display: block;
}

.contact-label span {
	position: relative;
	display: inline-block;
	line-height: 20px;
	padding: 0 0 0 25px;
	cursor: pointer;
}

.contact-label span:after {
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 7px;
	display: block;
	margin-top: -7px;
	width: 6px;
	height: 11px;
	border-right: 3px solid #009e97;
	border-bottom: 3px solid #009e97;
	content: '';
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transform: rotate(45deg);
}

.contact-label span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -10px;
	border-radius: 2px;
	width: 20px;
	height: 20px;
	border: 1px solid #303131;
	content: '';
}

.contact-error {
	margin: 2px 0 0;
	font-size: 1rem;
	line-height: 1.8;
	text-align: center;
	color: #f40;
	transition: .3s ease;
}

.contact-error.is-hidden {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	pointer-events: none;
	visibility: hidden;
}

.contact-submit {
	display: block;
	width: 100%;
	font-size: 2.4rem;
	text-align: center;
	color: #FFF;
	background: #009e97;
	border-radius: 2px;
	height: 63px;
	line-height: 63px;
	padding: 0;
}

.errors {
	margin: 20px 0 0 0;
}

.errors ul {
	line-height: 2;
	margin: 0 0 50px 20px;
	padding-left: 0;
}

.errors li {
	color: #ff0000;
	font-weight: bold;
	list-style-type: square;
}

.item__value {
	margin-top: 8px;
}

.item__values {
	padding-top: 8px;
}

.edit {
	text-align: center;
	margin-bottom: 5px;
}

.contact-form .contact-input-checkbox:checked + .contact-label span:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*--------------------------------
// privacy
//------------------------------*/

.privacy-container-inner {
	background: #FFF;
	padding: 35px 10px 40px;
	border-bottom: 1px solid #D2D2D2;
}

.privacy-menu-title {
	font-weight: bold;
	font-size: 1.2rem;
	color: #616262;
	line-height: 1.66;
	margin: 0 0 20px;
}

.privacy-text {
	margin: 0 0 20px;
	color: #616262;
	font-size: 1.2rem;
	line-height: 1.66;
}

.privacy-policy-title {
	line-height: 1.7;
	font-size: 2.5rem;
	margin: 0 0 25px;
}

/*--------------------------------
// top page
//------------------------------*/

.toppage .l-header-pc {
	transition: transform .4s ease;
	transform: translateY(-70px);
}

.toppage .l-header-pc.is-visible {
	transform: translateY(0);
}

.toppage-header {
	background: #FFF;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	padding-top: 26px;
	height: 180px;
}

.toppage-header.-menu-active {
	border-bottom: 10px solid #009e97;
}

.toppage-header-inner {
	position: relative;
}

.toppage-header-logo {
	text-align: center;
	margin: 0 0 22px;
}

.toppage-header-logo img {
	width: 317px;
}

.toppage-btn-container {
	position: absolute;
	top: 0;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	width: 220px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.toppage-btn {
	display: block;
	width: 104px;
	height: 34px;
	border-radius: 3em;
	background: #009e97;
	text-align: center;
	font-size: 1.2rem;
	color: #FFF;
	font-weight: bold;
	line-height: 34px;
	cursor: pointer;
	transition: opacity .3s ease;
}

.toppage-btn:hover {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.toppage-mega-container {
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	transition: 0.3s ease-in-out;
	z-index: 1;
	top: 62px;
	left: calc( (-50vw + 615px) );
	width: 100vw;
	min-height: 400px;
	background-color: #fff;
	border-top: 10px solid #009e97;
}

.toppage-mega-inner {
	margin: 0 auto;
	padding: 30px 0;
	width: 1230px;
}

.toppage-mega__tag-items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.toppage-mega__tag-item {
	width: calc(25% - 20px);
	margin: 0 10px;
	padding: 10px 0;
}

.toppage-mega__tag-item .item-name {
	display: block;
	margin: 0;
	padding: 0 0 8px;
	font-size: 1.5rem;
	font-weight: normal;
}

.toppage-mega__tag-item .item-name a {
	display: block;
	color: #313131;
	transition: 0.3s ease;
}

.toppage-mega__tag-item .item-name a:hover {
	color: #009e97;
}

.toppage-mega__tag-item .item-post {
	display: -ms-flexbox;
	display: flex;
	color: #313131;
	background-color: #eee;
	transition: 0.3s ease;
}

.toppage-mega__tag-item .item-post:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #fff;
	background-color: #009e97;
}

.toppage-mega__tag-item .item-post__photo {
	width: 120px;
	height: 120px;
	background: 50% 50% no-repeat;
	background-size: cover;
}

.toppage-mega__tag-item .item-post__title {
	width: calc(100% - 120px);
	padding: 15px 5%;
	font-weight: bold;
}

.toppage-mega__tag-item .item-post__title .date {
	display: block;
	height: 24px;
	font-size: 1.1rem;
}

.toppage-mega__tag-item .item-post__title .text {
	display: inline-block;
	font-size: 1.4rem;
	height: calc(120px - (30px + 28px));
	overflow: hidden;
}

.toppage-list-container {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.toppage-list {
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
}

.toppage-list-item {
	font-size: 1rem;
}

.toppage-list-item:hover > .toppage-list-link {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #fff;
	background-color: #009e97;
}

.toppage-list-item:hover > .toppage-list-link span {
	color: #fff;
}

.toppage-list-item:hover .toppage-mega-container {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform: rotateX(0) rotateY(0);
}

.toppage-list-link {
	display: block;
	padding: 11px 20px 10px;
	height: 72px;
	min-width: 176px;
	text-align: center;
	color: #959495;
	font-weight: bold;
	letter-spacing: 0.075rem;
	transition: color .3s ease;
}

.toppage-list-link.-search {
	height: 100%;
	min-width: 0;
	cursor: pointer;
	padding: 12px 0 0 20px;
	z-index: 2;
}

.toppage-list-link.-search:hover {
	background-color: transparent;
}

.toppage-list-link.-search svg {
	width: 23px;
	height: 23px;
}

.toppage-list-link.-search path {
	fill: #574f4d;
}

.toppage-list-link > h2 {
	margin: 0;
	font-size: inherit;
}

.toppage-list-link span {
	transition: color .3s ease;
	font-weight: normal;
	display: block;
	color: #303131;
	font-size: 1.4rem;
	margin: 0 0 4px;
	letter-spacing: 0.075rem;
}

.toppage-list-search {
	position: relative;
}

.toppage-list-search.-header-pc {
	margin-left: 20px;
	z-index: 0;
}

.toppage-list-search.is-active {
	z-index: 3;
}

.toppage-search-block {
	z-index: -1;
}

.toppage-search-block.is-active {
	z-index: 3;
}

.toppage-search-block.is-active .toppage-search-form {
	visibility: visible;
	border-color: #dcdcdc;
	width: 100%;
	padding: 0 20px;
}

.toppage-search-block.is-active .toppage-search-submit {
	display: block;
}

.toppage-search-block.is-active .toppage-search-close {
	display: block;
}

.toppage-search-block.is-active .toppage-search-container {
	z-index: 0;
}

.toppage-search-container {
	position: absolute;
	left: -645px;
	top: 4px;
	width: 635px;
	height: 45px;
	z-index: -1;
}

.toppage-search-container.-header-pc {
	top: 0;
	left: -505px;
	width: 495px;
}

.toppage-search-container-inner {
	position: relative;
	height: 100%;
}

.toppage-search-container-inner {
	height: 100%;
}

.toppage-search {
	height: 100%;
}

.toppage-search-form {
	visibility: hidden;
	height: 100%;
	width: 100%;
	border: 1px solid transparent;
	padding: 0;
	font-size: 1.8rem;
	transition: width .5s ease,padding .3s ease,border .3s ease;
	width: 0;
}

.toppage-search-form:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.toppage-search-form:focus {
	background-color: #fff !important;
}

.toppage-search-form::-webkit-input-placeholder {
	color: #c9c9c9;
}

.toppage-search-form::-moz-placeholder {
	color: #c9c9c9;
}

.toppage-search-form:-ms-input-placeholder {
	color: #c9c9c9;
}

.toppage-search-form::-ms-clear {
	display: none;
}

.toppage-search-form::-ms-reveal {
	display: none;
}

.toppage-search-submit {
	display: none;
	position: absolute;
	right: -45px;
	top: 0;
	width: 45px;
	height: 45px;
	background: transparent;
	z-index: 1;
}

.toppage-slider-container {
	margin: 0 0 40px;
}

.toppage-slider-item {
	height: 320px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0;
	background-position: 50% 50%;
	background-size: cover;
}

.toppage-slider-item-inner {
	position: relative;
	z-index: 1;
	padding: 0 30px 25px;
	width: 100%;
	box-sizing: border-box;
}

.toppage-slider-item-inner:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 320px;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.toppage-slider-category {
	position: relative;
	z-index: 1;
	margin: 0 0 5px;
	line-height: 20px;
}

.toppage-slider-category span {
	display: inline-block;
	font-size: 1rem;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 0 10px;
	background: #009e97;
}

.toppage-slider-title {
	position: relative;
	z-index: 1;
	font-size: 1.8rem;
	line-height: 1.333;
	color: #FFF;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	max-height: 68px;
}

.header-menu-list.is-active > li:not(:last-child) {
	visibility: hidden;
	pointer-events: none !important;
}

.header-menu-list.is-active + .toppage-search-close {
	display: block;
}

.l-toppage-share-list {
	display: none;
	position: relative;
}

.toppage-share-list {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 7px;
	right: 2px;
	text-align: right;
}

.toppage-share-item {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-left: 8px;
}

.toppage-share-link {
	display: block;
	text-align: center;
	line-height: 22px;
}

.toppage-share-link.-facebook {
	background-color: #395591;
}

.toppage-share-link.-twitter {
	background-color: #55acee;
}

.toppage-share-link.-googleplus {
	background-color: #d97156;
}

.toppage-share-link.-linkedin {
	background-color: #2c6697;
}

.toppage-share-link i {
	color: #fff;
	font-size: 12px;
}

.toppage-share-link.-googleplus i {
	font-size: 14px;
}

/*--------------------------------
// toppage card
//------------------------------*/

.toppage .card-contents {
	padding: 25px 20px;
	transition: background-color 0.5s ease;
}

.toppage .card-more-inner.-hovertext:before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	font-weight: bold;
	max-width: 0;
	white-space: nowrap;
	color: #fff;
	content: attr(data-hover);
	transition: max-width 0.3s;
	font-size: 1.2rem;
}

.toppage .card-inner:hover {
	background-color: #009e97;
}

.toppage .card-inner:hover .card-meta-category {
	background-color: #fff;
	color: #009e97;
}

.toppage .card-inner:hover .card-image {
	background-color: #fff;
}

.toppage .card-inner:hover .card-meta-date,
.toppage .card-inner:hover .card-title,
.toppage .card-inner:hover .card-title.-hovergreen,
.toppage .card-inner:hover .card-text,
.toppage .card-inner:hover .card-author,
.toppage .card-inner:hover .card-more {
	color: #fff;
}

/*--------------------------------
// toppage featureTag
//------------------------------*/

.toppage .featureTag-container {
	padding: 0 0 10px;
}

.toppage .featureTag-item {
	padding: 5px 10px;
}

.toppage .featureTag-item__tag {
	position: relative;
	display: block;
	padding: 2% 0 40px;
	color: #fff;
	text-align: center;
	background: #009e97;
}

.toppage .featureTag-item__tagName {
	font-weight: bold;
}

.toppage .featureTag-item__tagName span {
	display: block;
}

.toppage .featureTag-item__tagName span.-en {
	letter-spacing: 0.12em;
	font-size: 2.8rem;
	line-height: 1.15;
}

.toppage .featureTag-item__tagName span.-ja {
	font-size: 1.3rem;
}

.toppage .featureTag-item__tagText {
	margin: 0;
	padding: 4px 0;
	font-size: 1.3rem;
}

.toppage .featureTag-item__tagAnchor {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 0;
	font-size: 1.3rem;
	font-weight: bold;
	background-color: #00847d;
}

.toppage .featureTag-item__post {
	color: #fff;
}

.toppage .featureTag-item__postPhoto {
	height: 100%;
	background: 50% 25% no-repeat;
	background-size: cover;
}

.toppage .featureTag-item__postPhoto:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.toppage .featureTag-item__postTitle {
	position: absolute;
	bottom: 10px;
	padding: 0 15px;
	width: 100%;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
}

/*--------------------------------
// register
//------------------------------*/

.register-container-inner {
	background: #FFF;
	padding: 35px 10px 55px;
	border-bottom: 1px solid #D2D2D2;
}

.register-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}

.register-text {
	margin: 0 0 20px;
	font-size: 1.2rem;
	line-height: 1.833;
}

.register-form {
	margin: 0 0 50px;
}

.register-form-menu {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 5px;
}

.register-form-item {
	margin: 0 0 20px;
}

.register-form-item.-name {
	display: -ms-flexbox;
	display: flex;
}

.register-form-item.-contact {
	display: -ms-flexbox;
	display: flex;
}

.register-form-item-name {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.register-form-item-name:first-child {
	margin-right: 10px;
}

.register-form-item-name span {
	font-weight: bold;
	font-size: 1.3rem;
	margin-right: 10px;
}

.register-form-item-contact {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.register-form-item-contact:first-child {
	margin-right: 20px;
}

.register-contact-label {
	position: relative;
	display: inline-block;
	line-height: 20px;
	padding: 0 0 0 25px;
	cursor: pointer;
	font-size: 1.4rem;
}

.register-contact-label:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	background: #F5F5F5;
	margin-top: -10px;
	border-radius: 2px;
	width: 20px;
	height: 20px;
	border: 1px solid #303131;
	content: '';
}

.register-contact-label:after {
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 7px;
	display: block;
	margin-top: -7px;
	width: 6px;
	height: 11px;
	border-right: 3px solid #009e97;
	border-bottom: 3px solid #009e97;
	content: '';
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transform: rotate(45deg);
}

.register-select-container {
	overflow: hidden;
	width: 100%;
	position: relative;
	border: 1px solid #303131;
	border-radius: 2px;
	padding: 0 10px;
	background: #F5F5F5;
}

.register-select-container:after {
	content: "";
	position: absolute;
	width: 0;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #1b1b1b transparent transparent transparent;
}

.register-select {
	display: block;
	color: #303131;
	line-height: 35px;
	width: 130%;
	font-size: 1.2rem;
	text-indent: 0.01px;
	text-overflow: '';
}

.register-input-text {
	background: #F5F5F5;
	display: block;
	width: 100%;
	border: 1px solid #303131;
	border-radius: 2px;
	padding: 5px 10px;
}

.register-input-text::-webkit-input-placeholder {
	color: #959495;
}

.register-input-text::-moz-placeholder {
	color: #959495;
}

.register-input-text:-ms-input-placeholder {
	color: #959495;
}

.register-input-text::-ms-clear {
	display: none;
}

.register-input-text::-ms-reveal {
	display: none;
}

.register-input-checkbox {
	display: none;
}

.register-label {
	text-align: center;
	font-size: 1.2rem;
	display: block;
	font-weight: bold;
}

.register-label span {
	position: relative;
	display: inline-block;
	line-height: 20px;
	padding: 0 0 0 25px;
	cursor: pointer;
}

.register-label span:after {
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 7px;
	display: block;
	margin-top: -7px;
	width: 6px;
	height: 11px;
	border-right: 3px solid #009e97;
	border-bottom: 3px solid #009e97;
	content: '';
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transform: rotate(45deg);
}

.register-label span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	background: #F5F5F5;
	margin-top: -10px;
	border-radius: 2px;
	width: 20px;
	height: 20px;
	border: 1px solid #303131;
	content: '';
}

.register-error {
	margin: 2px 0 0;
	font-size: 1rem;
	line-height: 1.8;
	text-align: center;
	color: #f40;
	transition: .3s ease;
}

.register-error.is-hidden {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	pointer-events: none;
	visibility: hidden;
}

.register-privacy-text {
	font-size: 1.2rem;
	line-height: 1.8;
	margin: 0 0 30px;
}

.register-form-privacy {
	margin: 0 0 20px;
}

.register-questionnaire {
	margin: 0 0 30px;
}

.register-questionnaire-title {
	font-weight: bold;
	font-size: 1.5rem;
	margin: 0 0 20px;
}

.register-questionnaire-text {
	font-size: 1.3rem;
	line-height: 1.38;
	font-weight: bold;
	margin: 0 0 10px;
}

.register-policy-title a {
	color: #272727;
}

.register-radio {
	display: none;
}

.register-radio-label {
	display: block;
	cursor: pointer;
	font-weight: bold;
	padding: 8px 10px 8px 40px;
	font-size: 1.1rem;
	position: relative;
	border-bottom: 1px solid #303131;
}

.register-radio-label:after {
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 18px;
	display: block;
	margin-top: -11px;
	width: 9px;
	height: 16px;
	border-right: 3px solid #303131;
	border-bottom: 3px solid #303131;
	content: '';
	transform: rotate(45deg);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.register-submit {
	display: block;
	width: 100%;
	font-size: 1.5rem;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: #009e97;
	border-radius: 2px;
	height: 75px;
	line-height: 75px;
	padding: 0;
}

.register-footer-copyright {
	text-align: center;
	padding: 25px 0;
	font-size: 1rem;
	letter-spacing: 0.1em;
}

.register-form-privacy .register-input-checkbox:checked + .register-label span:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.register-radio:checked + .register-radio-label:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.register-form-item-contact .register-input-checkbox:checked + .register-contact-label:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.contact-item {
	padding: 0;
	margin-top: 0;
}

.contact-labels {
	margin-right: 20px;
	width: 50px;
	text-align: center;
	font-size: 1.6rem;
	display: block;
}

.contact-labels span {
	position: relative;
	display: inline-block;
	line-height: 20px;
	padding: 0 0 0 25px;
	cursor: pointer;
}

.contact-labels span:after {
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 7px;
	display: block;
	margin-top: -7px;
	width: 6px;
	height: 11px;
	border-right: 3px solid #009e97;
	border-bottom: 3px solid #009e97;
	content: '';
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transform: rotate(45deg);
}

.contact-labels span:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -10px;
	border-radius: 2px;
	width: 20px;
	height: 20px;
	border: 1px solid #303131;
	content: '';
}

.contact-box {
	display: -webkit-inline-box;
}

.conteact-ul {
	padding: 0;
	margin-top: 0;
}

.conteact-ul li {
	width: 100%;
	margin-bottom: 15px;
}

/*--------------------------------
// error
//------------------------------*/

.title-main.-error {
	padding-right: 0;
	border-right: none;
}

.error-container-inner {
	background: #FFF;
	padding: 10px;
}

.error-main {
	height: 650px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px;
}

.error-title {
	margin: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 4.8rem;
	font-size: 48px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.075em;
}

.error-text {
	margin: 1.5em 0 1.8em;
}

.error-btn {
	display: inline-block;
	padding: 12px 0;
	width: 220px;
	line-height: 1;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 1.8rem;
	font-size: 18px;
	color: #fff;
	background-color: #009e97;
}

/*--------------------------------
// mypage
//------------------------------*/

.mypage-container-inner {
	background: #FFF;
	padding: 35px 10px 55px;
	border-bottom: 1px solid #D2D2D2;
}

.mypage-btn {
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #616262;
	background: #FFF;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	color: #303131;
	transition: color .3s ease,background .3s ease;
	padding: 10px 20px;
}

.mypage-btn:not(:first-child) {
	margin-top: 20px;
}

.mypage-btn:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background: #0b978f;
	color: #fff;
}

.mypage-btn:hover .mypage-btn-ja {
	color: #FFF;
}

.mypage-btn-en {
	margin: 0 15px 2px 0;
	font-size: 1.6rem;
}

.mypage-btn-ja {
	color: #272727;
	letter-spacing: 0.075em;
	font-weight: bold;
	font-size: 1.2rem;
	transition: color .3s ease;
}

.mypage-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}

.mypage-form {
	margin: 0 0 50px;
}

.mypage-form-menu {
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 5px;
}

.mypage-form-item {
	margin: 0 0 20px;
}

.mypage-form-item.-name {
	display: -ms-flexbox;
	display: flex;
}

.mypage-form-item.-contact {
	display: -ms-flexbox;
	display: flex;
}

.mypage-form-item-name {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.mypage-form-item-name:first-child {
	margin-right: 10px;
}

.mypage-form-item-name span {
	font-weight: bold;
	font-size: 1.3rem;
	margin-right: 10px;
}

.mypage-form-item-contact {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.mypage-form-item-contact:first-child {
	margin-right: 20px;
}

.mypage-contact-label {
	position: relative;
	display: inline-block;
	line-height: 20px;
	padding: 0 0 0 25px;
	cursor: pointer;
	font-size: 1.4rem;
}

.mypage-contact-label:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	background: #fff;
	margin-top: -10px;
	border-radius: 2px;
	width: 20px;
	height: 20px;
	border: 1px solid #303131;
	content: '';
}

.mypage-contact-label:after {
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 7px;
	display: block;
	margin-top: -7px;
	width: 6px;
	height: 11px;
	border-right: 3px solid #009e97;
	border-bottom: 3px solid #009e97;
	content: '';
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transform: rotate(45deg);
}

.mypage-select-container {
	overflow: hidden;
	width: 100%;
	position: relative;
	border: 1px solid #303131;
	border-radius: 2px;
	padding: 0 10px;
	background: #fff;
}

.mypage-select-container:after {
	content: "";
	position: absolute;
	width: 0;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	height: 0;
	pointer-events: none;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #1b1b1b transparent transparent transparent;
}

.mypage-select {
	display: block;
	color: #303131;
	width: 130%;
	font-size: 1.2rem;
	line-height: 35px;
	text-indent: 0.01px;
	text-overflow: '';
}

.mypage-input-text {
	background: #fff;
	display: block;
	width: 100%;
	border: 1px solid #303131;
	border-radius: 2px;
	padding: 5px 10px;
}

.mypage-input-text::-webkit-input-placeholder {
	color: #959495;
}

.mypage-input-text::-moz-placeholder {
	color: #959495;
}

.mypage-input-text:-ms-input-placeholder {
	color: #959495;
}

.mypage-input-text::-ms-clear {
	display: none;
}

.mypage-input-text::-ms-reveal {
	display: none;
}

.mypage-submit {
	display: block;
	width: 100%;
	font-size: 1.5rem;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background: #009e97;
	border-radius: 2px;
	height: 75px;
	line-height: 75px;
	padding: 0;
}

.mypage-form-item-contact .mypage-input-checkbox:checked + .mypage-contact-label:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* **************************************
//
// modern-workplace
//
// *************************************/

.mwp-hero-mtitle-wrapper .heading,
.mwp-hero-mtitle-wrapper .lead,
.mwp-section-title-inner .stitle,
.mwp-section-content-inner .stitle,
.mwp-section-content-inner .heading,
.mwp-section-content-inner .lead,
.mwp-section-content-inner .entry-period,
.mwp-special-header-text .position,
.mwp-special-header-text .name,
.mwp-release .text,
.mwp-present-text .itemname,
.mwp-present-text .text,
.mwp-present-text .action a,
.mwp-section-entry .entry-btn {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.l-header.-mwp {
	background-color: rgba(255, 255, 255, 0.5);
}

.l-header-pc.-mwp {
	position: absolute;
	background-color: transparent;
}

.l-main.-mwp {
	padding-top: 0;
}

.mwp-hero-container {
	position: relative;
	height: calc(100vh - 100px);
	background: url(/images/mwp/hero_bg_sp2.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.mwp-hero-inner {
	width: 100%;
}

.mwp-hero-title-container {
	position: absolute;
	top: auto;
	bottom: 2%;
	width: 100%;
}

.mwp-hero-title {
	margin: 0 auto;
	padding: 0 20px;
	text-align: right;
}

.mwp-hero-title img {
	max-width: 278px;
	width: 90vw;
	vertical-align: top;
}

.mwp-hero-stitle {
	margin: 10px auto 0;
	padding: 0 20px;
	text-align: right;
	font-weight: bold;
	font-size: 1.4rem;
}

.mwp-hero-mtitle-wrapper {
	padding: 0 20px;
}

.mwp-hero-mtitle-wrapper .heading {
	text-align: right;
	font-size: 2.5rem;
}

.mwp-hero-mtitle-wrapper .lead {
	text-align: right;
	line-height: 1.7;
	font-size: 1.2rem;
}

.mwp-hero-entry {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	background-color: #009e96;
}

.mwp-hero-share .toppage-share-list {
	position: static;
	display: inline-block;
}

.mwp-hero-share-title {
	display: inline-block;
	padding-right: 10px;
	font-size: 1.3rem;
	font-weight: bold;
}

.mwp-article {
	padding: 15px 0 20px;
	background-color: #f1f1e8;
}

.mwp-article-nav {
	margin: 0;
	padding: 0;
}

.mwp-article-nav .item {
	font-weight: bold;
	color: #b0b0b0;
	text-align: center;
}

.mwp-article-nav .item-wrapper {
	display: block;
	padding: 8px 0;
}

.mwp-article-nav .item-wrapper .stitle {
	display: block;
	font-size: 1.25rem;
	color: #000;
}

.mwp-article-nav .item-wrapper .article-title {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.55;
}

.mwp-article-nav a.item-wrapper {
	transition: 0.3s ease;
}

.mwp-article-nav a.item-wrapper:hover {
	background-color: #fff;
}

.mwp-article-nav .item.-latest .article-title {
	position: relative;
}

.mwp-article-nav .item.-latest .article-title:after {
	content: "";
	position: absolute;
	top: 0px;
	display: inline-block;
	margin-left: 1px;
	vertical-align: middle;
	width: 34px;
	height: 26px;
	background: url(/images/mwp/icon_latest.png) 50% 50% no-repeat;
	background-size: cover;
}

.mwp-section p {
	margin: 0;
}

.mwp-section-title {
	position: relative;
	background-color: #fff;
}

.mwp-section-title-inner {
	margin: 0 auto;
	padding: 25px 4px 20px;
	width: 100%;
	text-align: center;
}

.mwp-section-title-inner .heading {
	margin: 1rem auto 0.65rem;
	line-height: 1;
}

.mwp-section-title-inner .heading img {
	width: 100%;
	vertical-align: top;
}

.mwp-section-title-inner .heading img.head_01 {
	max-width: 298px;
}

.mwp-section-title-inner .heading img.head_02 {
	max-width: 327px;
}

.mwp-section-title-inner .heading .text {
	font-size: 2.4rem;
	font-weight: normal;
}

.mwp-section-title-inner .mheading {
	color: #009e97;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
}

.mwp-section-title-inner .stitle {
	font-size: 1.1rem;
}

.mwp-section-title-inner .stitle.-special {
	font-size: 1.4rem;
	color: #808080;
}

.mwp-section-content {
	position: relative;
	background-color: #009e96;
}

.mwp-section-content.-interview {
	padding-bottom: 0;
	background-image: url(/images/mwp/bg_interview.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.mwp-section-content.-special {
	background: #f1f1e8;
}

.mwp-section-content-inner {
	margin: 0 auto;
	padding: 40px 25px;
	width: 100%;
	color: #fff;
}

.mwp-section-content-inner.-interview {
	padding-bottom: 0;
}

.mwp-section-content-inner.-special {
	padding: 0;
}

.mwp-section-content-inner .stitle {
	font-size: 1.2rem;
	text-align: center;
}

.mwp-section-content-inner .heading {
	margin: 15px auto 25px;
	font-size: 2.2rem;
	text-align: center;
}

.mwp-section-content-inner .lead {
	line-height: 1.75;
}

.mwp-section-content-inner .entry-period {
	padding: 30px 0;
	text-align: center;
	font-size: 2.1rem;
}

.mwp-special-header {
	background-color: #009e96;
}

.mwp-special-header-inner {
	width: 100%;
}

.mwp-special-header-photo {
	max-width: 100%;
	height: 300px;
	background: 50% 50% no-repeat;
	background-size: cover;
}

.mwp-special-header-photo.-special_1 {
	background-image: url(/images/mwp/photo_special_1_1_2.jpg);
}

.mwp-special-header-photo.-special_2 {
	background-image: url(/images/mwp/photo_special_2_1.jpg);
}

.mwp-special-header-photo.-special_3 {
	background-image: url(/images/mwp/photo_special_3_1.jpg);
}

.mwp-special-header-photo.-special_4 {
	background-image: url(/images/mwp/photo_special_4_1.jpg);
}

.mwp-special-header-photo.-special_5 {
	background-image: url(/images/mwp/photo_special_5_1.jpg);
	background-position: 50% 40%;
}

.mwp-special-header-text {
	padding: 30px 25px;
	text-align: center;
	color: #fff;
}

.mwp-special-header-text .position {
	margin: 0 0 2px;
	font-size: 1.6rem;
}

.mwp-special-header-text .name {
	margin: 0;
	font-size: 2.5rem;
	font-weight: normal;
}

.mwp-special-header-text .article-wrapper {
	margin: 15px auto 0;
	text-align: left;
}

.mwp-special-header-text .article-wrapper .title {
	font-size: 2rem;
	line-height: 1.75;
}

.mwp-special-header-text .article-wrapper .read-btn {
	margin: 25px auto 15px;
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	border-radius: 35px;
	background: #fff;
}

.mwp-special-content {
	padding: 0;
}

.mwp-special-content-about {
	margin: 0 auto;
	padding: 25px;
}

.mwp-special-content-about .photo {
	text-align: center;
}

.mwp-special-content-about .photo img {
	max-width: 260px;
}

.mwp-special-content-about .about {
	padding: 30px 0 0;
	color: #313131;
}

.mwp-special-content-about .about-title {
	margin: 0 0 20px;
	font-size: 2.5rem;
	font-weight: normal;
}

.mwp-special-content-about .about-text {
	font-size: 1.5rem;
	line-height: 1.9;
}

.mwp-special-content-about .about-official {
	margin: 20px 0 0;
	color: #626262;
}

.mwp-special-content-about .about-official a {
	color: #626262;
}

.mwp-special-content-about .about-sns {
	margin: 20px 0 0;
}

.mwp-special-content-about .about-sns.mwp-share {
	display: block;
}

.mwp-special-content-about .about-sns .toppage-share-list {
	position: static;
	margin: 0 -4px;
	text-align: left;
}

.mwp-special-content-event {
	margin: 0 auto;
	padding: 25px;
	background-color: #009e96;
	min-height: 500px;
}

.mwp-special-content-event .event-lead {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color: #ffee01;
}

.mwp-special-content-event .event-titlebar {
	margin: 20px -25px;
	color: #009e96;
}

.mwp-special-content-event .event-titlebar.-title {
	padding: 15px;
	text-align: center;
	font-size: 2.8rem;
	background-color: #ffee01;
}

.mwp-special-content-event .event-titlebar.-mtitle {
	margin: 0 -25px;
	padding: 0 25px;
	line-height: 60px;
	background-color: #fdeb57;
}

.mwp-special-content-event .event-titlebar.-mtitle .text {
	display: inline-block;
	margin-right: 15px;
	padding: 0 15px;
	background-color: #fff;
}

.mwp-special-content-event .event-place {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.9;
	text-align: center;
}

.mwp-special-content-event .event-photo {
	margin: 20px -25px;
	text-align: center;
}

.mwp-special-content-event .event-photo img {
	vertical-align: top;
	max-width: 100%;
}

.mwp-special-content-event .event-text {
	line-height: 1.9;
}

.mwp-special-content-event .event-text.-official {
	margin: 20px 0;
	line-height: 1.4;
	font-weight: bold;
}

.mwp-special-content-event .event-text.-official a {
	margin: 10px 0 0;
	display: block;
	font-size: 1.3rem;
	font-weight: normal;
	color: #fff;
}

.mwp-special-content-event .event-content {
	padding: 25px 0;
}

.mwp-special-content-event .event-content-title {
	font-size: 2rem;
	margin: 0;
}

.mwp-special-content-event .event-content-speaker {
	padding: 0;
}

.mwp-special-content-event .event-content-speaker .item {
	margin: 0;
}

.mwp-special-content-event .event-content-speaker .item + .item {
	margin-top: 25px;
}

.mwp-special-content-event .event-content-speaker .item-name {
	padding: 0 0 10px;
	font-size: 1.5rem;
	font-weight: bold;
}

.mwp-special-content-event .event-content-speaker .item-photo {
	max-width: 150px;
}

.mwp-special-content-event .event-information {
	margin: 0 -25px;
	padding: 0 25px;
	border-top: 2px solid #fff;
}

.mwp-special-content-event .event-information .table {
	margin: 0;
}

.mwp-special-content-event .event-information dt {
	display: block;
	margin: 20px 0 15px;
	width: 90px;
	text-align: center;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 35px;
	color: #009e96;
	background-color: #fff;
}

.mwp-special-content-event .event-information dd {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.mwp-special-content-event .event-information dd.place {
	font-size: 1.4rem;
}

.mwp-special-content-event .event-information dd.place a {
	color: #ffee01;
	text-decoration: underline;
}

.mwp-special-content-event .event-information dd.tel {
	font-size: 1.7rem;
}

.mwp-special-content-event .event-information dd.access {
	font-size: 1.3rem;
}

.mwp-special-content-event .event-information dd .access-list {
	margin: 0 0 0 25px;
	padding: 0;
}

.mwp-special-content-event .event-information dd .access-list li {
	line-height: 1.8;
	list-style-type: disc;
	list-style-position: outside;
}

.mwp-release {
	position: relative;
}

.mwp-release .text {
	position: absolute;
	z-index: 1;
	bottom: 18px;
	width: 100%;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,sans-serif;
}

.mwp-release .bg {
	min-height: 100px;
	background: url(/images/mwp/bg_key-person.png) 50% 100% no-repeat;
	background-size: contain;
}

.mwp-present {
	padding: 20px;
	color: #303131;
	background-color: #fff;
	border-radius: 20px;
}

.mwp-present-text .heading {
	margin: 10px auto;
}

.mwp-present-text .heading img {
	max-width: 120px;
}

.mwp-present-text .itemname {
	margin: 10px auto 15px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}

.mwp-present-text .action {
	padding: 20px 0;
	text-align: center;
}

.mwp-present-text .action a {
	font-weight: bold;
	position: relative;
}

.mwp-present-text .action a:after,
.mwp-present-text .action a:before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	right: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #009e97;
	border-left: none !important;
	border-top: none !important;
	transform: rotate(-45deg);
}

.mwp-present-text .action a:before {
	top: 25%;
	right: -10px;
}

.mwp-present-text .action a:after {
	top: 25%;
	right: calc(-10px - 4px);
}

.mwp-present-photo {
	text-align: center;
}

.mwp-present-photo img {
	max-width: 220px;
	vertical-align: top;
}

.mwp-present-photo .price {
	padding: 20px 0 0;
	text-align: center;
	font-size: 1.1rem;
}

.mwp-section-entry {
	margin: 30px -25px 0;
	background-color: #fff;
}

.mwp-section-entry .entry-btn {
	display: block;
	height: 70px;
	line-height: 70px;
	font-size: 2.1rem;
	text-align: center;
	color: #009e97;
}

.mwp-section-entry .entry-btn span {
	display: block;
	position: relative;
}

.mwp-section-entry .entry-btn span:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 25px;
	top: 39%;
	border-style: solid;
	border-width: 1px;
	border-color: #009e97;
	border-left: none !important;
	border-top: none !important;
	transform: rotate(-45deg);
}

.mwp-note {
	padding: 40px 0 20px;
	font-size: 1.2rem;
}

.mwp-note-title {
	margin: 0 0 10px;
	font-weight: bold;
}

.mwp-note-list {
	margin: 0 0 0 10px;
	padding: 0;
}

.mwp-note-list .item {
	line-height: 1.65;
	list-style-type: disc;
	list-style-position: outside;
}

.mwp-note-list .item + .item {
	margin-top: 8px;
}

.mwp-share {
	padding: 20px 0 25px;
	text-align: center;
}

.mwp-share .toppage-share-item {
	width: 44px;
	height: 44px;
}

.mwp-share .toppage-share-link {
	line-height: 44px;
}

.mwp-share .toppage-share-link.-facebook i,
.mwp-share .toppage-share-link.-twitter i,
.mwp-share .toppage-share-link.-googleplus i {
	top: 4px;
	font-size: 2.4rem;
}

.mwp-share-title {
	margin: 0 0 15px;
	font-size: 1.3rem;
}

.mwp-pagetop {
	position: fixed;
	right: 15px;
	bottom: 40px;
	display: block;
	width: 55px;
	height: 54px;
	background: url(/images/mwp/pagetop@2x.png) 0 0 no-repeat;
	background-size: 55px 108px;
}

.mwp-pagetop:hover {
	background-position: 0 100%;
}

@media screen and (min-width: 569px) and (max-width: 768px) {

.modal .modal-wrap {
	max-width: 500px;
}

}

@media screen and (min-width: 569px) {

.modal .modal-wrap {
	margin: 0 auto;
}

.ranking-image {
	width: 120px;
	height: 120px;
}

}

@media screen and (min-width: 569px) and (max-width: 1024px) {

.card-image.-related {
	width: 120px;
	height: 120px;
}

.about-logo {
	height: 400px;
}

.about-logo-inner img {
	width: 350px;
}

.contact-main {
	max-width: 500px;
	margin: 0 auto;
}

.toppage-slider-item {
	height: 400px;
}

.register-main {
	max-width: 500px;
	margin: 0 auto;
}

.mypage-main {
	max-width: 500px;
	margin: 0 auto;
}

}

@media screen and (min-width: 769px) {

.slick-prev,
.slick-next {
	background-size: 15px auto;
	top: -53px;
}

.slick-prev {
	left: 10px;
}

.slick-next {
	right: 10px;
}

}

@media screen and (min-width: 1025px) {

.l-slide-nav {
	display: none;
}

.l-header {
	display: none;
}

.l-footer-inner {
	display: none;
}

.l-main {
	padding-top: 70px;
}

.l-main.-toppage {
	padding-top: 170px;
}

.l-keywords {
	margin-bottom: 25px;
}

.hidden-md-up {
	display: none;
}

.white-overlay {
	display: none;
}

.header-search-submit {
	right: -72px;
}

.header-logo-image {
	width: 320px;
}

.modal .modal-wrap {
	width: 875px;
	padding: 85px 70px 60px;
}

.modal .modal-overlay .close {
	top: 20px;
	right: 20px;
	width: 52px;
	height: 53px;
	background-size: 52px auto;
}

.modal-image {
	margin: 0 0 20px;
}

.modal-title {
	font-size: 3rem;
	margin: 0 0 15px;
}

.modal-text {
	font-size: 1.6rem;
}

.modal-btn-item {
	padding: 24px 0;
}

.modal-btn-item-inner {
	font-size: 1.6rem;
}

.modal-btn-item-inner i {
	margin: 0 0 5px;
	font-size: 4.5rem;
}

.modal-btn-item-inner i.-mail {
	font-size: 6rem;
}

.footer-copyright {
	padding: 50px 0 30px;
}

.footer-pc {
	display: -ms-flexbox;
	display: flex;
	padding-top: 50px;
}

.main-inner.-column2 {
	display: -ms-flexbox;
	display: flex;
}

.main-inner-left {
	width: 940px;
}

.main-inner-right {
	width: 310px;
}

.container-md-up {
	width: 1250px;
	margin: 0 auto;
}

.container-no-padding-md-up {
	width: 1230px;
	margin: 0 auto;
}

.keywords {
	padding: 20px 0 25px;
}

.keywords-title {
	font-size: 1.8rem;
	margin-bottom: 20px;
}

.keywords-list-wrap {
	width: 1230px;
	margin: 0 auto;
}

.keywords-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.keywords-list-item {
	font-size: 1.4rem;
	padding-right: 30px;
	margin-bottom: 5px;
}

.card.-related {
	width: 33.33%;
}

.card {
	width: 25%;
	padding: 10px;
}

.card.-large-md-up {
	width: 66.66%;
}

.card.-medium-md-up {
	width: 33.33%;
}

.card.-small-md-up {
	width: 33.33%;
}

.card.-float-left-md-up {
	float: left;
}

.card.-float-right-md-up {
	float: right;
}

.card.-banner {
	width: 50%;
}

.card-container {
	padding: 0;
	width: 1250px;
	margin: 0 auto;
}

.card-container.-full-md-up {
	width: 100%;
}

.card-container.-related {
	width: 940px;
}

.card-container-inner.-block-md-up {
	display: block;
}

.card-image {
	padding-top: 0;
	height: 290px;
}

.card-image.-overlay {
	position: relative;
}

.card-image.-overlay:before {
	position: absolute;
	top: 0;
	content: "";
	left: 0;
	right: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
	transition: opacity .3s ease;
}

.card-image.-readmore {
	position: relative;
}

.card-image.-readmore:after {
	position: absolute;
	top: 50%;
	width: 204px;
	height: 60px;
	font-family: 'Montserrat', sans-serif;
	line-height: 60px;
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
	margin-top: -30px;
	margin-left: -102px;
	color: #FFF;
	content: "READ MORE";
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: 50%;
	background: #009e97;
	transition: opacity .4s ease;
}

.card-image.-large-md-up {
	width: 340px;
	height: 340px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.card-image.-medium-md-up {
	height: 291px;
	width: 294px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.card-image.-small-md-up {
	height: 160px;
}

.card-inner-wrap.-large-md-up {
	display: -ms-flexbox;
	display: flex;
}

.card-inner-wrap.-small-md-up {
	position: relative;
	perspective: 1500px;
	perspective-origin: 0 50%;
	transform-style: preserve-3d;
}

.card-contents {
	padding: 25px 20px;
}

.card-contents.-large-md-up {
	padding-top: 40px;
	width: 100%;
}

.card-contents.-small-md-up {
	padding-top: 35px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-origin: 0;
	transform: rotateY(-90deg);
	transition: transform .4s, opacity .1s .3s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.card-contents.-height-small-md-up {
	padding-bottom: 0;
	height: 180px;
}

.card-contents.-height-medium-md-up {
	padding-bottom: 0;
	height: 230px;
}

.card-meta {
	line-height: 26px;
	margin-bottom: 15px;
}

.card-meta.-small-md-up {
	display: none;
}

.card-meta.-height-small-md-up {
	margin-bottom: 10px;
}

.card-meta-category {
	padding: 0 10px;
	font-size: 1.2rem;
}

.card-meta-date {
	font-size: 1.1rem;
}

.card-attention.-small-md-up {
	font-size: 1.4rem;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 10px;
	transition: opacity .3s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.card-title {
	font-size: 1.8rem;
	max-height: 77px;
}

.card-title.-hovergreen {
	transition: color .3s ease;
}

.card-title.-small-md-up {
	font-size: 1.4rem;
	color: #FFF;
	max-height: 56px;
	margin: 0;
	transition: opacity .3s;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.card-title.-medium-md-up {
	max-height: 50px;
}

.card-text.-large-md-up {
	font-size: 1.3rem;
	line-height: 1.8;
	color: #7C7C7C;
	max-height: 68px;
	margin: 0 0 10px;
	overflow: hidden;
}

.card-author {
	font-size: 1.1rem;
	margin-bottom: 15px;
}

.card-author.-height-small-md-up {
	margin-bottom: 10px;
}

.card-author.-large-md-up {
	margin-bottom: 20px;
}

.card-author.-small-md-up {
	display: none;
}

.card-more {
	font-size: 1.2rem;
}

.card-more.-small-md-up {
	display: none;
}

.card-more-inner:after {
	margin-top: -3.5px;
	background-size: 6px auto;
	width: 6px;
	height: 7px;
}

.card-inner:hover .card-image.-overlay:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.card-inner:hover .card-image.-readmore:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.card-inner:hover .card-title.-hovergreen {
	color: #009e97;
}

.card-inner:hover .card-more-inner.-hovertext:before {
	max-width: 100%;
}

.card-inner:hover .card-contents.-small-md-up {
	transform: rotateY(0);
	transition: transform .4s, opacity .1s;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.card-inner:hover .card-attention.-small-md-up,
.card-inner:hover .card-title.-small-md-up {
	transition-delay: .4s;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.btn-info {
	width: 607px;
	margin: 0 0 0 auto;
	background: #252323;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 60px;
}

.side.-padding-md-up {
	padding-top: 10px;
}

.side-ranking-title {
	font-size: 1.8rem;
}

.side-partner-title {
	font-size: 1.8rem;
}

.ranking-list-item {
	margin-bottom: 20px;
}

.ranking-inner {
	padding: 20px 15px 15px;
}

.ranking-number {
	font-size: 1.7rem;
	top: -23px;
}

.ranking-number span {
	font-size: 2.8rem;
}

.ranking-title {
	font-size: 1.3rem;
	max-height: 53px;
}

.partner-list-item {
	margin-bottom: 20px;
}

.partner-inner {
	padding: 20px 15px 15px;
}

.partner-title {
	font-size: 1.3rem;
	max-height: 53px;
}

.pager-container {
	padding: 50px 0 65px;
}

.pager-container.-singlepost {
	padding: 30px 0 50px;
}

.pager-item {
	line-height: 40px;
}

.pager-link {
	font-size: 1.4rem;
	height: 40px;
	width: 40px;
}

.pager-prev {
	height: 40px;
	width: 40px;
}

.pager-next {
	height: 40px;
	width: 40px;
}

.breadcrumb-container-inner {
	padding: 20px 0 0;
}

.breadcrumb-item:not(:last-child):after {
	margin: 0 10px;
	content: "/";
}

.aside {
	padding: 60px 0 0;
}

.aside-title {
	font-size: 2.4rem;
	margin-bottom: 22px;
}

.aside-banner {
	padding: 35px 0 0;
}

.aside-banner a {
	margin: 0;
	width: 50%;
	padding: 10px;
}

.aside-banner-inner {
	display: -ms-flexbox;
	display: flex;
}

.recommend {
	box-shadow: 2px 2px 4px 0 rgba(34, 23, 20, 0.1);
}

.recommend-btn-list {
	margin-bottom: 40px;
}

.recommend-btn-link {
	font-size: 1.4rem;
	line-height: 26px;
}

.recommend-slider {
	width: 1250px;
	margin: 0 auto;
}

.recommend-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 460px;
	padding-bottom: 60px;
}

.recommend-container-inner {
	margin-bottom: 0;
	width: 480px;
	padding: 10px;
}

.recommend-container-inner.-large-md-up {
	width: 770px;
}

.recommend-image {
	width: 180px;
	height: 180px;
}

.recommend-image.-overlay {
	position: relative;
}

.recommend-image.-overlay:before {
	position: absolute;
	top: 0;
	content: "";
	left: 0;
	right: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	bottom: 0;
	background: rgba(255, 255, 255, 0.5);
	transition: opacity .3s ease;
}

.recommend-image.-readmore {
	position: relative;
}

.recommend-image.-readmore:after {
	position: absolute;
	top: 50%;
	width: 204px;
	height: 60px;
	font-family: 'Montserrat', sans-serif;
	line-height: 60px;
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 1.2rem;
	margin-top: -30px;
	margin-left: -102px;
	color: #FFF;
	content: "READ MORE";
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: 50%;
	background: #009e97;
	transition: opacity .4s ease;
}

.recommend-image.-readmore.-readmore-small:after {
	width: 120px;
	height: 44px;
	line-height: 44px;
	margin-top: -22px;
	margin-left: -60px;
}

.recommend-image.-large {
	width: 380px;
	height: 380px;
}

.recommend-inner {
	padding: 20px;
}

.recommend-inner.-large {
	padding: 45px 25px 20px;
}

.recommend-meta {
	line-height: 24px;
	margin-bottom: 10px;
}

.recommend-category {
	font-size: 1.2rem;
	padding: 0 14px;
}

.recommend-date {
	font-size: 1.2rem;
}

.recommend-title {
	font-size: 1.6rem;
	max-height: 68px;
	margin-bottom: 12px;
}

.recommend-title.-large {
	font-size: 2.4rem;
	max-height: 65px;
	margin-bottom: 5px;
}

.recommend-author {
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.recommend-more {
	font-size: 1.2rem;
}

.recommend-more-inner:after {
	top: 50%;
	margin-top: -3.5px;
	background-size: 6px auto;
	width: 6px;
	height: 7px;
}

.recommend-container-inner:hover .recommend-image.-overlay:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.recommend-container-inner:hover .recommend-image.-readmore:after {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.recommend-container-inner:hover .recommend-title.-hovergreen {
	color: #009e97;
}

.recommend-container-inner:hover .recommend-more-inner.-hovertext:before {
	max-width: 100%;
}

.recommend-btn-list-item.slick-current .recommend-btn-link {
	font-size: 1.8rem;
}

.slick-dots {
	bottom: -42px;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
}

.title {
	display: -ms-flexbox;
	display: flex;
	line-height: 22px;
}

.title-container {
	border: none;
	padding: 35px 0 25px;
}

.title-main {
	font-size: 2.4rem;
	padding-right: 35px;
	border-right: 1px solid #303131;
}

.title-sub {
	padding-left: 35px;
	color: #272727;
}

.title-smallCategory {
	padding-left: 35px;
}

.title-smallCategory__items {
	display: -ms-flexbox;
	display: flex;
}

.title-smallCategory__items .item {
	font-size: 1.4rem;
}

.title-smallCategory__items .item + .item {
	margin-left: 4.2rem;
}

.title-smallCategory__items a {
	color: #000;
	transition: 0.3s ease;
}

.title-smallCategory__items a:hover {
	color: #009e97;
}

.writer-container {
	border: none;
	padding: 40px 0 30px;
}

.writer-container-inner {
	display: -ms-flexbox;
	display: flex;
}

.writer-title {
	font-size: 2.4rem;
	margin: 0 35px 0 0;
}

.writer-image {
	border-radius: 10px;
	width: 100px;
	height: 100px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0;
}

.writer-contents {
	padding-left: 20px;
}

.writer-text {
	color: #272727;
	font-size: 1.4rem;
}

.post-container {
	padding: 10px 0 0;
}

.post-main {
	background: none;
	padding: 0;
}

.post-title-container {
	margin: 0 0 20px;
}

.post-main-inner {
	padding: 110px 130px 0;
	background: #FFF;
	margin: 0 10px;
}

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

.post-meta-container {
	margin: 0 0 30px;
}

.post-author {
	font-size: 1.4rem;
	margin: 0 0 15px;
}

.post-next-page-text {
	text-align: center;
}

.post-next-page-link {
	font-size: 1.8rem;
	text-decoration: none;
}

.post-next-page-link:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	text-decoration: underline;
}

.post-categoryPager-header {
	padding: 0 20px;
	font-size: 1.4rem;
}

.post-categoryPager-image {
	min-height: 180px;
}

.post-keywords {
	padding: 0 0 20px;
}

.post-keywords-title {
	border-color: #D2D2D2;
	font-size: 1.6rem;
	padding: 0 0 10px;
	margin: 0 0 20px;
	color: #303131;
}

.post-keywords-list {
	margin-right: -15px;
	padding: 0 0 30px 0;
}

.post-keywords-item {
	min-width: calc(25% - 15px);
	font-size: 1.4rem;
}

.post-keywords-link {
	padding: 10px 5px;
	font-weight: bold;
	border-radius: 4px;
}

.post-pager {
	margin-top: 20px;
	padding: 0 10px;
}

.post-pager-inner {
	background: #FFF;
}

.post-pager-contents:before {
	top: 50%;
	margin-top: -85px;
	height: 170px;
	background: #878787;
}

.post-pager-contents {
	border: none;
}

.post-pager-item {
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
}

.post-pager-item.-prev {
	border: none;
	padding-right: 50px;
}

.post-pager-item.-next {
	padding-left: 50px;
}

.post-pager-item-inner {
	padding: 0 0 0 15px;
}

.post-pager-image {
	width: 150px;
	height: 150px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-position: 50% 50%;
	background-size: cover;
}

.post-pager-text {
	font-size: 1.4rem;
	font-weight: bold;
	color: #303131;
	line-height: 1.7;
	max-height: 67px;
	margin: 0 0 5px;
}

.post-related {
	padding: 55px 0 45px;
}

.post-related-title {
	text-align: left;
	font-size: 2.4rem;
	padding-left: 10px;
	color: #030000;
}

.editor-contents p {
	font-size: 1.4rem;
	margin: 0 0 30px;
	line-height: 2.1;
}

.editor-contents img {
	margin-bottom: 30px;
}

.editor-contents h2 {
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 0 0 30px;
	padding-left: 20px;
	border: none;
	position: relative;
}

.editor-contents h2:before {
	width: 9px;
	height: 35px;
	background: #009e97;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

.editor-contents a {
	text-decoration: none;
}

.editor-contents a:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	text-decoration: underline;
}

.about-container {
	padding: 10px;
}

.about-container-inner {
	padding: 0;
}

.about-logo {
	height: 650px;
	margin: 0;
}

.about-logo-inner img {
	width: 698px;
}

.about-main-inner {
	background: #FFF;
	padding: 90px 210px 60px;
}

.about-title {
	font-size: 3.6rem;
	color: #272727;
	letter-spacing: 0;
	line-height: 1.666;
	margin: 0 0 40px;
}

.about-text {
	font-size: 1.8rem;
	margin: 0 0 40px;
}

.contact-container {
	padding: 10px;
}

.contact-container-inner {
	border: none;
	padding: 0;
}

.contact-main-inner {
	background: #FFF;
	padding: 115px 300px;
}

.contact-text {
	line-height: 1.5;
	font-size: 2.4rem;
	margin: 0 0 55px;
}

.contact-text span {
	display: block;
	margin-top: 5px;
	font-size: 1.8rem;
}

.contact-form-menu {
	float: left;
	width: 145px;
	line-height: 37px;
	font-size: 1.6rem;
	margin: 0;
}

.contact-form-item {
	padding: 0 0 0 145px;
	margin: 0 0 20px;
}

.contact-input-text {
	padding: 6px 10px;
	width: 285px;
}

.contact-label {
	font-size: 1.4rem;
	text-align: left;
}

.contact-label a {
	text-decoration: underline;
}

.contact-error {
	text-align: left;
}

.contact-submit {
	width: 345px;
	margin: 0 auto;
}

.privacy-container {
	padding: 10px;
}

.privacy-container-inner {
	border: none;
	padding: 0;
}

.privacy-main-inner {
	background: #FFF;
	padding: 90px 110px;
}

.privacy-menu-title {
	line-height: 1.7;
	font-size: 1.6rem;
	margin: 0 0 25px;
}

.privacy-text {
	font-size: 1.4rem;
	line-height: 1.7;
	margin: 0 0 25px;
}

.toppage-header {
	margin: 0 auto;
}

.toppage-search-container {
	background-color: #fff;
}

.toppage-search-submit {
	right: -72px;
}

.toppage-search-close {
	display: none;
	position: absolute;
	left: 252px;
	top: 15px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 3.8rem;
	font-weight: 100;
	text-align: center;
	color: #a0a0a0;
	cursor: pointer;
	border: 1px solid #d2d2d2;
	background: #f6f6f6;
	z-index: 1;
}

.toppage-search-close.-home {
	top: 4px;
	left: 252px;
}

.toppage-slider-container {
	margin: 0 0 75px;
	padding: 10px 0 0;
}

.toppage-slider-inner {
	display: -ms-flexbox;
	display: flex;
}

.toppage-slider-item {
	height: 480px;
	padding: 0;
	width: 33.33vw;
	border-right: 1px solid #fff;
}

.toppage-slider-item:nth-child(3n) {
	border: none;
}

.toppage-slider-item-inner:before {
	height: 480px;
	padding: 0 20px 15px;
}

.toppage-slider-category {
	line-height: 26px;
	margin: 0 0 10px;
}

.toppage-slider-category span {
	font-size: 1.2rem;
}

.toppage-slider-title {
	line-height: 1.5;
	font-size: 2.4rem;
	max-height: 100px;
}

.toppage .featureTag-container {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 20px;
	padding: 0 0 24px;
}

.toppage .featureTag-container:after {
	content: "";
	position: absolute;
	left: 10px;
	bottom: 0;
	width: calc(100% - 20px);
	height: 1px;
	background: #d2d2d2;
}

.toppage .featureTag-item {
	padding: 10px;
	width: 50%;
	height: 156px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.toppage .featureTag-item__tag {
	padding: 10px 0 0;
	width: 274px;
	height: 100%;
	text-align: left;
}

.toppage .featureTag-item__tagName {
	padding: 0 28px;
}

.toppage .featureTag-item__tagName span.-en {
	font-size: 2.2rem;
	line-height: 1.3;
}

.toppage .featureTag-item__tagName span.-ja {
	font-size: 1.3rem;
}

.toppage .featureTag-item__tagText {
	padding: 4px 28px;
}

.toppage .featureTag-item__tagAnchor {
	padding: 8px 28px;
}

.toppage .featureTag-item__post {
	display: block;
	position: relative;
	width: calc(100% - 276px);
	height: 100%;
}

.register-container {
	padding: 10px;
}

.register-container-inner {
	border: none;
	padding: 0;
}

.register-main-inner {
	background: #FFF;
	padding: 125px 230px;
	margin: 0 0 40px;
}

.register-title {
	font-size: 2.4rem;
	margin: 0 0 20px;
}

.register-text {
	line-height: 1.875;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 50px;
}

.register-form {
	margin: 0 0 90px;
}

.register-form-menu {
	float: left;
	width: 160px;
	line-height: 41px;
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0;
}

.register-form-item.-name {
	padding: 0 0 0 60px;
}

.register-form-item.-contact {
	padding: 10px 0 0 60px;
}

.register-form-item {
	position: relative;
	padding: 0 0 0 220px;
	margin: 0 0 35px;
}

.register-form-item:before {
	position: absolute;
	top: 11px;
	text-align: center;
	font-weight: bold;
	background: #E60012;
	right: 575px;
	content: "必須";
	font-size: 1rem;
	color: #FFF;
	width: 34px;
	height: 18px;
	line-height: 18px;
	display: block;
}

.register-form-item-name:first-child {
	margin-right: 25px;
}

.register-form-item-name span {
	font-weight: normal;
	font-size: 1.6rem;
	margin-right: 25px;
}

.register-form-item-contact:first-child {
	margin-right: 25px;
}

.register-contact-label {
	font-size: 1.6rem;
	margin-right: 25px;
}

.register-select-container {
	width: 290px;
	background: #EEEEED;
	padding: 0 15px;
}

.register-select {
	line-height: 38px;
	font-size: 1.4rem;
}

.register-input-text.-name {
	width: 190px;
}

.register-input-text {
	padding: 8px 15px;
	background: #EEEEED;
	width: 485px;
}

.register-label {
	font-size: 1.6rem;
}

.register-label span:before {
	background: #fff;
}

.register-label a {
	text-decoration: underline;
}

.register-privacy-text {
	margin: 0 0 45px;
	font-size: 1.4rem;
}

.register-form-privacy {
	margin: 0 0 50px;
}

.register-questionnaire {
	margin: 0 0 45px;
}

.register-questionnaire-title {
	font-size: 2.4rem;
	margin: 0 0 25px;
}

.register-questionnaire-text {
	font-size: 1.6rem;
	line-height: 1.875;
	margin: 0 0 25px;
}

.register-radio-container {
	padding: 0 0 0px;
}

.register-policy-title {
	border-bottom: 1px solid #303131;
	text-decoration: underline;
	text-align: center;
	padding: 0 0 30px;
	margin: 0 0 40px;
}

.register-radio-label {
	border: none;
	font-weight: normal;
	font-size: 1.6rem;
	padding: 8px 10px 8px 30px;
}

.register-radio-label:after {
	width: 6px;
	height: 6px;
	left: 4px;
	background: #303131;
	margin-top: -3px;
	border: none;
	transform: none;
	border-radius: 100%;
}

.register-radio-label:before {
	width: 14px;
	height: 14px;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
	border: 2px solid #303131;
	border-radius: 100%;
}

.register-submit {
	height: 108px;
	line-height: 108px;
	font-size: 3rem;
}

.mypage-container {
	padding: 10px;
}

.mypage-container-inner {
	border: none;
	padding: 0;
}

.mypage-main-inner {
	background: #FFF;
	padding: 125px 230px;
}

.mypage-main-inner.-btn {
	padding-left: 330px;
	padding-right: 330px;
}

.mypage-btn:not(:first-child) {
	margin-top: 40px;
}

.mypage-btn {
	height: 80px;
	padding: 0 0 0 55px;
}

.mypage-btn-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}

.mypage-btn-en {
	margin: 0 25px 0 0;
	line-height: 20px;
	font-size: 2.4rem;
}

.mypage-btn-ja {
	line-height: 16px;
	font-size: 1.6rem;
}

.mypage-title {
	font-size: 2.4rem;
	margin: 0 0 60px;
}

.mypage-form {
	margin: 0 0 90px;
}

.mypage-form-menu {
	float: left;
	width: 160px;
	line-height: 41px;
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0;
}

.mypage-form-item.-name {
	padding: 0 0 0 60px;
}

.mypage-form-item.-contact {
	padding: 10px 0 0 60px;
}

.mypage-form-item {
	position: relative;
	padding: 0 0 0 220px;
	margin: 0 0 35px;
}

.mypage-form-item:before {
	position: absolute;
	top: 11px;
	text-align: center;
	font-weight: bold;
	background: #E60012;
	right: 575px;
	content: "必須";
	font-size: 1rem;
	color: #FFF;
	width: 34px;
	height: 18px;
	line-height: 18px;
	display: block;
}

.mypage-form-item-name:first-child {
	margin-right: 25px;
}

.mypage-form-item-name span {
	font-weight: normal;
	font-size: 1.6rem;
	margin-right: 25px;
}

.mypage-form-item-contact:first-child {
	margin-right: 25px;
}

.mypage-contact-label {
	font-size: 1.6rem;
}

.mypage-select-container {
	width: 290px;
	padding: 0 15px;
}

.mypage-select {
	line-height: 38px;
	font-size: 1.4rem;
}

.mypage-input-text.-name {
	width: 190px;
}

.mypage-input-text {
	padding: 8px 15px;
	width: 485px;
}

.mypage-submit {
	height: 108px;
	line-height: 108px;
	font-size: 3rem;
}

.mwp-hero-container {
	height: 750px;
	background-image: url(/images/mwp/hero_bg_pc.jpg);
	background-size: auto;
	background-position: 50% 0%;
	background-attachment: fixed;
}

.mwp-hero-inner {
	position: relative;
	margin: 0 auto;
	width: 940px;
	height: 750px;
}

.mwp-hero-title-container {
	top: 58%;
	transform: translateY(-50%);
	bottom: auto;
	width: auto;
	margin-left: -92px;
}

.mwp-hero-title {
	padding: 0;
}

.mwp-hero-title img {
	max-width: 100%;
	width: auto;
}

.mwp-hero-stitle {
	margin: 30px 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.6rem;
	text-shadow: 0 0 6px white, 0 0 6px white, 0 0 6px white, 0 0 6px white, 0 0 6px white;
}

.mwp-hero-stitle:before {
	content: "";
	position: relative;
	top: -2px;
	display: inline-block;
	width: 48px;
	height: 3px;
	margin-right: 12px;
	vertical-align: middle;
	background-color: #009e96;
}

.mwp-hero-mtitle-wrapper {
	position: relative;
	padding: 0;
	right: -40px;
}

.mwp-hero-mtitle-wrapper .heading {
	margin-bottom: 10px;
	font-size: 2.9rem;
}

.mwp-hero-mtitle-wrapper .lead {
	margin: 0;
	font-size: 1.8rem;
}

.mwp-hero-entry {
	width: 365px;
	left: 124px;
	bottom: 160px;
	background-color: transparent;
}

.mwp-hero-arrow {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	display: block;
	width: 66px;
	height: 22px;
	background: url(/images/mwp/hero_arrow.png) 50% 50% no-repeat;
	background-size: contain;
}

.mwp-article {
	padding: 30px 0;
}

.mwp-article-nav .item-wrapper .stitle {
	font-size: 1.6rem;
}

.mwp-article-nav .item-wrapper .article-title {
	font-size: 2.4rem;
	font-weight: normal;
}

.mwp-article-nav .item.-latest .article-title:after {
	top: -15px;
	margin-left: 15px;
	width: 68px;
	height: 52px;
}

.mwp-section-title:before {
	content: "";
	position: absolute;
	z-index: 2;
	bottom: -32px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #ffffff transparent transparent transparent;
	border-width: 32px 20px 0 20px;
}

.mwp-section-title-inner {
	padding: 70px 0;
	width: 940px;
}

.mwp-section-title-inner .heading {
	margin: 3rem auto 1rem;
}

.mwp-section-title-inner .heading img.head_01 {
	width: auto;
	max-width: 100%;
}

.mwp-section-title-inner .heading img.head_02 {
	width: auto;
	max-width: 100%;
}

.mwp-section-title-inner .heading .text {
	font-size: 6rem;
}

.mwp-section-title-inner .mheading {
	font-size: 2.4rem;
}

.mwp-section-title-inner .stitle {
	font-size: 1.8rem;
}

.mwp-section-title-inner .stitle.-special {
	font-size: 2.2rem;
}

.mwp-section-content.-special {
	padding: 0;
}

.mwp-section-content-inner {
	padding: 80px 0;
	width: 940px;
}

.mwp-section-content-inner.-special {
	width: 100%;
}

.mwp-section-content-inner .stitle {
	font-size: 1.8rem;
}

.mwp-section-content-inner .heading {
	font-size: 4.2rem;
}

.mwp-section-content-inner .lead {
	font-size: 2.8rem;
	line-height: 2.2;
}

.mwp-section-content-inner .entry-period {
	padding: 45px 0 60px;
	font-size: 3.6rem;
}

.mwp-special-header-inner {
	margin: 0 auto;
	max-width: 1440px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.mwp-special-header-photo {
	-ms-flex-order: 1;
	order: 1;
	width: 50%;
	height: 663px;
}

.mwp-special-header-text {
	padding: 30px 35px 30px 15px;
	width: 50%;
	text-align: right;
}

.mwp-special-header-text .position {
	font-size: 2.9rem;
}

.mwp-special-header-text .name {
	font-size: 4.6rem;
}

.mwp-special-header-text .article-wrapper {
	margin-left: 94px;
	max-width: 500px;
}

.mwp-special-header-text .article-wrapper .title {
	font-size: 3.6rem;
}

.mwp-special-header-text .article-wrapper .read-btn {
	margin: 40px auto 0;
	height: 74px;
	line-height: 74px;
	font-size: 2.4rem;
	cursor: pointer;
	border-radius: 37px;
	transition: all .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.mwp-special-header-text .article-wrapper .read-btn:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 10rem;
	z-index: -2;
}

.mwp-special-header-text .article-wrapper .read-btn:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #006964;
	transition: all .3s;
	border-radius: 10rem;
	z-index: -1;
}

.mwp-special-header-text .article-wrapper .read-btn:hover {
	color: #fff;
}

.mwp-special-header-text .article-wrapper .read-btn:hover:before {
	width: 100%;
}

.mwp-special-content {
	padding: 0;
}

.mwp-special-content-about {
	width: 940px;
	padding: 50px 0;
	display: -ms-flexbox;
	display: flex;
}

.mwp-special-content-about .photo img {
	width: 245px;
}

.mwp-special-content-about .photo {
	margin-top: 15px;
	padding-left: 55px;
	width: 300px;
}

.mwp-special-content-about .about {
	width: 640px;
	padding: 0 20px 0 55px;
}

.mwp-special-content-about .about.-full {
	width: auto;
	padding: 0 20px;
}

.mwp-special-content-about .about-title {
	font-size: 4rem;
}

.mwp-special-content-about .about-sns {
	margin: 0;
}

.mwp-special-content-about .about-sns .toppage-share-item {
	width: 22px;
	height: 22px;
	margin-left: 8px;
}

.mwp-special-content-about .about-sns .toppage-share-link {
	line-height: 22px;
}

.mwp-special-content-about .about-sns .toppage-share-link i {
	font-size: 12px;
}

.mwp-special-content-event {
	margin: 0 auto;
	padding: 25px 55px;
	width: 1140px;
}

.mwp-special-content-event .event-lead {
	padding: 17px 0;
	font-size: 2.9rem;
}

.mwp-special-content-event .event-titlebar {
	margin: 20px -55px;
}

.mwp-special-content-event .event-titlebar.-title {
	padding: 25px 15px;
	font-size: 6rem;
}

.mwp-special-content-event .event-titlebar.-mtitle {
	margin: 0 -55px;
	padding: 0 55px;
	font-size: 3rem;
	line-height: 66px;
}

.mwp-special-content-event .event-titlebar.-mtitle .text {
	padding: 0 25px;
}

.mwp-special-content-event .event-place {
	padding: 20px 0;
	font-size: 3rem;
}

.mwp-special-content-event .event-photo img {
	width: 1030px;
}

.mwp-special-content-event .event-text {
	padding: 20px 0 0;
	font-size: 1.8rem;
}

.mwp-special-content-event .event-text.-official {
	margin: 10px 0 60px;
}

.mwp-special-content-event .event-text.-official a {
	display: inline;
	margin: 0;
}

.mwp-special-content-event .event-content {
	padding: 35px 0 25px;
}

.mwp-special-content-event .event-content-title {
	font-size: 2.5rem;
}

.mwp-special-content-event .event-content-speaker {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mwp-special-content-event .event-content-speaker .item {
	width: 33.333%;
}

.mwp-special-content-event .event-content-speaker .item + .item {
	margin: 0;
}

.mwp-special-content-event .event-content-speaker .item-name {
	padding: 0 0 15px;
}

.mwp-special-content-event .event-information {
	margin: 0 -55px;
	padding: 20px 55px;
}

.mwp-special-content-event .event-information dt {
	float: left;
	margin: 0;
	margin-right: 15px;
	width: 100px;
	font-size: 1.6rem;
	line-height: 26px;
}

.mwp-special-content-event .event-information dt.tel,
.mwp-special-content-event .event-information dt.access {
	margin-top: 10px;
}

.mwp-special-content-event .event-information dd {
	margin-left: 115px;
	overflow: hidden;
}

.mwp-special-content-event .event-information dd:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.mwp-special-content-event .event-information dd.tel,
.mwp-special-content-event .event-information dd.access {
	margin-top: 10px;
}

.mwp-special-content-event .event-information dd.place {
	font-size: 1.9rem;
}

.mwp-special-content-event .event-information dd.tel {
	font-size: 1.9rem;
}

.mwp-special-content-event .event-information dd.access {
	font-size: 1.9rem;
}

.mwp-special-content-event .event-information dd .access-list {
	font-size: 1.9rem;
}

.mwp-release {
	margin: 40px auto 0;
}

.mwp-release .text {
	bottom: 74px;
	font-size: 4.6rem;
	font-weight: normal;
}

.mwp-release .bg {
	height: 240px;
}

.mwp-present {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.mwp-present-text {
	width: 50%;
	padding: 20px 25px;
	text-align: left;
}

.mwp-present-text .heading {
	margin: 30px auto 15px 5px;
	text-align: left;
}

.mwp-present-text .heading img {
	max-width: 100%;
}

.mwp-present-text .itemname {
	font-size: 3.6rem;
	text-align: left;
}

.mwp-present-text .text {
	line-height: 2;
	font-size: 1.8rem;
}

.mwp-present-text .action {
	text-align: left;
	font-size: 1.8rem;
}

.mwp-present-photo {
	width: 50%;
	padding: 30px 20px 0;
}

.mwp-present-photo img {
	max-width: 400px;
}

.mwp-present-photo .price {
	font-size: 1.3rem;
}

.mwp-section-entry {
	margin: 70px auto;
	background-color: transparent;
}

.mwp-section-entry .entry-btn span:after {
	content: none;
}

.mwp-section-entry .entry-btn {
	height: 140px;
	line-height: 140px;
	font-size: 4.2rem;
	border-radius: 70px;
	cursor: pointer;
	background-color: #fff;
	transition: all .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.mwp-section-entry .entry-btn:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 10rem;
	z-index: -2;
}

.mwp-section-entry .entry-btn:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #006964;
	transition: all .3s;
	border-radius: 10rem;
	z-index: -1;
}

.mwp-section-entry .entry-btn:hover {
	color: #fff;
}

.mwp-section-entry .entry-btn:hover:before {
	width: 100%;
}

.mwp-note {
	padding: 0;
	font-size: 1.4rem;
}

.mwp-note-list {
	margin: 0 0 0 18px;
}

.mwp-note-list .item + .item {
	margin-top: 4px;
}

.mwp-share {
	display: none;
}

.mwp-pagetop {
	right: 40px;
	bottom: 40px;
	width: 110px;
	height: 108px;
	background-size: 110px 216px;
}

}

@media screen and (min-width: 1200px) {

.mwp-special-header-photo {
	width: calc(50% + 74px);
}

.mwp-special-header-text {
	width: calc(50% - 74px);
}

}

@media screen and (max-width: 1199px) {

.toppage-mega-container {
	width: 100%;
	left: 0;
}

}

@media screen and (max-width: 1024px) {

.l-header-pc {
	display: none;
}

.l-footer-pc {
	display: none;
}

.hidden-md-down {
	display: none;
}

.keywords-list {
	overflow-x: scroll;
}

.card.-related {
	width: 100%;
}

.card-container.-about {
	padding-bottom: 25px;
}

.card-image.-related {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-top: 0;
}

.card-inner-wrap.-related {
	display: -ms-flexbox;
	display: flex;
}

.card-contents.-related {
	padding: 10px;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.card-meta.-related {
	line-height: 16px;
	margin: 0 0 5px;
}

.card-attention.-small-md-up {
	display: none;
}

.card-title.-related {
	margin: 0;
	max-height: 30px;
}

.card-text.-large-md-up {
	display: none;
}

.card-more {
	display: none;
}

.title-smallCategory {
	padding: 10px 0 0;
}

.title-smallCategory__items {
	margin: 0 0 0 -10px;
	padding: 0 10px;
	font-size: 0;
	text-align: center;
}

.title-smallCategory__items .item {
	display: inline-block;
	font-size: 1.2rem;
	margin: 10px 0 0 10px;
}

.title-smallCategory__items a {
	display: block;
	padding: 4px 8px;
	font-weight: bold;
	color: #313131;
	border: 1px solid #d2d2d2;
	border-radius: 1px;
	background: #fff;
}

.title-smallCategory__items a:hover {
	color: #fff;
	background: #009e97;
	border-color: #009e97;
}

.post-categoryPager-text {
	font-size: 1.4rem;
}

.post-keywords-title {
	font-family: 'Montserrat', sans-serif;
}

.l-toppage-share-list {
	display: block;
	padding: 30px 0 20px;
}

.toppage-share-list {
	position: static;
	text-align: center;
}

.toppage-share-list.-slide-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 0 30px;
}

.toppage-share-item {
	margin: 0 4px;
	width: 30px;
	height: 30px;
}

.toppage-share-item.-slide-nav {
	margin: 0;
}

.toppage-share-link {
	line-height: 30px;
}

.toppage-share-link i,
.toppage-share-link.-googleplus i {
	position: relative;
	top: 1px;
	font-size: 1.6rem;
	font-size: 16px;
}

.register-radio-container {
	border-right: 1px solid #303131;
	border-left: 1px solid #303131;
	border-top: 1px solid #303131;
}

.register-radio:checked + .register-radio-label {
	background: #F5F5F5;
}

.register-radio-container {
	border-right: 1px solid #303131;
	border-left: 1px solid #303131;
	border-top: 1px solid #303131;
}

.register-radio:checked + .register-radio-label {
	background: #F5F5F5;
}

.secret-text {
	text-align: center;
}

.error-container {
	padding-bottom: 25px;
}

.error-main {
	height: 400px;
}

.error-title {
	margin-bottom: 50px;
	font-size: 3.2rem;
	font-size: 32px;
	text-align: center;
}

.error-text {
	font-size: 1.3rem;
	font-size: 13px;
	margin-bottom: 2.5em;
}

.error-btn-wrapper {
	text-align: center;
}

.editor-contents {
	line-height: 2;
}

.editor-contents h2 {
	font-size: 2.2rem;
	font-size: 22px;
}

.post-meta-share-title {
	display: none;
}

.post-meta-share-list {
	margin: 0;
}

.post-meta-share-item {
	margin: 0 10px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.post-meta-share-link {
	display: block;
	padding: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	letter-spacing: none;
}

.post-meta-share-link i {
	position: relative;
	top: 2px;
	margin: 0;
}

.post-meta-share-link span span {
	display: none;
}

.mwp-hero-share {
	display: none;
}

.mwp-special-header-photo {
	background-position: 50% 0;
}

}

@media screen and (max-width: 568px) {

.card-image.-related {
	width: 75px;
	height: 75px;
}

.card-image.-related {
	width: 75px;
	height: 75px;
}

.secret-btn {
	width: 275px;
	height: 45px;
}

.secret-btn.-register {
	margin-bottom: 20px;
}

.secret-btn > .text {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0 0 0 25px;
}

.secret-btn > .text.-register:before {
	width: 15px;
	top: 0;
	height: 15px;
	background-size: 15px auto;
}

.secret-btn > .text.-login:before {
	top: 0;
	width: 14px;
	height: 15px;
	background-size: 14px auto;
}

}

