/*----------------------------------------------------
    common_new
-----------------------------------------------------*/
/* pubBox */
.pubBox {
	margin: 0 auto;
	width: calc(100% - 60px);
	max-width: 996px;
	position: relative;
}
.padBlock {
	display: none;
}
@media only screen and (min-width: 751px) and (max-width: 1049px) {
	.padNone {
		display: none !important;
	}
	.padBlock {
		display: block !important;
	}
}
@media only screen and (min-width: 751px) {
	.pubSp {
		display: none !important;
	}
	.pubReduce {
		font-size: 75%;
	}
}
@media only screen and (max-width: 750px) {
	.pubBox {
		margin: 0 20px;
		width: auto;
		max-width: inherit;
	}
	.pubPc {
		display: none !important;
	}
	.padBlock.visible-sp {
		display: block;
	}
}

/* pubTextBox */
.pubTextBox {
	padding-right: 1em;
	max-width: 650px;
	font-size: 2.2rem;
	line-height: 1.59;
	letter-spacing: 0.02em;
}
.pubTextBox .smlTitle {
	margin-bottom: 22px;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.635;
}
.pubTextBox.right {
	max-width: 654px;
	margin-left: auto;
}
.pubTextBox p + .txtUl {
	margin-top: -20px;
}
.pubTextBox .txtUl li {
	padding-left: 53px;
	position: relative;
	letter-spacing: -0.05em;
}
.pubTextBox .txtUl li::before {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 8px;
	left: 24px;
	border-radius: 50px;
	background-color: #000000;
	content: "";
}
.pubTextBox p {
	margin-bottom: 20px;
}
.pubTextBox p:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 751px) {
	.pubTextBox .reduceTxt .txtUl li {
		padding-left: calc(53px * 0.75);
	}
	.pubTextBox .reduceTxt .txtUl li::before {
		width: calc(20px * 0.75);
		height: calc(20px * 0.75);
		top: calc(8px * 0.75);
		left: calc(24px * 0.75);
	}
}
@media only screen and (max-width: 750px) {
	.pubTextBox p {
		margin-bottom: 15px;
	}
	.pubTextBox p:last-child {
		margin-bottom: 0;
	}
	.pubTextBox {
		padding-right: 0;
		font-size: 1.6rem;
		line-height: 1.6;
		max-width: inherit !important;
	}
	.pubTextBox .smlTitle {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}
	.pubTextBox p + .txtUl {
		margin-top: -17px;
	}
	.pubTextBox .txtUl li {
		padding-left: 38px;
	}
	.pubTextBox .txtUl li::before {
		width: 14px;
		height: 14px;
		top: 6px;
		left: 18px;
	}
}

/* pubHeading01 */
.pubHeading01 {
	margin: 0 -15px 22px 0;
	font-weight: 700;
	font-size: 3.8rem;
	line-height: 1.635;
	letter-spacing: 0;
}
@media only screen and (max-width: 750px) {
	.pubHeading01 {
		margin: 0 -15px 37px 0;
		font-size: 2.3rem;
		line-height: 1.86;
		letter-spacing: -0.05em;
	}
}



/* pubBtn */
.pubBtn {
	margin-top: 27px;
}
.pubBtn a {
	width: 198px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	border: 1px solid #000;
	background-color: #000;
	border-radius: 50px;
	transition: .3s;
	position: relative;
	gap: 14px;
}
.pubBtn .icon {
	width: 49px;
	height: 10px;
	display: block;
	overflow: hidden;
}
.pubBtn .icon span {
	width: 100%;
	height: 100%;
	display: block;
	background: url("../images/common_new/icon01.png") no-repeat left top / 100% 100%;
}
@keyframes forward {
  0% {
    -webkit-transform:translate(0%,0%);
    transform:translate(0%,0%)
  }
  30% {
    -webkit-transform:translate(110%,0);
    transform:translate(110%,0)
  }
  30.1% {
    -webkit-transform:translate(-110%,0);
    transform:translate(-110%,0)
  }
  to {
    -webkit-transform:translate(0%,0%);
    transform:translate(0%,0%)
  }
}

.pubBtn.white a {
	color: #424647;
	border-color: #fff;
	background-color: #fff;
}
.pubBtn.white .icon span {
	background-image: url("../images/common_new/icon01_over.png");
}
@media only screen and (min-width: 751px) {
	.pubBtn a:hover {
		color: #424647;
		border-color: #fff;
		background-color: #fff;
	}
	.pubBtn a:hover .icon span {
    	animation: forward 1s cubic-bezier(0.16,1,0.3,1) forwards;
		background-image: url("../images/common_new/icon01_over.png");
	}
	.pubBtn.white a:hover {
		color: #fff;
		border-color: #000;
		background-color: #000;
	}
	.pubBtn.white a:hover .icon span {
		background-image: url("../images/common_new/icon01.png");
	}
	.pubBtn.reduce a {
		width: calc(198px * 0.75);
		height: calc(34px * 0.75);
		font-size: calc(1.6rem * 0.75);
		gap: calc(14px * 0.75);
	}
	.pubBtn.reduce .icon {
		width: calc(49px * 0.75);
		height: calc(10px * 0.75);
	}
}
@media only screen and (max-width: 750px) {
	.pubBtn {
		margin-top: 34px;
	}
	.pubBtn a {
		padding-top: 1px;
		width: 168px;
		height: 3rem;
		font-size: 1.4rem;
		letter-spacing: -0.05em;
		gap: 12px;
	}
	.pubBtn .icon {
		margin-top: -1px;
		width: 42px;
	}
	.pubBtn .icon span {
		background-position: right top;
		background-size: auto 100%;
	}
}

/* pubHeading02 */
.pubHeading02 {
	text-align: center;
	font-weight: 700;
	font-size: 3.5rem;
	margin-bottom: 61px;
}
.pubHeading02.left {
	text-align: left;
}
@media only screen and (max-width: 750px) {
	.pubHeading02 {
		font-size: 2rem;
	}
}


/* pubHeading03 */
.pubHeading03 {
	color: #fff;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
}
.pubHeading03 span {
	display: block;
}
.pubHeading03 .en {
	font-size: 6rem;
	font-weight: 500;
	line-height: 1.25;
	font-family: "Ubuntu";
}
.pubHeading03 .jp {
	margin-top: 85px;
}
.pubHeading03.big {
	font-size: 2.4rem;
}
.pubHeading03.big .en {
	font-size: 8rem;
}
@media only screen and (min-width: 751px) and (max-width: 1049px) {
	.pubHeading03 .en {
		font-size: 5rem;
	}
	.pubHeading03.big .en {
		font-size: 6rem;
	}
}
@media only screen and (max-width: 750px) {
	.pubHeading03 {
		font-size: 1.6rem;
	}
	.pubHeading03 .en {
		font-size: 3rem;
		letter-spacing: -0.05em;
	}
	.pubHeading03 .jp {
		margin-top: 50px;
	}
	.pubHeading03.big {
		font-size: 1.8rem;
	}
	.pubHeading03.big .en {
		font-size: 3.2rem;
	}
}

/* pubMainvisual */
.pubMainvisual {
	margin-bottom: 99px;
    background-image: url("../images/download/company-profile/main_img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 26%;
    width: 100%;
    height: 300px;
}
.pubMainvisual .title {
    width: 100%;
    height: auto;
    padding: 30px 0;
    *zoom: 1;
}
.pubMainvisual .title:after {
    content: "";
    display: table;
    clear: both;
}
.pubMainvisual .title .title-en {
    float: left;
    font-size: 80px;
    font-size: 8rem;
    letter-spacing: -0.02em;
    color: #fff;
	font-family: "Ubuntu";
	font-weight: 500;
	font-style: normal;
}
.pubMainvisual .title .title-jp {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    float: right;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
}
.pubMainvisual .breadcrumb {
	left: 55px;
}
@media only screen and (min-width: 751px) and (max-width: 1049px) {
	.pubMainvisual .title .title-en {
		font-size: 6.8rem;
	}
}
@media only screen and (max-width: 750px) {
	.pubMainvisual {
		margin-bottom: 60px;
	    height: 335px;
	}
    .pubMainvisual .title {
        padding: 15px;
    }
	.pubMainvisual .title .title-en {
	    font-size: 50px;
	    font-size: 5rem;
	}
	.pubMainvisual .title .title-jp {
	    font-size: 15px;
	    font-size: 1.5rem;
	    line-height: 20px;
	}
	.pubMainvisual .breadcrumb {
		left: 0;
		padding: 0 40px;
	}
}

/* pubPageTop */
.pubPageTop {
	position: fixed;
	bottom: 30px;
	right: 23px;
	z-index: 999;
	display: none;
}
.pubPageTop a {
	padding: 58px 20px 0;
	display: block;
	color: #00B89A;
	font-size: 1.2rem;
	font-weight: 500;
	font-family: "Ubuntu";
	text-align: center;
	background: url(../images/common_new/page_top.png) no-repeat center top / 51px;
}
@media only screen and (min-width: 751px) {
	.pubPageTop a:hover {
		opacity: 0.7;
	}
}
@media only screen and (max-width: 750px) {
	.pubPageTop {
		position: fixed;
		bottom: 17px;
		right: 8px;
	}
	.pubPageTop a {
		padding: 60px 20px 0;
		font-size: 1.3rem;
	}
}



/* pubBrandBox */
.pubBrandBox {
	background-color: #e6ff00;
	position: relative;
	z-index: 30;
}
.pubBrandBox .pubBox {
	padding: 58px 0 60px;
}
.pubBrandBox .pubHeading02 {
	font-size: 3.8rem;
	margin-bottom: 60px;
}
.pubBrandBox .listUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	gap: 80px;
}
.pubBrandBox .listUl li {
	width: 275px;
}
.pubBrandBox .listUl .pubBtn {
	margin: 0;
}
.pubBrandBox .listUl .pubBtn a {
	margin: 0 auto;
	width: 100%;
	height: 65px;
	color: #424647;
	background-color: #fff;
	border: none;
	font-size: 2.2rem;
	font-weight: 500;
}
.pubBrandBox .listUl .pubBtn.tel a {
	font-size: 3rem;
	font-weight: 300;
	font-family: "Ubuntu";
}
.pubBrandBox .listUl .image img {
	width: 62px;
}
.pubBrandBox .listUl .image {
	margin-bottom: 22px;
}
.pubBrandBox .featuredImg {
	width: 190px;
	top: -63px;
	right: -50px;
	position: absolute;
}
@media only screen and (min-width: 751px) {
	.pubBrandBox .listUl .pubBtn a:hover {
		background-color: #424647;
		color: #fff;
	}
}
@media only screen and (min-width: 751px) and (max-width: 1049px) {
	.pubBrandBox .featuredImg {
		width: 152px;
		top: -50px;
		right: -34px;
	}
	.pubBrandBox .listUl .pubBtn br.sp {
		display: block !important;
	}
	.pubBrandBox .listUl .pubBtn a {
		height: 105px;
		line-height: 1.59;
	}
	.pubBrandBox .listUl li {
		width: 210px;
	}
	.pubBrandBox .listUl .pubBtn.tel a {
		font-size: 2.9rem;
	}
	.pubBrandBox .listUl {
		gap: 35px;
		margin: 0 -20px;
	}
	.pubBrandBox .pubHeading02 {
		margin-bottom: 47px;
	}
}
@media only screen and (max-width: 750px) {
	.pubBrandBox .pubHeading02 {
		font-size: 2.3rem;
		line-height: 1.6;
		margin-bottom: 16px;
	}
	.pubBrandBox .listUl .pubBtn a {
		height: 55px;
		font-size: 1.4rem;
		line-height: 1.44;
	}
	.pubBrandBox .listUl li {
		width: 108px;
	}
	.pubBrandBox .pubBox {
		padding: 52px 0 60px;
	}
	.pubBrandBox .featuredImg {
		width: 116px;
		top: -39px;
		right: -1px;
	}
	.pubBrandBox .listUl {
		gap: 10px;
		margin: 0 -10px;
	}
	.pubBrandBox .listUl .image img {
		width: 48px;
	}
	.pubBrandBox .listUl .pubBtn.tel a {
		font-size: 1.5rem;
	}
	.pubBrandBox .listUl .image {
		margin-bottom: 17px;
	}
}

/* brandBox02 */
.pubBrandBox02 .pubBox {
	padding: 58px 0 53px;
}
.pubBrandBox02 .pubHeading02 {
	margin-bottom: 43px;
}
.pubBrandBox02 .subTxt {
	margin-bottom: 60px;
	font-size: 2.2rem;
}
.pubBrandBox02 .listUl .txt {
	margin-top: 35px;
	font-size: 1.7rem;
	line-height: 1.58;
	font-weight: 700;
}
.pubBrandBox02 .featuredImg {
	width: 277px;
	top: -85px;
	right: -85px;
}
@media only screen and (min-width: 751px) and (max-width: 1049px) {
	.pubBrandBox02 .featuredImg {
		width: 222px;
		top: -61px;
		right: -30px;
	}
	.pubBrandBox02 .pubHeading02 {
		margin-bottom: 39px;
	}
	.pubBrandBox02 .subTxt {
		margin-bottom: 57px;
	}
	.pubBrandBox02 .listUl .txt br.pc {
		display: none !important;
	}
	.pubBrandBox02 .listUl .txt br.sp {
		display: block !important;
	}
	.pubBrandBox02 .listUl .txt br.padNone {
		display: none !important;
	}
}
@media only screen and (max-width: 750px) {
	.pubBrandBox02 .pubBox {
		padding: 52px 0 48px;
	}
	.pubBrandBox02 .featuredImg {
		width: 173px;
		top: -57px;
		right: -1px;
	}
	.pubBrandBox02 .subTxt {
		margin-bottom: 34px;
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.pubBrandBox02 .pubHeading02 {
		margin-bottom: 27px;
	}
	.pubBrandBox02 .listUl .txt {
		margin-top: 16px;
		font-size: 1.3rem;
		line-height: 1.66;
	}
}
