@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('css/html5reset-1.6.1.css');
/*
Theme Name: originalThemeVer3
Author: TYL Yanagida
Version: 1.0
-------------------------------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 180%;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #363636;
	line-height: 200%;
	background-color: #f4f4f4;
}
#studio .flexBlock.flexList2 li img ,
img.cover {
	width: 100%;
	height: auto;
}
img.cover60 {
	width: 60%;
	height: auto;
	margin: 0 20%;
}
@media screen and (max-width: 800px) {
	img.cover60 {
		width: 86%;
		height: auto;
		margin: 0 7%;
	}
}
.preload {
	display: none;
}
.dispWide {
	display: block;
}
.dispNarrow {
	display: none;
}
@media screen and (max-width: 800px) {
	.dispWide {
		display: none;
	}
	.dispNarrow {
		display: block;
	}
}
/* text decoration */
/*リンク文字色*/
a {
	color: #363636;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
/*リンク文字色フォーカス時*/
a:hover {
	color: #565656;
	text-decoration: none;
	opacity: 0.8;
	border-bottom: 1px solid transparent;
}
.linkBorder a {
	text-decoration: underline;
}
.nonOpacity a:hover {
	opacity: 1;
}
.bgGreen ::selection {
	color: #01b3c0;
	background-color: #fff;
}
/* 文字をセンタリングする場合 */
#studio h4,
.alignCenter {
	text-align: center;
}
/* 文字数がわからないブロックをセンタリングする場合 */
.alignCenter > div.blockCenter {
	display: inline-block;
}
/* 文字を右寄せ場合 */
.alignRight {
	text-align: right;
}
/* 文字を左寄せ場合（デフォルト） */
.alignLeft {
	text-align: left;
}
/* 文字を太字にする場合 */
.listQA dt,
.textBold {
	font-weight: bold;
}
/* 文字をデフォルトの太さにする場合（デフォルト） */
.textNormal {
	font-weight: normal;
}
/* 英字フォント指定 */
.textEn {
	font-family: 'Lato', sans-serif;
}
/*デフォルト文字色*/
#estimates .text34 li span > span,
.textDarkGray,
.textDarkGray a {
	color: #5c5f68;
}
.textLightGray,
.textLightGray a {
	color: #b4b4b4;
}
/* 文字色を緑にする場合 */
.listQA dd span,
.textGreen,
.textGreen a {
	color: #01b3c0;
}
/* 文字色を白にする場合 */
.textWhite,
a.textWhite {
	color: #fff;
}
/* 文字色を黄色にする場合 */
.textYellow {
	color: #fde411;
}
/* 文字色を橙色にする場合 */
.textOrange,.textOrange a {
	color: #f59600;
}
/* 文字色をピンクにする場合 */
.listQA dt span,
#studio h4,
#studio p span,
.textPink,
.textPink a {
	color: #eb6793;
}
/*リンク文字色フォーカス時に下線を引く時*/
.textGreen a.undeline:hover {
	border-bottom: 1px solid #01b3c0;
}
.textWhite a.undeline:hover {
	border-bottom: 1px solid #fff;
}
/*文字強調*/
#studio h4 span,
.textLine {
	display: inline-block;
	margin: 0 auto 2em;
	padding: 0.1em;
}
#studio h4 span,
.textLineYellow {
	border-bottom: 4px solid #ffea00;
}
/*文字囲み*/
.textBorderYellow {
	padding: 0.25em 4em;
	border: 4px solid #ffd100;
}
/*縁取り*/
.border {
	border: 1px solid #dedede;
	box-sizing: border-box;
}
/*hr*/
hr {
	width: 100%;
	height: 1px;
	margin: 0;
	padding: 0;
	border: none;
}
/*行間指定*/
.lineHeight100 {
	line-height: 100%;
}
.lineHeight140 {
	line-height: 140%;
}
.lineHeight160 {
	line-height: 160%;
}
.lineHeight190 {
	line-height: 190%;
}
.lineHeight225 {
	line-height: 225%;
}
.letterSpacing0 {
	letter-spacing: 0;
}
h2 + p,
h3 + p {
	margin-top: 2em;
}
.photo + p {
	margin-top: 1em;
}
.listQA dd,
#studio p + p,
.marginTop1 {
	margin-top: 1em!important;
}
.listQA dt,
.marginTop2 {
	margin-top: 2em!important;
}
#studio p + h4,
.marginTop3 {
	margin-top: 3em!important;
}
.marginTop4 {
	margin-top: 4em!important;
}
@media screen and (max-width: 800px) {
	h2 + p,
	h3 + p {
		margin-top: 1em;
	}
	.photo + p {
		margin-top: 0.5em;
	}
	.listQA dt,
	.marginTop2 {
		margin-top: 1.5em!important;
	}
	#studio p + h4,
	.marginTop3 {
		margin-top: 2em!important;
	}
	.marginTop4 {
		margin-top: 2.5em!important;
	}
}
/* font size */
.text34 {
	font-size: 34px;
}
/*セクションタイトル小*/
#studio h4,
#estimates .text34 li span,
.text22 {
	font-size: 22px;
}
/*セクションテキスト*/
.text20 {
	font-size: 20px;
}
/*ヘッダー英字*/
.listQA dt,
.text18 {
	font-size: 18px;
}
/*セクションテキスト小*/
#studio p,
.text16 {
	font-size: 16px;
}
/*メニューなど*/
.text13 {
	font-size: 13px;
}
@media screen and (min-width: 801px) and (max-width: 1440px) {
	/* font size */	
	/*セクションタイトル大*/
	.text34 {
		font-size: 2.361111111vw;
	}
	/*セクションタイトル小*/
	#studio h4,
	#estimates .text34 li span,
	.text22 {
		font-size: 1.527777777vw;
	}
	/*セクションテキスト*/
	.text20 {
		font-size: 1.388888888vw;
	}
	/*ヘッダー英字*/
	.listQA dt,
	.text18 {
		font-size: 1.25vw;
	}
	/*セクションテキスト小*/
	#studio p,
	.text16 {
		font-size: 1.111111111vw;
	}
	/*メニューなど*/
	.text13 {
		font-size: 0.902777777vw;
	}
}
@media screen and (max-width: 800px) {
	/* font size */
	/*セクションタイトル大*/
	.text34 {
		font-size: 4.5vw;
	}
	/*セクションタイトル小*/
	#studio h4,
	#estimates .text34 li span,
	.text22 {
		font-size: 3.6vw;
	}
	/*セクションテキスト*/
	.text20 {
		font-size: 3.6vw;
	}
	/*ヘッダー英字*/
	.listQA dt,
	.text18 {
		font-size: 3.4vw;
	}
	/*セクションテキスト小*/
	#studio p,
	.text16 {
		font-size: 3.2vw;
	}
	/*メニューなど*/
	.text13 {
		font-size: 2.4vw;
	}
	/*個別指定*/
	header h2 .text18 {
		font-size: 4vw;
		letter-spacing: 0;
	}
	header h2 .text13 {
		font-size: 2.9333333vw;
		letter-spacing: 0;
	}
	.studio header h2 .text13 {
		font-size: 2vw;
		letter-spacing: 0;
	}
	header #navGlobal.text16 {
		font-size: 6.1333333vw;
	}
	header #navGlobal.text16 .text13 {
		font-size: 4vw;
	}
}
.textIndent {
	padding-left: 1em;
}
.textAttention {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
.textEllipsis {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.textEllipsis2lines {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.flexBlock {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	flex-shrink: 0;
	list-style: none;
	margin: 0 auto;
}
.flexBlockReverse {
	flex-direction: row-reverse;
}
.flexBlockColumn {
	flex-direction: column;
}
.flexAround {
	justify-content: space-around;
}
.flexBetween {
	justify-content: space-between;
}
.flexStart {
	justify-content: flex-start;
}
.flexEnd {
	justify-content: flex-end;
}
.flexStretch {
	align-items: stretch;
}
.flexAlignCenter {
	align-items: center;
}
.flexList2 > li,
.flexList2 > div {
	width: 48.5%;
}
.flexList2 > li:nth-child(even),
.flexList2 > div:nth-child(even) {
	margin-left: 3%;
}
.flexList2 > li:nth-child(n + 3),
.flexList2 > div:nth-child(n + 3) {
	margin-top: 2em;
}
.flexList3 > li,
.flexList3 > div {
	width: 31.8%;
}
.flexStart.flexList3 > li:not(:nth-child(3n + 3)) {
	margin-right: 2.3%;
}
.flexList3 > dd {
	width: 33%;
	letter-spacing: 0;
}
.flexList3 > dd.alignRight {
	margin-left: auto;
}
.flexList3 > li:nth-child(n + 4),
.flexList3 > div:nth-child(n + 4) {
	margin-top: 1em;
}
.flexList3 > dd {
	margin-top: 0.5em;
}
.flexList4 > li,
.flexList4 > div {
	width: 22%;
}
.flexList4 > li:nth-child(n + 5),
.flexList4 > div:nth-child(n + 5) {
	margin-top: 2em;
}
.flexList4 > li:not(:nth-child(4n + 1)),
.flexList4 > div:not(:nth-child(4n + 1)) {
	margin-left: 4%;
}
.flexTile4 > li {
	width: 25%;
	margin: 0;
	padding: 0;
}
.flexIcon > li {
	width: 2.4em;
	margin: 0 0.5em;
}
.thumbList li {
	position: relative;
}
.thumbList li .thumb {
	width: 100%;
	margin-bottom: 0.5em;
	padding-top: 56.25%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #fff;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.thumbList.thumbListSquare li .thumb {
	padding-top: 100%;
}
#profile .thumbList li .thumb {
	padding-top: 125%;
}
#profile .thumbList li .thumb.thumbPartner {
	position: relative;
}
#profile .thumbList li .thumb.thumbPartner::after {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	display: block;
	content: "";
	width: 2.4em;
	height: 2.4em;
	background-image: url("images/iconPartner.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
}
.thumbList li.hover .thumb {
	background-size: 104% auto;
}
.thumbList li .thumbSquare {
	position: relative;
}
.thumbList li .thumbSquare.hover .thumb {
	background-size: 104% auto;
}
.thumbList li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
.thumbList.thumbListSquare li a {
	background-color: rgba(0,0,0,0.5);
}
*/
.thumbList.thumbListSquare li .tag a {
	position: relative;
	/*
	background-color: rgba(0,255,0,0.5);
	*/
}
.textList {
	margin-top: 2em!important;
}
.textList > dl,
.textList > div {
	width: 46%;
}
.textList > dl dt {
	margin-bottom: 0.75em;
}
.textList > dl dd {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #adeae5;
}
@media screen and (max-width: 800px) {
	.textList > dl,
	.textList > div,
	.flexList2 .btn {
		width: 100%;
	}
	.flexList2 .btn + .btn,
	.textList > div + div {
		margin-top: 2em;
		margin-left: 0!important;
	}
	.flexList3 > li,
	.flexList3 > div,
	.flexList3 > dd,
	.flexList4 > li,
	.flexList4 > div {
		width: 48.5%;
	}
	.flexList3 > li:nth-child(n + 3),
	.flexList3 > div:nth-child(n + 3) {
		margin-top: 1em;
	}
	.flexStart.flexList3 > li:not(:nth-child(3n + 3)) {
		margin-right: 0;
	}
	.flexStart.flexList3 > li:nth-child(even) {
		margin-left: 3%;
	}
	.flexList4 > li:nth-child(n + 3),
	.flexList4 > div:nth-child(n + 3) {
		margin-top: 1em;
	}
	.flexList4 > li:not(:nth-child(4n + 1)),
	.flexList4 > div:not(:nth-child(4n + 1)) {
		margin-left: 3%;
	}
	.flexList4 > li:nth-child(4n + 3),
	.flexList4 > div:nth-child(4n + 3) {
		margin-left: 0;
	}
	.flexTile4 > li {
		width: 50%;
	}
}
.sectionWrapper {
	padding: 40px 0 0;
}
.widthWrapper {
	position: relative;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 50px;
	box-sizing: border-box;
	overflow: hidden;
}
.contentsWrapper {
	width: 75%;
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (min-width: 801px) and (max-width: 1440px) {
	.sectionWrapper {
		padding: 2.77777777vw 0 0;
	}
	.widthWrapper {
		padding: 0 3.47222222vw;
	}
}
@media screen and (max-width: 800px) {
	.sectionWrapper {
		padding: 5vw 0 0;
	}
	.widthWrapper {
		padding: 0;
	}
	.contentsWrapper {
		width: 92%;
	}
}
/*背景色*/
.bgWhite {
	background-color: #fff;
}
.bgPink {
	background-color: #eb6793;
}
.bgGreen {
	background-color: #01b3c0;
}
.bgOrange {
	background-color: #f59600;
}
.bgLightGreen {
	background-color: #ecf7f6;
}
.bgDarkGray {
	background-color: #f4f4f4;
}
.bgLightGray {
	background-color: #e2e2e2;
}
/*header*/
.headerMargin {
	padding-top: 70px;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 4.8611111vw;
	max-height: 70px;
	background-color: #fff;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	z-index: 100;
}
header a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 70px;
}
header h1 {
	width: 12.6388888vw;
	max-width: 182px;
	height: 4.8611111vw;
	max-height: 70px;
	margin: 0;
}
header h1 a {
	width: 100%;
	height: 100%;
	background-image: url("images/_svg/logo.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
header h1 a span {
	font-size: 0;
}
header h2 {
	width: auto;
	margin: 0 auto 0 1em;
	padding: 0.35em;
	border: 2px solid transparent;
}
header h2.textGreen {
	border-color: #01b3c0;
}
header h2.textPink {
	border-color: #eb6793;
}
header h2.textOrange {
	border-color: #f59600;
}
header nav {
	width: 55%;
	height: 4.8611111vw;
	max-height: 70px;
	margin: 0;
}
header nav #navGlobal {
	position: relative;
	width: 100%;
	height: 4.8611111vw;
	max-height: 70px;
}
header nav #navGlobal > li {
	height: 4.8611111vw;
	max-height: 70px;
	/*
	margin-left: 2em;
	*/
}
header nav #navGlobal > li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
header nav #navGlobal > li a > span {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	transform: translateY(-0.25em);
}
header nav #navGlobal > li a span.icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 95% 95%;
}
header nav #navGlobal > li a span.focusBar,
header nav #navGlobal > li a.hover span.focusBar {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	margin: 0 auto;
	transform: translateY(0);
}
header nav #navGlobal > li a span.focusBar {
	width: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header nav #navGlobal > li a.hover span.focusBar {
	width: 100%;
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
header nav #navGlobal.textGreen > li a span.focusBar,
header nav #navGlobal.textGreen > li a.hover span.focusBar {
	background-color: #01b3c0;
}
header nav #navGlobal.textPink > li a span.focusBar,
header nav #navGlobal.textPink > li a.hover span.focusBar {
	background-color: #eb6793;
}
header nav #navGlobal > li#navLanguage {
	width: 12.7%;
}
header nav #navGlobal > li#navLanguage > ul {
	flex-direction: column;
	justify-content: center;
	height: 4.8611111vw;
	max-height: 70px;
}
header nav #navGlobal > li#navLanguage > ul,
header nav #navGlobal > li#navLanguage > ul > li {
	width: 100%;
}
header nav #navGlobal > li#navLanguage > ul > li + li {
	margin-top: 0.5em;
}
header nav #navGlobal > li#navLanguage > ul > li a {
	color: #c6c6c6;
	line-height: 1.5em;
}
header nav #navGlobal > li#navLanguage > ul > li span,
header nav #navGlobal > li#navLanguage > ul > li a {
	display: block;
	width: 100%;
	height: 1.5em;
}
header nav #navGlobal > li#navLanguage > ul > li span,
header nav #navGlobal > li#navLanguage > ul > li a.hover {
	color: #fff;
	background-color: #eb6793;
}
header nav #navGlobal > li.headerLink {
	position: fixed;
	top: 110px;
	right: 50px;
	width: 11.11111111vw;
	max-width: 160px;
	height: 11.11111111vw;
	max-height: 160px;
	font-size: 0;
	border: 2px solid #e0e0e0;
  border-radius: 50%;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  opacity: 0;
  z-index: 150;
	animation: fadeIn 0.5s ease 2s forwards;
}
header nav #navGlobal > li.headerLink a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
header nav #navGlobal > li.headerLink a:hover {
	background-size: 105% auto;
	opacity: 1;
}
@media screen and (min-width: 801px){
	header nav #navGlobal{
		flex-wrap: nowrap;
	}
	header nav #navGlobal > li.scroll {
	}
	header nav #navGlobal > li.headerLink + .headerLink {
		top: 285px;
	}	
}
@media screen and (min-width: 801px) and (max-width: 1440px) {
	.headerMargin {
		padding-top: 4.8611111vw;
	}
	header nav #navGlobal > li.headerLink {
		top: 7.6388888888vw;
		right: 3.47222222vw;
	}
	header nav #navGlobal > li.headerLink + .headerLink {
		top: 19.638889vw;
	}
}
@media screen and (max-width: 800px) {
	.headerMargin {
		padding-top: 14.6666666vw;
	}
	header {
		height: 14.6666666vw;
		max-height: inherit;
		box-sizing: border-box;
		z-index: 110;
	}
	header a {
		line-height: 300%;
	}
	header h1 {
		width: 37.333333vw;
		max-width: inherit;
		height: 14.6666666vw;
		max-height: inherit;
		margin-left: 4%;
		opacity: 1;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
		z-index: 112;
	}
	header h2 {
		width: 30vw;
		margin: 0;
		text-align: center;
		z-index: 111;
	}
	header h2 span {
		display: inline-block;
	}
	header #menuSp {
		width: 10.6666666vw;
		height: 15vw;
		margin-right: 4%;
		padding: 0;
		z-index: 113;
	}
	header #menuSp > span {
		display: inline-block;
		position: relative;
		width: 10.6666666vw;
		height: 15vw;
		margin: 0;
	}
	header #menuSp > span + span {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 10.6666666vw;
		height: 2vw;
		text-align: center;
		line-height: 0;
	}
	header #menuSp > span > span {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		width: 10.6666666vw;
		height: 0.5vw;
		background-color: #606365;
		border-radius: 1em;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}
	header #menuSp > span > span:before,
	header #menuSp > span > span:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 10.6666666vw;
		height: 0.5vw;
		background-color: #606365;
		border-radius: 1em;
		-webkit-transition: all 0.4s ease-out;
		transition: all 0.4s ease-out;
	}
	header #menuSp > span > span:before {
		margin-top: -3vw;
	}
	header #menuSp > span > span:after {
		width: 10.6666666vw;
		margin-top: 2.5vw;
	}
	header.showSp #menuSp > span > span {
		background: transparent;
	}
	header.showSp #menuSp > span > span:before,
	header.showSp #menuSp > span > span:after {
		margin-top: 0;
	}
	header.showSp #menuSp > span > span:before {
		transform: rotate(-45deg) translateX(0);
	}
	header.showSp #menuSp > span > span:after {
		width: 10.6666666vw;
		transform: rotate(-135deg) translateX(0);
	}
	header nav {
		display: none;
		width: 100vw;
		max-width: inherit;
		height: 100vh;
		max-height: inherit;
		margin: -14.6666666vw 0 0;
		padding: 30vw 0 0;
		background-color: #fff;
		opacity: 1;
		z-index: 110;
	}
	header.showSp nav {
		opacity: 0;
		display: block;
		animation: menuSpFadeIn 0.4s linear 0.1s forwards;
	}
	header nav #navGlobal{
		width: 80%;
		margin: 0 auto;
	}
	header nav #navGlobal > li {
		width: 100%;
		height: auto;
		max-height: inherit;
		margin: 0 auto 1em;
	}
	header nav #navGlobal > li a > span {
		line-height: 120%;
	}
	header nav #navGlobal > li a span.focusBar {
		display: none;
	}
	header nav #navGlobal > li#navLanguage {
		width: 100%;
	}
	header nav #navGlobal > li#navLanguage > ul {
		flex-direction: row;
		justify-content: center;
		height: 1em;
		max-height: inherit;
	}
	header nav #navGlobal > li#navLanguage > ul > li {
		width: 38%;
	}
	header nav #navGlobal > li#navLanguage > ul > li + li {
		margin-top: 0;
	}
	header nav #navGlobal > li#navLanguage > ul > li span,
	header nav #navGlobal > li#navLanguage > ul > li a.hover {
		color: #eb6793;
		background-color: #fff;
	}
	header nav #navGlobal > li.headerLink {
		position: relative;
		top: inherit;
		right: inherit;
		width: 100%;
		max-width: inherit;
		height: auto;
		max-height: inherit;
		margin: 1em auto 0;
		font-size: 6.1333333vw;
		text-align: center;
		border: none;
	  border-radius: 3em;
	  box-shadow: inherit;
	  opacity: 1;
		animation: inherit;
	}
	header nav #navGlobal > li.headerLink a {
		color: #fff;
		padding: 0.5em 2em 0.3em;
		line-height: 1em;
		background-image: url("images/_svg/iconStudioWhite.svg");
		background-position: left 0.75em center;
		background-size: 1em 1em;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	header nav #navGlobal > li.headerLink a span {
		display: block;
		width: 100%;
		height: 1em;
	}
	header nav #navGlobal > li.headerLink a .textEn {
		font-size: 4.53333333vw;
	}
	header nav #navGlobal > li.headerLink a .textEn + span {
		font-size: 3.2vw;
	}
}
@keyframes menuSpFadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
/*ページトップへ戻るボタン*/
#goToTop {
	position: fixed;
	right: 50px;
	bottom: -100px;
	width: 3.75vw;
	max-width: 54px;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	z-index: 10;
}
#goToTop.show {
	bottom: 26px;
}
@media screen and (min-width: 801px) and (max-width: 1440px) {
	#goToTop {
		right: 3.47222222vw;
	}
	#goToTop.show {
		bottom: 1.8vw;
	}
}
@media screen and (max-width: 800px) {
	#goToTop {
		right: 5vw;
		width: 15vw;
	}
	#goToTop.show {
		bottom: 5vw;
	}
}
footer {
	padding: 1.5em 0 1.25em;
	background-color: #e8e8e8;
}

.btn a,
.btn span {
	display: inline-block;
	width: 100%;
	/*
	min-width: 154px;
	*/
	margin: 0 auto;
	padding: 0.25em 1.5em 0.25em 1em;
	text-decoration: none;
	background-color: #fff;
	background-position: right 1em center;
	background-repeat: no-repeat;
	background-size: 1em auto;
	border-radius: 3em;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn a.hover,
.hover .btn span {
	color: #fff;
	background-image: url("images/_svg/arrowWhite.svg");
	-webkit-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.flexList2 .btn a,
.flexList2 .btn a.hover {
	background-image: none!important;
}
/*ファーストビュー*/
.catchVisualWrapper {
	position: relative;
	width: 100%;
	height: 37.5vw;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.catchVisualWrapper .catchVisual {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.catchVisualWrapper .catchVisual .contentsWrapper {
	height: 100%;
	background-image: url("images/_svg/logoMonoGray.svg");
	background-position: right bottom 1.5em;
	background-repeat: no-repeat;
	background-size: 20.8% auto;
}
.catchVisualWrapper .catchVisual .contentsWrapper .catch {
	padding-top: 3.5em;
	opacity: 0;
	animation: fadeIn 1s ease 0.5s forwards;
}
.catchVisualWrapper .catchVisual .contentsWrapper p {
	width: 55%;
	opacity: 0;
	animation: fadeIn 1s ease 1s forwards;
}
.catchVisualWrapper .catchVisual.flexBlock {
	transform: translateY(-0.25em);
}
.catchVisualWrapper .catchVisual.flexBlock > span.icon {
	display: inline-block;
	width: 3.5em;
	height: 3.5em;
	margin-right: 0.5em;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width: 800px) {
	.catchVisualWrapper {
		height: 88vw;
	}
	.catchVisualWrapper .catchVisual .contentsWrapper {
		background-position: right bottom 0.5em;
		background-repeat: no-repeat;
		background-size: 30.434782608% auto;
	}
	.catchVisualWrapper .catchVisual .contentsWrapper .catch {
		padding-top: 2em;
	}
	.catchVisualWrapper .catchVisual .contentsWrapper p {
		width: 62%;
		padding-top: 1em;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/*セクションキャッチ*/
.sectionTitle {
	position: relative;
	padding: 1em 0;
}
.sectionTitle.text34 {
	width: 100%;
	height: 2.5294117647em;
	margin: 0.75em 0 1.5em;
	padding: 0.5em 0 0;
	color: #5c5c5c;
	line-height: 1;
	background-position: center bottom, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: auto 100%, auto 100%;
	box-sizing: border-box;
}
.sectionTitle .icon {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin: 0 0.5em -0.2em 0.25em;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#profile .sectionTitle {
	background-image: url("images/_header/bg.png"), url("images/_header/profile.png");
}
#studio .sectionTitle {
	background-image: url("images/_header/bg.png"), url("images/_header/studio.png");
}
#estimates .sectionTitle {
	background-image: url("images/_header/bg.png"), url("images/_header/estimates.png");
}
#company .sectionTitle {
	background-image: url("images/_header/bg.png"), url("images/_header/company.png");
}
#contact .sectionTitle {
	background-image: url("images/_header/bg.png"), url("images/_header/contact.png");
}
@media screen and (max-width: 800px) {
}
/*podcast*/
.popupBox.popupPodcast {
	max-height: 80vh;
}
.popupBox.popupPodcast .player-panels-nav {
	display: none;
}
.popupBox.popupPodcast .castos-player .player-panels .player-panel {
	position: relative;
	top: 0;
	left: 0;
	background-color: transparent;
	transform: translateY(0);
}
.popupBox.popupPodcast .castos-player .player-panels .player-panel.subscribe,
.popupBox.popupPodcast .castos-player .player-panels .player-panel .close-btn,
.popupBox.popupPodcast .castos-player .player-panels .player-panel.share .player-panel-row + .player-panel-row {
	display: none;
}
.popupBox.popupPodcast .podcast_meta + p {
	margin-top: 1em;
}
hr {
	width: 100%;
	height: 2px;
}
hr.lineDot {
	height: 3px;
	background-image: url("images/_svg/lineDot.svg");
	background-position: left center;
	background-repeat: repeat-x;
	background-size: auto 100%;
}
/*listBlock*/
.listBlock li {
	margin: 0 3% 1em;
	padding-left: 7em;
	text-indent: -7em;
}
.listBlock li .listDate {
	padding-right: 1em;
}
/*dl*/
dl.flexBlock dt {
	width: 100%;
	font-weight: bold;
}
@media screen and (max-width: 800px) {
	table th {
		width: 20%;
	}
	table td {
		width: 80%;
	}
}

/*mapWrapper*/
.mapWrapper {
	position: relative;
	width: 100%;
	padding-top: 35%;
	overflow: hidden;
}
.mapWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 800px) {
	.mapWrapper {
		padding-top: 75%;
	}
}
/*form*/
::placeholder {
	color: #b4b4b4;
}
fieldset {
	width: 100%;
	margin-top: 1.25em;
	padding: 0;
	border: none!important;
}
fieldset input[type="text"],
fieldset input[type="email"],
fieldset input[type="number"],
fieldset textarea {
	width: 100%;
	margin: 0 auto;
	padding: 1em 2em;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #fff;
	border-radius: 1.875em;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	box-sizing: border-box;
}
fieldset textarea {
	height: 12em;
	resize: none;
}
fieldset button[type="submit"],
fieldset input[type="submit"] {
	display: block;
	cursor: pointer;
	width: 50%;
	margin: 0 auto;
	padding: 1em;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-color: #fff;
	border: none;
	border-radius: 1.875em;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
@media screen and (max-width: 800px) {
	fieldset {
		margin-top: 6vw;
	}
	fieldset button[type="submit"],
	fieldset input[type="submit"] {
		width: 100%;
	}
}

#pagination .page-numbers{
	display: flex;
	justify-content: center;
	align-items: center;
}
#pagination .page-numbers li{
	margin: 0 0.5em;
}
#pagination .page-numbers a{
	color: #f59600;
}
#pagination .page-numbers .page-numbers{
	letter-spacing: 0;
}
#pagination .page-numbers .current{
	position: relative;
}
#pagination .page-numbers .current:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background: currentColor;
}