@charset "UTF-8";

/**
 * ヘッダー
**/
#header{
	width: 100%;
	background-color: #fff;
	position: fixed;
  top: 0;
  z-index: 999;
  height: 100px;
	padding: 0 30px;
	box-shadow: 0 0 20px rgb(0 0 0 / 40%);
}
#header .wrap{
	display: flex;
	align-items: center;
	max-width: 1400px;
  height: 100px;
	margin: 0 auto;
}
#header .wrap a.top-logo-wrap {
  margin: 0 auto 0 0;
  width: 353px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header .wrap .link02{
	display: flex;
	margin-left: 30px;
}
#header .wrap .link02 li a{
	display: flex;
	justify-content: center;
	align-items: baseline;
	position: relative;
	width: 100px;
	height: 100px;
	padding-top: 58px;
	color: #1f7fb2;
	font-weight: bold;
	letter-spacing: -.05em;
}
#header .wrap .link02 li i{
	position: absolute;
	top: 25px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 33px;
}
#header .wrap .link02 li span{
	margin-left: 3px;
}
#header .wrap .switch{
	width: 100px;
	height: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#header .wrap .link02 .keeplist {}
#header .wrap .link02 .keeplist span {
    color: #fff;
    background: #ff4646;
    font-size: 13px;
    line-height: 1.0em;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 15px;
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width: 650px){
	#header {
		height: 50px;
		padding: 0 5px 0 20px;
	}
	#header .wrap{
		height: 50px;
	}
	#header .wrap a.top-logo-wrap {
		max-width: 176px;
		width: 176px;
	}
	#header .wrap .link02 li a{
		width: 50px;
		height: 50px;
		padding-top: 30px;
		font-size: 10px;
	}
	#header .wrap .link02 li i{
		top: 10px;
		font-size: 20px;
	}
	#header .wrap .link02 li span{
		display: inline-block;
		transform: scale(.9);
	}
	#header .wrap .switch{
		width: 50px;
		height: 50px;
	}
}




/**
 * フッター
**/
#footer{
	width: 100%;
}
.bottom-nav {
	display: none;
}
.foot-content{
	background: #fef6ee;
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 40px calc(50vw - 50%) 80px;
	justify-content: space-between;
	align-items: center;
}
.footer-logo {
	width: 40%;
	padding-left: 35px;
}
.footer_link03 {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	padding-right: 40px;
}
.footer_link03 li {
	width: 280px;
}
.footer_link03 li:nth-child(even) {
	margin-left: 10%;
}
.footer_link03 li:nth-child(n+3) {
	margin-top: 40px;
}
.footer_link03 li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	font-size: 20px;
	color: #3e3a39;
	letter-spacing: -.05em;
}
.footer_link03 li a::after {
	content: '';
	font-weight: bold;
	font-size: 20px;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentcolor;
	border-right: 2px solid currentcolor;
	transform: rotate(45deg);
}

/* 2024/08/09 　.footer_link03を、.footer_link_migration に置き換える */
.footer_link_migration {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 2%;
	justify-content: space-between;
}
.footer_link_migration li {
	width: 49%;
	font-size: 16px;
	font-weight: bold;
}
.footer_link_migration li a {
	display: block;
	position: relative;
	background: #fff;
	border: solid 1px #1f7fb2;
	border-radius: 5px;
	color: #1f7fb2;
	padding: 15px 5px 15px 45px;
}
.footer_link_migration li a::before {
	position: absolute;
	font: normal normal normal 24px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	left: 12px;
	top: 50%;
	color: #1f7fb2;
	transform: translateY(-50%);
	display: inline-block;
}
.footer_link_migration li a.mig-about::before {
	content: "\f06c";
}
.footer_link_migration li a.mig-faq::before {
	content: "\f059";
}
.footer_link_migration li a.mig-feature::before {
	content: "\f118";
}
.footer_link_migration li a.mig-flow::before {
	content: "\f040";
}
.footer_link_migration li a.mig-benefit::before {
	content: "\f005";
}
.footer_link_migration li a.mig-experience::before {
	content: "\f075";
}
@media screen and (max-width:650px) {
	.footer_link_migration {
		gap: 12px 4%;
	}
	.footer_link_migration li {
		width: 48%;
		font-size: 12px;
	}
	.footer_link_migration li a {
		padding: 15px 5px 15px 35px;
	}
	.footer_link_migration li a::before {
		font: normal normal normal 18px/1 FontAwesome;
		left: 12px;
	}
}



.footer_link02 {
	width: 100%;
	margin: 75px 0;
}
.footer_link02 ul {
	display: flex;
	justify-content: center;
}
.footer_link02 li + li {
	border-left: 2px solid currentcolor;
}
.footer_link02 a {
	font-weight: bold;
	font-size: 22px;
	padding: 0 30px;
	letter-spacing: -.05em;
}
.footer_link02 dt {
	line-height: 1.2em;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}
.footer_link02 dd li {
	display: inline-block;
}

.footer-tel {
	width: 100%;
	display: flex;
}
.footer-tel a + a {
	margin-left: 60px;
}

/* 2024/08/09 フッタバナー */
.footer-bnr {
	margin-top: 40px;
}
.footer-bnr ul {
	display: flex;
	justify-content: center;
	column-gap: 30px;
}

.footer-search-content {
	padding: 80px 0;
}
.footer_link01 {
	padding-bottom: 75px;
}
.footer_link01 dt {
	font-weight: bold;
	font-size: 28px;
	letter-spacing: -.05em;
	margin-bottom: 35px;
}
.footer_link01 dd ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -40px;
	margin-left: -3%;
}
.footer_link01 dd li {
	width: 10%;
	margin-top: 40px;
}
.footer_link01 dd li:not(:nth-child(10n+1)) {
	border-left: 2px solid currentcolor;
}
.footer_link01 dd li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3e3a39;
	font-weight: bold;
	font-size: 20px;
	height: 30px;
	letter-spacing: -.1em;
}
.footer_link04 {
	padding-bottom: 100px;
}
.footer_link04 dt {
	font-weight: bold;
	font-size: 28px;
	letter-spacing: -.05em;
	margin-bottom: 35px;
}
.footer_link04 dd ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: -40px;
}
.footer_link04 dd li {
	width: 25%;
	margin-top: 40px;
}
.footer_link04 dd li a {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: -.1em;
}
.footer_link04 dd li a::before {
	content: '';
	width: 16px;
	height: 2px;
	background: currentcolor;
	margin-right: 25px;
}
.footer-search::after {
	display: none;
}
.footer-search span {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	font-size: 20px;
}
.copy {
	width: 100vw;
	background: #1f7fb2;
	text-align: center;
	margin: 0 calc(50% - 50vw);
	padding: 30px calc(50vw - 50%);
}
.copy p {
	color: #fff;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: .04em;
	font-weight: normal;
}

@media screen and (max-width: 1300px){
	.foot-content {
		display: block;
	}
	.footer-logo {
		display: inline-block;
		width: 100%;
		padding-left: 0;
		text-align: center;
		margin-bottom: 70px;
	}
	.footer_link03 {
		width: auto;
		justify-content: center;
		padding-right: 0;
		margin-left: -60px;
	}
	.footer_link03 li {
		width: 50%;
		padding-left: 60px;
	}
	.footer_link03 li:nth-child(even) {
		margin-left: 0;
	}
	.footer_link03 li:nth-child(n+3) {
		margin-top: 40px;
	}
	.footer_link02 {
		width: auto;
	}
	.footer_link02 ul {
		display: block;
	}
	.footer_link02 li {
		border-top: 1px solid currentcolor;
	}
	.footer_link02 li + li {
		border-left: 0;
	}
	.footer_link02 a {
		display: block;
		padding: 30px;
		text-align: center;
	}
	.footer-tel {
		width: auto;
	}
	.footer-tel a + a {
		margin-left: 30px;
	}
	
	.footer_link01 dt {
		text-align: center;
	}
	.footer_link01 dd ul {
		margin-left: 0;
		justify-content: center;
	}
	.footer_link01 dd li {
		width: 14.285%;
	}
	.footer_link01 dd li:not(:nth-child(10n+1)) {
		border-left: 0;
	}
	.footer_link01 dd li:not(:nth-child(7n+1)) {
		border-left: 1px solid currentcolor;
	}
	.footer_link04 dt {
		text-align: center;
	}
	.footer_link04 dd li {
		width: 33.333%;
	}
}

@media screen and (max-width: 991px){
	.footer-logo {
		display: block;
		width: 265px;
		margin: 0 auto 35px;
	}
	.footer_link03 {
		margin-left: -30px;;
	}
	.footer_link03 li {
		padding-left: 30px;
	}
	.footer_link03 li:nth-child(n+3) {
		margin-top: 20px;
	}
	.footer_link02 a {
		padding: 20px;
		font-size: 16px;
	}
	.footer_link01 dd ul {
		margin-top: -20px;
	}
	.footer_link01 dd li {
		margin-top: 20px;
		width: 20%;
	}
	.footer_link01 dd li:not(:nth-child(7n+1)) {
		border-left: 0;
	}
	.footer_link01 dd li:not(:nth-child(5n+1)) {
		border-left: 1px solid currentcolor;
	}
	.footer_link04 dd li {
		width: 50%;
	}
}

/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width: 650px){
	.bottom-nav {
    display: flex;
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 99;
    width: calc(100% - 40px);
    height: 70px;
    padding: 10px;
		border-radius: 50px;
    background: rgba(5, 77, 108, .9);
    color: #fff;
    opacity: 1;
    pointer-events: auto;
    transition: all .3s;
	}
	/* .bottom-nav.start {
		opacity: 1;
		pointer-events: auto;
	} */
	.bottom-nav.end {
		opacity: 0;
		pointer-events: none;
	}
	#detail .bottom-nav {
		display: none;
	}
	.bottom-nav__item {
		width: 25%;
	}
	.bottom-nav__item + .bottom-nav__item {
		border-left: 1px solid #fff;
	}
	.bottom-nav__link {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		height: 100%;
		padding-bottom: 5px;
		background: center 15% / 20px no-repeat;
		color: #fff;
		font-size: 11px;
		position: relative;
	}
	.bottom-nav__item:nth-child(1) .bottom-nav__link {
		background-image: url(../images/footer/bottom-nav-home.png);
	}
	.bottom-nav__item:nth-child(2) .bottom-nav__link {
		background-image: url(../images/footer/bottom-nav-search.png);
	}
	.bottom-nav__item:nth-child(3) .bottom-nav__link {
		background-image: url(../images/footer/bottom-nav-kento.png);
	}
	.bottom-nav__item:nth-child(4) .bottom-nav__link {
		background-image: url(../images/footer/bottom-nav-kodawari.png);
	}
	.bottom-nav__item:nth-child(3) .bottom-nav__link .love_cnt {
		color: #fff;
		background: #ff4646;
		width: 20px;
		height: 20px;
		border-radius: 50px;
		position: absolute;
		top: 0;
		right: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.foot-content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.footer_link03 {
		margin-left: -30px;;
	}
	.footer_link03 li {
		padding-left: 30px;
	}
	.footer_link03 li a {
		font-size: 10px;
	}
	.footer_link03 li a::after {
		width: 5px;
		height: 5px;
		border-width: 1px;
	}
	.footer_link02 {
		margin: 35px 0 10px;
	}
	.footer_link02 a {
		padding: 15px;
		font-size: 11px;
	}
	.footer-tel {
		display: block;
	}
	.footer-tel a + a {
		margin-left: 0;
		display: block;
		margin-top: 15px;
	}

	/* 2024/08/09 フッタバナー */
	.footer-bnr ul {
		justify-content: space-between;
		column-gap: 15px;
	}
	
	.footer-search-content {
		padding: 30px 0;
	}
	.footer_link01 {
		padding-bottom: 30px;
	}
	.footer_link01 dt {
		font-size: 14px;
		letter-spacing: -.1em;
		margin-bottom: 15px;
	}
	.footer_link01 dd li a {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #3e3a39;
		font-weight: bold;
		font-size: 10px;
		height: 15px;
		letter-spacing: -.1em;
	}
	.footer_link04 {
		padding-bottom: 30px;
	}
	.footer_link04 dt {
		font-size: 14px;
		letter-spacing: -.1em;
		margin-bottom: 15px;
	}
	.footer_link04 dt {
		font-size: 14px;
		letter-spacing: -.1em;
		margin-bottom: 15px;
	}
	.footer_link04 dd li {
		width: 50%;
	}
	.footer_link04 dd li a {
		font-size: 10px;
	}
	.footer_link04 dd ul {
		margin-top: -20px;
	}
	.footer_link04 dd li {
		margin-top: 20px;
	}
	.footer_link04 dd li a::before {
		width: 8px;
		height: 1px;
		margin-right: 10px;
	}
	.footer-search span {
		font-size: 14px;
		right: 8px;
	}
	.copy {
		padding: 15px calc(50vw - 50%);
	}
	.copy p {
		font-size: 10px;
	}
}


/**
 * 固定ボタン
**/
#scroll-top .serch-btn {
	border-radius: 50%;
	border: 1px solid #fff;
	background: rgba(73, 175, 182, 0.8);
	bottom: 130px;
	display: block;
	float: right;
	height: 110px;
	padding: 5px;
	position: fixed;
	right: 30px;
	width: 110px;
	z-index: 99;
}
#scroll-top .serch-btn2 {
	border-radius: 50%;
	border: 1px solid #fff;
	background: rgba(253, 100, 101, 0.8);
	bottom: 10px;
	display: block;
	float: right;
	height: 110px;
	padding: 5px;
	position: fixed;
	right: 30px;
	width: 110px;
	color: #fff;
	z-index: 99;
}
#scroll-top a: before {
	color: #fff;
	position: relative;
	font-size: 3.3em;
	font-weight: normal;
	left: 28%;
	top: 10px;
}
#scroll-top .serch-btn: after {
	content: "探す！";
	color: #fff;
	position: relative;
	top: 40%;
	left: -10%;
	font-size: 16px;
	display: inline-block;
}
#scroll-top .serch-btn2: after {
	content: "探して！";
	color: #fff;
	position: relative;
	top: 20%;
	left: 20%;
	font-size: 16px;
	display: inline-block;
}
.top #main-wrapp{
	margin-bottom: 100px;
	overflow: hidden;
}
#main-wrapp{
	margin-top: 90px;
	margin-bottom: 100px;
	overflow: hidden;
}
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width: 650px){
	.top #main-wrapp{
		margin-top: 20px;
		margin-bottom: 40px;
		overflow: hidden;
	}
	#main-wrapp{
		margin-top: 30px;
		margin-bottom: 70px;
		overflow: hidden;
	}
	#detail #scroll-top .serch-btn {
		border-radius: 50%;
		border: 1px solid #fff;
		background: rgba(73, 175, 182, 0.8);
		bottom: 140px;
		display: block;
		float: right;
		height: 60px;
		padding: 5px 0;
		position: fixed;
		right: 10px;
		width: 60px;
	}
	#detail #scroll-top .serch-btn2 {
		border-radius: 50%;
		border: 1px solid #fff;
		background: rgba(253, 100, 101, 0.8);
		bottom: 70px;
		display: block;
		float: right;
		height: 60px;
		padding: 5px 0;
		position: fixed;
		right: 10px;
		width: 60px;
		color: #fff;
	}

	#scroll-top .serch-btn {
		border-radius: 50%;
		border: 1px solid #fff;
		bottom: 80px;
		display: block;
		float: right;
		height: 60px;
		padding: 5px 0;
		position: fixed;
		right: 10px;
		width: 60px;
	}
	#scroll-top .serch-btn2 {
		border-radius: 50%;
		border: 1px solid #fff;
		bottom: 10px;
		display: block;
		float: right;
		height: 60px;
		padding: 5px 0;
		position: fixed;
		right: 10px;
		width: 60px;
		color: #fff;
	}
	#scroll-top a: before {
		color: #fff;
		position: relative;
		font-size: 1.6em;
		font-weight: normal;
		left: 32%;
		top: 2px;
	}
	#scroll-top .serch-btn2: after {
		content: "探して!";
		color: #fff;
		position: relative;
		top: 5px;
		left: 50%;
    	transform: translateX(-50%);
		font-size: 12px;
		font-weight: bold;
		display: inline-block;
	}

}

@media only screen and (min-width: 401px) and (max-width: 650px) {
	#scroll-top .serch-btn: after {
		content: "探す!";
		color: #fff;
		position: relative;
		top: 23px;
    	right: 0;
		font-size: 12px;
		font-weight: bold;
		display: inline-block;
	}
}
@media screen and (max-width: 400px) {
	#scroll-top .serch-btn: after {
		content: "探す!";
		color: #fff;
		position: relative;
		top: 23px;
    	right: 0;
		font-size: 12px;
		font-weight: bold;
		display: inline-block;
	}
}



/* SPヘッダーに探す！追加 css */
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width: 650px) {
	#header .wrap .link02 li.search a {
		padding-top: 24px;
    	position: relative;
	}
	#header .wrap .link02 li.search a: before {
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		display: inline-block;
		width: 28px;
		height: 24px;
		background: url(../images/search_icon_sp.png) no-repeat;
		background-size: contain;
	}
}
