@charset "UTF-8";
.scroll-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scroll-in.appeared {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0s;
}

.scroll-in--right {
	opacity: 0;
	transform: translateX(-50px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scroll-in--right.appeared {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0s;
}

.scroll-in--left {
	opacity: 0;
	transform: translateX(50px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.scroll-in--left.appeared {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0s;
}

.yumesen-header {
	background-color: #f2f9ff;
	transition: top 0.4s;
	transition-delay: 0;
	will-change: filter;
	width: 100%;
}

@media only screen and (min-width: 769px) {
	.yumesen-header {
		filter: drop-shadow(0px 2px 8px rgba(38, 168, 255, 0.2));
	}
}

@media only screen and (max-width: 768px) {
	.yumesen-header {
		filter: drop-shadow(0vw 0.26667vw 1.06667vw rgba(38, 168, 255, 0.2));
	}
}

@media only screen and (min-width: 769px) {
	.yumesen-header {
		height: 90px;
	}
}

@media only screen and (max-width: 768px) {
	.yumesen-header {
		position: fixed;
		z-index: 100;
		height: 16vw;
	}
}

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

.yumesen-header__logo {
	display: block;
	transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 769px) {
	.yumesen-header__logo {
		width: 93px;
		min-width: 93px;
		padding-left: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.yumesen-header__logo {
		width: 14.53333vw;
		padding-left: 5.33333vw;
	}
}

@media (hover: hover) and (pointer: fine) {
	.yumesen-header__logo:hover {
		opacity: 0.5;
	}
}

.yumesen-header__list {
	display: flex;
}

@media only screen and (min-width: 769px) {
	.yumesen-header__list {
		height: 50px;
	}
}

@media only screen and (max-width: 768px) {
	.yumesen-header__list {
		height: 13.33333vw;
	}
}

.yumesen-header__item {
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: repeat-y;
	background-position: left bottom;
	height: 100%;
}

@media only screen and (min-width: 769px) {
	.yumesen-header__item {
		width: 355px;
		min-width: 355px;
		background-image: linear-gradient(to bottom, #404040 1px, transparent 1px);
		background-size: 1px 3px;
	}
}

@media only screen and (max-width: 768px) {
	.yumesen-header__item {
		width: 24.93333vw;
		background-image: linear-gradient(to bottom, #404040 0.13333vw, transparent 0.13333vw);
		background-size: 0.13333vw 0.4vw;
	}
}

.yumesen-header__item:first-child {
	background: none;
}

.yumesen-header__item-inner {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 769px) {
	.yumesen-header__item-inner {
		transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
}

@media (hover: hover) and (pointer: fine) {
	.yumesen-header__item-inner:hover {
		opacity: 0.5;
	}
}

@media only screen and (max-width: 768px) {
	.yumesen-header__item-list {
		width: 24.53333vw;
	}
}

@media only screen and (min-width: 769px) {
	.yumesen-header__item-faq {
		width: 307px;
		min-width: 307px;
	}
}

@media only screen and (max-width: 768px) {
	.yumesen-header__item-faq {
		width: 25.33333vw;
	}
}

.yumesen-header.fixed {
	position: fixed;
	z-index: 100;
}

@media only screen and (min-width: 769px) {
	.yumesen-header.fixed {
		top: 0;
	}
}

@media only screen and (max-width: 768px) {
	.yumesen-header.fixed {
		top: 0;
	}
}

@media only screen and (min-width: 769px) {
	.yumesen-header.fixed:not(.is-header-hidden) {
		top: 110px;
	}
}

@media only screen and (max-width: 768px) {
	.yumesen-header.fixed:not(.is-header-hidden) {
		top: calc(120 * 100vw / 768);
	}
}

@media only screen and (max-width: 768px) {
	#container:not(.yumesen-page-top) .yumesen-header {
		top: calc(120 * 100vw / 768);
	}
}

@media only screen and (max-width: 768px) {
	#container:not(.yumesen-page-top) .yumesen-header.is-header-hidden {
		top: 0;
	}
}

.sec-inquiry {
	background: url("/corp/yumesen/rn2023_assets/common/img/inquiry-bg-pc.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	letter-spacing: 0.15em;
	/*
  ----------------------------------------*/
}

@media only screen and (min-width: 769px) {
	.sec-inquiry {
		margin-top: 0;
		padding: 130px 0 120px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-inquiry {
		padding: 19.33333vw 0 32vw;
	}
}

.sec-inquiry .inner-wrap {
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
	.sec-inquiry .inner-wrap {
		width: 1000px;
		border-radius: 30px;
		padding: 60px 100px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-inquiry .inner-wrap {
		width: 86.66667vw;
		border-radius: 4vw;
		padding: 10.66667vw 4vw 6.66667vw;
	}
}

.sec-inquiry__head {
	position: absolute;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0 auto;
}

@media only screen and (min-width: 769px) {
	.sec-inquiry__head {
		width: 400px;
		top: -35px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-inquiry__head {
		width: 64vw;
		top: -5.33333vw;
	}
}

.sec-inquiry__lead {
	line-height: 2;
	letter-spacing: 0.12em;
	text-align: center;
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.sec-inquiry__lead {
		font-size: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-inquiry__lead {
		font-size: 3.73333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-inquiry__contents {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-inquiry__contents {
		margin-top: 4vw;
	}
}

.sec-inquiry__contents-title {
	display: flex;
	align-items: center;
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.sec-inquiry__contents-title {
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-inquiry__contents-title {
		font-size: 3.46667vw;
		line-height: calc(40/26);
		text-align: center;
	}
}

.sec-inquiry__contents-title:before, .sec-inquiry__contents-title:after {
	content: '';
	background-color: #404040;
	flex-grow: 1;
}

@media only screen and (min-width: 769px) {
	.sec-inquiry__contents-title:before, .sec-inquiry__contents-title:after {
		height: 1px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-inquiry__contents-title:before, .sec-inquiry__contents-title:after {
		height: 0.13333vw;
	}
}

.sec-inquiry__contents-title:before {
	margin-right: 1.125rem;
}

.sec-inquiry__contents-title:after {
	margin-left: 1.125rem;
}

@media only screen and (min-width: 769px) {
	.sec-inquiry__infomation {
		font-size: 14px;
		line-height: calc(30/14);
		margin-top: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-inquiry__infomation {
		font-size: 3.2vw;
		line-height: calc(40/24);
		margin-top: 4vw;
	}
}

.sec-inquiry__infomation .sec-inquiry__mail {
	color: #26a8ff;
	text-decoration: underline;
}

.sec-inquiry__infomation .sec-inquiry__tel {
	color: #26a8ff;
	text-decoration: underline;
}

@media only screen and (min-width: 769px) {
	.sec-inquiry__notes {
		font-size: 14px;
		margin-top: 28px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-inquiry__notes {
		font-size: 3.2vw;
		margin-top: 2.66667vw;
		padding-left: 1em;
		text-indent: -1em;
	}
}

.sec-inquiry__btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media only screen and (min-width: 769px) {
	.sec-inquiry__btn {
		width: 450px;
		bottom: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-inquiry__btn {
		width: 86.66667vw;
		bottom: -17.33333vw;
	}
}

.sec-inquiry__head.scroll-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec-inquiry__head.scroll-in.appeared {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0s;
}

.sec-inquiry__lead.scroll-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec-inquiry__lead.scroll-in.appeared {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0s;
}

.sec-inquiry__contents.scroll-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec-inquiry__contents.scroll-in.appeared {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0s;
}

.sec-inquiry__btn.scroll-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec-inquiry__btn.scroll-in.appeared {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0s;
}

.sec-banner {
	/*
  ----------------------------------------*/
}

@media only screen and (min-width: 769px) {
	.sec-banner {
		margin-top: 120px;
		margin-bottom: 90px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-banner {
		margin-top: 20vw;
		margin-bottom: 14.66667vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-banner .inner-wrap {
		width: 86.66667vw;
		margin: 0 auto;
	}
}

.sec-banner__list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media only screen and (min-width: 769px) {
	.sec-banner__item + .sec-banner__item {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-banner__item + .sec-banner__item {
		margin-top: 6.66667vw;
	}
}

.sec-banner__link {
	display: block;
	overflow: hidden;
	will-change: filter;
}

@media only screen and (min-width: 769px) {
	.sec-banner__link {
		filter: drop-shadow(0px 2px 8px rgba(38, 168, 255, 0.15));
	}
}

@media only screen and (max-width: 768px) {
	.sec-banner__link {
		filter: drop-shadow(0vw 0.26667vw 1.06667vw rgba(38, 168, 255, 0.15));
	}
}

@media only screen and (min-width: 769px) {
	.sec-banner__link {
		transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
}

@media (hover: hover) and (pointer: fine) {
	.sec-banner__link:hover {
		opacity: 0.5;
	}
}

@media only screen and (min-width: 769px) {
	.sec-banner__link {
		width: 650px;
		border-radius: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-banner__link {
		border-radius: 4vw;
	}
}

.sec-banner__link[target]:not([target="_self"]):not([target="_top"]):not([target="_parent"]) {
	position: relative;
}

.sec-banner__link[target]:not([target="_self"]):not([target="_top"]):not([target="_parent"]):before, .sec-banner__link[target]:not([target="_self"]):not([target="_top"]):not([target="_parent"]):after {
	content: "";
	display: block;
	position: absolute;
}

.sec-banner__link[target]:not([target="_self"]):not([target="_top"]):not([target="_parent"]):before {
	border-radius: 50%;
	background-color: #fff;
}

@media only screen and (min-width: 769px) {
	.sec-banner__link[target]:not([target="_self"]):not([target="_top"]):not([target="_parent"]):before {
		bottom: 10px;
		right: 9px;
		width: 40px;
		height: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-banner__link[target]:not([target="_self"]):not([target="_top"]):not([target="_parent"]):before {
		bottom: 1.33333vw;
		right: 1.2vw;
		width: 5.33333vw;
		height: 5.33333vw;
	}
}

.sec-banner__link[target]:not([target="_self"]):not([target="_top"]):not([target="_parent"]):after {
	background: url("/corp/yumesen/rn2023_assets/common/img/icon-blank-bl.png") 0 0 no-repeat;
	background-size: 100% auto;
}

@media only screen and (min-width: 769px) {
	.sec-banner__link[target]:not([target="_self"]):not([target="_top"]):not([target="_parent"]):after {
		bottom: 23px;
		right: 19px;
		width: 19px;
		height: 14px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-banner__link[target]:not([target="_self"]):not([target="_top"]):not([target="_parent"]):after {
		bottom: 3.06667vw;
		right: 2.53333vw;
		width: 2.53333vw;
		height: 1.86667vw;
	}
}

.sec-banner__link-wh:before {
	background-color: #e9decc;
}

.sec-banner__link-wh:after {
	background: url("/corp/yumesen/rn2023_assets/common/img/icon-blank-wh.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.sec-banner__link-wh[target]:not([target="_self"]):not([target="_top"]):not([target="_parent"]):before {
	background-color: #e9decc;
}

.sec-banner__link-wh[target]:not([target="_self"]):not([target="_top"]):not([target="_parent"]):after {
	background: url("/corp/yumesen/rn2023_assets/common/img/icon-blank-wh.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.sec-banner__link-grn:after {
	background: url("/corp/yumesen/rn2023_assets/common/img/icon-blank-grn.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.sec-banner__link-grn[target]:not([target="_self"]):not([target="_top"]):not([target="_parent"]):after {
	background: url("/corp/yumesen/rn2023_assets/common/img/icon-blank-grn.png") 0 0 no-repeat;
	background-size: 100% auto;
}

.sec-banner__item.scroll-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec-banner__item.scroll-in.appeared {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0s;
}

.sec-contact {
	background: url("/corp/yumesen/rn2023_assets/common/img/inquiry-bg-pc.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	letter-spacing: 0.15em;
	/*
  ----------------------------------------*/
}

@media only screen and (min-width: 769px) {
	.sec-contact {
		margin-top: 0;
		padding: 130px 0 120px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact {
		padding: 19.33333vw 0 21.33333vw;
	}
}

.sec-contact .inner-wrap {
	position: relative;
	background-color: #fff;
	box-sizing: border-box;
}

@media only screen and (min-width: 769px) {
	.sec-contact .inner-wrap {
		border-radius: 30px;
		padding: 60px 100px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact .inner-wrap {
		width: 86.66667vw;
		border-radius: 4vw;
		padding: 8vw 4vw;
	}
}

.sec-contact__lead {
	line-height: 2;
	letter-spacing: 0.12em;
	text-align: center;
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.sec-contact__lead {
		font-size: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__lead {
		font-size: 3.73333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-contact__contents {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__contents {
		margin-top: 4vw;
	}
}

.sec-contact__contents-title {
	display: flex;
	align-items: center;
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.sec-contact__contents-title {
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__contents-title {
		font-size: 3.46667vw;
		line-height: calc(40/26);
		text-align: center;
	}
}

.sec-contact__contents-title:before, .sec-contact__contents-title:after {
	content: '';
	background-color: #404040;
	flex-grow: 1;
}

@media only screen and (min-width: 769px) {
	.sec-contact__contents-title:before, .sec-contact__contents-title:after {
		height: 1px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__contents-title:before, .sec-contact__contents-title:after {
		height: 0.13333vw;
	}
}

.sec-contact__contents-title:before {
	margin-right: 1.125rem;
}

.sec-contact__contents-title:after {
	margin-left: 1.125rem;
}

@media only screen and (min-width: 769px) {
	.sec-contact__infomation {
		font-size: 14px;
		line-height: calc(30/14);
		margin-top: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__infomation {
		font-size: 3.2vw;
		line-height: calc(40/24);
		margin-top: 4vw;
	}
}

.sec-contact__infomation .sec-contact__mail {
	color: #26a8ff;
	text-decoration: underline;
}

.sec-contact__infomation .sec-contact__tel {
	color: #26a8ff;
	text-decoration: underline;
}

.sec-contact__lead.scroll-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec-contact__lead.scroll-in.appeared {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0s;
}

.sec-contact__contents.scroll-in {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sec-contact__contents.scroll-in.appeared {
	opacity: 1;
	transform: translate(0, 0);
	transition-delay: 0s;
}

body {
	background-color: #f2faff;
	overflow-x: hidden;
}

body img {
	width: 100%;
}

#topic_path {
	position: relative;
	z-index: 1;
}

#container {
	color: #404040;
	font-feature-settings: "palt";
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	padding-top: 0;
}

@media only screen and (min-width: 769px) {
	#container {
		width: 100%;
		font-size: 16px;
		line-height: calc(30/16);
	}
}

.inner-wrap {
	margin: 0 auto;
}

@media only screen and (min-width: 769px) {
	.inner-wrap {
		width: 1100px;
	}
}

@media only screen and (max-width: 768px) {
	.inner-wrap {
		width: 92vw;
	}
}

/*-------------------
青丸矢印ボタン
-------------------*/
.btn-arrow {
	display: block;
	position: relative;
	background-color: #26a8ff;
	border-radius: 50%;
	will-change: filter;
	transition: filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 769px) {
	.btn-arrow {
		filter: drop-shadow(0px 2px 8px rgba(38, 168, 255, 0.3));
	}
}

@media only screen and (max-width: 768px) {
	.btn-arrow {
		filter: drop-shadow(0vw 0.26667vw 1.06667vw rgba(38, 168, 255, 0.3));
	}
}

@media only screen and (min-width: 769px) {
	.btn-arrow {
		width: 30px;
		height: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.btn-arrow {
		width: 6vw;
		height: 6vw;
	}
}

.btn-arrow:after {
	content: '';
	border: 0;
	display: inline-block;
	transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media only screen and (min-width: 769px) {
	.btn-arrow:after {
		width: 7px;
		height: 7px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
	}
}

@media only screen and (max-width: 768px) {
	.btn-arrow:after {
		width: 1.33333vw;
		height: 1.33333vw;
		border-top: solid 0.26667vw #fff;
		border-right: solid 0.26667vw #fff;
	}
}

.btn-arrow-right:after {
	transform: rotate(45deg);
}

@media only screen and (min-width: 769px) {
	.btn-arrow-right:after {
		right: 3px;
	}
}

@media only screen and (max-width: 768px) {
	.btn-arrow-right:after {
		right: 0.66667vw;
	}
}

.btn-arrow-bottom:after {
	transform: rotate(135deg);
}

@media only screen and (min-width: 769px) {
	.btn-arrow-bottom:after {
		top: -2px;
	}
}

@media only screen and (max-width: 768px) {
	.btn-arrow-bottom:after {
		top: -0.26667vw;
	}
}

/*-------------------
もっと見るボタン
-------------------*/
.btn-more {
	display: block;
	position: relative;
	color: #fff;
	letter-spacing: 0.15em;
	font-weight: 700;
	transition: filter 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 769px) {
	.btn-more {
		height: 60px;
		border-radius: 9999px;
		font-size: 18px;
	}
}

@media only screen and (max-width: 768px) {
	.btn-more {
		height: 10.66667vw;
		border-radius: 5.33333vw;
		font-size: 3.73333vw;
	}
}

@media (hover: hover) and (pointer: fine) {
	.btn-more:hover {
		text-decoration: none;
	}
}

.btn-more span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
}

.btn-more span:after {
	display: inline-block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transform: rotate(45deg);
	border: 0;
	transition: border-top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), border-right 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 769px) {
	.btn-more span:after {
		width: 7px;
		height: 7px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		right: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.btn-more span:after {
		width: 1.33333vw;
		height: 1.33333vw;
		border-top: solid 0.26667vw #fff;
		border-right: solid 0.26667vw #fff;
		right: 4vw;
	}
}

.btn-more-blue {
	background-color: #26a8ff;
	will-change: filter;
}

@media only screen and (min-width: 769px) {
	.btn-more-blue {
		filter: drop-shadow(0px 2px 8px rgba(38, 168, 255, 0.3));
	}
}

@media only screen and (max-width: 768px) {
	.btn-more-blue {
		filter: drop-shadow(0vw 0.26667vw 1.06667vw rgba(38, 168, 255, 0.3));
	}
}

@media (hover: hover) and (pointer: fine) {
	.btn-more-blue:hover {
		color: #26a8ff;
		background-color: #fff;
	}
}

@media only screen and (hover: hover) and (pointer: fine) and (min-width: 769px) {
	.btn-more-blue:hover span:after {
		border-top: solid 2px #26a8ff;
		border-right: solid 2px #26a8ff;
	}
}

@media only screen and (hover: hover) and (pointer: fine) and (max-width: 768px) {
	.btn-more-blue:hover span:after {
		border-top: solid 0.26667vw #26a8ff;
		border-right: solid 0.26667vw #26a8ff;
	}
}

.btn-more-orange {
	will-change: filter;
	transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 769px) {
	.btn-more-orange {
		filter: drop-shadow(0px 2px 8px rgba(38, 168, 255, 0.3));
	}
}

@media only screen and (max-width: 768px) {
	.btn-more-orange {
		filter: drop-shadow(0vw 0.26667vw 1.06667vw rgba(38, 168, 255, 0.3));
	}
}

@media only screen and (max-width: 768px) {
	.btn-more-orange:hover {
		color: #fff;
	}
}

@media (hover: hover) and (pointer: fine) {
	.btn-more-orange:hover {
		color: #f2973d;
		background-color: #fff;
	}
	.btn-more-orange:hover:before {
		opacity: 0;
	}
}

@media only screen and (hover: hover) and (pointer: fine) and (min-width: 769px) {
	.btn-more-orange:hover span:after {
		border-top: solid 2px #f2973d;
		border-right: solid 2px #f2973d;
	}
}

@media only screen and (hover: hover) and (pointer: fine) and (max-width: 768px) {
	.btn-more-orange:hover span:after {
		border-top: solid 0.26667vw #f2973d;
		border-right: solid 0.26667vw #f2973d;
	}
}

.btn-more-orange:before, .btn-more-orange:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media only screen and (min-width: 769px) {
	.btn-more-orange:before, .btn-more-orange:after {
		border-radius: 9999px;
	}
}

@media only screen and (max-width: 768px) {
	.btn-more-orange:before, .btn-more-orange:after {
		border-radius: 5.33333vw;
	}
}

.btn-more-orange:before {
	z-index: -1;
	background: linear-gradient(45deg, #f2cb55, #f2a73d);
	transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn-more-orange:after {
	z-index: -2;
	background-color: #fff;
}

.btn-more--back {
	background-color: #26a8ff;
	will-change: filter;
}

@media only screen and (min-width: 769px) {
	.btn-more--back {
		filter: drop-shadow(0px 2px 8px rgba(38, 168, 255, 0.3));
	}
}

@media only screen and (max-width: 768px) {
	.btn-more--back {
		filter: drop-shadow(0vw 0.26667vw 1.06667vw rgba(38, 168, 255, 0.3));
	}
}

@media (hover: hover) and (pointer: fine) {
	.btn-more--back:hover {
		color: #26a8ff;
		background-color: #fff;
	}
}

@media only screen and (hover: hover) and (pointer: fine) and (min-width: 769px) {
	.btn-more--back:hover span:after {
		border-top: solid 2px #26a8ff;
		border-right: solid 2px #26a8ff;
	}
}

@media only screen and (hover: hover) and (pointer: fine) and (max-width: 768px) {
	.btn-more--back:hover span:after {
		border-top: solid 0.26667vw #26a8ff;
		border-right: solid 0.26667vw #26a8ff;
	}
}

@media only screen and (min-width: 769px) {
	.btn-more--back span {
		padding-left: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.btn-more--back span {
		padding-left: 1.06667vw;
	}
}

.btn-more--back span:after {
	transform: rotate(225deg);
	right: auto;
}

@media only screen and (min-width: 769px) {
	.btn-more--back span:after {
		left: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.btn-more--back span:after {
		left: 4vw;
	}
}

/*-------------------
タイトル見出し（青い点線の下線）
-------------------*/
.title-dotted {
	width: 100%;
	letter-spacing: 0.2em;
	text-align: center;
	padding: 0;
	position: relative;
}

.title-dotted:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0 auto;
}

@media only screen and (min-width: 769px) {
	.title-dotted:after {
		background-image: linear-gradient(to right, #26a8ff 3px, transparent 3px);
		background-size: 9px 3px;
		width: 102px;
		height: 3px;
	}
}

@media only screen and (max-width: 768px) {
	.title-dotted:after {
		background-image: linear-gradient(to right, #26a8ff 0.4vw, transparent 0.4vw);
		background-size: 1.2vw 0.4vw;
		width: 13.6vw;
		height: 0.4vw;
	}
}

@media only screen and (min-width: 769px) {
	.title-dotted {
		font-size: 34px;
		line-height: calc(60/34);
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.title-dotted {
		font-size: 5.33333vw;
		line-height: calc(60/40);
		padding-bottom: 2.66667vw;
	}
}

/*# sourceMappingURL=../../../../../_map/corp/yumesen/rn2023_assets/common/css/common.css.map */
