@charset "utf-8";
.pc_none {
	display: none;
}
.text_extrabig {
    font-size: 420%;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.5rem;
}
.text_morebig {
    font-size: 350%;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.02em;
}
.text_big {
    font-size: 200%;
    font-weight: 600;
}
.text_normal  {
    font-size: 156%;
    font-weight: 800;
}
.text_large {
    font-size: 140%;
    font-weight: 600;
}
.text_middle {
    font-size: 120%;
    font-weight: 500;
    line-height: 1.7;
}
.text_white {
    color: #fff !important;
}
.text_black {
    color: #333 !important;
}
.text_gray {
    color: #676767 !important;
}
.text_lightgray {
	color: #bfbfbf !important;
}
.text_blue {
    color: #0099db !important;
}
.text_cobalt {
    color: #004d9e !important;
}
.text_green {
    color: #96c127 !important;
}
.text_bold {
    font-weight: bold !important;
}
.text_bolder {
    font-weight: bolder !important;
}
.text_boldest {
    font-weight: 900 !important;
}

/* 画像用コピーライト */
.design_copyright {
    font-size: 60%;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    line-height: 1;
    color: #7b7b7b;
}
.design_copyright a {
    text-decoration: underline;
}

/* gbp */
.gbp {
    background-image: url("https://hp-compass.jp/e-gyosyu/wp-content/themes/e-gyosyu/img/gbp/background.jpg");
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}
.c_pattern_blue .bread_wrap {
    background: #dce1f5;
}
.c_pattern_blue .c_problems_wrap li {
    color: #FFF;
    background: #0099db;
}
.c_pattern_blue .c_problems_wrap li::before {
	border-left: .5rem solid #25AF01;
	border-bottom: .5rem solid #25AF01;
}
.c_pattern_blue .c_merit_text h3 {
    color: #004d9d;
}

/* original */
.original {
    background-image: url("https://hp-compass.jp/web-solution/wp-content/themes/web_solution/img/original/background.jpg");
    background-size: auto 43em;
    background-position: center top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #ebedf1;
}
.c_pattern_black .bread_wrap {
    background: #f3f3f3;
    /* color: #FFF; */
}
.c_pattern_black .c_problems_wrap li {
    color: #333;
    background: #f8f8f8;
}
.c_pattern_black .c_problems_wrap li::before {
	border-left: .5rem solid #25AF01;
	border-bottom: .5rem solid #25AF01;
}
.c_pattern_black .c_merit_text h3 {
    color: #333;
}



/* 共通レイアウト */
.c_content_wrap {
    margin: 4rem auto 0;
}
.common_wrap {
    /* font-size: 1.3vw; */
    /* line-height: 1.6; */
    padding-bottom: 4rem;
}
.in_cover_wrap > .in_wrap {
    display: flex;
	color: #676767;
}
.in_cover_img {
    display: flex;
    align-items: center;
    max-width: 40%;
    min-width: 40%;
    text-align: center;
}
.in_cover_text {
    flex-grow: 1;
    margin: 2rem auto 0;
    color: #676767;
}
.in_cover_text > em,
.in_cover_text > span{
    display: block;
}
.in_cover_wrap .in_wrap {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
}
.in_cover_wrap .text_normal {
	margin-top: 1.5rem;
}

.c_title_bold {
    font-size: 130%;
    font-weight: 800;
    letter-spacing: .1em;
    text-align: center;
    color: #333;
}
.c_problems_wrap ul {
    display:flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 0.7rem;
}
.c_problems_wrap li {
    position: relative;
    z-index: 1;
    padding: 1em 1em 1em 3.8em;
    font-weight: bold;
    font-size: 120%;
    letter-spacing: .1em;
    color: #FFF;
    background: #0099db;
}
.c_problems_wrap li::before {
	display: block;
	content: '';
	position: absolute;
	left: 1.5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1.4rem;
	height: 0.7rem;
	border-left: .5rem solid #25AF01;
	border-bottom: .5rem solid #25AF01;
	transform: rotate(-45deg);
}

.c_merit_text h3 {
    padding: 0.5rem 0 0.6rem 1.5rem;
    font-weight: 900;
    font-size: 170%;
    letter-spacing: .1em;
    color: #004d9d;
    border-left: 3px solid;
}
.c_merit_text p {
    padding: 1rem 1rem 1rem calc(1.5rem + 3px);
    font-weight: 500;
}

.c_merit_wrap ul > li {
    position: relative;
}
.c_merit_text {
    position: relative;
    width: 80%;
    padding: 3rem;
    background: #FFF;
}
.c_merit_img {
    position: absolute;
    z-index: -1;
    width: 50%;
    margin: auto;
}
.c_merit_01 {
    z-index: 3;
    margin-top: 4rem;
}
.c_merit_01 .c_merit_img {
    top: -8rem;
    right: -10%;
}
.c_merit_02 {
    z-index: 2;
    margin-top: 5rem;
}
.c_merit_02 .c_merit_text {
	margin: 0 0 0 auto;
}
.c_merit_02 .c_merit_img {
    top: -8rem;
    left: -10%;
}
.c_merit_03 {
    z-index: 1;
    margin-top: 5rem;
    margin-bottom: 4rem;
}
.c_merit_03 .c_merit_img {
    bottom: -7rem;
    right: -10%;
}
.c_merit_img_overlap {
    position: absolute;
    z-index: 2;
    width: 27%;
}
.c_merit_01 .c_merit_img_overlap {
    right: -2rem;
    top: -5rem;
}
.c_merit_02 .c_merit_img_overlap {
    left: -2rem;
    top: 0;
}
.c_merit_03 .c_merit_img_overlap {
    right: -2rem;
    bottom: 0;
}
.c_merit_img_overlap img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.c_others_wrap {
    padding: 3rem 2rem;
    background: #FFF;
    border-radius: 4rem;
    text-align: center;
    font-weight: bold;
}
.c_others_wrap h3 {
    display: inline-block;
    position: relative;
    z-index: 1;
    /* padding-bottom: 1rem; */
    margin-bottom: 1.2rem;
    font-weight: 900;
    font-size: 170%;
    letter-spacing: .1em;
}
/*
.c_others_wrap h3::before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0.6rem;
	margin: auto;
	background: #09a75a;
}
.c_others_wrap h3::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0.6rem;
	margin: auto;
	background: #ccc;
}
*/
.c_others_wrap p {
    font-weight: 500;
}

.c_contact_bunner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3rem 5rem;
    background: #f6f6f6;
    border-radius: 4rem;
}
.c_contact_bunner > h3 {
	font-weight: 800;
	font-size: 350%;
	letter-spacing: 0.2em;
}
.c_contact_bunner a {
    display: block;
    position: relative;
    z-index: 1;
    padding: 0.8em 5em 0.8em 2em;
    font-weight: 600;
    font-size: 150%;
    color: #FFF;
    letter-spacing: .1em;
    background: #82ac16;
    border-radius: 50px;
}
.c_contact_bunner a::after {
	position: absolute;
	display: block;
	width: 1em;
	height: 1em;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto;
	content: "→";
	font-weight: normal;
	font-size: 150%;
	font-weight: 600;
	line-height: 1;
}
.c_contact_bunner a:hover {
    background: #004d9d;
}
.c_btn_center {
    display: block;
    position: relative;
    z-index: 1;
    width: 15em;
    max-width: 100%;
    padding: 0.7em 1.8em 0.6em;
    margin: 1.5rem auto 0;
    line-height: 1;
    background: #82ac16;
    color: #FFF;
    font-size: 120%;
    border-radius: 50px;
}
.c_btn_center:after {
	position: absolute;
	right: 1em;
	content: "→";
	display: inline-block;
	font-weight: normal;
	font-size: 100%;
}
.c_others_line .c_btn_center {
    background: #09a75a;
}
.c_others_line .c_btn_center:hover {
    background: #004d9d;
}

/* contact 2col */
.pe_none {
    pointer-events: none;
}
.c_contact2_bunner {
    padding: 4rem 3%;
    text-align: center;
    background: #f6f6f6;
    border-radius: 4rem;
}
.c_contact2_bunner > h3 > em {
    display: inline-block;
    padding: 0.3em 5rem 0.35em;
    font-weight: 800;
    font-size: 250%;
    line-height: 1;
    letter-spacing: 0.2em;
    background: #FFF;
    border-radius: 50px;
}
.c_contact2_bunner > h3 > span {
    display: block;
    margin: .2rem;
    font-weight: 700;
    font-size: 94%;
    color: #787878;
    letter-spacing: 0.5em;
}
.c_contact2_bunner > p {
    width: 90%;
    margin: 2rem auto 0;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.2em;
}
.c_contact2_bunner > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    margin: 1.5rem auto 0;
}
.c_contact2_bunner > ul > li {
    position: relative;
    z-index: 1;
    min-width: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    padding: 2rem 3%;
    background: #FFF;
    border-radius: 2rem;
}
.c_contact2_bunner > ul > li > a {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.c_contact2_bunner > ul > li.c_contact2_mail > a:hover {
	background: #FFF;
	opacity: 0.1;
}
.c_contact2_bunner > ul > li > h4 {
	font-weight: 700;
	letter-spacing: .2em;
}
.c_contact2_green {
    color: #82ac16;
}
.c_icon_tel {
    margin: 0.2em 0 0.1em;
    font-size: 200%;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.c_icon_tel > em {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin: 0 1rem 0 4rem;
	white-space: nowrap;
}
.c_icon_tel > em::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url('https://hp-compass.jp/web-solution/wp-content/themes/web_solution/img/common/icon_tel.png') no-repeat border-box left top/contain;
	position: absolute;
	left: -1.5em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.c_icon_download {
    margin: 1rem auto 0;
    font-size: 150%;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 1.3;
}
.c_icon_download > em {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin: 0 1.5rem 0 4rem;
	white-space: nowrap;
}
.c_icon_download > em::before {
	content: "";
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	background: url('https://hp-compass.jp/web-solution/wp-content/themes/web_solution/img/common/icon_download.png') no-repeat border-box left top/contain;
	position: absolute;
	left: -2.1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.c_contact2_gray {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: .5em 1em;
    font-size: 80%;
    font-weight: 600;
    color: #787878;
}
.c_slash {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.c_slash::before,
.c_slash::after {
    display: block;
    content: "";
    z-index: 2;
    width: 2px;
    height: 1.5em;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #333;
}
.c_slash::before {
    left: -1.2em;
    transform: rotate(-30deg);
}
.c_slash::after {
    right: -0.7em;
    transform: rotate(30deg);
}

/* topと共通 */
.title_r_border {
	font-size: 300%;
}
.title_r_border > em {
    position: relative;
    z-index: 1;
    display: block;
}
.title_r_border > em::before {
    content: "";
    display: block;
    width: 40%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #FFF;
    border-radius: 0 60px 60px 0;
}
.title_r_border > em::after {
    content: "";
    display: block;
    width: 1.6em;
    height: 1px;
    position: absolute;
    z-index: -1;
    left: calc(40% - 1em);
    top: 0;
    bottom: 0;
    margin: auto;
    background: #333;
    border-radius: 0 60px 60px 0;
}
.title_r_border > em > span {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.3em 2%;
    text-align: left;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.1em;
}
.title_r_border > span {
    display: block;
    max-width: 1200px;
    margin: 0.5rem auto 0;
    padding: 0 2% 0 2.2%;
    font-size: 35%;
    font-weight: 600;
    letter-spacing: 0.4em;
    color: #777;
}

.flex_2col_naturally {
    display: flex;
    gap: 1rem 2rem;
    flex-wrap: wrap;
}
.flex_column_end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.lead_text {
    line-height: 2;
    letter-spacing: .05em;
    font-weight: 500;
}

/* 3カラム */
.flex_3col_wrap {
    display: flex;
    gap: 1rem 1.5rem;
    flex-wrap: wrap;
    margin: 1.5rem auto 0;
}
.flex_3col_wrap > li {
    min-width: calc((100% - 3rem) / 3);
    max-width: calc((100% - 3rem) / 3);
}
.c_imgtxt_wrap {
    padding: 1.5rem;
    background: #FFF;
    border-radius: 1.5rem;
    border: 1px solid #f1f3ee;
}
.flex_3col_wrap > li {
    display: flex;
}
.c_imgtxt_wrap {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.c_imgtxt_wrap dt {
    border-radius: 10px;
    overflow: hidden;
    line-height: 1;
}
.c_imgtxt_wrap dd {
    flex-grow: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1rem;
}
.c_imgtxt_title {
    font-size: 130%;
    line-height: 1.2;
}
.c_imgtxt_title > span {
    display: block;
    font-weight: 600;
    font-size: 74%;
    color: #bfbfbf;
}
.c_imgtxt_title > em {
    display: block;
    margin: .2em auto 0;
    font-weight: 900;
}
.c_imgtxt_wrap dd > div:has(.btn_arrow ) {
    font-size: 84%;
    margin-top: auto;
}
.c_imgtxt_wrap dd div:last-of-type(3) {
    margin-top: auto;
}

/* top 業界別事例 */
.industry_slider_wrap {
    position: relative;
    z-index: 1;
}
.industry_slider_wrap::before {
	position: absolute;
	z-index: -1;
	content: "";
	display: block;
	width: 97%;
	height: 100%;
	background: #f5f9ea;
	border-radius: 0 50px 50px 0;
}

/* slider */
.industry_slider_area {
    position: relative;
    z-index: 1;
    max-width: 2400px;
    margin: 0 auto;
    padding: 3rem 2% 5rem;
    overflow: hidden;
}
.swiper-button-next, 
.swiper-button-prev {
    top: auto !important;
    bottom: 1.6rem !important;
    width: 2em !important;
    height: 2em !important;
    font-size: 110% !important;
}
.swiper-button-next {
	right: 2% !important;
}
.swiper-button-prev {
	left: 2% !important;
}
.swiper-button-next::after,
.swiper-button-prev::after {
	font-family: 'Material Icons' !important;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1.8em;
	max-width: 1.8em;
	min-height: 1.8em;
	padding: .1em;
	line-height: 1 !important;
	background: #000;
	color: #FFF;
	border-radius: 50%;
	font-size: inherit !important;
	transition-duration: 0.2s;
}
.swiper-button-next::after {
	content: '\e5c8' !important;
}
.swiper-button-prev::after  {
	content: '\e5c4' !important;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
	background: #82ac16;
	color: #FFF;
}
.swiper-pagination-bullet {
    width: 1em !important;
    height: 1em !important;
    margin: 0 0.5rem !important;
    background: #575757 !important;
}
.swiper-pagination-bullet:hover {
	background: #252525 !important;
}
.swiper-pagination-bullet-active {
    background: #82ac16 !important;
    cursor: auto !important;
}
.swiper-pagination-bullets {
    bottom: 1.6rem !important;
}
.industry_slider li a {
    display: block;
    position: relative;
    z-index: 5;
    width: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
}
.industry_slider li a > em {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    background:rgba(0,0,0,0.6);
    color: #FFF;
    text-align: center;
    font-size: 150%;
    font-weight: 500;
    transition-duration: 0.2s;
}
.industry_slider li a:hover > em {
    background:rgba(0,0,0,0.2);
}
.industry_slider li a > span {
    display: inline-block;
    position: absolute;
    z-index: 6;
    right: 1em;
    bottom: 1em;
    color: #FFF;
    padding: 0.5em;
    line-height: 1;
    border-radius: 50%;
    border: 1px solid;
}

/* 縦スライダー */
.c_vertical_slider_wrap {
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
}
.c_vertical_slider_area  {
    width: 100%;
    position: relative;
    z-index: 1;
}
.c_vertical_in {
    display: flex;
    align-items: center;
    gap: 2em;
}
.c_vertical_img {
    min-width: 50%;
    max-width: 50%;
    border-radius: 0 50px 50px 0;
    overflow: hidden;
}
.c_vertical_txt {
    flex-grow: 1;
    padding-right: 2%;
}
.c_vertical_detail > dt {
    display: flex;
    gap: .5em;
    align-items: center;
    font-size: 350%;
    font-weight: 700;
    line-height: 1;
}
.c_vertical_detail > dt > em {
    color: #81ab16;
}
.c_vertical_detail > dt > span {
    padding: 0.2em 0 0 0;
    font-size: 35%;
    color: #ababab;
}
.c_vertical_detail > dd > h3 {
    margin: 1rem auto 0;
    font-weight: 800;
    font-size: 135%;
    line-height: 1.8;
}
.c_vertical_detail > dd > p {
    margin: 1rem auto 0;
    font-size: 94%;
    font-weight: 500;
    line-height: 2;
}
.vtswiper-pagination {
    position: absolute;
    z-index: 30;
    left: 2% !important;
    right: auto !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    width: 3.2em !important;
    height: 10em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1em;
    background: #000;
    border-radius: 50px;
    transform: none !important;
}
.vtswiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	opacity: 1 !important;
	background: transparent !important;
	line-height: 1;
	color: #d8d8d8 !important;
	font-weight: 700;
	width: 2em !important;
	text-align: center;
}
.vtswiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
	opacity: .8 !important;
}
.vtswiper-pagination .swiper-pagination-bullet:nth-child(1):not(.swiper-pagination-bullet-active)::before {
	content: '01';
}
.vtswiper-pagination .swiper-pagination-bullet:nth-child(2):not(.swiper-pagination-bullet-active)::before {
	content: '02';
}
.vtswiper-pagination .swiper-pagination-bullet:nth-child(3):not(.swiper-pagination-bullet-active)::before {
	content: '03';
}


.vtswiper-button-next,
.vtswiper-button-prev {
    display: none;
    width: 2em;
    position: absolute;
    z-index: 30;
    top: 35%;
    bottom: auto;
    margin: auto;
    width: 2em !important;
    height: 2em !important;
    font-size: 110% !important;
}
.vtswiper-button-next {
    left: auto;
	right: 2% !important;
}
.vtswiper-button-prev {
	left: 2% !important;
    right: auto;
}
.vtswiper-button-next::after,
.vtswiper-button-prev::after {
	font-family: 'Material Icons' !important;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 1.8em;
	max-width: 1.8em;
	min-height: 1.8em;
	padding: .1em;
	line-height: 1 !important;
	background: #FFF;
	color: #000;
    border: 1px solid #ececec;
	border-radius: 50%;
	font-size: inherit !important;
	transition-duration: 0.2s;
}
.vtswiper-button-next::after {
	content: '\e5c8' !important;
}
.vtswiper-button-prev::after  {
	content: '\e5c4' !important;
}
.vtswiper-button-next:hover::after,
.vtswiper-button-prev:hover::after {
	background: #82ac16;
	color: #FFF;
}



@media screen and (min-width: 1201px){
	/* .common_wrap {
		font-size: 120%;
	} */
}

@media screen and (max-width: 1200px){
	/* .common_wrap {
		font-size: 110%;
	} */
	/* .br_none {
		display: none;
	} */
	.in_cover_text {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 1rem;
	}
    .original {
		/* background-size: auto 44em; */
	}

	/* topと共通 */
	.title_r_border > em::before {
		width: 8em;
	}
	.title_r_border > em::after {
		left: 7em;
	}
}

@media screen and (max-width: 1040px){
	.text_extrabig {
		font-size: 370%;
		font-weight: 800;
		line-height: 1.1;
		letter-spacing: 0.1rem;
	}
	.text_big {
		font-size: 160%;
	}
	.text_normal  {
		font-size: 140%;
	}
	.text_large {
		font-size: 120%;
	}
	.text_middle {
		font-size: 105%;
		line-height: 1.5;
	}
	.in_cover_wrap .text_normal {
		margin-top: 1rem;
		margin-bottom: 0.2rem;
	}
	.c_merit_text {
		width: 90%;
		padding: 2rem;
	}
	.c_merit_text p {
		padding: 1rem 0;
	}
	.c_merit_01 .c_merit_img_overlap,
	.c_merit_02 .c_merit_img_overlap,
	.c_merit_03 .c_merit_img_overlap {
		right: 0;
		left: auto;
		top: 1rem;
		bottom: auto;
		width: 22%;
	}
	.c_merit_text:has( + .c_merit_img_overlap) h3 {
		padding-right: 10%;
	}
	.c_merit_02 .c_merit_text {
		margin: 0 auto 0 0;
	}
	.c_contact_bunner {
		padding: 3rem;
	}
	.c_contact_bunner > h3 {
		letter-spacing: 0.1em;
	}
	.c_contact_bunner a {
		padding: 0.8em 2.8em 0.8em 1.8em;
		letter-spacing: 0.05em;
	}
	.c_contact_bunner a::after {
		right: 0.8em;
		font-size: 124%;
	}
    .original {
		background-size: auto 40rem;
	}
}

@media screen and (max-width: 950px){
    .d_none_950 {
        display: none !important;
    }
    .original {
		background-size: auto 36em;
	}
	.c_contact2_bunner > ul {
		gap: 1rem 1rem;
	}
	.c_contact2_bunner > ul > li {
		min-width: calc(50% - .5rem);
		max-width: calc(50% - .5rem);
	}
	.c_icon_tel > em,
	.c_icon_download > em {
		margin: 0 0 0 2rem;
	}
	.c_vertical_in {
	    gap: 1.5em;
	}
    
    /* 3カラム */
    .flex_3col_wrap > li {
        min-width: 100%;
        max-width: 100%;
    }
    .c_imgtxt_wrap {
        flex-direction: row;
        gap: 1rem;
        padding: 1.5rem 3%;
    }
    .c_imgtxt_wrap dt {
        min-width: 40%;
        max-width: 40%;
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 768px){
	/* .common_wrap {
		font-size: 105%;
	} */
	.pc_none {
		display: block !important;
	}
	.sp_none {
		display: none !important;
	}
    .d_none_1040 {
        display: none !important;
    }
	.in_cover_img {
		max-width: 35%;
		min-width: 35%;
	}
	.in_cover_wrap .in_wrap {
		padding-top: 1.5rem;
	}
	.in_cover_text {
		margin: 1rem auto 0;
		font-size: 95%;
	}
	.c_merit_img {
		width: 80%;
	}
	.c_merit_text {
		width: 100%;
		background: rgba(255, 255, 255,0.9);
	}
	.c_merit_01 .c_merit_img_overlap,
	.c_merit_02 .c_merit_img_overlap,
	.c_merit_03 .c_merit_img_overlap {
		right: 2%;
		top: 2%;
		width: 35%;
		opacity: 0.2;
		vertical-align: middle;
	}
	.c_merit_text:has( + .c_merit_img_overlap) h3 {
		padding-right: 0;
	}
	.c_merit_text h3,
	.c_others_wrap h3 {
		font-size: 150%;
	}
	.c_contact_bunner a {
        padding: 0.8em 2.3em 0.8em 1.3em;
        font-size: 140%;
    }
	.c_contact_bunner h3 {
        letter-spacing: 0.05em;
        line-height: 1.1;
    }
	.original {
		background-size: auto 34em;
	}
}

@media screen and (max-width: 650px){
    .tb_none {
		display: none !important;
	}
	.tb_only {
		display: block !important;
	}
    .d_none_650 {
        display: none !important;
    }
	.c_sp_textleft {
		text-align: left !important;
	}
	.common_wrap {
		line-height: 1.4;
	}
	.in_cover_wrap > .in_wrap {
		flex-direction: column;
		align-items: center;
		gap: 1rem 0;
	}
	.in_cover_wrap .text_middle {
        font-size: 115%;
        letter-spacing: 0.05em;
    }
	.c_contact_bunner {
		justify-content: center;
		flex-wrap: wrap;
		gap: 0.8rem 3rem;
		padding: 2rem 2rem;
		font-size: 90%;
		border-radius: 3rem;
		}
	.c_contact_bunner h3 {
		letter-spacing: 0.01em;
	}
	.c_contact2_bunner > ul > li {
        min-width: 100%;
        max-width: 100%;
    }
	.title_r_border {
	    font-size: 240%;
	}
	.title_double_simple {
	    font-size: 210%;
	}
	.btn_arrow {
		font-size: 100%;
	}
	.vtswiper-button-next,
	.vtswiper-button-prev {
	    display: inline-block;
	}
	.c_vertical_in {
	    flex-direction: column;
	    gap: 1em;
	}
	.c_vertical_img {
	    min-width: 100%;
	    max-width: 100%;
	}
	.c_vertical_txt {
	    padding: 0 2%;
	}
	.c_vertical_detail > dd > h3,
	.c_vertical_detail > dd > p {
		line-height: 1.6;
	}
	.vtswiper-pagination {
		top: 1rem !important;
		bottom: auto !important;
        gap: 1.5em;
	}
}

@media screen and (max-width: 479px){
	/* .common_wrap {
		font-size: 100%;
	} */
	.c_merit_text {
        padding: 1.8rem 1.5rem;
    }
	.c_merit_text h3 {
        padding: 0.5rem 0 0.6rem 1rem;
        font-size: 130%;
    }
    .c_problems_wrap li {	
		font-size: 115%;
		padding: 1em 1em 1em 3.5em;
	}
	.c_problems_wrap li::before {
		left: 1rem;
	}
	.original {
		background-size: auto 33em;
	}
}

@media screen and (max-width: 399px){
	.text_morebig {
	    font-size: 300%;
	}
	.in_cover_text {
        padding-left: 0;
    }
}
