/* ----------------------------------------
	404 notfound
	---------------------------------------- */
.notfound {
	margin: 0 3%;
	padding-bottom: 30px;
}
.notfound_img {
	text-align: center;
}
.notfound_btn {
	width: 90%;
	margin: 0 auto;
}
.notfound_btn a {
	display: block;
	border: 2px solid #111;
	background: #111;
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
}
/* ----------------------------------------
privacy
 ---------------------------------------- */
.privacy {
	padding: 20px 2%;
}
.privacy span {
	display: block;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.privacy p {
	padding-bottom: 30px;
}



@media screen and (max-width:820px) {

/* ======================
Renewal .ver
====================== */
/* -----common----- */
:root {
	--main_green: #007a41;
	--main_orange: #ec6400;
	--right_green: #ebfcf4;
	--dull_green: #f7f9f8;
	--white: #fff;
	--light_gray: #f2f2f2;
	--info_line-gr: #22ba4f;
	--footer_gray: #f4f4f4;

}

html {
    font-size: 62.5%;
}

body {
    font-family: 
        "游ゴシック体",
		YuGothic,
		"游ゴシック Medium",
		"Yu Gothic Medium",
		"游ゴシック",
		"Yu Gothic",
		sans-serif;
	font-size: 1.8rem;
}

img {
	max-width: 100%;
	height: auto;
}

.conts {
    padding-top: 90px;
}

.conts_topic {
	font-size: 4.5rem;
	font-weight: bold;
	margin-top: 18px;
}

.c_topic--gr {
	color: var(--main_green);
}

.c_topic--or {
	color: var(--main_orange);
}

.btn {
	display: block;
	width: 292px;
	/* height: 68px; */
	border-radius: 50px;
	margin-top: 44px;
	box-sizing: border-box;
}

.sp_br {
	display: block;
}

h1 {
	color: #777;
	font-size: 1rem;
	text-align: left;
    margin-left: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	z-index: 1001;
	position: fixed;
	top: 0;
}

@media screen and (max-width:540px) {

	.conts_topic {
		font-size: 2.9rem;
	}

	.sp_br--and {
		display: block;
	} 
}

@media screen and (max-width: 440px) {

	.conts_topic {
		font-size: 2.4rem;
	}

}


/* ===============
header
=============== */
.header {
	padding: 22px 2.5% 18px;
	max-width: auto;
	top: 0;
}

.logo_header {
	width: 100%;
}

.logo_header a img {
	width: 52%;

}

.header_wrap {
	display: none;
}

/* .sp_hamburger {
	display: block;
} */

#acd-check_hamburger,
#header_Toggle {
	display: block;
}

.header_Toggle {
    display: block;
    position: fixed;
	padding: 11px 2%;
    right: 12px;
    top: 20px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1001;
    text-align: center;
	background: var(--company_main);
    border-radius: 50%;
}

.header_Toggle span {
    display: block;
    background-color: var(--main_green);
    width: 100%;
    height: 3px;
    stroke-linecap: round;
    position: relative;
    transition: all .4s;
	border-radius: 5px;
}

.header_Toggle span:nth-child(1) {
    top: 2px;
}

.header_Toggle span:nth-child(2) {
    top: 8px;
}

.header_Toggle span:nth-child(3) {
    top: 14px;
}

.hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 100;
}

/* hamburger */

.header_Toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
}
.header_Toggle.active span:nth-child(2) {
    /* opacity: 0; */
	display: none;
}

.header_Toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 9px;
}/* hamburger active */

/* ナビゲーションメニュー */

.header_NavMenu {
	position: fixed;
    z-index: 1000;
    padding-top: 19px;
    top: 0px;
    left: 0;
    background: #fff;
    color: #000;
    /* text-align: center; */
    width: 100%;
    height: 100%;
    transition: all 0.5s 0s ease;
    overflow: auto;
	transform: translateY(-100%);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
}

.navmenu_wrap {
	display: block;
	transform: none;
	opacity: 1;
}

.header_NavMenu.active {
	display: block;
	transform: translateY(0);
	opacity: 1;
	height: 100%;
}

nav.header_NavMenu .menu_list_title {
    font-weight: bold;
    text-align: left;
    line-height: 40px;
    font-size: 1.4rem;
    border-bottom: 1px solid #ccc;
    background-color: #f7f7f7;
    border-top: 1px solid #555;
}

nav.header_NavMenu .menu_list_title i {
    margin-right: 5px;
    margin-left: 10px;
}

.fa-regular,
.far {
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
}

nav.header_NavMenu ul.menu_list {
    background: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: none;
    margin-bottom: 20px;
    margin-top: 3px;
}

nav.header_NavMenu ul.menu_list li {
    font-size: 1.1em;
    list-style-type: none;
    padding: 0;
    width: 50%;
    box-sizing: border-box;
}

nav.header_NavMenu ul.menu_list li a {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    text-align: left;
    line-height: 41px;
    position: relative;
    padding: 0px 11% 0px 5%;
    box-sizing: border-box;
}

nav.header_NavMenu .menu_list_title {
    font-weight: bold;
    text-align: left;
    line-height: 40px;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    background-color: #f7f7f7;
    border-top: 1px solid #555;
}

nav.header_NavMenu .menu_list_title i {
    margin-right: 5px;
    margin-left: 10px;
}

nav.header_NavMenu ul.menu_list li a::after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    margin: 0;
    right: 12px;
    font-size: 13px !important;
}

.nav_content {
	margin-top: 10px;
}

.menu_nav--contact {
    display: flex;
    justify-content: center;
	gap: 17px;
	flex-wrap: wrap;
	padding: 10px 0;
}

.menu_contact--list {
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 17px;

	& li {
		border-radius: 10px;
		white-space: nowrap;
	}
}

.menu_c--item {

	&:hover {
		opacity: 0.6;
  		transition: opacity 0.3s;

	}
}

.mC_item--gr {
	color: var(--white);
	background-color: #22ba4f;
	
	&  a {
		padding: 18px 42px;
	}
}

.mC_item--or {
	color: var(--white);
	background-color: var(--main_orange);
	
	& a {
		padding: 18px 31px;
	}
}

.other_02--nav {
	border-radius: 10px;
	color: var(--white);
	background-color: #0a5cfe;
	width: 255px;
	height: 52px;
	
	& a {
		padding: 18px 17px;
	}
}
.other_02--nav .other_txt--wh {
	font-size: 1.4rem;
	font-weight: normal;
}

/* /ナビゲーションメニュー */

/* -----------
company_main
-----------*/
.company_main--wrap {
	background-color: var(--company_main);
	background-image: url(/img/company/bk_company-img.png);
	background-repeat: no-repeat;
	background-size: cover;
    background-position-x: 98%;
}

.content_main {
	padding: 59px 0 70px;
}

.t_small {
	font-size: 1.6rem;
	font-weight: bold;
}

.t_small--gr {
	color: var(--main_green);
}

/* -----------
company_message
-----------*/
.sec_company--message {
	padding: 0 4% 129px;
}

.company_message--wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.companyNav_list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 23px;
	flex-wrap: wrap;
}

.companyNav_item {
	& a {
		display: block;
		padding: 17px 10px 18px;
		background-color: var(--company_main);
		font-size: 1.6rem;
		font-weight: bold;
		text-align: center;
		width: 165px;
		border-radius: 50px;
	}
}

.company_message {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 46px;
	flex-direction: column;
}

.topic_right {
	letter-spacing: 7px;
	margin-top: 45px;
}

.message {
	background-image: url(/img/company/MESSAGE.png);
    background-repeat: no-repeat;
	background-size: 110%;
    background-position-y: 20px;
	width: 100%;
}

.message_txt {
	margin-top: 48px;
}

.name_egawa {
	display: block;
	font-family: 'BIZ UDP明朝';
	font-size: 2.5rem;
	margin-top: 28px;
}

.president {
	width: 70%;
}

.egawa {
	text-align: center;
}

/* -----------
sec_company--OA
-----------*/
#company_OA {
	scroll-margin-top: 25vh;
}

.sec_company--OA {
}

.company_OA--wrap {
	position: relative;
	
	&::after {
		content: '';
		position: absolute;
		background-color: #f6f6f6;
		border-radius: 0 25px 25px 0;
		width: 90%;
		height: 100%;
		top: 0;
		z-index: -1;
	}
}

.company_OA--content {
	padding: 60px 4% 65px;
	background-image: url(/img/company/OUR-ADVANTAGE.png);
    background-repeat: no-repeat;
	background-position: center 48px;
    background-size: 204%;
    margin: 0 auto;
	box-sizing: content-box;
}

.OA_list {
	margin-top: 148px;
}

.OA_item {
	padding: 30px 4%;
	background-color: var(--white);
    border-radius: 50px;
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
	flex-direction: column;
	position: relative;
}

.OA_item-img {
  position: relative;
  z-index: 2; 
  width: 90%;
  height: 300px;
  overflow: hidden;
  margin: 0 auto;

  & figure {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
  }

  & img {
	width: 100%;
	height: auto;
	object-fit: cover;
  }
}

/* .OA_item-img {
	position: absolute;
	z-index: 2;
	width: 30%;
} */

.OA_itemImg--01 {
	top: 0;
    left: 35px;
}

.OA_item--02 {
	justify-content: flex-start;
}

.OA_itemImg--r {
	top: 0;
    right: 15px;
}

.OA_detail {
	padding: 24px 10px 15px;
	/* background-color: var(--white);
	border-radius: 50px; */
	/* width: 795px; */
	width: 100%;
}

.fukidashi {
	padding: 7px 15px 8px;
	color: var(--white);
	background-color: var(--main_green);
	font-family: CenturyGothic;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 25px;
	position: relative;
	width: 174px;

	&::before {
		content: '';
		position: absolute;
		top: 15px;
		left: 4px;
		border-width: 10px;
		border-style: solid;
		border-color: transparent var(--main_green) transparent transparent;
		transform: rotate(26deg);
	}
}

.OA_topic {
	font-size: 2.4rem;
	margin-top: 18px;

	& span {
		color: var(--main_green);
	}
}

.OA_txt {
	margin-top: 33px;
	line-height: 1.8;
}

@media screen and (max-width:425px) {
	.OA_list {
		margin-top: 74px;
	}
}

/* -----------
sec_company--staff
-----------*/
#company_staff {
	scroll-margin-top: 20vh;
}

.sec_company--staff {
	padding: 109px 4%;

}

.company_staff--wrap {
	padding-top: 30px;
	background-image: url(/img/company/STAFF.png);
    background-repeat: no-repeat;
	background-size: 60%;
    background-position-y: 20px;
	margin: 0 auto ;
}

.staff_list {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch;
	gap: 16px;
	padding: 16px;
}

.staff_item {
	padding: 20px;
	flex: 0 0 auto;
	scroll-snap-align: center;
	width: 260px; 
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);

	& figure {
		text-align: center;
	}
}


.staff_name {
	color: var(--main_green);
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-top: 12px;
}

.staff_detail {
	padding: 5px 2% 20px;

	& dt {
		padding: 7px 15px;
		color: var(--main_green);
		background-color: var(--company_main);
		font-size: 1.1rem;
		text-align: center;
		width: 60px;
		border-radius: 15px;
		margin-top: 12px;
	}

	& dd {
		font-size: 1.2rem;
		margin-top: 6px;
	}
}

/* -----------
sec_company--about
-----------*/
.company_about {
	scroll-margin-top: 25vh;
}

.sec_company--about {
	position: relative;

	&::after {
		content: '';
		position: absolute;
		background-color: #e9f3ef;
		border-radius: 25px 0 0 25px;
		width: 70%;
		height: 97%;
		top: 40px;
		right: 0;
		z-index: -1;
	}
}

.company_about--wrap {
	padding: 10px 4% 32px;
	padding-top: 50px;
	background-image: url(/img/company/COMPANY.png);
    background-repeat: no-repeat;
	background-position: 0px 70px;
	background-size: 120%;
	margin: 0 auto;
	box-sizing: content-box;
	/* position: relative; */
	display: flex;
	flex-direction: column;
}

.overview {
	font-size: 1.5rem;
	margin-top: 43px;
}

.overview_item {
	display: flex;
}

.overview_item {
}

.overview_name,
.overview_detail {
	padding: 20px 5px;
}

.overview_name--item {
	border-top: 1px solid var(--main_green);
}

.overview_name {
	width: 35%;
}

.overview_detail {
	width: 70%;
}

.gr--bold {
	border-top: 3px solid var(--main_green);
}
.gy--bold {
	border-top: 3px solid #dadada;
}

.gr--nomal {
	border-top: 1px solid var(--main_green);
}
.gy--dot {
	border-top: 1px dotted #dadada;
}

.company_about--img {
	display: flex;
	gap: 14px;
	flex-direction: row;
	position: static;
	/* height: 209px; */
}

.company_map--wrap {
	padding: 30px 0 40px;
	margin: 0 auto;
	width: 100%;
}

.company_map {
	width: 100%;
	height: 410px;
}


/* -----------
sec_company--history
-----------*/
.sec_company--history {
	padding: 45px 4% 52px;
}

.company_history--wrap {
	background-image: url(/img/company/HISTORY.png);
    background-repeat: no-repeat;
	background-size: contain;
	margin: 0 auto ;
}

.company_history--img {
	margin-top: 76px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;

	& figure {
  		min-width: max-content;   
	}

	& img {
		display: block;
		max-height: 100%;
	}
}



/* -----------
sec_inquiry--company
-----------*/
.sec_inquiry--company {
	background-image: url(/img/company/bk_footer--company.png);

}
.section_inquiry {
	padding: 36px 4% 60px;
	/* background-image: url(/img/top/bg_inquiry.png); */
	background-repeat: no-repeat;
	background-size: cover;
}

.inquiry_txt {
	color: var(--white);
	font-size: 1.6rem;
	text-align: center;
}

.inquiry_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 23px;
	margin-top: 36px;
	flex-direction: column;
}

.inquiry_tell,
.inquiry_various {
	padding: 15px 18px 34px;
	background-color: var(--white);
	border-radius: 3px;
	width: 100%;
}

.inquiry_tell--topic {
	padding: 9px 25px;
	color: var(--main_green);
	font-weight: bold;
	background-color: var(--right_green);
	border-radius: 17px;
	text-align: center;
	width: 300px;
	margin: 0 auto;
}

.inquiry_tell--wrap {
	margin-top: 16px;
}

.nunber {
    color: var(--main_green);
    font-family: 
		CenturyGothic,
        "游ゴシック体",
		YuGothic,
		"游ゴシック Medium",
		"Yu Gothic Medium",
		"游ゴシック",
		"Yu Gothic",
		sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}

.nunber_inquiry {
	font-size: 1.6rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;

	& img {
		width: 55px;
	}
}
.nunber_inquiry span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.reception {
	font-size: 1.6rem;
	margin-top: 10px;
	text-align: center;
}

.inquiry_various--list {
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	margin-top: 25px;
}

.inquiry_various--item {
	color: var(--white);
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	width: 190px;
	height: auto;

	&:hover {
		opacity: 0.6;
  		transition: opacity 0.3s;
	}
}

.item_line {
	background-color: var(--info_line-gr);
}

.item_form {
	background-color: var(--main_orange);
}

.item_mail {
	background-color: var(--main_green);
}


@media screen and (max-width:425px) {
	
	.nunber_inquiry {
		font-size: 1.6rem;
		line-height: 0.8;

		& img {
            width: 45px;
        }
	}

	.reception {
		font-size: 1.5rem;
	}

	.inquiry_various--item {
		width: auto;
	}
}

/* ===============
footer--company
=============== */
footer {
}

.to_top {
	display: block;
}

.menu_detail--pc {
	display: none;
}

.nav_footer {
	display: block;
}

.to_top {
	padding: 23px 4% 25px;
	border-bottom: 3px solid #cfcfcf;

	& a {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 40px;
	}
}

.to_top--yajirushi {
	position: relative;

	&::before,
	&::after {
		content: '';
		position: absolute;
		background-color: #333;
		width: 12px;
		height: 4px;
		border-radius: 5px;
		top: 0;
	}
	
	&::before {
		transform: rotate(135deg);
	}
	
	&::after {
		right: -19px;
		transform: rotate(45deg);
	}
}

.to_top--txt {
	/* display: block; */
	font-size: 2.3rem;
	font-weight: bold;
	/* text-align: center; */

}

.f_contents__list {
	padding: 10px;
}

.navFooter_list {
	background-color: #eee;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-bottom: 3px solid #cfcfcf;
}

.navFooter_item {
	
	& a {
		display: block;
		padding: 31px 20px 33px;
		border: 1px solid #cfcfcf;
		position: relative;

	}
}

.navFooter_topic {
	display: inline-block;
	color: #333;
	font-size: 1.4rem;
	font-weight: bold;
	width: 144px;
}

.navFooter_btn {
	position: absolute;
	right: 40px;

	&::before,
	&::after {
		content: '';
		position: absolute;
		background-color: #999;
		width: 12px;
		height: 4px;
		border-radius: 5px;
	}

	&::before {
		top: 4px;
		transform: rotate(45deg);
	}

	&::after {
		top: 10px;
		transform: rotate(-45deg);
	}
}

.footer_information {
	width: 100%;
}

.logo_footer {
	text-align: center;
	margin-top: 40px;
}

.footer_wrap {
	display: block;
	padding: 0 2%;
}

.inquiry_tell--PCwrap {
	display: none;
}

.btn_list {
	display: none;
}

.footer_row {
	display: none;
}


small {
	padding: 10px;
	display: block;
	color: var(--white);
	background-color: var(--main_green);
	font-size: 1.1rem;
	text-align: center;
	margin-top: 22px;
}
	
/* ===============
flow
=============== */
.top_about--topic {
    font-size: 3.4rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 7px;
    text-align: center;

	& .h1_gr {
        color: var(--main_green);
		font-size: 3.8rem;
    }

}

.flow_message--wrap {
	padding: 40px 2%;
	max-width: 1200px;
    margin: 0 auto;
}

.sec_flow--content {
	padding: 20px 2% 90px;
}

.conts_flow {
	max-width: 1200px;
	margin: 0 auto;
}

.flow_list {
	border-bottom: solid 1px #E1E8ED;
	margin-top: 90px;
}

.flow_list li {
	list-style-type: none;
	display: flex;
	padding: 20px 0 40px;
	border-top: solid 1px #E1E8ED;
}

.flow_icon {
	line-height: 1;
	font-size: 36px;
	font-weight: bold;
	color: #9cd1c1;
	text-align: center;
	width: 70px;
	position: relative;
	margin-top: 0;

	&::before {
		content: 'STEP';
		font-size: 0.3em;
		display: block;
		margin-bottom: 3px;
		letter-spacing: 1px;
	}

	&::after {
		content: "";
		display: block;
		width: 1px;
		height: calc(100% - 40px);
		background-color: #9cd1c1;
		position: absolute;
		left: 0;
		right: 0;
		top: 60px;
		margin: auto;
	}
}

.flow_list li dl {
	width: calc(100% - 70px);
    margin: 0 20px;
}

.flow_list li dl dt {
	font-size: 30px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 10px;
}

.flow_list li dl dd {
	margin: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 10px;
}

.flow_item--txt {
	width: 60%;
    line-height: 1.7em;
}

@media screen and (max-width:650px) {
	.top_about--topic {
		font-size: 3rem;

		& .h1_gr {
			font-size: 3rem;
		}
	}
}

@media screen and (max-width:425px) {

	.top_about--topic {
		font-size: 1.8rem;

		& .h1_gr {
			font-size: 1.8rem;
		}
	}

	.flow_icon {
		font-size: 3.2rem;
	}

	.flow_item--txt {
		width: 100%;
	}

	.flow_list li dl {
		margin: 14px 20px 0;
	}

	.flow_list li dl dt {
		font-size: 2rem;
		line-height: 1.2;
	}

	.flow_list li dl dd {
		flex-direction: column;
	}

	.flow_item--img {
		text-align: center;
	}
	
}

/* ===============
privacy
=============== */
.sec_privacy {
	padding: 10px 4% 40px;
}

.privacy_topic {
	font-size: 20px;
    line-height: 1.5rem;
    padding: 15px;
    background: #f5f5f5;
    text-align: left;
    margin: 0 0 20px 0;
}

.privacy_wrap {
    margin-top: 24px;
}

.privacy_wrap p {
	font-size: 15px;
	line-height: 1.3;
}

.privacy_name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 3px solid #eee;
	margin-top: 20px;
	line-height: 1.5;
}

.privacy_wrap span {
	display: block;
	margin: 10px 0;
}

	
/* ====================
study
==================== */
.detail_txt--wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 14px;
	border: 1px solid #CCC;
}

.detail_main--img {
	position: relative;
}

.detail_main--img img {
	width: 100% !important;
}

.detail_main--txt {
	padding: 28px 12px 12px;
	background-color: #fff;
	border-radius: 0 30px 0 0;
    position: absolute;
    right: 12px;
    bottom: 10px;
	max-width: 420px;
	width: 100%;

	& h2 {
		color: var(--main_green);
		font-size: 2.6rem;
		font-weight: bold;
	}

	& span {
		padding: 5px 15px;
		color: #fff;
		background-color: var(--main_green);
		border-radius: 5px;
		position: absolute;
		top: -10px;
		font-size: 1.4rem;
	}

	& p {
		font-size: 1.6rem;
		color: var(--main_green);
		padding-top: 10px;
		margin-top: 4px;
		border-top: 2px solid #D4ECE1;
	}
}

.detail_topic--txt {
	color: var(--main_green);
}

.--studySpace {
	margin-top: 35px;
}

.reformFlow_list li {
	margin-top: 10px;
}

.detail_txt--wrap figure {
	width: 250px;
	height: auto;
	overflow: hidden;

	img {
		position: relative;
		top: -20%;
	}
}

.step_txt {
	width: 70%;
}

.step_txt span {
	display: block;
}

.onePoint_txt {
	margin-top: 14px;

	& span {
		color: #fff;
		background-color: #FF0000;
	}

	& p {
		color: #FF0000;
		margin-top: 14px;
	}
}

.onePoint_txt p:empty {
  display: none;
}

.onePoint_txt:has(p:empty) {
  display: none;
  display: none;
}

.cost_item {
	margin-top: 14px;

	& dl {
		display: flex;
		margin-top: 10px;
	}

	& dd {
		margin-left: 20px;
	}
}

.content_detail--ma {
    max-width: 100%;
    margin: 0 auto;
	padding: 100px 0% 20px;
    box-sizing: content-box;
}

.main-right {
	padding: 20px 4% 50px;
}

.detail_topic--wrap {
	position: relative;
	width: 100%;
	height: 100%;
	text-indent: 15px;
}

.twoLine_wrap {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 3px;
	width: 25px;
    position: absolute;
    top: -6px;
	z-index: 10;
}

.twoLine_wrap span {
	display: inline-block;
	width: 4px;
	height: 13px;
	background-color: var(--main_green);
	border-radius: 10px;
}

.text-with-line {
	display: inline-block;
	position: relative;
	padding: 0.5em;
	z-index: 10;

}

.text-with-line::after {
	content: '';
	position: absolute;
	background-color: #D4ECE1;
	width: 100%;
	height: 8px;
	left: 7px;
	bottom: 15px;
	z-index: -1;
}

.detail_topic--report {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;

	&::before,
	&::after {
		content: '';
		display: block;
		width: 100%;
		height: 2px;
		background: linear-gradient(to right, #ccc, #999, #ccc);
		/* margin-top: 0.5em; */
	}
}

.live_news_detail_com {
	margin: 20px 0 0 0;
	font-size: 14px;
	letter-spacing: 1.2px;
    line-height: 1.5;
}

.cms_back {
	text-align: center;
	margin: 20px auto 0px;
	padding: 0px 0px 0px 0px;
}

.live_news2 {
	/* width: 720px; */
	margin: 20px 0;
	padding: 10px 5px;
	border: solid 10px #D7CDC4;
	verflow: hidden;
}

.live_news2 ul {
	max-width: 920px;
	margin: 0 auto;
}

.live_news2 li {
	width: 46%;
	display: inline-block;
	list-style: none;
	margin: 0px 10px 35px 20px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
}

.live_news2 h3 {
	font-size: 20px;
	line-height: 32px;
	border-bottom: double 3px #CCC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul.live_news_photo {
	width: 100%;
	margin-top: 10px;
	padding: 0;
}

.live_news_photo li {
	list-style: none;
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 0px 0px;
	width: 97%;
	text-align: center;
}

.live_news_photo img {
	border: dashed 1px #CCC;
	/* margin: 0px 0px 0px 0px; */
	padding: 5px;
	max-width: 100% !important;
	/* max-height: 230px !important; */
}

.live_news2 p {
	/* clear: both; */
	font-size: 12px;
	line-height: 24px;
	margin-top: 14px;
	text-align: left;
	padding: 10px;
}

.live_news2 p span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #9C7841;
}

.taishin_text {
	display: block;
  	overflow: visible;
	overflow-y: visible;
	height: auto;
}

.taishin_text iframe {
	width: 100%;
	overflow: hidden;
}

.taishin_g {
	width: auto;
}

.taishin_g ul {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	width: auto;
	margin: 0;
}

.taishin_g ul li {
	width: auto;
}

.kominka_flow p {
	width: 400px;
}

.kominka_flow b {
	display: inline-block;
	color: #9cd1c1;
	margin-bottom: 8px;
}

.add-padding-top {
    padding-top: 20px !important;
}

.text-with-line {
    display: inline-block;
    line-height: 1.5;
}

/* ---お風呂--- */
.bath_ba ul {
	width: auto;
	display: flex;
}

/* ---耐震補強--- */
.ji_flow ul li {
	padding: 2%;
}


/* ---増築--- */
.zouchiku_rei {
	width: auto;
}

.zouchiku_rei ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 14px 0;
}

@media screen and (max-width:425px) {
	.zouchiku_rei ul {
		flex-direction: column;
	}
}

/* ---古民家--- */
@media screen and (max-width:920px) {
	.live_news2 li {
		margin: 0px 10px 35px 12px;
	}
}

@media screen and (max-width:610px) {
	.kominka_flow p {
		width: 300px;
	}
}

@media screen and (max-width:510px) {
	.kominka_flow p {
		width: 200px;
	}
}

@media screen and (max-width:425px) {
	.detail_main--txt {
		right: 0;
        bottom: -86px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);	
	}

	.first-studySpace {
		margin-top: 120px;
	}

	.text-with-line::after {
		width: 95%;
	}

	.bar p {
		text-indent: 0;
	}

	.kominka_flow {
		padding: 0;
	}

	.kominka_flow ul {
        display: flex;
        flex-direction: column;
    }

	.kominka_flow ul li {
		padding: 10px;
		overflow: visible;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.kominka_flow p {
		width: auto;
		margin-top: 10px;
		margin-right: 0;
	}
}

/* ---浴室ドア--- */
.yokushitu_ba ul {
	display: flex;
	width: auto;
}


	
/* ---結露防止--- */
.gai_flow ul li {
	padding: 20px 10px;
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.gai_flow p {
	width: 60%;
	margin: 0;
}


/* ===============
jirei_container
=============== */
.asumairu_content--wrap {
    padding-top: 90px;
}

.content_main--wrap {
    background-color: var(--company_main);
    background-image: url(/img/company/bk_company-img.png);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position-x: 75%;
}

.content_main {
	padding: 40px 0 40px;
}

.topics_center {
    text-align: center;
}

.t_small--gr {
    color: var(--main_green);
}

.t_small {
    font-size: 1.6rem;
    font-weight: bold;
}



@media screen and (max-width:425px) {
	.gai_flow ul li {
		align-items: center;
        flex-direction: column;
	}

	.gai_flow p {
		width: auto;
	}
}

  .companyMapBlock__inner {
    border-radius: 0;
  }

  .companyMapBlock__map {
    height: 260px;
  }

  /* スマホではカードを下に通常表示 */
  .companyMapBlock__card {
    position: static;
    transform: none;
    width: auto;
    margin: 16px 16px 0;
    box-shadow: none;
    border-radius: 16px;
  }

}