@charset "utf-8";
/*----------------------------------------------------------------------------------------

	base.css

----------------------------------------------------------------------------------------*/

/* 共通 //
////////////////////////////////////////////////////////////////////*/

body {
	min-width: 1200px;
}
.cont-w {
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
}
.dnone_pc {
	display: none !important;
}

/*----------*/

/* .mincho,
.line01, .line02 {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, 游明朝, YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif, system-ui;
} */
.free_call a {
	color: #0ea95a;
	font-family: 'Jost', sans-serif;
	line-height: 1;
	font-weight: 300;
	letter-spacing: -0.01em;
}
.free_call i {
	margin-right: 0.2em;
	display: inline-block;
	vertical-align: text-top;
}
.free_call i img {
	width: 100%;
}

/* ロールオーバー //
---------------------------------------------- */
.rov a , .rov input, .rov button {
	transition: opacity 0.2s;
	backface-visibility: hidden; /*chrome 1pxずれる現象回避*/
}
.rov a:hover ,	.rov input:hover, .rov button:hover {
	opacity: 0.8;
}
.hover02 a:hover {
	text-decoration: underline;
}

/* tksn //
---------------------------------------------- */
.tksn  .tksn_box:not(.active) {
	display: none;
}
.tksn table * {
	box-sizing: border-box;
}
.tksn::after {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: -1;
  content: "";
  pointer-events: none;
}
.tksn.loading {
  position: relative;
}
.tksn.loading::after {
	background-color: rgba(255,255,255,0.4);
  background-image: url(/images/common/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

/* 種別を選ぶリスト ///
---------------------------------------------- */
.tksn-list {
	box-sizing: border-box;
	margin: 0 auto 40px;
	width: 470px;
	height: 28px;
	display: table;
	border: 1px solid #0ea95a;
	border-radius: 3px;
	color: #0ea95a;
	table-layout: fixed;
}
.tksn-list li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.tksn-list li:not(:last-child){
	border-right: 1px solid #0ea95a;
}
.tksn-list .active {
	background-color: #0ea95a;
	color: #fff;
}

/* tksn des52 //
---------------------------------------------- */
.tksn.des52.loading {
	min-height: 400px;
}
.tksn.des52 .tksn_box > table {
	width: auto;
}
.tksn.des52 .tksn_box > table > tbody > tr > td > table {
	box-sizing: border-box;
	margin-bottom: 10px !important;
	border-right: 10px solid #fff;
}
.tksn.des52 .tksn_box > table > tbody > tr > td table[width] {
	width: 100%;
	max-width: 243px;
}

/* tksn des61 //
---------------------------------------------- */
.tksn.des61 .tksn_box table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	line-height: 1.5;
}
.tksn.des61 .tksn_box > table > tbody > tr {
	margin-bottom: 18px;
	width: 100%;
	display: flex;
}
.tksn.des61 .tksn_box > table > tbody > tr > td > table > tbody > tr:first-child td {
	height: 20px;
	line-height: 20px;
}
.tksn.des61 .tksn_box > table > tbody > tr > td > table,
.tksn.des61 .tksn_box > table > tbody > tr > td > table > tbody > tr:last-child > td > table {
	height: 100%;
}

/* tksn des62 //
---------------------------------------------- */
.tksn.des62 > div > table > tbody > tr > td {
	width: 326px;
	height: 288px;
	min-width: 267px;
	display: block;
	float: left;
}
.tksn.des62 > div > table > tbody > tr > td > table {
	margin-bottom: 0 !important;
	height: 100%;
	line-height: 1.4;
}
.tksn.des62 > div > table > tbody > tr > td > table * {
	box-sizing: content-box;
}
.tksn.des62 > div > table > tbody > tr > td:not(:last-child) {
	margin-right: 11px;
}
.tksn.des62 > div > table > tbody > tr:not(:last-child) > td {
	margin-bottom: 11px;
}

/* tksnのもっと見るボタン(tksn_x.js) //
---------------------------------------------- */
#atoyomi_btn {
  box-sizing: border-box;
  margin: 39px auto 0;
  width: 470px;
  height: 60px;
  background-color: #0ea95a;
  border: 1px solid #fff;
  border: none;
  outline: none;
  border-radius: 5px;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
	transition: background 0.1s;
  -webkit-appearance: none;
}
#atoyomi_btn:hover {
	background-color: #264a87;
}


/* ヘッダー //
////////////////////////////////////////////////////////////////////*/

#body_header {
	position: relative;
	z-index: 2;
	/*height: 100px;*/
}
#body_header .topline {
	font-size: 1.2rem;
	line-height: 2rem;
	white-space: nowrap;
}
#body_header .topline > div {
	width: 100%;
	display: flex;
	height: 3.4rem;
	justify-content: flex-end;
	gap: 12px;
    font-feature-settings: normal;
	margin-left: auto;
}
#body_header .topline h1 {
	overflow: hidden;
	font-weight: 400;
	text-overflow: ellipsis;
}
#body_header .topline ul {
	display: table;
}
#body_header .topline li {
	/* padding-left: 17px; */
	display: table-cell;
}
#body_header .topline li a {
	display: block;
}
/*----------*/

#body_header .topline .menu {
	display: table;
}
#body_header .topline .menu li {
	display: table-cell;
}

#body_header .topline .menu a {
	box-sizing: border-box;
	padding: 0 5px;
	min-width: 120px;
	display: block;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 3.4rem;
	text-align: center;
	white-space: nowrap;
}
#body_header .topline .menu li:nth-child(1) a{
	background-color: #ff9900;
}
#body_header .topline .menu li:nth-child(2) a{
	background-color: #78cb6f;
}
#body_header .topline .menu li:nth-child(3) a{
	background-color: #0ea95a;
}
/*----------*/
#body_header .topline .top-text {
  margin-right: auto;
  padding-left: 20px;
  line-height: 34px;
}
@media (max-width: 1470px) {
	#body_header .topline .top-text {
	  display:none;
	}
}

#body_header .topline .address {
	font-size: 1.4rem;
	line-height: 1.8rem;
	align-content: center;
}
#body_header .topline .address div {
    display: flex;
	align-items: center;
}
#body_header .topline .address .free_call {
	margin-right: 15px;
	font-size:2.6rem;
	
}

#body_header .topline .address .free_call i {
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
}
#body_header .topline .address .tenpo {
	overflow: hidden;
	font-size: 1.2rem;
	font-weight: 500;
}


/*----------*/
.title {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

#body_header .title .site-logo {
	margin-left: 20px;
	display: flex;
}
#body_header .title .site-logo a {
	height: 38px;
	padding-top: 10px;
}
#body_header .title .site-logo a img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 1300px) {
	#body_header .title .site-logo a {
		height: clamp(30px,2.59vw,38px);
		padding-top: 10px;
	}
}
/* グローバルメニュー //
////////////////////////////////////////////////////////////////////*/

#gmanu {
}
#gmanu > ul {
	display: flex;
    justify-content: space-between;
    width: 100%;
}
#gmanu > ul > li {
	box-sizing: content-box;
	display: table-cell;
	font-size: 1.5rem;
	vertical-align: middle;
	width: 170px;
}

#gmanu ul > li > a, #gmanu .sbm_hd {
	box-sizing: border-box;
	width: 100%;
	display: table;
	color: #555;
	font-weight: 600;
	text-align: center;
	line-height: 1.1;
	transition: background 0.1s;
	cursor: pointer;
}
#gmanu .sbm_hd i{
	color: #0ea95a;
	font-size: 1.8rem;
}
html:not([lang='ja']) #gmanu ul > li > a {
	height: 50px;
}
#gmanu ul > li > a span, #gmanu .sbm_hd span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#gmanu ul > li > a {
	height: 6.7rem;
}
#gmanu .sbm .sbm_hd {
	position: relative;
	z-index: 1;
}
#gmanu .sbm .sbm_box {
	position: relative;
}
#gmanu .sbm .sbm_box > ul {
	padding: 5px 8px 5px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -25px;
    opacity: 0;
    transition: opacity 0.2s, transform 0.4s;
    transform: translateY(-20px);
    pointer-events: none;
    width: 200px;
}
#gmanu .sbm:hover .sbm_box > ul {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
	transition-property: transform, opacity;
	transition-delay: 0.1s, 0.1s;
}
#gmanu .sbm .sbm_box > ul > li {
	margin-top: 10px;
}
#gmanu .sbm .sbm_box > ul a {
	height: 3.8rem;
	border: none;
    color: #555;
}
#gmanu .sbm .sbm_box > ul a:hover {
	background-color: #fff;
}

/*----------*/


#gmanu .kensaku {
	width: 170px;
}
#gmanu .kensaku .sbm_hd {
	display: flex;
    justify-content: center;
    gap: 13px;
	align-items: center;
	height: 66px;
}
#gmanu .kensaku li:first-child a {
	border-bottom: 1px solid #333;

}
#gmanu .kensaku li:first-child strong {
	font-size: 1.8rem;
}



/* フッター //
////////////////////////////////////////////////////////////////////*/

#body_footer {
	background-color: #0ea95a;
	margin-top: 70px;
}
#body_footer .cont-w {
    width: 1180px;
}
#body_footer .footer-frame{
	position: relative;
	background-color: var(--acc1);
	padding-top: 40px;
	padding-bottom: 40px;
	font-feature-settings: normal;
}
#body_footer .footer-frame > div{
	position: relative;
}


/* 会社情報 ///
---------------------------------------------- */
#body_footer address {
	margin-bottom: 30px;
	color: #fff;
}
#body_footer address h3{
	margin-bottom: 20px;
}
#body_footer address h3 img{
}
#body_footer address p{
	font-size: 1.3rem;
	line-height: 1.7;
}

/* アクセス ///
---------------------------------------------- */
#body_footer .accesss{
	position: absolute;
	top: 0;
	right: 0;
}
#body_footer iframe{
	width: 550px;
    height: 370px;
	border-radius: 20px;
}
/* フッターリンク ///
---------------------------------------------- */
#body_footer .footer-menu *{
	color: #fff;
	font-size: 1.3rem;
}
#body_footer .footer-menu{
	display: flex;
	column-gap: 50px;
}
ul.menu-inner {
    margin-top: 8px;
}
#body_footer .footer-menu ul + h4 {
    margin-top: 5px;
}
ul.menu-inner li {
    padding-bottom: 6px;
}
#body_footer .footer-menu a::before{
	content: "―";
	padding-right: 0.2em;
}
/* 一部のリンクは除外*/
#body_footer .footer-menu li:has([href="/"]) a::before,
#body_footer .footer-menu ul.nobar a::before{
	display: none;
}

#body_footer .footer-menu li:has([href="/"]) a{
	font-weight: 700;
}

/*----------*/

#body_footer .copyright {
	display: block;
	background-color: #fff;
	font-size: 1.2rem;
	line-height: 3rem;
	text-align: center;
}



#pagetop {
	width: 50px;
	position: absolute;
	top: 300px;
	right: 120px;
	bottom: 270px;
	pointer-events: none;
	z-index: 10;
}
body.compensate-for-scrollbar #pagetop {
	display: none;
}
#pagetop > p {
	padding-top: calc(100vh - 80px);
	width: 50px;
	position: sticky;
	top: 0;
}
#pagetop a {
	width: 100%;
	height: 50px;
	background-color: #0ea95a;
	border-radius: 2px;
	display: table;
	pointer-events: auto;
}
#pagetop a i {
	display: table-cell;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	vertical-align: middle;
}

/* sticky未対応ブラウザ（js使用） ///
---------------------------------------------- */
#topbtn.polyfill_sticky {
  position: absolute;
	right: 0;
}
#topbtn.polyfill_sticky.middle {
  position: fixed;
	right: 30px;
	bottom: 10px;
}
#topbtn.polyfill_sticky.bottom {
  top: auto;
  bottom: 0;
}


.pc2spLink {
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}
#pc2sp_switcher {
	margin: 20px;
	background-color: #cdecf5;
	border-radius: 4px;
	display: block;
	color: #0ea95a;
	font-size: 3rem;
	line-height: 100px;
	text-align: center;
}
#pc2sp_switcher::before {
	margin-right: 8px;
	font-size: 4rem;
	font-weight: 600;
	line-height: 100px;
	vertical-align: top;
	font-family: "Font Awesome 5 Free";
	content: "\f3cd";
}

/* フェードアップ　アニメーション ///
---------------------------------------------- */
.fadeUp {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadeUp.in-view {
  opacity: 1;
  transform: translateY(0);
}