@charset "utf-8";
/*
header
*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1920px;
	background: #EFEDE4;
	z-index: 100;
	transition: all 0.3s ease-out;
}
.header_contents {
	display: flex;
	justify-content: space-between;
	height: 50px;
}
.logo {
	display: flex;
	align-items: center;
	gap: 0 14px;
	padding: 0 0 0 18px;
}
.logo img {
	width: 138px;
	vertical-align: middle;
}
.logo_txt {
	padding: 0 0 3px;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5;
}
.header_contact_wrap {
	display: none;
}
@media only screen and (min-width: 768px) {
	.top_logo .logo_txt {
		display: block;
		font-size: 7.6px;
	}
	.header_contact_wrap {
		display: block;
		padding: 4.5px 70px 0 0;
	}
	.header_contact_link {
		display: block;
		width: 120px;
		height: 40px;
		padding: 3px;
		border-radius: 34px;
		background: rgba(39, 129, 217, .5);
		transition: all 0.3s ease-out;
	}
	.header_contact_link_inner {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 5px;
		width: 100%;
		height: 100%;
		padding: 0 16px 0 18px;
		border-radius: 34px;
		background: #2781D9;
	}
	.header_contact_img {
		padding: 0 0 4px;
	}
	.header_contact_img img {
		vertical-align: middle;
		width: 16px;
	}
	.header_contact_txt {
		font-size: 13px;
		font-weight: bold;
		color: #fff;
	}
}
@media only screen and (min-width:1024px) {
	header.top_header {
		position: absolute;
	}
	.header_contents {
		height: 70px;
	}
	.top_header .header_contents {
		height: auto;
	}
	.logo {
    padding: 0 0 0 30px;
  }
	.logo.top_logo {
    padding: 15px 0 0 50px;
  }
  .logo img {
    width: 145px;
  }
	.logo.top_logo img {
    width: 175px;
  }
	.logo_txt {
		display: none;
	}
	.logo.top_logo {
		flex-direction: column;
		gap: 5px 0;
	}
	.top_logo .logo_txt br {
		display: none;
	}
	.header_contact_wrap {
		padding: 7px 90px 0 0;
	}
	.header_contact_wrap.top_header_contact_wrap {
		padding: 20px 135px 0 0;
	}
	.header_contact_link {
		width: 130px;
		height: 45px;
		padding: 5px;
	}
	.header_contact_link:hover {
		background: #2781D9;
	}
	.header_contact_img img {
		width: 18px;
	}
}
@media only screen and (min-width:1680px) {
	.logo {
    padding: 0 0 0 58px;
  }
	.logo.top_logo {
		gap: 16px 0;
    padding: 23px 0 0 71px;
  }
  .logo img {
    width: 207px;
  }
  .logo.top_logo img {
    width: 345px;
  }
	.top_logo .logo_txt {
		font-size: 15px;
	}
	.header_contents {
		height: 80px;
	}
	.top_header .header_contents {
		height: auto;
	}
	.header_contact_wrap {
		padding: 10px 120px 0 0;
	}
	.header_contact_wrap.top_header_contact_wrap {
		padding: 40px 182px 0 0;
	}
	.header_contact_link {
		width: 150px;
		height: 60px;
		padding: 5px;
	}
	.header_contact_link_inner {
		gap: 0 9px;
		padding: 0 22px 0 25px;
	}
	.header_contact_img {
		padding: 0 0 3px;
	}
	.header_contact_img img {
		width: 20px;
	}
	.header_contact_txt {
		font-size: 16px;
	}
}
/*
展開メニュー
*/
.flyout_gnav_wrap {
  width: 100%;
  overflow-x: hidden;
}
.flyout_gnav {
  position: fixed;
  top: 0;
  z-index: 105;
  display: none;
	width: calc(100% + 17px);
  height: 100%;
  background: #EFEDE4;
  overflow-x: hidden;
  overflow-y: scroll;
}
.flyout_gnav.gnav_mb {
	width: 100%;
}
.flyout_gnav_body {
  width: 100%;
  padding: 0 31px;
}
.flyout_gnav_inner {
	padding: 84px 0 81px;
}
.flyout_gnav_menu_wrap {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 48px 0;
}
.flyout_gnav_item + .flyout_gnav_item {
	margin: 20px 0 0;
}
.flyout_gnav_box .flyout_gnav_item + .flyout_gnav_item {
	margin: 20px 0 0;
}
.flyout_gnav_link {
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 0 14px;
}
.flyout_gnav_img {
	width: 6px;
}
.flyout_gnav_ttl {
	margin: 0 0 20px;
	padding: 0 0 5px;
	border-bottom: 1px solid #2781D9;
	color: #2781D9;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
/* バナー */
.flyout_gnav_bnr_wrap {
	margin: 60px 0 0;
}
.gnav_bnr_box + .gnav_bnr_box {
	margin: 15px 0 0;
}
.gnav_bnr_box {
	text-align: center;
}
.gnav_bnr {
	border-radius: 14px;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 23px;
	width: 100%;
	height: 89px;
	max-width: 340px;
}
.gnav_bnr_txt_area {
	color: #2781D9;
	font-weight: bold;
}
.gnav_bnr_txt_01 {
	font-size: 13px;
}
.gnav_bnr_txt_02 {
	font-size: 17px;
}
.gnav_bnr_txt_03 {
	font-size: 11px;
}
/* 無料デモ */
.gnav_bnr_demo {
	background: #FFF;
	border: 3px solid #FED566;
}
.gnav_bnr_demo .gnav_bnr_contents {
	display: flex;
	align-items: center;
	gap: 0 6px;
}
.gnav_bnr_img_demo {
	width: 37px;
}
.gnav_bnr_arw_img_demo {
	width: 9px;
	margin: 0 0 7px;
}
/* 資料ダウンロード */
.gnav_bnr_dl {
	background: #FED566;
	border: 3px solid #FED566;
	padding: 0 14px 0 18px;
}
.gnav_bnr_dl .gnav_bnr_contents {
	display: flex;
	align-items: center;
	gap: 0 7px;
}
.gnav_bnr_dl .gnav_bnr_txt_02 {
	line-height: 1.3;
}
.gnav_bnr_img_dl {
	width: 42px;
}
.gnav_bnr_dl .gnav_bnr_arw_img {
	width: 37px;
	height: 37px;
	border-radius: 50%;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gnav_bnr_arw_img_dl {
	width: 15px;
}
/* お問い合わせ */
.gnav_bnr_contact {
	background: #2781D9;
	border: 3px solid #2781D9;
}
.gnav_bnr_contact .gnav_bnr_txt_area {
	color: #FFF;
}
.gnav_bnr_contact .gnav_bnr_txt_02 {
	display: flex;
	align-items: center;
	gap: 0 7px;
}
.gnav_bnr_contact .gnav_bnr_txt_02 img {
	width: 19px;
	padding: 2px 0 0;
}
.gnav_bnr_arw_img_contact {
	width: 9px;
	margin: 0 0 7px;
}
/* ロゴ */
.flyout_logo {
	display: none;
}
/* 閉じるボタン */
.flyout_close_btn {
	position: absolute;
	top: 13px;
	right: 13px;
	cursor: pointer;
}
.flyout_close_btn img {
	width: 73px;
	height: 27px;
}
@media only screen and (min-width: 480px) {
	.flyout_gnav_wrap_contens {
		width: 70%;
		margin: auto;
	}
}
@media only screen and (min-width: 768px) {
	.flyout_gnav_inner {
		padding: 110px 0 60px;
	}
	.flyout_gnav_menu_wrap {
		flex-direction: row;
		justify-content: center;
		gap: 0 5%;
	}
	.gnav_main {
		flex: 1;
		max-width: 268px;
	}
	.flyout_gnav_link {
		font-size: clamp(14px, 1.87vw, 24px);
		white-space: nowrap;
	}
	.flyout_gnav_box {
		flex: unset;
		max-width: 360px;
	}
	.flyout_gnav_img {
		width: 9px;
	}
	.flyout_gnav_ttl {
		font-size: clamp(20px, 3.5vw, 45px);
	}
	.gnav_bnr_txt_01 {
		font-size: clamp(13px, 1.4vw, 18px);
	}
	.gnav_bnr_txt_02 {
		font-size: clamp(17px, 1.87vw, 24px);
	}
	.gnav_bnr_txt_03 {
		font-size: clamp(11px, 1.25vw, 16px);
	}
	.flyout_logo {
		display: block;
		position: absolute;
		top: 10px;
		left: 30px;
	}
	.flyout_logo img {
		width: 175px;
	}
	.flyout_logo_txt {
		margin: 0 0 5px;
		font-size: 7.6px;
		font-weight: bold;
	}
}
@media only screen and (min-width: 1024px) {
	.flyout_gnav_wrap_contens {
		display: flex;
		justify-content: space-between;
		width: auto;
		margin: 0;
	}
	.flyout_gnav_menu_wrap {
		justify-content: flex-start;
		gap: 0 8%;
	}
	.flyout_gnav_link,
	.flyout_gnav_img {
		transition: all .3s ease-out;
	}
	.flyout_gnav_link:hover {
		color: #98A9B5;
	}
	.flyout_gnav_link:hover .flyout_gnav_img {
		transform: translateX(5px);
	}
	.flyout_gnav_bnr_wrap {
		margin: 20px 0 0;
	}
	.gnav_bnr {
		border-radius: 20px;
		box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
		max-width: 420px;
		height: 100px;
	}
	.gnav_bnr_demo {
		border: 5px solid #FED566;
	}
	.gnav_bnr_dl {
		border: 5px solid #FED566;
	}
	.gnav_bnr_contact {
		border: 5px solid #2781D9;
	}
	.gnav_bnr_arw_img img {
		transition: all .3s ease-out;
	}
	.gnav_bnr:hover .gnav_bnr_arw_img img {
		transform: translateX(8px);
	}
	.gnav_bnr_dl:hover .gnav_bnr_arw_img img {
		transform: translateY(5px);
	}
}
@media only screen and (min-width: 1280px) {
	.flyout_gnav_inner {
		padding: 180px 0 140px;
	}
	.flyout_gnav_menu_wrap {
		gap: 0 13.7%;
	}
	.flyout_gnav_box {
		flex: 1;
	}
	.flyout_gnav_item + .flyout_gnav_item {
		margin: 40px 0 0;
	}
	.flyout_gnav_box .flyout_gnav_item + .flyout_gnav_item {
		margin: 30px 0 0;
	}
	.flyout_gnav_link {
		font-size: 24px;
		gap: 0 16px;
	}
	.flyout_gnav_img {
		width: 12px;
	}
	.flyout_gnav_ttl {
		margin: 0 0 26px;
		font-size: 45px;
	}
	.flyout_gnav_bnr_wrap {
		margin: 40px 0 0;
	}
	.gnav_bnr_box + .gnav_bnr_box {
		margin: 20px 0 0;
	}
	.gnav_bnr {
		height: 120px;
		padding: 0 31px;
	}
	.gnav_bnr_demo {
		padding: 0 31px 0 34px;
	}
	.gnav_bnr_dl {
		padding: 0 18px 0 20px;
	}
	.gnav_bnr_txt_01 {
		font-size: 18px;
	}
	.gnav_bnr_txt_02 {
		font-size: 24px;
	}
	.gnav_bnr_txt_03 {
		font-size: 16px;
	}
	.gnav_bnr_demo .gnav_bnr_contents {
		gap: 0 8px;
	}
	.gnav_bnr_img_demo {
		width: 50px;
	}
	.gnav_bnr_arw_img_demo {
		width: 12px;
		margin: 0 0 8px;
	}
	.gnav_bnr_dl .gnav_bnr_contents {
		gap: 0 10px;
	}
	.gnav_bnr_img_dl {
		width: 56px;
	}
	.gnav_bnr_dl .gnav_bnr_arw_img {
		width: 50px;
		height: 50px;
	}
	.gnav_bnr_arw_img_dl {
		width: 20px;
	}
	.gnav_bnr_contact .gnav_bnr_txt_02 {
		gap: 0 9px;
	}
	.gnav_bnr_contact .gnav_bnr_txt_02 img {
		width: 23px;
	}
	.gnav_bnr_arw_img_contact {
		width: 12px;
		margin: 0 0 8px;
	}
	.flyout_close_btn {
		top: 17px;
		right: 20px;
	}
	.flyout_close_btn img {
		width: 116px;
		height: 43px;
	}
}
@media only screen and (min-width: 1280px) and (max-height: 980px) {
	.flyout_gnav_inner {
		padding: 140px 0 100px;
	}
}
@media only screen and (min-width: 1280px) and (max-height: 840px) {
	.flyout_gnav_inner {
		padding: 100px 0 70px;
	}
	.flyout_logo {
    top: 10px;
    left: 30px;
	}
	.flyout_logo img {
		width: 175px;
	}
	.flyout_logo_txt {
		margin: 0 0 5px;
		font-size: 7.6px;
	}
	.flyout_close_btn {
		top: 13px;
		right: 13px;
	}
	.flyout_close_btn img {
		width: 73px;
		height: 27px;
	}
}
@media only screen and (min-width: 1520px) {
	.flyout_gnav_body {
		width: 1460px;
		padding: 0;
		margin: auto;
	}
	.flyout_gnav_inner {
		padding: 281px 0 164px;
	}
}
@media only screen and (min-width: 1520px) and (max-height: 980px) {
	.flyout_gnav_inner {
		padding: 200px 0 120px;
	}
}
@media only screen and (min-width: 1520px) and (max-height: 840px) {
	.flyout_gnav_inner {
		padding: 150px 0 80px;
	}
}
@media only screen and (min-width: 1680px) {
	.flyout_logo {
		top: 23px;
		left: 71px;
	}
	.flyout_logo_txt {
		margin: 0 0 16px;
		font-size: 15px;
	}
	.flyout_logo img {
		width: 345px;
	}
}
/*
ハンバーガーボタン
*/
.hamburger {
  position: fixed;
	right: 0;
	top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
	width: 50px;
	height: 50px;
  z-index: 103;
	background: #FED566;
	font-weight: bold;
  cursor: pointer;
	transition: all .3s ease;
}
.hamburger_bar {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  display: inline-block;
  width: 25px;
  height: 2.5px;
  background: #222;
	border-radius: 10px;
}
.hamburger_bar:after,
.hamburger_bar:before {
  position: absolute;
  display: inline-block;
  content: " ";
  width: 100%;
  height: 2.5px;
  background: #222;
	border-radius: 10px;
}
.hamburger_bar:after {
  top: -6px;
  transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1)
}
.hamburger_bar:before {
  bottom: -6px;
  transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms cubic-bezier(.23, 1, .32, 1)
}
.hamburger_bar.animate {
	width: 21px;
  background: rgba(0, 0, 0, 0)
}
.hamburger_bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  background: #3A3A3A
}
.hamburger_bar.animate:before {
	width: 100%;
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(.23, 1, .32, 1), transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
  background: #3A3A3A
}
/* .hamburger_txt {
	margin: 26px 0 0;
	color: #3A3A3A;
	font-size: 12px;
	font-weight: normal;
} */
.top_hamburger .hamburger_txt {
	display: none;
}
@media only screen and (min-width: 1024px) {
	.hamburger {
		width: 70px;
		height: 70px;
	}
	.hamburger.top_hamburger {
  	position: absolute;
		right: 25px;
		width: 85px;
		height: 85px;
		border-radius: 0 0 15px 15px;
	}
	.hamburger:hover {
		background: #FCDD89;
	}
	.top_hamburger .hamburger_bar {
		top: 29px;
		left: 50%;
		transform: translateX(-50%);
	}
	.hamburger_bar:after {
		top: -8px;
	}
	.hamburger_bar:before {
		bottom: -8px;
	}
	.top_hamburger .hamburger_txt {
		display: block;
		margin: 16px 0 0;
		font-size: 11px;
		font-weight: bold;
	}
}
@media only screen and (min-width: 1280px) {
	.hamburger_bar {
		width: 35px;
		height: 4px;
	}
	.hamburger_bar:after {
		top: -10px;
		height: 4px;
	}
	.hamburger_bar:before {
		bottom: -10px;
		height: 4px;
	}
	.top_hamburger .hamburger_txt {
		margin: 30px 0 0;
		font-size: 12px;
		font-weight: bold;
	}
}
@media only screen and (min-width: 1680px) {
	.hamburger {
		width: 80px;
		height: 80px;
	}
	.hamburger.top_hamburger {
		right: 32px;
		width: 120px;
		height: 120px;
	}
	.hamburger_bar {
		top: 42px;
		width: 40px;
	}
	.top_hamburger .hamburger_bar {
		top: 42px;
	}
	.top_hamburger .hamburger_txt {
		margin: 24px 0 0;
		font-size: 16px;
	}
}
/*
page_top
*/
.page_top {
  position: fixed;
  right: 1%;
  bottom: 140px;
  z-index: 100;
}
.page_top a {
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/common/page_top.svg) no-repeat;
  background-size: 60px 60px;
}
@media only screen and (min-width: 1024px) {
	.page_top {
		bottom: 70px;
	}
}
@media only screen and (min-width: 1280px) {
	.page_top {
		bottom: 130px;
	}
	.page_top a {
		width: 80px;
		height: 80px;
		background: url(../images/common/page_top.svg) no-repeat;
		background-size: 80px 80px;
	}
}
/*
パンくず
*/
.breadcrumbs_wrap {
	background: #FFF;
	padding: 10px 0;
}
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 7px;
	padding-left: 18px;
}
.breadcrumbs_home {
	background: #EFEDE4;
	border-radius: 15px;
	width: 39px;
	height: 21px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.breadcrumbs_home img {
	width: 11px;
}
.breadcrumbs_line {
	display: flex;
}
.breadcrumbs_line img {
	width: 6px;
	height: 3px;
}
.breadcrumbs_txt {
	background: #FED566;
	border-radius: 15px;
	padding: 2px 12px;
	font-size: 12px;
	font-weight: bold;
}
.breadcrumbs_back_page .breadcrumbs_txt {
	background: #EFEDE4;
}
@media only screen and (min-width: 768px) {
	.breadcrumbs {
		gap: 0 10px;
		padding-left: 0;
	}
	.breadcrumbs_line img {
		width: 8px;
	}
	.breadcrumbs_txt {
		font-size: clamp(12px, 1.25vw, 16px);
	}
}
@media only screen and (min-width: 1024px) {
	.breadcrumbs_home {
		width: 45px;
		height: 25px;
	}
	.breadcrumbs_home img {
		width: 13px;
	}
	.breadcrumbs_txt {
		padding: 3px 15px;
	}
}
@media only screen and (min-width: 1280px) {
	.breadcrumbs_wrap {
		padding: 15px 0;
	}
	.breadcrumbs_home {
		width: 56px;
		height: 30px;
	}
	.breadcrumbs_home img {
		width: 16px;
	}
	.breadcrumbs_txt {
		padding: 2px 20px 4px;
		font-size: 16px;
	}
}
/*
フローティングバナー
*/
.floating_bnr_wrap_pc {
	display: none;
}
.floating_bnr_wrap_sp {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
	width: 100%;
	background: #2781D9;
	border-radius: 15px 15px 0 0;
	padding: 11px 15px 13px;
}
.floating_bnr_inner {
	position: relative;
	max-width: 490px;
	margin: auto;
}
.float_bnr {
	display: flex;
	justify-content: space-between;
}
.float_bnr_01 {
	background: #FFF;
	border: 3px solid #FED566;
	border-radius: 50px;
	padding: 1px 12px 0 13px;
	width: 100%;
}
.float_bnr_txt_wrap {
	display: flex;
	align-items: center;
	gap: 0 7px;
}
.float_bnr_01_img {
	width: 28px;
}
.float_bnr_txt {
	color: #2781D9;
	font-weight: bold;
}
.float_bnr_txt span {
	font-size: 12px;
}
.float_bnr_txt br {
	display: none;
}
.float_bnr_arw_img {
	width: 6px;
}
.float_bnr_02_wrap {
	display: flex;
	gap: 0 5px;
	margin: 6px 0 0;
	width: 100%;
}
.float_bnr_02,
.float_bnr_03 {
	background: #FED566;
	border-radius: 20px;
	padding: 10px 15px;
	width: 100%;
}
.float_bnr_dl_img {
	width: 14px;
}
.close_btn {
	position: absolute;
	top: -32px;
	right: -9px;
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #2781D9;
  border-radius: 50%;
  background: #FED566;
	cursor: pointer;
}
.close_btn::before, .close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 22px;
  background: #2781D9;
}
.close_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.close_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
@media only screen and (min-width: 690px) {
	.floating_bnr_inner {
		display: flex;
		align-items: center;
		gap: 0 5px;
		max-width: unset;
		margin: 0;
	}
	.float_bnr_01 {
		max-width: 350px;
	}
	.float_bnr_02_wrap {
		margin: 0;
	}
}
@media only screen and (min-width: 768px) {
	.floating_bnr_wrap_sp {
		display: none;
	}
	.floating_bnr_wrap_pc {
		display: block;
		position: fixed;
		left: 0;
		bottom: 5px;
		z-index: 99;
		width: 100%;
		padding: 0 20px;
	}
	.floating_bnr_wrap_pc_inner {
		position: relative;
		background: #2781D9;
		border-radius: 15px;
		padding: 10px 0;
	}
	.floating_body {
		width: 100%;
		padding: 0 15px;
	}
	.float_bnr_pc_contents {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0 10px;
	}
	.float_bnr {
		box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
	}
	.float_bnr_01 {
		width: 40%;
		padding: 1px 15px 0 15px;
	}
	.float_bnr_01 .float_bnr_txt {
		margin: 0 0 3px;
	}
	.float_bnr_txt {
		line-height: 1.3;
	}
	.float_bnr_txt br {
		display: block;
	}
	.float_bnr_txt span {
		font-size: clamp(12px, 1.1vw, 14px);
	}
	.float_bnr_arw_img {
		width: 7px;
	}
	.float_bnr_02,
	.float_bnr_03 {
		border-radius: 50px;
		align-items: center;
	}
	.float_bnr_02 {
		width: 50%;
		padding: 5px 10px 5px 15px;
	}
	.float_bnr_02_img {
		width: 30px;
	}
	.float_bnr_02 .float_bnr_txt span {
		font-size: clamp(12px, 1.25vw, 16px);
	}
	.float_bnr_dl_img_wrap {
		background: #FFF;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.float_bnr_03 {
		width: 40%;
		padding: 5px 15px;
	}
	.float_bnr_txt_03 {
		display: flex;
		align-items: center;
		gap: 0 6px;
	}
	.float_contact_img {
		width: 16px;
	}
	.close_btn {
		top: -17px;
		right: -17px;
		width: 40px;
		height: 40px;
	}
}
@media only screen and (min-width: 1024px) {
	.floating_bnr_wrap_pc {
		padding: 0 30px;
	}
	.float_bnr_01 {
		border: 5px solid #FED566;
		max-width: 290px;
	}
	.float_bnr_02 {
		max-width: 330px;
		padding: 5px 10px 5px 22px;
	}
	.float_bnr_03 {
		max-width: 290px;
		padding: 5px 17px 5px 22px;
	}
	.float_bnr_arw_img,
	.float_bnr_dl_img {
		transition: all .3s ease-out;
	}
	.float_bnr:hover .float_bnr_arw_img {
		transform: translateX(3px);
	}
	.float_bnr:hover .float_bnr_dl_img {
		transform: translateY(3px);
	}
}
@media only screen and (min-width: 1280px) {
	.floating_bnr_wrap_pc {
		padding: 0 50px;
	}
	.floating_bnr_wrap_pc_inner {
		padding: 15px 0;
	}
	.floating_body {
		padding: 0 20px;
	}
	.float_bnr_pc_contents {
		gap: 0 15px;
	}
	.float_bnr_01 {
		max-width: 379px;
		padding: 3px 21px 0px 21px;
	}
	.float_bnr_txt_wrap {
		gap: 0 13px;
	}
	.float_bnr_01 .float_bnr_txt {
		margin: 0 0 5px;
	}
	.float_bnr_txt span {
		font-size: 14px;
	}
	.float_bnr_01_img {
		width: 45px;
	}
	.float_bnr_arw_img {
		width: 12px;
	}
	.float_bnr_02 {
		max-width: 457px;
		padding: 9px 11px 9px 32px;
	}
	.float_bnr_02_txt_wrap {
		gap: 0 18px;
	}
	.float_bnr_02_img {
		width: 56px;
	}
	.float_bnr_02 .float_bnr_txt span {
		font-size: 16px;
	}
	.float_bnr_dl_img_wrap {
		width: 50px;
		height: 50px;
	}
	.float_bnr_dl_img {
		width: 20px;
	}
	.float_bnr_03 {
		max-width: 335px;
		padding: 9px 30px 9px 33px;
	}
	.float_contact_img {
		width: 20px;
	}
}
@media only screen and (min-width: 1440px) {
	.floating_body {
		width: 1200px;
		padding: 0;
		margin: auto;
	}
}
/*
レイアウト
*/
/* main */
.main {
	padding: 110px 0 0;
}
@media only screen and (min-width: 1024px) {
	.main {
		padding: 160px 0 0;
	}
}
@media only screen and (min-width: 1680px) {
	.main {
		padding: 200px 0 0;
	}
}
/* page_body */
.page_body_01 {
	padding: 0 31px;
}
@media only screen and (min-width: 1280px) {
	.page_body_01 {
		width: 1200px;
		margin: auto;
		padding: 0;
	}
}
/* page_inner */
.page_inner_01 {
	padding: 0 0 100px;
}
@media only screen and (min-width: 1280px) {
	.page_inner_01 {
		padding: 0 0 200px;
	}
}
/*
共通
*/
/* ボタン */
.common_btn {
	width: 210px;
	height: 42px;
	background: #2781D9;
	border-radius: 30px;
	padding: 0 21px;
	margin: auto;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.common_btn_img {
	width: 5px;
}
.link_btn_img {
	width: 11px;
}
.more_link {
  display: flex;
  gap: 0 16px;
  align-items: center;
}
.more_txt {
  display: inline-block;
  padding: 0 0 3px;
  border-bottom: 1px solid #1A1A1A;
  font-size: 12px;
  font-weight: bold;
}
.more_arw {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2781D9;
	transition: all 0.3s ease-out;
}
.more_arw img {
  width: 6px;
  height: 10px;
}
@media only screen and (min-width: 768px) {
	.common_btn {
		width: 250px;
		height: 50px;
		font-size: clamp(12px, 1.25vw, 16px);
		margin: 0;
	}
	.common_btn_img {
		width: 6px;
	}
}
@media only screen and (min-width: 1024px) {
	.common_btn {
		transition: all .3s ease-in-out;
	}
	.common_btn:hover {
		background: #4994DE;
		padding: 0 25px 0 30px;
	}
  .more_link:hover .more_arw {
    background: #4994DE;
    transform: translateX(5px);
  }
}
@media only screen and (min-width: 1280px) {
	.common_btn {
		width: 300px;
		height: 60px;
		padding: 0 30px;
		font-size: 16px;
	}
	.common_btn_img {
		width: 7px;
	}
	.link_btn_img {
		width: 16px;
	}
	.more_link {
    display: flex;
    gap: 0 10px;
  }
  .more_txt {
    font-size: 14px;
  }
  .more_arw {
    width: 40px;
    height: 40px;
  }
  .more_arw img {
    width: 7px;
    height: 12px;
  }
}
/* 下層ページタイトル */
.sub_page_ttl_en {
	font-size: 40px;
	color: #2781D9;
	line-height: 1;
}
.sub_page_ttl_ja {
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: bold;
}
@media only screen and (min-width: 768px) {
	.sub_page_ttl_en {
		font-size: clamp(40px, 7.8vw, 100px);
	}
	.sub_page_ttl_ja {
		font-size: clamp(18px, 2.5vw, 32px);
		font-weight: bold;
	}
}
@media only screen and (min-width: 1280px) {
	.sub_page_ttl_en {
		font-size: 100px;
	}
	.sub_page_ttl_ja {
		font-size: 32px;
		font-weight: bold;
	}
}
/* 下層セクションタイトル */
.sec_ttl_wrap {
  position: relative;
  margin: 0 0 41px;
  padding: 0 0 0 14px;
}
.sec_ttl_wrap::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  background: #FED566;
  width: 3px;
  height: 100%;
  border-radius: 2.5px;
}
.sec_ttl_en {
  color: #2781D9;
  line-height: 1;
}
.sec_ttl_ja {
  padding: 2px 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .sec_ttl_ja {
    font-size: clamp(24px, 3.1vw, 40px);
  }
}
@media only screen and (min-width: 1280px) {
  .sec_ttl_wrap {
    margin: 0 0 60px;
    padding: 0 0 0 20px;
  }
  .sec_ttl_wrap::before {
    width: 5px;
  }
  .sec_ttl_ja {
    font-size: 40px;
  }
}
/* いろあと・いろあとMobile */
.solution_type_txt {
	background: #FFF;
	border-radius: 14px;
	font-size: 12px;
	font-weight: bold;
	width: 293px;
	padding: 5px 30px 5px 20px;
	margin: 0 0 0 16px;
}
.solution_type {
	position: relative;
	background: #222;
	border-radius: 20px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	width: 161px;
	text-align: center;
}
.icon_solution_img {
	width: 40px;
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
}
.solution_type_iroato {
	padding: 6px 0 6px 6px;
}
.solution_type_mobile {
	padding: 6px 0 6px 5px;
}
@media only screen and (min-width: 768px) {
	.solution_type_bnr {
		position: relative;
	}
	.solution_type_txt_box {
		position: absolute;
		left: -6px;
		top: 50%;
		transform: translateY(-50%);
	}
	.solution_type_txt {
		border-radius: 20px;
		font-size: 13px;
		width: 465px;
		padding: 5px 30px 5px 0;
		margin: 0;
		display: flex;
		justify-content: flex-end;
	}
	.solution_type {
		font-size: 12px;
		width: 170px;
	}
	.icon_solution_img {
		width: 40px;
		position: absolute;
		left: -5px;
		top: 50%;
		transform: translateY(-50%);
	}
	.solution_type_iroato {
		padding: 7px 0 6px 6px;
	}
	.solution_type_mobile {
		padding: 7px 0 6px 10px;
	}
}
@media only screen and (min-width: 1024px) {
	.solution_type_txt {
		font-size: 16px;
		width: 550px;
	}
	.solution_type {
		font-size: 14px;
		width: 190px;
	}
	.solution_type_mobile {
		padding: 7px 0 6px 20px;
	}
	.icon_solution_img {
		width: 48px;
	}
}
@media only screen and (min-width: 1280px) {
	.solution_type_txt {
		font-size: 20px;
		width: 688px;
		padding: 5px 44px 5px 0;
	}
	.solution_type {
		font-size: 18px;
		width: 232px;
	}
	.solution_type_mobile {
		padding: 7px 0 6px 35px;
	}
	.icon_solution_img {
		width: 58px;
	}
}
/* トピックスリスト */
.topics_list {
  margin: 20px 0 0;
  padding: 0 31px;
}
.topics_non {
  display: none;
}
.topic_item:first-child {
  border-top: 1px solid #98A9B5;
}
.topic_item {
  border-bottom: 1px solid #98A9B5;
}
.topic_item_link {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 19px 0;
  font-size: 15px;
  color: #111;
}
.topic_date {
  margin: 0 12px 0 0;
  padding: 3px 0 0;
  font-size: 12px;
  color: #98A9B5;
}
.topic_label {
  max-width: 120px;
  padding: 2px 10px;
  background: #fff;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
}
.topic_ttl {
  width: 100%;
  margin: 3px 0 0;
  font-size: 14px;
  font-weight: bold;
  transition: all .3s ease-out;
}
@media only screen and (min-width: 768px) {
	.topics_list {
    margin: 28px 0 0;
    padding: 0;
  }
  .topic_item_link {
    padding: 25.5px 0;
    flex-wrap: nowrap;
  }
  .topics_tab {
		font-size: clamp(12px, 1.4vw, 18px);
  }
  .topic_label {
    margin: 0 30px 0 0;
  }
  .topic_ttl {
    width: auto;
    margin: 0;
		font-size: clamp(14px, 1.56vw, 20px);
    flex: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .topic_item_link:hover .topic_ttl {
    color: #98A9B5;
  }
}
@media only screen and (min-width: 1280px) {
  .topic_date {
    margin: 0 14px 0 0;
    padding: 5px 0 0;
    font-size: 14px;
  }
  .topic_label {
    margin: 0 40px 0 0;
    padding: 4.5px 20px 5.5px;
  }
  .topic_ttl {
    font-size: 20px;
  }
}
/*
ページネーション
*/
.custom-pagination {
  margin: 40px 0 0;
}
ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 0 7px;
}
.custom-pagination ul li span {
  display: grid;
  place-content: center;
  width: 36px;
  height: 37px;
  background: #FED566;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.custom-pagination ul li a {
  display: grid;
  place-content: center;
  width: 36px;
  height: 37px;
  background: #fff;
  border-radius: 5px;
  color: #98A9B5;
  font-size: 13px;
  font-weight: bold;
}
.custom-pagination ul li a.prev, .custom-pagination ul li a.next {
  font-size: 10px;
}
@media only screen and (min-width: 1280px) {
  .custom-pagination {
    margin: 80px 0 0;
  }
  ul.page-numbers {
    display: flex;
    gap: 0 10px;
  }
  .custom-pagination ul li span {
    width: 51px;
    height: 53px;
    font-size: 18px;
  }
  .custom-pagination ul li a {
    width: 51px;
    height: 53px;
    font-size: 18px;
  }
  .custom-pagination ul li a.prev, .custom-pagination ul li a.next {
    font-size: 12px;
  }
}
/* 個別ページページナビ */
.page_link_wrap {
  margin: 40px 0 0;
}
.page_link_contents {
  display: flex;
  justify-content: space-between;
}
.page_link_prev a, .page_link_next a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 7px;
  width: 76px;
  height: 37px;
  border-radius: 5px;
  background: #fff;
  color: #98A9B5;
  font-size: 12px;
  font-weight: bold;
	transition: all 0.3s ease-out;
}
.page_link_prev.empty, .page_link_next.empty {
  width: 76px;
  height: 37px;
}
.page_link_prev a span , .page_link_next a span  {
  font-size: 10px;
}
.page_link_back_btn a {
  display: grid;
  place-content: center;
  width: 91px;
  height: 37px;
  border-radius: 5px;
  background: #fff;
  color: #98A9B5;
  font-size: 12px;
  font-weight: bold;
	transition: all 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .page_link_prev a, .page_link_next a {
		font-size: clamp(12px, 1.4vw, 18px);
  }
  .page_link_back_btn a {
		font-size: clamp(12px, 1.4vw, 18px);
  }
}
@media only screen and (min-width: 1024px) {
  .page_link_prev a:hover, .page_link_next a:hover {
    background: #FED566;
    color: #fff;
  }
  .page_link_back_btn a:hover {
    background: #FED566;
    color: #fff;
  }
}
@media only screen and (min-width: 1280px) {
  .page_link_prev a, .page_link_next a {
    gap: 0 7px;
    width: 108px;
    height: 53px;
		font-size: 18px;
  }
  .page_link_prev a span , .page_link_next a span  {
    font-size: 12px;
  }
  .page_link_prev.empty, .page_link_next.empty {
    width: 108px;
    height: 53px;
  }
  .page_link_back_btn a {
    width: 130px;
    height: 53px;
		font-size: 18px;
  }
}
/*
フッター
*/
/* お問い合わせ */
.footer_contact_wrap {
	background: #FED566;
	padding: 50px 0;
}
.footer_contact_ttl_en {
	color: #2781D9;
	font-size: 30px;
	line-height: 1.3;
	display: flex;
	align-items: center;
	gap: 0 10px;
}
.footer_contact_ttl_en::before {
	content: "";
	display: block;
	width: 3.5px;
	height: 22px;
	background: #FFF;
	border-radius: 20px;
	margin: -7px 0 0;
}
.footer_contact_ttl_ja {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	margin: 5px 0 0 14px;
}
.footer_contact_contents {
	margin: 30px 0 0;
}
.footer_contact_txt {
	line-height: 2;
	font-weight: bold;
}
.footer_contact_txt br {
	display: none;
}
.footer_contact_btn {
	margin: 30px 0 0;
}
@media only screen and (min-width: 768px) {
	.footer_contact_ttl_en {
		font-size: clamp(30px, 4.68vw, 60px);
	}
	.footer_contact_ttl_en::before {
		width: 5px;
		height: 30px;
	}
	.footer_contact_ttl_ja {
		font-size: clamp(18px, 2.5vw, 32px);
		margin: 5px 0 0 15px;
	}
	.footer_contact_txt br {
		display: block;
	}
	.footer_contact_contents {
		display: flex;
		justify-content: space-between;
	}
	.footer_contact_btn {
		margin: 0;
	}
}
@media only screen and (min-width: 1024px) {
	.footer_contact_ttl_en::before {
		height: 40px;
    margin: -11px 0 0;
	}
}
@media only screen and (min-width: 1280px) {
	.footer_contact_wrap {
		padding: 80px 0;
	}
	.footer_contact_contents {
		margin: 60px 0 0;
	}
	.footer_contact_ttl_en {
		font-size: 60px;
		gap: 0 15px;
	}
	.footer_contact_ttl_en::before {
		height: 45px;
    margin: -13px 0 0;
	}
	.footer_contact_ttl_ja {
		font-size: 32px;
		margin: 5px 0 0 20px;
	}
}
/* メニュー */
.footer_menu_wrap {
	display: none;
}
.footer_copy_wrap {
	background: #FFF;
	padding: 20px 0 166px;
}
.footer_copy_body {
	width: 100%;
	padding: 0 31px;
}
.footer_logo_img {
	width: 178px;
	margin: auto;
}
.footer_copy_link_area {
	margin: 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 20px;
	border-bottom: 1px solid #98A9B5;
	padding: 0 0 16px;
}
.footer_copy_link {
	position: relative;
	font-size: 12px;
	font-weight: bold;
}
.footer_copy_link::after {
	content: "";
	display: block;
	width: 1px;
	height: 10px;
	background: #222;
	position: absolute;
	right: -10px;
	top: 2px;
}
.footer_copy_link:last-child::after {
	display: none;
}
.copy {
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	margin: 16px 0 0;
}
@media only screen and (min-width: 768px) {
	.footer_menu_wrap {
		display: block;
		background: #EFEDE4;
		padding: 40px 0 60px;
	}
	.footer_menu_list_wrap {
		display: flex;
    flex-wrap: wrap;
    gap: 6.4%;
	}
	.footer_menu_box:nth-child(1) {
		max-width: 200px;
	}
	.footer_menu_box:nth-child(2),
	.footer_menu_box:nth-child(3) {
		width: 200px;
	}
	.footer_menu_box_ttl {
		margin: 0 0 10px;
		padding: 0 0 7px;
		border-bottom: 1px solid #2781D9;
		font-weight: bold;
	}
	.footer_menu_list {
		display: flex;
		flex-direction: column;
		gap: 10px 0;
	}
	.footer_menu_link {
		display: flex;
		align-items: center;
		gap: 0 8px;
		font-size: clamp(14px, 1.4vw, 18px);
		font-weight: bold;
		white-space: nowrap;
	}
	.footer_menu_img {
		width: 6px;
	}
	.footer_logo_img {
		width: 200px;
	}
	.footer_copy_link_area {
		padding: 0 0 30px;
	}
	.footer_copy_link {
		font-size: clamp(12px, 1.4vw, 18px);
	}
	.copy {
		font-size: clamp(9px, 1.1vw, 14px);
	}
}
@media only screen and (min-width: 1280px) {
	.footer_wrap {
		position: relative;
	}
	.footer_menu_wrap {
		padding: 80px 0 0;
	}
	.footer_menu_list_wrap {
		gap: 45px;
	}
	.footer_menu_box:nth-child(2),
	.footer_menu_box:nth-child(3) {
		width: 220px;
	}
	.footer_menu_list {
		gap: 20px 0;
	}
	.footer_menu_box_ttl {
		margin: 0 0 20px;
		padding: 0 0 14px;
	}
	.footer_menu_link {
		gap: 0 13px;
		font-size: 18px;
	}
	.footer_menu_img {
		width: 7px;
	}
	.footer_copy_wrap {
		position: absolute;
		top: 0;
		right: 0;
		padding: 47px 0 241px;
		width: 32%;
	}
	.footer_copy_body {
		max-width: 315px;
		padding: 0 0 0 60px;
	}
	.footer_logo_img {
		width: unset;
	}
	.footer_copy_link_area {
		margin: 227px 0 0;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px 0;
		padding: 0 0 42px;
	}
	.footer_copy_link {
		position: unset;
		font-size: 18px;
	}
	.footer_copy_link::after {
		display: none;
	}
	.copy {
		font-size: 14px;
		margin: 21px 0 0;
		text-align: left;
	}
}
@media only screen and (min-width: 1440px) {
	.footer_menu_list_wrap {
		gap: 60px;
	}
	.footer_menu_box:nth-child(2) {
		width: 247px;
	}
	.footer_menu_box:nth-child(3) {
		width: 249px;
	}
}
@media only screen and (min-width: 1600px) {
	.footer_copy_wrap {
		width: 35%;
	}
}
/* 404 */
.not_found_ttl .sub_page_ttl_en,
.not_found_ttl .sub_page_ttl_ja {
	text-align: center;
}
.not_found_txt {
	margin: 30px 0 0;
}
.not_found_txt p {
	text-align: center;
	line-height: 2;
}
.back_btn_wrap {
	margin: 40px 0 0;
}
.back_btn_wrap .common_btn {
	margin: auto;
}
@media screen and (min-width:768px) {
	.not_found_ttl .sub_page_ttl_ja br {
		display: none;
	}
}
@media screen and (min-width:1200px) {
	.not_found_txt {
		margin: 60px 0 0;
	}
	.back_btn_wrap {
		margin: 60px 0 0;
	}
}