@charset "utf-8";

/*------------------------------------------------------------
	Index
------------------------------------------------------------*/
#index main {
	padding-top: 130px;
}
#index .mainVisual {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 700px) {
	#index .mainVisual {
		aspect-ratio: 375 / 722;
		padding-top: 47px;
	}
}
#index .mainVisual video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index #sec-01 .contents {
	position: relative;
}

#index .contents-text {
	font-size: 60px;
	font-weight: 700;
	padding-bottom: 50px;
}
#index .titleBox {
	width: 80%;
	text-align: center;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
#index .contents .cover {
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.7;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
#index .contents:hover .cover {
	height: calc(100% - 40px);
	width: calc(100% - 40px);
}
#index #sec-01 .contents .wrapper {
	overflow: hidden;
}
#index .contents .wrapper img {
	transition: all 5s ease-in-out;
	max-width: none;
	width: 100%;
}
#index .contents:hover .wrapper img {
	transform: scale(1.1);
}
#index .contents-wrapper {
	display: flex;
}
#index #sec-01 .contents-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
#index .contents-wrapper .contents-text {
	font-size: 30px;
	min-height: 4.5em;
}

@media screen and (max-width: 1100px) {
	#index main {
		padding-top: 13px;
	}
	#index .contents-text {
		font-size: 22px;
		padding-bottom: 40px;
	}
	#index .contents img {
		width: 100%;
		height: 390px;
		object-fit: cover;
	}
	#index .contents .cover {
		opacity: 0.8;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	#index .contents-wrapper {
		display: block;
	}
	#index #sec-01 .contents-wrapper {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
	#index .contents-wrapper .contents-text {
		font-size: 22px;
		padding-bottom: 50px;
	}
	#index .mainVisual img {
		height: 100%;
		object-fit: cover;
	}
	#index .contents.is-show .cover {
		height: calc(100% - 40px);
		width: calc(100% - 40px);
	}
	#index .contents.is-show .wrapper img {
		transform: scale(1.1);
	}
}

#index #sec-02 {
	margin-bottom: 110px;
}
#index #sec-02 h2 {
	margin: 117px auto 20px;
}
#index #sec-02 .slider {
	overflow: visible;
}
#index #sec-02 .internship-box {
	cursor: pointer;
	opacity: 0.3;
	transform: scale(0.8);
	transition: opacity 0.5s, transform 0.5s;
	padding-bottom: 170px;
}
#index #sec-02 .internship-box .thumb {
	overflow: hidden;
	transition: all 1s ease;
}
#index #sec-02 .internship-box .thumb img {
	transition: transform 1s ease;
}
#index #sec-02 .internship-box .thumb:hover {
	transform: translateX(-10px) translateY(10px);
	box-shadow: 10px -10px 0px 0px rgba(0, 0, 0, 0.2);
}
#index #sec-02 .internship-box:hover .thumb img {
	transform: scale(1.1);
}
#index #sec-02 .slick-current {
	opacity: 1;
	transform: scale(1);
}
#index #sec-02 .slick-dots {
	display: none !important;
}
#index #sec-02 .slick-list.draggable {
	padding: 0 !important;
}
#index #sec-02 .internship-wrapper .title {
	font-size: 27px;
	font-weight: 700;
	line-height: 35px;
}
#index #sec-02 .internship-wrapper .name {
	display: flex;
	padding-top: 10px;
}
#index #sec-02 .internship-wrapper .name span:first-child {
	font-size: 13px;
}
#index #sec-02 .internship-wrapper .name span:last-child {
	font-weight: 700;
	padding-left: 10px;
}
#index #sec-02 .internship-box .wrapper {
	background: #fff;
	position: absolute;
	z-index: 2;
	bottom: 70px;
	right: 0;
	padding: 20px 20px 0 20px;
}
#index #sec-02 .internship-wrapper .view-more {
	text-align: right;
}

#index #sec-03,
#index #sec-04 {
	margin: 0 auto 110px;
	padding: 0 50px;
}
#index #sec-03 .blog-wrapper {
	display: flex;
	justify-content: space-between;
}
#index #sec-03 .blog-wrapper .blog-box {
	width: calc(100% / 5.3);
}
#index #sec-03 .blog-wrapper .date {
	padding-top: 10px;
}
#index #sec-03 .blog-wrapper .title {
	font-size: 14px;
	letter-spacing: 1.6px;
	padding: 5px 0 20px;
}
#index #sec-03 .blog-wrapper .category {
	display: flex;
	font-size: 12px;
	gap: 5px;
}
#index #sec-03 .blog-wrapper .category p {
	color: #666666;
	background: #f5f5f5;
	border-radius: 3px;
	padding: 3px 5px;
}
#index #sec-03 h4,
#index #sec-04 h4 {
	align-items: center;
	display: flex;
}
@media screen and (max-width: 1100px) {
	#index #sec-02 {
		margin-bottom: 0;
	}
	#index #sec-02 h2 {
		margin: 50px auto 20px;
	}
	#index #sec-03 {
		padding: 0;
		margin-bottom: 50px;
	}
	#index #sec-03 .title-flex {
		padding: 0 20px;
	}
	#index #sec-03 .blog-wrapper {
		overflow-x: auto;
		overflow-y: hidden;
	}
	#index #sec-03 .blog-wrapper .blog-box {
		min-width: 210px;
		margin-right: 10px;
	}
	#index #sec-03 .blog-wrapper .blog-box:first-child {
		margin-left: 20px;
	}
	#index #sec-03 .blog-wrapper .blog-box:last-child {
		margin-right: 20px;
	}
	#index #sec-03 .blog-wrapper .category {
		font-size: 12px;
	}
	#index #sec-02 .internship-wrapper .title {
		font-size: 20px;
	}
	#index #sec-02 .internship-wrapper .name {
		padding-top: 10px;
	}
}

#index #sec-04 .news-box .category {
	color: #a5031a;
	font-size: 14px;
	font-weight: 600;
	padding-left: 20px;
	border-left: solid 1px #cccccc;
}
#index #sec-04 .news-box .wrapper {
	display: flex;
	margin-bottom: 10px;
}
#index #sec-04 .news-box .date {
	padding-right: 20px;
}
#index #sec-04 .news-box ul {
	display: flex;
	flex-flow: column;
	gap: 20px;
}
#index #sec-04 .news-box ul li {
	border-top: 1px solid #cccccc;
	padding-top: 20px;
	padding-left: 20px;
}
#index #sec-04 .news-box ul li:last-child {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}

#index #sec-04 .news-box ul li a {
	display: block;
}
#index #sec-04 .news-box ul li a > p {
	display: inline-block;
	position: relative;
}
#index #sec-04 .news-box ul li a:hover {
	color: #a5031a;
}
#index #sec-04 .news-box ul li a > p::after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #a5031a;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.1s ease-in;
	bottom: -10px;
}
#index #sec-04 .news-box ul li a:hover p::after {
	transform: scale(1, 1);
}

@media screen and (max-width: 1100px) {
	#index #sec-04 {
		padding: 0 20px;
		margin-bottom: 50px;
	}
}

#index #sec-05 .recruit-wrapper {
	background: #243538;
	color: #fff;
	margin: 0 50px 80px;
	padding: 100px;
	display: flex;
}
#index #sec-05 .lBox,
#index #sec-05 .rBox {
	width: 50%;
}
#index #sec-05 .lBox p:first-child {
	font-size: 14px;
	letter-spacing: 2px;
	padding-bottom: 20px;
}
#index #sec-05 .lBox p:last-child {
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 3px;
}
#index #sec-05 .rBox p:first-child {
	font-size: 60px;
	font-weight: 700;
	line-height: 108px;
	letter-spacing: 3px;
	padding-bottom: 50px;
}
#index #sec-05 .rBox p:nth-child(2) {
	font-weight: 700;
	line-height: 31px;
	letter-spacing: 1px;
	padding-bottom: 50px;
}
#index #sec-05 .btn-White {
	display: flex;
	flex-flow: column;
	gap: 15px;
}

@media screen and (max-width: 1100px) {
	#index #sec-05 .recruit-wrapper {
		margin: 0;
		padding: 50px 40px;
		display: block;
	}
	#index #sec-05 .lBox p:first-child {
		font-size: 16px;
	}
	#index #sec-05 .lBox p:last-child {
		font-size: 28px;
		padding-bottom: 28px;
	}
	#index #sec-05 .rBox p:first-child {
		font-size: 30px;
		line-height: 60px;
		padding-bottom: 19px;
	}
	#index #sec-05 .lBox,
	#index #sec-05 .rBox {
		width: 100%;
	}
	#index #sec-05 .rBox p:nth-child(2) {
		letter-spacing: 0;
		padding-bottom: 30px;
	}
}

/*------------------------------------------------------------
	popup
------------------------------------------------------------*/
#popupOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 2000;
}
#popupContentWrapper {
	background: #fff;
	width: 80%;
	height: 80vh;
	margin: 10vh auto;
	padding: 50px;
	position: relative;
}
#closePopup {
	position: absolute;
	top: 2px;
	right: 15px;
	font-size: 30px;
	cursor: pointer;
}
.popup-content {
	display: none; /* 事前に非表示にしておく */
}
.popup-hidden {
	display: none;
}
#popupContentInner .title {
	display: inline-block;
	margin-bottom: 30px;
}
#popupContentInner .title span {
	font-size: 30px;
	color: #fff;
	padding: 10px 20px;
	background: #a5031a;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 10px;
}
#popupContentInner .title span:last-child {
	margin-bottom: 0;
}
#popupContentInner .flexBox {
	display: flex;
	gap: 40px;
}
#popupContentInner p.question {
	color: #a5031a;
	font-weight: 600;
	background: #f5f5f5;
	padding: 15px;
	margin-bottom: 15px;
}
#popupContentInner p.answer {
	line-height: 28.8px;
	margin-bottom: 30px;
}
#popupContentInner .lBox {
	overflow: auto;
	height: 68vh;
	width: 50%;
}
#popupContentInner .rBox {
	width: 50%;
}
#popupContentInner .rBox img {
	width: 100%;
	aspect-ratio: 5 / 4;
	object-fit: cover;
}
.internship #popupContentInner .rBox img {
	object-position: 50% 15%;
}
#popupContentInner .rBox .name {
	display: flex;
	flex-flow: column;
	text-align: right;
	gap: 7px;
	margin-top: 20px;
}
#popupContentInner .rBox .name span:first-child {
	font-size: 14px;
}
#popupContentInner .rBox .name span:last-child {
	font-size: 22px;
}

@media screen and (max-width: 1100px) {
	#popupContentWrapper {
		padding: 40px 0 0;
		width: 90%;
		height: 90vh;
		margin: 5vh auto;
		overflow: hidden;
	}
	#popupContentInner .flexBox {
		display: block;
	}
	#popupContentInner .title span {
		font-size: 17px;
		padding: 10px;
	}
	#popupContentInner .lBox,
	#popupContentInner .rBox {
		width: 100%;
	}
	#popupContentInner .title {
		margin-bottom: 15px;
	}
	#popupContentInner .lBox {
		height: 91vh;
		padding: 0 20px 20px;
	}
	#popupContentInner .rBox .name {
		display: block;
		margin: 10px 0 15px;
	}
	#popupContentInner .rBox .name span:first-child {
		font-size: 13px;
	}
	#popupContentInner .rBox .name span:last-child {
		font-size: 16px;
		font-weight: 600;
	}
	#popupContentInner p.answer {
		margin-bottom: 70px;
	}
}

/*------------------------------------------------------------
	INTERNSHIP
------------------------------------------------------------*/
.internship #gHeader,
.company #gHeader,
.business #gHeader,
.blog #gHeader,
.news #gHeader {
	height: 90px;
	padding: 15px 50px;
}
.internship .contentsWrapper {
	display: flex;
	margin-bottom: 50px;
	align-items: stretch;
	height: 100%;
	background: #243538;
}
.internship .contentsWrapper .imgBox {
	width: 40%;
}
.internship .contentsWrapper .imgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.internship .contentsWrapper:first-child .imgBox .target {
	height: 50%;
}
.internship .contentsWrapper:nth-child(2) .imgBox .target {
	height: 100%;
}
.internship .contentsWrapper:nth-child(3) .imgBox .target {
	height: calc(100% / 2);
}
.internship .contentsWrapper .contentsBox {
	width: 60%;
	background: #243538;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	padding: 50px;
	display: flex;
	flex-flow: column;
	gap: 50px;
}
.internship .contentsWrapper .contentsBox .title-box p:first-child {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 4px;
}
.internship .contentsWrapper .contentsBox .title-box p:nth-child(2) {
	padding-bottom: 10px;
}
.internship .contentsWrapper .contentsBox .textWrapper .title {
	font-size: 22px;
	margin-bottom: 30px;
}
.internship .contentsWrapper .contentsBox .textWrapper .text {
	line-height: 28px;
}
.internship .contentsWrapper:nth-child(2) {
	flex-direction: row-reverse;
}
.internship .interviewWrapper {
	display: flex;
	margin: 0 150px;
	gap: 30px;
}
.internship .interviewWrapper img {
	border-radius: 5px;
}
.internship .interviewWrapper .wrapper {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.internship .interviewWrapper .name {
	display: flex;
	align-items: center;
}
.internship .interviewWrapper .name span:first-child {
	font-size: 13px;
}
.internship .interviewWrapper .name span:last-child {
	font-size: 22px;
	display: inline-block;
	padding-left: 15px;
}
.internship #sec-02 h2 span.en {
	padding-bottom: 0;
}
.internship #sec-02 h2 span.en:last-child {
	padding-bottom: 10px;
}
.internship .interviewBox.internship-box {
	width: 31.8%;
}
.internship #sec-02 {
	margin-top: 30px;
	margin-bottom: 100px;
}
.internship .gallery {
	margin-top: 127px;
	margin-left: auto;
	margin-right: auto;
	width: 73.2%;
	min-width: 900px;
	padding-bottom: 0;
}
.internship .gallery .p-company__office__body {
	margin-top: 50px;
	padding-bottom: 30px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	align-items: flex-start;
}
.internship .gallery .p-company__office__image {
	position: relative;
	display: inline-block;
	margin: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.internship .gallery .p-company__office__image.office-image-0 {
	width: 35.3%;
}
.internship .gallery .p-company__office__image.office-image-1 {
	width: 58.6%;
}
.internship .gallery .p-company__office__image.office-image-2 {
	width: 50%;
}
.internship .gallery .p-company__office__image.office-image-3 {
	width: 44.3%;
}
.internship .gallery .p-company__office__image.office-image-4 {
	width: 100%;
}
.internship .gallery .p-company__office__image.office-image-5 {
	width: 56.8%;
}
.internship .gallery .p-company__office__image.office-image-6 {
	width: 37.3%;
}
.internship .gallery .p-company__office__image div {
	overflow: hidden;
}
.internship .gallery .p-company__office__image img {
	width: 100%;
}
.internship .gallery .lax {
	-webkit-transition: -webkit-transform 2s cubic-bezier(0.11, 1.21, 0, 0.97);
	transition: -webkit-transform 2s cubic-bezier(0.11, 1.21, 0, 0.97);
	transition: transform 2s cubic-bezier(0.11, 1.21, 0, 0.97);
	transition: transform 2s cubic-bezier(0.11, 1.21, 0, 0.97), -webkit-transform 2s cubic-bezier(0.11, 1.21, 0, 0.97);
}
.internship .gallery .p-company__office__image p {
	position: absolute;
	top: calc(100% + 11px);
	left: -1px;
	letter-spacing: 2.3px;
	color: #c6cccc;
}
@media screen and (min-width: 481px) {
	.internship .gallery .p-company__office__image.office-image-1 {
		align-self: center;
		bottom: 15px;
	}
	.internship .gallery .p-company__office__image.office-image-2 {
		margin-top: 100px;
	}
	.internship .gallery .p-company__office__image.office-image-3 {
		margin-top: -30px;
	}
	.internship .gallery .p-company__office__image.office-image-4 {
		margin-top: 80px;
	}
	.internship .gallery .p-company__office__image.office-image-5 {
		margin-top: 140px;
	}
	.internship .gallery .p-company__office__image.office-image-6 {
		margin-top: 80px;
	}
}
@media screen and (max-width: 480px) {
	.internship .gallery .p-company__office__image.office-image-0 {
		width: 64%;
		left: 5%;
	}
	.internship .gallery .p-company__office__image.office-image-1 {
		width: 78.6%;
		margin-left: auto;
		margin-top: 45px;
		right: 10px;
		margin-bottom: 56px;
	}
	.internship .gallery .p-company__office__image.office-image-3 {
		margin-top: 50px;
		width: 43.8%;
	}
	.internship .gallery .p-company__office__image.office-image-5 {
		margin-top: 57px;
		margin-left: auto;
		width: 86.6%;
	}
	.internship .gallery .p-company__office__image.office-image-6 {
		margin-top: 56px;
		width: 50%;
	}
}
@media screen and (max-width: 800px) {
	.internship .gallery {
		min-width: 0;
		width: 100%;
		margin-top: 0;
	}
	.internship .gallery .title {
		margin: 50px 20px 10px;
	}
	.internship .gallery .title p {
		font-size: 15px;
		line-height: 1.5;
	}
	.internship .gallery .p-company__office__body {
		margin: 44px auto 0;
		width: 100%;
	}
	.internship .gallery .p-company__office__image.office-image-4 {
		margin-top: 60px;
	}
}

@media screen and (max-width: 1300px) {
	.internship .interviewWrapper {
		margin: 0 50px;
	}
	.internship .interviewBox.internship-box {
		width: 31%;
	}
}

@media screen and (max-width: 1100px) {
	.internship #gHeader,
	.company #gHeader,
	.business #gHeader,
	.blog #gHeader,
	.news #gHeader {
		height: 60px;
		padding: 16px 20px;
	}
	.internship #sec-02 {
		margin-bottom: 50px;
	}
	.internship .contentsWrapper {
		display: block;
		margin: 0;
	}
	.internship .contentsWrapper .imgBox {
		width: 100%;
	}
	.internship .contentsWrapper .contentsBox {
		width: 100%;
		padding: 0 0 30px;
		margin-bottom: 20px;
		gap: 30px;
	}
	.internship .contentsWrapper .contentsBox .title-box,
	.internship .contentsWrapper .contentsBox .textWrapper {
		padding: 0 20px;
	}
	.internship .contentsWrapper .contentsBox .textWrapper .title {
		margin-bottom: 22px;
	}
	.internship .contentsWrapper:nth-child(2) .title-box {
		margin-top: 30px;
	}
	.internship #sec-02 h2 {
		margin: 50px 20px 10px;
		text-align: left;
	}
	.internship .interviewWrapper {
		overflow: hidden;
		position: relative;
		padding: 0 5%;
		/*		display: block;*/
		margin: 0;
	}
	.internship .interviewBox.internship-box {
		width: 45%;
	}
	.internship .interviewBox {
		transition: transform 0.5s ease-in-out;
		transform: scale(0.8);
	}
	.internship .slick-center {
		transform: scale(1);
	}
	.internship #sec-02 h2 {
		margin: 50px 20px 10px;
	}
	.slick-list.draggable {
		padding: 0 15% !important;
	}
}

@media screen and (max-width: 896px) {
	.internship .interviewWrapper .wrapper {
		flex-flow: column;
	}
	.internship .interviewWrapper {
		padding: 0;
	}
}

/*------------------------------------------------------------
	COMPANY
------------------------------------------------------------*/
.company #sec-01 {
	background: #243538;
	color: #fff;
	padding: 100px 150px;
}
.company #sec-01 h3,
.company #sec-01 h3 .en {
	color: #fff;
}
.company #sec-01 h3 {
	margin-bottom: 50px;
}
.company #sec-01 .contentsWrapper {
	display: flex;
	margin: 0 50px;
	gap: 20px;
	justify-content: center;
	font-weight: 400;
}
/*
.company #sec-01 .contentsWrapper img,.company #sec-01 .contentsWrapper .wrapper{
	width: 50%;
}
*/
.company #sec-01 .contentsWrapper .wrapper {
	line-height: 40px;
	font-size: 24px;
	position: relative;
	top: 35px;
	font-weight: 400;
}
.company #sec-01 .contentsWrapper .wrapper p:nth-child(2) {
	margin-bottom: 13%;
}
.company #sec-01 .contentsWrapper .wrapper p:nth-child(4) {
	margin-bottom: 11%;
}
.company #sec-01 .credoWrapper {
	display: flex;
	margin-top: 100px;
	font-size: 18px;
	line-height: 32px;
	margin-right: 50px;
	justify-content: space-between;
	position: relative;
}
.company #sec-01 .credoWrapper02 {
	display: flex;
	gap: 40px;
	margin-top: 50px;
}
.company #sec-01 .credoWrapper02 .credoBox {
	border: 1px solid #fff;
	padding: 50px;
	width: 50%;
}
.company #sec-01 .credoWrapper02 .credoBox .title {
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-align: center;
}
.company #sec-01 .credoWrapper02 .credoBox .title span {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	padding-left: 5px;
}
.company #sec-01 .credoWrapper02 .credoBox ul {
	display: flex;
	flex-flow: column;
	gap: 30px;
}
.company #sec-01 .credoWrapper02 .credoBox li {
	display: flex;
	align-items: center;
}
.company #sec-01 .credoWrapper02 .credoBox li p:first-child {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	width: 35%;
}
.company #sec-01 .credoWrapper02 .credoBox li p:first-child span {
	font-size: 14px;
	font-weight: 400;
}
.company #sec-01 .credoWrapper02 .credoBox li p:first-child span:first-child {
	display: inline-block;
	padding-left: 10px;
}
.company #sec-01 .credoWrapper02 .credoBox li p:last-child {
	font-size: 18px;
	line-height: 27px;
	position: relative;
	padding-left: 50px;
}
.company #sec-01 .credoWrapper02 .credoBox li p:last-child::before {
	position: absolute;
	top: 48%;
	width: 2rem;
	border-top: 1px dashed;
	content: "";
	left: 0;
}

.company #sec-02 {
	background: #f5f5f5;
	padding: 100px 150px;
}
.company #sec-02 .title {
	font-size: 30px;
	margin-bottom: 50px;
}
.company #sec-02 .cultureBox {
	display: flex;
	gap: 30px;
}
.company #sec-02 .cultureBox div {
	background: #233134;
	color: #fff;
	width: calc(100% / 3);
	padding: 40px 30px;
	line-height: 28.8px;
}
.company #sec-02 .cultureBox div .box-title {
	display: block;
	font-size: 24px;
	margin-bottom: 30px;
	text-align: center;
}

.company #sec-03 {
	padding: 100px 150px;
}
.company #sec-03 h3 {
	margin-bottom: 50px;
}
.company #sec-03 .executiveWrapper {
	display: flex;
	flex-flow: column;
	gap: 50px;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.company #sec-03 .executiveBox {
	display: flex;
	align-items: center;
}
.company #sec-03 .executiveBox > div:first-child {
	width: 33%;
	min-width: 500px;
}
.company #sec-03 .executiveBox:nth-child(even) > div:first-child {
	order: 2;
}
.company #sec-03 .executiveBox > div:first-child div {
	width: 100%;
	height: 500px;
	background-size: cover;
}
.company #sec-03 .executiveBox > div:last-child {
	width: 67%;
	height: fit-content;
}
.company #sec-03 .executiveBox:nth-child(even) > div:last-child {
	padding: 0 80px;
}
.company #sec-03 .executiveBox:nth-child(odd) > div:last-child {
	padding: 0 80px;
}
.company #sec-03 .executiveBox img {
	height: 350px;
	width: 100%;
	object-fit: cover;
	object-position: 50% 30%;
}
.company #sec-03 .executiveBox .name {
	display: flex;
	flex-flow: column;
	gap: 5px;
	position: relative;
	top: 0;
	padding: 30px 0 15px 30px;
}
.company #sec-03 .executiveBox .name span:last-child {
	font-size: 30px;
}
.company #sec-03 .executiveBox .text {
	padding: 0 0 0 30px;
	line-height: 28px;
}
.company #sec-03 .executiveBox .title {
	font-size: 30px;
	padding: 30px 0 20px 30px;
}

.company #sec-04 {
	background: #f5f5f5;
	padding: 100px 150px;
}
.company #sec-04 h3 {
	margin-bottom: 0;
}
.company #sec-04 ul {
	display: flex;
	flex-flow: column;
	gap: 50px;
}
.company #sec-04 ul li {
	display: flex;
	border-top: 1px solid #cccccc;
	padding-top: 50px;
}
.company #sec-04 ul li:first-child {
	border-top: none;
}
.company #sec-04 ul li .title {
	width: 20%;
	padding-left: 50px;
}
.company #sec-04 ul li tr td {
	padding: 0 20px 15px 0;
}
.company #sec-04 ul li tr:last-child td {
	padding: 0;
}
.company #sec-04 ul li .text {
	display: flex;
	flex-flow: column;
	gap: 30px;
}
.company #sec-04 ul li .wrapper {
	display: flex;
	flex-flow: column;
	gap: 20px;
}
.company #sec-04 ul li .wrapper p:last-child {
	line-height: 28px;
}
.company #sec-04 ul li .wrapper a {
	position: relative;
}
.company #sec-04 ul li .wrapper a.address::after {
	content: "";
	display: inline-block;
	background-image: url("../images/common/address-red.svg");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 12px;
	height: 15px;
	position: absolute;
	top: 4px;
	right: -23px;
}

@media screen and (max-width: 1300px) {
	.company #sec-01 .contentsWrapper {
		margin: 0;
	}
	.company #sec-01 .contentsWrapper .wrapper {
		font-size: 19px;
		top: 16px;
	}
	.company #sec-01 .contentsWrapper .wrapper p:nth-child(2) {
		margin-bottom: 10%;
	}
	.company #sec-01 .contentsWrapper .wrapper p:nth-child(4) {
		margin-bottom: 9%;
	}
	.company #sec-01 .credoWrapper {
		margin-right: 0;
		gap: 20px;
	}
}

@media screen and (max-width: 1100px) {
	.company #sec-01 {
		padding: 50px 20px;
	}
	.company #sec-01 .contentsWrapper {
		display: block;
	}
	.company #sec-01 .contentsWrapper img {
		margin: 0 auto;
	}
	.company #sec-01 h3 {
		margin-bottom: 30px;
	}
	.company #sec-01 .contentsWrapper .wrapper {
		line-height: 19px;
		font-size: 14px;
	}
	.company #sec-01 .contentsWrapper .wrapper .title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.company #sec-01 .contentsWrapper .wrapper p:nth-child(2),
	.company #sec-01 .contentsWrapper .wrapper p:nth-child(4),
	.company #sec-01 .contentsWrapper .wrapper p:nth-child(6) {
		margin-bottom: 30px;
	}
	.company #sec-01 .credoWrapper {
		margin: 50px 10px 0;
		display: block;
		font-size: 14px;
	}
	.company #sec-01 .credoWrapper img {
		margin: 30px auto 0;
		display: block;
	}
	.company #sec-01 .credoWrapper02 {
		display: block;
	}
	.company #sec-01 .credoWrapper02 .credoBox {
		width: 100%;
		padding: 30px 25px;
	}
	.company #sec-01 .credoWrapper02 .credoBox:first-child {
		margin-bottom: 20px;
	}
	.company #sec-01 .credoWrapper02 .credoBox li p:last-child::before {
		display: none;
	}
	.company #sec-01 .credoWrapper02 .credoBox li p:first-child {
		width: 23%;
	}
	.company #sec-01 .credoWrapper02 .credoBox li p:last-child {
		padding-left: 10px;
		width: 72%;
	}
	.company #sec-01 .credoWrapper02 .credoBox li p:first-child span:last-child {
		font-size: 10px;
	}
	.company #sec-01 .credoWrapper02 .credoBox li {
		justify-content: center;
	}

	.company #sec-02 {
		padding: 50px 20px;
	}
	.company #sec-02 .title {
		font-size: 22px;
	}
	.company #sec-02 .cultureBox {
		display: block;
	}
	.company #sec-02 .cultureBox div {
		width: 100%;
		padding: 30px 20px;
		margin-bottom: 1px;
		font-size: 14px;
	}
	.company #sec-02 .cultureBox div span {
		font-weight: 400;
	}

	.company #sec-03 {
		padding: 50px 20px;
	}
	.company #sec-03 .executiveBox .name span:last-child {
		font-size: 22px;
	}
	.company #sec-03 .executiveBox .text {
		font-size: 14px;
		padding: 0 20px 0 20px;
	}
	.company #sec-03 .executiveBox .name {
		bottom: 150px;
		padding: 30px 20px 15px 20px;
	}
	.company #sec-03 .executiveBox .title {
		font-size: 20px;
		padding: 30px 20px 0;
	}
	.company #sec-03 .executiveBox:nth-child(2) .text {
		padding: 20px 20px 0;
	}

	.company #sec-04 {
		padding: 50px 20px;
	}
	.company #sec-04 h3 {
		margin-bottom: 30px;
	}
	.company #sec-04 ul {
		gap: 20px;
	}
	.company #sec-04 ul li {
		display: block;
		padding: 23px 0 0 20px;
	}
	.company #sec-04 ul li:first-child {
		border-top: 1px solid #cccccc;
	}
	.company #sec-04 ul li .title {
		padding: 0;
		font-size: 14px;
		margin-bottom: 4px;
		font-weight: 400;
	}
	.company #sec-04 ul li .text {
		font-weight: 500;
		gap: 18px;
	}
	.company #sec-04 ul li tr td {
		padding: 0 20px 5px 0;
	}
	.company #sec-04 ul li .wrapper {
		gap: 5px;
	}
	.company #sec-04 ul li .wrapper p:first-child {
		font-weight: 400;
		font-size: 14px;
		margin-top: 5px;
	}
	.company #sec-04 ul li .wrapper a.address::after {
		bottom: 3px;
		top: auto;
	}
}

@media screen and (max-width: 896px) {
	.company #sec-03 .executiveBox img {
		object-position: 55% 30%;
	}
	.company #sec-03 .executiveBox:first-child img {
		object-position: 95% 30%;
	}
	.company #sec-03 .executiveBox {
		display: block;
	}
	.company #sec-03 .executiveBox > div:first-child {
		width: 100%;
		min-width: unset;
	}
	.company #sec-03 .executiveBox > div:first-child div {
		height: 300px;
	}
	.company #sec-03 .executiveBox > div:last-child {
		width: 100%;
	}
	.company #sec-03 .executiveBox:nth-child(odd) > div:last-child {
		padding: 0px;
	}
	.company #sec-03 .executiveBox:nth-child(even) > div:last-child {
		padding: 0px;
	}
}

/*------------------------------------------------------------
	BUSINESS
------------------------------------------------------------*/

.business #sec-01,
.business #sec-02,
.business #sec-04 {
	padding: 100px 150px;
}
.business #sec-01 .title,
.business #sec-02 .title {
	font-size: 30px;
	margin-bottom: 50px;
	line-height: 1.8;
}
.business #sec-02 .title span {
	font-size: 24px;
	color: #a5031a;
	font-weight: 600;
	display: inline-block;
	padding-top: 30px;
	line-height: 40px;
	letter-spacing: 1px;
}
.business #sec-01 {
	background: #f5f5f5;
}
.business #sec-01 .imgTop {
	width: 100%;
	height: 350px;
	object-fit: cover;
	margin-bottom: 50px;
}
.business #sec-01 .contents {
	position: relative;
	margin-bottom: 5vw;
	min-height: 570px;
}
.business #sec-01 .contents .text {
	font-size: 18px;
	line-height: 2;
	letter-spacing: 2px;
	width: 53%;
}
.business #sec-01 .contents img {
	width: 42%;
	position: absolute;
	top: 0;
	right: 0;
	max-width: 600px;
}
.business #sec-01 .iconBox img {
	max-height: 36px;
	width: 100%;
}
.business #sec-01 .iconBox ul {
	display: flex;
	gap: 18px;
}
.business #sec-01 .iconBox li {
	text-align: center;
	background: #fff;
	-webkit-border-radius: 50%;
	width: calc(100% / 6);
	aspect-ratio: 1;
	display: flex;
	flex-flow: column;
	gap: 15px;
	justify-content: center;
}

.wave-circle li {
	display: inline-block;
	animation: wave 1.5s ease-in-out infinite;
}

@keyframes wave {
	0%,
	100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}

.wave-circle li:nth-child(1) {
	animation-delay: 0s;
}
.wave-circle li:nth-child(2) {
	animation-delay: 0.1s;
}
.wave-circle li:nth-child(3) {
	animation-delay: 0.2s;
}
.wave-circle li:nth-child(4) {
	animation-delay: 0.3s;
}
.wave-circle li:nth-child(5) {
	animation-delay: 0.4s;
}
.wave-circle li:nth-child(6) {
	animation-delay: 0.5s;
}
.wave-circle li:nth-child(7) {
	animation-delay: 0.6s;
}
.wave-circle li:nth-child(8) {
	animation-delay: 0.7s;
}
.wave-circle li:nth-child(9) {
	animation-delay: 0.8s;
}

.business #sec-01 .addition {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	margin-top: 50px;
}

.business #sec-02 .addition {
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 20px;
}
.business #sec-02 img {
	width: 100%;
	max-width: 1140px;
}
.business #sec-02 .imgBox {
	text-align: center;
}
.business #sec-02 .caption {
	font-size: 12px;
	text-align: center;
	margin-top: 60px;
	font-weight: 500;
}

.business #sec-03 {
	background: #243538;
	color: #fff;
}
.business #sec-03 h3 {
	padding: 100px 150px 50px;
}
.business #sec-03 h3 .en {
	color: #fff;
}
.business #sec-03 .divisionWrapper {
	display: flex;
	flex-flow: column;
	gap: 80px;
}
.business #sec-03 .divisionBox {
	display: flex;
	padding: 0 150px;
	justify-content: space-between;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 80px;
}
.business #sec-03 .divisionBox:last-child {
	border-bottom: none;
}
.business #sec-03 .divisionBox:nth-child(even) {
	flex-direction: row-reverse;
}
.business #sec-03 .divisionBox p:first-child {
	margin-bottom: 20px;
}
.business #sec-03 .divisionBox p:first-child .en {
	font-size: 40px;
	letter-spacing: 2px;
}
.business #sec-03 .divisionBox p:first-child .jp {
	font-size: 16px;
	display: inline-block;
	padding-left: 20px;
}
.business #sec-03 .divisionBox p:last-child {
	line-height: 32px;
}
.business #sec-03 .divisionBox .wrapper {
	width: 45%;
	margin-top: 30px;
}
.business #sec-03 .divisionBox .target {
	width: 50%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.business #sec-04 .title {
	font-size: 30px;
	color: #a5031a;
	text-align: center;
	margin-bottom: 50px;
}
.business #sec-04 .brandWrapper {
	display: flex;
	justify-content: center;
	gap: 15px;
}
.business #sec-04 .brandWrapper .brandBox {
	width: calc(100% / 2);
	max-width: 370px;
}
.business #sec-04 .brandWrapper .brandBox a {
	border: 1px solid #cccccc;
	height: 100%;
	display: inline-block;
	position: relative;
	max-height: 200px;
}
.business #sec-04 .brandWrapper .brandBox a::after {
	content: "";
	display: inline-block;
	background-image: url("../images/common/new-tab-gray.png");
	background-size: 100%;
	background-repeat: no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.business #sec-04 .brandWrapper .brandBox a .thumb {
	padding: 50px;
	display: flex;
	align-items: center;
	height: 100%;
	min-height: 200px;
}

.item_box * {
	box-sizing: border-box;
}

.item_link {
	display: block;
}
.item_content {
	position: relative;
	overflow: hidden;
}
.item_image img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.item_mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(36 53 56 / 80%);
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.item_mask-text {
	color: #fff;
	height: fit-content;
	padding: 0 50px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 14px;
	line-height: 2;
	text-align: left;
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}
.item_box .item_link:hover .item_mask {
	opacity: 1;
}
.item_box.-fade-in .item_mask {
	transition: opacity 1s ease;
}
.item_box .item_link:hover .item_mask .item_mask-text {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.7s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 0.5s;
	transition: 0.7s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 0.5s;
}

@media screen and (min-width: 1500px) {
	.business #sec-01 .contents .text {
		width: 65%;
	}
	/* .business #sec-01 .contents{
		margin-bottom: 50px;
	} */
	.business #sec-01 .contents img {
		width: 32%;
	}
}

@media screen and (min-width: 1501px) and (max-width: 1700px) {
	.business #sec-01 .contents .text {
		width: 60%;
	}
}

@media screen and (max-width: 1300px) {
	.business #sec-01,
	.business #sec-02,
	.business #sec-04 {
		padding: 100px 100px;
	}
	.business #sec-03 h3 {
		padding: 100px 100px 50px;
	}
	.business #sec-03 .divisionBox {
		padding: 0 100px 80px;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1400px) {
	.business #sec-01 .contents .text {
		width: 43%;
	}
}

@media screen and (max-width: 1100px) {
	.business #sec-01,
	.business #sec-02,
	.business #sec-04 {
		padding: 50px 20px;
	}
	.business #sec-01 .imgTop {
		height: 200px;
	}
	.business #sec-01 .title,
	.business #sec-02 .title {
		font-size: 22px;
		line-height: 1.8;
		margin-bottom: 30px;
	}
	.business #sec-01 .contents {
		min-height: auto;
	}
	.business #sec-01 .contents .text {
		font-size: 14px;
		width: 100%;
		line-height: 28px;
		letter-spacing: 1px;
		margin-bottom: 80px;
	}
	.business #sec-01 .contents img {
		position: relative;
		width: 100%;
		padding: 0 20px;
		top: 0;
	}
	.business #sec-01 .contents {
		margin-bottom: 30px;
	}
	.business #sec-01 .iconBox {
		margin-top: 100px;
	}
	.business #sec-01 .iconBox ul {
		flex-wrap: wrap;
		padding: 20px;
	}
	.business #sec-01 .iconBox li {
		width: calc(100% / 2.2);
	}
	.business #sec-01 .addition,
	.business #sec-02 .addition {
		font-size: 14px;
		line-height: 28px;
		margin-top: 30px;
	}
	.business #sec-02 .title span {
		font-size: 18px;
		line-height: 27px;
		padding-top: 20px;
	}
	.business #sec-02 .caption {
		font-size: 12px;
		margin-top: 15px;
		line-height: 1.6;
	}

	.business #sec-03 h3 {
		padding: 50px 20px;
		margin: 0;
	}
	.business #sec-03 .divisionBox {
		padding: 0 20px 50px;
		display: block;
	}
	.business #sec-03 .divisionBox .wrapper {
		width: 100%;
		margin-top: 0;
	}
	.business #sec-03 .divisionBox .target {
		width: 100%;
		margin-top: 20px;
		aspect-ratio: auto;
	}
	/* .business #sec-03 .divisionBox img{
		aspect-ratio: 7 / 4;
	} */
	.business #sec-03 .divisionBox img.sp {
		aspect-ratio: auto;
		padding: 0 20px;
	}
	.business #sec-03 .divisionBox p:first-child .en {
		font-size: 24px;
	}
	.business #sec-03 .divisionBox p:first-child .jp {
		font-size: 12px;
		padding-left: 10px;
	}
	.business #sec-03 .divisionWrapper {
		gap: 50px;
	}

	.business #sec-04 .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.business #sec-04 .brandWrapper {
		flex-flow: column;
		gap: 30px;
	}
	.business #sec-04 .brandWrapper .brandBox {
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
	.business #sec-01 .contents .text {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 768px) {
	.business #sec-04 .brandWrapper {
		display: block;
	}
	.business #sec-04 .brandWrapper .brandBox a {
		display: block;
		border: none;
		height: auto;
		max-height: unset;
	}
	.item_content {
		position: unset;
		overflow: auto;
		margin: 0 auto 20px;
	}
	.business #sec-04 .brandWrapper .brandBox a .thumb {
		border: solid 1px #ccc;
	}
	.item_mask {
		opacity: 1;
		background: unset;
		position: unset;
	}
	.item_mask-text {
		opacity: 1;
		color: #243538;
		position: unset;
		transform: none;
		padding: 0;
		line-height: 1.8;
		margin: 10px 0 0;
	}
	.business #sec-04 .brandWrapper .brandBox a::after {
		bottom: unset;
		top: 60%;
		right: 5%;
	}
}
@media screen and (max-width: 431px) {
	.business #sec-01 .contents .text {
		margin-bottom: 70px;
	}
}

/*------------------------------------------------------------
	BLOG
------------------------------------------------------------*/

.blog #sec-01 {
	padding: 100px 150px 170px;
	border-top: 1px solid #cccccc;
}
.blog #sec-01 .wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 75px 30px;
	position: relative;
}
.blog #sec-01 .wrapper .contents {
	width: calc(100% / 3.24);
}
.blog #sec-01 .wrapper .contents img,
.blog #sec-01 .wrapper .contents .post-thumbnail {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	height: auto;
}
.blog #sec-01 .wrapper .contents .date {
	font-size: 14px;
	color: #a5031a;
	font-weight: 600;
	margin-top: 10px;
}
.blog #sec-01 .wrapper .contents .title {
	font-size: 14px;
	margin-top: 5px;
}
.blog #sec-01 .wrapper .contents .category {
	display: flex;
	color: #666666;
	gap: 5px;
	margin-top: 15px;
}
.blog #sec-01 .wrapper .contents .category p {
	background: #f5f5f5;
	padding: 3px 5px;
	font-size: 12px;
}

/*SINGLE*/
.blog #single-blog {
	padding: 80px 150px;
	border-top: 1px solid #cccccc;
}
.blog #single-blog .title {
	font-size: 40px;
	color: #a5031a;
	font-weight: 700;
	margin-bottom: 15px;
}
.blog #single-blog .category {
	display: flex;
	gap: 5px;
	margin-bottom: 20px;
}
.blog #single-blog .category p {
	background-color: #f5f5f5;
	border-radius: 5px;
	display: inline-block;
	padding: 5px 10px;
}
.blog #single-blog .date {
	font-size: 24px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 50px;
}
.blog #single-blog .mainWrapper {
	text-align: center;
}
.blog #single-blog .mainWrapper p {
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: left;
}
.blog #single-blog .mainWrapper img {
	width: 85%;
	margin: 0 auto 30px;
}
.blog #single-blog .mainWrapper img:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1300px) {
	.blog #sec-01 {
		padding: 100px 100px 170px;
	}
	.blog #single-blog {
		padding: 80px 100px;
	}
}

@media screen and (max-width: 1100px) {
	.blog #sec-01 {
		padding: 50px 40px 100px;
	}
	.blog #sec-01 .wrapper {
		gap: 30px;
	}
	.blog #sec-01 .wrapper .contents {
		width: 100%;
	}
}

/*------------------------------------------------------------
	NEWS
------------------------------------------------------------*/

.news #news {
	padding: 0 150px 180px;
}
.news #news ul {
	display: flex;
	flex-flow: column;
	gap: 20px;
	position: relative;
}
.news #news li {
	border-top: 1px solid #cccccc;
	padding: 20px 0 0 20px;
}
.news #news ul li:last-child {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
}
.news #news li .contents {
	display: flex;
	margin-bottom: 10px;
}
.news #news li .contents .date {
	padding-right: 20px;
}
.news #news li .contents .category {
	font-size: 14px;
	color: #a5031a;
	font-weight: 600;
	padding-left: 20px;
	border-left: 1px solid #cccccc;
}
.news #news ul li a > p {
	display: inline-block;
}
.news #news ul li a > p::after {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 2px;
	background: #a5031a;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.1s ease-in;
	bottom: -10px;
}
.news #news ul li a:hover p::after {
	transform: scale(1, 1);
}

@media screen and (max-width: 1300px) {
	.news #news {
		padding: 0 100px 180px;
	}
}

@media screen and (max-width: 1100px) {
	.news #news {
		padding: 0 20px 100px;
	}
}

/*------------------------------------------------------------
	SINGLE
------------------------------------------------------------*/

.blog #single-blog,
.news #single-blog {
	padding: 80px 150px;
	border-top: 1px solid #cccccc;
}
.blog #single-blog .title,
.news #single-blog .title {
	font-size: 40px;
	color: #a5031a;
	font-weight: 700;
	margin-bottom: 15px;
}
.blog #single-blog .date,
.news #single-blog .date {
	font-size: 24px;
	color: #222222;
	font-weight: 500;
	margin-bottom: 50px;
}
.blog #single-blog .mainWrapper,
.news #single-blog .mainWrapper {
	text-align: center;
}
.blog #single-blog .mainWrapper p,
.news #single-blog .mainWrapper p {
	line-height: 32px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: left;
}
.blog #single-blog .mainWrapper img,
.news #single-blog .mainWrapper img {
	width: 85%;
	margin: 0 auto 30px;
}
.blog #single-blog .mainWrapper img:last-child,
.news #single-blog .mainWrapper img:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1300px) {
	.blog #single-blog,
	.news #single-blog {
		padding: 80px 100px;
	}
}

@media screen and (max-width: 1100px) {
	.blog #single-blog,
	.news #single-blog {
		padding: 50px 40px;
	}
	.blog #single-blog .title,
	.news #single-blog .title {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.blog #single-blog .date,
	.news #single-blog .date {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.blog #single-blog .mainWrapper p,
	.news #single-blog .mainWrapper p {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 50px;
	}
	.blog #single-blog .mainWrapper img,
	.news #single-blog .mainWrapper img {
		width: 100%;
		margin-bottom: 20px;
	}
	.blog #single-blog .mainWrapper img:last-child,
	.news #single-blog .mainWrapper img:last-child {
		margin: 0;
	}
}

/*------------------------------------------------------------
	PAGENAVI
------------------------------------------------------------*/

.pagination {
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
}
.wp-pagenavi {
	display: flex;
	gap: 15px;
	justify-content: center;
}
.wp-pagenavi span.pages {
	display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
	color: #a5031a;
	padding: 7px 10px 10px;
	border: 1px solid #a5031a;
	border-radius: 3px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
	border: 1px solid #a5031a;
}
.wp-pagenavi a:visited {
	color: #a5031a;
}
.wp-pagenavi .current {
	background: #a5031a !important;
	color: #fff !important;
	border-color: #a5031a !important;
	padding: 7px 10px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
}

@media screen and (max-width: 1100px) {
	.pagination {
		bottom: -80px;
	}
}

/*------------------------------------------------------------
	CONTACT
------------------------------------------------------------*/
#contact {
	margin: 0 150px 80px;
}
#contact .requestBox a {
	text-decoration: underline;
}
#contact .requestBox a:hover {
	color: #a5031a;
}
#contact .requestBox {
	margin-bottom: 50px;
	text-align: center;
}
#contact ul {
	display: flex;
	flex-flow: column;
	gap: 50px;
}
#contact ul li {
	border-top: 1px solid #cccccc;
	padding-top: 50px;
}
#contact ul li:last-child {
	padding-bottom: 50px;
	border-bottom: 1px solid #cccccc;
}
#contact ul li p {
	display: flex;
	gap: 50px;
	margin: 0 20px;
	align-items: center;
}
#contact ul li label.name,
#contact ul li label.company-name,
#contact ul li label.e-mail,
#contact ul li label.inquiry,
#contact ul li label.privacypolicyName {
	width: 300px;
	display: flex;
	justify-content: space-between;
}
#contact ul li span.required {
	color: #a5031a;
}
#contact span.wpcf7-form-control-wrap {
	width: calc(100% - 300px);
}
#contact .btnBox {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 50px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.name,
input.wpcf7-form-control.wpcf7-text.company,
input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.your-email,
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.inquiry {
	width: 100%;
	border: 1px solid #888888;
	padding: 10px;
	box-sizing: border-box;
	letter-spacing: 0.5px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.name,
input.wpcf7-form-control.wpcf7-text.company,
input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.your-email {
	height: 50px;
}
/* #contact input.wpcf7-form-control.wpcf7-submit.has-spinner{
	background: #A5031A;
    color: #fff;
    padding: 21px 140px 21px 30px;
    position: relative;
    transition: background 0.5s;
    transition: all .5s ease-in-out;
    width: 250px;
} */

input.wpcf7-form-control.wpcf7-previous {
	background: #cccccc;
	padding: 20px 30px;
	border: none;
	letter-spacing: 1px;
}
#contact .thanksBox {
	text-align: center;
}
#contact .thanksBox p:first-child {
	font-size: 22px;
	margin-bottom: 16px;
}
#contact span.wpcf7-list-item-label a {
	text-decoration: underline;
}
#contact .wpcf7-list-item {
	margin: 0;
}
#contact .wpcf7-list-item label {
	display: flex;
	align-items: center;
}
#contact .wpcf7-list-item input.privacypolicy {
	width: 18px;
	height: 18px;
	margin: 5px 5px 0;
}
#contact .btn-red {
	text-align: center;
	margin-top: 20px;
}
#contact .privacypolicyBox {
	text-align: center;
	margin-top: 50px;
}
#contact .privacypolicyBox .btn {
	margin-bottom: 5px;
	display: inline-block;
	cursor: pointer;
	text-decoration: underline;
}
#contact .privacypolicyBox .text {
	height: 60vh;
	border: 1px solid #ccc;
	overflow-y: scroll;
}
#contact .privacypolicyBox .contactText {
	height: 30vh;
	border: 1px solid #ccc;
	overflow-y: scroll;
	padding: 20px;
	margin: 10px 0;
}
#contact .privacypolicyBox span.contactBtn {
	text-decoration: underline;
}
.container.scroll-box.privacy-box.py-3.text-start {
	text-align: left;
	display: flex;
	flex-flow: column;
	gap: 21px;
}
#contact .privacypolicyBox .contactText .title {
	font-size: 20px;
	padding-bottom: 5px;
	border-bottom: 2px solid #a5031a;
	margin-top: 10px;
}
#contact .privacy-box ol {
	list-style-type: decimal;
	padding-left: 40px;
}
#contact .contactText ul {
	display: block;
}
#contact .contactText ul li {
	padding: 0;
	border-top: none;
	list-style: disc;
}
#contact .contactText ul li:last-child {
	padding: 0;
	border-bottom: none;
}
#contact .contactText ul li p {
	margin: 0;
}
#contact .contactText .subTitle {
	background: #a5031a;
	padding: 5px;
	color: #fff;
	margin: 20px 0 10px;
}
#contact .privacy-box ol.olInner {
	padding: 0;
}
#contact .privacy-box ol.olInner li,
#contact .privacy-box ol.ulInner li {
	margin-left: 40px;
}
#contact .wpcf7-submit {
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	outline: none;
	padding: 20px 30px;
	appearance: none;
	width: 100%;
	background: #a5031a;
	letter-spacing: 1px;
}
#contact .button {
	background-color: #a5031a;
	display: block;
	padding: 0;
	margin: 30px auto 0;
	max-width: 250px;
	width: 100%;
}
#contact .button:hover {
	background-color: #fff;
}
#contact .button:hover .wpcf7-submit {
	color: #222;
}
.wpcf7-spinner {
	display: none;
	padding: 25px;
	text-align: center;
}

@media screen and (max-width: 1300px) {
	#contact {
		margin: 0 100px 80px;
	}
}

@media screen and (max-width: 896px) {
	#contact {
		margin: 0 0 80px;
	}
	#contact .requestBox {
		padding: 0 40px;
		text-align: left;
	}
	#contact ul {
		gap: 40px;
	}
	#contact ul li {
		padding: 30px 40px 0;
	}
	#contact ul li p {
		align-items: start;
		flex-flow: column;
		gap: 20px;
		margin: 0;
	}
	#contact ul li:last-child {
		padding-bottom: 20px;
	}
	#contact span.wpcf7-form-control-wrap {
		width: 100%;
	}
	#contact ul li label.name,
	#contact ul li label.company-name,
	#contact ul li label.e-mail,
	#contact ul li label.inquiry,
	#contact ul li label.privacypolicyName {
		justify-content: left;
		gap: 10px;
	}
	input.wpcf7-form-control.wpcf7-submit.has-spinner {
		width: 100%;
	}
}

@media screen and (max-width: 900px) {
	.business #sec-02 .imgBox > div {
		width: 100%;
		overflow: hidden;
	}
}

.sm-br {
	display: none;
}
@media screen and (max-width: 400px) {
	.sm-br {
		display: block;
	}
}
