@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	margin-top: -13px;
	padding-bottom: 19vw;
	position: relative;
	z-index: 100;
}
#main .mainVisual::before {
	width: 100%;
	height: calc(100% - 17vw);
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff6e9;
	content: '';
	z-index: -1;
}
#main .mainVisual::after {
	width: 100%;
	height: 17.86vw;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
}
#main .mainVisual .movieBox {
	margin-bottom: 52px;
	position: relative;
}
#main .mainVisual .movieBox .zoomSlider li {
	position: relative;
	aspect-ratio: 1369 / 766;
	overflow: hidden;
}
#main .mainVisual .movieBox .zoomSlider li a {
	display: block;
}
#main .mainVisual .movieBox .zoomSlider li a:hover {
	opacity: 0.7;
}
#main .mainVisual .movieBox .zoomSlider li .slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainVisual .movieBox .zoomSlider .textImg {
	margin-top: -53px;
	width: 338px;
	position: absolute;
	left: 114px;
	top: 50%;
	transform: translateY(-50%);
}
#main .mainVisual .movieBox .swiper-slide-active .slide-img,
#main .mainVisual .movieBox .swiper-slide-duplicate-active .slide-img,
#main .mainVisual .movieBox .swiper-slide-prev .slide-img {
   animation: zoomin 8s linear infinite;
}
@keyframes zoomin {
   0% {
      transform: scale(1);
   }
   100% {
      transform: scale(1.05);
   }
}
#main .mainVisual .movieBox .banner {
	width: 326px;
	position: fixed;
	left: 24px;
	bottom: 41px;
	z-index: 100;
}
#main .mainVisual .movieBox .banner a {
	padding: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.35;
	border-radius: 14px;
	background: #eb5f28;
	font-family: "Noto Sans JP", sans-serif;
}
#main .mainVisual .movieBox .banner a:hover {
	opacity: 0.7;
}
#main .mainVisual .movieBox .banner a .lBox {
	flex: 1;
	text-align: center;
}
#main .mainVisual .movieBox .banner a .rBox {
	padding: 6px 0 5px;
	width: 174px;
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-align: center;
	border-radius: 0 12px 12px 0;
	background: #fff;
}
#main .mainVisual .movieBox .banner a .rBox .num {
	display: block;
	font-size: 2.146rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}
#main .mainVisual .movieBox .banner a .rBox .num .sub {
	display: inline-block;
	vertical-align: -5px;
	color: #eb5f28;
	font-size: 6.3rem;
	letter-spacing: 0;
	line-height: 1;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	pointer-events: none;
}
#main .mainVisual .movieBox .scroll {
	width: 5.5rem;
	position: absolute;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	z-index: 1;
}
#main .mainVisual .movieBox .scroll a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5.5rem;
	border-radius: 50%;
	border: 1px solid #fff;
	box-sizing: border-box;
}
#main .mainVisual .movieBox .scroll a:hover {
	opacity: 0.7;
}
#main .mainVisual .movieBox .scroll a img {
	margin-left: -1px;
	width: 8px;
	animation: scrolldown 1.1s linear forwards infinite;
}
@keyframes scrolldown {
	0%{
		transform: translateY(-8px);
	}
	50% {
		transform: translateY(8px);
	}
	100%{
		transform: translateY(-8px);
	}
}
#main .mainVisual .movieBox .ytbBtn {
	width: 76px;
	position: absolute;
	right: 51px;
	top: 42px;
	z-index: 1;
}
#main .mainVisual .movieBox .ytbBtn a:hover {
	opacity: 0.7;
}
#main .mainVisual .title {
	margin: 0 auto 48px;
	width: 497px;
}
#main .newsSec {
	margin-top: -4.3vw;
	position: relative;
	z-index: 1;
}
#main .newsSec .content {
	width: 1034px;
}
#main .newsSec h2 {
	margin-bottom: 2px;
	color: #e3773d;
	font-size: 5rem;
	letter-spacing: 0.25em;
	text-align: center;
	transform: scaleX(0.7);
	font-family: "Noto Sans JP", sans-serif;
}
#main .newsSec .borderBox {
	margin-bottom: 50px;
	padding: 0 54px 48px;
	position: relative;
	border-radius: 60px;
	border: 5px solid #e3773d;
	background: #fff;
	z-index: 2;
}
#main .newsSec .borderBox h3 {
	margin: -5px 0 22px;
	padding: 15px 0 11px;
	width: 258px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.11em;
	border-radius: 0 0 25px 25px;
	background: #eb5f28;
	font-family: "Noto Sans JP", sans-serif;
}
#main .newsSec .borderBox h3 img {
	margin-right: 13px;
	width: 30px;
	flex: none;
}
#main .newsSec .borderBox .newsList {
	margin-bottom: 10px;
}
#main .newsSec .borderBox .newsList li {
	padding-bottom: 12px;
	border-bottom: 1px solid #3e3a39;
}
#main .newsSec .borderBox .newsList li:not(:last-child) {
	margin-bottom: 11px;
}
#main .newsSec .borderBox .newsList li:nth-child(n+5) {
	display: none;
}
#main .newsSec .borderBox .newsList dl {
	display: flex;
	justify-content: space-between;
	color: #3e3a39;
	font-size: 1.7rem;
	letter-spacing: 0.1em;
}
#main .newsSec .borderBox .newsList dt {
	width: 240px;
	display: flex;
	color: #e3773d;
	font-weight: 600;
}
#main .newsSec .borderBox .newsList dt .time {
	margin-right: 26px;
	min-width: 130px;
}
#main .newsSec .borderBox .newsList dd {
	flex: 1;
}
#main .newsSec .borderBox .newsList dd a {
	color: #3e3a39;
}
#main .newsSec .borderBox .newsList dd a:hover {
	opacity: 0.7;
}
#main .newsSec .borderBox .moreBtn {
	gap: 30px;
}
#main .newsSec .borderBox .moreBtn a {
	display: flex;
	align-items: center;
	color: #e3773d;
	font-size: 1.6rem;
	font-weight: 600;
}
#main .newsSec .borderBox .moreBtn a:hover {
	opacity: 0.7;
}
#main .newsSec .borderBox .moreBtn a span {
	margin-right: 3px;
	width: 22px;
	height: 22px;
	position: relative;
	border-radius: 50%;
	background: #e3773d;
}
#main .newsSec .borderBox .moreBtn a span::before,
#main .newsSec .borderBox .moreBtn a span::after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: "";
}
#main .newsSec .borderBox .moreBtn a span::before {
	width: 12px;
	border-bottom: 2px solid #fff;
}
#main .newsSec .borderBox .moreBtn a span::after {
	height: 12px;
	border-left: 2px solid #fff;
}
#main .newsSec .borderBox .moreBtn .close {
	display: none;
}
#main .newsSec .borderBox .moreBtn .close a span {
	transform: rotate(45deg);
}
#main .newsSec .borderBox .area01 {
	margin-top: 37px;
	border-top: 3px solid #eca033;
}
#main .newsSec .borderBox .area01 h3 {
	margin: -3px 0 22px;
	background: #eca033;
}
#main .newsSec .borderBox .area01 h3 img {
	width: 28px;
}
#main .newsSec .borderBox .area01 .newsList dt {
	color: #eca033;
}
#main .newsSec .borderBox .area01 .moreBtn a {
	color: #eca033;
}
#main .newsSec .borderBox .area01 .moreBtn a span {
	background: #eca033;
}
#main .newsSec .twitterBox {
	position: relative;
	background: #FFF6E9;
}
#main .newsSec .twitterBox::before {
	width: 100%;
	height: 647px;
	position: absolute;
	left: 0;
	top: -129px;
	content: "";
}
#main .newsSec .twitterBox::after {
	width: 100%;
    height: 17.86vw;
    position: absolute;
    left: 0;
	bottom: -14.1vw;
    content: '';
}
#main .newsSec .twitterBox .content {
	align-items: flex-start;
	position: relative;
	z-index: 1;
}
#main .newsSec .twitterBox .lBox {
	margin-left: 5px;
	width: 520px;
}
#main .newsSec .twitterBox .lBox h3 {
	margin: 0 -30px 7px 7px;
	display: flex;
	align-items: center;
	color: #e3773d;
	font-size: 2.15rem;
	font-family: "Noto Sans JP", sans-serif;
}
#main .newsSec .twitterBox .lBox h3 img {
	margin-right: 10px;
	width: 45px;
	flex: none;
}
#main .newsSec .twitterBox .lBox .sns {
	height: 520px;
}
#main .newsSec .twitterBox .lBox .sns p {
	margin-top: 0.7rem;
	color: #3E3A39;
	font-weight: 700;
	font-size: 1.8rem;
}
#main .newsSec .twitterBox .lBox .sns p a {
	text-decoration: underline;
	color: #1E79BC;
}
#main .newsSec .twitterBox .lBox .sns p a:hover {
	opacity: 0.7;
}
#main .newsSec .twitterBox .rBox {
	margin: 28px 28px 0 0;
	width: 417px;
	position: relative;
}
#main .newsSec .twitterBox .rBox .txtBox {
	position: absolute;
	right: 32px;
	bottom: 48px;
	color: #fff;
	font-size: 2.75rem;
	font-weight: 500;
	letter-spacing: 0.23em;
	text-align: center;
}
#main .newsSec .twitterBox .rBox .txtBox .ttl {
	margin-bottom: 14px;
	transform: translateX(10px);
}
#main .newsSec .twitterBox .rBox .txtBox .link {
	margin: 0 auto;
	width: 112px;
}
#main .newsSec .twitterBox .rBox .txtBox .link a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 27px;
	color: #eb5f28;
	font-size: 1.7rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	border-radius: 20px;
	background: #fff;
}
#main .newsSec .twitterBox .rBox .txtBox .link a:hover {
	opacity: 0.7;
}
#main .topBox {
	margin-top: -61px;
	padding-bottom: 8.725vw;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
}
#main .topBox::after {
	width: 100%;
	height: 18.45vw;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	z-index: -1;
}
#main .topBox .photoBox {
	width: calc(50% + 323px);
	position: relative;
}
#main .topBox .photoBox span {
	width: 431px;
	position: absolute;
	left: 287px;
	bottom: 4px;
	display: block;
}
#main .topBox .textBox {
	margin: 23.6vw -327px 0 0;
	width: 525px;
	position: relative;
	z-index: 2;
}
#main .topBox .textBox h2 {
	margin-bottom: 30px;
	color : #3E3A39;
	font-size: 5.23rem;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.25em;
}
#main .topBox .textBox .text {
	margin-bottom: 91px;
	color : #3E3A39;
	font-size: 2.13rem;
	font-weight: 300;
	line-height: 2.58;
	letter-spacing: 0.1em;
}
#main .workBg {
	margin-bottom: 98px;
	padding: 26px 0 100px;
	position: relative;
	background-color: #fff6e9;
}
#main .workBg::after {
	width: 100%;
	height: 129px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
}
#main .comWorks .headLine01 .en {
	font-size: 4.7rem;
	letter-spacing: 0.36em;
}
#main .comWorks .list li::after {
	width: 25px;
	height: 27px;
	bottom: -48px;
}
#main .interview {
	margin-bottom: 196px;
}
#main .interview .headLine01 {
	margin-bottom: 76px;
	font-size: 1.88rem;
	letter-spacing: 0.3em;
}
#main .interview .headLine01 .en {
	margin-bottom: 12px;
	font-size: 4.7rem;
	letter-spacing: 0.35em;
}
#main .interview .text {
	color : #3E3A39;
	font-size: 2.13rem;
	font-weight: 300;
	line-height: 2.25;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .interview .photoList {
	margin: -55px -3px 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .interview .photoList li {
	display: flex;
	align-items: flex-end;
}
#main .interview .photoList .pho {
	margin-right: -110px;
	position: relative;
	z-index: 3;
}
#main .interview .photoList .pho img {
	height: 567px;
}
#main .interview .photoList .txtBox {
	width: 335px;
}
#main .interview .photoList .subBox {
	margin: 0 0 -82px -14px;
    padding: 30px 20px 30px 80px;
    width: 294px;
    min-height: 219px;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}
#main .interview .photoList .subBox p {
	color : #3E3A39;
	font-size: 2.27rem;
	line-height: 1.54;
	letter-spacing: 0.1em;
}
#main .interview .photoList .areaBox {
	padding: 82px 15px 29px 69px;
}
#main .interview .photoList .areaBox p {
	position: relative;
	z-index: 3;
	text-shadow: 0 3px 1px #eb5f28, -3px 0 1px #eb5f28, 0 -3px 1px #eb5f28,3px 0 1px #eb5f28;
}
#main .interview .photoList .ttl {
	margin-bottom: 2px;
	color: #fff;
	font-size: 2.13rem;
	font-weight: 500;
	line-height: 1.48;
	letter-spacing: 0.23em;
	text-align: center;
}
#main .interview .photoList .txt {
	margin-bottom: 8px;
	color: #fff;
	font-size: 1.56rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.35em;
	text-align: center;
}
#main .interview .photoList .comBtn a {
	padding: 0 5px 4px;
	min-width: 134px;
	color: #eb5f28;
	font-size: 2rem;
	background-color: #fff;
}
#main .interview .photoList .list01 {
	flex-direction: row-reverse;
}
#main .interview .photoList .list01 .pho {
	margin: 0 4px 0 -130px;
}
#main .interview .photoList .list01 .subBox {
	margin: 0 0 -56px 60px;
	padding-left: 68px;
    width: 322px;
    min-height: 224px;
}
#main .interview .photoList .list01 .txtBox {
	margin-bottom: -13px;
	width: 375px;
}
#main .interview .photoList .list01 .areaBox {
	padding: 68px 28px 42px 20px;
}
#main .interview .text.btm01 {
	margin-bottom: 109px;
}
#main .interview .photoList01 {
	margin: 0 0 0 3px;
	justify-content: flex-start;
}
#main .interview .photoList01 .pho img {
	height: 423px;
}
#main .interview .photoList01 .txtBox {
	margin-top: -69px;
	width: 282px;
}
#main .interview .photoList01 .pho {
	margin-right: -135px;
}
#main .interview .photoList01 .areaBox {
	padding: 71px 20px 87px 20px;
	position: relative;
	z-index: 2;
}
#main .interview .photoList01 .ttl {
	margin-bottom: 30px;
	font-size: 1.94rem;
	line-height: 1.58;
	letter-spacing: 0.35em;
}
#main .interview .photoList01 .txt {
	margin-bottom: 8px;
}
#main .interview .photoList01 .txt small {
	margin-bottom: -2px;
	display: block;
	font-size: 1.42rem;
	letter-spacing: 0.35em;
}
#main .interview .photoList01 .comBtn a {
	padding-bottom: 2px;
	min-width: 122px;
	font-size: 1.84rem;
}
#main .interview .photoList01 .subBox {
	margin: -32px 10px 0 auto;
	padding: 29px 10px 10px 5px;
	z-index: inherit;
	width: 198px;
	min-height: 170px;
}
#main .interview .photoList01 .subBox p {
	color : #EB5F28;
	text-shadow: 1px 3px 2px #fff6e9, -3px -1px 2px #fff6e9, -1px -3px 2px #fff6e9,3px -1px 2px #fff6e9;
	position: relative;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1.31;
	text-align: center;
	z-index: 5;
}
#main .interview .photoList01 .subBox p span {
	width: 135%;
	display: inline-block;
	transform: scaleX(0.8);
	vertical-align: top;
	transform-origin: left center;
}
#main .interview .photoList01 li {
	margin-right: 4px;
	align-items: flex-start;
}
#main .interview .photoList01 .list02 {
	margin-right: -15px;
}
#main .interview .photoList01 .list02 .pho {
	margin-right: -122px;
}
#main .interview .photoList01 .list02 .txtBox {
	width: 288px;
}
#main .interview .photoList01 .list02 .areaBox {
	padding: 63px 5px 86px 58px;
}
#main .interview .photoList01 .list02 .subBox {
	margin: -30px 0 0 55px;
	padding-left: 40px;
	width: 198px;
}
#main .interview .photoList01 .list02 .subBox p {
	width: 100%;
}
#main .interview .photoList01 .list02 .ttl {
	margin-bottom: 37px;
}
#main .interview .photoList01 .list03 .pho {
	margin-right: -144px;
}
#main .interview .photoList01 .list03 .txtBox {
	margin-top: -53px;
	width: 262px;
}
#main .interview .photoList01 .list03 .areaBox {
	padding: 78px 10px 71px 55px;
}
#main .interview .photoList01 .list03 .ttl {
	margin-bottom: 7px;
}
#main .interview .photoList01 .list03 .subBox {
	margin: -16px 6px 0 auto;
	padding-left: 50px;
	width: 198px;
}
#main .interview .photoList01 .list03 .subBox p {
	width: 100%;
}
#main .interview .note {
	margin: 15px 60px 0;
	text-align: right;
}
#main .interview .note01 {
	margin-bottom: 80px;
}
#main .job {
	position: relative;
}
#main .job::before {
	width: 100%;
	height: 172px;
	position: absolute;
	left: 0;
	top: -1px;
	content: '';
	z-index: 3;
}
#main .job::after {
	width: 100%;
	height: 235px;
	position: absolute;
	left: 0;
	bottom: -1px;
	content: '';
}
#main .job .photoList li {
	position: relative;
	vertical-align: top;
}
#main .job .photoList .pho img {
	width: 100%;
}
#main .job .photoList .txtBox {
	width: calc(100% - 40px);
	max-width: 1160px;
	position: absolute;
	left: 50%;
	top: 163px;
	transform: translateX(-50%);
}
#main .job .photoList .txtBox .subBox {
	display: flex;
	align-items: flex-start;
}
#main .job .photoList h2 {
	margin-bottom: 17px;
	color: #231815;
	font-size: 4.25rem;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.18em;
}
#main .job .photoList .text {
	margin-right: 13px;
	width: calc(100% - 380px);
	max-width: 610px;
	color: #231815;
	font-size: 2.13rem;
	font-weight: 300;
	line-height: 1.87;
	letter-spacing: 0.1em;
}
#main .job .photoList .comBtn.size01 {
	margin-top: 8px;
}
#main .job .photoList .comBtn.size01 a {
	padding: 12px 40px 13px 46px;
	min-width: inherit;
	width: 361px;
	font-size: 2.25rem;
	font-weight: 500;
	background-position: right 24px center;
	background-size: 13px auto;
}
#main .job .photoList .comBtn.size02 a {
	padding-left: 10px;
	padding-right: 30px;
	letter-spacing: 0.25em;
}
#main .job .photoList .comBtn.falt,
#main .job .photoList .comBtn.defalt {
	margin-top: 6px;
}
#main .job .photoList .comBtn.falt a,
#main .job .photoList .comBtn.defalt a {
	padding: 12px 50px 13px 56px;
	width: 361px;
	min-width: inherit;
	font-size: 2.25rem;
}
#main .job .txtImg {
	width: 508px;
	position: absolute;
	left: 18px;
	bottom: 107px;
}
#main .job .arrowList .next {
	width: 66px;
	position: absolute;
	right: 24px;
	top: 24.5%;
	cursor: pointer;
}
#main .job .arrowList .prev {
	display: none !important;
}
#main .job h2.cor01 {
	color: #fff;
}
#main .job .text.cor01 {
	margin-bottom: 30px;
	color: #fff;
	text-shadow: none;
}
#main .job .comBtn.size01 {
	text-align: left;
}
#main .job .comBtn.size01 a {
	padding: 13px 50px 15px;
	min-width: 417px;
	font-size: 2.6rem;
	letter-spacing: 0.4em;
	text-align: center;
	background-position: right 31px center;
	background-size: 14px auto;
}
#main .job .txtImg01 {
	width: 551px;
	left: 46px;
	bottom: 113px;
}
#main .human {
	padding: 113px 0 162px;
	position: relative;
	background-color: #fff6e9;
}
#main .human .photo01 {
	width: 345px;
	position: absolute;
	left: 0;
	top: 32px;
}
#main .human .photo02 {
	position: absolute;
	width: 381px;
	right: 0;
	top: 83px;
}
#main .human .content01 {
	position: relative;
	z-index: 3;
}
#main .human .headLine01 {
	margin-bottom: 83px;
	font-size: 1.88rem;
	letter-spacing: 0.3em;
}
#main .human .headLine01 .en {
	margin-bottom: 11px;
	font-size: 4.7rem;
	letter-spacing: 0.4em;
}
#main .human .text {
	margin-bottom: 85px;
	color : #3E3A39;
	font-size: 2.13rem;
	font-weight: 300;
	line-height: 2.58;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .human .comBtn {
	text-align: center;
}
#main .human .comBtn a {
	padding: 14px 40px 16px;
	font-size: 2.6rem;
	letter-spacing: 0.4em;
}
#main .btmLinkList {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
#main .btmLinkList::before {
	width: 100%;
	height: 43px;
	position: absolute;
	left: 0;
	top: -2px;
	content: '';
}
#main .btmLinkList li {
	padding: 118px 20px 101px;
	width: 50%;
	box-sizing: border-box;
}
#main .btmLinkList .list01 {
	background-color: #eb5f28;
}
#main .btmLinkList .headLine01 {
	margin-bottom: 66px;
	font-size: 1.88rem;
	letter-spacing: 0.3em;
}
#main .btmLinkList .headLine01 .en {
	margin-bottom: 13px;
	min-width: inherit;
	padding: 0 0 1px;
	font-size: 4.7rem;
	letter-spacing: 0.4em;
}
#main .btmLinkList .list01 .headLine01 {
	color: #fff;
}
#main .btmLinkList .list01 .headLine01 .en {
	border-color: #fff;
}
#main .btmLinkList .txt {
	margin-bottom: 70px;
	color : #3E3A39;
	font-size: 2.13rem;
	font-weight: 300;
	line-height: 2.5;
	letter-spacing: 0.1em;
	text-align: center;
}
#main .btmLinkList .list01 .txt {
	color: #fff;
}
#main .btmLinkList .comBtn {
	text-align: center;
}
#main .btmLinkList .list01 .comBtn a {
	color : #EB5F28;
	background-color: #fff;
}
#gFooter::before {
	height: 57px;
	top: -1px;
}
#gFooter {
	margin-top: -1px;
}
@media all and (min-width: 897px) {
	
}
@media all and (min-width: 897px) {
	#main .arrowList .next:hover {
		opacity: 0.7;
	}
	#main .job .photoList .pho {
		height: 967px;
	}
	#main .job .photoList .pho img {
		height: 100%;
		object-fit: cover;
	}
}
@media all and (max-width: 896px) {
	#main {
		overflow: hidden;
	}
	#main .mainVisual {
		margin-top: 0;
		padding-bottom: 15.82vw;
		position: relative;
	}
	#main .mainVisual::before {
		width: 100%;
		height: calc(100% - 17vw);
		position: absolute;
		left: 0;
		top: 0;
		background-color: #fff6e9;
		content: '';
	}
	#main .mainVisual .movieBox {
		margin-bottom: 25px;
	}
	#main .mainVisual .movieBox .zoomSlider .textImg {
		margin-top: -20px;
		width: 100px;
		left: 15px;
	}
	#main .mainVisual .movieBox .banner {
		left: 15px;
		bottom: 20px;
		transform: scale(0.5);
		transform-origin: left bottom;
	}
	#main .mainVisual .movieBox .scroll {
		bottom: 25px;
		transform: translateX(-50%) scale(0.8);
		transform-origin: center bottom;
	}
	#main .mainVisual .movieBox .ytbBtn {
		right: 15px;
        top: 15px;
        transform: scale(0.8);
        transform-origin: right top;
	}
	#main .mainVisual .title {
		margin-bottom: 30px;
		width: 280px;
	}
	#main .newsSec .content {
		width: auto;
	}
	#main .newsSec h2 {
		font-size: 3rem;
	}
	#main .newsSec .borderBox {
		margin-bottom: 50px;
		padding: 0 15px 30px;
		border-radius: 20px;
		border-width: 3px;
	}
	#main .newsSec .borderBox h3 {
		margin: -3px 0 15px !important;
		padding: 10px 0 !important;
		width: 180px;
		font-size: 2rem;
		border-radius: 0 0 15px 15px;
	}
	#main .newsSec .borderBox h3 img {
		margin-right: 8px !important;
		width: 22px !important;
	}
	#main .newsSec .borderBox .newsList dl {
		display: block;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}
	#main .newsSec .borderBox .newsList dt {
		width: auto;
	}
	#main .newsSec .borderBox .newsList dt .time {
		margin-right: 10px;
	}
	#main .newsSec .borderBox .moreBtn a {
		font-size: 1.5rem;
	}
	#main .newsSec .borderBox .area01 {
		margin-top: 20px;
	}
	#main .newsSec .borderBox .area01 h3 {
		margin: -3px 0 22px;
	}
	#main .newsSec .twitterBox {
		padding: 60px 0 2px;
		display: block;
	}
	#main .newsSec .twitterBox::before {
		height: 300px;
		top: -60px;
	}
	#main .newsSec .twitterBox::after {
		bottom: -17.5vw;
	}
	#main .newsSec .twitterBox .content {
		display: block;
	}
	#main .newsSec .twitterBox .lBox {
		margin-left: 0;
		width: auto;
	}
	#main .newsSec .twitterBox .lBox h3 {
		margin-right: 0;
		font-size: 1.9rem;
	}
	#main .newsSec .twitterBox .lBox h3 img {
		margin-right: 5px;
		width: 30px;
	}
	#main .newsSec .twitterBox .rBox {
		margin: 35px auto;
		width: 80vw;
	}
	#main .newsSec .twitterBox .rBox .txtBox {
		right: 7vw;
        bottom: 8vw;
		font-size: 7.7vw;
		transform: scale(0.7);
		transform-origin: right bottom;
	}
	#main .newsSec .twitterBox .rBox .txtBox .ttl {
		margin-bottom: 3vw;
	}
	#main .newsSec .twitterBox .rBox .txtBox .link {
		width: 28vw;
	}
	#main .newsSec .twitterBox .rBox .txtBox .link a {
		font-size: 4.4vw;
		border-radius: 5vw;
	}
	#main .topBox {
		margin-top: 0;
		padding-bottom: 80px;
		display: block;
	}
	#main .topBox::after {
		height: 60px;
	}
	#main .topBox .photoBox {
		width: auto;
	}
	#main .topBox .photoBox span {
		width: 56vw;
		left: 20px;
	}
	#main .topBox .textBox {
		margin: 40px 20px 0;
		width: auto;
	}
	#main .topBox .textBox h2 {
		margin-bottom: 20px;
		font-size: 3rem;
	}
	#main .topBox .textBox .text {
		margin-bottom: 30px;
		font-size: 1.5rem;
		line-height: 1.75;
		letter-spacing: 0.05em;
	}
	#main .workBg {
		margin-bottom: 98px;
		padding: 26px 0 50px;
	}
	#main .workBg::after {
		height: 40px;
	}
	#main .comWorks .headLine01 .en {
		font-size: 3.4rem;
	}
	#main .comWorks .list li::after {
		width: 16px;
		height: 18px;
		bottom: -33px;
	}
	#main .interview {
		margin-bottom: 100px;
	}
	#main .interview .headLine01 {
		margin-bottom: 30px;
		font-size: 1.88rem;
	}
	#main .interview .headLine01 .en {
		font-size: 3rem;
	}
	#main .interview .text {
		margin-bottom: 22px;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	#main .interview .photoList {
		margin: 0 -3px 24px;
		display: block;
	}
	#main .interview .photoList li {
		margin: 0 0 90px;
		display: flex;
	}
	#main .interview .photoList li:last-of-type {
		margin-bottom: 0;
	}
	#main .interview .photoList .pho {
		margin-right: -15%;
		width: 55%;
	}
	#main .interview .photoList .pho img {
		height: auto;
	}
	#main .interview .photoList .txtBox {
		margin-top: -30px;
		width: 60%;
	}
	#main .interview .photoList .subBox {
		margin: 0 0 -13.33vw -14px;
		padding: 8vw 2.67vw 8vw 17vw;
		width: auto;
		min-height: inherit;
	}
	#main .interview .photoList .subBox p {
		font-size: 3.73vw;
	}
	#main .interview .photoList .areaBox {
		padding: 16vw 2.67vw 12vw 8.27vw;
	}
	#main .interview .photoList .ttl {
		font-size: 4vw;
	}
	#main .interview .photoList .txt {
		font-size: 3.47vw;
	}
	#main .interview .photoList .comBtn a {
		padding: 0.53vw 1.33vw 1.07vw;
		min-width: 134px;
		font-size: 1.5rem;
	}
	#main .interview .photoList .list01 .pho {
		margin: 0 0 0 -20%;
	}
	#main .interview .photoList .list01 .subBox {
		margin: 0 0 -50px;
		padding: 8vw 2.67vw 8vw 12.34vw;
		width: auto;
		min-height: inherit;
	}
	#main .interview .photoList .list01 .txtBox {
		margin-top: -30px;
		width: 65%;
	}
	#main .interview .photoList .list01 .areaBox {
		padding: 16vw 5.33vw 10.67vw 2.67vw;
	}
	#main .interview .text.btm01 {
		margin-bottom: 90px;
	}
	#main .interview .photoList01 {
		margin: 0 0 0 3px;
	}
	#main .interview .photoList01 .pho img {
		height: auto;
	}
	#main .interview .photoList01 .txtBox {
		margin-top: -30px;
		width: 65%;
	}
	#main .interview .photoList01 .pho {
		margin-right: -20%;
	}
	#main .interview .photoList01 .areaBox {
		padding: 8vw 2.67vw 10.67vw 5.33vw;
	}
	#main .interview .photoList01 .ttl {
		margin-bottom: 2.67vw;
		font-size: 4.27vw;
	}
	#main .interview .photoList01 .txt small {
		margin-bottom: 0;
		font-size: 3.2vw;
	}
	#main .interview .photoList01 .comBtn a {
		padding-bottom: 0.053vw;
		font-size: 3.73vw;
	}
	#main .interview .photoList01 .subBox {
		margin: -32px 0 0 auto;
		padding: 7.73vw 2.67vw 2.67vw 8vw;
		width: auto;
		min-height: inherit;
	}
	#main .interview .photoList01 .subBox p {
		font-size: 4.27vw;
	}
	#main .interview .photoList01 li {
		margin-right: 0;
	}
	#main .interview .photoList01 .list02 {
		margin-right: 0;
	}
	#main .interview .photoList01 .list02 .pho {
		margin-right: -20%;
	}
	#main .interview .photoList01 .list02 .txtBox {
		width: 65%;
	}
	#main .interview .photoList01 .list02 .areaBox {
		padding: 16.8vw 1.33vw 16vw 8vw;
	}
	#main .interview .photoList01 .list02 .subBox {
		margin: -20px 0 0;
		padding: 10.67vw 2.67vw 8vw 8vw;
		width: auto;
	}
	#main .interview .photoList01 .list02 .subBox p {
		width: 100%;
	}
	#main .interview .photoList01 .list02 .ttl {
		margin-bottom: 5.33vw;
	}
	#main .interview .photoList01 .list03 .pho {
		margin-right: -20%;
	}
	#main .interview .photoList01 .list03 .txtBox {
		margin-top: -30px;
		width: 65%;
	}
	#main .interview .photoList01 .list03 .areaBox {
		padding: 10.67vw 2.67vw 10.67vw 5.33vw;
	}
	#main .interview .photoList01 .list03 .subBox {
		margin: -16px 0 0 auto;
		padding-left: 5.33vw;
		width: auto;
	}
	#main .interview .note {
		margin-left: 0;
		margin-right: 0;
	}
	#main .interview .note01 {
		margin-bottom: 30px;
	}
	#main .job::before {
		height: 40px;
		top: -1px;
	}
	#main .job::after {
		height: 50px;
		bottom: -1px;
	}
	#main .job .photoList .txtBox {
		max-width: inherit;
		top: 8.2vw;
	}
	#main .job .photoList h2 {
		margin-bottom: 4vw;
		font-size: 3vw;
	}
	#main .job .photoList .text {
		font-size: 2vw;
		margin-right: 1vw;
		width: auto;
		max-width: calc(100% - 31vw);
	}
	#main .job .photoList .txtBox .subBox.box01 .text {
		margin-right: 1vw;
		width: auto;
		max-width: calc(100% - 31vw);
	}
	#main .job .photoList .comBtn.size01 a {
		width: 30vw;
		min-width: inherit;
		padding: 1vw 1vw;
		width: 30vw;
		min-width: inherit;
		font-size: 2.4vw;
		background-size: 1.8vw auto;
		background-position: right 1.3vw center;
	}
	#main .job .photoList .comBtn.size02 a {
		padding-left: 0.5vw;
		padding-right: 2.5vw;
		letter-spacing: 0;
	}
	#main .job .photoList .comBtn.defalt a {
		padding: 1vw 1vw;
		width: 30vw;
		min-width: inherit;
		font-size: 2.4vw;
	}
	#main .job .txtImg {
		width: 30vw;
		left: 18px;
		bottom: 12vw;
	}
	#main .job .arrowList .next {
		width: 10.67vw;
		right: 20px;
		z-index: inherit;
		bottom: auto;
		top: 50%;
		transform: translateY(-50%);
	}
	#main .job .text.cor01 {
		margin-bottom: 5vw;
	}
	#main .job .comBtn.size01 {
		text-align: center;
	}
	#main .job .comBtn.size01 a {
		padding: 3vw 10.33vw 3.1vw;
		min-width: 28vw;
		font-size: 4.2vw;
		letter-spacing: 0.3em;
		background-position: right 5.34vw center;
		background-size: 2.67vw auto;
	}
	#main .job .txtImg01 {
		width: 35vw;
		left: 30px;
		bottom: 8vw;
	}
	#main .human {
		padding: 80px 0;
	}
	#main .human .photo01 {
		width: 100px;
		top: 32px;
	}
	#main .human .photo02 {
		width: 120px;
		top: 60px;
	}
	#main .human .headLine01 {
		margin-bottom: 40px;
		font-size: 1.4rem;
		letter-spacing: 0.3em;
	}
	#main .human .headLine01 .en {
		font-size: 3rem;
	}
	#main .human .text {
		margin-bottom: 40px;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#main .human .comBtn a {
		font-size: 1.6rem;
	}
	#main .btmLinkList::before {
		height: 22px;
		top: -1px;
	}
	#main .btmLinkList li {
		padding: 50px 20px;
	}
	#main .btmLinkList .headLine01 {
		margin-bottom: 30px;
		font-size: 1.4rem;
	}
	#main .btmLinkList .headLine01 .en {
		margin-bottom: 6px;
		font-size: 3rem;
		letter-spacing: 0.3em;
	}
	#main .btmLinkList .txt {
		margin-bottom: 30px;
		font-size: 1.6rem;
		line-height: 1.75;
	}
	#main .btmLinkList .comBtn a {
		min-width: inherit;
		font-size: 1.4rem;
	}
	#gFooter {
		margin-top: -1px;
	}
	#gFooter::before {
		height: 30px;
	}
	#gFooter {
		padding-bottom: 90px;
	}
}
@media all and (max-width: 374px) {
	#main .topBox .textBox h2 {
		font-size: 2.4rem;
	}
	#main .topBox .textBox .text {
		font-size: 1.3rem;
	}
	#main .interview .photoList .subBox p {
		font-size: 1.2rem;
	}
	#main .interview .photoList .ttl {
		font-size: 1.2rem;
	}
	#main .interview .photoList .comBtn a {
		min-width: 100px;
	}
	#main .btmLinkList .txt {
		font-size: 1.3rem;
	}
	#main .human .headLine01 .en {
		font-size: 2.6rem;
	}
	#main .human .photo01 {
		width: 80px;
	}
	#main .human .photo02 {
		width: 80px;
	}
}