@charset "utf-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
	margin: 0;
}

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

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

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

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

input[type="submit"] {
    background: #ff4f00;
	padding:10px 50px 10px 50px;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0 0 1px rgba(181, 235, 178, 1);
    border: 1px solid #ccc; 
}

button[disabled], html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

/* OWNER'S AGENT User Customize for SUTAKEN CHECKBOX

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

*/

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

input[type=search] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

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

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid silver;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

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

td, th {
	padding: 0;
}

/*===================================================================
 Foundation
===================================================================*/

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

html, body {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

html {
	font-size: 62.5%;
	text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

body {
	font-family: Arial, Helvetica, '游ゴシック', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ ゴシック', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2;
	min-width: 1200px;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: inherit;
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style: none;
}

ul, li {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: 0;
}

a:link, a:visited {
	color: #007fff;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #007fff;
}

/*===================================================================
 Layout
===================================================================*/

/* header */

.l_header {
	position: relative;
	z-index: 1000;
	background-color: rgba(255, 255, 255, .7);
}

.l_header-inner {
	overflow: hidden;
	min-width: 1200px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

.l_header-top {
	overflow: hidden;
	padding: 16px 0;
}

.l_header-logo {
	float: left;
	width: 380px;
}

.l_header-logo > a:hover > img {
	opacity: .8;
}

.l_header-aside {
	float: right;
	overflow: hidden;
	width: 630px;
	text-align: right;
}

.l_header-aside__nav, .l_header-aside__search, .l_header-aside__contact {
	display: inline-block;
}

.l_header-aside__nav > ul > li {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	display: inline-block;
	color: #2e2e2e;
}

.l_header-aside__nav > ul > li > a {
	text-decoration: none;
	color: #2e2e2e;
}

.l_header-aside__nav > ul > li > a:hover {
	text-decoration: underline;
}

.l_header-aside__nav > ul > li + li {
	margin-left: 5px;
	padding-left: 9px;
	border-left: 1px solid #2e2e2e;
}

.l_header-aside__search {
	margin-left: 10px;
}

.l_header-aside__search .bar {
	margin-right: 5px;
}

.l_header-aside__search .bar > input {
	font-size: 13px;
	font-size: 1.3rem;
	width: 203px;
	padding: 4px 8px 3px;
	color: #707070;
	border: 1px solid #707070;
	border-radius: 3px;
	background: none;
	-webkit-appearance: none;
}

.l_header-aside__search .btn {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	display: inline-block;
	padding: 5px 4px 4px;
	color: #b9b8b8;
	border: none;
	background-color: #707070;
}

.l_header-aside__search .btn:hover {
	opacity: .7;
}

.l_header-aside__contact {
	font-size: 13px;
	font-size: 1.3rem;
	margin-left: 36px;
}

.l_header-aside__contact > a {
	display: block;
	padding: 2px 0 0 40px;
	text-decoration: none;
	color: #231815;
	background: url('/img/common/icon_mail.png') left center no-repeat;
}

.l_header-aside__contact > a:hover {
	text-decoration: underline;
}

.l_header-nav {
	display: block;
}

.l_gnav > ul {
	display: table;
	width: 100%;
}

.l_gnav > ul > li {
	font-weight: bold;
	display: table-cell;
	width: 14.285%;
	text-align: center;
}

.l_gnav > ul > li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	padding-top: 6px;
	transition: background .5s;
	text-decoration: none;
	color: #222;
}

.l_gnav > ul > li:first-child > a::before, .l_gnav > ul > li > a::after {
	position: absolute;
	top: 11px;
	width: 1px;
	height: 18px;
	content: '';
	background-color: #c4c4c4;
}

.l_gnav > ul > li:first-child > a::before {
	left: 0;
}

.l_gnav > ul > li > a::after {
	right: 0;
}

.l_gnav > ul > li:hover > a {
	color: #ff4f00;
	background-color: #fafafa;
}

.l_gnav > ul > li > a > span {
	display: inline-block;
	padding-right: 21px;
	background-image: url('/img/common/icon_gnav-link.png');
	background-repeat: no-repeat;
	background-position: right center;
}

.l_gnav > ul > li:hover > a > span {
	background-image: url('/img/common/icon_gnav-active.png') !important;
}

.l_gnav > ul > li.member > a > span > span {
	display: block;
	padding-left: 23px;
	background: url('/img/common/icon_people.png') left 6px no-repeat;
	background: none\9;
	background-size: 16px 17px;
}

.l_gnav > ul > li > a + ul {
	position: absolute;
	top: 100%;
	visibility: hidden;
	transition: opacity .5s;
	text-align: left;
	opacity: 0;
	background-color: #fafafa;
	box-shadow: 0 4px 4px rgba(4, 0, 0, .1);
}

.l_gnav > ul > li:hover > a + ul {
	display: block;
	visibility: visible;
	max-width: 340px;
	opacity: 1;
}

.l_gnav > ul > li > a + ul > li + li {
	border-top: 1px solid #b9b9b9;
}

.l_gnav > ul > li > a + ul > li > a {
	display: block;
	padding: 13px 15px 11px;
	text-align: center;
	text-decoration: none;
	color: #2e2e2e;
}

.l_gnav > ul > li > a + ul > li > a:hover {
	color: #ff4f00;
	background-color: #fff1eb;
}

.l_gnav > ul > li > a + ul > li.more > a {
	color: #fff;
	background-color: #ff4f00;
}

.l_gnav > ul > li > a + ul > li.more > a > span {
	display: inline-block;
	padding-right: 14px;
	background: url('/img/common/icon_arrow.png') right center no-repeat;
}

.l_gnav > ul > li > a + ul > li.more > a:hover {
	opacity: .7;
}

.l_gnav-menu {
	position: absolute;
	z-index: -2;
	top: 100%;
	left: 0;
	display: block;
	visibility: hidden;
	width: 100%;
	margin-top: -120px;
	padding: 40px 0;
	transition: .3s;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	text-align: left;
	opacity: 0;
	background-color: #fafafa;
	box-shadow: 0 4px 4px rgba(4, 0, 0, .1);
}

.l_gnav > ul > li:hover > a + .l_gnav-menu {
	visibility: visible;
	margin-top: 0;
	opacity: 1;
}

.l_gnav-menu-inner {
	overflow: hidden;
	min-width: 1200px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

.l_gnav-menu-item {
	float: left;
	width: 33.3%;
	padding: 0 20px;
	border-right: 1px solid #b9b9b9;
}

.l_gnav-menu-title {
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 3px;
	text-align: center;
	background-color: #fff;
}

.l_gnav-menu-item:first-child {
	border-left: 1px solid #b9b9b9;
}

.l_gnav-menu-item > ul > li > a {
	display: block;
	padding: 20px 0;
	text-decoration: none;
	color: #484848;
}

.l_gnav-menu-item > ul > li > a:hover {
	background-color: rgba(0, 0, 0, .05);
}

.l_gnav-menu-item > ul > li > a > .title, .l_gnav-menu-item > ul > li > a > .text {
	margin: 0;
}

.l_gnav-menu-item > ul > li > a > .title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.l_gnav-menu-item > ul > li > a > .text {
	font-size: 13px;
	font-size: 1.3rem;
	color: #484848;
}

.l_gnav-menu-item--green .l_gnav-menu-title, .l_gnav-menu-item--green > ul > li > a > .title {
	color: #4ccd2a;
}

.l_gnav-menu-item--blue .l_gnav-menu-title, .l_gnav-menu-item--blue > ul > li > a > .title {
	color: #4ca8f8;
}

.l_gnav-menu-item--pink .l_gnav-menu-title, .l_gnav-menu-item--pink > ul > li > a > .title {
	color: #f93c7c;
}

.l_gnav-menu-btn {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.l_gnav-menu-btn > a {
	font-weight: normal;
	display: inline-block;
	padding: 7px 50px 5px;
	text-decoration: none;
	color: #fff;
	background-color: #ff4f00;
}

.l_gnav-menu-btn > a > span {
	display: inline-block;
	padding-right: 14px;
	background: url('/img/common/icon_arrow.png') right center no-repeat;
}

.l_gnav-menu-btn > a:hover {
	opacity: .7;
}

/* footer */

.l_footer-wrap {
	position: relative;
	min-width: 1200px;
	margin-top: -100px;
	padding-top: 100px;
}

.l_footer-wrap::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100px;
	content: '';
	background-image: url('/img/svg/slash-footer.svg');
	background-repeat: no-repeat;
	background-size: 100% 100px;
}

.l_footer {
	color: #fff;
	background-color: #3e3e3e;
}

.l_footer a {
	text-decoration: none;
	color: #fff;
}

.l_footer a:hover {
	text-decoration: underline;
}

.l_footer-inner {
	overflow: hidden;
	min-width: 1200px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 35px 50px 50px;
	background: url('/img/common/logo-bg.png') 105px 3px no-repeat;
}

.l_footer-primary {
	float: left;
	width: 664px;
}

.l_footer-secondary {
	float: right;
	width: 380px;
	text-align: right;
}

.l_footer-nav-wrap {
	overflow: hidden;
}

.l_footer-nav--service {
	float: left;
	width: 440px;
}

.l_footer-nav--about {
	float: right;
	width: 187px;
}

.l_footer-nav > .title {
	margin-bottom: 13px;
	border-bottom: 1px solid #fff;
}

.l_footer-nav .nav {
	font-size: 13px;
	font-size: 1.3rem;
}

.l_footer-nav .wrap {
	display: table;
	width: 100%;
}

.l_footer-nav .wrap > .nav {
	display: table-cell;
	vertical-align: top;
}

.l_footer-nav .wrap > .nav:first-child {
	width: 300px;
	padding-right: 24px;
}

.l_footer-nav .nav > ul > li {
	margin: 0;
}

.l_footer-nav .nav > ul > li > a {
	display: block;
	padding-left: 1em;
	background: url('/img/common/icon_list.png') left 8px no-repeat;
}

.l_footer-nav .nav > ul > li > ul {
	padding-left: 2.5em;
}

.l_footer-nav .nav > ul > li > ul > li {
	list-style: disc;
	list-style-position: inside;
}

.l_footer-nav-02 {
	margin-bottom: 40px;
}

.l_footer-nav-02 > ul > li {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	display: inline-block;
}

.l_footer-nav-02 > ul > li + li {
	margin-left: 2px;
	padding-left: 7px;
	border-left: 1px solid #fff;
}

.l_footer-mailmag {
	font-size: 13px;
	font-size: 1.3rem;
	position: relative;
	margin-bottom: 29px;
}

.l_footer-mailmag .title, .l_footer-mailmag .bar > input, .l_footer-mailmag .btn {
	display: inline-block;
}

.l_footer-mailmag .title {
	margin-right: 6px;
}

.l_footer-mailmag .bar > input {
	width: 217px;
	padding: 2px 6px;
	border: 1px solid #fff;
	background: none;
	-webkit-appearance: none;
}

.l_footer-mailmag .btn {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	margin-left: 8px;
	padding: 4px 6px 3px;
	color: #3e3e3e;
	border: 1px solid #9c9c9c;
	background-color: #fafafa;
}

.l_footer-mailmag .btn:hover {
	opacity: .7;
}

.l_footer-mailmag .alert,
.l_footer-mailmag .formError {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	position: absolute;
	top: -38px;
	right: 0;
	padding: 8px 12px;
	border-radius: 4px;
	background-color: #ff4f00;
}

.l_footer-mailmag .alert::after,
.l_footer-mailmag .formError::after {
	position: absolute;
	right: 15px;
	bottom: -11px;
	display: block;
	width: 11px;
	height: 12px;
	content: '';
	background: url('/img/common/bg_alert.png') no-repeat;
}

.l_footer-social {
	margin: 0 0 33px auto;
}

.l_footer-social__title, .l_footer-social__list, .l_footer-social__list > ul, .l_footer-social__list > ul > li {
	display: inline-block;
}

.l_footer-social__list > ul > li {
	margin-left: 7px;
}

.l_footer-social__list > ul > li > a > img {
	height: 30px;
}

.l_footer-social__list > ul > li > a:hover > img {
	opacity: .8;
}

.l_copyright {
	font-size: 12px;
	font-size: 1.2rem;
}

/* pageTop */

.l_page-top {
	position: fixed;
	z-index: 100;
	right: 40px;
	bottom: 40px;
	width: 60px;
	height: 60px;
}

.l_page-top > a:hover {
	transition: .5s;
	opacity: .7;
}

/* container */

.l_container {
	position: relative;
	min-width: 1200px;
	padding-bottom: 100px;
}

.l_container::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100px;
	content: '';
	background-repeat: no-repeat;
	background-size: 100% 100px;
}

.l_container-wrap > .l_container:nth-child(odd) {
	background-color: #fff;
}

.l_container-wrap > .l_container:nth-child(odd)::after {
	background-color: #f4f4f4;
	background-image: url('/img/svg/slash2.svg');
}

.l_container-wrap > .l_container:nth-child(even) {
	background-color: #f4f4f4;
}

.l_container-wrap > .l_container:nth-child(even)::after {
	background-color: #fff;
	background-image: url('/img/svg/slash1.svg');
}

.l_container-wrap > .l_container:last-child::after {
	display: none;
}

.l_container-inner {
	padding: 63px 0 80px;
}

.l_container-inner-02 {
	padding: 0 0 80px;
}

.l_container-inner--pt0 {
	padding-top: 0;
}

.l_content {
	min-width: 1200px;
	max-width: 1280px;
	margin: 0 auto;
}

.l_content--w1000 {
	width: 1000px;
	min-width: inherit;
	max-width: inherit;
}

/* column */

.l_column {
	overflow: hidden;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.l_column__item {
	float: left;
}

.l_column--01 > .l_column__item {
	width: 100%;
}

.l_column--02 > .l_column__item {
	width: 50%;
}

.l_column--03 > .l_column__item {
	width: 33.33333%;
}

.l_column--04 > .l_column__item {
	width: 25%;
}

.l_column--05 > .l_column__item {
	width: 20%;
}

/* breadcrumb */

.l_breadcrumb {
	min-width: 1200px;
	max-width: 1280px;
	margin: 18px auto 0;
	padding: 0 20px;
}

.l_breadcrumb > ul > li {
	font-size: 12px;
	display: inline-block;
	color: #777;
}

.l_breadcrumb > ul > li + li::before {
	display: inline-block;
	margin: 0 5px 0 2px;
	content: '>';
}

.l_breadcrumb > ul > li > a {
	text-decoration: none;
	color: #777;
}

.l_breadcrumb > ul > li > a:hover {
	text-decoration: underline;
}

/* mainTitle */

.l_main-title {
	font-size: 45px;
	font-size: 4.5rem;
	font-weight: bold;
	line-height: 1.5;
	min-width: 1200px;
	max-width: 1280px;
	margin: 0 auto 35px;
	padding: 0 20px;
	color: #ff4f00;
}

.l_main-title-02-wrap {
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 1px solid #ff4f00;
}

.l_main-title-02 {
	min-width: 1200px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

.l_main-title-02__title {
	font-size: 40px;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.5;
	color: #ff4f00;
}

.l_main-title-02__note {
	display: inline-block;
}

.l_main-title-02__aside > .date, .l_main-title-02__aside > .tag, .l_main-title-02__aside > .tag > li {
	display: inline-block;
}

.l_main-title-02__aside > .date {
	margin-right: 14px;
	padding-top: 3px;
	color: #2e2e2e;
}

.l_main-title-02__aside > .tag {
	font-size: 0;
}

.l_main-title-02__aside > .tag > li {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	margin: 0 6px 6px 0;
	padding: 2px 8px 1px;
	border: 1px solid #ffebe2;
	background-color: #fff;
}


/* コメントアウト開始

/* mainVisual */

.l_main-visual-wrap {
	position: relative;
	overflow: hidden;
	min-width: 1200px;
	text-align: center;
}

/*
.l_main-visual-wrap .slider {
	width: 100%;
	margin:0;
}
*/

.l_main-visual-wrap .image {
	width: 100%;
	height: 447px;
}

.l_main-visual-wrap .image2 {
	width: 100%;
/*	height: 447px;*/
}

.l_main-visual-wrap .slider .image2 {
	width: 100%;
	height: 100%;
/*	height: 447px;*/
}

.l_main-visual-wrap .image > img {
	width: 100%;
}

.l_main-visual-wrap .image2 > img {
	width: 100%;
}

.l_main-visual-wrap .slider .image2 > img {
	width: 100%;
}

.l_main-visual-wrap .slider .image2 a > img {
	width: 100%;
}

.l_main-visual-wrap--staff .image {
	max-width: 1240px;
	height: 580px;
	margin: 0 auto;
}

.l_main-visual-wrap--staff .image2 {
	max-width: 1240px;
/*	height: 580px;*/
	margin: 0 auto;
}

.l_main-visual-wrap--staff .slider .image2 {
	max-width: 1240px;
/*	height: 580px;*/
	margin: 0 auto;
}

.l_main-visual-wrap::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100px;
	content: '';
	background: url('/img/svg/slash-mv2.svg') no-repeat;
	background-repeat: no-repeat;
	background-size: 100% 100px;
}

/* slider */

.l_main-visual-wrap .slick-next, .l_main-visual-wrap .slick-prev {
	z-index: 10;
	width: 15px;
	height: 23px;
	border: none;
}

.l_main-visual-wrap .slick-prev {
	left: 38px;
}

.l_main-visual-wrap .slick-next {
	right: 38px;
}

.l_main-visual-wrap .slick-prev:before, .l_main-visual-wrap .slick-next:before {
	display: block;
	width: 15px;
	height: 23px;
	content: '';
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 23px;
}

.l_main-visual-wrap .slick-prev:before {
/*	background-image: url('/img/common/icon_slider-prev.png');*/
	background-image: url('/img/common/icon_slider-prev-on.png');
}

.l_main-visual-wrap .slick-next:before {
/*	background-image: url('/img/common/icon_slider-next.png');*/
	background-image: url('/img/common/icon_slider-next-on.png');
}

.l_main-visual-wrap .slick-prev:hover:before {
	background-image: url('/img/common/icon_slider-prev-on.png');
}

.l_main-visual-wrap .slick-next:hover:before {
	background-image: url('/img/common/icon_slider-next-on.png');
}

.l_main-visual-wrap .slick-dots {
	z-index: 1;
	bottom: 60px;
}

.l_main-visual-wrap .slick-dots li {
	margin: 0 7px;
}

.l_main-visual-wrap .slick-dots li {
	overflow: hidden;
}

.l_main-visual-wrap .slick-dots li, .l_main-visual-wrap .slick-dots li button {
	width: 6px;
	height: 6px;
}

.l_main-visual-wrap .slick-dots li button:before {
	width: 6px;
	height: 6px;
	content: '';
	opacity: 1;
	border-radius: 6px;
	background-color: #fff;
}

.l_main-visual-wrap .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #ff4f00;
}

@media only screen and (min-width:761px){
.l_main-visual-wrap .slider::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100px;
	content: '';
	background: url('/img/svg/slash-mv2.svg') no-repeat;
	background-repeat: no-repeat;
	background-size: 100% 100px;
}
}
@media only screen and (max-width:760px){
.l_main-visual-wrap .slider::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
	content: '';
	background: url('/img/svg/slash-mv2.svg') no-repeat;
	background-repeat: no-repeat;
	background-size: 100% 50px;
}

}

.l_main-image {
	width: 1000px;
	margin: 0 auto 80px;
	text-align: center;
}

.l_main-image > img {
	width: 100%;
}

.l_main-image--small {
	width: 620px;
}

.l_main-image-content {
	text-align: left;
}

.l_main-image-content > img {
	width: 100%;
}

.l_main-image-content > .caption {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 1px 0 5px;
}

.l_main-image-content > .title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 40px;
}

.l_main-image-content > .text {
	margin: 0;
}

.l_main-image-content > img {
	width: 100%;
}

.l_main-image-content > img + .text {
	margin-top: 34px;
}

/* heading */

.l_heading-wrap {
	padding: 0 20px;
}

.l_heading-01 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.6;
	display: table;
	max-width: 1200px;
	margin: 0 auto 70px;
	color: #ff4f00;
	border-bottom: 3px solid #ff4f00;
}

.l_heading-02 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.7;
	max-width: 1000px;
	margin: 0 auto 30px;
	color: #ff4f00;
}

.l_heading-01_black {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.6;
	display: table;
	max-width: 1200px;
	margin: 0 auto 70px;
	color: #000000;
	border-bottom: 3px solid #000000;
}

.l_heading-02_black {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.7;
	max-width: 1000px;
	margin: 0 auto 30px;
	color: #000000;
}

.l_heading-02--center {
	text-align: center;
}

.l_heading-02--right {
	text-align: right;
}

.l_sub-heading-01 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: bold;
	min-width: 1200px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 22px 0 25px;
	text-align: center;
}

.l_sub-heading-02 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin: 10px 0 7px;
	text-align: center;
}

.l_caption {
	font-size: 18px;
	font-size: 1.8rem;
	width: 1000px;
	margin: 0 auto 62px;
}

/* button */

.l_btn-01 {
	line-height: 1.5;
	display: table;
	margin: 64px auto 0;
}

.l_btn-01 > a, .l_btn-01 > span {
	font-size: 16px;
	font-size: 1.6rem;
	display: table-cell;
	width: 150px;
	height: 150px;
	padding: 10px;
	cursor: pointer;
	transition: .5s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	border-radius: 150px;
	background: #ff4f00 url('/img/common/logo-bg2.png') center no-repeat;
	background-size: 74px 78px;
}

.l_btn-01 > a:hover, .l_btn-01 > span:hover {
	opacity: .7;
}

.l_btn-01--border > a, .l_btn-01--border > span {
	color: #ff4f00;
	border: 1px solid #ff4f00;
	background-color: #fff;
}

.l_btn-01--border > a:hover, .l_btn-01--border > span:hover {
	background-color: #fdefe6;
}

.l_btn-01--rev > a, .l_btn-01--rev > span {
	color: #fff;
	border: 1px solid #ff4f00;
	background-color: #ff4f00;
}

.l_btn-01--rev > a:hover, .l_btn-01--rev > span:hover {
	opacity: 1;
	color: #ff4f00;
	background-color: #fff;
}

.l_btn-02 {
	margin-top: 56px;
	text-align: center;
}

.l_btn-02 > a {
	display: inline-block;
	min-width: 300px;
	padding: 4px 20px 3px;
	transition: .5s;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #ff4f00;
	background-color: #ff4f00;
}

.l_btn-02 > a:hover {
	opacity: .7;
}

.l_btn-02--rev > a:hover {
	opacity: 1;
	color: #ff4f00;
	border: 1px solid #ff4f00;
	background-color: #fff;
}

.l_btn-02--rev2 > a {
	color: #ff4f00;
	border: 1px solid #ff4f00;
	background-color: #fff;
}

.l_btn-02--rev2 > a:hover {
	opacity: 1;
	color: #fff;
	background-color: #ff4f00;
}

.l_btn-02--w100per > a {
	width: 100%;
}

.l_btn-01.l_btn-mtb {
	margin: 64px auto;
}

.l_btn-02.l_btn-mtb {
	margin: 56px auto;
}

/* link */

.l_link {
	margin: 56px 0 0;
	text-align: right;
}

.l_link > a {
	display: inline-block;
	padding-right: 24px;
	color: #ff4f00;
	background: url('/img/common/icon_link-orange.png') right center no-repeat;
	background-size: 17px 10px;
}

/* table */

table {
	width: 100%;
	margin-bottom: 40px;
}

table, table th, table td {
	border: 1px solid #a3a3a3;
}

table th, table td {
	padding: 4px 20px;
	text-align: center;
}

table th {
	background-color: #f4f4f4;
}

table td {
	background-color: #fff;
}

.l_table-02 {
	width: auto;
	margin-bottom: 0;
	border: none;
}

.l_table-02 > tbody th, .l_table-02 > tbody td {
	padding: 0 0 1em;
	vertical-align: top;
	border: none;
	background: none;
}

.l_table-02 > tbody th {
	min-width: 170px;
	padding-right: 40px;
	text-align: left;
}

.l_table-02 > tbody td {
	text-align: left;
}

.l_table-03 {
	width: auto;
	margin-bottom: 0;
	border: none;
}

.l_table-03 > tbody th, .l_table-03 > tbody td {
	padding: 0;
	vertical-align: top;
	border: none;
	background: none;
}

.l_table-03 > tbody th {
	font-weight: normal;
	min-width: 110px;
	text-align: left;
}

.l_table-03 > tbody td {
	text-align: left;
}

/* list */

.l_carousel-list {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	text-align: center;
}

.l_carousel-list li {
	display: inline-block;
	width: 293px;
	padding: 0 2px;
}

.l_carousel-list li:hover {
	opacity: .7;
}

.l_carousel-item {
	position: relative;
	width: 100%;
	height: 100%;
}

.l_carousel-item > img {
	width: 100%;
}

.l_carousel-item__body {
	line-height: 1.6;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	color: #fff;
	background-color: #333;
	background-color: rgba(0, 0, 0, .6);
}

.l_carousel-item__body .title, .l_carousel-item__body .text {
	text-align: left;
}

.l_carousel-item__body .title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 8px;
}

.l_carousel-item--green .title {
	color: #4ccd2a;
}

.l_carousel-item--blue .title {
	color: #4ca8f8;
}

.l_carousel-item--pink .title {
	color: #f93c7c;
}

.l_carousel-item__body .text {
	font-size: 14px;
	font-size: 1.4rem;
	display: -webkit-box;
	overflow: hidden;
	margin: 0;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.l_case-logo-list {
	width: 560px;
	margin: 40px auto;
}

.l_media .l_case-logo-list {
	margin: 0 auto;
}

.l_sub-heading-02 + .l_case-logo-list {
	margin: 0 auto;
}

.l_case-logo-list > ul {
	font-size: 0;
	overflow: hidden;
	width: 585px;
	margin-left: -25px;
	text-align: center;
}

.l_case-logo-list > ul > li {
	font-size: 15px;
	display: inline-block;
	width: 195px;
	padding: 0 0 20px 25px;
	text-align: center;
}

.l_case-logo-list > ul > li > a:hover {
	opacity: .7;
}

.l_case-logo-list > ul > li > a > img {
	width: 100%;
}

.l_article-list {
	width: 1196px;
	margin: 0 auto 40px;
}

.l_article-list > ul {
	overflow: hidden;
	margin: -40px 0 0 -40px;
}

.jscroll-added ul {
	margin-top: -80px;
}

.l_article-list > ul > li {
	float: left;
	width: 33.33333%;
	padding: 40px 0 0 40px;
}

.l_article-list > ul + ul {
	padding-top: 40px;
}

.l_article-list--5col > ul > li {
	width: 20%;
}

.l_article-list-02 {
	width: 1136px;
	margin: 0 auto 40px;
}

.l_article-list-02 > ul {
	overflow: hidden;
	margin: -40px 0 0 -37px;
}

.l_article-list-02 > ul > li {
	float: left;
	width: 50%;
	padding: 40px 0 0 40px;
}

.l_article-list-03 {
	width: 1040px;
	margin: 0 auto 40px;
	padding: 0 20px;
}

.l_article-list-03 > ul > li {
	width: 100%;
}

.l_article-list-03 > ul > li + li {
	padding-top: 40px;
}

.l_article-list--w1000 {
	width: 1000px;
}

.l_container-wrap > .l_container:nth-child(odd) .l_article-item {
	background-color: #fafafa;
}

.l_container-wrap > .l_container:nth-child(even) .l_article-item {
	background-color: #fff;
}

.l_article-list--gray .l_article-item {
	background-color: #fafafa;
}

.l_article-list--no-color > ul > li > .l_article-item {
	background: none !important;
}

.l_article-list--no-color .l_article-item__body {
	padding: 0;
}

.l_article-item > a {
	display: block;
	overflow: hidden;
	text-decoration: none;
	color: #2e2e2e;
}

.l_article-item > a:hover > .l_article-item__image > img {
	opacity: .8;
}

.l_article-item__image {
	position: relative;
	background-color: #fbfbfb;
}

.l_article-item__image > img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.l_article-item__image > .new, .l_article-item__image > .date {
	position: absolute;
	z-index: 2;
	display: block;
}

.l_article-item__image > .new {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
	top: 20px;
	left: 0;
	width: 60px;
	height: 20px;
	padding: 0 14px;
	color: #fff;
	background: url('/img/common/bg_ribbon.png') left top no-repeat;
	background-size: 60px 20px;
}

.l_article-item__image > .date {
	line-height: 1;
	top: 0;
	right: 20px;
	width: 45px;
	height: 45px;
	padding: 10px 4px 6px;
	text-align: center;
	color: #ff4f00;
	background: url('/img/common/bg_date.png') left top no-repeat;
	background-size: 45px;
}

.l_article-item__image > .date > .mon, .l_article-item__image > .date > .day, .l_article-item__image > .date > .series {
	font-weight: bold;
	display: block;
	text-align: center;
}

.l_article-item__image > .date > .mon {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 2px;
}

.l_article-item__image > .date > .day {
	font-size: 16px;
	font-size: 1.6rem;
}

.l_article-item__image > .date > .series {
	font-size: 11px;
	font-size: 1.1rem;
	margin-top: 10px;
}

.l_article-item__body {
	padding: 5px 10px;
}

.l_article-item__body > .headline {
	overflow: hidden;
}

.l_article-item__body > .headline > .category {
	font-size: 0;
	float: left;
	width: 75%;
	padding-top: 3px;
}

.l_article-item__body > .headline > .category > .l_tag-icon {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0 6px 6px 0;
}

.l_article-item__body > .headline > .date {
	font-size: 13px;
	font-size: 1.3rem;
	float: right;
	width: 25%;
	text-align: right;
}

.l_article-item__body > .heading {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin: 15px 0 9px;
}

.l_article-item__body > .heading--02 {
	line-height: 1.3;
	padding-bottom: 5px;
	color: #ff4f00;
	border-bottom: 2px solid #ff4f00;
}

.l_article-item__body > .heading--green {
	color: #4ccd2a;
}

.l_article-item__body > .heading--blue {
	color: #4ca8f8;
}

.l_article-item__body > .heading--pink {
	color: #f93c7c;
}

.l_article-item__body > .title {
	font-weight: bold;
	line-height: 1.6;
	display: -webkit-box;
	overflow: hidden;
	margin: 5px 0 20px;

	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.l_article-item__body > .text + .l_btn-02 {
	margin-top: 30px;
}

.l_article-item__body .schedule {
	font-size: 13px;
	font-size: 1.3rem;
	float: left;
	color: #ff4f00;
}

.l_article-item__body > .more {
	text-align: right;
}

.l_article-item__body > .more > span {
	font-size: 13px;
	font-size: 1.3rem;
	color: #717171;
}

.l_article-item__body > .more > span::after {
	display: inline-block;
	padding-left: 6px;
	content: '>';
}

.l_article-item__body > .caption {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 1px 0 5px;
}

.l_article-item__body > .price {
	font-size: 40px;
	font-size: 4rem;
	padding: 5px 0;
	text-align: center;
	color: #ff4f00;
	border-top: 1px solid #a4a4a4;
}

.l_article-item__body > .price + .l_btn-02 {
	margin: 0 auto 13px;
}

.l_article-item__body > .name {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.7;
	margin: 0 0 16px;
}

.l_article-item__body > .name2 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin: 5px 0 0;
}

.l_article-item__body > .department {
	margin: 0 0 5px;
}

.l_article-item + .l_btn-02 {
	margin-top: 20px;
}

.l_article-item--list-02 {
	width: 100%;
}

.l_article-item--list-02 > a {
	display: table;
}

.l_article-item--list-02 > a > .l_article-item__image, .l_article-item--list-02 > a > .l_article-item__body {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.l_article-item--list-02 > a > .l_article-item__image {
	position: relative;
	width: 350px;
}

.l_article-item--list-02 > a > .l_article-item__body {
	padding: 40px;
}

.l_article-item--list-02 > a > .l_article-item__body > .heading {
	font-size: 20px;
	font-size: 2rem;
}

.l_anchor-list {
	width: 1140px;
	margin: 0 auto 80px;
}

.l_anchor-list > ul {
	font-size: 0;
	overflow: hidden;
	width: 102%;
	margin: 0 0 -2% -2%;
	text-align: center;
}

.l_anchor-list > ul > li {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	display: inline-block;
	margin: 0 0 2% 2%;
}

.l_anchor-list > ul > li > a {
	font-size: 18px;
	display: block;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 4px;
	background-color: #ff4f00;
}

.l_anchor-list > ul > li > a:hover {
	opacity: .7;
}

/* box */

.l_box {
	width: 960px;
	margin: 0 auto;
	padding: 40px;
}

.l_box--gray {
	background-color: #fafafa;
}

.l_border-box {
	font-size: 18px;
	font-size: 1.8rem;
	width: 1000px;
	margin: 0 auto 38px;
	padding: 30px;
	border: 2px solid #ff4f00;
	background-color: #fff;
	word-break: break-all;
}

.l_border-box > .title {
	font-weight: bold;
	margin: 0;
	color: #ff4f00;
}

.l_border-box > p {
	font-weight: bold;
}

.l_border-box > .title + p {
	margin-top: 0;
}

.l_border-box li {
	font-weight: bold;
}

.l_border-box > ul > li {
	margin-left: 1.5em;
	list-style: disc;
}

.l_border-box > ol {
	margin: 0;
	padding: 0;
}

.l_border-box > ol > li {
	margin-left: 1.5em;
	list-style: decimal;
}

.l_people-list > ul > li {
	margin-top: 40px;
}

.l_people-list > ul > li:first-child {
	margin-top: 0;
}

.l_people-box {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding: 40px;
	background-color: #f9f9f9;
}

.l_media-02 + .l_people-box {
	margin-top: 40px;
}

.l_people-box__image {
	float: left;
	width: 250px;
}

.l_people-box__body {
	float: right;
	width: 630px;
}

.l_people-box__body > .headline {
	font-weight: bold;
	overflow: hidden;
	margin-bottom: 10px;
}

.l_people-box__body > .headline > .name {
	font-size: 24px;
	font-size: 2.4rem;
	float: left;
	width: 100%;
	padding-right: 20px;
	background-color:;
}

.l_people-box__body > .headline > .affiliation {
	float: left;
	width: 100%;
	background-color:;
}

.l_people-box__body > .profile > .title, .l_people-box__body > .profile > .text {
	margin: 0;
}

.l_people-box__body > .profile > .title {
	font-weight: bold;
}

.l_profile-list {
	width: 1000px;
	margin: 0 auto;
}

.l_profile-list > .title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	color: #ff4f00;
	border-bottom: 2px solid #ff4f00;
}

.l_profile-list > .text {
	margin: 0;
	padding: 33px 0;
}

.l_profile-list > .text > strong {
	font-size: 20px;
	font-size: 2rem;
}

.l_media {
	overflow: hidden;
	min-width: 1200px;
	max-width: 1280px;
	margin: 0 auto 95px;
	padding: 0 20px;
}

.l_media__primary, .l_media__secondary {
	width: 560px;
}

.l_media__primary {
	float: left;
}

.l_media__secondary {
	float: right;
}

.l_media-02 {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}

.l_media-02__item {
	float: left;
	width: 480px;
	margin-bottom: 40px;
}

.l_media-02__item:nth-child(2n) {
	float: right;
}

.l_media-02--rev > .l_media-02__item {
	float: right;
}

.l_media-02--rev > .l_media-02__item:nth-child(2n) {
	float: left;
}

.l_media-02__left, .l_media-02__right {
	width: 480px;
	margin-bottom: 40px;
}

.l_media-02__left {
	float: left;
	margin-right: 40px;
}

.l_media-02__right {
	float: right;
	margin-left: 40px;
}

.l_media-02__left + div, .l_media-02__right + div {
	margin-bottom: 40px;
}

.l_media-02 .title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin-top: 40px;
}

.l_media-02__item .title:first-child, .l_media-02__left + div .title:first-child, .l_media-02__right + div .title:first-child, .l_media-03__item .title:first-child {
	margin-top: 0;
}

.l_media-02 .text {
	margin-top: 0;
}

.l_media-02 .text + .l_btn-02 {
	margin-top: 24px;
}

.l_media-02 .caption {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 1px 0 5px;
}

.l_media-03 {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto 40px;
}

.l_media-03-inner {
	margin: -40px 0 0 -40px;
}

.l_media-03__item {
	float: left;
	width: 33.33333%;
	padding: 40px 0 0 40px;
}

.l_media-03__item .caption {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 1px 0 5px;
}

.l_case-media {
	display: table;
	width: 870px;
}

.l_case-media__image, .l_case-media__body {
	display: table-cell;
	vertical-align: top;
}

.l_case-media__image {
	width: 450px;
}

.l_case-media__image > img {
	width: 100%;
}

.l_case-media__body {
	padding-left: 40px;
}

.l_case-media__body > .headline {
	overflow: hidden;
	margin-bottom: 10px;
}

.l_case-media__body > .headline > .category, .l_case-media__body > .headline > .date {
	width: 50%;
}

.l_case-media__body > .headline > .category {
	float: left;
}

.l_case-media__body > .headline > .date {
	font-size: 13px;
	font-size: 1.3rem;
	float: right;
	padding-top: 3px;
	text-align: right;
	color: #717171;
}

.l_case-media__body > .title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 25px;
}

.l_case-media__body > .l_btn-02 {
	text-align: left;
}

.l_case-media__body > .l_btn-02 > a {
	width: 100%;
}

/* icon */

.l_tag-icon {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	display: inline-block;
	padding: 2px 8px 1px;
	border: 1px solid #ffebe2;
	background-color: #fff;
}

.l_tag-list {
	font-size: 0;
	width: 1196px;
	margin: 0 auto 60px;
}

.l_tag-list > ul {
	font-size: 0;
}

.l_tag-list > ul > li {
	line-height: 1;
	display: inline-block;
	margin: 0 20px 20px 0;
}

.l_tag-list > ul > li > span, .l_tag-list > ul > li > a {
	font-size: 15px;
	font-size: 1.5rem;
	display: inline-block;
	padding: 2px 8px 1px;
	cursor: pointer;
	text-decoration: none;
	color: #000;
	border: 1px solid #ffebe2;
	background-color: #fff;
}

.l_tag-list > ul > li > span:hover, .l_tag-list > ul > li > a:hover, .l_tag-list > ul > li > .is_active {
	color: #fff;
	border-color: #ff4f00;
	background-color: #ff4f00;
}

/* social */

.l_social-buttons {
	display: table;
	margin: 0 auto;
	padding-top: 80px;
	text-align: center;
}

.l_social-button {
	display: table-cell;
	padding: 0 8px;
	vertical-align: top;
}

.l_hatena-button {
	margin: 0;
}

.l_facebook-button {
	margin: 0 0 0 -5px;
}

.l_facebook-button .fb-like {
	line-height: 1;
}

/* slider */

.l_carousel-list .slick-next, .l_carousel-list .slick-prev {
	z-index: 10;
	width: 60px;
	height: 60px;
	border: none;
}

.l_carousel-list .slick-prev {
	left: 25px;
}

.l_carousel-list .slick-next {
	right: 25px;
}

.l_carousel-list .slick-prev:before, .l_carousel-list .slick-next:before {
	display: block;
	width: 60px;
	height: 60px;
	content: '';
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
}

.l_carousel-list .slick-prev:before {
	background-image: url('/img/common/prev.png');
}

.l_carousel-list .slick-next:before {
	background-image: url('/img/common/next.png');
}

.l_carousel-list .slick-prev:before:hover, .l_carousel-list .slick-next:before:hover {
	opacity: .7;
}

.l_map {
	position: relative;
	overflow: hidden;
	height: 500px;
	margin: 70px 20px 0;
}

.l_map > img {
	max-width: inherit !important;
}

/* sp */

.l_sp-menu-btn, .l_sp-menu {
	display: none;
}

/*===================================================================
 Object
===================================================================*/

/* Project
---------------------------------------------------- */

/*
.top_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
*/

.top_header {
	width: 100%;
	background-color: #e05e36;
}

.top_main-visual-wrap {
	z-index: 1;
/*	height: 688px;*/
/*	height: 850px;*/
	height: 850px;
	padding: 160px 0 0;
	color: #fff;
	object-fit: cover;
	
}

.top_main-visual > .image, .top_main-visual > .slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	clear:both;
}

.top_main-visual > .slider li {
	position: relative;
}

.top_main-visual > .slider li .image {
	width: 100%;
	height: none%;
}

.top_main-visual > .slider li .text-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: none;
	padding: 160px 0 0;
}

.top_main-visual .title {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 18px;
}

.top_main-visual .text {
	font-size: 20px;
	font-size: 2rem;
}

.top_main-visual .l_btn-01 {
	margin-top: 42px;
}

/* slider */

.top_main-visual .slick-next, .top_main-visual .slick-prev {
	z-index: 10;
	width: 15px;
	height: 23px;
	border: none;
}

.top_main-visual .slick-prev {
	left: 38px;
}

.top_main-visual .slick-next {
	right: 38px;
}

.top_main-visual .slick-prev:before, .top_main-visual .slick-next:before {
	display: block;
	width: 15px;
	height: 23px;
	content: '';
	opacity: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 23px;
}

.top_main-visual .slick-prev:before {
	background-image: url('/img/common/icon_slider-prev.png');
}

.top_main-visual .slick-next:before {
	background-image: url('/img/common/icon_slider-next.png');
}

.top_main-visual .slick-prev:hover:before {
	background-image: url('/img/common/icon_slider-prev-on.png');
}

.top_main-visual .slick-next:hover:before {
	background-image: url('/img/common/icon_slider-next-on.png');
}

.top_main-visual .slick-dots {
	z-index: 1;
	bottom: 60px;
}

.top_main-visual .slick-dots li {
	margin: 0 7px;
}

.top_main-visual .slick-dots li {
	overflow: hidden;
}

.top_main-visual .slick-dots li, .top_main-visual .slick-dots li button {
	width: 6px;
	height: 6px;
}

.top_main-visual .slick-dots li button:before {
	width: 6px;
	height: 6px;
	content: '';
	opacity: 1;
	border-radius: 6px;
	background-color: #fff;
}

.top_main-visual .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #ff4f00;
}

.top_service-box {
	display: table;
	width: 100%;
	height: 400px;
	color: #fff;
}

.top_service-box > a {
	position: relative;
	display: table-cell;
	overflow: hidden;
	width: 100%;
	height: 400px;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
}

.top_service-box > a::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .6;
	background-color: #333;
}

.top_service-box > a:hover {
	opacity: .8;
}

.top_service-box .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}

.top_service-box .image img {
	width: 100%;
}

.top_service-box > a > .title, .top_service-box > a > .text {
	position: relative;
	z-index: 1;
	margin: 0;
}

.top_service-box > a > .title {
	font-size: 35px;
	font-size: 3.5rem;
	margin: 0 0 6px;
}

.service-box {
	position: relative;
	display: table;
	width: 100%;
	height: 360px;
	margin: 0 auto 80px;
}

.service-box-inner {
	display: table-cell;
	width: 100%;
	height: 360px;
	padding: 20px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
}

.service-box-inner::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .6;
	background-color: #333;
}

.service-box-inner > .title, .service-box-inner > .text {
	position: relative;
	z-index: 1;
	width: 620px;
	margin: 0;
}

.service-box-inner > .title {
	font-size: 20px;
	font-size: 2rem;
	margin: 0 auto 16px;
}

.service-box-inner > .text {
	margin: 0 auto;
	text-align: left;
}

.service-box-inner > .image {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 360px;
}

.service-box-inner > .image > img {
	width: 100%;
}

.form_wrap {
	width: 620px;
	margin: 0 auto;
}

.form_wrap .required {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	display: inline-block;
	margin-left: 3px;
	padding: 0 7px;
	color: #fff;
	background-color: #f40;
}

.form_caption {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 72px;
}

.form_top-link {
	margin: 0 0 72px;
}

.mw_wp_form_input .form_top-link {
	display: none;
}

.mw_wp_form_confirm .form_top-link {
	display: inherit;
}

.form_wrap dt {
	font-weight: bold;
}

.form_wrap dd {
	overflow: hidden;
	margin: 0 0 33px;
	padding: 0;
}

.form_wrap dd:last-child {
	margin-bottom: 0;
}

.form_wrap dd .left, .form_wrap dd .right {
	float: left;
	width: 50%;
	margin: 0;
}

.form_wrap dd .left {
	padding-right: 10px;
}

.form_wrap dd .right {
	padding-left: 10px;
}

.form_required-text {
	color: #ff4f00;
}

.form_wrap input[type='text'], .form_wrap select, .form_wrap textarea {
	padding: 10px 12px;
	border: none;
	background-color: #f4f4f4;
}

.form_wrap input[type='email'], .form_wrap select, .form_wrap textarea {
	padding: 10px 12px;
	border: none;
	background-color: #f4f4f4;
}

.form_wrap select {
	padding: 5px 12px;
}

.form_input-w100 {
	width: 100%;
}

.form_input-small {
	width: 140px;
}

.form_input-small2 {
	width: 60px;
}

.form_input-small3 {
	width: 140px;
	padding: 10px 12px;
	border: none;
	background-color: #f4f4f4;
}


.form_input-medium {
	width: 270px;
}

.form_input-center {
	text-align: center;
}

.form_input-right {
	text-align: right;
}

.form_input-block {
	display: block;
}

.form_input-block + .form_input-block {
	margin-top: 20px;
}



.form_wrap input[type='radio']:checked, .form_wrap input[type='radio']:not(:checked) {
	position: absolute;
	left: -9999px;
}

.form_wrap input[type='radio']:checked + span, .form_wrap input[type='radio']:not(:checked) + span {
	position: relative;
	display: inline-block;
	padding-left: 28px;
	cursor: pointer;
}

.form_wrap input[type='radio']:checked + span:before, .form_wrap input[type='radio']:not(:checked) + span:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	border-radius: 100%;
	background: #f5f5f5;
}

.form_wrap input[type='radio']:checked + span:after, .form_wrap input[type='radio']:not(:checked) + span:after {
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	transition: all .2s ease;
	border: 6px solid #ff4f00;
	border-radius: 100%;
	background: #f5f5f5;
}

.form_wrap input[type='radio']:not(:checked) + span:after {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

.form_wrap input[type='radio']:checked + span:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}



/* OWNER'S AGENT User Customize for MWW4.0.2

.form_wrap input[type='radio']:checked, .form_wrap input[type='radio']:not(:checked) {
	position: absolute;
	left: -9999px;
}

.form_wrap input[type='radio']:checked + label, .form_wrap input[type='radio']:not(:checked) + label {
	position: relative;
	display: inline-block;
	padding-left: 28px;
	cursor: pointer;
}

.form_wrap input[type='radio']:checked + label:before, .form_wrap input[type='radio']:not(:checked) + label:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	border-radius: 100%;
	background: #f5f5f5;
}

.form_wrap input[type='radio']:checked + label:after, .form_wrap input[type='radio']:not(:checked) + label:after {
	position: absolute;
	top: 5px;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	transition: all .2s ease;
	border: 6px solid #ff4f00;
	border-radius: 100%;
	background: #f5f5f5;
}

.form_wrap input[type='radio']:not(:checked) + label:after {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

.form_wrap input[type='radio']:checked + label:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

*/

/* OWNER'S AGENT User Customize for SUTAKEN CHECKBOX

.form_wrap input[type='checkbox']:checked, .form_wrap input[type='checkbox']:not(:checked) {
	position: absolute;
	left: -9999px;
}

.form_wrap input[type='checkbox']:checked + label, .form_wrap input[type='checkbox']:not(:checked) + label {
	position: relative;
	display: inline-block;
	padding-left: 28px;
	cursor: pointer;
}

.form_wrap input[type='checkbox']:checked + label:before, .form_wrap input[type='checkbox']:not(:checked) + label:before {
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	content: '';
	background: #f5f5f5;
}

.form_wrap input[type='checkbox']:checked + label:after, .form_wrap input[type='checkbox']:not(:checked) + label:after {
	position: absolute;
	top: 9px;
	left: 3px;
	width: 15px;
	height: 11px;
	content: '';
	transition: all .2s ease;
	background: url('/img/common/icon_check.png') 0 0 no-repeat;
	background-size: 15px 11px;
}

.form_wrap input[type='checkbox']:not(:checked) + label:after {
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}

.form_wrap input[type='checkbox']:checked + label:after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

*/

.form_section {
	padding: 44px 0;
	border-bottom: 2px solid #d1d1d1;
}

.form_section--first {
	padding: 0 0 32px;
}

.form_section p {
	margin: 0;
}

.form_section p + p {
	margin-top: 1em;
}

.form_section p.form_title {
	font-weight: bold;
	margin-bottom: 34px;
}

.form_section p.form_title + p {
	margin-top: 0;
}

.form_list {
	overflow: hidden;
	margin-top: -27px;
}

.form_list > li {
	float: left;
	width: 50%;
	margin-top: 27px;
	padding-right: 1.5em;
}

.form_list-v {
	overflow: hidden;
	margin-top: -27px;
}

.form_list-v > li {
	float: left;
	width: 100%;
	margin-top: 27px;
	padding-right: 2.0em;
}

.form_note {
	margin-top: 48px;
	padding: 20px;
	background-color: #fff6f2;
}

.form_privacy {
	margin-top: 50px;
	text-align: center;
}

.form_btn-wrap {
	overflow: hidden;
	margin-top: 80px;
}

.form_btn-wrap > .left, .form_btn-wrap > .right {
	float: left;
	width: 50%;
}

.form_btn-wrap > .left {
	padding-right: 10px;
}

.form_btn-wrap > .right {
	padding-left: 10px;
}

.form_btn-wrap > .left > .form_btn, .form_btn-wrap > .right > .form_btn {
	width: 100%;
}

.form_btn {
	padding: 5px 20px 4px;
	transition: .5s;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: none;
	background-color: #ff4f00;
}

.form_btn:hover {
	opacity: .7;
}

.form_btn--reset {
	background-color: #636363;
}

.about_section:last-child {
	padding-bottom: 150px;
}

.about_title-wrap {
	position: relative;
	display: table;
	overflow: hidden;
	width: 100%;
	height: 360px;
}

.about_title-wrap-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.about_title {
	width: 376px;
	margin: 0 auto;
	color: #ff4f00;
}

.about_title > .title-01 {
	font-size: 40px;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
	padding-bottom: 3px;
	border-bottom: 4px solid #ff4f00;
}

.about_title > .title-02 {
	font-size: 20px;
	font-size: 2rem;
}

.about_title-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 360px;
}

.about_title-bg > img {
	width: 100%;
	height: auto;
}

.about_content {
	padding: 72px 0;
}

.about_content p {
	margin: 0;
}

.about_content-inner {
	width: 640px;
	margin: 0 auto;
}

.about_content-inner + .l_content {
	margin-top: 90px;
}

.about_logo-section {
	background-color: #fff6f2 !important;
}

.about_logo-section::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100px;
	content: '';
	background-image: url('/img/svg/slash2-rev.svg') !important;
	background-repeat: no-repeat;
	background-size: 100% 100px;
}

.about_logo-section > .l_container-inner > .l_content {
	padding: 123px 0 0;
}

.about_logo-section > .l_container-inner .logo {
	width: 250px;
	margin: 0 auto;
}

.about-figure {
	margin-top: 50px;
}

/* WYGSYG */

.wygsyg-set ol, .wygsyg-set ul {
	margin: 1em 0;
	padding-left: 1.5em;
}

.wygsyg-set ol li {
	list-style: decimal;
}

.wygsyg-set ul li {
	list-style: disc;
}

.wygsyg-set blockquote {
	font-style: italic;
	position: relative;
	display: block;
	margin: 1em 0em;
	padding: 1em 2em;
	border: 2px solid #ff4f00;
	border-right: none;
	border-left: none;
}

.wygsyg-set blockquote::before, .wygsyg-set blockquote::after {
	font-size: 30px;
	font-size: 3rem;
	line-height: 1em;
	position: absolute;
	color: #ff4f00;
}

.wygsyg-set blockquote::before {
	top: 17px;
	left: 0;
	font-size:300%;
	line-height:1em;
	content: "“";
}

.wygsyg-set blockquote::after {
	right: 0;
	bottom: 0;
	font-size:300%;
	line-height:1em;
	content: "”";
}

/* Utility
---------------------------------------------------- */

/* Display */

.u_sp {
	display: none;
}

/* Helper */

.u_mg0 {
	margin: 0 !important;
}

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

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

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

.u_mt60 {
	margin-top: 60px !important;
}

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

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

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

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

.u_mla {
	margin-left: auto !important;
}

.u_ml0 {
	margin-left: 0 !important;
}

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

.u_ml40 {
	margin-left: 40px !important;
}

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

.u_mra {
	margin-right: auto !important;
}

.u_mr0 {
	margin-right: 0 !important;
}

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

.u_mr40 {
	margin-right: 40px !important;
}

.u_mr60 {
	margin-right: 60px !important;
}

/* Clearfix */

.clearfix:after, .clearfix:before {
	display: table;
	content: ' ';
}

.clearfix:after {
	clear: both;
}

@media all and (max-width: 767px) {
	body {
		min-width: 320px;
	}

	.l_header-inner {
		width: 100%;
		min-width: inherit;
		height: 80px;
		padding: 0;
	}

	.l_header-logo {
		width: 220px;
		margin: 10px 0 0 20px;
	}

	.l_header-aside {
		display: none;
	}

	.l_header-nav {
		display: none;
	}

	.l_footer-wrap {
		min-width: inherit;
		margin-top: -50px;
		padding-top: 50px;
	}

	.l_footer-wrap::before {
		height: 50px;
		background-size: 100% 50px;
	}

	.l_footer-inner {
		width: 100%;
		min-width: inherit;
		padding: 20px 20px 0;
		background-image: none;
	}

	.l_footer-primary {
		display: none;
	}

	.l_footer-secondary {
		float: none;
		width: 100%;
		text-align: center;
	}

	.l_footer-nav-02 {
		margin-bottom: 15px;
	}

	.l_footer-mailmag {
		display: none;
	}

	.l_footer-social {
		position: relative;
		margin: 0 auto 28px;
		padding-bottom: 24px;
	}

	.l_footer-social__title {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 1;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.l_footer-social__list > ul > li {
		margin: 0;
		padding: 9px;
	}

	.l_page-top {
		right: 10px;
		bottom: 20px;
		width: 50px;
		height: 50px;
	}

	.l_container {
		min-width: inherit;
		padding-bottom: 50px;
	}

	.l_container::after {
		height: 50px;
		background-size: 100% 50px;
	}

	.l_container-inner {
		padding: 17px 0 60px;
	}

	.l_container-inner-02 {
		padding: 0 0 60px;
	}

	.l_content {
		width: 100%;
		min-width: inherit;
		padding: 0 20px;
	}

	.l_content-sp-pd0 {
		padding: 0;
	}

	.l_column__item {
		float: none;
	}

	.l_column--01 > .l_column__item, .l_column--02 > .l_column__item, .l_column--03 > .l_column__item, .l_column--04 > .l_column__item, .l_column--05 > .l_column__item {
		width: 100%;
	}

	.l_breadcrumb {
		display: none;
	}

	.l_main-title {
		font-size: 21px;
		font-size: 2.1rem;
		width: 100%;
		min-width: inherit;
		margin-bottom: 20px;
		padding: 0 20px;
	}

	.l_main-title-02-wrap {
		padding: 0 20px 5px;
		border-width: 1px;
	}

	.l_main-title-02-wrap > .l_main-title-02 {
		padding: 0;
	}

	.l_main-title-02 {
		width: 100%;
		min-width: inherit;
	}

	.l_main-title-02__title {
		font-size: 21px;
		font-size: 2.1rem;
		margin-bottom: 5px;
	}

	.l_main-visual-wrap {
		min-width: inherit;
	}

	.l_main-visual-wrap > .image {
		height: 158px;
	}

	.l_main-visual-wrap--staff .image {
		height: 447px;
	}

	.l_main-visual-wrap--staff .image2 {
/*		height: 447px;*/
	}

	.l_main-visual-wrap--staff .slider .image2{
/*		height: 447px;*/

	}

	.l_main-visual-wrap::after {
		height: 50px;
		background-size: 100% 50px;
	}

	.l_main-image {
		width: 100%;
	}

	.l_main-image {
		margin-bottom: 40px;
	}

	.l_main-image-content .title {
		margin: 0;
	}

	.l_main-image-content > img + .text {
		margin-top: 10px;
	}

	.l_heading-01 {
		font-size: 20px;
		font-size: 2rem;
		margin-bottom: 32px;
		border-bottom: 2px solid #ff4f00;
	}

	.l_heading-02 {
		margin-bottom: 16px;
		border-width: 1px;
	}


コメントアウト終了 */


	.l_sub-heading-01 {
		font-size: 25px;
		font-size: 2.5rem;
		min-width: inherit;
		padding: 5px 0;
	}

	.l_caption {
		font-size: 15px;
		font-size: 1.5rem;
		width: 100%;
		margin-bottom: 1em;
	}

	.l_btn-01 {
		margin-top: 40px;
	}

	.l_btn-01 > a, .l_btn-01 > span {
		background-size: 52px 54px;
	}

	.l_btn-01 > a, .l_btn-01 > span {
		font-size: 13px;
		font-size: 1.3rem;
		width: 100px;
		height: 100px;
		padding: 10px;
		border-radius: 100px;
	}

	.l_btn-02 {
		margin-top: 40px;
		border-width: 2px;
	}

	.l_btn-02 > a {
		width: 100%;
		min-width: 220px;
	}

	.l_btn-01.l_btn-mtb, .l_btn-02.l_btn-mtb {
		margin: 40px auto;
	}

	.l_link {
		margin-top: 40px;
		text-align: center;
	}

	table {
		margin-bottom: 20px;
	}

	table, table > tbody, table > tbody tr, table > tbody th, table > tbody td {
		display: block;
		overflow: hidden;
		width: 100%;
		border: none; 

	}

	table > tbody, table > tbody tr, table > tbody th, table > tbody td {
		float: left;
		overflow: hidden;
	}

	table thead {
		display: none;
	}

	table > tbody th, table > tbody td {
		text-align: left;
	}

	table > tbody th {
		margin-top: 10px;
		padding: 4px 10px;
	}

	table > tbody td {
		line-height: 1.6;
		padding: 0 10px;
	}

	table > tbody td:nth-child(2) {
		padding-top: 8px;
	}

	table > tbody td:last-child {
		padding-bottom: 5px;
border-bottom:1px solid #808080;
	}

	.l_table-02 > tbody tr, .l_table-02 > tbody th, .l_table-02 > tbody td {
		display: block;
	}

	.l_table-02 > tbody th {
		min-width: inherit;
		padding-bottom: 0;
	}

	.l_case-logo-list {
		width: 100%;
		margin: 20px auto;
	}

	.l_media .l_case-logo-list {
		margin: 0 auto;
	}

	.l_case-logo-list > ul {
		width: 103%;
		margin-left: -3%;
	}

	.l_case-logo-list > ul > li {
		width: 33.3%;
		padding-left: 3%;
	}

	.l_article-list {
		width: 100%;
		margin-bottom: 20px;
	}

	.l_article-list > ul {
		margin: 0;
	}

	.l_article-list > ul > li {
		float: none;
		width: 100%;
		padding: 0 0 20px;
	}

	.l_article-list > ul > li:last-child {
		padding-bottom: 0;
	}

	.l_article-list-02 {
		width: 100%;
		margin-bottom: 20px;
	}

	.l_article-list-02 > ul {
		margin: 0;
	}

	.l_article-list-02 > ul > li {
		float: none;
		width: 100%;
		padding: 0 0 20px;
	}

	.l_article-list-02 > ul > li:last-child {
		padding-bottom: 0;
	}

	.l_article-list-03 {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}

	.l_article-list-03 > ul {
		border-top: 1px solid #b9b9b9;
	}

	.l_article-list-03 > ul > li {
		border-bottom: 1px solid #b9b9b9;
	}

	.l_article-list-03 > ul > li + li {
		padding: 0;
	}

	.l_article-list--w1000 {
		width: 100%;
	}

	.l_article-item__image > .date {
		right: 10px;
		width: 42px;
		height: 42px;
		padding: 9px 4px 5px;
		background-size: 42px;
	}

	.l_article-item__image > .date > .series {
		font-size: 11px;
		font-size: 1.1rem;
		margin-top: 9px;
	}

	.l_article-item__body > .headline > .category, .l_article-item__body > .headline > .date {
		float: none;
		width: 100%;
		padding: 0;
		text-align: left;
	}

	.l_article-item__body > .heading {
		margin: 3px 0 0;
	}

	.l_article-item__body > .heading--02 {
		margin-bottom: 12px;
		padding: 15px 0 8px;
	}

	.l_article-item__body > .text + .l_btn-02 {
		margin-top: 0;
	}

	.l_article-item__body .schedule {
		float: none;
	}

	.l_article-item + .l_btn-02 {
		margin: 10px 0;
	}

	.l_article-list li:last-child .l_article-item + .l_btn-02, .l_article-list-02 li:last-child .l_article-item + .l_btn-02 {
		margin-bottom: 0;
	}

	.l_article-item--list > a {
		display: table;
		width: 100%;
		min-height: 110px;
	}

	.l_article-item--list > a > .l_article-item__image, .l_article-item--list > a > .l_article-item__body {
		display: table-cell;
	}

	.l_article-item--list > a > .l_article-item__image {
		overflow: hidden;
		width: 120px;
		height: 100%;
	}

	.l_article-item--list > a > .l_article-item__image > img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: auto;
		max-width: inherit;
		height: auto;
		margin: 0 auto;
	}

	.l_article-item--list > a > .l_article-item__image > .new {
		top: 8px;
	}

	.l_article-item--list > a > .l_article-item__body {
		padding-left: 10px;
		vertical-align: middle;
	}

	.l_article-item--list > a > .l_article-item__body > .title {
		margin-bottom: 10px;
	}

	.l_article-item--list > a > .l_article-item__body > .more {
		display: none;
	}

	.l_article-item--list-02 > a > .l_article-item__image {
		overflow: hidden;
		width: 128px;
		height: 100%;
	}

	.l_article-item--list-02 > a > .l_article-item__image > img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: auto;
		max-width: inherit;
		height: 100%;
		margin: 0 auto;
	}

	.l_article-item--list-02 > a > .l_article-item__body {
		line-height: 1.7;
		padding: 10px 20px 14px;
	}

	.l_article-item--list-02 > a > .l_article-item__body > .text {
		margin: 5px 0 0;
	}

	.l_anchor-list {
		width: 100%;
		margin-bottom: 40px;
	}

	.l_anchor-list > ul {
		text-align: left;
	}

	.l_anchor-list > select {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: bold;
		display: block;
		overflow: inherit;
		width: 100%;
		height: 2.4em;
		padding: 0 38px 0 8px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		border: none;
		border-radius: 4px;
		outline: none;
		background: #ff4f00 url('/img/common/icon_pulldown.png') right center no-repeat;
		background-size: 39px 10px;
		-webkit-appearance: none;

		-moz-appearance: none;
		appearance: none;
	}

	.l_anchor-list > select::-ms-expand {
		display: none;
	}

	.l_anchor-list > select > option {
		line-height: 1.5em;
		padding: .2em .2em .2em 24px;
		color: #000;
		background-color: #fff;
	}

	.l_box {
		width: auto;
		margin: 0 20px;
		padding: 20px;
	}

	.l_border-box {
		width: 100%;
		margin-bottom: 20px;
		padding: 20px;
		border-width: 1px;
	}

	.l_media-02 + .l_border-box {
		margin-top: 10px;
	}

	.l_border-box > p, .l_border-box li {
		line-height: 1.7;
	}

	.l_people-list > ul > li {
		margin-top: 20px;
	}

	.l_people-box {
		width: 100%;
		margin: 20px auto;
		padding: 20px;
	}

	.l_media-02 + .l_people-box {
		margin-top: 10px;
	}

	.l_people-box__image, .l_people-box__body {
		float: none;
		width: 100%;
	}

	.l_people-box__image {
		margin-bottom: 20px;
		text-align: center;
	}

	.l_people-box__image > img {
		width: 100%;
	}

	.l_people-box__body > .headline, .l_people-box__body > .headline > .name, .l_people-box__body > .headline > .affiliation {
		float: none;
		width: 100%;
		padding: 0;
	}

	.l_people-box__body > .headline > .name {
		font-size: 21px;
		font-size: 2.1rem;
	}

	.l_profile-list {
		width: 100%;
	}

	.l_profile-list > .title {
		border-width: 1px;
	}

	.l_profile-list > .text {
		padding: 20px 0;
	}

	.l_media {
		width: 100%;
		min-width: inherit;
		margin-bottom: 0;
		padding: 0;
	}

	.l_media__primary, .l_media__secondary {
		float: none;
		width: 100%;
	}

	.l_media__primary {
		margin-bottom: 38px;
	}

	.l_media__primary > p:first-child, .l_media__secondary > p:first-child {
		margin-top: 0;
	}

	.l_media__primary > .l_btn-02, .l_media__secondary > .l_btn-02 {
		margin-top: 0;
	}

	.l_media-02 {
		width: 100%;
	}

	.l_media-02 + .l_media-02 {
		margin-top: 10px;
	}

	.l_media-02__item {
		float: none !important;
		width: 100%;
		margin-bottom: 10px !important;
	}

	.l_media-02__left, .l_media-02__right {
		width: 100%;
		margin: 0 0 10px;
	}

	.l_media-02__left + div, .l_media-02__right + div {
		margin-bottom: 10px;
	}

	.l_media-02__item {
		margin-bottom: 20px;
	}

	.l_media-02 .title {
		margin-top: 0;
	}

	.l_media-02 .text {
		margin-top: 0;
	}

	.l_media-02 .text {
		margin: 0;
	}

	.l_media-02 .text + .l_btn-02 {
		margin-top: 15px;
	}

	.l_media-03 {
		width: 100%;
		margin-bottom: 20px;
	}

	.l_media-03-inner {
		margin: 0;
	}

	.l_media-03__item {
		float: none;
		width: 100%;
		padding: 0 0 20px;
	}

	.l_media-03__item:last-child {
		padding-bottom: 0;
	}

	.l_case-media, .l_case-media__image, .l_case-media__body {
		display: block;
		width: 100%;
	}

	.l_case-media__body {
		padding: 5px 0;
	}

	.l_case-media__body > .headline {
		margin-bottom: 0;
	}

	.l_case-media__body > .title {
		font-size: 16px;
		font-size: 1.6rem;
		margin-bottom: 0;
	}

	.l_tag-list {
		width: 100%;
		margin: 0 auto 14px;
	}

	.l_tag-list > ul > li {
		margin: 0 10px 10px 0;
	}

	.l_tag-list > ul > li > span, .l_tag-list > ul > li > a {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.l_social-buttons {
		padding-top: 20px;
	}

	.l_gplus-button {
		display: none;
	}

	.l_carousel-list .slick-next, .l_carousel-list .slick-prev {
		width: 50px;
		height: 50px;
	}

	.l_carousel-list .slick-prev:before, .l_carousel-list .slick-next:before {
		width: 50px;
		height: 50px;
		background-size: 50px;
	}

	.l_map {
		height: 250px;
		margin: 36px 20px 0;
	}

	.l_sp-menu-btn, .l_sp-menu-close {
		position: absolute;
		z-index: 1001;
		top: 20px;
		right: 20px;
		display: block;
		width: 48px;
		height: 40px;
		cursor: pointer;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 48px 40px;
	}

	.l_sp-menu-btn {
		background-image: url('/img/common/btn_sp-menu.png');
	}

	.l_sp-menu-close {
		background-image: url('/img/common/btn_sp-close.png');
	}

	.l_sp-menu {
		position: absolute;
		z-index: 1002;
		top: 0;
		left: 0;
		display: block;
		visibility: hidden;
		width: 100%;
		margin-top: -100%;
		padding-top: 80px;
		transition: .5s;
		opacity: 0;
		background-color: #fafafa;
		box-shadow: 0 4px 4px rgba(4, 0, 0, .1);
	}

	.l_sp-menu.is_active {
		visibility: visible;
		margin-top: 0;
		opacity: 1;
	}

	.l_sp-menu-aside {
		padding: 20px;
	}

	.l_sp-menu-aside__search {
		display: table;
		width: 100%;
	}

	.l_sp-menu-aside__search > .bar, .l_sp-menu-aside__search > .btn {
		display: table-cell;
	}

	.l_sp-menu-aside__search > .bar {
		padding-right: 10px;
	}

	.l_sp-menu-aside__search > .bar > input {
		font-size: 18px;
		font-size: 1.8rem;
		width: 100%;
		padding: 3px 9px;
		color: #777;
		border: 1px solid #b9b9b9;
		border-radius: 3px;
		-webkit-appearance: none;
	}

	.l_sp-menu-aside__search > .btn {
		width: 77px;
	}

	.l_sp-menu-aside__search > .btn > button {
		font-size: 17px;
		font-size: 1.7rem;
		line-height: 1;
		display: inline-block;
		width: 77px;
		padding: 5px 4px 4px;
		color: #ff4f00;
		border: 1px solid #ff4f00;
		background-color: #fff;
	}

	.l_sp-menu-aside__search > .btn > button:hover {
		opacity: .7;
	}

	.l_sp-menu-aside__contact {
		margin-top: 28px;
		text-align: center;
	}

	.l_sp-menu-aside__contact > a > img {
		width: 220px;
		vertical-align: top;
	}

	.l_sp-menu-aside__contact > a:hover {
		opacity: .7;
	}

	.l_sp-nav > ul > li {
		border-top: 1px solid #b9b9b9;
	}

	.l_sp-nav > ul > li > a, .l_sp-nav > ul > li > .link {
		font-size: 20px;
		font-size: 2rem;
		display: block;
		padding: 6px 20px;
		text-decoration: none;
		color: #2e2e2e;
	}

	.l_sp-nav > ul > li > .link > span {
		display: inline-block;
		padding-right: 30px;
		background: url('/img/common/icon_snav-link.png') right center no-repeat;
		background-size: 20px 11px;
	}

	.l_sp-nav > ul > li > a.link > span.is_active {
		background-image: url('/img/common/icon_snav-link-02.png');
	}

	.l_sp-nav-lv2 {
		display: none;
	}

	.l_sp-nav-lv2 > dl {
		margin: 0;
	}

	.l_sp-nav-lv2 > dl > dt {
		font-size: 20px;
		font-size: 2rem;
		padding: 6px 20px 6px 40px;
		background-color: #fff;
	}

	.l_sp-nav-lv2 > dl > dt, .l_sp-nav-lv2 > dl > dd, .l_sp-nav-lv2 > ul > li {
		margin: 0;
		border-top: 1px solid #b9b9b9;
	}

	.l_sp-nav-lv2 > dl > dd > a, .l_sp-nav-lv2 > ul > li > a {
		font-size: 20px;
		font-size: 2rem;
		display: block;
		padding: 6px 20px 6px 40px;
		text-decoration: none;
		color: #2e2e2e;
	}

	.l_sp-nav-lv2 > dl > dd > a > p, .l_sp-nav-lv2 > ul > li > a > p {
		margin: 0;
	}

	.l_sp-nav-lv2 > dl > dd > a > .text, .l_sp-nav-lv2 > ul > li > a > .text {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.l_sp-nav-lv2 > dl.green > dt, .l_sp-nav-lv2 > dl.green > dd > a > .title {
		color: #4ccd2a;
	}

	.l_sp-nav-lv2 > dl.blue > dt, .l_sp-nav-lv2 > dl.blue > dd > a > .title {
		color: #4ca8f8;
	}

	.l_sp-nav-lv2 > dl.pink > dt, .l_sp-nav-lv2 > dl.pink > dd > a > .title {
		color: #f93c7c;
	}

	.l_sp-nav-lv2 .more {
		border-top: 1px solid #b9b9b9;
	}

	.l_sp-nav-lv2 .more > a {
		font-size: 20px;
		font-size: 2rem;
		display: block;
		padding: 6px 20px 6px 40px;
		text-decoration: none;
		color: #ff4f00;
	}

	.l_sp-nav-lv2 .more > a > span {
		display: inline-block;
		padding-right: 25px;
		background: url('/img/common/icon_arrow-orange.png') right center no-repeat;
		background-size: 12px 24px;
	}

	.l_sp-nav > ul > li.member > a {
		padding: 6px 20px;
	}

	.l_sp-nav > ul > li.member > a > span > span {
		padding: 6px 0 6px 40px;
		background: url('/img/common/icon_people.png') left center no-repeat;
		background-size: 28px 31px;
	}

	.top_header {
		background: none;
	}

/*
	.top_main-visual-wrap {
		height: 736px;
		padding: 128px 20px 0;
	}
*/

	.top_main-visual-wrap {
		height: 368px;
		padding: 128px 20px 0;
	}

	.top_main-visual > .image, .top_main-visual > .slider, .top_main-visual > .slider li .text-wrap, .top_main-visual > .slider li .image {
/*		height: 736px;*/
		height: 368px;
	}

	.top_main-visual > .slider li .text-wrap {
		padding: 128px 20px 0;
	}

	.top_main-visual .title {
		font-size: 28px;
		font-size: 2.8rem;
		margin-bottom: 40px;
	}

	.top_main-visual .text {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.top_main-visual .slick-next, .top_main-visual .slick-prev {
		display: none !important;
	}

	.top_main-visual .slick-dots li {
		margin: 0 12px;
	}

	.top_service-box {
		height: 300px;
	}

	.top_service-box > a {
		height: 300px;
	}

	.top_service-box .image {
		height: 300px;
	}

	.top_service-box > a > .title {
		font-size: 21px;
		font-size: 2.1rem;
	}

	.service-box {
		margin-bottom: 20px;
	}

	service-box > a > .title {
		font-size: 21px;
		font-size: 2.1rem;
	}

	.service-box-inner > .title, .service-box-inner > .text {
		width: 100%;
	}

	.form_wrap {
		width: 100%;
	}

	.form_caption {
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom: 41px;
	}

	.form_top-link {
		margin-bottom: 41px;
	}

	.form_wrap dd {
		margin-bottom: 20px;
	}

	.form_wrap dd .left, .form_wrap dd .right {
		float: none;
		width: 100%;
		padding: 0;
	}

	.form_wrap dd .right {
		margin-top: 20px;
	}

	.form_input-small {
		width: 120px;
	}

	.form_input-medium {
		width: inherit;
	}

	.form_section p.form_title {
		margin-bottom: 30px;
	}

	.form_list {
		margin-top: -17px;
	}

	.form_list > li {
		float: none;
		width: 100%;
		margin-top: 17px;
		padding-right: 0;
	}

	.form_list-v {
		margin-top: -17px;
	}

	.form_list-v > li {
		float: none;
		width: 100%;
		margin-top: 17px;
		padding-right: 0;
	}

	.form_privacy {
		margin-top: 48px;
	}

	.form_btn-wrap {
		margin-top: 50px;
	}

	.form_btn-wrap > .left, .form_btn-wrap > .right {
		float: none;
		width: 100%;
		padding: 0;
	}

	.form_btn-wrap > .right > .form_btn {
		margin-top: 20px;
	}

	.about_title-wrap {
		height: 180px;
	}

	.about_title {
		width: 260px;
	}

	.about_title > .title-01 {
		font-size: 30px;
		font-size: 3rem;
		margin-bottom: 7px;
		padding-bottom: 7px;
		border-width: 2px;
	}

	.about_title > .title-02 {
		font-size: 15px;
		font-size: 1.5rem;
	}

	.about_title-bg > img {
		width: auto;
		max-width: inherit;
		height: 100%;
	}

	.about_content {
		padding: 0;
	}

	.about_content-inner {
		width: 100%;
		padding: 12px 20px;
	}

	.about_content-inner + .l_content {
		margin: 0 0 30px;
	}

	.about_logo-section::before {
		height: 50px;
		background-size: 100% 50px;
	}

	.about_logo-section > .l_container-inner {
		padding-bottom: 40px;
	}

	.about_logo-section > .l_container-inner > .l_content {
		padding: 70px 0 0;
	}

	.about_logo-section > .l_container-inner .logo {
		width: 225px;
	}

	.about-figure {
		margin: 23px 0 32px;
	}

	.u_pc {
		display: none;
	}

	.u_sp {
		display: inherit;
	}
}

/* OWNER'S AGENT User Customize
---------------------------------------------------- */

a:hover.alpha {
	opacity: .7;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.wysija-submit {
	margin-left: 250px;
}


