/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

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

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

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

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

.display-block {
	display: block;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

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

.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
}

/* show only  SP/PC
-------------------------------*/

.sp-only {
	display: none !important;
}

.sp-only-2 {
	display: none !important;
}

.pc-only {
	display: block !important;
}

.pc-only-2 {
	display: inline-block !important;
}

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

.bold {
	font-weight: bold;
}

/* margin
-------------------------------*/

/* padding
-------------------------------*/

/* base */

html {
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	color: #050505;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
}

.l-body {
	width: 100%;
	overflow: hidden;
	background: #F4F2EE;
}

.l-body.is-fixed {
	position: fixed;
}

.l-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}

.l-header__inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 19px 18px 0 11px;
}

.l-sp-tool {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.l-footer {
	background: #050505;
	color: #FFFFFF;
	text-align: center;
	padding: 105px 0 65px;
}

.l-footer__top {
	margin-bottom: 44px;
}

.l-footer__middle {
	margin-bottom: 104px;
}

.l-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 85.333333%;
}

.l-md-wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 85.333333%;
}

.l-content {
	padding: 76px 0;
}

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

.header-logo {
	color: #A5917A;
	font: 700 2.6rem "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	z-index: 1500;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	width: 146px;
}

.l-body.is-menu-opend .header-logo {
	color: #FFFFFF;
}

.header-logo--white {
	color: #FFFFFF;
}

.menu-btn {
	width: 36px;
	height: 36px;
	background: #050505;
	display: block;
	border: none;
	position: relative;
	padding: 0;
	border-radius: 50%;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	z-index: 1500;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.l-body.is-menu-opend .menu-btn {
	background: #A5917A;
}

.menu-btn span {
	display: block;
	width: 13px;
	height: 2px;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu-btn span:nth-child(1) {
	margin-top: -5px;
}

.menu-btn span:nth-child(3) {
	margin-top: 5px;
}

.menu-btn.is-opend span:nth-child(1) {
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-btn.is-opend span:nth-child(2) {
	opacity: 0;
}

.menu-btn.is-opend span:nth-child(3) {
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

.consulting-btn {
	width: 100px;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #050505;
	color: #FFFFFF;
	border-radius: 18px;
	font: 700 1.2rem "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.06em;
	margin-right: 10px;
	position: relative;
	z-index: 1500;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.l-body.is-menu-opend .consulting-btn {
	background: #A5917A;
}

.mainvisual {
	height: 100vh;
	position: relative;
	background: url(../img/bg_mv_sp.jpg) no-repeat center/cover;
	color: #FFFFFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 70px;
}

.mainvisual:before {
	content: "";
	display: block;
	width: 26.666666%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: -webkit-linear-gradient(128.25deg, #A59179 50.96%, #EDE1D6 141.25%);
	background: -o-linear-gradient(128.25deg, #A59179 50.96%, #EDE1D6 141.25%);
	background: linear-gradient(321.75deg, #A59179 50.96%, #EDE1D6 141.25%);
}

.mainvisual__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.mainvisual__sitetitle {
	font: 500 4.6rem "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: right;
}

.mainvisual__sitetitle img {
	width: 255px;
}

.mainvisual__main {
	margin-bottom: 75px;
}

.mainvisual__heading {
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.555555;
	margin-bottom: 20px;
	letter-spacing: -0.06em;
}

.mainvisual__text {
	font-size: 1.3rem;
	line-height: 2.15;
}

.mainvisual__text p:not(:last-child) {
	margin-bottom: 1em;
}

.navi {
	font: 700 1.8rem "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.06em;
	color: #FFFFFF;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.8rem;
	padding: 135px 15% 100px;
	background: #050505;
	color: #FFFFFF;
	max-height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.navi__item {
	text-align: center;
}

.navi__item a {
	display: block;
	padding: 24px 0;
}

.navi__item--consulting {
	margin: 30px auto 0;
}

.navi__item--consulting a {
	width: 100%;
	height: 59px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 30px;
	font: 700 1.7rem "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.14em;
	padding: 0;
	background: #A5917A;
	color: #FFFFFF;
}

.contact {
	margin-top: 133px;
	background: -webkit-linear-gradient(111.52deg, #A59179 37.89%, #EDE1D6 100%);
	background: -o-linear-gradient(111.52deg, #A59179 37.89%, #EDE1D6 100%);
	background: linear-gradient(338.48deg, #A59179 37.89%, #EDE1D6 100%);
}

.contact__main {
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	color: #FFFFFF;
	padding: 72px 7.8125% 75px;
	background: url(../img/bg_contact_sp.jpg) no-repeat center/cover;
}

.contact__heading {
	letter-spacing: 0.08em;
	font: 500 4rem "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin-bottom: 20px;
}

.contact__text {
	font-size: 1.6rem;
	line-height: 1.75;
	margin-bottom: 25px;
	text-align: center;
}

.footer-logo {
	font: 700 4rem "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 36px;
}

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

.footer-navi {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 3.1;
}

.footer-navi__item a {
	display: block;
}

.footer-sns__item:not(:last-child) {
	margin-bottom: 40px;
}

.footer-sns__item a {
	display: block;
}

.footer-sns__item a path {
	fill: #fff;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer-sub-navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-bottom: 40px;
}

.footer-sub-navi__item:not(:last-child) {
	margin-right: 40px;
}

.copyright {
	font-size: 1.2rem;
	letter-spacing: 0.08em;
}

.heading-1 {
	margin-bottom: 40px;
}

.heading-1__en {
	display: block;
	letter-spacing: 0.08em;
	font: 500 4rem "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.heading-1__en--center {
	text-align: center;
}

.heading-1__jp {
	font-size: 1.4rem;
	letter-spacing: 0.02em;
	margin-top: 12px;
}

.heading-1__jp:before {
	content: "";
	width: 30px;
	height: 1px;
	background: #050505;
	vertical-align: middle;
	margin: 0 10px 2px 0;
	display: inline-block;
}

.heading-2 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.666666;
	margin-bottom: 15px;
}

.heading-3 {
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	margin-bottom: 8px;
}

.heading-3:not(:first-child) {
	margin-top: 20px;
}

.text {
	line-height: 2;
}

.text p:not(:last-child) {
	margin-bottom: 2em;
}

.text a {
	color: #A58F7B;
	text-decoration: underline;
}

.text--mb {
	margin-bottom: 60px;
}

.button {
	width: 200px;
	height: 59px;
	border-radius: 30px;
	background: #050505;
	color: #FFFFFF;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 60px 0 30px;
	font-weight: bold;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.button:after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/icon_arrow_white.svg) no-repeat center/contain;
	position: absolute;
	top: 50%;
	right: 14px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.button[target="_blank"]:after {
	width: 21px;
	height: 16px;
	background-image: url(../img/icon_ex.svg);
}

.button--md {
	width: 292px;
}

.button--lg {
	width: 100%;
	padding-left: 25px;
	padding-right: 50px;
}

.button--lg:after {
	right: 8px;
}

.button--center {
	margin-left: auto;
	margin-right: auto;
}

.button--sp-c-pc-r {
	margin-left: auto;
	margin-right: auto;
}

.page-title {
	background: #EFECE7;
	position: relative;
	height: 400px;
	padding-top: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-title:before {
	content: "";
	display: block;
	width: 26.666666%;
	height: 100%;
	background: -webkit-linear-gradient(112.46deg, #A59179 51.21%, #EDE1D6 102.41%);
	background: -o-linear-gradient(112.46deg, #A59179 51.21%, #EDE1D6 102.41%);
	background: linear-gradient(337.54deg, #A59179 51.21%, #EDE1D6 102.41%);
	position: absolute;
	top: 0;
	right: 0;
}

.page-title__en {
	font: 500 4.6rem "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
	margin-bottom: 17px;
}

.page-title__jp {
	position: relative;
	letter-spacing: 0.02em;
	font-weight: bold;
	font-size: 1.4rem;
	padding-left: 40px;
	line-height: 1.4;
}

.page-title__jp:before {
	content: "";
	width: 30px;
	height: 1px;
	background: #050505;
	vertical-align: middle;
	margin: 0 10px 2px 0;
	display: block;
	position: absolute;
	top: 9px;
	left: 0;
}

.intro-1 {
	padding-top: 15.5vw;
}

.intro-1__image {
	position: relative;
	margin-bottom: 30px;
}

.intro-1__image__text {
	font-size: 4.0rem;
	font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: absolute;
	bottom: 22%;
	left: 16%;
	white-space: nowrap;
}

.intro-1__image img {
	display: block;
	position: relative;
	width: 90.625%;
}

.intro-1__image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(114.01deg, #A59179 48.71%, #EDE1D6 118.7%);
	background: -o-linear-gradient(114.01deg, #A59179 48.71%, #EDE1D6 118.7%);
	background: linear-gradient(335.99deg, #A59179 48.71%, #EDE1D6 118.7%);
	-webkit-transform: translate(20%, -16%);
	-ms-transform: translate(20%, -16%);
	transform: translate(20%, -16%);
}

.intro-1__text {
	margin-bottom: 30px;
}

.intro-2__image {
	padding-bottom: 30px;
}

.intro-3:not(:last-child) {
	margin-bottom: 60px;
}

.intro-3__head {
	margin-bottom: 16px;
}

.intro-3__head--mb-lg {
	margin-bottom: 50px;
}

.intro-3__image {
	text-align: center;
}

.intro-3__image--feature {
	margin-top: -15px;
}

.intro-3__person {
	line-height: 2;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin-top: 16px;
}

.intro-3__content-short {
	height: 8em;
	overflow: hidden;
	-webkit-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}

.intro-3__more-wrap {
	padding-top: 10px;
	text-align: right;
}

.intro-3__more-btn {
	text-decoration: underline;
	padding: 0;
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	font: inherit;
}

.intro-3__more-btn:before {
	width: 20px;
	height: 20px;
	background: url(../img/icon_accordion.svg) no-repeat center/contain;
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 2px 0;
}

.company-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -30px;
}

.company-list__item {
	width: calc(50% - 16px);
	margin-bottom: 32px;
}

.company-list__item img {
	display: block;
}

.mission-text {
	margin-bottom: 40px;
}

.mission-text img {
	display: block;
}

.profile-name {
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 0.02em;
	margin-bottom: 27px;
	line-height: 1.8;
}

.profile-name span {
	font-size: 2.8rem;
}

.message-img {
	position: relative;
	margin-bottom: 58px;
}

.message-img:before {
	content: "";
	display: block;
	background: -webkit-linear-gradient(114.01deg, #A59179 48.71%, #EDE1D6 118.7%);
	background: -o-linear-gradient(114.01deg, #A59179 48.71%, #EDE1D6 118.7%);
	background: linear-gradient(335.99deg, #A59179 48.71%, #EDE1D6 118.7%);
	width: 85.333333vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-7.33333vw, 55px);
	-ms-transform: translate(-7.33333vw, 55px);
	transform: translate(-7.33333vw, 55px);
}

.message-img img {
	display: block;
	position: relative;
	width: 70.666666vw;
	margin: 0 -7.333333vw 0 auto;
}

.message-img__text {
	color: #BEAD9A;
	line-height: 1.625;
	font-size: 4.0rem;
	font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	white-space: nowrap;
	position: absolute;
	bottom: 3px;
	left: 0;
}

.overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #050505;
	padding: 20px 0;
}

.overview__heading {
	font-weight: bold;
	width: 5.6em;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.feature-head {
	font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.feature-head span {
	font-size: 5.0rem;
	display: block;
	margin-top: 10px;
}

.voice-head {
	font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-bottom: 8px;
}

.voice-head span {
	font-size: 2.4rem;
}

.number-list {
	position: relative;
	counter-reset: item;
}

.number-list li {
	padding-left: 1.5em;
	position: relative;
}

.number-list li:before {
	counter-increment: item;
	content: counter(item) ".";
	position: absolute;
	top: 0;
	left: 0;
}

div.po-webparts-container.style1,
div.po-webparts-container.style2 {
	min-width: 0px !important;
}

.po-webparts-container.style2 .po-header {
	display: none;
}

.po-canentryform table tbody {
	display: block;
}

.po-webparts-container.style2 .po-joblist input[type="text"],
.po-webparts-modal-container.style2 .po-contents-wrapper input[type="text"] {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.po-webparts-container.style2 .po-joblist input[type="file"],
.po-webparts-modal-container.style2 .po-contents-wrapper input[type="file"] {
	width: 100%;
}

.scrollin {
	opacity: 0;
	-webkit-transform: translate(0, 50px);
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px);
}

.scrollin.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

.l-header__inner { /* pc */
	margin-left: auto;
	margin-right: auto;
	padding: 10px 30px 0 30px;
}

.l-navi { /* pc */
}

.l-sp-tool { /* pc */
	display: none;
}

.l-footer { /* pc */
	text-align: left;
	padding: 100px 0 70px;
}

.l-footer__top { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.l-footer__middle { /* pc */
	margin-bottom: 50px;
}

.l-footer__bottom { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.l-wrapper { /* pc */
	width: 88%;
	max-width: 1220px;
}

.l-md-wrapper { /* pc */
	width: 88%;
	max-width: 900px;
}

.l-sm-wrapper { /* pc */
	max-width: 1030px;
	margin-left: auto;
}

.l-content { /* pc */
	padding: 195px 0;
}

.l-section:not(:last-child) { /* pc */
	margin-bottom: 190px;
}

.header-logo { /* pc */
	width: 200px;
}

.mainvisual { /* pc */
	padding-top: 10px;
	min-height: 630px;
	background-image: url(../img/bg_mv_pc.jpg);
}

.mainvisual:before { /* pc */
	width: 34.58%;
}

.mainvisual__sitetitle img { /* pc */
	width: 629px;
}

.mainvisual__main { /* pc */
	margin-bottom: 90px;
}

.mainvisual__heading { /* pc */
	font-size: 4.0rem;
	line-height: 1.65;
	letter-spacing: 0;
	margin-bottom: 30px;
}

.mainvisual__text { /* pc */
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.navi { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	width: auto;
	margin: 0;
	background: none;
	padding: 0;
}

.navi--black { /* pc */
	color: #050505;
}

.navi__item a { /* pc */
	padding: 25px 12px;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.navi__item a:hover {
	color: #A59179;
}

.navi__item--consulting { /* pc */
	margin: 0 0 0 8px;
}

.navi__item--consulting a { /* pc */
	width: 140px;
	height: 48px;
	background: #050505;
	border-radius: 24px;
	font-size: 1.5rem;
}

.navi__item--consulting a:hover {
	background: #A5917A;
	color: #FFFFFF;
}

.contact { /* pc */
	margin-top: 100px;
}

.contact__main { /* pc */
	padding: 95px 50px 100px;
	background-image: url(../img/bg_contact_pc.jpg);
}

.contact__heading { /* pc */
	font-size: 4.6rem;
	margin-bottom: 25px;
}

.contact__text { /* pc */
	font-size: 1.8rem;
	line-height: 1.777777;
	letter-spacing: 0.02em;
	margin-bottom: 30px;
}

.footer-logo { /* pc */
	margin-bottom: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.footer-logo img { /* pc */
	width: 207px;
}

.footer-navi { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 1.4rem;
}

.footer-navi__item { /* pc */
	margin-left: 3.1em;
}

.footer-navi__item a { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer-navi__item a:hover {
	color: #A59179;
}

.footer-sns { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer-sns__item:not(:last-child) { /* pc */
	margin-bottom: 0;
	margin-right: 26px;
}

.footer-sns__item a { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer-sns__item a:hover path {
	fill: #A5917A;
}

.footer-sns__item .icon-twitter { /* pc */
	width: 22px;
}

.footer-sns__item .icon-note { /* pc */
	width: 70px;
}

.footer-sub-navi__item:not(:last-child) { /* pc */
	margin-right: 50px;
}

.footer-sub-navi__item a { /* pc */
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.footer-sub-navi__item a:hover {
	color: #A59179;
}

.heading-1 { /* pc */
	margin-bottom: 47px;
}

.heading-1__en { /* pc */
	font-size: 4.6rem;
}

.heading-1__jp { /* pc */
	margin-top: 26px;
}

.heading-2 { /* pc */
	font-size: 3.2rem;
	letter-spacing: 0.02em;
	line-height: 1.8125;
	margin-bottom: 20px;
}

.text a { /* pc */
}

.text a:hover {
	text-decoration: none;
}

.text--mb { /* pc */
	margin-bottom: 95px;
}

.button { /* pc */
}

.button:hover {
	background: #A5917A;
}

.button--lg { /* pc */
	width: 300px;
	padding-left: 30px;
}

.button--lg:after {
	right: 20px;
}

.button--sp-c-pc-r { /* pc */
	margin-right: 0;
}

.page-title { /* pc */
	height: 620px;
}

.page-title:before { /* pc */
	width: 34.583333%;
}

.page-title__en { /* pc */
	font-size: 7.0rem;
	margin-bottom: 27px;
}

.page-title__jp { /* pc */
	font-size: 1.6rem;
}

.intro-1 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 0;
}

.intro-1--image-left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.intro-1__image { /* pc */
	width: 44.26%;
	margin-top: -30px;
	margin-bottom: 0;
}

.intro-1__image__text { /* pc */
	font-size: 6.0rem;
	bottom: 20%;
	left: auto;
	right: -14%;
}

.intro-1__image img { /* pc */
	width: 100%;
}

.intro-1__image--left { /* pc */
	margin-top: 122px;
}

.intro-1__image--left:before { /* pc */
	-webkit-transform: translate(-20%, -16%);
	-ms-transform: translate(-20%, -16%);
	transform: translate(-20%, -16%);
}

.intro-1__image--left .intro-1__image__text { /* pc */
	bottom: 23%;
	left: -1.2em;
	right: auto;
}

.intro-1__main { /* pc */
	width: 47.98%;
}

.intro-1__text { /* pc */
	margin-bottom: 50px;
}

.intro-2 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.intro-2__image { /* pc */
	padding-bottom: 0;
	width: 34.85%;
}

.intro-2__main { /* pc */
	width: 58.44%;
}

.intro-3 { /* pc */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.intro-3:not(:last-child) { /* pc */
	margin-bottom: 90px;
}

.intro-3__head { /* pc */
	width: 26%;
	margin-bottom: 0;
}

.intro-3__main { /* pc */
	width: 69%;
	margin-top: -6px;
}

.intro-3__main--feature { /* pc */
	margin-top: -14px;
}

.intro-3__image { /* pc */
	margin-top: 40px;
}

.intro-3__image--feature { /* pc */
	margin-top: 24px;
}

.intro-3__person { /* pc */
	margin-top: 30px;
}

.intro-3__content-short { /* pc */
	height: auto;
}

.intro-3__more-wrap { /* pc */
	display: none;
}

.company-list { /* pc */
	width: calc(100% + 54px);
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: -54px;
}

.company-list__item { /* pc */
	width: 254px;
	padding: 0 27px;
	margin-bottom: 54px;
}

.mission-text { /* pc */
	padding: 28px 0 32px;
}

.message-img:before { /* pc */
	width: 37.638888vw;
	height: calc(100% + 81px);
	left: auto;
	right: 32.86%;
	top: 121px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.message-img img { /* pc */
	margin: 0;
	width: 100%;
}

.message-img__text { /* pc */
	width: 100%;
	-webkit-transform: translateX(-15%);
	-ms-transform: translateX(-15%);
	transform: translateX(-15%);
	font-size: 3.8rem;
	bottom: 40px;
}

.overview { /* pc */
	padding: 28px 0;
}

.overview__heading { /* pc */
	width: 165px;
	padding-left: 40px;
}

.form { /* pc */
	padding: 40px;
	background: #FFFFFF;
}

}

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

.mainvisual { /* PC縦狭め */
	padding-top: 70px;
}

.mainvisual__sitetitle img { /* PC縦狭め */
	width: 450px;
}

.mainvisual__main { /* PC縦狭め */
	margin-bottom: 45px;
}

.mainvisual__heading { /* PC縦狭め */
	margin-bottom: 20px;
}

}

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

.navi { /* 929px */
	font-size: 1.7rem;
}

.navi__item a { /* 929px */
	padding-left: 24px;
	padding-right: 24px;
}

.navi__item--consulting { /* 929px */
	margin: 0 0 0 21px;
}

.navi__item--consulting a { /* 929px */
	width: 180px;
}

}

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

.mainvisual__inner { /* 1281px以上 */
	padding: 5% 3% 0 3%;
}

.page-title__inner { /* 1281px以上 */
	padding-left: 42px;
}

.intro-1__main { /* 1281px以上 */
	width: 40.98%;
}

.message-img__text { /* 1281px以上 */
	letter-spacing: 0.04em;
	-webkit-transform: translateX(-53%);
	-ms-transform: translateX(-53%);
	transform: translateX(-53%);
	font-size: 5.0rem;
}

}

@media screen and (max-width: 767px) {

.sp-only { /* sp */
	display: block !important;
}

.sp-only-2 { /* sp */
	display: inline-block !important;
}

.pc-only { /* sp */
	display: none !important;
}

.pc-only-2 { /* sp */
	display: none !important;
}

.l-navi { /* sp */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(5, 5, 5, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.l-body.is-menu-opend .l-navi {
	opacity: 1;
	visibility: visible;
}

.po-canentryform table { /* sp */
	display: block;
}

.po-canentryform table tr { /* sp */
	display: block;
}

.po-canentryform table th { /* sp */
	display: block;
}

.po-canentryform table td { /* sp */
	display: block;
}

.po-webparts-container.style2 table th { /* sp */
	padding-bottom: 6px !important;
}

.po-webparts-container.style2 table .po-single td,
.po-webparts-modal-container.style2 table .po-single td { /* sp */
	padding: 0px 12px 11px !important;
}

}

@media screen and (max-width: 374px) {

.header-logo { /* iPhone6s */
	font-size: 2.4rem;
}

.consulting-btn { /* iPhone6s */
	width: 90px;
	margin-right: 7px;
	font-size: 1.1rem;
}

.mainvisual__sitetitle { /* iPhone6s */
	font-size: 4.0rem;
}

.mainvisual__sitetitle img { /* iPhone6s */
	width: 205px;
}

.mainvisual__main { /* iPhone6s */
	margin-bottom: 40px;
}

.mainvisual__heading { /* iPhone6s */
	font-size: 2.4rem;
}

.mainvisual__text { /* iPhone6s */
	font-size: 1.1rem;
}

.contact__text { /* iPhone6s */
	font-size: 1.4rem;
}

.heading-1__jp:before { /* iPhone6s */
	width: 25px;
	margin-right: 6px;
}

.heading-2 { /* iPhone6s */
	font-size: 2.2rem;
}

.button--lg { /* iPhone6s */
	font-size: 1.3rem;
}

.page-title__jp { /* iPhone6s */
	padding-left: 31px;
}

.page-title__jp:before { /* iPhone6s */
	width: 25px;
	margin-right: 6px;
}

.intro-1__image__text { /* iPhone6s */
	font-size: 3.5rem;
}

}

