@charset "UTF-8";
/*
Theme Name: 株式会社ビック・ママ
Template: twentynineteen
Author: 株式会社ビック・ママ
Author URI: 
Description:
Version: 1.0.2
Updated: 2024-08-02
*/

/* Color Scheme
-----------------------------------------------------

	=THEME COLOR = #a6937c

-----------------------------------------------------
*/

@import url(reset.css);
@import url(wordpress.css);
@import url(ownedmedia.css);

@font-face {
	font-family: 'Boston';
	font-style: normal;
	font-weight: normal;
	src: local('Boston'), url('assets/fonts/BostonRegular.woff') format('woff');
}

@font-face {
	font-family: 'Boston Light';
	font-style: normal;
	font-weight: normal;
	src: local('Boston Light'), url('assets/fonts/BostonLight.woff') format('woff');
}

@font-face {
	font-family: 'Boston SemiBold';
	font-style: normal;
	font-weight: normal;
	src: local('Boston SemiBold'), url('assets/fonts/BostonSemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Boston Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Boston Bold'), url('assets/fonts/BostonBold.woff') format('woff');
}

@font-face {
	font-family: 'Boston Black';
	font-style: normal;
	font-weight: normal;
	src: local('Boston Black'), url('assets/fonts/BostonBlack.woff') format('woff');
}

/*
-----------------------------------------------------

 	=GLOBAL LAYOUT

-----------------------------------------------------
*/

* {
	margin: 0;
	padding: 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;
}

html {
	font-family: 'Boston', 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
	font-family: 'Boston', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
	-webkit-font-smoothing: antialiased !important;
	-webkit-text-stroke: 1px transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
	color: #333;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.8;
	word-wrap: break-word;
	letter-spacing: 0.05em;
}

/* Firefox
@-moz-document url-prefix() {
	html {
		font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
	}
} */
/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
html {
	font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
}

body {
	background-color: #fff;
	font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
dt,
dd,
li {
	line-height: 2.0;
}

p,
ul,
ol,
dl,
table {
	margin-bottom: 2em;
}

p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.8;
	text-align: left;
}

th,
td {
	padding: 1em 1.5em;
	vertical-align: top;
	border: none;
}

th {
	font-weight: bold;
}

tr {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

hr {
	clear: both;
	border: none;
}

img {
	display: inline-block;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a img {
	border: none;
}

a {
	color: #a6937c;
	text-decoration: underline;
}

a,
a img {
	cursor: pointer;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

a:hover {
	opacity: 0.5;
	text-decoration: none;
}

/*::selection {
	background-color: rgba(0,0,0,0.25);
}*/

em {}

ol {
	counter-reset: number;
	list-style: none;
}

ol li {
	position: relative;
	padding-left: 2.5em;
}

ol li:not( :last-child) {
	margin-bottom: 1.5em;
}

ol li::before {
	position: absolute;
	left: 0;
	counter-increment: number;
	content: "(" counter(number)")";
	margin: 0 1.0em 0 0;
}

ol li ol:last-child {
	margin-bottom: 2em;
}

ol li ol li::before {
	content: "(" counter(number, lower-roman)")";
}

ol li ol li:not( :last-child) {
	margin-bottom: .5em;
}


strong {
	font-weight: bold;
}

iframe {
	display: block;
	max-width: 100%;
}

form {}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
	padding: 5px;
	font-size: 16px;
	font-weight: inherit;
	color: inherit;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea,
select {
	background-color: #eee;
	color: #555;
	border: 1px solid #eee;
	line-height: 1;
	vertical-align: middle;
	max-width: 100%;
	border-radius: 5px;
}

textarea {}

input[type=text] {
	margin-bottom: 0.5em;
}

input[type=text]:last-child {
	margin-bottom: 0;
}

input[type=email] {}

input[type=submit] {
	cursor: pointer;
}

input[type=text]:focus,
textarea:focus {
	color: #555;
}

form ul {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

form ul li {
	display: inline-block !important;
}

form label {
	margin-right: 1.4em;
}

form input[type*="submit"] {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto 20px;
	padding: 1em 2em;
	border: none;
	background-color: #e45539;
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all ease-out 0.1s;
	-moz-transition: all ease-out 0.1s;
	-ms-transition: all ease-out 0.1s;
	transition: all ease-out 0.1s;
}

form input[type*="submit"]:hover {
	opacity: 0.7;
}

::placeholder {
	color: #ddd;
}



/*
-----------------------------------------------------

 	=GLOBAL STYLE

-----------------------------------------------------
*/

#container {
	overflow: hidden;
}

.wrapper {
	width: 1200px;
	max-width: 100%;
	margin: auto;
}

.wrapper-min {
	width: 800px;
}

.wrapper-1120 {
	width: 1120px;
}

.wrapper-1000 {
	width: 1000px;
}

.wrapper-960 {
	width: 960px;
}

.wrapper-800 {
	width: 800px;
}

.wrapper-720 {
	width: 720px;
}

#cont {}

#main {}

#main main {}


/*
-----------------------------------------------------

	=MEDIA QUERIES RESPONSIVE STRUCTURE

-----------------------------------------------------
*/

/* DESKTOP
----------------------------------------------------- */
@media screen and (min-width: 600px) {
	.sp {
		display: none !important;
	}

	body {
		min-width: 1200px;
	}
}

/* SMARTPHONE
----------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 599px) {
	.pc {
		display: none !important;
	}

	html {
		font-size: 10px;
	}

	body {
		font-size: 1.2rem;
		letter-spacing: 0;
	}

	/* APPERANCE
	--------------------------------------------------*/
	input[type="button"],
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	input[type="submit"],
	select {
		-webkit-appearance: none;
		border-radius: 0;
	}

	iframe {
		width: 100%;
		max-height: 240px;
	}

	th,
	td {
		font-size: 1.2rem;
		padding: 1em 0.5em;
	}

	/* =GLOBAL STYLE
	-------------------------------------------------- */
	.wrapper {
		width: auto;
		padding: 0 6.25vw;
		margin: auto;
	}
}


/*
-----------------------------------------------------

 	=PRELOADER (imagesloaded.pkgd.min.js)

-----------------------------------------------------
*/

.js-imageloaded {}

.js-imageloaded.loaded {}

#progress,
#progress * {}

#progress {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 0;
	display: block;
	overflow: hidden;
	z-index: 999999;
}

#progress .progress-start {
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999999 -webkit-transition: all cubic-bezier(0.230, 1.000, 0.320, 1.000) 1.2s;
	-moz-transition: all cubic-bezier(0.230, 1.000, 0.320, 1.000) 1.2s;
	-ms-transition: all cubic-bezier(0.230, 1.000, 0.320, 1.000) 1.2s;
	transition: all cubic-bezier(0.230, 1.000, 0.320, 1.000) 1.2s;
}

#progress.complete10 .progress-start {
	left: -100%;
}

#progress .progress-loading {
	background-color: #000000;
	background-color: #fff;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 999999;
}

#progress .progress-loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transition: all cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.8s;
	-moz-transition: all cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.8s;
	-ms-transition: all cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.8s;
	transition: all cubic-bezier(0.190, 1.000, 0.220, 1.000) 0.8s;

	width: 207px;
	height: auto;
}

#progress,
#progress .progress-loading {
	-webkit-transition: all cubic-bezier(0.550, 0.055, 0.675, 0.190) 0.6s;
	-moz-transition: all cubic-bezier(0.550, 0.055, 0.675, 0.190) 0.6s;
	-ms-transition: all cubic-bezier(0.550, 0.055, 0.675, 0.190) 0.6s;
	transition: all cubic-bezier(0.550, 0.055, 0.675, 0.190) 0.6s;
}

#progress.complete100,
#progress.complete100 .progress-loading {
	left: -120%;
}

#progress.complete99 .progress-loading img {
	opacity: 0;
	top: 48%;
}

@media screen and (min-width: 0px) and (max-width: 599px) {

	@supports (-webkit-touch-callout: none) {
		#progress {
			height: -webkit-fill-available;
		}
	}

	#progress .progress-loading img {
		width: 140px;
	}
}



/* =ANIMATION (jquery.inview.js)
----------------------------------------------------- */
.js-inview {
	-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-ms-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.js-inview.inview-fadein {
	-webkit-transition: 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-moz-transition: 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-ms-transition: 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-o-transition: 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	transition: 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	opacity: 0;
}

.js-inview.inview-fadein.is-show {
	opacity: 1;
}

.js-inview.inview-maskedin {
	position: relative;
	overflow: hidden;
	background-color: #000;
	background-color: transparent;
}

.js-inview.inview-maskedin.is-show {}

.js-inview.inview-maskedin>* {
	transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-moz-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-ms-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-o-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	position: relative;
	top: 0;
	left: -100%;
}

.js-inview.inview-maskedin.is-show>* {
	left: 0;
}

.js-inview.inview-zoom {
	transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-moz-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-ms-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-o-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;

	opacity: 0;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.js-inview.inview-zoom.is-show {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

.js-inview.inview-blur {
	opacity: 0;
	filter: blur(100px);
	-webkit-filter: blur(100px);
	-moz-filter: blur(100px);
	-ms-filter: blur(100px);
	-o-filter: blur(100px);
}

.js-inview.inview-blur.is-show {
	opacity: 1;
	filter: blur(0);
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	-o-filter: blur(0);
}

.js-inview.inview-floatup {
	transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
	-webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
	-moz-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
	-ms-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
	-o-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;

	opacity: 0;
	transform: translate3d(0px, 200px, 0px);
	-webkit-transform: translate3d(0px, 200px, 0px);
	-moz-transform: translate3d(0px, 200px, 0px);
	-ms-transform: translate3d(0px, 200px, 0px);
	-o-transform: translate3d(0px, 200px, 0px);
}

.js-inview.inview-floatup.is-show {
	opacity: 1;
	transform: translate3d(0px, 0, 0px);
	-webkit-transform: translate3d(0px, 0, 0px);
	-moz-transform: translate3d(0px, 0, 0px);
	-ms-transform: translate3d(0px, 0, 0px);
	-o-transform: translate3d(0px, 0, 0px);
}

.js-inview.inview-floatintoright {
	transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
	-webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
	-moz-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
	-ms-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
	-o-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;

	opacity: 0;
	transform: translate3d(-40px, 0px, 0px);
	-webkit-transform: translate3d(-40px, 0px, 0px);
	-moz-transform: translate3d(-40px, 0px, 0px);
	-ms-transform: translate3d(-40px, 0px, 0px);
	-o-transform: translate3d(-40px, 0px, 0px);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.js-inview.inview-floatintoright.is-show {
	opacity: 1;
	transform: translate3d(0px, 0, 0px);
	-webkit-transform: translate3d(0px, 0, 0px);
	-moz-transform: translate3d(0px, 0, 0px);
	-ms-transform: translate3d(0px, 0, 0px);
	-o-transform: translate3d(0px, 0, 0px);
}

.js-inview.inview-floatintoleft {
	transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
	-webkit-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
	-moz-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
	-ms-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
	-o-transition: 1.6s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;

	opacity: 0;
	transform: translate3d(40px, 0px, 0px);
	-webkit-transform: translate3d(40px, 0px, 0px);
	-moz-transform: translate3d(40px, 0px, 0px);
	-ms-transform: translate3d(40px, 0px, 0px);
	-o-transform: translate3d(40px, 0px, 0px);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
}

.js-inview.inview-floatintoleft.is-show {
	opacity: 1;
	transform: translate3d(0px, 0, 0px);
	-webkit-transform: translate3d(0px, 0, 0px);
	-moz-transform: translate3d(0px, 0, 0px);
	-ms-transform: translate3d(0px, 0, 0px);
	-o-transform: translate3d(0px, 0, 0px);
}



.js-inview.inview-slideintoright {
	display: block;
	width: 1%;
}

.js-inview.inview-slideintoright.is-show {
	width: 100%;
}

.js-inview.inview-grayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.js-inview.inview-grayscale.is-show {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.inview-slidein-wrap {
	overflow: hidden;
	display: inline-block;
}

.js-inview.inview-slidein {
	transform: translateX(-100%);
}

.js-inview.inview-slidein.is-show {
	animation-name: animationSlideText;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;

}

@keyframes animationSlideText {
	0% {
		transform: translateX(-100%);
	}

	50% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(0);
	}
}

.js-inview.inview-slideinreverse {
	transform: translateX(100%);
}

.js-inview.inview-slideinreverse.is-show {
	animation-name: animationSlideTextReverse;
	animation-duration: 0.6s;
	animation-fill-mode: forwards;
}

@keyframes animationSlideTextReverse {
	0% {
		transform: translateX(100%);
	}

	50% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0);
	}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.inview-slidein-wrap {
		width: 100%;
	}
}

/*
-----------------------------------------------------

 	=HEADER

-----------------------------------------------------
*/

/* =HEADER
----------------------------------------------------- */

#cont {
	padding-top: 0;
}

.header-global {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.header-global,
.header-global * {
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.header-global>.inner {
	padding: 25px 30px;
	align-items: center;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.header-global>.inner .header-left {}

.header-global>.inner .header-right {}

.header-global>.inner .header-left {}

.header-global>.inner .header-right .nav-pc {}

.header-global>.inner .header-right .nav-sp {}

.header-global>.inner .header-left .logo {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 15px;
	width: 207px;
	max-width: 100%;
}

.header-global>.inner .header-left .logo img {
	display: block;
}

.header-global>.inner .header-right .nav-pc ul.nav-main li a {}

.header-global>.inner .header-right .nav-pc ul.nav-main li a:hover {}

.header-global>.inner .header-right .nav-pc ul.nav-main li.recruit a {}

.header-global>.inner .header-right .nav-pc ul.nav-main li.recruit a:hover {}


/* 画面スクロール時 */
.scrolled .header-global {
	background-color: #fff;
	border-bottom: solid 0px rgba(83, 91, 104, 0.1);
	box-shadow: 2.5px 4.33px 25px 0px rgba(0, 0, 0, 0.05);
}

.scrolled .header-global>.inner .header-left .logo img {
	opacity: 1;
}

.scrolled .header-global>.inner .header-left .logo:after {
	color: #000;
}

.scrolled .header-global>.inner .header-right .nav-pc ul.nav-main li,
.scrolled .header-global>.inner .header-right .nav-pc ul.nav-main li a {
	color: #a6937c;
}

.scrolled .header-global>.inner .header-right .nav-pc ul.nav-main li ul {
	background-color: #fff;
}

.scrolled .header-global>.inner .header-right .nav-pc ul.nav-main li.recruit a {
	color: #fff;
}

.scrolled .header-global>.inner .header-right .nav-pc ul.nav-main li.recruit a:hover {}


/* 下層ページ共通 */
.sub .header-global {
	background-color: #fff;
	border-bottom: solid 0 rgba(83, 91, 104, 0.1);
}

.sub .header-global>.inner .header-left .logo img {
	opacity: 1;
}

.sub .header-global>.inner .header-left .logo:after {
	color: #000;
}

.sub .header-global>.inner .header-right .nav-pc ul.nav-main li,
.sub .header-global>.inner .header-right .nav-pc ul.nav-main li a {
	color: #a6937c;
}

.sub .header-global>.inner .header-right .nav-pc ul.nav-main li ul {
	background-color: #fff;
}

.sub .header-global>.inner .header-right .nav-pc ul.nav-main li.recruit a {
	color: #fff;
}

.sub .header-global>.inner .header-right .nav-pc ul.nav-main li.recruit a:hover {}


@media screen and (min-width: 600px) {
	#cont {
		padding-top: 110px;
	}

	.top #cont {
		padding-top: 0;
	}

	/* 画面スクロール時 */
	.scrolled .header-global {
		height: auto;
	}

	.scrolled .header-global>.inner {
		padding: 15px 30px;
	}

	/* 下層ページ共通 */
	.sub .header-global {
		height: auto;
	}

	.sub .header-global>.inner {
		padding: 15px 30px;
	}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	#cont {
		padding-top: 60px;
	}

	.top #cont {
		padding-top: 0;
	}

	.header-global {
		height: 60px;
	}

	.header-global>.inner {
		padding: 0 6.25vw;
		padding: 0 15px;
		height: 100%;
	}

	.header-global>.inner .header-left {
		width: 100%;
		padding: 0;
	}

	.header-global>.inner .header-right {}

	.header-global>.inner .header-left .logo {
		width: 140px;
		margin-left: 0;
		max-width: 100%;
	}

	.header-global>.inner .header-left .logo:after {
		font-size: 9px;
		right: 0;
		left: 60px;
		width: 12em;
		height: 8px;
		line-height: 8px;
	}

	/* 画面スクロール時 */
	.scrolled .header-global {}
}



/*
-----------------------------------------------------

	=NAVIGATION - PC

-----------------------------------------------------
*/

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

	/* =NAVIGATION - PC
	----------------------------------------------------- */
	.nav-pc {}

	.nav-pc * {
		-webkit-transition: all ease-out 0.2s;
		-moz-transition: all ease-out 0.2s;
		-ms-transition: all ease-out 0.2s;
		transition: all ease-out 0.2s;
	}

	.nav-pc ul.nav-main {
		letter-spacing: 0;
		font-size: 0;
	}

	.nav-pc ul.nav-main li {
		display: inline-block;
		vertical-align: middle;
		color: #a6937c;
		font-size: 1.5rem;
		letter-spacing: 0.10em;
		text-transform: uppercase;
	}

	.nav-pc ul.nav-main li:not( :last-child) {
		margin: 0 2.5em 0 0;
	}

	.nav-pc ul.nav-main li a {
		position: relative;
		display: block;
		color: #a6937c;
		line-height: 1;
		text-decoration: none;
	}

	.nav-pc ul.nav-main li a:hover {
		opacity: 0.25;
	}

	.nav-pc ul.nav-main li.recruit {}

	.nav-pc ul.nav-main li.recruit a {
		position: relative;
		display: block;
		padding: 0.0em 1.5em;
		width: 200px;
		height: 50px;
		line-height: 50px;
		border-radius: 3em;
		background-color: #a6937c;
		color: #fff;
		text-align: center;
	}

	.nav-pc ul.nav-main li.recruit a:hover {
		opacity: 1;
		background-color: #dccebf;
	}

	/**/
	.nav-pc ul.nav-main li {
		position: relative;
	}

	.nav-pc ul.nav-main li ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 16em;
		padding-top: 2em;
		padding: 0.75em;
	}

	.nav-pc ul.nav-main li:hover ul {
		display: block;
	}

	.nav-pc ul.nav-main li ul li {
		display: block;
		padding: 0.75em;
		font-size: 90%;
		text-align: left;
	}
}

@media screen and (min-width: 0px) and (max-width: 1199px) {

	.nav-pc ul.nav-main li {
		font-size: 1.6rem;
	}

	.nav-pc ul.nav-main li:not( :last-child) {
		margin: 0 1.75em 0 0;
	}
}

/*
-----------------------------------------------------

	=NAVIGATION - SP

-----------------------------------------------------
*/

@media screen and (min-width: 0px) and (max-width: 599px) {

	/* =NAVIGATION - SP
	----------------------------------------------------- */
	.nav-sp {
		position: fixed;
		z-index: 9992;
		top: 0;
		left: 0;
		bottom: auto;
		width: 100vw;
		height: 100vh;
		height: auto;
		padding: 0;
		border-radius: 0;
		background-color: transparent;
		background-color: rgba(255, 255, 255, 1);
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(-100%, 0, 0);
		-moz-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		-webkit-transition: opacity ease-out 0.25s;
		-moz-transition: opacity ease-out 0.25s;
		-ms-transition: opacity ease-out 0.25s;
		transition: opacity ease-out 0.25s;
		opacity: 0;
		text-align: center;
		box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.15);
	}

	.nav-sp.on {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	.nav-sp.on .inner {}

	.nav-sp .inner {
		padding: 6.25vw;
	}

	.nav-sp .inner .logo {
		margin: 0 0 6.25vw;
	}

	.nav-sp ul.nav-main {
		margin: 0 0 0 0;
	}

	.nav-sp ul.nav-main li:not( :last-child) {
		margin: 0 0 1.5em 0;
	}

	.nav-sp ul.nav-main li {
		display: block;
		color: #a6937c;
		font-family: 'Boston', sans-serif;
		font-size: 1.4rem;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}

	.nav-sp ul.nav-main li a {
		display: block;
		line-height: 1;
		color: inherit;
		text-decoration: none;
	}

	.nav-sp ul.nav-main li a:hover {
		opacity: 0.25;
	}

	.nav-sp ul.nav-main ul {
		margin: 1.5em 0 0 0;
	}

	.nav-sp ul.nav-main ul li {
		margin: 1.5em 0 0 0;

		position: relative;
		padding-left: 1.0em;
	}

	.nav-sp ul.nav-main ul li:before {
		position: absolute;
		left: 0.25em;
		top: -0.5em;
		content: "-";
	}

	.nav-sp ul.nav-main li {}

	.nav-sp ul.nav-main li a.button-sub {
		display: inline-block;
		line-height: 1.8;
	}

	.nav-sp ul.nav-main li.recruit {}

	.nav-sp ul.nav-main li.recruit a {
		position: relative;
		display: block;
		padding: 0.0em 1em;
		width: 100%;
		height: 50px;
		line-height: 50px;
		border-radius: 3em;
		background-color: #a6937c;
		color: #fff;
		text-align: center;
	}

	.nav-sp ul.nav-main li.recruit a:hover {
		opacity: 1;
		background-color: #dccebf;
	}



	/* =TOGGLER
	----------------------------------------------------- */
	ul.nav-icon {
		position: fixed;
		z-index: 9999;
		top: 0;
		right: 0;
		margin: 0;
		padding: 0;

		text-align: right;
		font-size: 0;
		letter-spacing: 0;
	}

	ul.nav-icon li {
		display: inline-block;
		vertical-align: top;
		z-index: 9999;
		top: 0;
		right: 6.25vw;
		width: 80px;
		height: 60px;
		border-radius: 0;
		background-color: #f0f5f2;
		text-align: center;
		-webkit-transition: all ease-out 0.4s;
		-moz-transition: all ease-out 0.4s;
		-ms-transition: all ease-out 0.4s;
		transition: all ease-out 0.4s;
		cursor: pointer;
	}

	ul.nav-icon li:not( :last-child) {
		margin-right: 0;
	}

	ul.nav-icon li a {
		display: block;
		text-decoration: none;
	}

	ul.nav-icon li.toggler {
		padding: 22px 0;
		background-color: transparent;
	}

	.scrolled ul.nav-icon li.toggler {}

	ul.nav-icon li.toggler a.trigger-bars {
		display: inline-block;
	}

	a.trigger-bars,
	a.trigger-bars span {
		box-sizing: border-box;
		display: inline-block;
		-webkit-transition: all ease-out 0.4s;
		-moz-transition: all ease-out 0.4s;
		-ms-transition: all ease-out 0.4s;
		transition: all ease-out 0.4s;
	}

	a.trigger-bars {
		position: relative;
		z-index: 9999;
		width: 28px;
		height: 16px;
		color: #a6937c;
	}

	a.trigger-bars::after {
		position: absolute;
		width: 200%;
		left: -50%;
		top: 27px;
		display: block;
		letter-spacing: 0em;
		font-size: 1.0rem;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 1;
	}

	a.trigger-bars span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #a6937c;
		border-radius: 0;
		-webkit-transition: all ease-out 0.14s;
		-moz-transition: all ease-out 0.14s;
		-ms-transition: all ease-out 0.14s;
		transition: all ease-out 0.14s;
	}

	.scrolled a.trigger-bars span,
	.sub a.trigger-bars span {
		background-color: #a6937c;
	}

	a.trigger-bars span:nth-of-type(1) {
		top: 0;
	}

	a.trigger-bars span:nth-of-type(2) {
		top: 7px;
	}

	a.trigger-bars span:nth-of-type(3) {
		bottom: 0;
	}

	/*ul.nav-icon li.toggler.active { background-color: #fff;}*/
	.active a.trigger-bars {
		color: #a6937c;
	}

	.active a.trigger-bars span {
		background-color: #a6937c;
	}

	.active a.trigger-bars span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}

	.active a.trigger-bars span:nth-of-type(2) {
		opacity: 0;
	}

	.active a.trigger-bars span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}

	/* TOGGLER NAVIGATION - CONTACT
	ul.nav-icon li.recruit {
		padding: 13px 12px;
		background-color: #d7000f;
	}
	ul.nav-icon li.recruit a {
		position: relative;
		color: #fff;
	}
	ul.nav-icon li.recruit a i.icon-envelope {
		display: inline-block;
		vertical-align: baseline;
		width: 22px;
		height: 22px;
	}
	ul.nav-icon li.recruit a::after {
		content: "お問合せ";
		display: block;
		position: absolute;
		width: 200%;
		left: -50%;
		top: 27px;
		letter-spacing: 0em;
		font-size: 1.0rem;
	  font-weight: bold;
	  text-transform: uppercase;
	  line-height: 1;
	} */
}


/*
-----------------------------------------------------

	=FOOTER

-----------------------------------------------------
*/

.footer-global {
	position: relative;
	z-index: 9990;
	background-color: #f9f8f6;
	color: #a6937c;
}

.footer-global a:not([class]) {
	color: #a6937c;
	text-decoration: none;
}

.footer-global hr:not([class]) {
	height: 2em;
}

.footer-global .footer-area {
	padding: 4.5vw 0 0;
}

.footer-global .footer-area>.inner {
	position: relative;
}

.footer-global .footer-area .footer-left {
	width: 420px;
}

.footer-global .footer-area .footer-right {
	width: 740px;
}

.footer-global .footer-area .footer-left {}

.footer-global .footer-area .footer-left>*:not( :last-child) {}

.footer-global .footer-area .logo {
	margin: 0 0 2em 0;
}

ul.list-sns {
	margin: 0;
	display: block;
	font-size: 0;
	letter-spacing: 0;
}

ul.list-sns li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.4rem;
	line-height: 1;
}

ul.list-sns li:not( :last-child) {
	margin: 0 2em 0 0;
}

i.icon-twitter {
	display: inline-block;
	background: url(assets/images/icon-sns-twitter.png) no-repeat center;
	background-size: 100% auto;
	width: 18px;
	height: 15px;
}

i.icon-facebook {
	display: inline-block;
	background: url(assets/images/icon-sns-facebook.png) no-repeat center;
	background-size: 100% auto;
	width: 8px;
	height: 17px;
}

i.icon-instagram {
	display: inline-block;
	background: url(assets/images/icon-sns-instagram.png) no-repeat center;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
}

.footer-global .footer-area .address {
	margin: 0 0 2em;
	font-size: 1.3rem;
}

.footer-global .footer-area .address tr {
	border-bottom: 0;
}

.footer-global .footer-area .address th,
.footer-global .footer-area .address td {
	color: #a6937c;
	border: 0;
	padding: 0.5em 0;
	line-height: 1.8;
}

.footer-global .footer-area .button {}

.footer-global .footer-area .button .button-more {
	font-size: 1em;
}

/* 横並びver.
.footer-global .footer-area .nav-footer {}

.footer-global .footer-area .nav-footer ul {
	font-size: 0;
	letter-spacing: 0;
}
.footer-global .footer-area .nav-footer ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 1.6rem;
	font-weight: bold;
}
.footer-global .footer-area .nav-footer ul li:not( :last-child ) {
	margin: 0 2em 0 0;
}
.footer-global .footer-area .nav-footer ul li a {}
*/

/* 縦列ver.*/
.footer-global .footer-area .nav-footer {
	text-align: right;
}

.footer-global .footer-area .nav-footer>ul {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 50px;
}

.footer-global .footer-area .nav-footer ul li {
	margin: 0 0 0.15em;
	font-size: 1.6rem;
	text-align: left;
}

.footer-global .footer-area .nav-footer ul li a {
	text-decoration: none;
}

.footer-global .footer-area .nav-footer ul li a:hover {}

.footer-global .footer-area .nav-footer ul ul {
	margin-top: 0.25em;
}

.footer-global .footer-area .nav-footer ul ul li {
	position: relative;
	padding-left: 1.0em;
}

.footer-global .footer-area .nav-footer ul ul li:before {
	position: absolute;
	left: 0.25em;
	content: "-";
}

/* COPYRIGHT */
.footer-global .copyright-area {}

.footer-global .copyright-area .copyright {
	padding: 3.25vw 0;
	font-family: 'Boston', sans-serif;
	letter-spacing: 0.10em;
	font-size: 1.2rem;
	line-height: 1;
	text-align: right;
}

.footer-global .copyright-area .copyright p {
	margin: 0 0 0.5em;
}

/* PAGETOP */
#button-pagetop {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 3.125vw;
}


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

@media screen and (min-width: 0px) and (max-width: 599px) {
	.footer-global {
		font-size: 1.0rem;
	}

	.footer-global .footer-area,
	.footer-global .copyright-area {
		padding: 8vw 0;
		text-align: center;
	}

	.footer-global .copyright-area {
		padding-top: 0;
	}

	.footer-global .footer-area .flex-parent.responsive>*,
	.footer-global .copyright-area .flex-parent.responsive>* {
		width: 100%;
		margin: 0;
	}

	.footer-global .footer-area .footer-left,
	.footer-global .footer-area .footer-right {
		width: 100%;
	}

	.footer-global .footer-area .footer-right {
		display: none;
	}

	.footer-global .footer-area .logo {
		margin: 0 auto 3.125vw;
		padding-bottom: 3.125vw;
	}

	.footer-global .footer-area .logo img {
		width: 140px;
	}

	.footer-global .footer-area .address th,
	.footer-global .footer-area .address td {
		display: block;
		font-size: 1.0rem;
		text-align: center;
	}

	.footer-global .copyright-area .footer-right {
		display: block;
		text-align: center;
	}

	.footer-global .copyright-area .copyright {
		text-align: center;
		font-size: .9rem;
	}

	#button-pagetop {
		display: none;
	}
}




/*
-----------------------------------------------------

	=COMMON PARTS

-----------------------------------------------------
*/


/* =SECTION
----------------------------------------------------- */

.block:not( :last-child) {
	margin-bottom: 100px;
}

.section {
	padding: 100px 0;
}

hr {
	clear: both;
	border: none;
	height: 50px;
}

hr.sep {
	background-color: #dcdcdc;
	height: 1px;
}

hr.hr-border {
	margin: 2em 0;
	height: 1px;
	background-color: #dcdcdc;
}

.section-header {
	text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.block:not( :last-child) {
		margin: 0 auto 8vw;
	}

	.section {
		padding: 8vw 0;
	}

	hr {
		height: 8vw;
	}
}


/* =DECORATION
----------------------------------------------------- */
.bg-white {
	background-color: #fff;
}

.bg-gray {
	background-color: #f6f6f6;
}

.bg-beige {
	background-color: #f5f2ef;
}

.bg-theme {
	background-color: #a6937c;
}

.fc-theme {
	color: #a6937c;
}

.fc-white {
	color: #fff
}

.text-strong {
	font-weight: bold;
}

.frame {
	padding: 2.0em;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.frame {
		padding: 6.25vw;
	}
}


/* =HEADING
----------------------------------------------------- */
.title-sub {
	margin: 0 0 2em;
	font-size: 1.0em;
	font-weight: normal;
}

.title-japanese {
	margin: 0 0 0.85em;
	color: #a6937c;
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: 0.00em;
	line-height: 2.0;
}

.title-japanese.white {
	color: #fff;
}

.title-classical {
	margin: 0 0 1.0em;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
	font-size: 3.2rem;
	letter-spacing: 0.05me;
	line-height: 1.8;
}

.title-classical.with-parentheses {
	display: inline-block;
	position: relative;
	padding: 0.1em 1em;
	background: url(assets/images/icon-parentheses-end.png) no-repeat right bottom;
	background-size: 15px auto;
}

.title-classical.with-parentheses::before {
	content: "";
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	width: 15px;
	height: 40px;
	background: url(assets/images/icon-parentheses-start.png) no-repeat left top;
	background-size: 15px auto;
}


@media screen and (min-width: 600px) {
	.title-japanese.big {
		font-size: 3.2rem;
	}

	.title-classical.big {
		font-size: 4.0rem;
	}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.title-japanese {
		font-size: 2.2rem;
	}

	.title-classical {
		font-size: 2.0rem;
	}

	.title-classical.big {
		font-size: 2.4rem;
	}

	.title-classical.with-parentheses,
	.title-classical.with-parentheses:before {
		background-size: 9px auto;
	}

}


/* =BUTTON
----------------------------------------------------- */
.button-more {
	position: relative;
	display: block;
	padding: 0.0em 2em;
	display: inline-block;
	width: 100%;
	max-width: 240px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	font-family: 'Boston', sans-serif;
	font-size: 2.0rem;
	background-color: #df8694;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.button-more:hover {
	opacity: 1;
	background-color: #dd5b70;
}

.button-more.white {
	background-color: #fff;
	color: #0d5a6a;
}

.button-more.white:hover {
	opacity: 1;
	background-color: #eaaa60;
	color: #fff;
}

.button-more.brown {
	background-color: #a6937c;
}

.button-more.brown:hover {
	opacity: 1;
	background-color: #dccebf;
}



@media screen and (min-width: 0px) and (max-width: 599px) {
	.button-more {
		font-size: 1.2em;
		padding: 0.0em 1.5em;
		height: 50px;
		line-height: 50px;
	}

	.button-more::before {}
}

/*
.button-sub {
	display: inline-block;
	min-width: 18em;
	border: solid 1px #333;
	color: #333;
	padding: 0.7em 2.4em;
	background: url(assets/images/icon-arrow-right-black.png) no-repeat right 1.8em center;
	background-size: 7px auto;
	background-color: transparent;
	text-decoration: none;
	font-size: 0.95em;
}
.button-sub:hover {
	opacity: 1;
	background-color: #333;
	color: #fff;
	background-image: url(assets/images/icon-arrow-right-white.png);
}

a.link-more {
	display: inline-block;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 2px #a6937c;
	text-transform: uppercase;
}
a.link-more:hover {
	opacity: 0.5;
}*/

/*.button-viewmore {
	position: relative;
	display: inline-block;
	padding: 0.75em 2.5em;
	border: solid 1px #05374c;
	border-radius: 2em;
	background-color: transparent;
	color: #05374c;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.25;
	text-decoration: none;
		-webkit-transition: all ease-out 0.2s;
		   -moz-transition: all ease-out 0.2s;
		    -ms-transition: all ease-out 0.2s;
		        transition: all ease-out 0.2s;
}
.button-viewmore:hover {
	background-color: #05374c;
	color: #fff;
}*/

/**/
ul.list-button {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

ul.list-button li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

ul.list-button li .button-more {}


@media screen and (min-width: 0px) and (max-width: 599px) {
	ul.list-button li {
		display: block;
	}
}


/* =LIST
----------------------------------------------------- */

/*ul.list-circle li {
	margin: 0 0 0.00em;
	position: relative;
	padding-left: 1.2em;
	color: #000000;
	line-height: 1.8;
}
ul.list-circle li::before {
	content: "● ";
	position: absolute;
	left: 0;
	top: 0.5em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 1.25em 0 0;
	color: #000000;
	font-size: 0.9rem;
}*/

/*
ul.list-inline {
	font-size: 0;
	letter-spacing: 0;
}
ul.list-inline li {
	display: inline-block;
	margin: 0 10px 10px 0;
	margin-bottom: 10px;
	font-size: 1.6rem;
}*/


ul.list-share {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}

ul.list-share li {
	display: inline-block;
	margin: 0 5px 10px;
	margin-bottom: 10px;
	font-size: 1.6rem;
}

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

@media screen and (min-width: 0px) and (max-width: 599px) {}



/* =OTHER
----------------------------------------------------- */


/*
-----------------------------------------------------

	=FRONTPAGE (TOP)

-----------------------------------------------------
*/

/* =TOP - FIRSTVIEW (SLIDER)
----------------------------------------------------- */
.top-fv {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 100vw;
	height: 100vh;
}

.top-fv::before {}


/* FIRSTVIEW - IMAGE (SLIDER) */
.top-fv .image {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	bottom: 0;
	width: calc(960 / 1440 * 100%);
	width: calc(900 / 1440 * 100%);
	height: 100%;
	padding: 20px;
	opacity: 0;
	transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-webkit-transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-moz-transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-ms-transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-o-transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}

.top-fv.is-show .image {
	opacity: 1;
}

.top-fv .image::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 20px;
	width: 110px;
	height: 100%;
	background: url(assets/images/top-fv-mask.png) right center no-repeat;
	background-size: 100% 100%;
}

.imageloaded .top-fv .image::after {}

.top-fv .image img {
	width: 100%;
	height: 100%;
}

/* FIRSTVIEW - CONTENT */
.top-fv .content {
	position: absolute;
	overflow: hidden;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.top-fv .content .wrapper {
	position: relative;
	height: 100%;
}

/* FIRSTVIEW - CONTENT - TAGLINE */
.top-fv .content .tagline {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	display: flex;
	align-items: center;
}

.imageloaded .top-fv .content .tagline {
	opacity: 1;
	filter: blur(0);
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-ms-filter: blur(0);
	-o-filter: blur(0);
}

.top-fv .content .tagline .inner {
	width: 684px;
	width: 600px;
	max-width: 100%;
	margin: 0 0 0 auto;
}

/* タグラインのアニメーション（imagesloaded.pkgd.min.js 利用） */
.top-fv .content .tagline {
	opacity: 0;
	transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-ms-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
	-o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;

	filter: blur(100px);
	-webkit-filter: blur(100px);
	-moz-filter: blur(100px);
	-ms-filter: blur(100px);
	-o-filter: blur(100px);

	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;

}

.top-fv .content .tagline .inner .text {
	margin: 0;
	font-family: 'Noto Sans JP', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
}

.top-fv .content .tagline .inner .text01 {
	margin: 0 0 60px;
}

.top-fv .content .tagline .inner .text02 {
	color: #a6937c;
	font-size: 2.4rem;
	padding-left: 200px;
}


/* FIRSTVIEW - SCROLL */
.top-fv .scroll {
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: 40px;
	width: 1px;
	height: 240px;
	margin: 0;
}

.top-fv .scroll .scroll-text {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1px;
	height: 150px;
}

.top-fv .scroll .scroll-text::before {
	position: absolute;
	top: -7.5em;
	left: -0.5em;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	content: "SCROLL";
	color: #a6937c;
	font-family: 'Boston Bold', sans-serif;
	font-size: .9rem;
	letter-spacing: 0.4em;
	line-height: 1;
}

.top-fv .scroll .scroll-text::after {
	position: absolute;
	left: 0;
	content: "";
	width: 1px;
	height: 0;
	background-color: rgba(255, 255, 255, 0.6);
	background-color: #a6937c;
	-webkit-animation: scrollEffect 6s infinite;
	animation: scrollEffect 6s infinite;
}

@keyframes scrollEffect {
	20% {
		height: 0%;
	}

	35% {
		height: 100%;
	}

	85% {
		height: 100%;
	}

	100% {
		height: 0%;
	}
}


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

@media screen and (min-width: 0px) and (max-width: 599px) {

	/* */
	@supports (-webkit-touch-callout: none) {
		.top-fv {
			height: -webkit-fill-available;
		}
	}

	.top-fv {
		width: 100vw;
		/*height: 80vh;*/
		overflow: hidden;
	}

	.top-fv .image {
		z-index: -1;
		width: 100%;
		height: 100%;
		height: 60vh;
		padding: 60px 0;
		padding-bottom: 0;
		padding-right: 0;
	}

	.top-fv.is-show .image {
		width: 100%;
		opacity: 1;
	}

	.top-fv .image:after {
		display: none;
	}

	.top-fv .flexslider .slides img,
	.top-fv .image img {
		object-fit: cover;
		height: 100%;
	}

	.top-fv .content {
		top: auto;
		bottom: 0%;
		width: 100%;
		padding: 0;
	}

	.top-fv .content .tagline {
		align-items: flex-start;
		top: 60vh;
		height: 40vh;
	}

	.top-fv .content .tagline .inner {
		width: 85%;
		margin: 0;
		padding: 6.25vw;
	}

	.top-fv .content .tagline .inner .text {
		margin: 0;
	}

	.top-fv .content .tagline .inner .text01 {
		margin: 0 0 30px;
	}

	.top-fv .content .tagline .inner .text02 {
		font-size: 1.4rem;
		padding-left: 0;
	}

	.top-fv .scroll .scroll-text {
		height: 120px;
	}
}

/* flexslider.js */
.flexslider.zoom .slides li {
	overflow: hidden;
}

.flexslider.zoom .slides li img {
	-webkit-transition: all ease-out 24.0s;
	-moz-transition: all ease-out 24.0s;
	-ms-transition: all ease-out 24.0s;
	transition: all ease-out 24.0s;
}

.flexslider.zoom .slides .flex-active-slide img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.flexslider.zoom-out .slides li {
	overflow: hidden;
}

.flexslider.zoom-out .slides li img {
	-webkit-transition: all ease-out 12.0s;
	-moz-transition: all ease-out 12.0s;
	-ms-transition: all ease-out 12.0s;
	transition: all ease-out 12.0s;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.flexslider.zoom-out .slides .flex-active-slide img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	transform: scale(1.0);
	opacity: 1;
}

/* FLEXSLIDER.CSS - OVERRIDE */
.flexslider {
	z-index: 2;
	background-color: transparent !important;
	margin-bottom: 0 !important;
	border: none !important;
	margin: 0 !important;
	border-radius: 0 !important;
}

.flexslider,
.flexslider .slides {
	height: 100%;
}

.flexslider .slides li {
	position: relative;
	width: 100%;
	height: 100%;
}

.flexslider .slides li img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* PAGER */
.flexslider ol.flex-control-paging {
	display: none;
	counter-reset: number;
	list-style: none;
	bottom: -27px !important;
}

.flexslider ol.flex-control-paging li {
	padding: 0 !important;
	margin-bottom: 0 !important;
	vertical-align: middle;
	font-size: 0;
	line-height: 0;
}

.flexslider ol.flex-control-paging li:before {
	display: none;
}

.flexslider ol.flex-control-paging li a {
	width: 9px !important;
	height: 9px !important;
	background-color: #ccc !important;
	box-shadow: none !important;
}

.flexslider ol.flex-control-paging li a.flex-active {
	background-color: #333 !important;
}



/* =TOP - COMMON PARTS
----------------------------------------------------- */
.anchor {
	visibility: hidden;
	height: 0;
	display: block;
	padding-top: 160px;
	margin-top: -160px;
}

.gradientball {
	display: block;
	width: 720px;
	height: 720px;
	background: no-repeat center;
	background-size: 100% auto;
	background-blend-mode: multiply;
}

.gradientball.yellow {
	background-image: url(assets/images/icon-gradientball-yellow.png);
}

.gradientball.pink {
	background-image: url(assets/images/icon-gradientball-pink.png);
}


.title-italic {}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.title-italic {
		width: 80%;
	}
}


/* =TOP - WHOWEARE
----------------------------------------------------- */
.top-whoweare {
	position: relative;
	z-index: 3;
}

.top-whoweare .inner {}

.top-whoweare .inner .gradientball {
	position: absolute;
	opacity: 0.5;
}

.top-whoweare .inner .gradientball.yellow {
	right: -120px;
	top: 30%;
}

.top-whoweare .inner .gradientball.pink {
	left: -120px;
	top: 40%;
}

.top-whoweare .title-itaric {}

.top-whoweare .inner .text {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, Georgia, Times New Roman, Times, "ＭＳ Ｐ明朝", MS PMincho, serif;
}

.top-whoweare .inner .text p {
	line-height: 3.2;
}

.top-whoweare .inner .text em {
	/* font-style: normal;
	text-orientation: upright; */
}

@media screen and (min-width: 600px) {
	.top-whoweare .text {
		margin: auto;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}

	.top-whoweare .text p {
		margin: 0 2em 0;
	}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.top-whoweare .section {
		padding-top: 16vw;
	}

	.top-whoweare .title-italic {
		width: 80%;
		margin: auto;
	}

	.top-whoweare .inner .text {
		text-align: center;
	}

}


/* =TOP - MISSION ~ BUSINESS
----------------------------------------------------- */
.top-mission-business {
	position: relative;
	z-index: 3;
}

.top-mission-business::before {
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
	bottom: -120px;
	width: calc(1000 / 1440 * 100%);
	height: 100%;
	background-color: #f5f2ef;
}

.top-missipn-business .top-mission {}

.top-missipn-business .top-message {}

.top-missipn-business .top-business {}


/* =TOP - MISSION
----------------------------------------------------- */
.top-mission {
	position: relative;
	z-index: 3;
}

.top-mission .section {}

.top-mission .mission-gallery {
	margin: 0 0 20px;
}

.top-mission .mission-gallery .row {}

.top-mission .mission-gallery .row:not( :last-child) {
	margin: 0 0 20px;
}

.top-mission .mission-gallery .row:nth-child(odd) {
	margin-left: -180px;
}

.top-mission .mission-gallery .row.row01 {
	width: calc(100% + 50%);
}

.top-mission .mission-gallery .row.row02 {}

.top-mission .mission-gallery .row>* {
	margin: 0 0 0 20px;
}

.top-mission .mission-gallery .row>*:first-child {
	margin: 0;
}

.top-mission .image-content>.content .inner {
	position: relative;
}

.top-mission .image-content>.content .inner .title-italic {
	position: absolute;
	left: -3em;
	top: -4em;
}

@media screen and (min-width: 600px) {
	.top-mission .image-content {
		align-items: center;
	}

	.top-mission .image-content>.image {
		width: calc(46% + 120px);
		margin-right: -140px;
	}

	.top-mission .image-content>.content {
		width: 54%;
	}

	.top-mission .image-content>.image {
		position: relative;
		z-index: 3;
	}

	.top-mission .image-content>.content {
		position: relative;
		z-index: 2;
	}

	.top-mission .image-content>.content .inner {
		padding: 6em 6em;
		padding-left: 0;
		background-color: #fff;
	}

	.top-mission .mission-mainimage {
		margin-left: -80px;
	}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.top-mission .mission-gallery .row:not( :last-child) {
		margin: 0 0 5px;
	}

	.top-mission .mission-gallery .row>* {
		margin: 0 0 0 5px;
	}

	.top-mission .mission-gallery .row.row01 {
		width: 100%;
	}

	.top-mission .mission-gallery .row.row01>*:last-child {
		display: none;
	}

	.top-mission .mission-gallery .row:nth-child(odd) {
		margin-left: 0;
	}

	.top-mission .image-content>.content .inner .title-italic {
		position: relative;
		z-index: 9;
		left: 0;
		top: -4em;
		width: 70%;
	}
}


/* =TOP - MESSAGE
----------------------------------------------------- */
.top-message {
	position: relative;
	z-index: 2;
}

.top-message .image-content>.content .inner {
	position: relative;
}

.top-message .image-content>.content .inner .title-italic {
	position: absolute;
	right: -3em;
	top: -9em;
}

@media screen and (min-width: 600px) {
	.top-message {}

	.top-message .section {
		padding-bottom: 0;
	}

	.top-message .image-content {
		align-items: center;
	}

	.top-message .image-content>.image {
		width: calc(56% + 160px);
		margin-left: -160px;
	}

	.top-message .image-content>.content {
		width: calc(44% + 60px);
		margin-left: -60px;
	}

	.top-message .image-content>.content .inner {
		padding: 3em;
		background-color: #fff;
	}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.top-message .image-content>.content .inner .title-italic {
		right: -3vw;
		top: -6em;
		width: 50%;
	}
}


/* =TOP - BUSINESS
----------------------------------------------------- */
.top-business {
	position: relative;
	z-index: 2;
}

.top-business .image-content>.image {
	position: relative;
	z-index: 1;
}

.top-business .image-content>.content {
	position: relative;
	z-index: 2;
}

.top-business .image-content>.content .inner {
	position: relative;
}

.top-business .image-content>.content .inner .title-italic {
	position: relative;
	left: -4em;
}


@media screen and (min-width: 600px) {
	.top-business {}

	.top-business .image-content {
		align-items: center;
	}

	.top-business .image-content>.image {}

	.top-business .image-content>.content {}

	.top-business .image-content>.content .title-classical {
		margin-right: -5em;
	}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.top-business .image-content>.content .inner .title-italic {
		position: relative;
		left: -1vw;
		width: 49%;
		margin-bottom: 10px;
	}
}


/* 事業紹介スライダー （swiper.js）*/
.business-slider {}

.business-slider .business-lineup {}

.business-slider .business-lineup .lineup {}

.business-slider .business-lineup .lineup a {
	color: inherit;
	color: #a6937c;
	text-decoration: none;
}

.business-slider .business-lineup .lineup a:hover img {}

.business-slider .business-lineup .lineup .image {
	position: relative;
	overflow: hidden;
	padding-bottom: 133.33%;
	margin: 0 0 2em;
}

.business-slider .business-lineup .lineup .image img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.business-slider .business-lineup .lineup .header {
	position: relative;
}

.business-slider .business-lineup .lineup .header .numbering {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	font-family: 'Boston Light', sans-serif;
	font-size: 5.0rem;
	font-weight: normal;
	letter-spacing: 0.08em;
	line-height: 1;
}

.business-slider .business-lineup .lineup .header .more {
	position: relative;
	font-family: 'Boston', sans-serif;
	text-transform: uppercase;
}

.business-slider .business-lineup .lineup .header .more::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 0.75em 0 0;
	width: 2em;
	height: 1px;
	background-color: #a6937c;
}

@media screen and (min-width: 600px) {
	.business-slider {
		width: 780px;
	}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.business-slider .business-lineup .lineup .header .numbering {
		display: block;
		font-size: 3.6rem;
	}

	.business-slider .business-lineup .lineup .header .title {
		font-size: 1.4rem;
	}
}

/* Swiper
	-------------------------------------------------- */
.business-slider .swiper-grandparent {
	position: relative !important;
	overflow: hidden;
	width: 100%;
}

.swiper-parent {}

.swiper-grandparent .swiper-parent .swiper-container {}

.business-slider .swiper-wrapper {
	flex-wrap: inherit !important;
	margin-bottom: 0px !important;
}

.business-slider .swiper-container {
	/* Prev & Next をフル画面にしたいとき */
	position: static !important;
}

.business-slider .swiper-slide {}

.business-slider .swiper-slide-active {
	opacity: 1;
}

/* Prev & Next */
.business-slider .swiper-grandparent {
	padding-bottom: 60px;
}

.business-slider .swiper-button-prev,
.business-slider .swiper-container-rtl .swiper-button-next,
.business-slider .swiper-button-next,
.business-slider .swiper-container-rtl .swiper-button-prev {
	background-size: 100% auto !important;
	top: auto !important;
	bottom: 0 !important;
	margin: 0 auto !important;
	width: 13px !important;
	height: 26px !important;
}

.business-slider .swiper-button-prev,
.business-slider .swiper-container-rtl .swiper-button-next {
	left: 0 !important;
	background-image: url(assets/images/icon-arrow-left-slider.png) !important;
}

.business-slider .swiper-button-next,
.business-slider .swiper-container-rtl .swiper-button-prev {
	right: inherit !important;
	left: 40px !important;
	background-image: url(assets/images/icon-arrow-right-slider.png) !important;
}

/* pagination */
.business-slider .swiper-container .swiper-pagination {
	position: static;
	padding: 15px 0 0;
}

.business-slider .swiper-container .swiper-pagination-bullet {
	background-color: #ccc !important;
	opacity: 1 !important;
}

.business-slider .swiper-container .swiper-pagination-bullet-active {
	background-color: #aaa !important;
}


@media screen and (min-width: 0px) and (max-width: 599px) {
	.business-slider .swiper-container {}

	.business-slider .swiper-slide {}

	.business-slider .swiper-slide-active {
		opacity: 1;
	}

	/* センタリング ver. */
	.business-slider .swiper-grandparent {}

	.business-slider .swiper-grandparent .wrapper {
		padding: 0 !important;
	}

	.business-slider .swiper-grandparent .swiper-parent .swiper-container {
		overflow: hidden !important;
	}

	.business-slider .swiper-button-next,
	.business-slider .swiper-button-prev {
		/*display: none !important;*/
	}

	/* Prev & Next */
	.business-slider .swiper-button-prev,
	.business-slider .swiper-container-rtl .swiper-button-next,
	.business-slider .swiper-button-next,
	.business-slider .swiper-container-rtl .swiper-button-prev {}
}




/* =TOP - NEWS
----------------------------------------------------- */
.top-news {
	position: relative;
	z-index: 2;
}

.top-news .title-italic {
	position: relative;
	left: -3em;
	top: -1em;
}


/* 下層NEWSでも使用 */
.news-lineup {}

.news-lineup .lineup {}

.news-lineup .lineup a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.news-lineup .lineup .inner {
	align-items: center;
}

.news-lineup .lineup .inner .date {}

.news-lineup .lineup .inner .thumbnail {
	margin: 0 0 30px;

	height: 0;
	padding-bottom: 60.00%;
	position: relative;
}

.news-lineup .lineup .inner .thumbnail img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.news-lineup .lineup .inner .text {
	margin: 0 0 20px;
}

.news-lineup .lineup .inner .text .meta {
	margin: 0 0 1.0em;
	font-size: 0.9em;
}

.news-lineup .lineup .inner .text .meta>* {
	display: inline-block;
	vertical-align: middle;
}

.news-lineup .lineup .inner .text .meta>*:not( :last-child) {
	margin: 0 2em 0 0;
}

.news-lineup .lineup .inner .text .meta .date {
	color: #aaaaaa;
	font-family: 'Boston', sans-serif;
}

.news-lineup .lineup .inner .text .meta .category,
.news-lineup .lineup .inner .text .meta .category * {
	color: #a6937c;
	text-decoration: none;
	border-bottom: solid 1px #a6937c;
	padding-bottom: 8px;
}

.news-lineup .lineup .inner .text .meta ul.list-tag {
	display: none;
}

.news-lineup .lineup .inner .text .title {
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.8;
}

.news-lineup .lineup .inner .text>*:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 600px) {
	.top-news {}

	.news-lineup .lineup {}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.top-news .title-italic {
		position: relative;
		left: -1vw;
		top: -1em;
		width: 35%;
	}

	.news-lineup .lineup .inner {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-shrink: 0;
		justify-items: center;
		align-items: center;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;

	}

	.news-lineup .lineup .inner .thumbnail {
		margin: 0;
		width: 150px;
		padding-bottom: 100px;
	}

	.news-lineup .lineup .inner .text {
		width: calc(100% - 170px);
	}

	.news-lineup .lineup .inner .text .title {
		font-size: 1em;
	}

	.news-lineup .lineup .inner .viewmore {
		display: none;
	}
}


/* =TOP - RECRUIT
----------------------------------------------------- */
.top-recruit {
	position: relative;
	z-index: 2;
	background-color: #f5f2ef;
}

.top-recruit .section {
	padding-top: 0;
	margin-top: 120px;
}

.top-recruit .cover {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto;
}

.top-recruit .wrapper {
	position: relative;
}

.top-recruit .title-italic {
	position: absolute;
	left: -3em;
	top: -7em;
}

.top-recruit .inner {
	position: relative;
	margin: -3em 0 0;
	padding: 3em 6.25vw 4em;
	background-color: #fff;
}

.top-recruit .inner .button {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1em;
}

.top-recruit .inner .title-classical {
	margin: 0;
}

@media screen and (min-width: 600px) {
	.top-recruit {}

	.top-recruit .image-content {
		align-items: center;
	}

	.top-recruit .image-content>.image {
		width: calc(46% + 120px);
		margin-right: -140px;
	}

	.top-recruit .image-content>.content {
		width: 54%;
	}
}


@media screen and (min-width: 0px) and (max-width: 599px) {
	.top-recruit .title-italic {
		left: 4.5vw;
		top: -6em;
		width: 50%;
	}

	.top-recruit .inner {
		padding-bottom: 6em;
	}
}

/* =TOP - COLUMN
----------------------------------------------------- */
.top-column {
	position: relative;
	z-index: 2;
	background-color: #f5f2ef;
}

.top-column .title-italic {
	position: relative;
	left: -3em;
	top: -1em;
}

/* ループ部分は owenedmedia.css 参照 */


@media screen and (min-width: 600px) {
	.top-column {}

	.top-column .section {
		padding-top: 0;
	}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.top-column .title-italic {
		position: relative;
		left: -1vw;
		top: -1em;
		width: 50%;
	}

	.top-column::before {
		display: none;
		width: 100vw;
		height: 100px;
	}

	.top-column .title-section.white>* {
		color: #003953;
	}
}



/*
-----------------------------------------------------

	=SUBPAGES

-----------------------------------------------------
*/

/* =SUBPAGES - COMMON PARTS
----------------------------------------------------- */
.sub-fv {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 100%;
	height: 480px;
	background-color: #f5f2ef;
	-webkit-transition: all cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.9s;
	-moz-transition: all cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.9s;
	-ms-transition: all cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.9s;
	transition: all cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.9s;
}

.sub-fv::before {}

/* FIRSTVIEW - CONTENT */
.sub-fv .content {
	position: relative;
	overflow: hidden;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.sub-fv .content .wrapper {
	position: relative;
	height: 100%;

}

/* FIRSTVIEW - CONTENT - TAGLINE */
.sub-fv .content .tagline {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.sub-fv .content .tagline .inner {}

.sub-fv .content .tagline .inner .title {
	font-size: 10.0rem;
	line-height: 1.0;
	text-transform: capitalize;
}

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

@media screen and (min-width: 0px) and (max-width: 599px) {

	/* デバイスの高さに依存 
	@supports (-webkit-touch-callout: none) {
		.sub-fv {
			height: -webkit-fill-available;
		}
	}*/

	.sub-fv {
		width: 100vw;
		overflow: hidden;
		height: 30vh;
		height: calc(30vh + 5.0rem);
	}

	.sub-fv .image {
		z-index: -1;
		height: 100%;
	}

	.sub-fv .flexslider .slides img,
	.sub-fv .image img {
		object-fit: cover;
		height: 100%;
	}

	.sub-fv .content {
		height: calc(30vh + 5.0rem);
	}

	.sub-fv .content .tagline {
		left: inherit;
	}

	.sub-fv .content .tagline .inner .title {
		font-size: 4.2rem;
	}
}

/* ページごとの設定 */
@media screen and (min-width: 0px) and (max-width: 599px) {
	.sub-fv.news .title-italic img {
		width: calc(380px / 2);
	}

	.sub-fv.message .title-italic img {
		width: calc(538px / 2);
	}

	.sub-fv.business .title-italic img {
		width: calc(538px / 2);
	}

	.sub-fv.privacy .title-italic img {
		width: calc(380px / 2);
	}

	.sub-fv.company .title-italic img {
		width: calc(380px / 2);
	}

	.sub-fv.contact .title-italic img {
		width: calc(380px / 2);
	}
}


/* BREADCRUMBS */
.sub-fv #breadcrumbs {
	position: absolute;
	z-index: 9;
	bottom: 0;
	right: 0;
	width: 100%;
}

#breadcrumbs {
	padding: 2.0em 0;
	font-size: 1.3rem;
	line-height: 20px;
}

#breadcrumbs,
#breadcrumbs a {
	color: #a6937c;
}

#breadcrumbs .inner {}

#breadcrumbs a {
	font-weight: normal;
	text-decoration: underline;
}

#breadcrumbs a:hover {
	text-decoration: none;
}


@media screen and (min-width: 0px) and (max-width: 599px) {
	#breadcrumbs {
		font-size: .9rem;
	}
}


/* HEADING */
.title-section {
	margin: 0 0 1.5em;
	line-height: 1.8;
}

.title-section .english,
.title-section .japanese {
	display: block;
}

.title-section .english {
	color: #a6937c;
	font-family: 'Boston', sans-serif;
	font-size: 5.0rem;
	text-transform: capitalize;
	letter-spacing: 0.0em;
	line-height: 1.2;
}

.title-section .japanese {
	font-weight: normal;
}

.title-section.fc-white,
.title-section.fc-white>* {
	color: #e7eaef;
}

.title-bar {
	margin: 0 0 1.5em;
	padding: 0 0 30px;
	background: url(assets/images/icon-title-bar.png) no-repeat center bottom;
	background-size: 160px auto;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

.title-underbar {
	margin: 0 0 1.0em;
	padding: 0 0 0.25em;
	border-bottom: solid 1px #dcdcdc;
	font-size: 2.8rem;
	font-weight: bold;
}

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

@media screen and (min-width: 0px) and (max-width: 599px) {
	.title-section .english {
		font-size: 3.6rem;
	}

	.title-bar {
		font-size: 2.2rem;
	}

	.title-underbar {
		font-size: 1.8rem;
	}
}


/* OTHER */
.sub-recommendcontents {
	position: relative;
	z-index: 1;
	background-color: #000;
}

.sub-recommendcontents-lineup {}

.sub-recommendcontents-lineup .lineup {
	position: relative;
}

.sub-recommendcontents-lineup .lineup a {
	color: inherit;
	text-decoration: none;
}

.sub-recommendcontents-lineup .lineup a:hover {
	opacity: 0.8;
}

.sub-recommendcontents-lineup .lineup .image {
	background-color: #a6937c;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.sub-recommendcontents-lineup .lineup a:hover .image {
	background-color: #444;
}

.sub-recommendcontents-lineup .lineup .image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: 0.4;
}

.sub-recommendcontents-lineup .lineup .content {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub-recommendcontents-lineup .lineup .content .inner {
	text-align: center;
	padding: 3em;
}

.sub-recommendcontents-lineup .lineup .content .inner .title-italic {
	margin: 0 0 10px;
}

.sub-recommendcontents-lineup .lineup .content .inner .title {
	color: #fff;
}

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

@media screen and (min-width: 0px) and (max-width: 599px) {
	.sub-recommendcontents-lineup.responsive>.lineup {
		margin-bottom: 0;
	}
}



/* =SUBPAGES - NEWS
----------------------------------------------------- */
.sub-news {}

/* ARCHIVE */
.news-archive-header {
	overflow: hidden;
}

.news-archive-content {}

.news-archive-header .news-archive-header-inner {}

.news-archive-header .news-archive-header-inner .title {
	margin: 0 0 0.5em;
	color: #a6937c;
	font-size: 1.1em;
}

ul.list-news-archive {
	margin: 0 0 2rem;
	font-size: 0;
	letter-spacing: 0;
}

ul.list-news-archive li {
	display: inline-block;
	vertical-align: top;
	margin: 0 1em 1em 0;
	font-size: 1.6rem;
}

ul.list-news-archive li a {
	display: block;
	padding: 0.25em 2.25em;
	color: #a6937c;
	font-weight: normal;
	text-align: center;
	border-radius: 2em;
	border: solid 1px #a6937c;
	background-color: transparent;
	text-decoration: none;
}

ul.list-news-archive li.active a,
ul.list-news-archive li a[aria-current],
ul.list-news-archive li a:hover {
	opacity: 1;
	background-color: #df8694;
	border-color: #df8694;
	color: #fff;
	/*box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.2);*/
}

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

@media screen and (min-width: 0px) and (max-width: 599px) {
	ul.list-news-archive li {
		margin: 0 1.0em 1.0em 0;
		font-size: 1.0rem;
	}

	ul.list-news-archive li a {}
}


/* =SUBPAGES - NEWS - DETAIL
----------------------------------------------------- */
/* SINGLE */
/* 記事本文中のスタイルはownedmedia.cssを参照 */
.news-article-header {
	margin: 0 0 3em;
}

.news-article-header .meta {
	margin: 0 0 0.5em;
}

.news-article-header .meta>* {
	display: inline-block;
	vertical-align: middle;
}

.news-article-header .meta>*:not( :last-child) {
	margin: 0 2em 0 0;
}

.news-article-header .meta .date {
	opacity: 0.4;
	font-weight: bold;
}

.news-article-header .meta .category {}

.news-article-header .meta .category a {
	text-decoration: none;
}

.news-article-header .meta .category a:hover {
	opacity: 0.6;
}

.news-article-header .title {
	margin: 0 0 0.5em;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.8;
}

.news-article-content {}

.news-article-footer {
	text-align: center;
}

/* シェアボタン */
ul.list-share {
	margin: 0 0 2rem;
	font-size: 0;
	letter-spacing: 0;
}

ul.list-share li {
	display: inline-block;
	margin: 0 5px 10px;
	margin-bottom: 10px;
	font-size: 1.6rem;
}

/* 記事終わりのお問い合わせボックス（※他ページでも共通） */
.contactbox {
	background-color: #f5f2ef;
	padding: 3em 4em;
	text-align: left;
}

.contactbox * {
	align-items: center;
}

.contactbox .content {
	font-size: 1.3rem;
}

.contactbox .content .title {
	margin: 0 0 0.5em;
	color: #a6937c;
	font-size: 1.5em;
	line-height: 1.5;
}

.contactbox .button {
	width: 240px;
}

@media screen and (min-width: 0px) and (max-width: 599px) {}

.article .contactbox {
	color: #a6937c;
}

/* 関連記事・新着記事 */
.news-article-related {}

@media screen and (min-width: 600px) {
	.news-article-related .title-italic.news {
		position: relative;
		left: -3em;
		top: -9em;
		height: 80px;
	}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.title-italic.news {
		width: 35%;
	}
}


/* =SUBPAGES - MESSAGE [代表挨拶]
----------------------------------------------------- */
.sub-message {}

.sub-message .cover {
	background-color: #fff;
}

.sub-message .cover .wrapper {
	position: relative;
}

.sub-message .cover .image {
	width: 100%;
	margin-right: -12vw;
	margin-left: auto;
}

.sub-message .cover .content {
	position: absolute;
	z-index: 2;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}

.sub-message .cover .content .inner {}

.sub-message .cover .content .inner .tagline {
	display: block;
	margin: 0 0 0.5em;
}

.sub-message .sign {
	line-height: 1.8;
}

.sub-message .inner {
	position: relative;
}

.sub-message .inner .gradientball {
	position: absolute;
	opacity: 0.5;
}

.sub-message .inner .gradientball.yellow {
	right: -420px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

.sub-message .inner .gradientball.pink {
	left: -420px;
	top: -360px;
}

.sub-message .sign {
	text-align: right;
}

.sub-message .sign .name {
	display: block;
	margin: 0 0 0;
	color: #a6937c;
	font-size: 1.5em;
}

/* ミッション・ビジョン */
.sub-mission {
	position: relative;
}

.sub-mission::before {
	content: "";
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
	bottom: -120px;
	width: calc(1000 / 1440 * 100%);
	height: 70%;
	background-color: #f5f2ef;
}

.sub-mission .group01 {}

.sub-mission .group02 {}

.sub-mission .group03 {}

.sub-mission .sub-mission-gallery {
	max-width: 2000px;
	margin: auto;
}

.sub-mission .sub-mission-gallery .row01 {}

.sub-mission .sub-mission-gallery .row02 {}

.top-mission .mission-gallery .row>* {}

.top-mission .mission-gallery .row>*:first-child {}

.mission-mainimage {
	margin: 0 0 20px;
}

@media screen and (min-width: 600px) {
	.sub-mission .group02 .image-content>.image {
		width: calc(50% + 120px);
		margin-left: -120px;
	}

	.sub-mission .group02 .image-content>.content {
		width: 50%;
		padding-left: 80px;
	}

	.sub-mission .group03 .image-content>.image {
		width: calc(50% + 120px);
		margin-right: -120px;
	}

	.sub-mission .group03 .image-content>.content {
		width: 50%;
		padding-right: 80px;
	}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.sub-message .cover .content {
		position: static;
		padding-top: 10vw;
	}

	.sub-message .cover .image {
		width: 120vw;
		margin-right: 0;
		margin-left: -20vw;
	}

	.sub-mission .sub-mission-gallery {
		display: none;
	}

	.title-italic.mission {
		width: calc(422px / 2);
	}

	.title-italic.vision {
		width: calc(341px / 2);
	}
}


/* =SUBPAGES - BUSINESS [事業内容]
----------------------------------------------------- */
.sub-business {}

.sub-business .group01 {
	background-color: #f5f2ef;
}

.sub-business .group02 {}

.sub-business .cover {
	background-color: #fff;
}

.sub-business .cover .wrapper {
	width: 1600px;
}

.sub-business-lineup {}

.sub-business-lineup>.lineup:not( :last-child) {
	margin-bottom: 300px;
}

.sub-business-lineup>.lineup>.summary,
.sub-business-lineup>.lineup>* {
	position: relative;
	z-index: 2;
}

.sub-business-lineup>.lineup .summary .numbering {
	position: absolute;
	right: 0;
	top: -0.4em;
	color: #a6937c;
	font-size: 40.0rem;
	font-family: 'Boston Light', sans-serif;
	line-height: 1;
	opacity: 0.1;
}

.sub-business-lineup>.lineup .service-link-lineup {
	margin: 3em 0 0;
	text-align: center;
}

.sub-business-lineup>.lineup .service-link-lineup>.lineup {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 2em 2em;
}

.sub-business-lineup>.lineup .detail {
	position: relative;
	z-index: 1;
	padding: 2em 0;
	background-color: #f5f2ef;
}

.sub-business-lineup>.lineup .detail .sub-business-gallery {}

.sub-business-lineup>.lineup .detail .detail-frame {
	background-color: #fff;
}

@media screen and (min-width: 600px) {
	.sub-business-lineup>.lineup .summary {
		margin-bottom: 100px;
	}

	.sub-business-lineup>.lineup .summary .image-content {
		align-items: center;
	}

	.sub-business-lineup>.lineup:nth-child(odd) {}

	.sub-business-lineup>.lineup:nth-child(even) {}

	.sub-business-lineup>.lineup:nth-child(odd) .summary .numbering {
		right: -0.25em;
	}

	.sub-business-lineup>.lineup:nth-child(even) .summary .numbering {
		left: -0.25em;
	}

	.sub-business-lineup>.lineup:nth-child(odd) .summary .image-content>.image {
		width: calc(46% + 6vw);
		margin-left: -6vw;
	}

	.sub-business-lineup>.lineup:nth-child(odd) .summary .image-content>.content {
		width: 54%;
		padding-left: 80px;
	}

	.sub-business-lineup>.lineup:nth-child(even) .summary .image-content {
		flex-direction: row-reverse;
	}

	.sub-business-lineup>.lineup:nth-child(even) .summary .image-content>.image {
		width: calc(46% + 6vw);
		margin-right: -6vw;
	}

	.sub-business-lineup>.lineup:nth-child(even) .summary .image-content>.content {
		width: 54%;
		padding-right: 80px;
	}

	.sub-business-lineup>.lineup:nth-child(3) .summary .image-content>.image {
		width: calc(46% + 1vw);
		margin-left: -1vw;
	}

	.sub-business-lineup>.lineup:nth-child(3) .summary .image-content>.content {
		width: 54%;
		padding-left: 80px;
	}

	.sub-business-lineup>.lineup .detail .detail-frame .inner {
		align-items: center;
	}

	.sub-business-lineup>.lineup .detail .detail-frame .inner .left {
		width: 40%;
	}

	.sub-business-lineup>.lineup .detail .detail-frame .inner .right {
		width: 56%;
	}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.sub-business .cover .wrapper {
		padding: 0;
	}

	.sub-business-lineup>.lineup:not( :last-child) {
		margin-bottom: 16vw;
	}

	.sub-business-lineup>.lineup .summary .numbering {
		font-size: 18.0rem;
		top: 0;
	}

	.sub-business-lineup>.lineup .summary .title-japanese br {}

	.sub-business-lineup>.lineup .title-japanese {
		font-size: 1.7rem;
	}

	.sub-business-lineup>.lineup .detail .detail-frame .left {
		margin-bottom: 0;
	}

	.sub-business-lineup>.lineup .detail .sub-business-gallery .row>*:last-child {
		display: none;
	}
}


/* 斜め区切り装飾 */
.diagonal {
	position: relative;
	margin: 0 0;
	background-color: #f5f2ef;
}

.diagonal::before,
.diagonal::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
}

.diagonal::before {
	top: -160px;
	border-color: transparent transparent #f5f2ef transparent;

	/* 上側 - 右上がり
	border-width: 0 0 160px 100vw; */

	/* 上側 - 左上がり */
	border-width: 0 100vw 160px 0;
}

.diagonal::after {
	bottom: -160px;
	border-color: #f5f2ef transparent transparent transparent;

	/* 下側 - 右下がり
	border-width: 160px 100vw 0 0; */

	/* 下側 - 左下がり */
	border-width: 160px 0 0 100vw;
}

.diagonal.diagonal-upper {
	margin-bottom: 0;
}

.diagonal.diagonal-upper::after {
	display: none;
}

.diagonal.diagonal-lower {
	margin-top: 0;
}

.diagonal.diagonal-lower::before {
	display: none;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.diagonal {
		margin: 100px 0;
	}

	.diagonal::before {
		top: -100px;
		border-width: 0 100vw 100px 0;
	}

	.diagonal::after {
		bottom: -100px;
		border-width: 100px 0 0 100vw;
	}

	.text-attention {
		font-size: 1.4rem;
	}
}


/* =SUBPAGES - PRIVACY [個人情報保護方針]
----------------------------------------------------- */
.sub-privacy {}


/* =SUBPAGES - COMPANY [会社概要]
----------------------------------------------------- */
.sub-company {}

table.table-main {}

table.table-main tr {}

table.table-main th,
table.table-main td {}

table.table-main th {
	color: #a6937c;
}

.access-lineup {}

.access-lineup .lineup {}

.title-20 {
	margin: 0 0 1em;
	font-size: 1.2em;
	font-weight: bold;
}

.marker-link {
	display: inline-block;
	background: url(assets/images/icon-marker.png) no-repeat center left;
	background-size: 18px auto;
	padding-left: 30px;
	font-weight: bold;
	text-decoration: none;
}

.marker-link:hover {}

@media screen and (min-width: 600px) {
	.access-lineup>.lineup .image-content {
		align-items: center;
	}

	.access-lineup>.lineup .image-content>.image {
		width: 640px
	}

	.access-lineup>.lineup .image-content>.content {
		width: 480px;
	}
}

/* =SUBPAGES - CONTACT [お問い合わせ]
----------------------------------------------------- */
.sub-contact {}

.sub-contact .introduction {
	text-align: center;
}

.contact-service-link {
	font-size: 0.75em;
}

.contact-service-link .title {
	display: block;
	margin: 0 0 1em;
	padding: 0.25em 2em;
	border-radius: 2em;
	background-color: #626262;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.sub-contact .introduction {
		text-align: left;
	}

	.sub-contact .introduction br {
		display: none;
	}

	.sub-contact .contact-service-link br {
		display: block;
	}

	.contact-service-link {
		font-size: 1em;
	}

	.contact-service-link .title {
		display: inline-block;
		background-color: #a6937c;
		font-size: 1.1em;
	}
}


/* プライバシーポリシー */
.frame-privacy {
	height: 20em;
	overflow: auto;
	border-radius: 5px;
	padding: 2em;
	background-color: #e2ecf7;
}

/* フォーム本体 */
.form-main {
	padding-top: 0;
}

.form-main * {
	line-height: 1.8;
}

.form-main table {
	width: 100%;
	border-collapse: collapse;
	line-height: 1.75;
	text-align: left;
}

.form-main tr,
.form-main th,
.form-main td {
	display: block;
	width: 100%;
	vertical-align: top;
	text-align: left;
	border: none;
	font-weight: 600;
}

.form-main tr {
	margin: 0 0 2em;
}

.form-main tr {}

.form-main th,
.form-main td {
	padding: 0.5em 0;
	font-weight: normal;
}

.form-main th {
	font-size: 1.125em;
	font-weight: bold;
}

.form-main input[type="text"],
.form-main input[type="email"],
.form-main input[type="tel"],
.form-main select,
.form-main textarea {
	width: 100%;
	padding: 1.005em;
	border-radius: 0;
	background-color: #f2f2f2;
}

.mwform-tel-field input[type="text"],
.mwform-zip-field input[type="text"] {
	display: inline-block;
	vertical-align: unset;
}

/*.form-main .horizontal-item + .horizontal-item {
	margin-left: 0px;
	white-space: nowrap;
}*/
.form-main textarea {
	width: 100%;
}

.form-main select {
	max-width: 250px;
	font-size: inherit;
}

.form-main .vertical label {
	display: block;
}

.form-main ::placeholder {
	color: #aaa;
}

.form-main em {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 0.75em;
	padding: 0.25em 0.5em;
	background-color: #a6937c;
	color: #fff;
	font-size: 0.75em;
	line-height: 1.0;
}

.form-main .error {
	display: block;
	margin: .5em 0 0;
	padding: .5em 1em;
	border: solid 1px #F00;
	background-color: #fbf1f1;
	color: #f00;
	border-radius: 0;
}
/* レイアウト強制 */
.mw_wp_form .horizontal-item+.horizontal-item {
	margin-left: 0 !important;
}

.form-main .horizontal>br {
	display: none;
}

.form-main .horizontal label {
    display: block;
	width: 100%;
    padding: 1em;
    line-height: 1;
	border: 1px solid #f2f2f2;
	background-color: #f2f2f2;
	color: #555;
	max-width: 100%;
	border-radius: 0;
}

.form-main .horizontal label:hover {
	border-color: #f90;
}

@media screen and (min-width: 600px) {
	.form-main .horizontal {
		font-size: 0;
		letter-spacing: 0;
	}

    .form-main .horizontal .wpcf7-list-item {
        display: inline-block;
        vertical-align: text-top;
        font-size: 1.5rem;
    }

    .form-main .horizontal.col-3 .wpcf7-list-item {
        width: 32.33%;
        margin: 0 1% 1% 0;
    }

    .form-main .horizontal.col-2 .wpcf7-list-item {
        width: 49%;
        margin: 0 1% 1% 0;
    }

    .form-main .horizontal.col-1 .wpcf7-list-item {
        width: 100%;
        margin: 0 0% 1% 0;
    }

	.form-main .horizontal-half {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-shrink: 0;
		justify-items: center;
		align-items: center;
		align-items: flex-start;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.form-main .horizontal-half>* {
		margin-bottom: 0;
		width: 50%;
	}

	.form-main .horizontal-half>*:nth-child(odd) {
		padding-right: 10px;
	}

	/* 調整 */
	.form-main .horizontal.naiyou .horizontal-item:nth-of-type(4) {
		width: 65.66%;
	}
}

@media screen and (min-width: 0px) and (max-width: 599px) {
    .form-main .horizontal .wpcf7-list-item,
    .form-main .horizontal-half .half-item {
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        margin: 0 0 1%;
    }

    .form-main .horizontal-half .half-item {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 0px) and (max-width: 599px) {

	/* MW WP Form */
	.form-main th,
	.form-main td {
		width: 100% !important;
		padding: 5px 0 !important;
		font-size: 1em !important;
		background-color: transparent;
		border: none !important;
	}

	.form-main input,
	.form-main input[type="text"],
	.form-main input[type="email"],
	.form-main textarea,
	.form-main select,
	.form-main input[type*="submit"] {
		font-size: 16px !important;
	}

	.form-main input[type="text"],
	.form-main input[type="email"],
	.form-main textarea {
		padding: 0.75em;
		width: 100%;
	}

	.form-main select {
		padding: 0.75em;
		width: auto;
	}

	.form-main input[type="radio"] {
		padding: 0 !important;
	}

	.form-main input[type*="submit"] {
		width: 100% !important;
	}
}

.form-main input[type="submit"] {
	position: relative;
	display: block;
	padding: 0.0em 2em;
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	font-family: 'Boston', sans-serif;
	font-size: 2.0rem;
	font-weight: normal;
	background-color: #df8694;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.form-main input[type="submit"]:hover {
	opacity: 1;
	background-color: #dd5b70;
}

@media screen and (min-width: 0px) and (max-width: 599px) {
	.form-main input[type="submit"] {
		font-size: 1.0em;
		padding: 0.0em 1.5em;
		height: 60px;
		line-height: 55px;
	}

	.form-main input[type="submit"]::before {}
}

/* =SUBPAGES - THANKS [お問い合わせ完了]
----------------------------------------------------- */
.sub-thanks {
	text-align: center;
}