/* Base css of Landing Pages
=================================================================== */
/* Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, menu, section {
	display: block
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
html {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* micro clearfix hack by nicolasgallagher.com/micro-clearfix-hack/ *//* Except for IE7 -> legacy15.css */ 
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both
}
/* Base Setting
=================================================================== */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
	font-size: 15px;
	line-height: 1.7;
	word-break: break-all;
}
a {
	color: #7db9e7;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#backToTop {
	position: fixed;
	z-index: 9999;
	bottom: 25px;
	right: 25px;
}
#backToTop a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 15px;
	font-weight: bold;
	background-color: #47c79d;
}
.fMin {
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN";
	font-weight: 500;
}
/* Base Layout
=================================================================== */


/* Header
=================================================================== */

#header {
	background-color: #005C55;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
}
#header #header-outer {
	padding: 0 20px;
}
#header #header-inner {
	max-width: 1000px;
	height: 80px;
	margin: 0 auto;
}
#header #header-logo {
	float: left;
	padding: 23px 0 0;
	width: 300px;
	height: auto;
}
#header #header-logo img {
	width: 300px;
}
#header #header-CTA {
	padding-top: 20px;
	float: right;
}
#header #header-CTA a {
	display: block;
	width: 280px;
	height: 42px;
	margin: 0 auto;
	position: relative;
	color: #005C55;
	font-size: 22px;
	text-align: center;
	text-decoration: none;
	line-height: 41px;
	outline: none;
	background-color: #fff;
	border-radius: 4px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#header #header-CTA a:hover {
	opacity: .8;
}
#header #header-CTA a::before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 18px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #005C55;
}
#header #header-CTA a::after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #fff;
}
/* keyV
=================================================================== */
#lp1804-keyV {
	height: 790px;
	margin-top: 60px;
	padding-top: 30px;
	margin-bottom: 20px;
	background-image: url(image/bg_title.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	overflow: hidden;
	position: relative;
	text-align: center;
}
#lp1804-keyV .keyV-subtitle {
	font-size: 55px;
	color: #fff;
	letter-spacing: 1.2px;
}
#lp1804-keyV .keyV-title img {
	width: 430px;
}
#lp1804-keyV .list-schedule {
	text-align: center;
	margin: -10px auto 0;
}
#lp1804-keyV .list-schedule li {
	margin: 0 5px 10px;
	display: inline-block;
	width: 70px;
}
/* Intro
=================================================================== */

#lp1804-intro .section-inner {
	margin-top: -140px;
	position: relative;
	z-index: 1;
	padding: 45px 20px;
	background-color: #fff;
}
#lp1804-intro .section-desc {
	text-align: center;
	font-size: 24px;
	color: #005A53;
	margin-bottom: 40px;
}
#lp1804-intro .section-img {
	text-align: center;
	margin-bottom: 40px;
}
#lp1804-intro .section-img img {
	max-width: 800px;
	width: 100%;
}
#lp1804-intro .section-text {
	text-align: center;
	font-size: 24px;
	color: #005A53;
}
/* Section
=================================================================== */
.lp1804-section {
	background-color: #F0F0F0;
}
.section-title {
	background-color: #313D44;
	padding: 40px 0;
	font-size: 36px;
	text-align: center;
	color: #fff;
}
.section-title .section-title-label {
	font-size: 18px;
	margin-right: 40px;
	vertical-align: middle;
}
.section-outer {
	padding: 0 20px;
}
.section-inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}
.section-box-body {
	padding: 30px;
}
.section-box-title {
	font-size: 24px;
	color: #fff;
	text-align: center;
	background-color: #005C55;
	padding: 10px 0;
}
.section-box-desc {
	max-width: 750px;
	margin: 0 auto;
	color: #005C55;
	font-size: 18px;
	margin-bottom: 20px;
}
.section-box-img {
	max-width: 800px;
	margin: 0 auto;
}
.section-box-profile {
	display: table;
}
.section-box-profile-info {
	display: table-cell;
	width: 30%;
}
.section-box-profile-info .profile-label {
	display: block;
	font-size: 14px;
	color: #fff;
	background-color: #005C55;
	text-align: center;
	width: 105px;
	margin-bottom: 8px;
}
.section-box-profile-info .profile-title {
	font-size: 14px;
	line-height: 1.6;
}
.section-box-profile-info .profile-name {
	font-size: 24px;
	line-height: 1.5;
	color: #005C55;
}
.section-box-profile-desc {
	display: table-cell;
	padding-left: 30px;
	font-size: 13px;
}
/* Program
=================================================================== */

#lp1804-program .section-inner {
	background-color: #fff;
}
#lp1804-program .section-box-profile {
	padding: 30px 30px 0 30px;
	margin: 0 auto;
	margin-top: -30px;
	border-top: 1px solid #9FA0A0;
}
#lp1804-program .section-box-profile-desc {
	width: 100%;
}
#lp1804-program .section-box-img {
	text-align: center;
}
#lp1804-program .section-box-img img {
	max-width: 800px;
	width: 100%;
}
/* Schedule
=================================================================== */
#lp1804-schedule .section-title {
	background-color: #005C55;
}
#lp1804-schedule .section-box-title {
	background-color: rgba(255, 255, 255, 0.2);
}
#lp1804-schedule {
	background-image: url(image/bg_program.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#lp1804-schedule .section-table th {
	background-color: #005A53;
	color: #fff;
}
#lp1804-schedule .section-table .section-table-area, #lp1804-schedule .section-table .section-table-time {
	width: 90px;
	color: rgba(255,255,255,1.00);
	font-size: 16px;
	background-color: #808080;
}
.section-table {
	max-width: 825px;
	margin: 0 auto;
	column-span: none;
}
.section-table tr {
	height: 50px;
	border-bottom: 1px solid #fff;
}
.section-table tr:last-child {
	border-bottom: none;
}
.section-table th, .section-table td {
	line-height: 1.7;
	vertical-align: middle;
	padding: 20px;
	border-right: 1px solid #fff;
}
.section-table th:last-child, .section-table td:last-child {
	border-right: none;
}
.section-table .td-blank {
	background-color: #F1F1F1!important;
}
.section-table .section-table-date, .section-table .section-table-content {
	width: 165px;
	color: #005A53;
	text-align: left;
	font-size: 16px;
	color: #000;
	background-color: #E7F0F0;
}
.section-table .section-table-place, .section-table .section-table-detail {
	width: 300px;
	color: #005A53;
	text-align: left;
	font-size: 16px;
	background-color: #fff;
	line-height: 1.3;
	border-top: 1px solid #f6f6f6;
}
.section-table .section-table-detail {
	width: auto;
	color: #333;
}
.section-table .section-table-detail li {
	margin-bottom: 20px;
	line-height: 1.6;
}
.section-table .section-table-eachtitle {
	display: block;
}
.section-table .section-table-title {
	font-size: 20px;
	font-weight: bold;
	color: #005A53;
	margin-bottom: 10px;
}
.section-table .section-table-addr {
	color: #005A53;
	font-weight: normal;
	background-color: #F1F1F1;
}
.section-table .section-table-meta {
	color: #005A53;
}
.section-box-profile {
	display: table;
}
.section-box-profile-img, .section-box-profile-info, .section-box-profile-desc {
	display: table-cell;
	vertical-align: middle
}
.section-box-profile-img img {
	width: 105px;
}
/* Company
=================================================================== */
#lp1804-company {
	background-color: #E7F0F0;
}
#lp1804-company .section-inner {
	padding: 0;
}
#lp1804-company .section-box-body {
	padding: 50px 100px;
}
#lp1804-company .section-box {
	background-color: #fff;
}
#lp1804-company .section-box-speaker {
	padding: 10px 0;
}
#lp1804-company .section-box-profile {
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
	margin: 0 auto;
	display: table;
}
#lp1804-company .section-box-speaker:last-child .section-box-profile {
	border-bottom: none;
}
#lp1804-company .section-box-profile-info {
	padding-left: 20px;
	width: 210px;
}
#lp1804-company .section-box-title {
	background-color: #313D44;
	vertical-align: middle;
}
#lp1804-company .section-box-title img {
	vertical-align: -1px
}
#lp1804-company #section-box-company .section-box-body {
	padding: 35px 100px 40px;
}
#lp1804-company #section-box-company .section-box-subtitle {
	font-size: 22px;
	color: #035a54;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 20px;
	border-top: 1px solid #035a54;
	border-bottom: 1px solid #035a54;
}
#lp1804-company #section-box-company th, #lp1804-company #section-box-company td {
	vertical-align: middle;
	padding: 10px 0;
}
#lp1804-company #section-box-company th {
	font-size: 18px;
	width: 35%;
	color: #015b55;
}
#lp1804-company #section-box-company td {
	font-size: 13px;
	padding-left: 20px;
}
/* CTA
=================================================================== */
.lp1804-CTA {
	padding: 60px 20px 50px;
	background-color: #E7F0F0;
}
.lp1804-CTA .section-btn-apply {
	text-align: center;
}
.lp1804-CTA .section-btn-apply a {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 15px 120px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 1.0);
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	outline: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	background-color: rgb(1, 91, 85);
	border-radius: 15px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	box-shadow: 0 3px 0 rgb(30, 82, 79);
	-webkit-box-shadow: 0 3px 0 rgb(30, 82, 79);
}
.lp1804-CTA .section-btn-apply a:hover {
	opacity: .8;
}
.lp1804-CTA .section-btn-apply a::before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 22px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: rgba(255,255,255,1.0);
}
.lp1804-CTA .section-btn-apply a::after {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 26px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background-color: #005C55;
}
.header-contact__item_type_text a {
	text-decoration: none;
	color: #333;
}
/* 以下、Topページからの転用　Footer / Header
=================================================================== */

.footer__section_type_gray {
	background-color: #f2f2f2;
}
.footer__inner {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.footer-nav__title {
	font-weight: 700;
	line-height: 1;
}
.footer-nav__title a {
	color: #293337;
}
.footer-nav__item {
	line-height: 1;
}
.footer-nav__item a {
	color: #45494b;
}
.footer-util {
	border-top: 1px solid #e8e9ec;
}
.footer-util__item {
	border-bottom: 1px solid #e8e9ec;
}
.footer-util__item a {
	color: #45494b;
}
.footer-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.footer-info a {
	color: #45494b;
}
.footer-info__item_type_blank {
	background-repeat: no-repeat;
}
.footer-sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-sns__item {
	width: 24px;
	height: 24px;
}
.footer-sns__item svg {
	width: 24px;
	height: 24px;
}
.footer-sns__item svg path {
	fill: #b1b1b1;
}
.footer-logo img {
	vertical-align: text-top;
}
.footer-rule {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.footer-rule__item a {
	color: #65676a;
}
.footer-mark {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.footer-copyright {
	color: #65676a;
	font-family: Roboto, sans-serif;
	letter-spacing: 0.8px;
}
.goto-top-button {
	display: block;
	position: fixed;
	background-color: #fff;
	text-align: center;
	z-index: 1;
}
.header-nav__item > a {
	color: #45494d!important;
	text-decoration: none!important;
}
.service .header-nav__item:nth-child(2) > a .lower-nav-list__item a {
	color: #343d45;
}
.header-nav__item_state_open > a {
	color: #005c55!important;
}
.header-contact__item_type_button a {
	text-decoration: none!important;
}
.header-util__item a {
	color: #65676a!important;
	text-decoration: none!important;
}
.header-info__item a {
	color: #65676a!important;
	text-decoration: none!important;
}
.cv-button_type_important {
	color: #fff!important;
	text-decoration: none!important;
}
.cv-button_type_info {
	color: #fff!important;
	text-decoration: none!important;
}
.cv-button_type_standard {
	color: #fff!important;
	text-decoration: none!important;
}
.cv-ad__item a {
	color: #fff!important;
	text-decoration: none!important;
}
.footer {
	background-color: #fff!important;
}
.footer-nav__title a {
	color: #293337!important;
	text-decoration: none!important;
}
.footer-nav__item a {
	color: #45494b!important;
	text-decoration: none!important;
}
.footer-util__item a {
	color: #45494b!important;
	text-decoration: none!important;
}
.footer-info a {
	color: #45494b!important;
	text-decoration: none!important;
}
.footer-rule__item a {
	color: #65676a!important;
	text-decoration: none!important;
}
.footer {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: YakuHanJP, NotoSansJapanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
}
.footer-nav__title a {
	font-weight: 700;
}
.header__inner {
	min-width: 1104px;
	max-width: 1280px;
	padding: 0 40px 0 80px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
	width: 100%;
}
.header__inner_type_under {
	position: relative;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 26px;
	border-bottom: 1px solid #ccc;
}
.header-nav {
	max-width: 630px;
	width: 53%;
}
.header-nav__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-nav__item {
	margin-bottom: -38px;
	padding-bottom: 38px;
	font-size: 19px;
}
.header-nav__item>a {
	line-height: 1.6;
	position: relative;
	height: 100%;
	margin-bottom: -38px;
	padding-bottom: 38px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #45494d!important;
	text-decoration: none!important;
}
.header-nav__item>a:hover {
	color: #005c55!important;
}
.header-nav__item>a::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #005c55;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 0;
	visibility: hidden;
}
.header-nav__item>a:hover::after {
	opacity: 1;
	visibility: visible;
}
.header-nav__item > a:hover::after {
	opacity: 1;
	visibility: visible;
}
.header-nav__item {
	margin-bottom: -38px;
	padding-bottom: 38px;
	font-size: 19px;
}
.header-nav__item_state_visible.header-nav__item a::after {
	opacity: 1;
	visibility: visible;
}
.header-nav__item_state_visible .lower-nav {
	opacity: 1;
	visibility: visible;
}
.feature .header-nav__item:nth-child(1) a {
	color: #005c55;
}
.feature .header-nav__item:nth-child(1) a::after {
	opacity: 1;
	visibility: visible;
}
.service .header-nav__item:nth-child(2) a {
	color: #005c55;
}
.service .header-nav__item:nth-child(2) a::after {
	opacity: 1;
	visibility: visible;
}
.case .header-nav__item:nth-child(3) a {
	color: #005c55;
}
.case .header-nav__item:nth-child(3) a::after {
	opacity: 1;
	visibility: visible;
}
.anken .header-nav__item:nth-child(4) a {
	color: #005c55;
}
.anken .header-nav__item:nth-child(4) a::after {
	opacity: 1;
	visibility: visible;
}
.seminar .header-nav__item:nth-child(5) a {
	color: #005c55;
}
.seminar .header-nav__item:nth-child(5) a::after {
	opacity: 1;
	visibility: visible;
}
.lower-nav {
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 1;
	width: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.lower-nav__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	min-width: 1104px;
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 40px;
}
.lower-nav__title {
	position: relative;
	min-width: 220px;
	margin-right: 50px;
	padding-left: 34px;
	line-height: 1.6;
	font-size: 17px;
	font-weight: 700;
	white-space: nowrap;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #45494b!important;
	text-decoration: none!important;
}
.lower-nav__title::after, .lower-nav__title::before {
	position: absolute;
	content: "";
}
.lower-nav__title::before {
	top: 6px;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #343d45;
	border-radius: 50%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.lower-nav__title::after {
	top: 15px;
	left: 6px;
	width: 7px;
	height: 6px;
	margin-top: -3px;
	background-image: url(image/icon-arrow-01@2x.png);
	background-size: 7px 6px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.lower-nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 60px;
	border-left: 1px solid #d6d6d6;
}
.lower-nav-list__item {
	position: relative;
	width: 33.3%;
	min-height: 20px;
	padding: 0 30px 0 34px;
	font-size: 17px;
	line-height: 1.3;
}
.lower-nav-list__item:nth-child(1), .lower-nav-list__item:nth-child(2), .lower-nav-list__item:nth-child(3) {
	margin-bottom: 25px;
}
.lower-nav-list__item a {
	margin-left: -34px;
	padding-left: 34px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	display: block;
	color: #45494b!important;
	text-decoration: none!important;
}
.lower-nav-list__item::after, .lower-nav-list__item::before {
	position: absolute;
	content: "";
}
.lower-nav-list__item::before {
	top: 3px;
	left: 0;
	width: 18px;
	height: 18px;
	background-color: #343d45;
	border-radius: 50%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.lower-nav-list__item::after {
	top: 9px;
	left: 6px;
	width: 7px;
	height: 6px;
	background-image: url(image/icon-arrow-01@2x.png);
	background-size: 7px 6px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.header-contact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.header-contact__item:not(:last-child) {
	margin-right: 20px;
}
.header-contact__item_type_text {
	font-size: 25px;
	pointer-events: none;
}
.header-contact__item_type_text {
	color: #45494b;
	line-height: 1.6;
}
.header-contact__item_type_text {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Roboto, sans-serif;
	font-weight: 700;
}
.header-contact__item_type_text img {
	margin-right: 12px;
	vertical-align: middle;
}
.header-contact__item_type_button {
	width: 180px;
	height: 42px;
	border-radius: 20px;
	background-color: #0a847b;
	-webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
	box-shadow: 0 6px 10px 0 rgba(0,0,0,.1);
	font-size: 16px;
	line-height: 41px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
}
.header-contact__item_type_button a {
	color: #fff!important;
	line-height: 41px!important;
}
.header-contact__item_type_button a {
	color: #fff;
}
.header-contact__item_type_button a {
	text-decoration: none!important;
}
.header-contact__item_type_button a {
	display: block;
}
.header-contact__item_type_button:hover {
	background-color: #13a398;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

@media screen and (min-width:769px) {
.sp {
	display: none;
}
.footer {
	min-width: 1104px;
	padding-top: 90px;
}
.footer__inner {
	min-width: 1104px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}
.footer-search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto 88px;
}
.footer-search__input input {
	width: 400px;
	height: 64px;
	margin-right: 40px;
	padding-left: 42px;
	font-size: 23px;
}
.footer-search__button {
	width: 180px;
	height: 48px;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-search__button:hover {
	background-color: #0a847b;
	-webkit-box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.footer-nav-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
	padding-bottom: 67px;
	border-bottom: 1px solid #dedede;
}
.footer-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 79.4%;
	margin-right: 110px;
}
.footer-nav__title a {
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-nav__title a:hover {
	border-color: #293337;
}
.footer-nav__title {
	margin-bottom: 33px;
	font-size: 17px;
}
.footer-nav__item a {
	display: inline-block;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-nav__item a:hover {
	border-color: #45494b;
}
.footer-nav__item {
	font-size: 13px;
}
.footer-nav__item:not(:last-child) {
	margin-bottom: 18px;
}
.footer-util {
	max-width: 200px;
	width: 17.8%;
}
.footer-util__item a {
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-util__item a:hover {
	border-color: #45494b;
}
.footer-util__item img {
	margin-right: 15px;
}
.footer-util__item {
	padding: 20px 0 20px 12px;
	font-size: 14px;
}
.footer-info-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 50px;
	padding-top: 30px;
}
.footer-info a {
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-info a:hover {
	border-color: #45494b;
}
.footer-info {
	font-size: 17px;
	margin-left: auto;
}
.footer-info__item {
	margin-right: 50px;
}
.footer-sns__item a:hover svg path {
	fill: #343d45;
}
.footer-sns__item svg path {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-sns__item svg {
	vertical-align: middle;
}
.footer-sns__item:not(:last-child) {
	margin-right: 37px;
}
.footer-logo img {
	width: 212px;
	height: 24px;
}
.footer-logo {
	height: 24px;
}
.footer-rule__item a {
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.footer-rule__item a:hover {
	border-color: #65676a;
}
.footer-rule__item {
	font-size: 14px;
}
.footer-rule__item:not(:last-child) {
	margin-right: 25px;
}
.footer-copyright-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 120px;
}
.footer-mark {
	margin-right: 40px;
}
.footer-mark__item:not(:last-child) {
	margin-right: 15px;
}
.footer-copyright {
	margin-left: auto;
	font-size: 11px;
}
.goto-top-button {
	bottom: 20px;
	right: 25px;
	width: 40px;
	height: 40px;
	line-height: 25px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.goto-top-button:hover {
	opacity: 0.85;
}
.footer-util__item img {
	vertical-align: bottom;
}
.goto-top-button img {
	vertical-align: bottom;
	padding-top: 15px;
}
}

@media screen and (max-width:768px) {
.pc {
	display: none;
}
.footer {
	padding-top: 30px;
}
.footer__inner {
	padding: 0 15px;
}
.footer-search {
	display: none;
}
.footer-nav__title a {
	display: block;
}
.footer-nav__title {
	margin-bottom: 20px;
	background-image: url("image/icon-arrow-01@2x.png");
	background-repeat: no-repeat;
	background-size: 7px 6px;
	background-position: top 50% right 0;
	font-size: 15px;
}
.footer-nav__list {
	margin-bottom: 19px;
	padding-bottom: 16px;
	border-bottom: 1px solid #e8e9ec;
}
.footer-nav__item a {
	display: block;
}
.footer-nav__item {
	font-size: 12px;
	background-image: url("image/icon-arrow-01@2x.png");
	background-repeat: no-repeat;
	background-size: 7px 6px;
	background-position: top 50% right 0;
}
.footer-nav__item:not(:last-child) {
	margin-bottom: 16px;
}
.footer-util {
	margin-bottom: 30px;
}
.footer-util__item a {
	display: block;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: -16px 0;
	padding: 16px 0;
}
.footer-util__item img {
	margin-right: 10px;
}
.footer-util__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 16px 0;
	background-image: url("image/icon-arrow-01@2x.png");
	background-repeat: no-repeat;
	background-size: 7px 6px;
	background-position: top 50% right 0;
	font-size: 13px;
}
.footer-info a {
	display: block;
}
.footer-info {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}
.footer-info__item a {
	margin: -16px 0;
	padding: 16px 0;
}
.footer-info__item:nth-child(1), .footer-info__item:nth-child(2) {
	border-top: 1px solid #e8e9ec;
}
.footer-info__item {
	width: 48.2%;
	padding: 16px 0;
	border-bottom: 1px solid #e8e9ec;
	background-image: url("image/icon-arrow-01@2x.png");
	background-repeat: no-repeat;
	background-size: 7px 6px;
	background-position: top 50% right 0;
}
.footer-sns {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}
.footer-sns__item:not(:last-child) {
	margin-right: 42px;
}
.footer-logo img {
	width: 183px;
	height: 21px;
}
.footer-logo {
	height: 21px;
	margin-bottom: 30px;
	margin-top: 20px;
	text-align: center;
}
.footer-rule {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 30px;
}
.footer-rule__item {
	font-size: 12px;
}
.footer-rule__item:not(:last-child) {
	margin-right: 28px;
}
.footer-copyright-wrapper {
	padding: 30px 0 25px;
}
.footer-mark {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 25px;
}
.footer-mark__item:not(:last-child) {
	margin-right: 25px;
}
.footer-copyright {
	text-align: center;
	font-size: 10px;
}
.goto-top-button img {
	width: 18px;
	height: 7px;
}
.goto-top-button {
	bottom: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 21px;
	z-index: 1;
}
.footer-nav__title a {
	font-weight: 700;
}
}

/* SP
=================================================================== */


@media screen and (max-width:768px) {
.section-outer {
	padding: 0;
}
.section-title {
	background-color: #313D44;
	padding: 20px 0;
	line-height: 1.3;
}
.section-title .section-title-label {
	display: block;
	margin: 0;
}
.section-box-profile-img, .section-box-profile-info, .section-box-profile-desc {
	display: block;
}
.section-box-profile-info {
	width: 100%;
	padding-left: 0;
}
.section-box-profile-desc {
	padding: 0;
	width: 100%;
}
.section-table th:nth-child(3), .section-table td:nth-child(3) {
	border-right: none;
}
.section-table tr {
	height: auto;
}
.section-box-body {
	padding: 20px;
}
.section-box-profile-img {
	float: left;
}
.section-table .section-table-detail li {
	font-size: 13px;
}
.section-table .section-table-place, .section-table .section-table-detail {
	font-size: 14px;
}
.section-box-profile-info .profile-title {
	font-size: 13px;
}
.section-box-profile-desc {
	padding-top: 10px;
	clear: both;
}
.section-table .th-date {
	width: 38%;
}
.section-box-title {
	line-height: 1.4;
	padding: 15px 20px;
}
#section-box-program .section-table .section-table-time, #section-box-program .section-table .section-table-content, #section-box-program .section-table .section-table-detail, #section-box-program .section-table .section-table-detail {
	width: 100%;
	padding: 15px;
}
.section-table .section-table-date {
	font-size: 12px;
}
#header #header-outer {
	padding: 12px;
}
#header #header-inner {
	height: auto;
}
#header #header-logo {
	float: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#header #header-logo img {
	width: 210px;
}
#header #header-CTA {
	float: none;
}
#lp1804-keyV {
	height: auto;
	margin-top: 77px;
	padding-bottom: 43%;
}
#lp1804-keyV .keyV-subtitle {
	font-size: 30px;
	padding: 0 20px;
	line-height: 1.4;
	margin-bottom: 5px;
}
#lp1804-keyV .keyV-title img {
	width: 80%;
}
#lp1804-keyV .list-schedule {
	text-align: center;
	margin: -25px auto 0;
	line-height: 1;
}
#lp1804-keyV .keyV-title {
	width: auto;
}
#lp1804-intro .section-desc, #lp1804-intro .section-text {
	text-align: left;
	font-size: 18px;
}
#lp1804-program .section-box-profile {
	border-top: none;
	padding: 0;
	margin-top: 0;
}
#section-box-program .section-table th {
	display: none;
}
#section-box-program .section-table td {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}
#section-box-program .section-table .td-blank {
	display: none!important;
}
#section-box-program .section-table th, #section-box-program .section-table td {
	border: none;
}
.lp1804-CTA .section-btn-apply a {
	padding: 15px 40px;
}
#lp1804-company .section-box-body {
	padding: 20px;
}
#lp1804-company .section-box-profile-info {
	padding-left: 20px;
	float: left;
}
#lp1804-company #section-box-company .section-box-body {
	padding: 20px;
}
#lp1804-company #section-box-company div, #lp1804-company #section-box-company td {
	display: block;
}
#lp1804-company #section-box-company div {
	width: 100%;
	font-size: 18px;
	color: #015b55;
	background-color: #fff;
}
#lp1804-company #section-box-company .section-table-area {
	padding: 0;
	margin-bottom: 10px;
	font-size: 12px;
	color: #333;
}
.goto-top-button img {
	display: block;
	margin: 13px auto 4px;
}
.header-nav {
	display: none;
}
.header-contact {
	display: block;
}
.header__inner {
	min-width: 100%;
	max-width: 100%;
}
#header #header-CTA {
	padding-top: 12px;
}
#header #header-CTA a {
	height: 40px;
	font-size: 20px;
}
.footer__inner {
	padding: 10px 15px;
}
}
