@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@1,300&display=swap');
/*----------------------------------------------------
    top
-----------------------------------------------------*/
footer {
	border-color: #fff;
}
.pubPageTop a {
	color: #aca450;
	background-image: url(../images/common_new/page_top02.png);
}
.bgBox {
	position: relative;
	overflow: hidden;
	background: #000;
}
.bgBox .fixBox {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    clip-path: inset(0);
    z-index: 1;
}
.bgBox .fixBox .videoBox {
	padding-top: 0px;
	position: fixed;
    left: 0;
    top: 0;
	width: 100%;
	height: 100vh;
	z-index: 1;
}
.bgBox .fixBox .videoBox video {
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
}
.content {
	margin: 0 auto;
	max-width: 1320px;
	position: relative;
	z-index: 5;
	font-weight: 400;
}
.mainVisual {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 160px);
	min-height: 740px;
}
.mainVisual .textBox {
	margin-top: 11px;
	position: relative;
	z-index: 5;
}
.mainVisual .textBox .ttl {
	margin-bottom: 73px;
	color: #aca450;
	font-size: 3.6rem;
	font-weight: bold;
	text-align: center;
}
.mainVisual .textBox h1 {
	font-size: 6.7rem;
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
	color: #fff;
}
.mainVisual .textBox h1 small{
	margin-top: 53px;
	display: block;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1.57;
}
.mainVisual .scroll {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.mainVisual .scroll a {
	display: block;
	pointer-events: none;
}
.mainVisual .scroll a .txt {
	margin-bottom: 12px;
	display: block;
	color: #aca450;
	font-size: min(0.8vw, 1.26vh);
	font-weight: 500;
	text-align: center;
	font-family: "Ubuntu";
	letter-spacing: 0.03em;
}
.mainVisual .scroll a .line {
	display: block;
	position: relative;
    width: 100%;
    height: 60px;
}
.mainVisual .scroll a .line::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #aca450;
	opacity: 0.4;
}
.mainVisual .scroll a .line::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #aca450;
	animation: scroll-line 3s infinite both;
}
@keyframes scroll-line {
	0% {
		transform-origin: top;
		transform: scaleY(0);
	}
	39% {
		transform-origin: top;
		transform: scaleY(1);
	}
	40% {
		transform-origin: bottom;
		transform: scaleY(1);
	}
	100% {
		transform-origin: bottom;
    	transform: scaleY(0);
	}
}
.sec01 {
	margin-bottom: 111px;
	padding-top: 51px;
	background: #000;
}
.sec01 .content,
.sec03 .content {
	padding: 0 20px;
	box-sizing: content-box;
	box-sizing: border-box;
}
.sec01 .imgBox {
	margin-bottom: 99px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	clear: both;
}
.sec01 .imgBox:last-child {
	margin-bottom: 0;
}
.sec01 .imgBox .photoBox {
	margin-right: -2.2%;
	width: 660px;
	height: 660px;
	flex: none;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}
.sec01 .imgBox.reverse .photoBox {
	margin: 0 0 0 -2.2%;
}
.sec01 .imgBox.reverse .textBox {
	order: 2;
	margin: 6px 0 0 30px !important;
}
.sec01 .imgBox .photoBox .subBox {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sec01 .imgBox .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec01 .imgBox .textBox {
	margin: 5px 30px 0 0;
	max-width: 560px;
	text-align: justify;
	position: relative;
	z-index: 10;
}
.sec01 .imgBox .textBox .ttl {
	margin-bottom: 33px;
	color: #aca450;
	font-size: 2.2rem;
	font-weight: 600;
}
.sec01 .imgBox .textBox h2 {
	margin-bottom: 61px;
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.6;
	color: #fff;
	letter-spacing: -0.05em;
}
.sec01 .imgBox .textBox .text {
	font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	font-weight: 300;
	font-size: calc(1.6rem * 1.1);
	line-height: 1.75;
	color: #fff;
}
.sec01 .imgBox .textBox p {
	margin-bottom: 29px;
}
.sec01 .imgBox .textBox p:last-child {
	margin-bottom: 0;
}
.sec01 .imgBox .textBox .text .col01 {
	color: #aca450;
}
.sec03 {
	padding: 223px 0 106px;
	position: relative;
}
.sec03 .content {
	max-width: 1394px;
	position: relative;
	z-index: 60;
}
.sec03 .imgBox {
	display: flex;
	justify-content: space-between;
}
.sec03 .imgBox .photoBox {
	width: 660px;
	height: 660px;
	flex: none;
	position: relative;
	order: 2;
	border-radius: 50%;
	overflow: hidden;
}
.sec03 .imgBox .photoBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec03 .imgBox .textBox {
	text-align: justify;
	position: relative;
	z-index: 10;
	flex: 1;
	margin: -25px 40px 0 0;
}
.sec03 .imgBox .textBox .ttl {
	margin-bottom: 40px;
	color: #aca450;
	font-size: 2.2rem;
	font-weight: bold;
}
.sec03 .imgBox .textBox h2 {
	margin-bottom: 59px;
	color: #FFF;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.8;
}
.sec03 .imgBox .textBox .txtBox .text {
	font-family: "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	font-weight: 300;
	margin-bottom: 29px;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 1.75;
}
.sec03 .imgBox .textBox .txtBox .text:last-child {
	margin-bottom: 0;
}
.sec03 .imgBox .textBox .innerBox {
	margin-left: auto;
	max-width: 470px;
}
@media only screen and (min-width: 751px) and (max-width: 1049px) {
	.mainVisual .textBox .ttl {
		font-size: 3.2rem;
		margin-bottom: 85px;
	}
	.mainVisual .textBox h1 {
		font-size: 5rem;
	}
	.mainVisual .textBox h1 small {
		margin-top: 117px;
		font-size: 2.85rem;
	}
	.mainVisual .textBox {
		margin-top: 0;
	}
	.mainVisual {
		min-height: 680px;
	}
	.mainVisual .scroll a .line {
		height: 60px;
	}
	.mainVisual .scroll a .line::before {
		height: 100%;
	}
	.mainVisual .scroll a .txt {
		font-size: 1.2rem;
	}
	.sec01 .imgBox .photoBox {
		margin: -15px -310px 0 0;
		width: 651px;
		height: 651px;
	}
	.sec01 {
		padding-top: 196px;
		margin-bottom: 97px;
	}
	.sec01 .imgBox .textBox {
		margin: -39px 30px 0 10px;
	}
	.sec01 .imgBox .textBox .text {
		letter-spacing: -0.02em;
	}
	.sec01 .imgBox.reverse .photoBox {
		margin: 0 0 0 -310px;
	}
	.sec01 .imgBox {
		margin-bottom: 121px;
	}
	.sec03 .imgBox {
		align-items: flex-start;
	}
	.sec03 .imgBox .photoBox {
		width: 650px;
		height: 650px;
		margin: 69px -320px 0 0;
	}
	.sec03 .imgBox .textBox {
		margin: 0 30px 0 0;
	}
	.sec03 {
		padding: 103px 10px 98px;
	}
	.sec03 .imgBox .textBox .ttl {
		margin: 0 -40px 39px 0;
	}
	footer {
		border-color: #ccc;
	}

}
@media only screen and (min-width: 751px) {
	.sec01 .imgBox .textBox .text a:hover {
		opacity: 0.7;
	}
	.sp {
		display: none !important;
	}
	.mainVisual .textBox h1 small {
		font-size: calc(3.6rem * 0.75);
	}
}
@media only screen and (max-width: 750px) {
	.pc {
		display: none !important;
	}
	.bgBox .fixBox .videoBox {
		padding-top: 55px;
	}
	.content {
		margin: 0 15px;
		max-width: inherit;
	}
	.mainVisual .textBox h1 small {
		font-size: 1.5rem;
	}
	.mainVisual {
		min-height: 360px;
		height: calc(100vh - 55px);
	}
	.mainVisual .textBox {
		padding-bottom: 74px;
	}
	.mainVisual .textBox .ttl {
		margin-bottom: 40px;
		font-size: 15px;
	}
	.mainVisual .textBox h1 {
		font-size: 2.6rem;
	}
	.mainVisual .textBox h1 small {
		margin-top: 35px;
		font-size: 1.9rem;
	}
	.mainVisual .scroll a .txt {
		margin-bottom: min(3vw, 2vh);
		font-size: min(3vw, 2vh);
	}
	.mainVisual .scroll a .line,
	.mainVisual .scroll a .line::before,
	.mainVisual .scroll a .line::after {
		height: min(12.8vw,8.3vh);
	}
	.sec01 {
		margin-bottom: 0;
		padding: 57px 0 100px;
	}
	.sec01 .content,
	.sec03 .content {
		padding: 0;
	}
	.sec01 .imgBox {
		margin-bottom: 100px;
		padding: 0;
		display: block !important;
		min-height: inherit;
		min-width: inherit;
	}
	.sec01 .imgBox.reverse {
		float: none;
	}
	.sec01 .imgBox .photoBox {
		margin: 0 auto !important;
		width: 92.3vw;
		height: 92.3vw;
		max-width: 360px;
		max-height: 360px;
	}
	.sec01 .imgBox.reverse .photoBox {
		margin: 0;
	}
	.sec01 .imgBox .textBox {
		margin: 0 0 29px !important;
		padding-top: 0;
		width: auto;
		max-width: inherit;
	}
	.sec01 .imgBox.reverse .textBox {
		margin: 0 0 24px !important;
	}
	.sec01 .imgBox .textBox .ttl {
		margin-bottom: 19px;
		font-size: 1.5rem;
	}
	.sec01 .imgBox .textBox h2 {
		margin-bottom: 42px;
		font-size: 2.6rem;
		line-height: 1.54;
	}
	.sec01 .imgBox .textBox .text {
		font-size: 1.5rem;
		line-height: 2;
	}
	.sec03 {
		padding: 100px 0 100px;
	}
	.sec03 .content {
		max-width: inherit;
	}
	.sec03 .imgBox {
		display: block;
		min-width: inherit;
	}
	.sec03 .imgBox .photoBox {
		margin: 0 auto;
		width: 92.3vw;
		height: 92.3vw;
	}
	.sec03 .imgBox .textBox {
		margin: 0;
		padding-bottom: 73px;
		width: auto;
		max-width: inherit;
	}
	.sec03 .imgBox .textBox .ttl {
		margin-bottom: 19px;
		font-size: 1.5rem;
	}
	.sec03 .imgBox .textBox h2 {
		margin-bottom: 43px;
		font-size: 2.6rem;
		line-height: 1.54;
	}
	.sec03 .imgBox .textBox .txtBox .text {
		margin-bottom: 29px;
		font-size: 1.5rem;
		line-height: 2;
	}
	.sec03 .imgBox .textBox .innerBox {
		max-width: inherit;
	}
}

a {
  color: #3e4445;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: inline;
}

.bgBox02 {
	position: relative;
}
.bgBox02 .fixBg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0);
	content: '';
	z-index: 1;
}
.bgBox02 .fixBg .videoBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.bgBox02 .fixBg .videoBox video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


body#company div.background {
  width: 100%;
  z-index: 1;
  overflow: visible;
  position: static;
  max-height: 680px;
  min-height: 680px;
  background: #00D3BC
}

@media only screen and (max-width:750px) {
  body#company div.background {
    max-height: 1500px
  }
}


@keyframes slideRight {
  0% {
    margin: -200px;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px)
  }

  100% {
    margin: -200px;
    -webkit-transform: translateX(200px);
    transform: translateX(200px)
  }
}

@keyframes slideRight {
  0% {
    margin: -200px;
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px)
  }

  100% {
    margin: -200px;
    -webkit-transform: translateX(200px);
    transform: translateX(200px)
  }
}

body#company .inner section:after {
  content: "";
  display: table;
  clear: both
}


video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}

.toplink {
  color: #3e4445;
  text-decoration: none;
  cursor: pointer;
  display: inline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s
}


/* featuresBox */
#company .featuresBox {
	background: url("../images/company_new/bg.jpg") no-repeat left bottom / cover;
	position: relative;
	z-index: 30;
}
#company .featuresBox .pubHeading02 {
	margin-bottom: 98px;
}
#company .featuresBox .pubBox {
	padding: 98px 0 260px;
}
#company .featuresBox .featuredImg {
	position: absolute;
	width: 222px;
	bottom: 2px;
	right: -88px;
}

#company .featuresBox .listUl {
	margin-left: 5px;
}
#company .featuresBox .listUl li {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
#company .featuresBox .listUl li:last-child {
	margin-bottom: 0;
}
#company .featuresBox .listUl .leftBox {
	width: 310px;
	padding: 58px 0 85px;
	background-color: rgba(255, 255, 255, 1);
	text-align: center;
}
#company .featuresBox .listUl .num {
	margin-bottom: 27px;
	color: #b1a648;
	font-size: 5rem;
	font-weight: 700;
	line-height: 1;
}
#company .featuresBox .listUl .title {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.6;
}
#company .featuresBox .listUl .textBox {
	margin: 0 0 0 30px;
	flex: 1;
	font-size: calc(1.6rem * 1.1);
	line-height: 1.75;
}
#company .featuresBox .listUl .textBox p {
	margin-bottom: 29px;
}
#company .featuresBox .listUl .textBox p:last-child {
	margin-bottom: 0;
}
#company .featuresBox .featuredImg {
    overflow: hidden;
}
#company .featuresBox .featuredImg img {
    display: block;
    transform: translateY(101%);
    opacity: 0;
}
#company .featuresBox .featuredImg.show img {
    opacity: 1;
    transform: translateY(0);
    transition: .3s;
}
@media only screen and (min-width: 751px) and (max-width: 1049px) {
	#company .featuresBox .pubBox {
		padding: 88px 0 203px;
	}
	#company .featuresBox .pubHeading02 {
		margin-bottom: 89px;
		line-height: 1.6;
	}
	#company .featuresBox .listUl li {
		display: block;
	}
	#company .featuresBox .listUl .leftBox {
		width: 310px;
		padding: 60px 0 85px;
		margin: 0 auto 37px;
	}
	#company .featuresBox .listUl .textBox {
		margin: 0;
		font-size: 1.6rem;
	}
	#company .featuresBox .listUl {
		margin-left: 0;
	}
	#company .featuresBox .listUl li {
		margin-bottom: 52px;
	}
	#company .featuresBox .pubBox {
		padding: 88px 0 176px;
	}
	#company .featuresBox .featuredImg {
		width: 160px;
		bottom: 0px;
		right: -1px;
	}
	#company .featuresBox {
		background-image: url("../images/company_new/bg_pad.jpg");
	}
}
@media only screen and (max-width: 750px) {
	#company .featuresBox {
		background-image: url("../images/company_new/bg_sp.jpg");
	}
	#company .featuresBox .pubBox {
		padding: 94px 0 174px;
	}
	#company .featuresBox .pubHeading02 {
		margin-bottom: 93px;
		line-height: 1.6;
	}
	#company .featuresBox .listUl {
		margin: 0 -5px;
	}
	#company .featuresBox .listUl .leftBox {
		padding: 34px 0 50px;
		margin: 0 auto;
    	width: 200px;
		letter-spacing: -0.05em;
		background-color: rgba(255, 255, 255, 0.8);
	}
	#company .featuresBox .listUl .title {
		font-size: 2rem;
		line-height: 1.68;
		letter-spacing: -0.05em;
	}
	#company .featuresBox .listUl .num {
		margin-bottom: 19px;
		font-size: 3.2rem;
	}
	#company .featuresBox .listUl .textBox {
		margin: 32px 0 0 0;
		font-size: 1.5rem;
		line-height: 2;
		text-align: justify;
		letter-spacing: -0.05em;
	}
	#company .featuresBox .listUl li {
		display: block;
		margin-bottom: 50px;
	}
	#company .featuresBox .featuredImg {
		width: 142px;
		bottom: 2px;
		right: 0;
	}
}



/*----------------------------------------------------
    company
-----------------------------------------------------*/
.companyBox {
	background-color: #fff;
	position: relative;
	z-index: 30;
}
.companyBox .h2Title {
    font-size: 6rem;
    letter-spacing: -0.02em;
    text-align: center;
    color: #aca450;
	font-family: "Ubuntu";
	font-weight: 500;
	font-style: normal;
	margin-bottom: 75px;
	letter-spacing: 0.005em;
}
.companyBox .h2Title .jp {
	font-family: "Hiragino Kaku Gothic W5 JIS2004", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;
	font-weight: 700;
	font-size: 2.2rem;
	text-align: center;
	margin-top: 52px;
	color: #000;
	display: block;
}
.companyBox .tableBox  {
	width: 100%;
    border-collapse: collapse;
    border-spacing: 0 20px;
}
.companyBox .tableBox :after {
    content: "";
    display: table;
    clear: both;
}
.companyBox .tableBox td *::after {
	display: none;
}
.companyBox .tableBox th {
    width: 14.1414141%;
    padding-right: 3.0303030%;
    font-size: 15px;
    font-size: 1.5rem;
    text-align: right;
    vertical-align: top;
    line-height: 26px;
}
.companyBox .tableBox th.va {
    vertical-align: top;
    line-height: 15px;
}
.companyBox .tableBox td {
    width: 68.6868686%;
    font-size: 1.5rem;
	padding-bottom: 28px;
    letter-spacing: -0.05em;
    line-height: 26px;
    vertical-align: top;
}
.companyBox .tableBox td::after {
	display: none;
}
.companyBox .tableBox td a {
    display: inline-block;
}
.companyBox .tableBox td p.line-height {
    line-height: 1;
}
.companyBox .tableBox td span {
    display: block;
}
.companyBox .tableBox td p.other {
    text-align: right;
    padding-right: 0;
}
.companyBox .tableBox td p.indent {
    padding-left: 1em;
    text-indent: -1em;
}
.companyBox .tableBox td .mb0 {
	margin-bottom: 0 !important;
}
.companyBox .tableBox td.td-first {
    width: 50%;
    float: left;
}
.companyBox .tableBox td.td-last {
    width: 50%;
    float: left;
}
.companyBox .tableBox td p + p {
	margin-top: 20px;
}
.companyBox .informationBox {
	padding: 80px 0 21px;
}
@media only screen and (min-width: 751px) and (max-width: 1049px) {
	.companyBox .informationBox {
		padding: 88px 0 21px;
	}
	.companyBox .h2Title {
		margin-bottom: 86px;
	}
}
@media only screen and (min-width: 751px) {
	.companyBox .tableBox td a:hover {
		color: #aca450;
	}
	.companyBox .visible-sp {
		display: none !important;
	}
}
@media only screen and (max-width: 735px) {
	.companyBox .tableBox td.td-first {
	    width: 100%;
	}
    .companyBox .tableBox td.td-last {
        width: 100%;
    }
}
@media only screen and (max-width: 750px) {
	.companyBox .h2Title {
		margin-bottom: 20px;
        font-size: 4rem;
        line-height: 40px;
    }
	.companyBox .h2Title .jp {
		font-weight: 500;
		font-size: 1.5rem;
		margin-top: 24px;
	}
	.companyBox .tableBox {
	    border-spacing: 0 15px;
	    margin-top: 0;
	}
	.companyBox .tableBox th {
	    font-size: 12.5px;
	    font-size: 1.25rem;
	    width: 30%;
	    padding-right: 5%;
	    line-height: 20px;
	}
	.companyBox .tableBox td {
	    font-size: 12.5px;
	    font-size: 1.25rem;
	    line-height: 20px;
		padding-bottom: 15px;
	    width: 70%;
	}
	.companyBox .tableBox td p {
	    margin-bottom: 16px;
	}
	.companyBox .tableBox td span {
	    display: block;
	    margin-right: 0;
	}
	.companyBox .tableBox td p.other {
	    padding-right: 30px;
	}
	.companyBox .tableBox th {
	    width: 30%;
	}
	.companyBox .visible-pc {
		display: none !important;
	}
	.companyBox .informationBox {
		padding: 85px 0 35px;
	}
	.companyBox .tableBox td.td-first{
		padding-bottom: 0;
	}

}


.companyBox #access {
	padding: 80px 0 75px;
	border-top: 1px solid #CACACA;
}
.companyBox #access .h2Title {
	margin-bottom: 89px;
}
.companyBox #map {
    width: 100%;
    height: 480px;
    margin-bottom: 40px;
}
@media only screen and (min-width: 751px) and (max-width: 1049px) {
	.companyBox #access .h2Title .jp {
		margin-top: 30px;
	}
	.companyBox #access .h2Title {
		margin-bottom: 60px;
	}
	.companyBox #access {
		padding: 80px 0 33px;
	}
}
@media only screen and (max-width: 750px) {
    .companyBox #map {
		margin-bottom: 43px;
    }
	.companyBox #access {
		padding: 56px 0 80px;
	}
	.companyBox #access .h2Title {
		margin-bottom: 35px;
	}
}





.sec01 .js-scroll .photoBox,
.sec03 .js-scroll .photoBox {
	--max-num: min( 100vw , 1294px );
	--left-num: 0px;
	--zoom-num: (1 - var(--pg-value));
	--scal-num: 1.88;
	transform: translateX(calc(var(--left-num) * var(--zoom-num))) scale(calc(1 + var(--scal-num) * var(--zoom-num)));
	transform-origin: center top;
}
@media only screen and (min-width: 1050px) and (max-width: 1499px)  {
	.sec01 .js-scroll .photoBox,
	.sec03 .js-scroll .photoBox {
		--max-num: ( min( 100vw , 986px ));
	}
}
@media only screen and (min-width: 751px) and (max-width: 1049px) {
	.sec01 .js-scroll .photoBox,
	.sec03 .js-scroll .photoBox {
		--max-num: ( min( 100vw , 683px ));
	}
}
@media only screen and (max-width: 750px) {
	.sec01 .js-scroll .photoBox,
	.sec03 .js-scroll .photoBox {
		--max-num: ( 100vw - 15px * 2);
	}
}



@media only screen and (max-width: 389px) {
	.mainVisual .textBox h1 {
		font-size: 2.3rem;
	}
	.mainVisual .textBox h1 small {
		font-size: 1.6rem;
	}
	.sec01 .imgBox .textBox h2 {
		font-size: 2.3rem;
	}
	.pubBrandBox02 .featuredImg {
		right: -14px;
		width: 150px;
	}
	#company .featuresBox .listUl .title {
		font-size: 1.6rem;
	}
}
