@charset "UTF-8";

/**
 *
 * レイアウト、共通コンテンツ
*
* 注意
* flex-basisはie11でバグがあるため不使用推奨
**/
/**
 * ラッパー
**/
#wrapper {
	overflow: hidden;
}

@media (max-width: 767px) {
	#wrapper {
		overflow: hidden;
	}
}

/**
 * ヘッダー
**/
#header {
	width: 100%;
	height: 160px;
	text-align: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	background: #fff;
	padding: 0 2.5rem;
	transition: all .3s ease;
}

.header_logo {
	margin-right: 20px;
	width: 50%;
}

.word_search_wrap {
	width: 50%;
}

.header_logo img {
	display: block;
	max-width: 300px;
}

.header_link {}

.header_link>ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_link>ul>li {
	padding: 0 10px;
}

.header_link>ul>li a {
	display: block;
}

.header_left {
	display: flex;
	align-items: center;
	width: 50%;
}

.header_right {
	display: flex;
	flex-direction: column;
	font-size: 15px;
	width: 50%;
}

.header_right>* {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header_right_top {
	font-size: 13px;
	margin-bottom: 20px;
}

.header_right_bottom {
	font-size: 14px;
	white-space: nowrap;
}

.header_right_bottom li {
	border-right: solid 1px #000;
	padding: 0 8px;
}

.header_right_bottom li:last-child {
	border-right: none;
}

.header_contactlist a {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #54BEC6;
	font-size: 15px;
	padding: 10px 15px;
	border-radius: 50px;
	position: relative;
	box-shadow: 10px 10px 10px 0px rgb(0 0 0 / 10%);
}

.right_bottom {
	background: #e66900 !important;
}

.header_tel {
	font-size: 12px;
	margin-right: 20px;
}

.header_tel img {
	height: 16px;
	margin-right: 3px;
	vertical-align: text-top;
}

.header_tel em {
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
}

body.has-form #header {
	height: 80px;
}

body.has-form .header_right {
	display: none;
}

body.has-form .word_search_wrap {
	display: none;
}

@media (max-width: 1280px) {
	.header_logo img {
		max-width: 230px;
	}
}

@media (max-width: 959px) {
	#header {
		padding: 0 0.3125rem 0 1rem;
	}

	/* .header_logo img {
        max-width: 260px;
    } */

	.header_link {
		padding: 0 0.5rem;
	}

	.header_link>ul>li {
		padding: 0 0.5rem;
	}

	.header_link>ul>li>a {
		display: block;
		font-size: 0.6875rem;
		line-height: 1rem;
	}

	.header_left {
		align-items: flex-start;
		flex-direction: column;
		width: 35%;
	}

	.header_right {
		width: 65%;
	}

	.header_right_bottom {
		font-size: 10px;
	}

	.header_tel {
		margin-right: 5px;
	}
}

@media (max-width: 767px) {
	#header {
		height: auto;
		padding: 0 0.5rem;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		height: 105px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		background-color: #fff;
	}

	.header_left,
	.header_logo, .header_right {
		width: 100%;
	}

	.header_left {
		position: relative;
		height: 100%;
		display: flex;
		align-items: center;
		flex-direction: inherit;
	}

	.header_right_top {
		margin-bottom: 0;
		width: 100%;
		justify-content: center;
	}

	.header_logo {
		margin-right: 0;
		margin-bottom: 0;
	}

	.sp_navi {
		position: absolute;
		right: 0;
		top: 0;
		display: flex;
	}

	.header_link {
		display: none;
	}

	.header_logo {
		max-width: 45%;
		margin-bottom: 40px;
	}

	.header_logo img {
		max-width: 100%;
	}

	.header_tel {
		margin-top: 30px;
		margin-right: 0;
		text-align: center;
	}

	.header_right_top .header_tel {
		display: none;
	}
}

/**
 * ヘッダー 検索窓（一部コンテンツ部分でも共有）
**/
.word_search_wrap {
	width: 100%;
}

header .word_search {
	max-width: 300px;
	width: 100%;
}
.word_search {
	width: 100%;
}

@media (max-width: 1280px) {
	.word_search_wrap {
		margin-top: 0px;
	}
}

@media (max-width: 767px) {
	.word_search_wrap {
		width: 100%;
		overflow: hidden;
		border-radius: 6px;
	}

	#header .word_search_wrap {
        position: absolute;
        top: 60px;
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        border-radius: 0;
        background-color: #fff;
	}
	#header .word_search {
    	max-width: unset;
	}
	.word_search {
		width: 100%;
	}
}

.word_search .search-field[type="search"],
.word_search .search-field {
	margin: 0;
	padding: 0 0.5rem;
	width: calc(100% - 40px);
	font-size: 14px;
	background: #f2f5f6;
	border: 2px solid #f2f5f6;
	line-height: 1;
	height: 40px;
	border-radius: 0;
}

.word_search .search-field::placeholder {
	color: #959595;
}

.word_search .search-field::-ms-input-placeholder {
	color: #959595;
}

.word_search .search-field:-ms-input-placeholder {
	color: #959595;
}

.word_search .search-submit {
	width: 40px;
	height: 40px;
	padding-right: 2px;
	float: right;
	font-size: 0.75rem;
	color: #fff;
	background: #006900;
	border: 2px solid #006900;
	line-height: 1;
	border-radius: 0;
}

.word_search .search-submit i {}

.word_search .search-submit i img {
	width: 1.25rem;
	height: auto;
}


@media (max-width: 959px) {

	.word_search .search-field[type="search"],
	.word_search .search-field {
		padding: 0 0.5rem;
		width: calc(100% - 2rem);
		font-size: 0.75rem;
		height: 2rem;
	}

	.word_search .search-submit {
		width: 2rem;
		height: 2rem;
		font-size: 0.75rem;
		line-height: 1;
	}

	.word_search .search-submit i img {
		width: 0.875rem;
		height: auto;
	}
}

@media (max-width: 767px) {
	.word_search {
		max-width: initial;
	}

	.word_search .search-field[type="search"],
	.word_search .search-field {
		padding: 0 0.5rem;
		width: calc(100% - 2.5rem);
		font-size: 0.75rem;
		height: 2.5rem;
	}

	.word_search .search-submit {
		width: 2.5rem;
		height: 2.5rem;
		font-size: 0.75rem;
		line-height: 1;
	}

	.word_search .search-submit i img {
		width: 1.25rem;
		height: auto;
	}
}

/**
 * ヘッダー ログインボタン
**/
.header_btn_reg,
.header_btn_login {
	width: 10rem;
	margin-left: 0.3125rem;
	transition: background-color .2s ease .3s;
}

.header_btn_reg>*,
.header_btn_login>* {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background: #006900;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	/*max-width: 182px;*/
	height: 40px;
}


@media (max-width: 959px) {

	.header_btn_reg,
	.header_btn_login {
		width: 33%;
	}

	.header_btn_reg>*,
	.header_btn_login>* {
		height: 30px;
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.header_btn_reg>*, .header_btn_login>* {
		font-size: 0.5rem;
		line-height: 0.75rem;
		height: 2.1875rem;
	}

	.header_btn_sp {
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 0.5rem 1rem;
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}

	.header_btn_sp a {
		font-size: 13px;
		padding: 10px 20px;
		width: 100%;
	}

	/*.header_btn_sp a:first-child {
        margin-right: 10px;
    }*/
	.header_btn_sp a:last-child {
		background-color: #e66900;
		position: relative;
	}

	.free_icon {
		font-size: 8px;
		position: absolute;
		right: 30px;
		background: #fff;
		color: #e66900;
		width: 30px;
		height: 30px;
		border-radius: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}


/**
 * ヘッダー cta btn
**/
.sp_navi .btn_wrap {
	display: flex;
	padding-right: 6px;
}


/**
 * ヘッダー ハンバーガーメニュー
**/
#open.btn {
	display: block;
	width: auto;
	height: auto;
	border: none;
	background: inherit;
	border-radius: 0;
	font-weight: 300;
	text-decoration: none;
}

#open p {
	font-size: 10px;
	margin-top: -3px;
}

#open_icon {
	display: block;
	position: relative;
	z-index: 1;
	height: 2.1875rem;
	width: 2.375rem;
}

#open_icon div {
	background-color: #595757;
	position: absolute;
	left: 12.5%;
	right: 12.5%;
	z-index: 1;
	height: 1px;
}

#open_icon div:nth-of-type(1) {
	top: 25%;
}

#open_icon div:nth-of-type(2) {
	top: 50%;
}

#open_icon div:nth-of-type(3) {
	top: 75%;
}



#close.btn {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	height: 3rem;
	border: none;
	background: inherit;
	border-radius: 0;
	font-weight: 300;
	text-decoration: none;
	padding: 0.5rem;
}

#close.btn::before {
	content: '';
	display: block;
	width: 200px;
	height: inherit;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% auto;
}

#close a {
	display: inline-block;
	color: #ccc;
	font-size: 1.75rem;
	text-align: center;
	width: 2.75rem;
}

#g_menu ul.g_menu_link {
	border-top: 1px solid #eee;
}

#g_menu .g_menu_link li {
	font-weight: 500;
	line-height: 1rem;
	letter-spacing: 0.1ex;
	position: relative;
}

#g_menu .g_menu_link li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px solid #eee;
	height: 3rem;
	padding: 0 1.25rem;
	/* if use height */
	/*padding: 0.75rem 1.25rem;*/
	/* if not use height */
}

#g_menu .g_menu_link li a::before {
	content: "";
	position: absolute;
	top: 43%;
	right: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #006900;
	border-right: 1px solid #006900;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

#g_menu .g_search_btn a {
	display: block;
	background-color: #006900;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 20px 15px;
	position: relative;
	margin: 20px 0;
}

#g_menu .g_search_btn a::after {
	content: "";
	position: absolute;
	background-image: url(../images/g_g_search_btn_icon.svg);
	background-size: cover;
	width: 18px;
	height: 18px;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#g_menu .g_search_btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

#g_menu .g_menu_linkbtn {
	display: flex;
	justify-content: space-between;
}

#g_menu .g_menu_linkbtn li {
	width: 48%;
}

#g_menu .g_menu_linkbtn li a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 500px;
	min-height: 60px;
	background-color: #FF9933;
	color: #fff;
	text-align: center;
}

#g_menu .g_menu_linkbtn li:nth-child(2) a {
	background-color: #53BEC6;
}

#g_menu .g_cta {
	padding-bottom: 10px;
}

#g_menu .g_cta a {
	display: block;
	margin-bottom: 10px;
}

#g_menu .g_cta a img {
	width: 100%;
}

#g_menu a {}

#g_menu {
	background: rgba(255, 255, 255, 1);
	transition: right 0.6s ease;
	position: fixed;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0 20px;
	overflow: scroll;
	height: 100vh;
}

#g_menu {
	right: -100%;
	transition: right 0.3s ease;
}

#g_menu.is-active {
	right: 0;
	transition: right 0.6s ease;
}


/**
 * パンくず
**/
.bc_nav {
	background: #f2f5f6;
	padding: 0.75rem 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 0.75rem;
}

.bc_nav ol,
.bc_nav ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.bc_nav li {
	display: inline-block;
}

.bc_nav li+li::before {
	content: '\f125';
	display: inline-block;
	font-family: "Ionicons";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-rendering: auto;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.bc_nav li a {
	color: #595757;
}

@media (max-width: 767px) {
	.bc_nav {
		padding: 0.5rem 0;
	}

	#main_image_sub+.bc_nav {
		padding: 0.5rem 0;
	}

	.bc_nav ol::after,
	.bc_nav ul::after {
		content: '';
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 5;
		width: 3em;
		pointer-events: none;
	}

	.bc_nav ol,
	.bc_nav ul {
		margin: 0;
		padding: 0;
		overflow-x: auto;
		overflow-y: visible;
		white-space: nowrap;
	}

	.bc_nav li {
		display: inline;
		font-size: 0.75rem;
		line-height: 0.875rem;
	}

	.bc_nav li a {
		color: inherit;
	}
}

#main_image_sub {
	width: 100%;
	height: auto;
	background: url("../images/main_image_01.webp")no-repeat center top;
	background-size: cover;
	overflow: hidden;
	position: relative;
	padding: 25rem 0 1rem;
}

#main_image_counselorlist {
	width: 100%;
	height: auto;
	background: url("../images/main_image_counselorlist.jpg")no-repeat center top;
	background-size: cover;
	overflow: hidden;
	position: relative;
	padding: 25rem 0 1rem;
}
#main_image_faq {
	width: 100%;
	height: auto;
	background: url("../images/main_image_faq.jpg")no-repeat center top;
	background-size: cover;
	overflow: hidden;
	position: relative;
	padding: 25rem 0 1rem;
}

#main_image_choose {
	width: 100%;
	height: auto;
	background: url("../images/main_image_choose.jpg")no-repeat center top;
	background-size: cover;
	overflow: hidden;
	position: relative;
	padding: 25rem 0 1rem;
}

#main_image_sub h2, #main_image_counselorlist h2 ,
#main_image_faq h2,
#main_image_choose h2{
	margin: 0 auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
	font-size: 2.375rem;
	font-weight: 700;
	letter-spacing: 0.5rem;
	text-align: right;
}
#main_image_sub h1, #main_image_counselorlist h1 ,
#main_image_faq h1,
#main_image_choose h1{
	margin: 0 auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
	font-size: 2.375rem;
	font-weight: 700;
	letter-spacing: 0.5rem;
	text-align: left;
}

.about_page #main_image_sub h2, .counselorlist_page #main_image_counselorlist h2 ,
 #main_image_faq h2,
 #main_image_choose h2	{
	color: #fff;
	text-shadow: #000 1px 0 10px;
}
.about_page #main_image_sub h1, .counselorlist_page #main_image_counselorlist h1 ,
 #main_image_faq h1,
 #main_image_choose h1	{
	color: #fff;
	text-shadow: #000 1px 0 10px;
}

#main_image_sub h2 em {
	color: #006900;
}
#main_image_sub h1 em {
	color: #006900;
}


#main_image_sub h2 br {
	display: none;
}



@media (max-width: 767px) {
	#main_image_sub ,
	#main_image_faq,
	#main_image_choose,
	#main_image_counselorlist{
		background-size: cover;
		background-position: left 40% top 50%;
		padding: 4rem 0;
	}

	#main_image_sub h2 ,
	#main_image_faq h2 ,
	#main_image_choose h2 ,
	#main_image_counselorlist h2 {
		font-size: 1.5rem;
		line-height: 2rem;
		letter-spacing: .3rem;
	}
	#main_image_sub h1 ,
	#main_image_faq h1 ,
	#main_image_choose h1 ,
	#main_image_counselorlist h1 {
		font-size: 1.5rem;
		line-height: 2rem;
		letter-spacing: .3rem;
	}

	#main_image_sub h2 br {
		display: block;
	}
}

/**
 * コンテンツ
**/
#content {
	padding: 0;
}

.bc_nav+#content {
	padding-top: 2rem;
}

.bc_nav+#content.form_con {
	padding-top: 0;
}

@media (max-width: 959px) {
	.bc_nav+#content {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	.bc_nav+#content {
		padding-top: 0.5rem;
	}
}

/**
 * #main, #side
**/
#main {
	padding: 0 0 2.5rem;
	width: 75%;
}

/* 閲覧履歴などで使用（注：ラッパーがflexでspace-betweenの場合、ie11で機能しません） */
#main:only-child {
	margin-left: auto;
	margin-right: auto;
}

#side {
	width: 25%;
	max-width: 300px;
}

@media (max-width: 767px) {
	#content {}

	#main {
		padding: 1rem 0 0;
		width: 100%;
	}

	#side {
		padding: 1rem 0;
		width: 100%;
	}
}

/* mypageの#mainと#sideはcontent.mypage.cssへ */
/* sページの#mainと#sideはcontent.search.cssへ */
.flex_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

/**
 * フッター
**/
#footer {
	width: 100%;
	text-align: left;
	background: #f2f5f6;
	color: #000;
}

#footer .wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 3.75rem 0;
	display: flex;
	justify-content: space-between;
}

#footer_logo {
	max-width: 410px;
	width: 100%;
	text-align: left;
}

.copyright {
	font-size: 12px;
	margin-top: 30px;
}

#footer_navi {
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
}

#footer .link_box {
	padding: 0 2.5rem 0 1rem;
	border-left: solid 1px #dedede;
}

#footer .link_box li {
	margin-bottom: 1rem;
}

#footer .link_box li:last-child {
	margin-bottom: 0;
}

#footer .link_box li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: inherit;
}

/*
#footer .link_box li a::before {
	content: "\f125";
	display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.5rem;
}
*/
#footer_contact {
	width: 20rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: end;
}

#footer_contact p {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.5rem;
}

#footer_contact p::before {
	content: "";
	width: 1.25rem;
	height: 1.25rem;
	background: url("../images/icon_hatena.png")center center / 100% no-repeat;
	display: inline-block;
	position: relative;
	top: 0;
	right: 0.3125rem;
}

#footer_contact .box_more {
	width: 100%;
}

#footer_contact .box_more a {
	color: #393939;
	background: #eee;
	border: none;
}

#footer_contact .box_more a::after {
	background-image: url(../images/arrow_10.png);
}

body.has-form #footer_navi {
	display: none;
}

@media (max-width: 959px) {
	#footer {
		font-size: 0.8125rem;
	}

	#footer .wrap {
		padding: 2rem 1.25rem;
		flex-wrap: wrap;
	}

	#footer_logo {
		max-width: 320px;
		margin: 0 auto 30px;
	}

	#footer_logo .copyright {
		display: none;
	}

	.copyright.sp_disp {
		display: block !important;
		text-align: center;
		width: 100%;
	}

	#footer_navi {
		margin: 0;
		font-size: inherit;
	}

	#footer .link_box {
		margin: 0 1.25rem;
	}

	#footer .link_box li {
		margin-bottom: 0.5rem;
	}

	#footer_contact {
		margin: 2.5rem auto 0;
	}
}

@media (max-width: 767px) {
	#footer .wrap {
		margin: 0 auto;
		padding: 1rem 1rem 7rem;
		width: 100%;
	}

	#footer_logo {
		width: 100%;
		margin-top: 1.25rem;
	}

	#footer_logo img {}

	#footer_navi {
		flex-wrap: wrap;
	}

	#footer .link_box {
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
	}

	#footer .link_box li {
		margin-bottom: 0;
	}

	#footer .link_box li a {
		padding: 0.75rem 0 0;
	}

	#footer .link_box li a br {
		display: none;
	}

	#footer_contact {
		margin: 0 auto 1.75rem;
	}

	body.has-form #footer {
		display: none;
	}
}

#page_top {
	position: fixed;
	bottom: 2.5rem;
	right: 2.5rem;
	width: 4rem;
	height: 4rem;
	background: url("../images/pagetop.png") center center no-repeat;
	background-size: contain;
	z-index: 2000;
}

#page_top:focus,
#page_top:hover {}

@media (max-width: 959px) {
	#page_top {
		right: 1rem;
	}
}

@media (max-width: 767px) {
	#page_top {
		bottom: 5.5rem;
		right: 0.5rem;
		width: 2.5rem;
		height: 2.5rem;
	}

	#page_top:nth-of-type(2) {
		display: none;
	}

	#page_top.bbb-on {
		bottom: 6.875rem;
	}
}

.bottom-bnr {
	display: none;
}

/*
@media (max-width: 959px) {
	.bottom-bnr {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 4000;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 62px;
		background: rgba(0, 0, 0, .7);
		padding: 0 15px;
	}

	.bottom-bnr__btn {
		flex: 0 0 calc(50% - 4.5px);
		display: flex;
		align-items: center;
		justify-content: center;
		height: 43px;
		border-radius: 22px;
		color: #fff;
		font-size: 14px;
		text-align: center;
	}

	.bottom-bnr__btn.tel {
		background: #009e00 url(../images/icon-bottom-tel.png) left 13px center / 17px 17px no-repeat;
	}

	.bottom-bnr__btn.form {
		background: #E86900 url(../images/icon-bottom-mail.png) left 13px center / 17px 14px no-repeat;
		padding-left: 4%;
	}

	.bottom-bnr__btn+.bottom-bnr__btn {
		margin-left: 9px
	}

	body.has-form .bottom-bnr {
		display: none;
	}

	.bottom-bnr+footer {
		padding-bottom: 4rem;
	}
}*/

/** footer_float_cta **/
.footer_float_cta {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 99;
}

.footer_float_cta .relative_wrap {
	position: relative;
}

.footer_float_cta .relative_wrap .comment_txt {
	position: absolute;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 310px;
	z-index: 9;
}

.footer_float_cta .relative_wrap ul {
	display: flex;
}

.footer_float_cta .relative_wrap ul li {
	flex: 1;
}

.footer_float_cta .relative_wrap ul li img {
	width: 100%;
}

body.has-form .footer_float_cta {
	display: none;
}

@media (min-width: 561px) {
	.footer_float_cta {
		display: none;
	}
}




.fixed_header_wrap {
	position: fixed;
	top: -70px;
	width: 100%;
	height: 75px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	transition: .5s;
	/* アニメーションタイミング */
	z-index: 9999;
	padding: 0 2.5rem;
}

.fixed_header_wrap.is-show {
	top: 0;
}

.fixed_header_wrap .innar_nav_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.fixed_header_wrap .innar_nav_box .fixed_header_logo {
	width: 300px;
}

.fixed_header_wrap .innar_nav_box .right_box {
	display: flex;
	gap: 20px;
	align-items: center;
}

.fixed_header_wrap .innar_nav_box .right_box ul.menu_list {
	display: flex;
	gap: 12px;
	align-items: center;
	white-space: nowrap;
}

.fixed_header_wrap .innar_nav_box .right_box ul.menu_list a {
	font-weight: bold;
	font-size: 14px;
}

.fixed_header_wrap .innar_nav_box .cta_group p {
	line-height: 1;
	margin-bottom: 5px;
}

.fixed_header_wrap .innar_nav_box .cta_group .cta_btn_list {
	display: flex;
	gap: 10px;
}

@media (max-width: 1240px) {
	.fixed_header_wrap .innar_nav_box .fixed_header_logo {
		width: 180px;
	}

	.fixed_header_wrap .innar_nav_box .right_box ul.menu_list {
		gap: 10px;
	}

	.fixed_header_wrap .innar_nav_box .right_box ul.menu_list a {
		font-size: 13px;
	}

	.fixed_header_wrap .innar_nav_box .cta_group .cta_btn_list li {
		width: 130px;
	}
}

@media (max-width: 990px) {
	.fixed_header_wrap .innar_nav_box .fixed_header_logo {
		width: 130px;
	}

	.fixed_header_wrap .innar_nav_box .right_box {
		gap: 10px;
	}

	.fixed_header_wrap .innar_nav_box .right_box ul.menu_list {
		gap: 8px;
	}

	.fixed_header_wrap .innar_nav_box .right_box ul.menu_list a {
		font-size: 1.1vw;
	}

	.fixed_header_wrap .innar_nav_box .cta_group .cta_btn_list li {
		width: 120px;
	}

	.fixed_header_wrap .innar_nav_box .cta_group .cta_btn_list {
		gap: 5px;
	}
}

@media (max-width: 768px) {
	.fixed_header_wrap {
		display: none;
	}
}

/*20240417　header/footer用追加CSS*/
.menu-list {display: flex; justify-content: center; padding: 0;}
.drop-menu-item a {font-weight: lighter;}
.menu-item {border-left: 1px solid #fff; position: relative;}
.menu-item:last-child {border-right: 1px solid #fff; }
.menu-item:hover .drop-menu-list {visibility: visible; margin: auto;}
.menu-item ul li a {align-items: center; color: #000; display: flex; height: 35px; justify-content: center; text-decoration: none; font-size: 14px !important; padding: 0 20px; font-weight: 500 !important;}
.menu-item ul li{border-right: unset}
.drop-menu {position: relative;}
.drop-menu-list {left: 0; position: absolute; top: 100%; visibility: hidden; width: max-content; z-index: 1; padding: 0; text-decoration : #ccc;}
.menu-item:hover .drop-menu-list {opacity: 1; transition: opacity .3s, visibility .3s; visibility: visible; left: -40px; top: 25px;}
.drop-menu-list {background-color: #696969; left: 0; opacity: 0; position: absolute; top: 100%; visibility: hidden; width: max-content; z-index: 1;}
.drop-menu-item{background: #fff4e8;}
.drop-menu-item a {text-align: center; width: 150px; font-weight: bold;}
.drop-menu-list a::before {content: ''; display: block; position: absolute; left: 15px; width: 6px; height: 6px; border-top: 1px solid #f07e00; border-right: 1px solid #f07e00; transform: rotate(45deg);}
/*20240417　header/footer用追加CSS　END*/