@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.tk-vdl-penletter {
	font-family:"vdl-penletter",sans-serif;
}
.tk-mochiy-pop{
	font-family:"mochiy-pop",sans-serif;
}
.tk-noto-sans {
	font-family: "noto-sans",sans-serif;
}
.tk-gigalypse {
	font-family: "gigalypse",sans-serif;
}

/* fixdImg */
.fixdImg {
	position: fixed;
	left: -3rem;
	bottom: -0.6rem;
	z-index: 105;
	width: 28.5rem;
}
@media all and (max-width: 896px) {
	.fixdImg {
		width: 14.3rem;
		left: -1.8rem;
		bottom: 0.2rem;
	}
}

/* c-main-visual */
.c-main-visual {
	margin: 0 auto 22.8rem;
	padding: 5rem 0 0;
	max-width: 175rem;
}
.c-main-visual .title {
	margin-top: -0.2rem;
	width: 20.5rem;
	flex-shrink: 0;
}
.c-main-visual .main-img {
	flex: 1;
	right: -4rem;
	position: relative;
}
.c-main-visual .main-img .text {
	position: absolute;
	right: -2rem;
	bottom: 11.1rem;
}
.c-main-visual .main-img .text p {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 0.3rem solid #080808;
}
.c-main-visual .main-img .name {
	margin: 0 23.8rem -3.8rem 0;
	width: 36.6rem;
	height: 18.2rem;
	font-weight: 600;
	font-size: 4.3rem;
	letter-spacing: 0.01em;
	line-height: 1;
	text-align: left;
}
.c-main-visual .main-img .name .en {
	margin-top: 0.5rem;
	display: block;
	font-size: 2.9rem;
	font-weight: 400;	
	letter-spacing: 0;
}
.c-main-visual .main-img .entry {
	padding-top: 1.2rem;
	margin-left: auto;
	position: relative;
	width: 33.2rem;
	height: 15.1rem;
	text-align: center;
	font-weight: 600;
	font-size: 2.7rem;
	letter-spacing: 0.01em;
}
.c-main-visual .main-img .entry::before {
    position: absolute;
    left: -0.4rem;
    top: -0.4rem;
    background: #FFF;
    width: 8.9rem;
    height: 3.5rem;
    content: '';
}
@media all and (min-width: 897px) {
	.c-main-visual .title img {
		width: 100%;
	}
	.c-main-visual .title {
		margin-right: 3.7rem;
	}
}
@media all and (max-width: 896px) {
	.c-main-visual {
		margin: 0 -0.9rem 8.7rem;
		padding: 9.7rem 0 0;
	}
	.c-main-visual .main-img {
		right: auto;
	}
	.c-main-visual .main-img img {
		width: 100%;
	}
	.c-main-visual .main-img .text {
		bottom: 1rem;
		right: 0.7rem;
	}
	.c-main-visual .main-img .name {
		margin: 0 12.7rem -2rem 0;
		width: 19.2rem;
		height: 9.5rem;
		font-size: 2.2rem;
	}
	.c-main-visual .main-img .name .en {
		font-size: 1.5rem;
	}
	.c-main-visual .main-img .entry {
		padding-top: 0;
		font-size: 1.4rem;
		width: 17.4rem;
		height: 7.9rem;
	}
	.c-main-visual .main-img .entry::before {
		width: 4.4rem;
		height: 1.7rem;
	}
}
/* com-info */
.com-info {
	padding: 0 4rem;
	margin: 0 auto 28rem;
	max-width: 171.2rem;
}
.com-info__title {
	margin: 0 0 3.8rem 32.4rem;
	font-weight: 600;
	font-size: 4rem;
	line-height: 1.25;
	display: flex;
	letter-spacing: -0.05em;
}
.com-info__title .num {
	margin: -0.4rem 2.3rem 0 0;
	font-size: 6rem;
	line-height: 1;
}
.com-info__title .txt {
	flex: 1;
}
.com-info__sub {
	margin: 0 0 0 28.2rem;
	padding: 2.8rem 4rem;
	position: relative;
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5;
	background: #fff;
	border: 2px solid #000;
	border-radius: 3.5rem;
}
.com-info__sub.fit {
	width: fit-content;
	margin: 0 0 0 auto;
}
.sml-wid {
	max-width: 23.3rem;
	padding-right: 0.5rem;
    border-radius: 2.1rem;
}
.com-info_height {
	margin-bottom: 11.5rem;
	min-height: 21rem;
	display: flex;
	align-items: center;
}
.com-info_height + .com-info_height {
	margin-top: -5.3rem;
}
.com-info__sub::before {
	width: 8rem;
	height: 5.7rem;
	position: absolute;
	right: calc(100% - 0.9rem);
	top: 50%;
	transform: translateY(-50%);
	content: '';
	background: url(../../img/common/icon01.png) no-repeat center right / 100% 100%;
}
.com-info__sub .com-info__img {
	position: absolute;
	left: -28.5rem;
	top: 50%;
	width: 16.2rem;
	aspect-ratio: 1;
	background: #fff;
	border: 0.2rem solid #000;
	border-radius: 20rem;
	transform: translateY(-50%);
}
.com-info__sub .com-info__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
	border-radius: 20rem;
}
.com-info__sub .com-info__img .txt {
	position: absolute;
	top: calc(100% + 1.5rem);
	left: 50%;
	transform: translateX(-50%);
	white-space:nowrap;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	line-height: 1;
}
.com-info__sub .com-info__img .txt span {
	margin-top: 1.3rem;
	display: block;
	font-size: 1.7rem;
	line-height: 1.23;
}
.com-info__photo {
	margin: 0 auto 7.5rem;
	max-width: 120.7rem;
	position: relative;
}
.com-info__photo img {
	width: 100%;
}
.com-info__photo::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';	
	border: 2px solid #000;
	box-sizing: border-box;
}
div .com-info__photo:last-child {
	margin-bottom: 0;
}
.com-info__slide .img img {
	width: 100%;
}
.com-info__slide-txt {
	margin-top: 1.5rem;
	display: block;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 2;
	text-align: right;
	clear: both;
}
.com-info__item .com-info_height:last-child {
	margin-bottom: 0;
}
.com-info__item {
	margin-bottom: 16.3rem;
}
.com-info__item:last-child {
	margin-bottom: 0;
}
.com-info__item .com-info__slide:last-child {
	margin-bottom: -4.3rem;
}
@media all and (min-width: 897px) {
	.com-info__slide {
		margin: 0 auto 11.5rem;
		max-width: 154.8rem;
		padding: 0 17rem;
		position: relative;
	}
	.com-info__slide {
		overflow: hidden;
	}
	.com-info__slide .inner-list {
		display: flex;
		flex-direction: row-reverse;
	}
	.com-info__slide .inner-list > li {
		width: 50%;
	}
	.com-info__slide .slide-list img {
		width: 100%;
	}
	.com-info__slide-arrow li {
		width: 5.3rem;
		position: absolute;
		top: 50%;
		right: 0;		
		cursor: pointer;
		transition: 0.3s;
	}
	.com-info__slide-arrow .next {
		right: auto;
		left: 0;
	}
	
	.slick-arrow.slick-disabled {
		opacity: 0.2;
		pointer-events: none;
	}
	.com-info__sub .com-info__img {
		margin-top: -2.3rem;
	}
	.com-info_height .com-info__sub {
		width: calc(100% - 28.2rem);
	}
	.com-info__sub.fit {
		width: fit-content;
		margin: 0 0 0 28.2rem;
	}
	.com-info__item .com-info__photo:last-child {
		margin-bottom: -4.5rem;
	}
	.sml-arrow::before {
		height: 3.6rem;
	}
}
@media (hover: hover) {
	.com-info__slide-arrow li:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.com-info {
		margin: 0 1.1rem 9rem;
		padding: 0;
	}
	.com-info__title {
		margin: 0 -0.5rem 2.2rem 0.5rem;
		font-size: 1.5rem;
	}
	.com-info__title .num {
		margin: -0.2rem 1rem 0 0;
		font-size: 2.3rem;
		transform: translateY(-0.3rem);
	}
	.com-info__sub {
		margin: 0;
		padding: 0.8rem 1.4rem;
		font-size: 1.2rem;
		border-radius: 1.1rem;
		border-width: 0.1rem;
	}
	.com-info_height {
		margin-bottom: 10.6rem;
		min-height: 0;
		display: block;
	}
	.com-info__sub::before {
		width: 3.4rem;
		height: 1.2rem;
		right: 5.5rem;
		top: calc(100% - 1px);
		transform: translateY(0);
		background: url(../../img/common/icon02.png) no-repeat center top / 100% 100%;
	}
	.com-info__sub .com-info__img {
		left: auto;
		right: 0;
		width: 5.8rem;
		border-width: 0.1rem;
		top: calc(100% + 0.2rem);
		transform: translateY(0.9rem);
	}
	.com-info__photo {
		margin: 0 0.6rem 4.8rem;
	}
	.com-info__item + .com-info__slide {
		margin-top: -2.1rem;
		margin-bottom: 5.3rem;
	}
	.com-info__slide {
		margin: 0 1.6rem 10.4rem;
	}
	.com-info__slide li + li {
		margin-top: 2rem;
	}
	.com-info__slide .slide-list img {
		width: 100%;
	}
	.com-info_height + .com-info_height {
		margin-top: 11.8rem;
	}
	.com-info__sub .com-info__img .txt span {
		margin-top: 0.4rem;
		font-size: 1rem;
		line-height: 1.35;
	}
	.com-info__sub .com-info__img .txt {
		margin-top: 1px;
		top: 50%;
		left: auto;
		transform: translate(0,-50%);
		font-size: 1.5rem;
		text-align: right;
		right: calc(100% + 1.1rem);
	}
	.com-info__photo::before {
		border-width: 1px;
	}
	.com-info__item {
		margin-bottom: 12.7rem;
	}
	.com-info__item .com-info__photo:last-child {
		margin-bottom: -7.8rem;
	}
	.sml-wid {
		margin-left: auto;
		max-width: 14.3rem;
	}
	.sml-wid::before {
		width: 1.5rem;
		height: 1.2rem;
		right: 4.5rem;
	}
	.com-info__item .com-info__slide:last-child {
		margin-bottom: -7.6rem;
	}
}


/* com-list */
.c-main-visual + .com-list {
	margin: -17rem auto 3.9rem
}
.com-list {
	padding: 0.2rem 2rem 0;
	margin: -4rem auto 3.9rem;
	display: flex;
	flex-wrap: wrap;
	width: fit-content;
}
.com-list.six {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 0 0;
}
.com-list li {
	margin: 4rem -0.2rem 0 0;
	min-width: 34rem;
	padding-right: 1rem;
}
.com-list a {
	width: 100%;
	display: flex;
	align-items: flex-start;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 1.45;
	cursor: default;
	pointer-events: none;
}
.com-list .name {
	margin-bottom: 1.2rem;
}
.com-list .name span {
	margin-top: 0.2rem;
	display: block;
	font-size: 3.1rem;
	line-height: 1;
}
.com-list .right {
	margin: -0.1rem -1rem 0 2.7rem;
	flex: 1;
}
.com-list .pho {
	width: 14rem;
	aspect-ratio: 140/138;
	background: #fff;
    border: 0.2rem solid #000;
	overflow: hidden;
    border-radius: 20rem;
}
.com-list .pho img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}
@media (hover: hover) {
	.com-list a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.c-main-visual + .com-list {
		margin: -9.5rem 1.9rem 3rem;
	}
	.com-list {
		padding: 0;
		margin: -1.5rem 1.9rem 1rem;
		width: auto;
		justify-content: space-between;
	}
	.com-list.six {
		display: flex;
	}
	.com-list li {
		margin: 1.5rem 0 0 0;
		width: calc(50% - 1rem);
		min-width: 0;
		padding: 0;
	}
	.com-list .pho {
		width: 7.2rem;
		border-width: 1px;
	}
	.com-list a {
		line-height: 1.5;
		font-weight: 600;
		font-size: 1rem;
	}
	.com-list .name span {
		margin-top: 0.2rem;
		font-size: 1.5rem;
	}
	.com-list .right {
		margin: 0 -1rem 0 0.8rem;
	}
	.com-list .name {
		margin: 0 -1.2rem 0.8rem 0;
		letter-spacing: -0.02em;
	}
}


/* content */
.content {
	margin: 0 auto;
	width: calc(100% - 4rem);
	max-width: 162.6rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
		width: auto;
	}
}


/* com-talk */
.com-talk .title {
	margin-bottom: 12.1rem;
	text-align: center;
}
.com-talk .title img {
	width: 30.1rem;
}
@media all and (max-width: 896px) {
	.com-talk .title img {
		width: 11.6rem;
	}
	.com-talk .title {
		margin-bottom: 3.2rem;
	}
}

/* com-team */
.com-team .title {
	margin-bottom: 12.1rem;
	text-align: center;
}
.com-team .title img {
	width: 35.2rem;
}
@media all and (max-width: 896px) {
	.com-team .title img {
		width: 13.4rem;
	}
	.com-team .title {
		margin-bottom: 3.2rem;
	}
}


/* com-ill-list */
.com-ill-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -3rem 0;
}
.com-ill-list li {
	margin: 0 2rem 0;
	width: 51.6rem;
}
.com-ill-list a {
	display: block;
}
.com-ill-list .photo {
	position: relative;
}
.com-ill-list .bg {
	aspect-ratio: 516/359;
	overflow: hidden;
}
.com-ill-list .bg img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.com-ill-list .image {
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 0.2rem;
	transform: translateX(-50%);
	transition: .3s;
}
.com-ill-list .image img {
	max-width: inherit;
	width: 100%;
}
.com-ill-list .image .over {
	display: none;
}
.com-ill-list .txt {
	margin-top: 2.3rem;
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	font-family:"vdl-penletter",sans-serif;
}
.com-ill-list .txt span {
	padding: 0.8rem 4.2rem 1rem;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	text-align: center;
	background-color: #000000;
}
.com-ill-list .item01 .image {
	width: 51.1rem;
}
.com-ill-list .item02 .image {
	width: 45.1rem;
}
.com-ill-list .item03 .image {
	width: 51.7rem;
}
.com-ill-list .item04 .image {
	margin-left: 0.4rem;
	width: 54.3rem;
}
.com-ill-list .item05 .image {
	margin-left: 1rem;
	width: 49.6rem;
}
.com-ill-list.style .txt {
	text-align: center;
	font-size: 2.8rem;
}
.com-ill-list.style .txt02 {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
	margin: 2.1rem 6.1rem 0;
	text-align: center;
}
@media all and (min-width: 897px) {
	.com-ill-list.row2 li {
		margin: 0 4rem;
	}
	.com-ill-list.style .txt span {
		padding: 0.6rem 4.2rem 0.6rem;
	}
}
@media (hover: hover) {
	.com-ill-list a:hover .image img {
		display: none !important;
	}
	.com-ill-list a:hover .image .over {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	.com-ill-list {
		margin: 0 auto;
		max-width: 29.1rem;
		display: block;
	}
	.com-ill-list li {
		margin: 0 0 4.1rem;
		width: auto;
	}
	.com-ill-list li:last-child {
		margin-bottom: 0;
	}
	.com-ill-list .image {
		bottom: 0.2rem;
	}
	.com-ill-list .item01 .image {
		width: calc(100% - 0.1rem);
		margin-left: 0;
		bottom: 0.1rem;
	}
	.com-ill-list .item02 .image {
		width: calc(100% - 3.6rem);
		bottom: 0;
	}
	.com-ill-list .item03 .image {
		width: 100%;
		bottom: 0;
	}
	.com-ill-list .txt {
		margin-top: 1.9rem;
		text-align: left;
		font-size: 1.6rem;
	}
	.com-ill-list .txt span {
		padding: 0.7rem 1rem 0.5rem;
		min-width: 12rem;
	}
	.com-ill-list .item04 .image {
		margin-left: -0.2rem;
		bottom: 0.1rem;
		width: calc(100% + 3.1rem);
	}
	.com-ill-list .item05 .image {
		width: calc(100% + 0.8rem);
		bottom: 0;
		margin-left: 0;
	}
	.com-ill-list.style .txt {
		margin-top: 1.1rem;
		font-size: 1.4rem;
	}
	.com-ill-list.style .txt02 {
		font-size: 1.1rem;
		line-height: 1.81;
		text-align: center;
		margin: 0.7rem 0 0;
	}
}


/* head-line01 */
.head-line01 {
	margin-bottom: 13.1rem;
	font-size: 5rem;
	line-height: 1;
	font-weight: 600;
}
.head-line01 .sml {
	margin-bottom: 2.3rem;
	font-size: 3rem;
	display: block;
	line-height: 1.66;
}
	.head-line01 .sml--narrow{
	margin-bottom: 2.3rem;
	font-size: 3rem;
	display: block;
	line-height: 1.66;
	letter-spacing: -0.08em;
	}

@media all and (max-width: 896px) {
	.head-line01 {
		margin-bottom: 0.8rem;
		font-size: 1.9rem;
		line-height: 1.57;
		letter-spacing: -0.05em;
	}
	.head-line01 .sml {
		margin-bottom: 1.1rem;
		font-size: 1.3rem;
		line-height: 1.46;
	}
	.head-line01 .sml--narrow {
		margin-bottom: 1.1rem;
		font-size: 1.3rem;
		line-height: 1.46;
		letter-spacing: -0.05em;
	}
}

/* com-text-box */
.com-text-box {
	margin-bottom: 7.2rem;
	padding: 2.8rem 4rem 2.1rem;
	font-size: 2rem;
	line-height: 2.5;
	font-weight: 600;
	border-radius: 2.8rem;
	background: #fff;
	border: 0.2rem solid #000;
}
.com-text-box .head-line01 {
	margin-bottom: 1.8rem;
	line-height: 1.5;
	padding-top: 0.8rem;
	font-size: 4.3rem;
	letter-spacing: -0.05em;
}
.com-text-box + .com-text-box {
	margin-top: 15rem;
}
@media all and (max-width: 896px) {
	.com-text-box {
		margin: 0 -0.9rem 4rem;
		border-width: 1px;
		border-radius: 1.1rem;
		font-size: 1.2rem;
		line-height: 2.5;
		padding: 0.8rem 1.6rem 0.7rem;
	}
	.com-text-box .head-line01 {
		margin: 0 0 2.2rem !important;
		padding-top: 0.5rem;
		font-size: 1.9rem;
		line-height: 1.57;
	}
	.com-text-box p {
		letter-spacing: -0.02em;
	}
	.com-text-box + .com-text-box {
		margin-top: 8rem;
	}
}

/* com-works-box */
.com-works-box {
	margin-top: 14.8rem;
}
.com-works-box .title {
	margin-bottom: 12.1rem;
	text-align: center;
}
.com-works-box .slick-box .slick-slide > div {
	margin: 0 4.9rem;
	width: 45.7rem;
}
.com-works-box .slick-box .slick-slide li {
	width: auto;
	margin: 0;
}
.com-works-box .title img {
	width: 47.3rem;
}
@media all and (max-width: 896px) {
	.com-works-box {
		margin-top: 22.6rem;
	}
	.com-works-box .title img {
		width: 18rem;
	}
	.com-works-box .title {
		margin-bottom: 7.4rem;
	}
	.com-works-box .slick-box .slick-slide > div {
		margin: 0 2.4rem;
		width: 22rem;
	}
}

/* com-list02 */
.com-list02 li {
	margin: 0 5rem;
	width: 45.7rem;
	font-weight: 600;
}
.com-list02 a {
	display: block;
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.05rem;
}
.com-list02 .image {
	margin-bottom: 2.1rem;
	padding: 1rem;
	height: 31.7rem;
	background-color: #fff;
	border: 0.2rem solid #000;
	overflow: hidden;
}
.com-list02 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.com-list02 .sml {
	margin-top: 0.3rem;
	font-size: 2.5rem;
	font-weight: 500;
	display: block;
}
@media (hover: hover) {
	.com-list02 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.com-list02 li {
		margin: 0 2.4rem;
		width: 22rem;
	}
	.com-list02 .image {
		margin-bottom: 0.8rem;
		padding: 0.4rem;
		height: 15.4rem;
	}
	.com-list02 a {
		font-size: 1.2rem;
	}
	.com-list02 .sml {
		font-size: 1.1rem;
	}
}


/* com-table */
.com-table {
	width: 100%;
	border-collapse: collapse;
}
.com-table th,
.com-table td {
	padding: 3.5rem 0 3.6rem;
	text-align: left;
	vertical-align: top;
	box-sizing: border-box;
	border-bottom: 1px solid #707070;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.36;
}
.com-table th {
	font-weight: 600;
	width: 15.5%;
}
@media all and (max-width: 896px) {
	.com-table th,
	.com-table td {
		margin-bottom: 1.6rem;
		padding: 0 0 1.3rem;
		font-size: 1.5rem;
		line-height: 1.533;
		width: 100% !important;
		float: left;
	}
	.com-table th {
		padding-bottom: 0;
		margin-bottom: 1.5rem;
		font-size: 1.7rem;
		border-bottom: none;
		line-height: 1.17;
	}
}

/* head-line02 */
.head-line02 {
	margin-bottom: 1.3rem;
	font-size: 3.1rem;
	font-weight: 600;
}
.head-line02 span {
	min-width: 12.6rem;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000000;
	line-height: 1;
	padding: 1.5rem 2.5rem 1.7rem;
	text-align: center;
}
@media all and (max-width: 896px) {
	.head-line02 {
		margin-bottom: 7rem;
		font-size: 3rem;
	}
	.head-line02 span {
		padding: 1.1rem 2.5rem 1.3rem;
	}
}


/* head-line03 */
.head-line03 {
	font-weight: 600;
	font-size: 2.8rem;
}
.head-line03 img {
	width: 45rem;
}
.head-line03 .jp {
	margin-top: 2.8rem;
	display: block;
}
.head-line03 .inner {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.head-line03 .icon {
    width: 14rem;
    position: absolute;
    top: -2.5rem;
    right: -22.1rem;
}
.head-line03.center {
	text-align: center;
}
@media all and (max-width: 896px) {
	.head-line03 img {
		width: 17rem;
	}
	.head-line03 {
		font-size: 1.2rem;
	}
	.head-line03 .jp {
		margin-top: 0.8rem;
	}
	.head-line03 .icon {
		width: 3.5rem;
		top: -7.4rem;
		transform: rotate(16deg);
		right: -6.6rem;
	}
}

/* com-btn */
.com-btn {
	margin-top: 7.4rem;
}
.com-btn a {
	margin: 0 auto;
	width: 41.9rem;
	height: 8.8rem;
	border-radius: 1rem;
	background: #fff;
	border: 2px solid #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	font-weight: 600;
}
@media (hover: hover) {
	.com-btn a:hover {
		color: #fff;
		background-color: #000;
	}
}
@media all and (max-width: 896px) {
	.com-btn {
		margin-top: 3.5rem;
	}
	.com-btn a {
		width: 21.7rem;
		height: 4.6rem;
		font-size: 1.2rem;
	}
}


/* com-img-box */
.com-img-box {
	border-radius: 2rem;
	padding: 7.5rem 10rem 5.8rem 7.9rem;
	background: #fff;
	font-size: 2.1rem;
	font-weight: 600;
	border: 2px solid #000;
}
.com-img-box p {
	line-height: 2.38;
}
.com-img-box .inner-box {
	position: relative;
}
.com-img-box .title {
	margin-bottom: 2.1rem;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.25;
}
.com-img-box .pho {
	width: 16.2rem;
	aspect-ratio: 1;
	background: #fff;
	border: 0.2rem solid #000;
	overflow: hidden;
	border-radius: 20rem;
}
.com-img-box .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left top;
}
.com-img-box .line {
	text-decoration: underline;
}
@media all and (min-width: 897px) {
	.com-img-box .inner-box {
		padding-left: 24.3rem;
	}
	.com-img-box .pho {
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media all and (max-width: 896px) {
	.com-img-box .flex-box {
		margin-bottom: 0.5rem;
		display: flex;
		align-items: center;
	}
	.com-img-box .pho {
		width: 5.8rem;
		border-width: 1px;
	}
	.com-img-box .title {
		margin: 1.6rem 0 0 1.5rem;
		flex: 1;
		font-size: 1.5rem;
	}
	.com-img-box {
		padding: 1rem 1.5rem;
		font-size: 1.2rem;
		border-radius: 1.2rem;
		border-width: 1px;
	}
	.com-img-box p {
		line-height: 2.5;
	}
}

/* fadeIn */
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.fadeIn.on {
	opacity: 1;
}



/* com-introduce-box */
.com-introduce-box {
	margin: 0 auto 15.8rem;
	max-width: 158.2rem;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 2.4;
}
@media all and (max-width: 896px) {
	.com-introduce-box {
		margin: 0 2.7rem 5.5rem;
		font-size: 1.2rem;
		line-height: 2.5;
	}
}




.head-line04 {
	margin-bottom: 10.2rem;
	text-align: center;
	font-weight: 600;
}
.head-line04 .en {
	margin-bottom: 1rem;
	display: block;
}
.head-line04 .en img {
	height: 8rem;
}
.head-line04 .jp {
	font-size: 3.6rem;
}
@media all and (max-width: 896px) {
	.head-line04 {
		margin-bottom: 4.2rem;
	}
	.head-line04 .en {
		margin-bottom: 0.8rem;
	}
	.head-line04 .en img {
		height: 3.8rem;
	}
	.head-line04 .jp {
		font-size: 1.9rem;
	}
}

.comBtmBtn {
	margin-top: 12.8rem;
}
.comBtmBtn a {
	padding: 2.2rem 1rem;
	margin: 0 auto;
	width: 36.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.comBtmBtn img {
	width: 18rem;
}
@media (hover: hover) {
	.comBtmBtn a:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 896px) {
	.comBtmBtn {
		margin-top: 11.8rem;
	}
	.comBtmBtn img {
		width: 9.8rem;
	}
	.comBtmBtn a {
		padding: 0.4rem 1rem;
		width: 14.6rem;
	}
}